aws-sdk-core 2.6.28 → 2.6.29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/s3/2006-03-01/api-2.json +831 -25
- data/endpoints.json +9 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/api/docs/operation_documenter.rb +4 -0
- data/lib/aws-sdk-core/client.rb +1 -0
- data/lib/aws-sdk-core/plugins/idempotency_token.rb +37 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bab254ca96668948d11868c2ba8a0a3257c101da
|
4
|
+
data.tar.gz: 9fe5a6888d69eff5368c329b85c3c08a4d4ceedc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 137bf33383aa58918d860dc18cf6c192ec6f92d6b0a36f54f4cead8873737cf13deef1840efd6c630a6a9db5953c7ac6481a777ddd4e2be8fc060bc3649643ba
|
7
|
+
data.tar.gz: 7ef4dd66257d3e7c8af4c3fa4aae46dd1d2c00e5a396ea5c426bd18fe6ac1716589ea6d096f545d498cad868e75e4616e3770269a75303634389ebe0f0077676
|
@@ -9,7 +9,8 @@
|
|
9
9
|
"serviceAbbreviation":"Amazon S3",
|
10
10
|
"serviceFullName":"Amazon Simple Storage Service",
|
11
11
|
"signatureVersion":"s3",
|
12
|
-
"timestampFormat":"rfc822"
|
12
|
+
"timestampFormat":"rfc822",
|
13
|
+
"uid":"s3-2006-03-01"
|
13
14
|
},
|
14
15
|
"operations":{
|
15
16
|
"AbortMultipartUpload":{
|
@@ -84,6 +85,14 @@
|
|
84
85
|
"input":{"shape":"DeleteBucketRequest"},
|
85
86
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETE.html"
|
86
87
|
},
|
88
|
+
"DeleteBucketAnalyticsConfiguration":{
|
89
|
+
"name":"DeleteBucketAnalyticsConfiguration",
|
90
|
+
"http":{
|
91
|
+
"method":"DELETE",
|
92
|
+
"requestUri":"/{Bucket}?analytics"
|
93
|
+
},
|
94
|
+
"input":{"shape":"DeleteBucketAnalyticsConfigurationRequest"}
|
95
|
+
},
|
87
96
|
"DeleteBucketCors":{
|
88
97
|
"name":"DeleteBucketCors",
|
89
98
|
"http":{
|
@@ -93,6 +102,14 @@
|
|
93
102
|
"input":{"shape":"DeleteBucketCorsRequest"},
|
94
103
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETEcors.html"
|
95
104
|
},
|
105
|
+
"DeleteBucketInventoryConfiguration":{
|
106
|
+
"name":"DeleteBucketInventoryConfiguration",
|
107
|
+
"http":{
|
108
|
+
"method":"DELETE",
|
109
|
+
"requestUri":"/{Bucket}?inventory"
|
110
|
+
},
|
111
|
+
"input":{"shape":"DeleteBucketInventoryConfigurationRequest"}
|
112
|
+
},
|
96
113
|
"DeleteBucketLifecycle":{
|
97
114
|
"name":"DeleteBucketLifecycle",
|
98
115
|
"http":{
|
@@ -102,6 +119,14 @@
|
|
102
119
|
"input":{"shape":"DeleteBucketLifecycleRequest"},
|
103
120
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketDELETElifecycle.html"
|
104
121
|
},
|
122
|
+
"DeleteBucketMetricsConfiguration":{
|
123
|
+
"name":"DeleteBucketMetricsConfiguration",
|
124
|
+
"http":{
|
125
|
+
"method":"DELETE",
|
126
|
+
"requestUri":"/{Bucket}?metrics"
|
127
|
+
},
|
128
|
+
"input":{"shape":"DeleteBucketMetricsConfigurationRequest"}
|
129
|
+
},
|
105
130
|
"DeleteBucketPolicy":{
|
106
131
|
"name":"DeleteBucketPolicy",
|
107
132
|
"http":{
|
@@ -147,6 +172,15 @@
|
|
147
172
|
"output":{"shape":"DeleteObjectOutput"},
|
148
173
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectDELETE.html"
|
149
174
|
},
|
175
|
+
"DeleteObjectTagging":{
|
176
|
+
"name":"DeleteObjectTagging",
|
177
|
+
"http":{
|
178
|
+
"method":"DELETE",
|
179
|
+
"requestUri":"/{Bucket}/{Key+}?tagging"
|
180
|
+
},
|
181
|
+
"input":{"shape":"DeleteObjectTaggingRequest"},
|
182
|
+
"output":{"shape":"DeleteObjectTaggingOutput"}
|
183
|
+
},
|
150
184
|
"DeleteObjects":{
|
151
185
|
"name":"DeleteObjects",
|
152
186
|
"http":{
|
@@ -177,6 +211,15 @@
|
|
177
211
|
"output":{"shape":"GetBucketAclOutput"},
|
178
212
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETacl.html"
|
179
213
|
},
|
214
|
+
"GetBucketAnalyticsConfiguration":{
|
215
|
+
"name":"GetBucketAnalyticsConfiguration",
|
216
|
+
"http":{
|
217
|
+
"method":"GET",
|
218
|
+
"requestUri":"/{Bucket}?analytics"
|
219
|
+
},
|
220
|
+
"input":{"shape":"GetBucketAnalyticsConfigurationRequest"},
|
221
|
+
"output":{"shape":"GetBucketAnalyticsConfigurationOutput"}
|
222
|
+
},
|
180
223
|
"GetBucketCors":{
|
181
224
|
"name":"GetBucketCors",
|
182
225
|
"http":{
|
@@ -187,6 +230,15 @@
|
|
187
230
|
"output":{"shape":"GetBucketCorsOutput"},
|
188
231
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETcors.html"
|
189
232
|
},
|
233
|
+
"GetBucketInventoryConfiguration":{
|
234
|
+
"name":"GetBucketInventoryConfiguration",
|
235
|
+
"http":{
|
236
|
+
"method":"GET",
|
237
|
+
"requestUri":"/{Bucket}?inventory"
|
238
|
+
},
|
239
|
+
"input":{"shape":"GetBucketInventoryConfigurationRequest"},
|
240
|
+
"output":{"shape":"GetBucketInventoryConfigurationOutput"}
|
241
|
+
},
|
190
242
|
"GetBucketLifecycle":{
|
191
243
|
"name":"GetBucketLifecycle",
|
192
244
|
"http":{
|
@@ -227,6 +279,15 @@
|
|
227
279
|
"output":{"shape":"GetBucketLoggingOutput"},
|
228
280
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlogging.html"
|
229
281
|
},
|
282
|
+
"GetBucketMetricsConfiguration":{
|
283
|
+
"name":"GetBucketMetricsConfiguration",
|
284
|
+
"http":{
|
285
|
+
"method":"GET",
|
286
|
+
"requestUri":"/{Bucket}?metrics"
|
287
|
+
},
|
288
|
+
"input":{"shape":"GetBucketMetricsConfigurationRequest"},
|
289
|
+
"output":{"shape":"GetBucketMetricsConfigurationOutput"}
|
290
|
+
},
|
230
291
|
"GetBucketNotification":{
|
231
292
|
"name":"GetBucketNotification",
|
232
293
|
"http":{
|
@@ -332,6 +393,15 @@
|
|
332
393
|
],
|
333
394
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html"
|
334
395
|
},
|
396
|
+
"GetObjectTagging":{
|
397
|
+
"name":"GetObjectTagging",
|
398
|
+
"http":{
|
399
|
+
"method":"GET",
|
400
|
+
"requestUri":"/{Bucket}/{Key+}?tagging"
|
401
|
+
},
|
402
|
+
"input":{"shape":"GetObjectTaggingRequest"},
|
403
|
+
"output":{"shape":"GetObjectTaggingOutput"}
|
404
|
+
},
|
335
405
|
"GetObjectTorrent":{
|
336
406
|
"name":"GetObjectTorrent",
|
337
407
|
"http":{
|
@@ -367,6 +437,33 @@
|
|
367
437
|
],
|
368
438
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html"
|
369
439
|
},
|
440
|
+
"ListBucketAnalyticsConfigurations":{
|
441
|
+
"name":"ListBucketAnalyticsConfigurations",
|
442
|
+
"http":{
|
443
|
+
"method":"GET",
|
444
|
+
"requestUri":"/{Bucket}?analytics"
|
445
|
+
},
|
446
|
+
"input":{"shape":"ListBucketAnalyticsConfigurationsRequest"},
|
447
|
+
"output":{"shape":"ListBucketAnalyticsConfigurationsOutput"}
|
448
|
+
},
|
449
|
+
"ListBucketInventoryConfigurations":{
|
450
|
+
"name":"ListBucketInventoryConfigurations",
|
451
|
+
"http":{
|
452
|
+
"method":"GET",
|
453
|
+
"requestUri":"/{Bucket}?inventory"
|
454
|
+
},
|
455
|
+
"input":{"shape":"ListBucketInventoryConfigurationsRequest"},
|
456
|
+
"output":{"shape":"ListBucketInventoryConfigurationsOutput"}
|
457
|
+
},
|
458
|
+
"ListBucketMetricsConfigurations":{
|
459
|
+
"name":"ListBucketMetricsConfigurations",
|
460
|
+
"http":{
|
461
|
+
"method":"GET",
|
462
|
+
"requestUri":"/{Bucket}?metrics"
|
463
|
+
},
|
464
|
+
"input":{"shape":"ListBucketMetricsConfigurationsRequest"},
|
465
|
+
"output":{"shape":"ListBucketMetricsConfigurationsOutput"}
|
466
|
+
},
|
370
467
|
"ListBuckets":{
|
371
468
|
"name":"ListBuckets",
|
372
469
|
"http":{
|
@@ -451,6 +548,14 @@
|
|
451
548
|
"input":{"shape":"PutBucketAclRequest"},
|
452
549
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTacl.html"
|
453
550
|
},
|
551
|
+
"PutBucketAnalyticsConfiguration":{
|
552
|
+
"name":"PutBucketAnalyticsConfiguration",
|
553
|
+
"http":{
|
554
|
+
"method":"PUT",
|
555
|
+
"requestUri":"/{Bucket}?analytics"
|
556
|
+
},
|
557
|
+
"input":{"shape":"PutBucketAnalyticsConfigurationRequest"}
|
558
|
+
},
|
454
559
|
"PutBucketCors":{
|
455
560
|
"name":"PutBucketCors",
|
456
561
|
"http":{
|
@@ -460,6 +565,14 @@
|
|
460
565
|
"input":{"shape":"PutBucketCorsRequest"},
|
461
566
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTcors.html"
|
462
567
|
},
|
568
|
+
"PutBucketInventoryConfiguration":{
|
569
|
+
"name":"PutBucketInventoryConfiguration",
|
570
|
+
"http":{
|
571
|
+
"method":"PUT",
|
572
|
+
"requestUri":"/{Bucket}?inventory"
|
573
|
+
},
|
574
|
+
"input":{"shape":"PutBucketInventoryConfigurationRequest"}
|
575
|
+
},
|
463
576
|
"PutBucketLifecycle":{
|
464
577
|
"name":"PutBucketLifecycle",
|
465
578
|
"http":{
|
@@ -487,6 +600,14 @@
|
|
487
600
|
"input":{"shape":"PutBucketLoggingRequest"},
|
488
601
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlogging.html"
|
489
602
|
},
|
603
|
+
"PutBucketMetricsConfiguration":{
|
604
|
+
"name":"PutBucketMetricsConfiguration",
|
605
|
+
"http":{
|
606
|
+
"method":"PUT",
|
607
|
+
"requestUri":"/{Bucket}?metrics"
|
608
|
+
},
|
609
|
+
"input":{"shape":"PutBucketMetricsConfigurationRequest"}
|
610
|
+
},
|
490
611
|
"PutBucketNotification":{
|
491
612
|
"name":"PutBucketNotification",
|
492
613
|
"http":{
|
@@ -581,6 +702,15 @@
|
|
581
702
|
],
|
582
703
|
"documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html"
|
583
704
|
},
|
705
|
+
"PutObjectTagging":{
|
706
|
+
"name":"PutObjectTagging",
|
707
|
+
"http":{
|
708
|
+
"method":"PUT",
|
709
|
+
"requestUri":"/{Bucket}/{Key+}?tagging"
|
710
|
+
},
|
711
|
+
"input":{"shape":"PutObjectTaggingRequest"},
|
712
|
+
"output":{"shape":"PutObjectTaggingOutput"}
|
713
|
+
},
|
584
714
|
"RestoreObject":{
|
585
715
|
"name":"RestoreObject",
|
586
716
|
"http":{
|
@@ -682,6 +812,7 @@
|
|
682
812
|
"Owner":{"shape":"Owner"}
|
683
813
|
}
|
684
814
|
},
|
815
|
+
"AccountId":{"type":"string"},
|
685
816
|
"AllowedHeader":{"type":"string"},
|
686
817
|
"AllowedHeaders":{
|
687
818
|
"type":"list",
|
@@ -700,6 +831,67 @@
|
|
700
831
|
"member":{"shape":"AllowedOrigin"},
|
701
832
|
"flattened":true
|
702
833
|
},
|
834
|
+
"AnalyticsAndOperator":{
|
835
|
+
"type":"structure",
|
836
|
+
"members":{
|
837
|
+
"Prefix":{"shape":"Prefix"},
|
838
|
+
"Tags":{
|
839
|
+
"shape":"TagSet",
|
840
|
+
"flattened":true,
|
841
|
+
"locationName":"Tag"
|
842
|
+
}
|
843
|
+
}
|
844
|
+
},
|
845
|
+
"AnalyticsConfiguration":{
|
846
|
+
"type":"structure",
|
847
|
+
"required":[
|
848
|
+
"Id",
|
849
|
+
"StorageClassAnalysis"
|
850
|
+
],
|
851
|
+
"members":{
|
852
|
+
"Id":{"shape":"AnalyticsId"},
|
853
|
+
"Filter":{"shape":"AnalyticsFilter"},
|
854
|
+
"StorageClassAnalysis":{"shape":"StorageClassAnalysis"}
|
855
|
+
}
|
856
|
+
},
|
857
|
+
"AnalyticsConfigurationList":{
|
858
|
+
"type":"list",
|
859
|
+
"member":{"shape":"AnalyticsConfiguration"},
|
860
|
+
"flattened":true
|
861
|
+
},
|
862
|
+
"AnalyticsExportDestination":{
|
863
|
+
"type":"structure",
|
864
|
+
"required":["S3BucketDestination"],
|
865
|
+
"members":{
|
866
|
+
"S3BucketDestination":{"shape":"AnalyticsS3BucketDestination"}
|
867
|
+
}
|
868
|
+
},
|
869
|
+
"AnalyticsFilter":{
|
870
|
+
"type":"structure",
|
871
|
+
"members":{
|
872
|
+
"Prefix":{"shape":"Prefix"},
|
873
|
+
"Tag":{"shape":"Tag"},
|
874
|
+
"And":{"shape":"AnalyticsAndOperator"}
|
875
|
+
}
|
876
|
+
},
|
877
|
+
"AnalyticsId":{"type":"string"},
|
878
|
+
"AnalyticsS3BucketDestination":{
|
879
|
+
"type":"structure",
|
880
|
+
"required":[
|
881
|
+
"Format",
|
882
|
+
"Bucket"
|
883
|
+
],
|
884
|
+
"members":{
|
885
|
+
"Format":{"shape":"AnalyticsS3ExportFileFormat"},
|
886
|
+
"BucketAccountId":{"shape":"AccountId"},
|
887
|
+
"Bucket":{"shape":"BucketName"},
|
888
|
+
"Prefix":{"shape":"Prefix"}
|
889
|
+
}
|
890
|
+
},
|
891
|
+
"AnalyticsS3ExportFileFormat":{
|
892
|
+
"type":"string",
|
893
|
+
"enum":["CSV"]
|
894
|
+
},
|
703
895
|
"Body":{"type":"blob"},
|
704
896
|
"Bucket":{
|
705
897
|
"type":"structure",
|
@@ -1123,6 +1315,11 @@
|
|
1123
1315
|
"location":"header",
|
1124
1316
|
"locationName":"x-amz-metadata-directive"
|
1125
1317
|
},
|
1318
|
+
"TaggingDirective":{
|
1319
|
+
"shape":"TaggingDirective",
|
1320
|
+
"location":"header",
|
1321
|
+
"locationName":"x-amz-tagging-directive"
|
1322
|
+
},
|
1126
1323
|
"ServerSideEncryption":{
|
1127
1324
|
"shape":"ServerSideEncryption",
|
1128
1325
|
"location":"header",
|
@@ -1177,6 +1374,11 @@
|
|
1177
1374
|
"shape":"RequestPayer",
|
1178
1375
|
"location":"header",
|
1179
1376
|
"locationName":"x-amz-request-payer"
|
1377
|
+
},
|
1378
|
+
"Tagging":{
|
1379
|
+
"shape":"TaggingHeader",
|
1380
|
+
"location":"header",
|
1381
|
+
"locationName":"x-amz-tagging"
|
1180
1382
|
}
|
1181
1383
|
}
|
1182
1384
|
},
|
@@ -1456,6 +1658,25 @@
|
|
1456
1658
|
"Quiet":{"shape":"Quiet"}
|
1457
1659
|
}
|
1458
1660
|
},
|
1661
|
+
"DeleteBucketAnalyticsConfigurationRequest":{
|
1662
|
+
"type":"structure",
|
1663
|
+
"required":[
|
1664
|
+
"Bucket",
|
1665
|
+
"Id"
|
1666
|
+
],
|
1667
|
+
"members":{
|
1668
|
+
"Bucket":{
|
1669
|
+
"shape":"BucketName",
|
1670
|
+
"location":"uri",
|
1671
|
+
"locationName":"Bucket"
|
1672
|
+
},
|
1673
|
+
"Id":{
|
1674
|
+
"shape":"AnalyticsId",
|
1675
|
+
"location":"querystring",
|
1676
|
+
"locationName":"id"
|
1677
|
+
}
|
1678
|
+
}
|
1679
|
+
},
|
1459
1680
|
"DeleteBucketCorsRequest":{
|
1460
1681
|
"type":"structure",
|
1461
1682
|
"required":["Bucket"],
|
@@ -1467,6 +1688,25 @@
|
|
1467
1688
|
}
|
1468
1689
|
}
|
1469
1690
|
},
|
1691
|
+
"DeleteBucketInventoryConfigurationRequest":{
|
1692
|
+
"type":"structure",
|
1693
|
+
"required":[
|
1694
|
+
"Bucket",
|
1695
|
+
"Id"
|
1696
|
+
],
|
1697
|
+
"members":{
|
1698
|
+
"Bucket":{
|
1699
|
+
"shape":"BucketName",
|
1700
|
+
"location":"uri",
|
1701
|
+
"locationName":"Bucket"
|
1702
|
+
},
|
1703
|
+
"Id":{
|
1704
|
+
"shape":"InventoryId",
|
1705
|
+
"location":"querystring",
|
1706
|
+
"locationName":"id"
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
},
|
1470
1710
|
"DeleteBucketLifecycleRequest":{
|
1471
1711
|
"type":"structure",
|
1472
1712
|
"required":["Bucket"],
|
@@ -1478,6 +1718,25 @@
|
|
1478
1718
|
}
|
1479
1719
|
}
|
1480
1720
|
},
|
1721
|
+
"DeleteBucketMetricsConfigurationRequest":{
|
1722
|
+
"type":"structure",
|
1723
|
+
"required":[
|
1724
|
+
"Bucket",
|
1725
|
+
"Id"
|
1726
|
+
],
|
1727
|
+
"members":{
|
1728
|
+
"Bucket":{
|
1729
|
+
"shape":"BucketName",
|
1730
|
+
"location":"uri",
|
1731
|
+
"locationName":"Bucket"
|
1732
|
+
},
|
1733
|
+
"Id":{
|
1734
|
+
"shape":"MetricsId",
|
1735
|
+
"location":"querystring",
|
1736
|
+
"locationName":"id"
|
1737
|
+
}
|
1738
|
+
}
|
1739
|
+
},
|
1481
1740
|
"DeleteBucketPolicyRequest":{
|
1482
1741
|
"type":"structure",
|
1483
1742
|
"required":["Bucket"],
|
@@ -1604,6 +1863,40 @@
|
|
1604
1863
|
}
|
1605
1864
|
}
|
1606
1865
|
},
|
1866
|
+
"DeleteObjectTaggingOutput":{
|
1867
|
+
"type":"structure",
|
1868
|
+
"members":{
|
1869
|
+
"VersionId":{
|
1870
|
+
"shape":"ObjectVersionId",
|
1871
|
+
"location":"header",
|
1872
|
+
"locationName":"x-amz-version-id"
|
1873
|
+
}
|
1874
|
+
}
|
1875
|
+
},
|
1876
|
+
"DeleteObjectTaggingRequest":{
|
1877
|
+
"type":"structure",
|
1878
|
+
"required":[
|
1879
|
+
"Bucket",
|
1880
|
+
"Key"
|
1881
|
+
],
|
1882
|
+
"members":{
|
1883
|
+
"Bucket":{
|
1884
|
+
"shape":"BucketName",
|
1885
|
+
"location":"uri",
|
1886
|
+
"locationName":"Bucket"
|
1887
|
+
},
|
1888
|
+
"Key":{
|
1889
|
+
"shape":"ObjectKey",
|
1890
|
+
"location":"uri",
|
1891
|
+
"locationName":"Key"
|
1892
|
+
},
|
1893
|
+
"VersionId":{
|
1894
|
+
"shape":"ObjectVersionId",
|
1895
|
+
"location":"querystring",
|
1896
|
+
"locationName":"versionId"
|
1897
|
+
}
|
1898
|
+
}
|
1899
|
+
},
|
1607
1900
|
"DeleteObjectsOutput":{
|
1608
1901
|
"type":"structure",
|
1609
1902
|
"members":{
|
@@ -1794,6 +2087,32 @@
|
|
1794
2087
|
}
|
1795
2088
|
}
|
1796
2089
|
},
|
2090
|
+
"GetBucketAnalyticsConfigurationOutput":{
|
2091
|
+
"type":"structure",
|
2092
|
+
"members":{
|
2093
|
+
"AnalyticsConfiguration":{"shape":"AnalyticsConfiguration"}
|
2094
|
+
},
|
2095
|
+
"payload":"AnalyticsConfiguration"
|
2096
|
+
},
|
2097
|
+
"GetBucketAnalyticsConfigurationRequest":{
|
2098
|
+
"type":"structure",
|
2099
|
+
"required":[
|
2100
|
+
"Bucket",
|
2101
|
+
"Id"
|
2102
|
+
],
|
2103
|
+
"members":{
|
2104
|
+
"Bucket":{
|
2105
|
+
"shape":"BucketName",
|
2106
|
+
"location":"uri",
|
2107
|
+
"locationName":"Bucket"
|
2108
|
+
},
|
2109
|
+
"Id":{
|
2110
|
+
"shape":"AnalyticsId",
|
2111
|
+
"location":"querystring",
|
2112
|
+
"locationName":"id"
|
2113
|
+
}
|
2114
|
+
}
|
2115
|
+
},
|
1797
2116
|
"GetBucketCorsOutput":{
|
1798
2117
|
"type":"structure",
|
1799
2118
|
"members":{
|
@@ -1814,6 +2133,32 @@
|
|
1814
2133
|
}
|
1815
2134
|
}
|
1816
2135
|
},
|
2136
|
+
"GetBucketInventoryConfigurationOutput":{
|
2137
|
+
"type":"structure",
|
2138
|
+
"members":{
|
2139
|
+
"InventoryConfiguration":{"shape":"InventoryConfiguration"}
|
2140
|
+
},
|
2141
|
+
"payload":"InventoryConfiguration"
|
2142
|
+
},
|
2143
|
+
"GetBucketInventoryConfigurationRequest":{
|
2144
|
+
"type":"structure",
|
2145
|
+
"required":[
|
2146
|
+
"Bucket",
|
2147
|
+
"Id"
|
2148
|
+
],
|
2149
|
+
"members":{
|
2150
|
+
"Bucket":{
|
2151
|
+
"shape":"BucketName",
|
2152
|
+
"location":"uri",
|
2153
|
+
"locationName":"Bucket"
|
2154
|
+
},
|
2155
|
+
"Id":{
|
2156
|
+
"shape":"InventoryId",
|
2157
|
+
"location":"querystring",
|
2158
|
+
"locationName":"id"
|
2159
|
+
}
|
2160
|
+
}
|
2161
|
+
},
|
1817
2162
|
"GetBucketLifecycleConfigurationOutput":{
|
1818
2163
|
"type":"structure",
|
1819
2164
|
"members":{
|
@@ -1888,6 +2233,32 @@
|
|
1888
2233
|
}
|
1889
2234
|
}
|
1890
2235
|
},
|
2236
|
+
"GetBucketMetricsConfigurationOutput":{
|
2237
|
+
"type":"structure",
|
2238
|
+
"members":{
|
2239
|
+
"MetricsConfiguration":{"shape":"MetricsConfiguration"}
|
2240
|
+
},
|
2241
|
+
"payload":"MetricsConfiguration"
|
2242
|
+
},
|
2243
|
+
"GetBucketMetricsConfigurationRequest":{
|
2244
|
+
"type":"structure",
|
2245
|
+
"required":[
|
2246
|
+
"Bucket",
|
2247
|
+
"Id"
|
2248
|
+
],
|
2249
|
+
"members":{
|
2250
|
+
"Bucket":{
|
2251
|
+
"shape":"BucketName",
|
2252
|
+
"location":"uri",
|
2253
|
+
"locationName":"Bucket"
|
2254
|
+
},
|
2255
|
+
"Id":{
|
2256
|
+
"shape":"MetricsId",
|
2257
|
+
"location":"querystring",
|
2258
|
+
"locationName":"id"
|
2259
|
+
}
|
2260
|
+
}
|
2261
|
+
},
|
1891
2262
|
"GetBucketNotificationConfigurationRequest":{
|
1892
2263
|
"type":"structure",
|
1893
2264
|
"required":["Bucket"],
|
@@ -2191,6 +2562,11 @@
|
|
2191
2562
|
"shape":"PartsCount",
|
2192
2563
|
"location":"header",
|
2193
2564
|
"locationName":"x-amz-mp-parts-count"
|
2565
|
+
},
|
2566
|
+
"TagCount":{
|
2567
|
+
"shape":"TagCount",
|
2568
|
+
"location":"header",
|
2569
|
+
"locationName":"x-amz-tagging-count"
|
2194
2570
|
}
|
2195
2571
|
},
|
2196
2572
|
"payload":"Body"
|
@@ -2299,26 +2675,24 @@
|
|
2299
2675
|
}
|
2300
2676
|
}
|
2301
2677
|
},
|
2302
|
-
"
|
2678
|
+
"GetObjectTaggingOutput":{
|
2303
2679
|
"type":"structure",
|
2680
|
+
"required":["TagSet"],
|
2304
2681
|
"members":{
|
2305
|
-
"
|
2306
|
-
"shape":"
|
2307
|
-
"streaming":true
|
2308
|
-
},
|
2309
|
-
"RequestCharged":{
|
2310
|
-
"shape":"RequestCharged",
|
2682
|
+
"VersionId":{
|
2683
|
+
"shape":"ObjectVersionId",
|
2311
2684
|
"location":"header",
|
2312
|
-
"locationName":"x-amz-
|
2313
|
-
}
|
2314
|
-
|
2315
|
-
|
2685
|
+
"locationName":"x-amz-version-id"
|
2686
|
+
},
|
2687
|
+
"TagSet":{"shape":"TagSet"}
|
2688
|
+
}
|
2316
2689
|
},
|
2317
|
-
"
|
2690
|
+
"GetObjectTaggingRequest":{
|
2318
2691
|
"type":"structure",
|
2319
2692
|
"required":[
|
2320
2693
|
"Bucket",
|
2321
|
-
"Key"
|
2694
|
+
"Key",
|
2695
|
+
"VersionId"
|
2322
2696
|
],
|
2323
2697
|
"members":{
|
2324
2698
|
"Bucket":{
|
@@ -2331,12 +2705,51 @@
|
|
2331
2705
|
"location":"uri",
|
2332
2706
|
"locationName":"Key"
|
2333
2707
|
},
|
2334
|
-
"
|
2335
|
-
"shape":"
|
2336
|
-
"location":"
|
2337
|
-
"locationName":"
|
2338
|
-
}
|
2339
|
-
}
|
2708
|
+
"VersionId":{
|
2709
|
+
"shape":"ObjectVersionId",
|
2710
|
+
"location":"uri",
|
2711
|
+
"locationName":"VersionId"
|
2712
|
+
}
|
2713
|
+
}
|
2714
|
+
},
|
2715
|
+
"GetObjectTorrentOutput":{
|
2716
|
+
"type":"structure",
|
2717
|
+
"members":{
|
2718
|
+
"Body":{
|
2719
|
+
"shape":"Body",
|
2720
|
+
"streaming":true
|
2721
|
+
},
|
2722
|
+
"RequestCharged":{
|
2723
|
+
"shape":"RequestCharged",
|
2724
|
+
"location":"header",
|
2725
|
+
"locationName":"x-amz-request-charged"
|
2726
|
+
}
|
2727
|
+
},
|
2728
|
+
"payload":"Body"
|
2729
|
+
},
|
2730
|
+
"GetObjectTorrentRequest":{
|
2731
|
+
"type":"structure",
|
2732
|
+
"required":[
|
2733
|
+
"Bucket",
|
2734
|
+
"Key"
|
2735
|
+
],
|
2736
|
+
"members":{
|
2737
|
+
"Bucket":{
|
2738
|
+
"shape":"BucketName",
|
2739
|
+
"location":"uri",
|
2740
|
+
"locationName":"Bucket"
|
2741
|
+
},
|
2742
|
+
"Key":{
|
2743
|
+
"shape":"ObjectKey",
|
2744
|
+
"location":"uri",
|
2745
|
+
"locationName":"Key"
|
2746
|
+
},
|
2747
|
+
"RequestPayer":{
|
2748
|
+
"shape":"RequestPayer",
|
2749
|
+
"location":"header",
|
2750
|
+
"locationName":"x-amz-request-payer"
|
2751
|
+
}
|
2752
|
+
}
|
2340
2753
|
},
|
2341
2754
|
"GlacierJobParameters":{
|
2342
2755
|
"type":"structure",
|
@@ -2621,6 +3034,102 @@
|
|
2621
3034
|
"DisplayName":{"shape":"DisplayName"}
|
2622
3035
|
}
|
2623
3036
|
},
|
3037
|
+
"InventoryConfiguration":{
|
3038
|
+
"type":"structure",
|
3039
|
+
"required":[
|
3040
|
+
"Destination",
|
3041
|
+
"IsEnabled",
|
3042
|
+
"Id",
|
3043
|
+
"IncludedObjectVersions",
|
3044
|
+
"Schedule"
|
3045
|
+
],
|
3046
|
+
"members":{
|
3047
|
+
"Destination":{"shape":"InventoryDestination"},
|
3048
|
+
"IsEnabled":{"shape":"IsEnabled"},
|
3049
|
+
"Filter":{"shape":"InventoryFilter"},
|
3050
|
+
"Id":{"shape":"InventoryId"},
|
3051
|
+
"IncludedObjectVersions":{"shape":"InventoryIncludedObjectVersions"},
|
3052
|
+
"OptionalFields":{"shape":"InventoryOptionalFields"},
|
3053
|
+
"Schedule":{"shape":"InventorySchedule"}
|
3054
|
+
}
|
3055
|
+
},
|
3056
|
+
"InventoryConfigurationList":{
|
3057
|
+
"type":"list",
|
3058
|
+
"member":{"shape":"InventoryConfiguration"},
|
3059
|
+
"flattened":true
|
3060
|
+
},
|
3061
|
+
"InventoryDestination":{
|
3062
|
+
"type":"structure",
|
3063
|
+
"required":["S3BucketDestination"],
|
3064
|
+
"members":{
|
3065
|
+
"S3BucketDestination":{"shape":"InventoryS3BucketDestination"}
|
3066
|
+
}
|
3067
|
+
},
|
3068
|
+
"InventoryFilter":{
|
3069
|
+
"type":"structure",
|
3070
|
+
"required":["Prefix"],
|
3071
|
+
"members":{
|
3072
|
+
"Prefix":{"shape":"Prefix"}
|
3073
|
+
}
|
3074
|
+
},
|
3075
|
+
"InventoryFormat":{
|
3076
|
+
"type":"string",
|
3077
|
+
"enum":["CSV"]
|
3078
|
+
},
|
3079
|
+
"InventoryFrequency":{
|
3080
|
+
"type":"string",
|
3081
|
+
"enum":[
|
3082
|
+
"Daily",
|
3083
|
+
"Weekly"
|
3084
|
+
]
|
3085
|
+
},
|
3086
|
+
"InventoryId":{"type":"string"},
|
3087
|
+
"InventoryIncludedObjectVersions":{
|
3088
|
+
"type":"string",
|
3089
|
+
"enum":[
|
3090
|
+
"All",
|
3091
|
+
"Current"
|
3092
|
+
]
|
3093
|
+
},
|
3094
|
+
"InventoryOptionalField":{
|
3095
|
+
"type":"string",
|
3096
|
+
"enum":[
|
3097
|
+
"Size",
|
3098
|
+
"LastModifiedDate",
|
3099
|
+
"StorageClass",
|
3100
|
+
"ETag",
|
3101
|
+
"IsMultipartUploaded",
|
3102
|
+
"ReplicationStatus"
|
3103
|
+
]
|
3104
|
+
},
|
3105
|
+
"InventoryOptionalFields":{
|
3106
|
+
"type":"list",
|
3107
|
+
"member":{
|
3108
|
+
"shape":"InventoryOptionalField",
|
3109
|
+
"locationName":"Field"
|
3110
|
+
}
|
3111
|
+
},
|
3112
|
+
"InventoryS3BucketDestination":{
|
3113
|
+
"type":"structure",
|
3114
|
+
"required":[
|
3115
|
+
"Bucket",
|
3116
|
+
"Format"
|
3117
|
+
],
|
3118
|
+
"members":{
|
3119
|
+
"AccountId":{"shape":"AccountId"},
|
3120
|
+
"Bucket":{"shape":"BucketName"},
|
3121
|
+
"Format":{"shape":"InventoryFormat"},
|
3122
|
+
"Prefix":{"shape":"Prefix"}
|
3123
|
+
}
|
3124
|
+
},
|
3125
|
+
"InventorySchedule":{
|
3126
|
+
"type":"structure",
|
3127
|
+
"required":["Frequency"],
|
3128
|
+
"members":{
|
3129
|
+
"Frequency":{"shape":"InventoryFrequency"}
|
3130
|
+
}
|
3131
|
+
},
|
3132
|
+
"IsEnabled":{"type":"boolean"},
|
2624
3133
|
"IsLatest":{"type":"boolean"},
|
2625
3134
|
"IsTruncated":{"type":"boolean"},
|
2626
3135
|
"KeyCount":{"type":"integer"},
|
@@ -2672,14 +3181,15 @@
|
|
2672
3181
|
},
|
2673
3182
|
"LifecycleRule":{
|
2674
3183
|
"type":"structure",
|
2675
|
-
"required":[
|
2676
|
-
"Prefix",
|
2677
|
-
"Status"
|
2678
|
-
],
|
3184
|
+
"required":["Status"],
|
2679
3185
|
"members":{
|
2680
3186
|
"Expiration":{"shape":"LifecycleExpiration"},
|
2681
3187
|
"ID":{"shape":"ID"},
|
2682
|
-
"Prefix":{
|
3188
|
+
"Prefix":{
|
3189
|
+
"shape":"Prefix",
|
3190
|
+
"deprecated":true
|
3191
|
+
},
|
3192
|
+
"Filter":{"shape":"LifecycleRuleFilter"},
|
2683
3193
|
"Status":{"shape":"ExpirationStatus"},
|
2684
3194
|
"Transitions":{
|
2685
3195
|
"shape":"TransitionList",
|
@@ -2693,11 +3203,114 @@
|
|
2693
3203
|
"AbortIncompleteMultipartUpload":{"shape":"AbortIncompleteMultipartUpload"}
|
2694
3204
|
}
|
2695
3205
|
},
|
3206
|
+
"LifecycleRuleAndOperator":{
|
3207
|
+
"type":"structure",
|
3208
|
+
"members":{
|
3209
|
+
"Prefix":{"shape":"Prefix"},
|
3210
|
+
"Tags":{
|
3211
|
+
"shape":"TagSet",
|
3212
|
+
"flattened":true,
|
3213
|
+
"locationName":"Tag"
|
3214
|
+
}
|
3215
|
+
}
|
3216
|
+
},
|
3217
|
+
"LifecycleRuleFilter":{
|
3218
|
+
"type":"structure",
|
3219
|
+
"members":{
|
3220
|
+
"Prefix":{"shape":"Prefix"},
|
3221
|
+
"Tag":{"shape":"Tag"},
|
3222
|
+
"And":{"shape":"LifecycleRuleAndOperator"}
|
3223
|
+
}
|
3224
|
+
},
|
2696
3225
|
"LifecycleRules":{
|
2697
3226
|
"type":"list",
|
2698
3227
|
"member":{"shape":"LifecycleRule"},
|
2699
3228
|
"flattened":true
|
2700
3229
|
},
|
3230
|
+
"ListBucketAnalyticsConfigurationsOutput":{
|
3231
|
+
"type":"structure",
|
3232
|
+
"members":{
|
3233
|
+
"IsTruncated":{"shape":"IsTruncated"},
|
3234
|
+
"ContinuationToken":{"shape":"Token"},
|
3235
|
+
"NextContinuationToken":{"shape":"NextToken"},
|
3236
|
+
"AnalyticsConfigurationList":{
|
3237
|
+
"shape":"AnalyticsConfigurationList",
|
3238
|
+
"locationName":"AnalyticsConfiguration"
|
3239
|
+
}
|
3240
|
+
}
|
3241
|
+
},
|
3242
|
+
"ListBucketAnalyticsConfigurationsRequest":{
|
3243
|
+
"type":"structure",
|
3244
|
+
"required":["Bucket"],
|
3245
|
+
"members":{
|
3246
|
+
"Bucket":{
|
3247
|
+
"shape":"BucketName",
|
3248
|
+
"location":"uri",
|
3249
|
+
"locationName":"Bucket"
|
3250
|
+
},
|
3251
|
+
"ContinuationToken":{
|
3252
|
+
"shape":"Token",
|
3253
|
+
"location":"querystring",
|
3254
|
+
"locationName":"continuation-token"
|
3255
|
+
}
|
3256
|
+
}
|
3257
|
+
},
|
3258
|
+
"ListBucketInventoryConfigurationsOutput":{
|
3259
|
+
"type":"structure",
|
3260
|
+
"members":{
|
3261
|
+
"ContinuationToken":{"shape":"Token"},
|
3262
|
+
"InventoryConfigurationList":{
|
3263
|
+
"shape":"InventoryConfigurationList",
|
3264
|
+
"locationName":"InventoryConfiguration"
|
3265
|
+
},
|
3266
|
+
"IsTruncated":{"shape":"IsTruncated"},
|
3267
|
+
"NextContinuationToken":{"shape":"NextToken"}
|
3268
|
+
}
|
3269
|
+
},
|
3270
|
+
"ListBucketInventoryConfigurationsRequest":{
|
3271
|
+
"type":"structure",
|
3272
|
+
"required":["Bucket"],
|
3273
|
+
"members":{
|
3274
|
+
"Bucket":{
|
3275
|
+
"shape":"BucketName",
|
3276
|
+
"location":"uri",
|
3277
|
+
"locationName":"Bucket"
|
3278
|
+
},
|
3279
|
+
"ContinuationToken":{
|
3280
|
+
"shape":"Token",
|
3281
|
+
"location":"querystring",
|
3282
|
+
"locationName":"continuation-token"
|
3283
|
+
}
|
3284
|
+
}
|
3285
|
+
},
|
3286
|
+
"ListBucketMetricsConfigurationsOutput":{
|
3287
|
+
"type":"structure",
|
3288
|
+
"members":{
|
3289
|
+
"IsTruncated":{"shape":"IsTruncated"},
|
3290
|
+
"ContinuationToken":{"shape":"Token"},
|
3291
|
+
"NextContinuationToken":{"shape":"NextToken"},
|
3292
|
+
"MetricsConfigurationList":{
|
3293
|
+
"shape":"MetricsConfigurationList",
|
3294
|
+
"locationName":"MetricsConfiguration"
|
3295
|
+
}
|
3296
|
+
}
|
3297
|
+
},
|
3298
|
+
"ListBucketMetricsConfigurationsRequest":{
|
3299
|
+
"type":"structure",
|
3300
|
+
"required":["Bucket"],
|
3301
|
+
"members":{
|
3302
|
+
"Bucket":{
|
3303
|
+
"shape":"BucketName",
|
3304
|
+
"location":"uri",
|
3305
|
+
"locationName":"Bucket"
|
3306
|
+
},
|
3307
|
+
"ContinuationToken":{
|
3308
|
+
"shape":"Token",
|
3309
|
+
"location":"querystring",
|
3310
|
+
"locationName":"continuation-token"
|
3311
|
+
}
|
3312
|
+
}
|
3313
|
+
},
|
2701
3314
|
"ListBucketsOutput":{
|
2702
3315
|
"type":"structure",
|
2703
3316
|
"members":{
|
@@ -3073,6 +3686,39 @@
|
|
3073
3686
|
},
|
3074
3687
|
"MetadataKey":{"type":"string"},
|
3075
3688
|
"MetadataValue":{"type":"string"},
|
3689
|
+
"MetricsAndOperator":{
|
3690
|
+
"type":"structure",
|
3691
|
+
"members":{
|
3692
|
+
"Prefix":{"shape":"Prefix"},
|
3693
|
+
"Tags":{
|
3694
|
+
"shape":"TagSet",
|
3695
|
+
"flattened":true,
|
3696
|
+
"locationName":"Tag"
|
3697
|
+
}
|
3698
|
+
}
|
3699
|
+
},
|
3700
|
+
"MetricsConfiguration":{
|
3701
|
+
"type":"structure",
|
3702
|
+
"required":["Id"],
|
3703
|
+
"members":{
|
3704
|
+
"Id":{"shape":"MetricsId"},
|
3705
|
+
"Filter":{"shape":"MetricsFilter"}
|
3706
|
+
}
|
3707
|
+
},
|
3708
|
+
"MetricsConfigurationList":{
|
3709
|
+
"type":"list",
|
3710
|
+
"member":{"shape":"MetricsConfiguration"},
|
3711
|
+
"flattened":true
|
3712
|
+
},
|
3713
|
+
"MetricsFilter":{
|
3714
|
+
"type":"structure",
|
3715
|
+
"members":{
|
3716
|
+
"Prefix":{"shape":"Prefix"},
|
3717
|
+
"Tag":{"shape":"Tag"},
|
3718
|
+
"And":{"shape":"MetricsAndOperator"}
|
3719
|
+
}
|
3720
|
+
},
|
3721
|
+
"MetricsId":{"type":"string"},
|
3076
3722
|
"MissingMeta":{"type":"integer"},
|
3077
3723
|
"MultipartUpload":{
|
3078
3724
|
"type":"structure",
|
@@ -3378,6 +4024,32 @@
|
|
3378
4024
|
},
|
3379
4025
|
"payload":"AccessControlPolicy"
|
3380
4026
|
},
|
4027
|
+
"PutBucketAnalyticsConfigurationRequest":{
|
4028
|
+
"type":"structure",
|
4029
|
+
"required":[
|
4030
|
+
"Bucket",
|
4031
|
+
"Id",
|
4032
|
+
"AnalyticsConfiguration"
|
4033
|
+
],
|
4034
|
+
"members":{
|
4035
|
+
"Bucket":{
|
4036
|
+
"shape":"BucketName",
|
4037
|
+
"location":"uri",
|
4038
|
+
"locationName":"Bucket"
|
4039
|
+
},
|
4040
|
+
"Id":{
|
4041
|
+
"shape":"AnalyticsId",
|
4042
|
+
"location":"querystring",
|
4043
|
+
"locationName":"id"
|
4044
|
+
},
|
4045
|
+
"AnalyticsConfiguration":{
|
4046
|
+
"shape":"AnalyticsConfiguration",
|
4047
|
+
"locationName":"AnalyticsConfiguration",
|
4048
|
+
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
|
4049
|
+
}
|
4050
|
+
},
|
4051
|
+
"payload":"AnalyticsConfiguration"
|
4052
|
+
},
|
3381
4053
|
"PutBucketCorsRequest":{
|
3382
4054
|
"type":"structure",
|
3383
4055
|
"required":[
|
@@ -3403,6 +4075,32 @@
|
|
3403
4075
|
},
|
3404
4076
|
"payload":"CORSConfiguration"
|
3405
4077
|
},
|
4078
|
+
"PutBucketInventoryConfigurationRequest":{
|
4079
|
+
"type":"structure",
|
4080
|
+
"required":[
|
4081
|
+
"Bucket",
|
4082
|
+
"Id",
|
4083
|
+
"InventoryConfiguration"
|
4084
|
+
],
|
4085
|
+
"members":{
|
4086
|
+
"Bucket":{
|
4087
|
+
"shape":"BucketName",
|
4088
|
+
"location":"uri",
|
4089
|
+
"locationName":"Bucket"
|
4090
|
+
},
|
4091
|
+
"Id":{
|
4092
|
+
"shape":"InventoryId",
|
4093
|
+
"location":"querystring",
|
4094
|
+
"locationName":"id"
|
4095
|
+
},
|
4096
|
+
"InventoryConfiguration":{
|
4097
|
+
"shape":"InventoryConfiguration",
|
4098
|
+
"locationName":"InventoryConfiguration",
|
4099
|
+
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
|
4100
|
+
}
|
4101
|
+
},
|
4102
|
+
"payload":"InventoryConfiguration"
|
4103
|
+
},
|
3406
4104
|
"PutBucketLifecycleConfigurationRequest":{
|
3407
4105
|
"type":"structure",
|
3408
4106
|
"required":["Bucket"],
|
@@ -3467,6 +4165,32 @@
|
|
3467
4165
|
},
|
3468
4166
|
"payload":"BucketLoggingStatus"
|
3469
4167
|
},
|
4168
|
+
"PutBucketMetricsConfigurationRequest":{
|
4169
|
+
"type":"structure",
|
4170
|
+
"required":[
|
4171
|
+
"Bucket",
|
4172
|
+
"Id",
|
4173
|
+
"MetricsConfiguration"
|
4174
|
+
],
|
4175
|
+
"members":{
|
4176
|
+
"Bucket":{
|
4177
|
+
"shape":"BucketName",
|
4178
|
+
"location":"uri",
|
4179
|
+
"locationName":"Bucket"
|
4180
|
+
},
|
4181
|
+
"Id":{
|
4182
|
+
"shape":"MetricsId",
|
4183
|
+
"location":"querystring",
|
4184
|
+
"locationName":"id"
|
4185
|
+
},
|
4186
|
+
"MetricsConfiguration":{
|
4187
|
+
"shape":"MetricsConfiguration",
|
4188
|
+
"locationName":"MetricsConfiguration",
|
4189
|
+
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
|
4190
|
+
}
|
4191
|
+
},
|
4192
|
+
"payload":"MetricsConfiguration"
|
4193
|
+
},
|
3470
4194
|
"PutBucketNotificationConfigurationRequest":{
|
3471
4195
|
"type":"structure",
|
3472
4196
|
"required":[
|
@@ -3918,10 +4642,62 @@
|
|
3918
4642
|
"shape":"RequestPayer",
|
3919
4643
|
"location":"header",
|
3920
4644
|
"locationName":"x-amz-request-payer"
|
4645
|
+
},
|
4646
|
+
"Tagging":{
|
4647
|
+
"shape":"TaggingHeader",
|
4648
|
+
"location":"header",
|
4649
|
+
"locationName":"x-amz-tagging"
|
3921
4650
|
}
|
3922
4651
|
},
|
3923
4652
|
"payload":"Body"
|
3924
4653
|
},
|
4654
|
+
"PutObjectTaggingOutput":{
|
4655
|
+
"type":"structure",
|
4656
|
+
"members":{
|
4657
|
+
"VersionId":{
|
4658
|
+
"shape":"ObjectVersionId",
|
4659
|
+
"location":"header",
|
4660
|
+
"locationName":"x-amz-version-id"
|
4661
|
+
}
|
4662
|
+
}
|
4663
|
+
},
|
4664
|
+
"PutObjectTaggingRequest":{
|
4665
|
+
"type":"structure",
|
4666
|
+
"required":[
|
4667
|
+
"Bucket",
|
4668
|
+
"Key",
|
4669
|
+
"Tagging",
|
4670
|
+
"VersionId"
|
4671
|
+
],
|
4672
|
+
"members":{
|
4673
|
+
"Bucket":{
|
4674
|
+
"shape":"BucketName",
|
4675
|
+
"location":"uri",
|
4676
|
+
"locationName":"Bucket"
|
4677
|
+
},
|
4678
|
+
"Key":{
|
4679
|
+
"shape":"ObjectKey",
|
4680
|
+
"location":"uri",
|
4681
|
+
"locationName":"Key"
|
4682
|
+
},
|
4683
|
+
"VersionId":{
|
4684
|
+
"shape":"ObjectVersionId",
|
4685
|
+
"location":"uri",
|
4686
|
+
"locationName":"VersionId"
|
4687
|
+
},
|
4688
|
+
"ContentMD5":{
|
4689
|
+
"shape":"ContentMD5",
|
4690
|
+
"location":"header",
|
4691
|
+
"locationName":"Content-MD5"
|
4692
|
+
},
|
4693
|
+
"Tagging":{
|
4694
|
+
"shape":"Tagging",
|
4695
|
+
"locationName":"Tagging",
|
4696
|
+
"xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
|
4697
|
+
}
|
4698
|
+
},
|
4699
|
+
"payload":"Tagging"
|
4700
|
+
},
|
3925
4701
|
"QueueArn":{"type":"string"},
|
3926
4702
|
"QueueConfiguration":{
|
3927
4703
|
"type":"structure",
|
@@ -4182,6 +4958,27 @@
|
|
4182
4958
|
"STANDARD_IA"
|
4183
4959
|
]
|
4184
4960
|
},
|
4961
|
+
"StorageClassAnalysis":{
|
4962
|
+
"type":"structure",
|
4963
|
+
"members":{
|
4964
|
+
"DataExport":{"shape":"StorageClassAnalysisDataExport"}
|
4965
|
+
}
|
4966
|
+
},
|
4967
|
+
"StorageClassAnalysisDataExport":{
|
4968
|
+
"type":"structure",
|
4969
|
+
"required":[
|
4970
|
+
"OutputSchemaVersion",
|
4971
|
+
"Destination"
|
4972
|
+
],
|
4973
|
+
"members":{
|
4974
|
+
"OutputSchemaVersion":{"shape":"StorageClassAnalysisSchemaVersion"},
|
4975
|
+
"Destination":{"shape":"AnalyticsExportDestination"}
|
4976
|
+
}
|
4977
|
+
},
|
4978
|
+
"StorageClassAnalysisSchemaVersion":{
|
4979
|
+
"type":"string",
|
4980
|
+
"enum":["V_1"]
|
4981
|
+
},
|
4185
4982
|
"Suffix":{"type":"string"},
|
4186
4983
|
"Tag":{
|
4187
4984
|
"type":"structure",
|
@@ -4194,6 +4991,7 @@
|
|
4194
4991
|
"Value":{"shape":"Value"}
|
4195
4992
|
}
|
4196
4993
|
},
|
4994
|
+
"TagCount":{"type":"integer"},
|
4197
4995
|
"TagSet":{
|
4198
4996
|
"type":"list",
|
4199
4997
|
"member":{
|
@@ -4208,6 +5006,14 @@
|
|
4208
5006
|
"TagSet":{"shape":"TagSet"}
|
4209
5007
|
}
|
4210
5008
|
},
|
5009
|
+
"TaggingDirective":{
|
5010
|
+
"type":"string",
|
5011
|
+
"enum":[
|
5012
|
+
"COPY",
|
5013
|
+
"REPLACE"
|
5014
|
+
]
|
5015
|
+
},
|
5016
|
+
"TaggingHeader":{"type":"string"},
|
4211
5017
|
"TargetBucket":{"type":"string"},
|
4212
5018
|
"TargetGrant":{
|
4213
5019
|
"type":"structure",
|
data/endpoints.json
CHANGED
@@ -95,6 +95,8 @@
|
|
95
95
|
},
|
96
96
|
"endpoints": {
|
97
97
|
"ap-northeast-1": {},
|
98
|
+
"ap-northeast-2": {},
|
99
|
+
"ap-south-1": {},
|
98
100
|
"ap-southeast-1": {},
|
99
101
|
"ap-southeast-2": {},
|
100
102
|
"eu-central-1": {},
|
@@ -249,6 +251,7 @@
|
|
249
251
|
"endpoints": {
|
250
252
|
"ap-southeast-1": {},
|
251
253
|
"ap-southeast-2": {},
|
254
|
+
"eu-central-1": {},
|
252
255
|
"eu-west-1": {},
|
253
256
|
"us-east-1": {},
|
254
257
|
"us-east-2": {},
|
@@ -743,6 +746,7 @@
|
|
743
746
|
"eu-west-1": {},
|
744
747
|
"us-east-1": {},
|
745
748
|
"us-east-2": {},
|
749
|
+
"us-west-1": {},
|
746
750
|
"us-west-2": {}
|
747
751
|
}
|
748
752
|
},
|
@@ -1229,6 +1233,11 @@
|
|
1229
1233
|
"cn-north-1": {}
|
1230
1234
|
}
|
1231
1235
|
},
|
1236
|
+
"config": {
|
1237
|
+
"endpoints": {
|
1238
|
+
"cn-north-1": {}
|
1239
|
+
}
|
1240
|
+
},
|
1232
1241
|
"directconnect": {
|
1233
1242
|
"endpoints": {
|
1234
1243
|
"cn-north-1": {}
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -175,6 +175,7 @@ module Aws
|
|
175
175
|
autoload :GlacierChecksums, 'aws-sdk-core/plugins/glacier_checksums'
|
176
176
|
autoload :GlobalConfiguration, 'aws-sdk-core/plugins/global_configuration'
|
177
177
|
autoload :HelpfulSocketErrors, 'aws-sdk-core/plugins/helpful_socket_errors'
|
178
|
+
autoload :IdempotencyToken, 'aws-sdk-core/plugins/idempotency_token'
|
178
179
|
autoload :Logging, 'aws-sdk-core/plugins/logging'
|
179
180
|
autoload :MachineLearningPredictEndpoint, 'aws-sdk-core/plugins/machine_learning_predict_endpoint'
|
180
181
|
autoload :ParamConverter, 'aws-sdk-core/plugins/param_converter'
|
@@ -46,6 +46,10 @@ module Aws
|
|
46
46
|
type = input_type(ref)
|
47
47
|
docstring = "@option #{@optname} [#{req}#{type}] :#{name}\n"
|
48
48
|
docstring += ref.documentation.to_s.lines.map { |line| " #{line}" }.join
|
49
|
+
if ref['idempotencyToken']
|
50
|
+
docstring << "\n\n This parameter will be auto-filled on your behalf"\
|
51
|
+
" with a random UUIDv4 when no value is provided.\n"
|
52
|
+
end
|
49
53
|
tag(docstring)
|
50
54
|
end
|
51
55
|
end
|
data/lib/aws-sdk-core/client.rb
CHANGED
@@ -0,0 +1,37 @@
|
|
1
|
+
require 'securerandom'
|
2
|
+
|
3
|
+
module Aws
|
4
|
+
module Plugins
|
5
|
+
|
6
|
+
# Provides support for auto filling operation parameters
|
7
|
+
# that enabled with `idempotencyToken` trait with random UUID v4
|
8
|
+
# when no value is provided
|
9
|
+
class IdempotencyToken < Seahorse::Client::Plugin
|
10
|
+
|
11
|
+
# @api private
|
12
|
+
class Handler < Seahorse::Client::Handler
|
13
|
+
|
14
|
+
# @param [RequestContext] context
|
15
|
+
# @param [Response]
|
16
|
+
def call(context)
|
17
|
+
auto_fill(context.params, context.operation.input)
|
18
|
+
@handler.call(context)
|
19
|
+
end
|
20
|
+
|
21
|
+
private
|
22
|
+
|
23
|
+
def auto_fill(params, ref)
|
24
|
+
ref.shape.members.each do |name, member_ref|
|
25
|
+
if member_ref['idempotencyToken']
|
26
|
+
params[name] ||= SecureRandom.uuid
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
|
33
|
+
handler(Handler, step: :initialize)
|
34
|
+
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -421,6 +421,7 @@ files:
|
|
421
421
|
- lib/aws-sdk-core/plugins/glacier_checksums.rb
|
422
422
|
- lib/aws-sdk-core/plugins/global_configuration.rb
|
423
423
|
- lib/aws-sdk-core/plugins/helpful_socket_errors.rb
|
424
|
+
- lib/aws-sdk-core/plugins/idempotency_token.rb
|
424
425
|
- lib/aws-sdk-core/plugins/logging.rb
|
425
426
|
- lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb
|
426
427
|
- lib/aws-sdk-core/plugins/param_converter.rb
|