Module Values_6.DescribeIpamsRequestSource

Get information about your IPAM pools. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

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

    A check for 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. filters : Values_3.FilterList.t option;
    (*

    One or more filters for the request. For more information about filtering, see Filtering CLI output.

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

    The maximum number of results to return in the request.

    *)
  4. nextToken : Values_3.NextToken.t option;
    (*

    The token for the next page of results.

    *)
  5. ipamIds : Values_0.ValueStringList.t option;
    (*

    The IDs of the IPAMs you want information on.

    *)
}
Sourceval make : ?dryRun:??? -> ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> ?ipamIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Integer of Values_3.IpamMaxResults.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_3.NextToken.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