ReleaseAddressRequest

public struct ReleaseAddressRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [EC2-VPC] The allocation ID. Required for EC2-VPC.

    Declaration

    Swift

    public let allocationId: String?
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The set of Availability Zones, Local Zones, or Wavelength Zones from which AWS advertises IP addresses. If you provide an incorrect network border group, you will receive an InvalidAddress.NotFound error. For more information, see Error Codes. You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you will receive an InvalidParameterCombination error. For more information, see Error Codes.

    Declaration

    Swift

    public let networkBorderGroup: String?
  • [EC2-Classic] The Elastic IP address. Required for EC2-Classic.

    Declaration

    Swift

    public let publicIp: String?
  • Undocumented

    Declaration

    Swift

    public init(allocationId: String? = nil, dryRun: Bool? = nil, networkBorderGroup: String? = nil, publicIp: String? = nil)