]> git.proxmox.com Git - ceph.git/blobdiff - ceph/examples/boto3/service-2.sdk-extras.json
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / examples / boto3 / service-2.sdk-extras.json
index 65883226366f871c2808d4ded1d2a10d39ca9d70..9ee66730e8522ec07a7337fa4e2a5309b2716469 100644 (file)
         "UsageStatsSummary": {
             "type": "structure",
             "members": {
-                "TotalBytes":{"shape":"TotalBytes"},
+                       "QuotaMaxBytes":{"shape":"QuotaMaxBytes"},
+                       "QuotaMaxBuckets":{"shape": "QuotaMaxBuckets"},
+                       "QuotaMaxObjCount":{"shape":"QuotaMaxObjCount"},
+                       "QuotaMaxBytesPerBucket":{"shape":"QuotaMaxBytesPerBucket"},
+                "QuotaMaxObjCountPerBucket":{"shape":"QuotaMaxObjCountPerBucket"},
+                       "TotalBytes":{"shape":"TotalBytes"},
                 "TotalBytesRounded":{"shape":"TotalBytesRounded"},
                 "TotalEntries":{"shape":"TotalEntries"}
             }
         },
-        "TotalBytesRounded":{"type":"integer"},
+        "QuotaMaxBytes":{"type":"integer"},
+           "QuotaMaxBuckets":{"type": "integer"},
+           "QuotaMaxObjCount":{"type":"integer"},
+           "QuotaMaxBytesPerBucket":{"type":"integer"},
+           "QuotaMaxObjCountPerBucket":{"type":"integer"},
+           "TotalBytesRounded":{"type":"integer"},
         "TotalBytes":{"type":"integer"},
         "TotalEntries":{"type":"integer"}
     },