DeleteDeploymentGroupOutput
public struct DeleteDeploymentGroupOutput : 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 Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
Declaration
Swift
public let hooksNotCleanedUp: [AutoScalingGroup]?
-
Undocumented
Declaration
Swift
public init(hooksNotCleanedUp: [AutoScalingGroup]? = nil)