Values.CreateStorageLocationResultMessageSourceResults of a CreateStorageLocationResult call.
type createStorageLocationResult = {s3Bucket : S3Bucket.t option;The name of the Amazon S3 bucket created.
*)}and t = {createStorageLocationResult : createStorageLocationResult;responseMetaData : responseMetaData;}type error = [ | `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `S3SubscriptionRequiredException of S3SubscriptionRequiredException.t| `TooManyBucketsException of TooManyBucketsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPrivilegesException of unit
| `S3SubscriptionRequiredException of unit
| `TooManyBucketsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPrivilegesException of unit
| `S3SubscriptionRequiredException of unit
| `TooManyBucketsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]