Amazon S3 API · Schema

GetBucketVersioningOutput

Cloud StorageObject StorageStorage

Properties

Name Type Description
Status object
MFADelete object
View JSON Schema on GitHub

JSON Schema

s3-getbucketversioningoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetBucketVersioningOutput",
  "type": "object",
  "properties": {
    "Status": {},
    "MFADelete": {}
  }
}