OBJECT
Specifies the versioning and object ACL state of the AWS S3 bucket.
type GetS3BucketStateForRecoveryReply {# Specifies whether the versioning is enabled on the AWS S3 bucket.isVersioningEnabled: Boolean! # Specifies whether object ACL is enabled on the AWS S3 bucket.isObjectAclEnabled: Boolean! }