ListDeploymentInstancesInput
public struct ListDeploymentInstancesInput : AWSShape
extension CodeDeploy.ListDeploymentInstancesInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String
-
A subset of instances to list by status: Pending: Include those instances with pending deployments. InProgress: Include those instances where deployments are still in progress. Succeeded: Include those instances with successful deployments. Failed: Include those instances with failed deployments. Skipped: Include those instances with skipped deployments. Unknown: Include those instances with deployments in an unknown state.
Declaration
Swift
public let instanceStatusFilter: [InstanceStatus]?
-
The set of instances in a blue/green deployment, either those in the original environment (“BLUE”) or those in the replacement environment (“GREEN”), for which you want to view instance information.
Declaration
Swift
public let instanceTypeFilter: [InstanceType]?
-
An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(deploymentId: String, instanceStatusFilter: [InstanceStatus]? = nil, instanceTypeFilter: [InstanceType]? = nil, nextToken: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> CodeDeploy.ListDeploymentInstancesInput