Module Values_6.DescribeIpamResourceDiscoveryAssociationsRequestSource

Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..

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. ipamResourceDiscoveryAssociationIds : Values_0.ValueStringList.t option;
    (*

    The resource discovery association IDs.

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

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

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

    The maximum number of resource discovery associations to return in one page of results.

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

    The resource discovery association filters.

    *)
}
Sourceval make : ?dryRun:??? -> ?ipamResourceDiscoveryAssociationIds:??? -> ?nextToken:??? -> ?maxResults:??? -> ?filters:??? -> 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