Module Values_6.DescribeAddressTransfersRequestSource

Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon VPC User Guide. When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for 14 days after the transfers have been accepted.

Sourcetype nonrec t = {
  1. allocationIds : Values_1.AllocationIdList.t option;
    (*

    The allocation IDs of Elastic IP addresses.

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

    Specify the pagination token from a previous request to retrieve the next page of results.

    *)
  3. maxResults : Values_3.DescribeAddressTransfersMaxResults.t option;
    (*

    The maximum number of address transfers to return in one page of results.

    *)
  4. 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.

    *)
}
Sourceval make : ?allocationIds:??? -> ?nextToken:??? -> ?maxResults:??? -> ?dryRun:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.DescribeAddressTransfersMaxResults.t | `List of [> `String of string ] 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