Module Values.VersioningConfigurationSource

Describes the versioning state of an Amazon S3 on Outposts bucket. For more information, see PutBucketVersioning.

Sourcetype nonrec t = {
  1. mFADelete : MFADelete.t option;
    (*

    Specifies whether MFA delete is enabled or disabled in the bucket versioning configuration for the S3 on Outposts bucket.

    *)
  2. status : BucketVersioningStatus.t option;
    (*

    Sets the versioning state of the S3 on Outposts bucket.

    *)
}
Sourceval make : ?mFADelete:??? -> ?status:??? -> 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