Values_6.DescribeMovingAddressesResultSourceThis 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.
type nonrec t = {movingAddressStatuses : Values_3.MovingAddressStatusSet.t option;The status for each Elastic IP address.
*)nextToken : Values_0.String_.t option;The token to use to retrieve the next page of results. This value is null when there are no more results to return.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]