Module Values_6.DescribeMovingAddressesRequestSource

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.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    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.

    *)
  2. publicIps : Values_0.ValueStringList.t option;
    (*

    One or more Elastic IP addresses.

    *)
  3. nextToken : Values_0.String_.t option;
    (*

    The token for the next page of results.

    *)
  4. filters : Values_3.FilterList.t option;
    (*

    One or more filters. moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

    *)
  5. maxResults : Values_3.DescribeMovingAddressesMaxResults.t option;
    (*

    The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned. Default: If no value is provided, the default is 1000.

    *)
}
Sourceval make : ?dryRun:??? -> ?publicIps:??? -> ?nextToken:??? -> ?filters:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.DescribeMovingAddressesMaxResults.t | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t