Module Values.BucketInfoSource

Specifies the information about the bucket that will be created. For more information about directory buckets, see Directory buckets in the Amazon S3 User Guide. This functionality is only supported by directory buckets.

Sourcetype nonrec t = {
  1. dataRedundancy : DataRedundancy.t option;
    (*

    The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.

    *)
  2. type_ : BucketType.t option;
    (*

    The type of bucket.

    *)
}
Sourceval make : ?dataRedundancy:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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