Module Values.CreateCidrCollectionResponseSource

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

Sourcetype nonrec t = {
  1. collection : CidrCollection.t option;
    (*

    A complex type that contains information about the CIDR collection.

    *)
  2. location : ResourceURI.t option;
    (*

    A unique URL that represents the location for the CIDR collection.

    *)
}
Sourcetype nonrec error = [
  1. | `CidrCollectionAlreadyExistsException of CidrCollectionAlreadyExistsException.t
  2. | `ConcurrentModification of ConcurrentModification.t
  3. | `InvalidInput of InvalidInput.t
  4. | `LimitsExceeded of LimitsExceeded.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?collection:??? -> ?location:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CidrCollectionAlreadyExistsException of CidrCollectionAlreadyExistsException.t | `ConcurrentModification of ConcurrentModification.t | `InvalidInput of InvalidInput.t | `LimitsExceeded of LimitsExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CidrCollectionAlreadyExistsException of CidrCollectionAlreadyExistsException.t | `ConcurrentModification of ConcurrentModification.t | `InvalidInput of InvalidInput.t | `LimitsExceeded of LimitsExceeded.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceURI.t | `Structure of (string * [> `Long of CollectionVersion.t | `String of ARN.t ]) list ]) 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