aws-sdk-core 2.2.27 → 2.2.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -1681,7 +1681,10 @@
1681
1681
  "kinesis":{"shape":"KinesisAction"},
1682
1682
  "republish":{"shape":"RepublishAction"},
1683
1683
  "s3":{"shape":"S3Action"},
1684
- "firehose":{"shape":"FirehoseAction"}
1684
+ "firehose":{"shape":"FirehoseAction"},
1685
+ "cloudwatchMetric":{"shape":"CloudwatchMetricAction"},
1686
+ "cloudwatchAlarm":{"shape":"CloudwatchAlarmAction"},
1687
+ "elasticsearch":{"shape":"ElasticsearchAction"}
1685
1688
  }
1686
1689
  },
1687
1690
  "ActionList":{
@@ -1690,6 +1693,7 @@
1690
1693
  "min":0,
1691
1694
  "max":10
1692
1695
  },
1696
+ "AlarmName":{"type":"string"},
1693
1697
  "AscendingOrder":{"type":"boolean"},
1694
1698
  "AttachPrincipalPolicyRequest":{
1695
1699
  "type":"structure",
@@ -1830,6 +1834,39 @@
1830
1834
  "member":{"shape":"Certificate"}
1831
1835
  },
1832
1836
  "ClientId":{"type":"string"},
1837
+ "CloudwatchAlarmAction":{
1838
+ "type":"structure",
1839
+ "required":[
1840
+ "roleArn",
1841
+ "alarmName",
1842
+ "stateReason",
1843
+ "stateValue"
1844
+ ],
1845
+ "members":{
1846
+ "roleArn":{"shape":"AwsArn"},
1847
+ "alarmName":{"shape":"AlarmName"},
1848
+ "stateReason":{"shape":"StateReason"},
1849
+ "stateValue":{"shape":"StateValue"}
1850
+ }
1851
+ },
1852
+ "CloudwatchMetricAction":{
1853
+ "type":"structure",
1854
+ "required":[
1855
+ "roleArn",
1856
+ "metricNamespace",
1857
+ "metricName",
1858
+ "metricValue",
1859
+ "metricUnit"
1860
+ ],
1861
+ "members":{
1862
+ "roleArn":{"shape":"AwsArn"},
1863
+ "metricNamespace":{"shape":"MetricNamespace"},
1864
+ "metricName":{"shape":"MetricName"},
1865
+ "metricValue":{"shape":"MetricValue"},
1866
+ "metricUnit":{"shape":"MetricUnit"},
1867
+ "metricTimestamp":{"shape":"MetricTimestamp"}
1868
+ }
1869
+ },
1833
1870
  "CreateCertificateFromCsrRequest":{
1834
1871
  "type":"structure",
1835
1872
  "required":["certificateSigningRequest"],
@@ -2158,6 +2195,30 @@
2158
2195
  "payloadField":{"shape":"PayloadField"}
2159
2196
  }
2160
2197
  },
2198
+ "ElasticsearchAction":{
2199
+ "type":"structure",
2200
+ "required":[
2201
+ "roleArn",
2202
+ "endpoint",
2203
+ "index",
2204
+ "type",
2205
+ "id"
2206
+ ],
2207
+ "members":{
2208
+ "roleArn":{"shape":"AwsArn"},
2209
+ "endpoint":{"shape":"ElasticsearchEndpoint"},
2210
+ "index":{"shape":"ElasticsearchIndex"},
2211
+ "type":{"shape":"ElasticsearchType"},
2212
+ "id":{"shape":"ElasticsearchId"}
2213
+ }
2214
+ },
2215
+ "ElasticsearchEndpoint":{
2216
+ "type":"string",
2217
+ "pattern":"https?://.*"
2218
+ },
2219
+ "ElasticsearchId":{"type":"string"},
2220
+ "ElasticsearchIndex":{"type":"string"},
2221
+ "ElasticsearchType":{"type":"string"},
2161
2222
  "EnableTopicRuleRequest":{
2162
2223
  "type":"structure",
2163
2224
  "required":["ruleName"],
@@ -2571,6 +2632,18 @@
2571
2632
  "min":1,
2572
2633
  "max":10000
2573
2634
  },
2635
+ "MessageFormat":{
2636
+ "type":"string",
2637
+ "enum":[
2638
+ "RAW",
2639
+ "JSON"
2640
+ ]
2641
+ },
2642
+ "MetricName":{"type":"string"},
2643
+ "MetricNamespace":{"type":"string"},
2644
+ "MetricTimestamp":{"type":"string"},
2645
+ "MetricUnit":{"type":"string"},
2646
+ "MetricValue":{"type":"string"},
2574
2647
  "NextToken":{"type":"string"},
2575
2648
  "PageSize":{
2576
2649
  "type":"integer",
@@ -2753,7 +2826,8 @@
2753
2826
  ],
2754
2827
  "members":{
2755
2828
  "targetArn":{"shape":"AwsArn"},
2756
- "roleArn":{"shape":"AwsArn"}
2829
+ "roleArn":{"shape":"AwsArn"},
2830
+ "messageFormat":{"shape":"MessageFormat"}
2757
2831
  }
2758
2832
  },
2759
2833
  "SqlParseException":{
@@ -2776,6 +2850,8 @@
2776
2850
  "useBase64":{"shape":"UseBase64"}
2777
2851
  }
2778
2852
  },
2853
+ "StateReason":{"type":"string"},
2854
+ "StateValue":{"type":"string"},
2779
2855
  "StreamName":{"type":"string"},
2780
2856
  "TableName":{"type":"string"},
2781
2857
  "ThingArn":{"type":"string"},
@@ -0,0 +1,127 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-01-14",
5
+ "endpointPrefix":"metering.marketplace",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWSMarketplace Metering",
9
+ "signatureVersion":"v4",
10
+ "signingName":"aws-marketplace",
11
+ "targetPrefix":"AWSMPMeteringService"
12
+ },
13
+ "operations":{
14
+ "MeterUsage":{
15
+ "name":"MeterUsage",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/"
19
+ },
20
+ "input":{"shape":"MeterUsageRequest"},
21
+ "output":{"shape":"MeterUsageResult"},
22
+ "errors":[
23
+ {"shape":"InternalServiceErrorException"},
24
+ {"shape":"InvalidProductCodeException"},
25
+ {"shape":"InvalidUsageDimensionException"},
26
+ {"shape":"InvalidEndpointRegionException"},
27
+ {"shape":"TimestampOutOfBoundsException"},
28
+ {"shape":"DuplicateRequestException"},
29
+ {"shape":"ThrottlingException"}
30
+ ]
31
+ }
32
+ },
33
+ "shapes":{
34
+ "Boolean":{"type":"boolean"},
35
+ "DuplicateRequestException":{
36
+ "type":"structure",
37
+ "members":{
38
+ "message":{"shape":"errorMessage"}
39
+ },
40
+ "exception":true
41
+ },
42
+ "InternalServiceErrorException":{
43
+ "type":"structure",
44
+ "members":{
45
+ "message":{"shape":"errorMessage"}
46
+ },
47
+ "exception":true,
48
+ "fault":true
49
+ },
50
+ "InvalidEndpointRegionException":{
51
+ "type":"structure",
52
+ "members":{
53
+ "message":{"shape":"errorMessage"}
54
+ },
55
+ "exception":true
56
+ },
57
+ "InvalidProductCodeException":{
58
+ "type":"structure",
59
+ "members":{
60
+ "message":{"shape":"errorMessage"}
61
+ },
62
+ "exception":true
63
+ },
64
+ "InvalidUsageDimensionException":{
65
+ "type":"structure",
66
+ "members":{
67
+ "message":{"shape":"errorMessage"}
68
+ },
69
+ "exception":true
70
+ },
71
+ "MeterUsageRequest":{
72
+ "type":"structure",
73
+ "required":[
74
+ "ProductCode",
75
+ "Timestamp",
76
+ "UsageDimension",
77
+ "UsageQuantity",
78
+ "DryRun"
79
+ ],
80
+ "members":{
81
+ "ProductCode":{"shape":"ProductCode"},
82
+ "Timestamp":{"shape":"Timestamp"},
83
+ "UsageDimension":{"shape":"UsageDimension"},
84
+ "UsageQuantity":{"shape":"UsageQuantity"},
85
+ "DryRun":{"shape":"Boolean"}
86
+ }
87
+ },
88
+ "MeterUsageResult":{
89
+ "type":"structure",
90
+ "members":{
91
+ "MeteringRecordId":{"shape":"String"}
92
+ }
93
+ },
94
+ "ProductCode":{
95
+ "type":"string",
96
+ "max":255,
97
+ "min":1
98
+ },
99
+ "String":{"type":"string"},
100
+ "ThrottlingException":{
101
+ "type":"structure",
102
+ "members":{
103
+ "message":{"shape":"errorMessage"}
104
+ },
105
+ "exception":true
106
+ },
107
+ "Timestamp":{"type":"timestamp"},
108
+ "TimestampOutOfBoundsException":{
109
+ "type":"structure",
110
+ "members":{
111
+ "message":{"shape":"errorMessage"}
112
+ },
113
+ "exception":true
114
+ },
115
+ "UsageDimension":{
116
+ "type":"string",
117
+ "max":255,
118
+ "min":1
119
+ },
120
+ "UsageQuantity":{
121
+ "type":"integer",
122
+ "max":10000,
123
+ "min":0
124
+ },
125
+ "errorMessage":{"type":"string"}
126
+ }
127
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -5,11 +5,11 @@
5
5
  "checksumFormat":"md5",
6
6
  "endpointPrefix":"s3",
7
7
  "globalEndpoint":"s3.amazonaws.com",
8
+ "protocol":"rest-xml",
8
9
  "serviceAbbreviation":"Amazon S3",
9
10
  "serviceFullName":"Amazon Simple Storage Service",
10
11
  "signatureVersion":"s3",
11
- "timestampFormat":"rfc822",
12
- "protocol":"rest-xml"
12
+ "timestampFormat":"rfc822"
13
13
  },
14
14
  "operations":{
15
15
  "AbortMultipartUpload":{
@@ -21,10 +21,7 @@
21
21
  "input":{"shape":"AbortMultipartUploadRequest"},
22
22
  "output":{"shape":"AbortMultipartUploadOutput"},
23
23
  "errors":[
24
- {
25
- "shape":"NoSuchUpload",
26
- "exception":true
27
- }
24
+ {"shape":"NoSuchUpload"}
28
25
  ],
29
26
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/mpUploadAbort.html"
30
27
  },
@@ -47,10 +44,7 @@
47
44
  "input":{"shape":"CopyObjectRequest"},
48
45
  "output":{"shape":"CopyObjectOutput"},
49
46
  "errors":[
50
- {
51
- "shape":"ObjectNotInActiveTierError",
52
- "exception":true
53
- }
47
+ {"shape":"ObjectNotInActiveTierError"}
54
48
  ],
55
49
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectCOPY.html",
56
50
  "alias":"PutObjectCopy"
@@ -64,10 +58,8 @@
64
58
  "input":{"shape":"CreateBucketRequest"},
65
59
  "output":{"shape":"CreateBucketOutput"},
66
60
  "errors":[
67
- {
68
- "shape":"BucketAlreadyExists",
69
- "exception":true
70
- }
61
+ {"shape":"BucketAlreadyExists"},
62
+ {"shape":"BucketAlreadyOwnedByYou"}
71
63
  ],
72
64
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUT.html",
73
65
  "alias":"PutBucket"
@@ -194,8 +186,8 @@
194
186
  },
195
187
  "input":{"shape":"GetBucketLifecycleRequest"},
196
188
  "output":{"shape":"GetBucketLifecycleOutput"},
197
- "deprecated":true,
198
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlifecycle.html"
189
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETlifecycle.html",
190
+ "deprecated":true
199
191
  },
200
192
  "GetBucketLifecycleConfiguration":{
201
193
  "name":"GetBucketLifecycleConfiguration",
@@ -234,8 +226,8 @@
234
226
  },
235
227
  "input":{"shape":"GetBucketNotificationConfigurationRequest"},
236
228
  "output":{"shape":"NotificationConfigurationDeprecated"},
237
- "deprecated":true,
238
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html"
229
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGETnotification.html",
230
+ "deprecated":true
239
231
  },
240
232
  "GetBucketNotificationConfiguration":{
241
233
  "name":"GetBucketNotificationConfiguration",
@@ -314,10 +306,7 @@
314
306
  "input":{"shape":"GetObjectRequest"},
315
307
  "output":{"shape":"GetObjectOutput"},
316
308
  "errors":[
317
- {
318
- "shape":"NoSuchKey",
319
- "exception":true
320
- }
309
+ {"shape":"NoSuchKey"}
321
310
  ],
322
311
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html"
323
312
  },
@@ -330,10 +319,7 @@
330
319
  "input":{"shape":"GetObjectAclRequest"},
331
320
  "output":{"shape":"GetObjectAclOutput"},
332
321
  "errors":[
333
- {
334
- "shape":"NoSuchKey",
335
- "exception":true
336
- }
322
+ {"shape":"NoSuchKey"}
337
323
  ],
338
324
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGETacl.html"
339
325
  },
@@ -355,10 +341,7 @@
355
341
  },
356
342
  "input":{"shape":"HeadBucketRequest"},
357
343
  "errors":[
358
- {
359
- "shape":"NoSuchBucket",
360
- "exception":true
361
- }
344
+ {"shape":"NoSuchBucket"}
362
345
  ],
363
346
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketHEAD.html"
364
347
  },
@@ -371,10 +354,7 @@
371
354
  "input":{"shape":"HeadObjectRequest"},
372
355
  "output":{"shape":"HeadObjectOutput"},
373
356
  "errors":[
374
- {
375
- "shape":"NoSuchKey",
376
- "exception":true
377
- }
357
+ {"shape":"NoSuchKey"}
378
358
  ],
379
359
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectHEAD.html"
380
360
  },
@@ -418,10 +398,7 @@
418
398
  "input":{"shape":"ListObjectsRequest"},
419
399
  "output":{"shape":"ListObjectsOutput"},
420
400
  "errors":[
421
- {
422
- "shape":"NoSuchBucket",
423
- "exception":true
424
- }
401
+ {"shape":"NoSuchBucket"}
425
402
  ],
426
403
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketGET.html",
427
404
  "alias":"GetBucket"
@@ -461,8 +438,8 @@
461
438
  "requestUri":"/{Bucket}?lifecycle"
462
439
  },
463
440
  "input":{"shape":"PutBucketLifecycleRequest"},
464
- "deprecated":true,
465
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html"
441
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html",
442
+ "deprecated":true
466
443
  },
467
444
  "PutBucketLifecycleConfiguration":{
468
445
  "name":"PutBucketLifecycleConfiguration",
@@ -488,8 +465,8 @@
488
465
  "requestUri":"/{Bucket}?notification"
489
466
  },
490
467
  "input":{"shape":"PutBucketNotificationRequest"},
491
- "deprecated":true,
492
- "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html"
468
+ "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTBucketPUTnotification.html",
469
+ "deprecated":true
493
470
  },
494
471
  "PutBucketNotificationConfiguration":{
495
472
  "name":"PutBucketNotificationConfiguration",
@@ -571,10 +548,7 @@
571
548
  "input":{"shape":"PutObjectAclRequest"},
572
549
  "output":{"shape":"PutObjectAclOutput"},
573
550
  "errors":[
574
- {
575
- "shape":"NoSuchKey",
576
- "exception":true
577
- }
551
+ {"shape":"NoSuchKey"}
578
552
  ],
579
553
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPUTacl.html"
580
554
  },
@@ -587,10 +561,7 @@
587
561
  "input":{"shape":"RestoreObjectRequest"},
588
562
  "output":{"shape":"RestoreObjectOutput"},
589
563
  "errors":[
590
- {
591
- "shape":"ObjectAlreadyInActiveTierError",
592
- "exception":true
593
- }
564
+ {"shape":"ObjectAlreadyInActiveTierError"}
594
565
  ],
595
566
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectRestore.html",
596
567
  "alias":"PostObjectRestore"
@@ -617,6 +588,13 @@
617
588
  }
618
589
  },
619
590
  "shapes":{
591
+ "AbortDate":{"type":"timestamp"},
592
+ "AbortIncompleteMultipartUpload":{
593
+ "type":"structure",
594
+ "members":{
595
+ "DaysAfterInitiation":{"shape":"DaysAfterInitiation"}
596
+ }
597
+ },
620
598
  "AbortMultipartUploadOutput":{
621
599
  "type":"structure",
622
600
  "members":{
@@ -657,6 +635,7 @@
657
635
  }
658
636
  }
659
637
  },
638
+ "AbortRuleId":{"type":"string"},
660
639
  "AcceptRanges":{"type":"string"},
661
640
  "AccessControlPolicy":{
662
641
  "type":"structure",
@@ -700,6 +679,12 @@
700
679
  },
701
680
  "exception":true
702
681
  },
682
+ "BucketAlreadyOwnedByYou":{
683
+ "type":"structure",
684
+ "members":{
685
+ },
686
+ "exception":true
687
+ },
703
688
  "BucketCannedACL":{
704
689
  "type":"string",
705
690
  "enum":[
@@ -1214,8 +1199,8 @@
1214
1199
  },
1215
1200
  "CreateBucketConfiguration":{
1216
1201
  "shape":"CreateBucketConfiguration",
1217
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
1218
- "locationName":"CreateBucketConfiguration"
1202
+ "locationName":"CreateBucketConfiguration",
1203
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
1219
1204
  },
1220
1205
  "GrantFullControl":{
1221
1206
  "shape":"GrantFullControl",
@@ -1248,6 +1233,16 @@
1248
1233
  "CreateMultipartUploadOutput":{
1249
1234
  "type":"structure",
1250
1235
  "members":{
1236
+ "AbortDate":{
1237
+ "shape":"AbortDate",
1238
+ "location":"header",
1239
+ "locationName":"x-amz-abort-date"
1240
+ },
1241
+ "AbortRuleId":{
1242
+ "shape":"AbortRuleId",
1243
+ "location":"header",
1244
+ "locationName":"x-amz-abort-rule-id"
1245
+ },
1251
1246
  "Bucket":{
1252
1247
  "shape":"BucketName",
1253
1248
  "locationName":"Bucket"
@@ -1406,6 +1401,7 @@
1406
1401
  "timestampFormat":"iso8601"
1407
1402
  },
1408
1403
  "Days":{"type":"integer"},
1404
+ "DaysAfterInitiation":{"type":"integer"},
1409
1405
  "Delete":{
1410
1406
  "type":"structure",
1411
1407
  "required":["Objects"],
@@ -1594,8 +1590,8 @@
1594
1590
  },
1595
1591
  "Delete":{
1596
1592
  "shape":"Delete",
1597
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
1598
- "locationName":"Delete"
1593
+ "locationName":"Delete",
1594
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
1599
1595
  },
1600
1596
  "MFA":{
1601
1597
  "shape":"MFA",
@@ -1688,6 +1684,7 @@
1688
1684
  "Disabled"
1689
1685
  ]
1690
1686
  },
1687
+ "ExpiredObjectDeleteMarker":{"type":"boolean"},
1691
1688
  "Expires":{"type":"timestamp"},
1692
1689
  "ExposeHeader":{"type":"string"},
1693
1690
  "ExposeHeaders":{
@@ -2291,8 +2288,8 @@
2291
2288
  "ID":{"shape":"ID"},
2292
2289
  "Type":{
2293
2290
  "shape":"Type",
2294
- "xmlAttribute":true,
2295
- "locationName":"xsi:type"
2291
+ "locationName":"xsi:type",
2292
+ "xmlAttribute":true
2296
2293
  },
2297
2294
  "URI":{"shape":"URI"}
2298
2295
  },
@@ -2580,7 +2577,8 @@
2580
2577
  "type":"structure",
2581
2578
  "members":{
2582
2579
  "Date":{"shape":"Date"},
2583
- "Days":{"shape":"Days"}
2580
+ "Days":{"shape":"Days"},
2581
+ "ExpiredObjectDeleteMarker":{"shape":"ExpiredObjectDeleteMarker"}
2584
2582
  }
2585
2583
  },
2586
2584
  "LifecycleRule":{
@@ -2602,7 +2600,8 @@
2602
2600
  "shape":"NoncurrentVersionTransitionList",
2603
2601
  "locationName":"NoncurrentVersionTransition"
2604
2602
  },
2605
- "NoncurrentVersionExpiration":{"shape":"NoncurrentVersionExpiration"}
2603
+ "NoncurrentVersionExpiration":{"shape":"NoncurrentVersionExpiration"},
2604
+ "AbortIncompleteMultipartUpload":{"shape":"AbortIncompleteMultipartUpload"}
2606
2605
  }
2607
2606
  },
2608
2607
  "LifecycleRules":{
@@ -2797,6 +2796,16 @@
2797
2796
  "ListPartsOutput":{
2798
2797
  "type":"structure",
2799
2798
  "members":{
2799
+ "AbortDate":{
2800
+ "shape":"AbortDate",
2801
+ "location":"header",
2802
+ "locationName":"x-amz-abort-date"
2803
+ },
2804
+ "AbortRuleId":{
2805
+ "shape":"AbortRuleId",
2806
+ "location":"header",
2807
+ "locationName":"x-amz-abort-rule-id"
2808
+ },
2800
2809
  "Bucket":{"shape":"BucketName"},
2801
2810
  "Key":{"shape":"ObjectKey"},
2802
2811
  "UploadId":{"shape":"MultipartUploadId"},
@@ -3020,6 +3029,7 @@
3020
3029
  "public-read",
3021
3030
  "public-read-write",
3022
3031
  "authenticated-read",
3032
+ "aws-exec-read",
3023
3033
  "bucket-owner-read",
3024
3034
  "bucket-owner-full-control"
3025
3035
  ]
@@ -3143,8 +3153,8 @@
3143
3153
  },
3144
3154
  "AccessControlPolicy":{
3145
3155
  "shape":"AccessControlPolicy",
3146
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3147
- "locationName":"AccessControlPolicy"
3156
+ "locationName":"AccessControlPolicy",
3157
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3148
3158
  },
3149
3159
  "Bucket":{
3150
3160
  "shape":"BucketName",
@@ -3198,8 +3208,8 @@
3198
3208
  },
3199
3209
  "CORSConfiguration":{
3200
3210
  "shape":"CORSConfiguration",
3201
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3202
- "locationName":"CORSConfiguration"
3211
+ "locationName":"CORSConfiguration",
3212
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3203
3213
  },
3204
3214
  "ContentMD5":{
3205
3215
  "shape":"ContentMD5",
@@ -3220,8 +3230,8 @@
3220
3230
  },
3221
3231
  "LifecycleConfiguration":{
3222
3232
  "shape":"BucketLifecycleConfiguration",
3223
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3224
- "locationName":"LifecycleConfiguration"
3233
+ "locationName":"LifecycleConfiguration",
3234
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3225
3235
  }
3226
3236
  },
3227
3237
  "payload":"LifecycleConfiguration"
@@ -3242,8 +3252,8 @@
3242
3252
  },
3243
3253
  "LifecycleConfiguration":{
3244
3254
  "shape":"LifecycleConfiguration",
3245
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3246
- "locationName":"LifecycleConfiguration"
3255
+ "locationName":"LifecycleConfiguration",
3256
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3247
3257
  }
3248
3258
  },
3249
3259
  "payload":"LifecycleConfiguration"
@@ -3262,8 +3272,8 @@
3262
3272
  },
3263
3273
  "BucketLoggingStatus":{
3264
3274
  "shape":"BucketLoggingStatus",
3265
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3266
- "locationName":"BucketLoggingStatus"
3275
+ "locationName":"BucketLoggingStatus",
3276
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3267
3277
  },
3268
3278
  "ContentMD5":{
3269
3279
  "shape":"ContentMD5",
@@ -3287,8 +3297,8 @@
3287
3297
  },
3288
3298
  "NotificationConfiguration":{
3289
3299
  "shape":"NotificationConfiguration",
3290
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3291
- "locationName":"NotificationConfiguration"
3300
+ "locationName":"NotificationConfiguration",
3301
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3292
3302
  }
3293
3303
  },
3294
3304
  "payload":"NotificationConfiguration"
@@ -3312,8 +3322,8 @@
3312
3322
  },
3313
3323
  "NotificationConfiguration":{
3314
3324
  "shape":"NotificationConfigurationDeprecated",
3315
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3316
- "locationName":"NotificationConfiguration"
3325
+ "locationName":"NotificationConfiguration",
3326
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3317
3327
  }
3318
3328
  },
3319
3329
  "payload":"NotificationConfiguration"
@@ -3358,8 +3368,8 @@
3358
3368
  },
3359
3369
  "ReplicationConfiguration":{
3360
3370
  "shape":"ReplicationConfiguration",
3361
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3362
- "locationName":"ReplicationConfiguration"
3371
+ "locationName":"ReplicationConfiguration",
3372
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3363
3373
  }
3364
3374
  },
3365
3375
  "payload":"ReplicationConfiguration"
@@ -3383,8 +3393,8 @@
3383
3393
  },
3384
3394
  "RequestPaymentConfiguration":{
3385
3395
  "shape":"RequestPaymentConfiguration",
3386
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3387
- "locationName":"RequestPaymentConfiguration"
3396
+ "locationName":"RequestPaymentConfiguration",
3397
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3388
3398
  }
3389
3399
  },
3390
3400
  "payload":"RequestPaymentConfiguration"
@@ -3408,8 +3418,8 @@
3408
3418
  },
3409
3419
  "Tagging":{
3410
3420
  "shape":"Tagging",
3411
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3412
- "locationName":"Tagging"
3421
+ "locationName":"Tagging",
3422
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3413
3423
  }
3414
3424
  },
3415
3425
  "payload":"Tagging"
@@ -3438,8 +3448,8 @@
3438
3448
  },
3439
3449
  "VersioningConfiguration":{
3440
3450
  "shape":"VersioningConfiguration",
3441
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3442
- "locationName":"VersioningConfiguration"
3451
+ "locationName":"VersioningConfiguration",
3452
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3443
3453
  }
3444
3454
  },
3445
3455
  "payload":"VersioningConfiguration"
@@ -3463,8 +3473,8 @@
3463
3473
  },
3464
3474
  "WebsiteConfiguration":{
3465
3475
  "shape":"WebsiteConfiguration",
3466
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3467
- "locationName":"WebsiteConfiguration"
3476
+ "locationName":"WebsiteConfiguration",
3477
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3468
3478
  }
3469
3479
  },
3470
3480
  "payload":"WebsiteConfiguration"
@@ -3493,8 +3503,8 @@
3493
3503
  },
3494
3504
  "AccessControlPolicy":{
3495
3505
  "shape":"AccessControlPolicy",
3496
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3497
- "locationName":"AccessControlPolicy"
3506
+ "locationName":"AccessControlPolicy",
3507
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3498
3508
  },
3499
3509
  "Bucket":{
3500
3510
  "shape":"BucketName",
@@ -3890,8 +3900,8 @@
3890
3900
  },
3891
3901
  "RestoreRequest":{
3892
3902
  "shape":"RestoreRequest",
3893
- "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"},
3894
- "locationName":"RestoreRequest"
3903
+ "locationName":"RestoreRequest",
3904
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
3895
3905
  },
3896
3906
  "RequestPayer":{
3897
3907
  "shape":"RequestPayer",
@@ -3937,7 +3947,8 @@
3937
3947
  "Status":{"shape":"ExpirationStatus"},
3938
3948
  "Transition":{"shape":"Transition"},
3939
3949
  "NoncurrentVersionTransition":{"shape":"NoncurrentVersionTransition"},
3940
- "NoncurrentVersionExpiration":{"shape":"NoncurrentVersionExpiration"}
3950
+ "NoncurrentVersionExpiration":{"shape":"NoncurrentVersionExpiration"},
3951
+ "AbortIncompleteMultipartUpload":{"shape":"AbortIncompleteMultipartUpload"}
3941
3952
  }
3942
3953
  },
3943
3954
  "Rules":{