Values.AwsS3BucketBucketVersioningConfigurationSourceDescribes the versioning state of an S3 bucket.
type nonrec t = {isMfaDeleteEnabled : Boolean.t option;Specifies whether MFA delete is currently enabled in the S3 bucket versioning configuration. If the S3 bucket was never configured with MFA delete, then this attribute is not included.
*)status : NonEmptyString.t option;The versioning status of the S3 bucket. Valid values are Enabled or Suspended.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]