BatchGetDeploymentGroupsInput

public struct BatchGetDeploymentGroupsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

    Declaration

    Swift

    public let applicationName: String
  • The names of the deployment groups.

    Declaration

    Swift

    public let deploymentGroupNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, deploymentGroupNames: [String])
  • Declaration

    Swift

    public func validate(name: String) throws