Bucket.Deletetype options = {expected_bucket_owner : Account_id.t option;x-amz-expected-bucket-owner, used to guard against bucket-owner confusion.
}DeleteBucket request options.
DeleteBucket result metadata.
val default_options : optionsDefault DeleteBucket options: no owner guard.
val options :
?expected_bucket_owner:Account_id.t ->
unit ->
(options, Awskit.Error.t) Stdlib.resultBuild DeleteBucket options.
val options_exn : ?expected_bucket_owner:Account_id.t -> unit -> optionsLike options, but raises on validation failure.