ReleaseAddressRequest
public struct ReleaseAddressRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  [EC2-VPC] The allocation ID. Required for EC2-VPC. DeclarationSwift 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. DeclarationSwift 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. DeclarationSwift public let networkBorderGroup: String?
- 
                  
                  [EC2-Classic] The Elastic IP address. Required for EC2-Classic. DeclarationSwift public let publicIp: String?
- 
                  
                  Undocumented DeclarationSwift public init(allocationId: String? = nil, dryRun: Bool? = nil, networkBorderGroup: String? = nil, publicIp: String? = nil)
 View on GitHub
View on GitHub ReleaseAddressRequest Structure Reference
        ReleaseAddressRequest Structure Reference