AssociatePackageRequest

public struct AssociatePackageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the domain that you want to associate the package with.

    Declaration

    Swift

    public let domainName: String
  • Internal ID of the package that you want to associate with a domain. Use DescribePackages to find this value.

    Declaration

    Swift

    public let packageID: String
  • Undocumented

    Declaration

    Swift

    public init(domainName: String, packageID: String)
  • Declaration

    Swift

    public func validate(name: String) throws