Values.CreateCidrCollectionResponseSourceCreates a CIDR collection in the current Amazon Web Services account.
type nonrec t = {collection : CidrCollection.t option;A complex type that contains information about the CIDR collection.
*)location : ResourceURI.t option;A unique URL that represents the location for the CIDR collection.
*)}type nonrec error = [ | `CidrCollectionAlreadyExistsException of CidrCollectionAlreadyExistsException.t| `ConcurrentModification of ConcurrentModification.t| `InvalidInput of InvalidInput.t| `LimitsExceeded of LimitsExceeded.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceURI.t
| `Structure of
(string * [> `Long of CollectionVersion.t | `String of ARN.t ])
list ])
list ]