DeploymentOverview

public struct DeploymentOverview : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of instances in the deployment in a failed state.

    Declaration

    Swift

    public let failed: Int64?
  • The number of instances in which the deployment is in progress.

    Declaration

    Swift

    public let inProgress: Int64?
  • The number of instances in the deployment in a pending state.

    Declaration

    Swift

    public let pending: Int64?
  • The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

    Declaration

    Swift

    public let ready: Int64?
  • The number of instances in the deployment in a skipped state.

    Declaration

    Swift

    public let skipped: Int64?
  • The number of instances in the deployment to which revisions have been successfully deployed.

    Declaration

    Swift

    public let succeeded: Int64?
  • Undocumented

    Declaration

    Swift

    public init(failed: Int64? = nil, inProgress: Int64? = nil, pending: Int64? = nil, ready: Int64? = nil, skipped: Int64? = nil, succeeded: Int64? = nil)