describeMovingAddresses

abstract suspend fun describeMovingAddresses(input: DescribeMovingAddressesRequest = DescribeMovingAddressesRequest { }): DescribeMovingAddressesResponse

This action is deprecated.

Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

Samples

// This example describes all of your moving Elastic IP addresses.
val resp = ec2Client.describeMovingAddresses()