Module Values.CreateCidrCollectionRequestSource

Creates a CIDR collection in the current Amazon Web Services account.

Sourcetype nonrec t = {
  1. name : CollectionName.t;
    (*

    A unique identifier for the account that can be used to reference the collection from other API calls.

    *)
  2. callerReference : CidrNonce.t;
    (*

    A client-specific token that allows requests to be securely retried so that the intended outcome will only occur once, retries receive a similar response, and there are no additional edge cases to handle.

    *)
}
Sourceval context_ : string
Sourceval make : name:CollectionName.t -> callerReference:CidrNonce.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CollectionName.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