Values.LocationInfoSourceSpecifies the location where the bucket will be created. For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see Working with directory buckets in the Amazon S3 User Guide. This functionality is only supported by directory buckets.
type nonrec t = {type_ : LocationType.t option;The type of location where the bucket will be created.
*)name : LocationNameAsString.t option;The name of the location where the bucket will be created. For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is usw2-az1.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LocationNameAsString.t ]) list ]