{ "version": 1.0, "merge": { "operations":{ "DeleteBucketNotificationConfiguration":{ "name":"DeleteBucketNotificationConfiguration", "http":{ "method":"DELETE", "requestUri":"/{Bucket}?notification", "responseCode":204 }, "input":{"shape":"DeleteBucketNotificationConfigurationRequest"}, "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/bucketops/#delete-notification", "documentation":"

Deletes the notification configuration from the bucket.

" }, "GetUsageStats":{ "name":"GetUsageStats", "http":{ "method":"GET", "requestUri":"/?usage", "responseCode":200 }, "output": {"shape": "GetUsageStatsOutput"}, "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/serviceops#get-usage-stats", "documentation":"

Get usage stats for the user

" } }, "shapes": { "ListObjectsRequest": { "members": { "AllowUnordered": { "shape":"AllowUnordered", "documentation":"

Allow the listing results to be returned in unsorted order. This may be faster when listing very large buckets.

", "location":"querystring", "locationName":"allow-unordered" } } }, "ListObjectsV2Request": { "members": { "AllowUnordered": { "shape":"AllowUnordered", "documentation":"

Allow the listing results to be returned in unsorted order. This may be faster when listing very large buckets.

", "location":"querystring", "locationName":"allow-unordered" } } }, "AllowUnordered":{"type":"boolean"}, "PutObjectRequest": { "members": { "AppendPosition": { "shape":"AppendPosition", "documentation": "

Position to allow appending

", "location": "querystring", "locationName": "position" }, "Append": { "shape":"Append", "documentation":"

Append Object

", "location": "querystring", "locationName": "append" } } }, "Append": {"type":"boolean"}, "AppendPosition":{"type":"integer"}, "PutObjectOutput": { "members": { "AppendPosition": { "shape":"AppendPosition", "documentation": "

Position to allow appending

", "location": "header", "locationName": "x-rgw-next-append-position", "documentationUrl":"https://docs.ceph.com/docs/master/radosgw/s3/objectops/#append-object" } } }, "GetBucketNotificationConfigurationRequest":{ "type":"structure", "required":["Bucket"], "members":{ "Bucket":{ "shape":"BucketName", "documentation":"

Name of the bucket to get the notifications configuration for.

", "location":"uri", "locationName":"Bucket" }, "Notification":{ "shape":"NotificationId", "documentation":"

Id of the specific notification on the bucket for which the configuration should be retrieved.

", "location":"querystring", "locationName":"notification-id" } } }, "DeleteBucketNotificationConfigurationRequest":{ "type":"structure", "required":["Bucket"], "members":{ "Bucket":{ "shape":"BucketName", "documentation":"

Name of the bucket to delete the notifications configuration from.

", "location":"uri", "locationName":"Bucket" }, "Notification":{ "shape":"NotificationId", "documentation":"

Id of the specific notification on the bucket to be deleted.

", "location":"querystring", "locationName":"notification-id" } } }, "FilterRule":{ "type":"structure", "members":{ "Name":{ "shape":"FilterRuleName", "documentation":"

The object key name prefix, suffix or regex identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are supported.

" }, "Value":{ "shape":"FilterRuleValue", "documentation":"

The value that the filter searches for in object key names.

" } }, "documentation":"

Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix, prefix or regex of the key name.

" }, "FilterRuleName":{ "type":"string", "enum":[ "prefix", "suffix", "regex" ] }, "NotificationConfigurationFilter":{ "type":"structure", "members":{ "Key":{ "shape":"S3KeyFilter", "documentation":"

", "locationName":"S3Key" }, "Metadata":{ "shape":"S3MetadataFilter", "documentation":"

", "locationName":"S3Metadata" }, "Tags":{ "shape":"S3TagsFilter", "documentation":"

", "locationName":"S3Tags" } }, "documentation":"

Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.

" }, "S3KeyFilter":{ "type":"structure", "members":{ "FilterRules":{ "shape":"FilterRuleList", "documentation":"

", "locationName":"FilterRule" } }, "documentation":"

A container for object key name prefix, suffix and regex filtering rules.

" }, "S3MetadataFilter":{ "type":"structure", "members":{ "FilterRules":{ "shape":"FilterRuleList", "documentation":"

", "locationName":"FilterRule" } }, "documentation":"

A container for metadata filtering rules.

" }, "S3TagsFilter":{ "type":"structure", "members":{ "FilterRules":{ "shape":"FilterRuleList", "documentation":"

", "locationName":"FilterRule" } }, "documentation":"

A container for object tags filtering rules.

" }, "GetUsageStatsOutput": { "type": "structure", "members": { "Summary": { "shape":"UsageStatsSummary", "documentation": "

" } } }, "UsageStatsSummary": { "type": "structure", "members": { "QuotaMaxBytes":{"shape":"QuotaMaxBytes"}, "QuotaMaxBuckets":{"shape": "QuotaMaxBuckets"}, "QuotaMaxObjCount":{"shape":"QuotaMaxObjCount"}, "QuotaMaxBytesPerBucket":{"shape":"QuotaMaxBytesPerBucket"}, "QuotaMaxObjCountPerBucket":{"shape":"QuotaMaxObjCountPerBucket"}, "TotalBytes":{"shape":"TotalBytes"}, "TotalBytesRounded":{"shape":"TotalBytesRounded"}, "TotalEntries":{"shape":"TotalEntries"} } }, "QuotaMaxBytes":{"type":"integer"}, "QuotaMaxBuckets":{"type": "integer"}, "QuotaMaxObjCount":{"type":"integer"}, "QuotaMaxBytesPerBucket":{"type":"integer"}, "QuotaMaxObjCountPerBucket":{"type":"integer"}, "TotalBytesRounded":{"type":"integer"}, "TotalBytes":{"type":"integer"}, "TotalEntries":{"type":"integer"} }, "documentation":"

" } }