aws-sdk-core 2.11.618 → 2.11.623

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  3. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  4. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  5. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  6. data/apis/datasync/2018-11-09/api-2.json +29 -0
  7. data/apis/dlm/2018-01-12/api-2.json +9 -3
  8. data/apis/dynamodb/2012-08-10/api-2.json +209 -1
  9. data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
  10. data/apis/ec2/2016-11-15/api-2.json +190 -11
  11. data/apis/ecs/2014-11-13/api-2.json +26 -1
  12. data/apis/es/2015-01-01/api-2.json +163 -3
  13. data/apis/es/2015-01-01/paginators-1.json +5 -0
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/fsx/2018-03-01/api-2.json +147 -5
  18. data/apis/fsx/2018-03-01/examples-1.json +21 -10
  19. data/apis/fsx/2018-03-01/paginators-1.json +5 -0
  20. data/apis/iot/2015-05-28/api-2.json +18 -4
  21. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  22. data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
  23. data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
  24. data/apis/kendra/2019-02-03/api-2.json +105 -7
  25. data/apis/lambda/2015-03-31/api-2.json +36 -2
  26. data/apis/macie2/2020-01-01/api-2.json +4 -0
  27. data/apis/medialive/2017-10-14/api-2.json +16 -0
  28. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  29. data/apis/mq/2017-11-27/api-2.json +6 -2
  30. data/apis/rds/2014-10-31/api-2.json +2 -1
  31. data/apis/s3/2006-03-01/api-2.json +230 -5
  32. data/apis/s3/2006-03-01/examples-1.json +91 -91
  33. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  34. data/apis/ssm/2014-11-06/api-2.json +2 -1
  35. data/apis/storagegateway/2013-06-30/api-2.json +88 -0
  36. data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
  37. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  38. data/apis/xray/2016-04-12/api-2.json +277 -0
  39. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  40. data/endpoints.json +91 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. metadata +2 -2
@@ -1044,7 +1044,9 @@
1044
1044
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1045
1045
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1046
1046
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
1047
- "Topics":{"shape":"Topics"}
1047
+ "Topics":{"shape":"Topics"},
1048
+ "Queues":{"shape":"Queues"},
1049
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
1048
1050
  }
1049
1051
  },
1050
1052
  "CreateFunctionRequest":{
@@ -1336,6 +1338,8 @@
1336
1338
  "StateTransitionReason":{"shape":"String"},
1337
1339
  "DestinationConfig":{"shape":"DestinationConfig"},
1338
1340
  "Topics":{"shape":"Topics"},
1341
+ "Queues":{"shape":"Queues"},
1342
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"},
1339
1343
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1340
1344
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1341
1345
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
@@ -2546,6 +2550,18 @@
2546
2550
  "min":1,
2547
2551
  "pattern":"(|[a-zA-Z0-9$_-]+)"
2548
2552
  },
2553
+ "Queue":{
2554
+ "type":"string",
2555
+ "max":1000,
2556
+ "min":1,
2557
+ "pattern":"[\\s\\S]*"
2558
+ },
2559
+ "Queues":{
2560
+ "type":"list",
2561
+ "member":{"shape":"Queue"},
2562
+ "max":1,
2563
+ "min":1
2564
+ },
2549
2565
  "RemoveLayerVersionPermissionRequest":{
2550
2566
  "type":"structure",
2551
2567
  "required":[
@@ -2725,6 +2741,23 @@
2725
2741
  "error":{"httpStatusCode":500},
2726
2742
  "exception":true
2727
2743
  },
2744
+ "SourceAccessConfiguration":{
2745
+ "type":"structure",
2746
+ "members":{
2747
+ "Type":{"shape":"SourceAccessType"},
2748
+ "URI":{"shape":"Arn"}
2749
+ }
2750
+ },
2751
+ "SourceAccessConfigurations":{
2752
+ "type":"list",
2753
+ "member":{"shape":"SourceAccessConfiguration"},
2754
+ "max":1,
2755
+ "min":1
2756
+ },
2757
+ "SourceAccessType":{
2758
+ "type":"string",
2759
+ "enum":["BASIC_AUTH"]
2760
+ },
2728
2761
  "SourceOwner":{
2729
2762
  "type":"string",
2730
2763
  "pattern":"\\d{12}"
@@ -2935,7 +2968,8 @@
2935
2968
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
2936
2969
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
2937
2970
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
2938
- "ParallelizationFactor":{"shape":"ParallelizationFactor"}
2971
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"},
2972
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
2939
2973
  }
2940
2974
  },
2941
2975
  "UpdateFunctionCodeRequest":{
@@ -4584,6 +4584,10 @@
4584
4584
  "Record": {
4585
4585
  "type": "structure",
4586
4586
  "members": {
4587
+ "jsonPath": {
4588
+ "shape": "__string",
4589
+ "locationName": "jsonPath"
4590
+ },
4587
4591
  "recordIndex": {
4588
4592
  "shape": "__long",
4589
4593
  "locationName": "recordIndex"
@@ -10209,6 +10209,12 @@
10209
10209
  }
10210
10210
  }
10211
10211
  },
10212
+ "RtmpAdMarkers": {
10213
+ "type": "string",
10214
+ "enum": [
10215
+ "ON_CUE_POINT_SCTE35"
10216
+ ]
10217
+ },
10212
10218
  "RtmpCacheFullBehavior": {
10213
10219
  "type": "string",
10214
10220
  "enum": [
@@ -10232,6 +10238,10 @@
10232
10238
  "RtmpGroupSettings": {
10233
10239
  "type": "structure",
10234
10240
  "members": {
10241
+ "AdMarkers": {
10242
+ "shape": "__listOfRtmpAdMarkers",
10243
+ "locationName": "adMarkers"
10244
+ },
10235
10245
  "AuthenticationScheme": {
10236
10246
  "shape": "AuthenticationScheme",
10237
10247
  "locationName": "authenticationScheme"
@@ -12604,6 +12614,12 @@
12604
12614
  "shape": "Reservation"
12605
12615
  }
12606
12616
  },
12617
+ "__listOfRtmpAdMarkers": {
12618
+ "type": "list",
12619
+ "member": {
12620
+ "shape": "RtmpAdMarkers"
12621
+ }
12622
+ },
12607
12623
  "__listOfScheduleAction": {
12608
12624
  "type": "list",
12609
12625
  "member": {
@@ -25,6 +25,8 @@
25
25
  {"shape":"InternalServiceErrorException"},
26
26
  {"shape":"InvalidProductCodeException"},
27
27
  {"shape":"InvalidUsageDimensionException"},
28
+ {"shape":"InvalidTagException"},
29
+ {"shape":"InvalidUsageAllocationsException"},
28
30
  {"shape":"InvalidCustomerIdentifierException"},
29
31
  {"shape":"TimestampOutOfBoundsException"},
30
32
  {"shape":"ThrottlingException"},
@@ -43,6 +45,8 @@
43
45
  {"shape":"InternalServiceErrorException"},
44
46
  {"shape":"InvalidProductCodeException"},
45
47
  {"shape":"InvalidUsageDimensionException"},
48
+ {"shape":"InvalidTagException"},
49
+ {"shape":"InvalidUsageAllocationsException"},
46
50
  {"shape":"InvalidEndpointRegionException"},
47
51
  {"shape":"TimestampOutOfBoundsException"},
48
52
  {"shape":"DuplicateRequestException"},
@@ -87,6 +91,11 @@
87
91
  }
88
92
  },
89
93
  "shapes":{
94
+ "AllocatedUsageQuantity":{
95
+ "type":"integer",
96
+ "max":2147483647,
97
+ "min":0
98
+ },
90
99
  "BatchMeterUsageRequest":{
91
100
  "type":"structure",
92
101
  "required":[
@@ -109,7 +118,8 @@
109
118
  "CustomerIdentifier":{
110
119
  "type":"string",
111
120
  "max":255,
112
- "min":1
121
+ "min":1,
122
+ "pattern":"[\\s\\S]+"
113
123
  },
114
124
  "CustomerNotEntitledException":{
115
125
  "type":"structure",
@@ -182,6 +192,13 @@
182
192
  },
183
193
  "exception":true
184
194
  },
195
+ "InvalidTagException":{
196
+ "type":"structure",
197
+ "members":{
198
+ "message":{"shape":"errorMessage"}
199
+ },
200
+ "exception":true
201
+ },
185
202
  "InvalidTokenException":{
186
203
  "type":"structure",
187
204
  "members":{
@@ -189,6 +206,13 @@
189
206
  },
190
207
  "exception":true
191
208
  },
209
+ "InvalidUsageAllocationsException":{
210
+ "type":"structure",
211
+ "members":{
212
+ "message":{"shape":"errorMessage"}
213
+ },
214
+ "exception":true
215
+ },
192
216
  "InvalidUsageDimensionException":{
193
217
  "type":"structure",
194
218
  "members":{
@@ -208,7 +232,8 @@
208
232
  "Timestamp":{"shape":"Timestamp"},
209
233
  "UsageDimension":{"shape":"UsageDimension"},
210
234
  "UsageQuantity":{"shape":"UsageQuantity"},
211
- "DryRun":{"shape":"Boolean"}
235
+ "DryRun":{"shape":"Boolean"},
236
+ "UsageAllocations":{"shape":"UsageAllocations"}
212
237
  }
213
238
  },
214
239
  "MeterUsageResult":{
@@ -219,11 +244,12 @@
219
244
  },
220
245
  "NonEmptyString":{
221
246
  "type":"string",
222
- "pattern":"\\S+"
247
+ "pattern":"[\\s\\S]+"
223
248
  },
224
249
  "Nonce":{
225
250
  "type":"string",
226
- "max":255
251
+ "max":255,
252
+ "pattern":"[\\s\\S]*"
227
253
  },
228
254
  "PlatformNotSupportedException":{
229
255
  "type":"structure",
@@ -235,7 +261,8 @@
235
261
  "ProductCode":{
236
262
  "type":"string",
237
263
  "max":255,
238
- "min":1
264
+ "min":1,
265
+ "pattern":"[\\s\\S]+"
239
266
  },
240
267
  "RegisterUsageRequest":{
241
268
  "type":"structure",
@@ -271,6 +298,35 @@
271
298
  }
272
299
  },
273
300
  "String":{"type":"string"},
301
+ "Tag":{
302
+ "type":"structure",
303
+ "required":[
304
+ "Key",
305
+ "Value"
306
+ ],
307
+ "members":{
308
+ "Key":{"shape":"TagKey"},
309
+ "Value":{"shape":"TagValue"}
310
+ }
311
+ },
312
+ "TagKey":{
313
+ "type":"string",
314
+ "max":100,
315
+ "min":1,
316
+ "pattern":"^[a-zA-Z0-9+ -=._:\\/@]+$"
317
+ },
318
+ "TagList":{
319
+ "type":"list",
320
+ "member":{"shape":"Tag"},
321
+ "max":5,
322
+ "min":1
323
+ },
324
+ "TagValue":{
325
+ "type":"string",
326
+ "max":256,
327
+ "min":1,
328
+ "pattern":"^[a-zA-Z0-9+ -=._:\\/@]+$"
329
+ },
274
330
  "ThrottlingException":{
275
331
  "type":"structure",
276
332
  "members":{
@@ -286,10 +342,25 @@
286
342
  },
287
343
  "exception":true
288
344
  },
345
+ "UsageAllocation":{
346
+ "type":"structure",
347
+ "required":["AllocatedUsageQuantity"],
348
+ "members":{
349
+ "AllocatedUsageQuantity":{"shape":"AllocatedUsageQuantity"},
350
+ "Tags":{"shape":"TagList"}
351
+ }
352
+ },
353
+ "UsageAllocations":{
354
+ "type":"list",
355
+ "member":{"shape":"UsageAllocation"},
356
+ "max":500,
357
+ "min":1
358
+ },
289
359
  "UsageDimension":{
290
360
  "type":"string",
291
361
  "max":255,
292
- "min":1
362
+ "min":1,
363
+ "pattern":"[\\s\\S]+"
293
364
  },
294
365
  "UsageQuantity":{
295
366
  "type":"integer",
@@ -307,7 +378,8 @@
307
378
  "Timestamp":{"shape":"Timestamp"},
308
379
  "CustomerIdentifier":{"shape":"CustomerIdentifier"},
309
380
  "Dimension":{"shape":"UsageDimension"},
310
- "Quantity":{"shape":"UsageQuantity"}
381
+ "Quantity":{"shape":"UsageQuantity"},
382
+ "UsageAllocations":{"shape":"UsageAllocations"}
311
383
  }
312
384
  },
313
385
  "UsageRecordList":{
@@ -673,6 +673,10 @@
673
673
  "shape" : "DeploymentMode",
674
674
  "locationName" : "deploymentMode"
675
675
  },
676
+ "EngineType" : {
677
+ "shape" : "EngineType",
678
+ "locationName" : "engineType"
679
+ },
676
680
  "HostInstanceType" : {
677
681
  "shape" : "__string",
678
682
  "locationName" : "hostInstanceType"
@@ -1225,7 +1229,7 @@
1225
1229
  },
1226
1230
  "DeploymentMode" : {
1227
1231
  "type" : "string",
1228
- "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ" ]
1232
+ "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ", "CLUSTER_MULTI_AZ" ]
1229
1233
  },
1230
1234
  "DescribeBrokerEngineTypesRequest" : {
1231
1235
  "type" : "structure",
@@ -1752,7 +1756,7 @@
1752
1756
  },
1753
1757
  "EngineType" : {
1754
1758
  "type" : "string",
1755
- "enum" : [ "ACTIVEMQ" ]
1759
+ "enum" : [ "ACTIVEMQ", "RABBITMQ" ]
1756
1760
  },
1757
1761
  "EngineVersion" : {
1758
1762
  "type" : "structure",
@@ -2915,7 +2915,8 @@
2915
2915
  "DeletionProtection":{"shape":"BooleanOptional"},
2916
2916
  "Domain":{"shape":"String"},
2917
2917
  "DomainIAMRoleName":{"shape":"String"},
2918
- "ReplicaMode":{"shape":"ReplicaMode"}
2918
+ "ReplicaMode":{"shape":"ReplicaMode"},
2919
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
2919
2920
  }
2920
2921
  },
2921
2922
  "CreateDBInstanceReadReplicaResult":{
@@ -115,6 +115,15 @@
115
115
  },
116
116
  "input":{"shape":"DeleteBucketEncryptionRequest"}
117
117
  },
118
+ "DeleteBucketIntelligentTieringConfiguration":{
119
+ "name":"DeleteBucketIntelligentTieringConfiguration",
120
+ "http":{
121
+ "method":"DELETE",
122
+ "requestUri":"/{Bucket}?intelligent-tiering",
123
+ "responseCode":204
124
+ },
125
+ "input":{"shape":"DeleteBucketIntelligentTieringConfigurationRequest"}
126
+ },
118
127
  "DeleteBucketInventoryConfiguration":{
119
128
  "name":"DeleteBucketInventoryConfiguration",
120
129
  "http":{
@@ -280,6 +289,15 @@
280
289
  "input":{"shape":"GetBucketEncryptionRequest"},
281
290
  "output":{"shape":"GetBucketEncryptionOutput"}
282
291
  },
292
+ "GetBucketIntelligentTieringConfiguration":{
293
+ "name":"GetBucketIntelligentTieringConfiguration",
294
+ "http":{
295
+ "method":"GET",
296
+ "requestUri":"/{Bucket}?intelligent-tiering"
297
+ },
298
+ "input":{"shape":"GetBucketIntelligentTieringConfigurationRequest"},
299
+ "output":{"shape":"GetBucketIntelligentTieringConfigurationOutput"}
300
+ },
283
301
  "GetBucketInventoryConfiguration":{
284
302
  "name":"GetBucketInventoryConfiguration",
285
303
  "http":{
@@ -444,7 +462,8 @@
444
462
  "input":{"shape":"GetObjectRequest"},
445
463
  "output":{"shape":"GetObjectOutput"},
446
464
  "errors":[
447
- {"shape":"NoSuchKey"}
465
+ {"shape":"NoSuchKey"},
466
+ {"shape":"InvalidObjectState"}
448
467
  ],
449
468
  "documentationUrl":"http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectGET.html"
450
469
  },
@@ -550,6 +569,15 @@
550
569
  "input":{"shape":"ListBucketAnalyticsConfigurationsRequest"},
551
570
  "output":{"shape":"ListBucketAnalyticsConfigurationsOutput"}
552
571
  },
572
+ "ListBucketIntelligentTieringConfigurations":{
573
+ "name":"ListBucketIntelligentTieringConfigurations",
574
+ "http":{
575
+ "method":"GET",
576
+ "requestUri":"/{Bucket}?intelligent-tiering"
577
+ },
578
+ "input":{"shape":"ListBucketIntelligentTieringConfigurationsRequest"},
579
+ "output":{"shape":"ListBucketIntelligentTieringConfigurationsOutput"}
580
+ },
553
581
  "ListBucketInventoryConfigurations":{
554
582
  "name":"ListBucketInventoryConfigurations",
555
583
  "http":{
@@ -680,6 +708,14 @@
680
708
  "input":{"shape":"PutBucketEncryptionRequest"},
681
709
  "httpChecksumRequired":true
682
710
  },
711
+ "PutBucketIntelligentTieringConfiguration":{
712
+ "name":"PutBucketIntelligentTieringConfiguration",
713
+ "http":{
714
+ "method":"PUT",
715
+ "requestUri":"/{Bucket}?intelligent-tiering"
716
+ },
717
+ "input":{"shape":"PutBucketIntelligentTieringConfigurationRequest"}
718
+ },
683
719
  "PutBucketInventoryConfiguration":{
684
720
  "name":"PutBucketInventoryConfiguration",
685
721
  "http":{
@@ -1092,6 +1128,13 @@
1092
1128
  "type":"string",
1093
1129
  "enum":["CSV"]
1094
1130
  },
1131
+ "ArchiveStatus":{
1132
+ "type":"string",
1133
+ "enum":[
1134
+ "ARCHIVE_ACCESS",
1135
+ "DEEP_ARCHIVE_ACCESS"
1136
+ ]
1137
+ },
1095
1138
  "Body":{"type":"blob"},
1096
1139
  "Bucket":{
1097
1140
  "type":"structure",
@@ -2058,6 +2101,25 @@
2058
2101
  }
2059
2102
  }
2060
2103
  },
2104
+ "DeleteBucketIntelligentTieringConfigurationRequest":{
2105
+ "type":"structure",
2106
+ "required":[
2107
+ "Bucket",
2108
+ "Id"
2109
+ ],
2110
+ "members":{
2111
+ "Bucket":{
2112
+ "shape":"BucketName",
2113
+ "location":"uri",
2114
+ "locationName":"Bucket"
2115
+ },
2116
+ "Id":{
2117
+ "shape":"IntelligentTieringId",
2118
+ "location":"querystring",
2119
+ "locationName":"id"
2120
+ }
2121
+ }
2122
+ },
2061
2123
  "DeleteBucketInventoryConfigurationRequest":{
2062
2124
  "type":"structure",
2063
2125
  "required":[
@@ -2721,6 +2783,32 @@
2721
2783
  }
2722
2784
  }
2723
2785
  },
2786
+ "GetBucketIntelligentTieringConfigurationOutput":{
2787
+ "type":"structure",
2788
+ "members":{
2789
+ "IntelligentTieringConfiguration":{"shape":"IntelligentTieringConfiguration"}
2790
+ },
2791
+ "payload":"IntelligentTieringConfiguration"
2792
+ },
2793
+ "GetBucketIntelligentTieringConfigurationRequest":{
2794
+ "type":"structure",
2795
+ "required":[
2796
+ "Bucket",
2797
+ "Id"
2798
+ ],
2799
+ "members":{
2800
+ "Bucket":{
2801
+ "shape":"BucketName",
2802
+ "location":"uri",
2803
+ "locationName":"Bucket"
2804
+ },
2805
+ "Id":{
2806
+ "shape":"IntelligentTieringId",
2807
+ "location":"querystring",
2808
+ "locationName":"id"
2809
+ }
2810
+ }
2811
+ },
2724
2812
  "GetBucketInventoryConfigurationOutput":{
2725
2813
  "type":"structure",
2726
2814
  "members":{
@@ -3696,6 +3784,11 @@
3696
3784
  "location":"header",
3697
3785
  "locationName":"x-amz-restore"
3698
3786
  },
3787
+ "ArchiveStatus":{
3788
+ "shape":"ArchiveStatus",
3789
+ "location":"header",
3790
+ "locationName":"x-amz-archive-status"
3791
+ },
3699
3792
  "LastModified":{
3700
3793
  "shape":"LastModified",
3701
3794
  "location":"header",
@@ -3929,6 +4022,71 @@
3929
4022
  "Parquet":{"shape":"ParquetInput"}
3930
4023
  }
3931
4024
  },
4025
+ "IntelligentTieringAccessTier":{
4026
+ "type":"string",
4027
+ "enum":[
4028
+ "ARCHIVE_ACCESS",
4029
+ "DEEP_ARCHIVE_ACCESS"
4030
+ ]
4031
+ },
4032
+ "IntelligentTieringAndOperator":{
4033
+ "type":"structure",
4034
+ "members":{
4035
+ "Prefix":{"shape":"Prefix"},
4036
+ "Tags":{
4037
+ "shape":"TagSet",
4038
+ "flattened":true,
4039
+ "locationName":"Tag"
4040
+ }
4041
+ }
4042
+ },
4043
+ "IntelligentTieringConfiguration":{
4044
+ "type":"structure",
4045
+ "required":[
4046
+ "Id",
4047
+ "Status",
4048
+ "Tierings"
4049
+ ],
4050
+ "members":{
4051
+ "Id":{"shape":"IntelligentTieringId"},
4052
+ "Filter":{"shape":"IntelligentTieringFilter"},
4053
+ "Status":{"shape":"IntelligentTieringStatus"},
4054
+ "Tierings":{
4055
+ "shape":"TieringList",
4056
+ "locationName":"Tiering"
4057
+ }
4058
+ }
4059
+ },
4060
+ "IntelligentTieringConfigurationList":{
4061
+ "type":"list",
4062
+ "member":{"shape":"IntelligentTieringConfiguration"},
4063
+ "flattened":true
4064
+ },
4065
+ "IntelligentTieringDays":{"type":"integer"},
4066
+ "IntelligentTieringFilter":{
4067
+ "type":"structure",
4068
+ "members":{
4069
+ "Prefix":{"shape":"Prefix"},
4070
+ "Tag":{"shape":"Tag"},
4071
+ "And":{"shape":"IntelligentTieringAndOperator"}
4072
+ }
4073
+ },
4074
+ "IntelligentTieringId":{"type":"string"},
4075
+ "IntelligentTieringStatus":{
4076
+ "type":"string",
4077
+ "enum":[
4078
+ "Enabled",
4079
+ "Disabled"
4080
+ ]
4081
+ },
4082
+ "InvalidObjectState":{
4083
+ "type":"structure",
4084
+ "members":{
4085
+ "StorageClass":{"shape":"StorageClass"},
4086
+ "AccessTier":{"shape":"IntelligentTieringAccessTier"}
4087
+ },
4088
+ "exception":true
4089
+ },
3932
4090
  "InventoryConfiguration":{
3933
4091
  "type":"structure",
3934
4092
  "required":[
@@ -4199,6 +4357,34 @@
4199
4357
  }
4200
4358
  }
4201
4359
  },
4360
+ "ListBucketIntelligentTieringConfigurationsOutput":{
4361
+ "type":"structure",
4362
+ "members":{
4363
+ "IsTruncated":{"shape":"IsTruncated"},
4364
+ "ContinuationToken":{"shape":"Token"},
4365
+ "NextContinuationToken":{"shape":"NextToken"},
4366
+ "IntelligentTieringConfigurationList":{
4367
+ "shape":"IntelligentTieringConfigurationList",
4368
+ "locationName":"IntelligentTieringConfiguration"
4369
+ }
4370
+ }
4371
+ },
4372
+ "ListBucketIntelligentTieringConfigurationsRequest":{
4373
+ "type":"structure",
4374
+ "required":["Bucket"],
4375
+ "members":{
4376
+ "Bucket":{
4377
+ "shape":"BucketName",
4378
+ "location":"uri",
4379
+ "locationName":"Bucket"
4380
+ },
4381
+ "ContinuationToken":{
4382
+ "shape":"Token",
4383
+ "location":"querystring",
4384
+ "locationName":"continuation-token"
4385
+ }
4386
+ }
4387
+ },
4202
4388
  "ListBucketInventoryConfigurationsOutput":{
4203
4389
  "type":"structure",
4204
4390
  "members":{
@@ -4679,10 +4865,7 @@
4679
4865
  "MetadataValue":{"type":"string"},
4680
4866
  "Metrics":{
4681
4867
  "type":"structure",
4682
- "required":[
4683
- "Status",
4684
- "EventThreshold"
4685
- ],
4868
+ "required":["Status"],
4686
4869
  "members":{
4687
4870
  "Status":{"shape":"MetricsStatus"},
4688
4871
  "EventThreshold":{"shape":"ReplicationTimeValue"}
@@ -5303,6 +5486,32 @@
5303
5486
  },
5304
5487
  "payload":"ServerSideEncryptionConfiguration"
5305
5488
  },
5489
+ "PutBucketIntelligentTieringConfigurationRequest":{
5490
+ "type":"structure",
5491
+ "required":[
5492
+ "Bucket",
5493
+ "Id",
5494
+ "IntelligentTieringConfiguration"
5495
+ ],
5496
+ "members":{
5497
+ "Bucket":{
5498
+ "shape":"BucketName",
5499
+ "location":"uri",
5500
+ "locationName":"Bucket"
5501
+ },
5502
+ "Id":{
5503
+ "shape":"IntelligentTieringId",
5504
+ "location":"querystring",
5505
+ "locationName":"id"
5506
+ },
5507
+ "IntelligentTieringConfiguration":{
5508
+ "shape":"IntelligentTieringConfiguration",
5509
+ "locationName":"IntelligentTieringConfiguration",
5510
+ "xmlNamespace":{"uri":"http://s3.amazonaws.com/doc/2006-03-01/"}
5511
+ }
5512
+ },
5513
+ "payload":"IntelligentTieringConfiguration"
5514
+ },
5306
5515
  "PutBucketInventoryConfigurationRequest":{
5307
5516
  "type":"structure",
5308
5517
  "required":[
@@ -6926,6 +7135,22 @@
6926
7135
  "Expedited"
6927
7136
  ]
6928
7137
  },
7138
+ "Tiering":{
7139
+ "type":"structure",
7140
+ "required":[
7141
+ "Days",
7142
+ "AccessTier"
7143
+ ],
7144
+ "members":{
7145
+ "Days":{"shape":"IntelligentTieringDays"},
7146
+ "AccessTier":{"shape":"IntelligentTieringAccessTier"}
7147
+ }
7148
+ },
7149
+ "TieringList":{
7150
+ "type":"list",
7151
+ "member":{"shape":"Tiering"},
7152
+ "flattened":true
7153
+ },
6929
7154
  "Token":{"type":"string"},
6930
7155
  "TopicArn":{"type":"string"},
6931
7156
  "TopicConfiguration":{