UpdateDeploymentGroupOutput

public struct UpdateDeploymentGroupOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

    Declaration

    Swift

    public let hooksNotCleanedUp: [AutoScalingGroup]?
  • Undocumented

    Declaration

    Swift

    public init(hooksNotCleanedUp: [AutoScalingGroup]? = nil)