Module Values_5.GetCoipPoolUsageRequestSource

Describes the allocations from the specified customer-owned address pool.

Sourcetype nonrec t = {
  1. poolId : Values_1.Ipv4PoolCoipId.t;
    (*

    The ID of the address pool.

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

    One or more filters. coip-address-usage.allocation-id - The allocation ID of the address. coip-address-usage.aws-account-id - The ID of the Amazon Web Services account that is using the customer-owned IP address. coip-address-usage.aws-service - The Amazon Web Services service that is using the customer-owned IP address. coip-address-usage.co-ip - The customer-owned IP address.

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

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

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

    The token for the next page of results.

    *)
  5. 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 context_ : string
Sourceval make : ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> ?dryRun:??? -> poolId:Values_1.Ipv4PoolCoipId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.CoipPoolMaxResults.t | `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list | `String of Values_1.Ipv4PoolCoipId.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