aws-sdk-core 2.11.621 → 2.11.626
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +12 -3
- data/apis/databrew/2017-07-25/api-2.json +2127 -0
- data/apis/databrew/2017-07-25/examples-1.json +5 -0
- data/apis/databrew/2017-07-25/paginators-1.json +46 -0
- data/apis/datasync/2018-11-09/api-2.json +29 -0
- data/apis/dlm/2018-01-12/api-2.json +9 -3
- data/apis/dynamodb/2012-08-10/api-2.json +207 -0
- data/apis/dynamodb/2012-08-10/paginators-1.json +5 -0
- data/apis/ec2/2016-11-15/api-2.json +65 -3
- data/apis/ecs/2014-11-13/api-2.json +26 -1
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +4 -4
- data/apis/es/2015-01-01/api-2.json +101 -0
- data/apis/es/2015-01-01/paginators-1.json +5 -0
- data/apis/forecast/2018-06-26/api-2.json +21 -2
- data/apis/fsx/2018-03-01/api-2.json +147 -5
- data/apis/fsx/2018-03-01/examples-1.json +21 -10
- data/apis/fsx/2018-03-01/paginators-1.json +5 -0
- data/apis/iot/2015-05-28/api-2.json +5 -1
- data/apis/iotanalytics/2017-11-27/api-2.json +54 -8
- data/apis/iotsitewise/2019-12-02/api-2.json +0 -44
- data/apis/lex-models/2017-04-19/api-2.json +5 -1
- data/apis/lightsail/2016-11-28/api-2.json +688 -1
- data/apis/macie2/2020-01-01/api-2.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +41 -0
- data/apis/medialive/2017-10-14/api-2.json +16 -0
- data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
- data/apis/polly/2016-06-10/api-2.json +7 -4
- data/apis/quicksight/2018-04-01/api-2.json +45 -3
- data/apis/robomaker/2018-06-29/api-2.json +6 -3
- data/apis/s3/2006-03-01/api-2.json +230 -5
- data/apis/s3/2006-03-01/examples-1.json +91 -91
- data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
- data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
- data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
- data/apis/servicecatalog/2015-12-10/api-2.json +1 -1
- data/apis/ssm/2014-11-06/api-2.json +5 -3
- data/apis/storagegateway/2013-06-30/api-2.json +88 -0
- data/apis/storagegateway/2013-06-30/paginators-1.json +6 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/appregistry.rb +6 -0
- data/lib/aws-sdk-core/gluedatabrew.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +10 -2
|
@@ -1441,6 +1441,32 @@
|
|
|
1441
1441
|
"USE_CONFIGURED"
|
|
1442
1442
|
]
|
|
1443
1443
|
},
|
|
1444
|
+
"AutomatedAbrSettings": {
|
|
1445
|
+
"type": "structure",
|
|
1446
|
+
"members": {
|
|
1447
|
+
"MaxAbrBitrate": {
|
|
1448
|
+
"shape": "__integerMin100000Max100000000",
|
|
1449
|
+
"locationName": "maxAbrBitrate"
|
|
1450
|
+
},
|
|
1451
|
+
"MaxRenditions": {
|
|
1452
|
+
"shape": "__integerMin3Max15",
|
|
1453
|
+
"locationName": "maxRenditions"
|
|
1454
|
+
},
|
|
1455
|
+
"MinAbrBitrate": {
|
|
1456
|
+
"shape": "__integerMin100000Max100000000",
|
|
1457
|
+
"locationName": "minAbrBitrate"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
},
|
|
1461
|
+
"AutomatedEncodingSettings": {
|
|
1462
|
+
"type": "structure",
|
|
1463
|
+
"members": {
|
|
1464
|
+
"AbrSettings": {
|
|
1465
|
+
"shape": "AutomatedAbrSettings",
|
|
1466
|
+
"locationName": "abrSettings"
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1444
1470
|
"Av1AdaptiveQuantization": {
|
|
1445
1471
|
"type": "string",
|
|
1446
1472
|
"enum": [
|
|
@@ -3733,6 +3759,7 @@
|
|
|
3733
3759
|
"type": "string",
|
|
3734
3760
|
"enum": [
|
|
3735
3761
|
"OFF",
|
|
3762
|
+
"AUTO",
|
|
3736
3763
|
"LOW",
|
|
3737
3764
|
"MEDIUM",
|
|
3738
3765
|
"HIGH",
|
|
@@ -7181,6 +7208,10 @@
|
|
|
7181
7208
|
"OutputGroup": {
|
|
7182
7209
|
"type": "structure",
|
|
7183
7210
|
"members": {
|
|
7211
|
+
"AutomatedEncodingSettings": {
|
|
7212
|
+
"shape": "AutomatedEncodingSettings",
|
|
7213
|
+
"locationName": "automatedEncodingSettings"
|
|
7214
|
+
},
|
|
7184
7215
|
"CustomName": {
|
|
7185
7216
|
"shape": "__string",
|
|
7186
7217
|
"locationName": "customName"
|
|
@@ -8879,6 +8910,11 @@
|
|
|
8879
8910
|
"min": 0,
|
|
8880
8911
|
"max": 99
|
|
8881
8912
|
},
|
|
8913
|
+
"__integerMin100000Max100000000": {
|
|
8914
|
+
"type": "integer",
|
|
8915
|
+
"min": 100000,
|
|
8916
|
+
"max": 100000000
|
|
8917
|
+
},
|
|
8882
8918
|
"__integerMin1000Max1152000000": {
|
|
8883
8919
|
"type": "integer",
|
|
8884
8920
|
"min": 1000,
|
|
@@ -9064,6 +9100,11 @@
|
|
|
9064
9100
|
"min": 384000,
|
|
9065
9101
|
"max": 768000
|
|
9066
9102
|
},
|
|
9103
|
+
"__integerMin3Max15": {
|
|
9104
|
+
"type": "integer",
|
|
9105
|
+
"min": 3,
|
|
9106
|
+
"max": 15
|
|
9107
|
+
},
|
|
9067
9108
|
"__integerMin48000Max48000": {
|
|
9068
9109
|
"type": "integer",
|
|
9069
9110
|
"min": 48000,
|
|
@@ -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": {
|
|
@@ -64,6 +64,22 @@
|
|
|
64
64
|
"max":150
|
|
65
65
|
},
|
|
66
66
|
"ErrorMessage":{"type":"string"},
|
|
67
|
+
"FilterAttributeName":{
|
|
68
|
+
"type":"string",
|
|
69
|
+
"max":50,
|
|
70
|
+
"pattern":"[A-Za-z0-9]+"
|
|
71
|
+
},
|
|
72
|
+
"FilterAttributeValue":{
|
|
73
|
+
"type":"string",
|
|
74
|
+
"max":1000,
|
|
75
|
+
"sensitive":true
|
|
76
|
+
},
|
|
77
|
+
"FilterValues":{
|
|
78
|
+
"type":"map",
|
|
79
|
+
"key":{"shape":"FilterAttributeName"},
|
|
80
|
+
"value":{"shape":"FilterAttributeValue"},
|
|
81
|
+
"max":25
|
|
82
|
+
},
|
|
67
83
|
"GetPersonalizedRankingRequest":{
|
|
68
84
|
"type":"structure",
|
|
69
85
|
"required":[
|
|
@@ -76,7 +92,8 @@
|
|
|
76
92
|
"inputList":{"shape":"InputList"},
|
|
77
93
|
"userId":{"shape":"UserID"},
|
|
78
94
|
"context":{"shape":"Context"},
|
|
79
|
-
"filterArn":{"shape":"Arn"}
|
|
95
|
+
"filterArn":{"shape":"Arn"},
|
|
96
|
+
"filterValues":{"shape":"FilterValues"}
|
|
80
97
|
}
|
|
81
98
|
},
|
|
82
99
|
"GetPersonalizedRankingResponse":{
|
|
@@ -95,7 +112,8 @@
|
|
|
95
112
|
"userId":{"shape":"UserID"},
|
|
96
113
|
"numResults":{"shape":"NumResults"},
|
|
97
114
|
"context":{"shape":"Context"},
|
|
98
|
-
"filterArn":{"shape":"Arn"}
|
|
115
|
+
"filterArn":{"shape":"Arn"},
|
|
116
|
+
"filterValues":{"shape":"FilterValues"}
|
|
99
117
|
}
|
|
100
118
|
},
|
|
101
119
|
"GetRecommendationsResponse":{
|
|
@@ -411,7 +411,10 @@
|
|
|
411
411
|
"Size":{"shape":"Size"}
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
|
-
"LexiconContent":{
|
|
414
|
+
"LexiconContent":{
|
|
415
|
+
"type":"string",
|
|
416
|
+
"sensitive":true
|
|
417
|
+
},
|
|
415
418
|
"LexiconDescription":{
|
|
416
419
|
"type":"structure",
|
|
417
420
|
"members":{
|
|
@@ -425,8 +428,7 @@
|
|
|
425
428
|
},
|
|
426
429
|
"LexiconName":{
|
|
427
430
|
"type":"string",
|
|
428
|
-
"pattern":"[0-9A-Za-z]{1,20}"
|
|
429
|
-
"sensitive":true
|
|
431
|
+
"pattern":"[0-9A-Za-z]{1,20}"
|
|
430
432
|
},
|
|
431
433
|
"LexiconNameList":{
|
|
432
434
|
"type":"list",
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
},
|
|
543
545
|
"OutputS3KeyPrefix":{
|
|
544
546
|
"type":"string",
|
|
545
|
-
"pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\)]{0,800}$"
|
|
547
|
+
"pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\):;\\$@=+\\,\\?&]{0,800}$"
|
|
546
548
|
},
|
|
547
549
|
"OutputUri":{"type":"string"},
|
|
548
550
|
"PutLexiconInput":{
|
|
@@ -809,6 +811,7 @@
|
|
|
809
811
|
"Mizuki",
|
|
810
812
|
"Naja",
|
|
811
813
|
"Nicole",
|
|
814
|
+
"Olivia",
|
|
812
815
|
"Penelope",
|
|
813
816
|
"Raveena",
|
|
814
817
|
"Ricardo",
|
|
@@ -2126,6 +2126,18 @@
|
|
|
2126
2126
|
"max":64,
|
|
2127
2127
|
"min":1
|
|
2128
2128
|
},
|
|
2129
|
+
"ColumnLevelPermissionRule":{
|
|
2130
|
+
"type":"structure",
|
|
2131
|
+
"members":{
|
|
2132
|
+
"Principals":{"shape":"PrincipalList"},
|
|
2133
|
+
"ColumnNames":{"shape":"ColumnNameList"}
|
|
2134
|
+
}
|
|
2135
|
+
},
|
|
2136
|
+
"ColumnLevelPermissionRuleList":{
|
|
2137
|
+
"type":"list",
|
|
2138
|
+
"member":{"shape":"ColumnLevelPermissionRule"},
|
|
2139
|
+
"min":1
|
|
2140
|
+
},
|
|
2129
2141
|
"ColumnList":{
|
|
2130
2142
|
"type":"list",
|
|
2131
2143
|
"member":{"shape":"ColumnName"},
|
|
@@ -2137,6 +2149,11 @@
|
|
|
2137
2149
|
"max":128,
|
|
2138
2150
|
"min":1
|
|
2139
2151
|
},
|
|
2152
|
+
"ColumnNameList":{
|
|
2153
|
+
"type":"list",
|
|
2154
|
+
"member":{"shape":"String"},
|
|
2155
|
+
"min":1
|
|
2156
|
+
},
|
|
2140
2157
|
"ColumnSchema":{
|
|
2141
2158
|
"type":"structure",
|
|
2142
2159
|
"members":{
|
|
@@ -2333,6 +2350,7 @@
|
|
|
2333
2350
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
|
2334
2351
|
"Permissions":{"shape":"ResourcePermissionList"},
|
|
2335
2352
|
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
|
2353
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"},
|
|
2336
2354
|
"Tags":{"shape":"TagList"}
|
|
2337
2355
|
}
|
|
2338
2356
|
},
|
|
@@ -2934,7 +2952,8 @@
|
|
|
2934
2952
|
"ImportMode":{"shape":"DataSetImportMode"},
|
|
2935
2953
|
"ConsumedSpiceCapacityInBytes":{"shape":"Long"},
|
|
2936
2954
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
|
2937
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
|
2955
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
|
2956
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"}
|
|
2938
2957
|
}
|
|
2939
2958
|
},
|
|
2940
2959
|
"DataSetArnsList":{
|
|
@@ -2998,7 +3017,8 @@
|
|
|
2998
3017
|
"CreatedTime":{"shape":"Timestamp"},
|
|
2999
3018
|
"LastUpdatedTime":{"shape":"Timestamp"},
|
|
3000
3019
|
"ImportMode":{"shape":"DataSetImportMode"},
|
|
3001
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
|
3020
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
|
3021
|
+
"ColumnLevelPermissionRulesApplied":{"shape":"Boolean"}
|
|
3002
3022
|
}
|
|
3003
3023
|
},
|
|
3004
3024
|
"DataSetSummaryList":{
|
|
@@ -3065,6 +3085,7 @@
|
|
|
3065
3085
|
"JiraParameters":{"shape":"JiraParameters"},
|
|
3066
3086
|
"MariaDbParameters":{"shape":"MariaDbParameters"},
|
|
3067
3087
|
"MySqlParameters":{"shape":"MySqlParameters"},
|
|
3088
|
+
"OracleParameters":{"shape":"OracleParameters"},
|
|
3068
3089
|
"PostgreSqlParameters":{"shape":"PostgreSqlParameters"},
|
|
3069
3090
|
"PrestoParameters":{"shape":"PrestoParameters"},
|
|
3070
3091
|
"RdsParameters":{"shape":"RdsParameters"},
|
|
@@ -3097,6 +3118,7 @@
|
|
|
3097
3118
|
"JIRA",
|
|
3098
3119
|
"MARIADB",
|
|
3099
3120
|
"MYSQL",
|
|
3121
|
+
"ORACLE",
|
|
3100
3122
|
"POSTGRESQL",
|
|
3101
3123
|
"PRESTO",
|
|
3102
3124
|
"REDSHIFT",
|
|
@@ -5885,6 +5907,19 @@
|
|
|
5885
5907
|
"max":65535,
|
|
5886
5908
|
"min":0
|
|
5887
5909
|
},
|
|
5910
|
+
"OracleParameters":{
|
|
5911
|
+
"type":"structure",
|
|
5912
|
+
"required":[
|
|
5913
|
+
"Host",
|
|
5914
|
+
"Port",
|
|
5915
|
+
"Database"
|
|
5916
|
+
],
|
|
5917
|
+
"members":{
|
|
5918
|
+
"Host":{"shape":"Host"},
|
|
5919
|
+
"Port":{"shape":"Port"},
|
|
5920
|
+
"Database":{"shape":"Database"}
|
|
5921
|
+
}
|
|
5922
|
+
},
|
|
5888
5923
|
"OutputColumn":{
|
|
5889
5924
|
"type":"structure",
|
|
5890
5925
|
"members":{
|
|
@@ -5981,6 +6016,12 @@
|
|
|
5981
6016
|
"max":256,
|
|
5982
6017
|
"min":1
|
|
5983
6018
|
},
|
|
6019
|
+
"PrincipalList":{
|
|
6020
|
+
"type":"list",
|
|
6021
|
+
"member":{"shape":"String"},
|
|
6022
|
+
"max":100,
|
|
6023
|
+
"min":1
|
|
6024
|
+
},
|
|
5984
6025
|
"ProjectOperation":{
|
|
5985
6026
|
"type":"structure",
|
|
5986
6027
|
"required":["ProjectedColumns"],
|
|
@@ -7213,7 +7254,8 @@
|
|
|
7213
7254
|
"LogicalTableMap":{"shape":"LogicalTableMap"},
|
|
7214
7255
|
"ImportMode":{"shape":"DataSetImportMode"},
|
|
7215
7256
|
"ColumnGroups":{"shape":"ColumnGroupList"},
|
|
7216
|
-
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"}
|
|
7257
|
+
"RowLevelPermissionDataSet":{"shape":"RowLevelPermissionDataSet"},
|
|
7258
|
+
"ColumnLevelPermissionRules":{"shape":"ColumnLevelPermissionRuleList"}
|
|
7217
7259
|
}
|
|
7218
7260
|
},
|
|
7219
7261
|
"UpdateDataSetResponse":{
|
|
@@ -1304,7 +1304,8 @@
|
|
|
1304
1304
|
},
|
|
1305
1305
|
"template":{"shape":"Arn"},
|
|
1306
1306
|
"worldCount":{"shape":"WorldCount"},
|
|
1307
|
-
"tags":{"shape":"TagMap"}
|
|
1307
|
+
"tags":{"shape":"TagMap"},
|
|
1308
|
+
"worldTags":{"shape":"TagMap"}
|
|
1308
1309
|
}
|
|
1309
1310
|
},
|
|
1310
1311
|
"CreateWorldGenerationJobResponse":{
|
|
@@ -1317,7 +1318,8 @@
|
|
|
1317
1318
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
|
1318
1319
|
"template":{"shape":"Arn"},
|
|
1319
1320
|
"worldCount":{"shape":"WorldCount"},
|
|
1320
|
-
"tags":{"shape":"TagMap"}
|
|
1321
|
+
"tags":{"shape":"TagMap"},
|
|
1322
|
+
"worldTags":{"shape":"TagMap"}
|
|
1321
1323
|
}
|
|
1322
1324
|
},
|
|
1323
1325
|
"CreateWorldTemplateRequest":{
|
|
@@ -1766,7 +1768,8 @@
|
|
|
1766
1768
|
"template":{"shape":"Arn"},
|
|
1767
1769
|
"worldCount":{"shape":"WorldCount"},
|
|
1768
1770
|
"finishedWorldsSummary":{"shape":"FinishedWorldsSummary"},
|
|
1769
|
-
"tags":{"shape":"TagMap"}
|
|
1771
|
+
"tags":{"shape":"TagMap"},
|
|
1772
|
+
"worldTags":{"shape":"TagMap"}
|
|
1770
1773
|
}
|
|
1771
1774
|
},
|
|
1772
1775
|
"DescribeWorldRequest":{
|
|
@@ -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":{
|