aws-sdk-core 2.11.250 → 2.11.251

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ccade84a6296efc83605d837483133229113249
4
- data.tar.gz: cd7bc57dfe3b548144c63a055ddea677b7ab85bb
3
+ metadata.gz: 535f8ae0b3e0e814a6bf55387cb79800c3340b83
4
+ data.tar.gz: 67c06708fc80514043fa359ba035764d3295c5d1
5
5
  SHA512:
6
- metadata.gz: 91bb2260e2997907fdfd9e400b0141ed4aaf7f73c60f20956ed04f4af530223fbc2f49169762aeecc302b17288c1a587abd8f116ee23e21e66d6e65a00b4ff49
7
- data.tar.gz: 3444c576a5266891b69ef9154c6331948518847042b7bec6817924e0455d280ae9355aa00df52ee0a0f8f985cec0b87b9edb4f5d24c0979f4da6e91440a2da4e
6
+ metadata.gz: b343ca3eaf4ac3ca61a996ab072af70d0f85fa789c1ee66bb250ca21defef075bf8d0495cfa51a0c625068c15c67b96ac59ce75a21ce213d7b53c8c31e809915
7
+ data.tar.gz: c13c9597ca9b142a50afa625bc002ab837c60fd8e9966a81c69858dd02f50170a7c3c0fecfb7bf92b2c1f0f85181d36649a7c07c913ffc7942141e96edaeb21d
@@ -106,6 +106,7 @@
106
106
  {"shape":"TooManyRequestsException"},
107
107
  {"shape":"ResourceLimitExceededException"},
108
108
  {"shape":"UnsupportedLanguageException"},
109
+ {"shape":"KmsKeyValidationException"},
109
110
  {"shape":"InternalServerException"}
110
111
  ]
111
112
  },
@@ -123,6 +124,7 @@
123
124
  {"shape":"TooManyRequestsException"},
124
125
  {"shape":"ResourceLimitExceededException"},
125
126
  {"shape":"UnsupportedLanguageException"},
127
+ {"shape":"KmsKeyValidationException"},
126
128
  {"shape":"InternalServerException"}
127
129
  ]
128
130
  },
@@ -487,6 +489,7 @@
487
489
  {"shape":"TooManyRequestsException"},
488
490
  {"shape":"ResourceNotFoundException"},
489
491
  {"shape":"ResourceUnavailableException"},
492
+ {"shape":"KmsKeyValidationException"},
490
493
  {"shape":"InternalServerException"}
491
494
  ]
492
495
  },
@@ -501,6 +504,7 @@
501
504
  "errors":[
502
505
  {"shape":"InvalidRequestException"},
503
506
  {"shape":"TooManyRequestsException"},
507
+ {"shape":"KmsKeyValidationException"},
504
508
  {"shape":"InternalServerException"}
505
509
  ]
506
510
  },
@@ -517,6 +521,7 @@
517
521
  {"shape":"TooManyRequestsException"},
518
522
  {"shape":"ResourceNotFoundException"},
519
523
  {"shape":"ResourceUnavailableException"},
524
+ {"shape":"KmsKeyValidationException"},
520
525
  {"shape":"InternalServerException"}
521
526
  ]
522
527
  },
@@ -531,6 +536,7 @@
531
536
  "errors":[
532
537
  {"shape":"InvalidRequestException"},
533
538
  {"shape":"TooManyRequestsException"},
539
+ {"shape":"KmsKeyValidationException"},
534
540
  {"shape":"InternalServerException"}
535
541
  ]
536
542
  },
@@ -545,6 +551,7 @@
545
551
  "errors":[
546
552
  {"shape":"InvalidRequestException"},
547
553
  {"shape":"TooManyRequestsException"},
554
+ {"shape":"KmsKeyValidationException"},
548
555
  {"shape":"InternalServerException"}
549
556
  ]
550
557
  },
@@ -559,6 +566,7 @@
559
566
  "errors":[
560
567
  {"shape":"InvalidRequestException"},
561
568
  {"shape":"TooManyRequestsException"},
569
+ {"shape":"KmsKeyValidationException"},
562
570
  {"shape":"InternalServerException"}
563
571
  ]
564
572
  },
@@ -857,7 +865,8 @@
857
865
  "shape":"ClientRequestTokenString",
858
866
  "idempotencyToken":true
859
867
  },
860
- "LanguageCode":{"shape":"LanguageCode"}
868
+ "LanguageCode":{"shape":"LanguageCode"},
869
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
861
870
  }
862
871
  },
863
872
  "CreateDocumentClassifierResponse":{
@@ -882,7 +891,8 @@
882
891
  "shape":"ClientRequestTokenString",
883
892
  "idempotencyToken":true
884
893
  },
885
- "LanguageCode":{"shape":"LanguageCode"}
894
+ "LanguageCode":{"shape":"LanguageCode"},
895
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
886
896
  }
887
897
  },
888
898
  "CreateEntityRecognizerResponse":{
@@ -1122,7 +1132,8 @@
1122
1132
  "DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
1123
1133
  "InputDataConfig":{"shape":"InputDataConfig"},
1124
1134
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1125
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1135
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1136
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1126
1137
  }
1127
1138
  },
1128
1139
  "DocumentClassificationJobPropertiesList":{
@@ -1132,7 +1143,7 @@
1132
1143
  "DocumentClassifierArn":{
1133
1144
  "type":"string",
1134
1145
  "max":256,
1135
- "pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1146
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1136
1147
  },
1137
1148
  "DocumentClassifierFilter":{
1138
1149
  "type":"structure",
@@ -1162,7 +1173,8 @@
1162
1173
  "TrainingEndTime":{"shape":"Timestamp"},
1163
1174
  "InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
1164
1175
  "ClassifierMetadata":{"shape":"ClassifierMetadata"},
1165
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1176
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1177
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1166
1178
  }
1167
1179
  },
1168
1180
  "DocumentClassifierPropertiesList":{
@@ -1196,7 +1208,8 @@
1196
1208
  "EndTime":{"shape":"Timestamp"},
1197
1209
  "InputDataConfig":{"shape":"InputDataConfig"},
1198
1210
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1199
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1211
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1212
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1200
1213
  }
1201
1214
  },
1202
1215
  "DominantLanguageDetectionJobPropertiesList":{
@@ -1226,7 +1239,8 @@
1226
1239
  "InputDataConfig":{"shape":"InputDataConfig"},
1227
1240
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1228
1241
  "LanguageCode":{"shape":"LanguageCode"},
1229
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1242
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1243
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1230
1244
  }
1231
1245
  },
1232
1246
  "EntitiesDetectionJobPropertiesList":{
@@ -1253,7 +1267,7 @@
1253
1267
  "EntityRecognizerArn":{
1254
1268
  "type":"string",
1255
1269
  "max":256,
1256
- "pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1270
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1257
1271
  },
1258
1272
  "EntityRecognizerDocuments":{
1259
1273
  "type":"structure",
@@ -1330,7 +1344,8 @@
1330
1344
  "TrainingEndTime":{"shape":"Timestamp"},
1331
1345
  "InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
1332
1346
  "RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
1333
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1347
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1348
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1334
1349
  }
1335
1350
  },
1336
1351
  "EntityRecognizerPropertiesList":{
@@ -1472,13 +1487,25 @@
1472
1487
  "InputDataConfig":{"shape":"InputDataConfig"},
1473
1488
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1474
1489
  "LanguageCode":{"shape":"LanguageCode"},
1475
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1490
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1491
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1476
1492
  }
1477
1493
  },
1478
1494
  "KeyPhrasesDetectionJobPropertiesList":{
1479
1495
  "type":"list",
1480
1496
  "member":{"shape":"KeyPhrasesDetectionJobProperties"}
1481
1497
  },
1498
+ "KmsKeyId":{
1499
+ "type":"string",
1500
+ "max":2048
1501
+ },
1502
+ "KmsKeyValidationException":{
1503
+ "type":"structure",
1504
+ "members":{
1505
+ "Message":{"shape":"String"}
1506
+ },
1507
+ "exception":true
1508
+ },
1482
1509
  "LanguageCode":{
1483
1510
  "type":"string",
1484
1511
  "enum":[
@@ -1672,7 +1699,8 @@
1672
1699
  "type":"structure",
1673
1700
  "required":["S3Uri"],
1674
1701
  "members":{
1675
- "S3Uri":{"shape":"S3Uri"}
1702
+ "S3Uri":{"shape":"S3Uri"},
1703
+ "KmsKeyId":{"shape":"KmsKeyId"}
1676
1704
  }
1677
1705
  },
1678
1706
  "PartOfSpeechTag":{
@@ -1759,7 +1787,8 @@
1759
1787
  "InputDataConfig":{"shape":"InputDataConfig"},
1760
1788
  "OutputDataConfig":{"shape":"OutputDataConfig"},
1761
1789
  "LanguageCode":{"shape":"LanguageCode"},
1762
- "DataAccessRoleArn":{"shape":"IamRoleArn"}
1790
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1791
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1763
1792
  }
1764
1793
  },
1765
1794
  "SentimentDetectionJobPropertiesList":{
@@ -1801,7 +1830,8 @@
1801
1830
  "ClientRequestToken":{
1802
1831
  "shape":"ClientRequestTokenString",
1803
1832
  "idempotencyToken":true
1804
- }
1833
+ },
1834
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1805
1835
  }
1806
1836
  },
1807
1837
  "StartDocumentClassificationJobResponse":{
@@ -1826,7 +1856,8 @@
1826
1856
  "ClientRequestToken":{
1827
1857
  "shape":"ClientRequestTokenString",
1828
1858
  "idempotencyToken":true
1829
- }
1859
+ },
1860
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1830
1861
  }
1831
1862
  },
1832
1863
  "StartDominantLanguageDetectionJobResponse":{
@@ -1854,7 +1885,8 @@
1854
1885
  "ClientRequestToken":{
1855
1886
  "shape":"ClientRequestTokenString",
1856
1887
  "idempotencyToken":true
1857
- }
1888
+ },
1889
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1858
1890
  }
1859
1891
  },
1860
1892
  "StartEntitiesDetectionJobResponse":{
@@ -1881,7 +1913,8 @@
1881
1913
  "ClientRequestToken":{
1882
1914
  "shape":"ClientRequestTokenString",
1883
1915
  "idempotencyToken":true
1884
- }
1916
+ },
1917
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1885
1918
  }
1886
1919
  },
1887
1920
  "StartKeyPhrasesDetectionJobResponse":{
@@ -1908,7 +1941,8 @@
1908
1941
  "ClientRequestToken":{
1909
1942
  "shape":"ClientRequestTokenString",
1910
1943
  "idempotencyToken":true
1911
- }
1944
+ },
1945
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1912
1946
  }
1913
1947
  },
1914
1948
  "StartSentimentDetectionJobResponse":{
@@ -1934,7 +1968,8 @@
1934
1968
  "ClientRequestToken":{
1935
1969
  "shape":"ClientRequestTokenString",
1936
1970
  "idempotencyToken":true
1937
- }
1971
+ },
1972
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
1938
1973
  }
1939
1974
  },
1940
1975
  "StartTopicsDetectionJobResponse":{
@@ -2088,7 +2123,9 @@
2088
2123
  "EndTime":{"shape":"Timestamp"},
2089
2124
  "InputDataConfig":{"shape":"InputDataConfig"},
2090
2125
  "OutputDataConfig":{"shape":"OutputDataConfig"},
2091
- "NumberOfTopics":{"shape":"Integer"}
2126
+ "NumberOfTopics":{"shape":"Integer"},
2127
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
2128
+ "VolumeKmsKeyId":{"shape":"KmsKeyId"}
2092
2129
  }
2093
2130
  },
2094
2131
  "TopicsDetectionJobPropertiesList":{
@@ -376,6 +376,20 @@
376
376
  "shape" : "BadRequestException"
377
377
  } ]
378
378
  },
379
+ "TagResource" : {
380
+ "name" : "TagResource",
381
+ "http" : {
382
+ "method" : "POST",
383
+ "requestUri" : "/tags/{resource-arn}",
384
+ "responseCode" : 204
385
+ },
386
+ "input" : {
387
+ "shape" : "TagResourceRequest"
388
+ },
389
+ "errors" : [ {
390
+ "shape" : "BadRequestException"
391
+ } ]
392
+ },
379
393
  "DeleteConnectorDefinition" : {
380
394
  "name" : "DeleteConnectorDefinition",
381
395
  "http" : {
@@ -512,6 +526,20 @@
512
526
  "shape" : "BadRequestException"
513
527
  } ]
514
528
  },
529
+ "UntagResource" : {
530
+ "name" : "UntagResource",
531
+ "http" : {
532
+ "method" : "DELETE",
533
+ "requestUri" : "/tags/{resource-arn}",
534
+ "responseCode" : 204
535
+ },
536
+ "input" : {
537
+ "shape" : "UntagResourceRequest"
538
+ },
539
+ "errors" : [ {
540
+ "shape" : "BadRequestException"
541
+ } ]
542
+ },
515
543
  "DisassociateRoleFromGroup" : {
516
544
  "name" : "DisassociateRoleFromGroup",
517
545
  "http" : {
@@ -1273,6 +1301,23 @@
1273
1301
  },
1274
1302
  "errors" : [ ]
1275
1303
  },
1304
+ "ListTagsForResource" : {
1305
+ "name" : "ListTagsForResource",
1306
+ "http" : {
1307
+ "method" : "GET",
1308
+ "requestUri" : "/tags/{resource-arn}",
1309
+ "responseCode" : 200
1310
+ },
1311
+ "input" : {
1312
+ "shape" : "ListTagsForResourceRequest"
1313
+ },
1314
+ "output" : {
1315
+ "shape" : "ListTagsForResourceResponse"
1316
+ },
1317
+ "errors" : [ {
1318
+ "shape" : "BadRequestException"
1319
+ } ]
1320
+ },
1276
1321
  "ResetDeployments" : {
1277
1322
  "name" : "ResetDeployments",
1278
1323
  "http" : {
@@ -1705,6 +1750,9 @@
1705
1750
  },
1706
1751
  "Name" : {
1707
1752
  "shape" : "__string"
1753
+ },
1754
+ "tags": {
1755
+ "shape": "Tags"
1708
1756
  }
1709
1757
  }
1710
1758
  },
@@ -1783,6 +1831,9 @@
1783
1831
  },
1784
1832
  "Name" : {
1785
1833
  "shape" : "__string"
1834
+ },
1835
+ "tags": {
1836
+ "shape": "Tags"
1786
1837
  }
1787
1838
  }
1788
1839
  },
@@ -1897,6 +1948,9 @@
1897
1948
  },
1898
1949
  "Name" : {
1899
1950
  "shape" : "__string"
1951
+ },
1952
+ "tags": {
1953
+ "shape": "Tags"
1900
1954
  }
1901
1955
  }
1902
1956
  },
@@ -1975,6 +2029,9 @@
1975
2029
  },
1976
2030
  "Name" : {
1977
2031
  "shape" : "__string"
2032
+ },
2033
+ "tags": {
2034
+ "shape": "Tags"
1978
2035
  }
1979
2036
  }
1980
2037
  },
@@ -2080,6 +2137,9 @@
2080
2137
  },
2081
2138
  "Name" : {
2082
2139
  "shape" : "__string"
2140
+ },
2141
+ "tags": {
2142
+ "shape": "Tags"
2083
2143
  }
2084
2144
  }
2085
2145
  },
@@ -2176,6 +2236,9 @@
2176
2236
  },
2177
2237
  "Name" : {
2178
2238
  "shape" : "__string"
2239
+ },
2240
+ "tags": {
2241
+ "shape": "Tags"
2179
2242
  }
2180
2243
  }
2181
2244
  },
@@ -2254,6 +2317,9 @@
2254
2317
  },
2255
2318
  "Name" : {
2256
2319
  "shape" : "__string"
2320
+ },
2321
+ "tags": {
2322
+ "shape": "Tags"
2257
2323
  }
2258
2324
  }
2259
2325
  },
@@ -2371,6 +2437,9 @@
2371
2437
  },
2372
2438
  "Name" : {
2373
2439
  "shape" : "__string"
2440
+ },
2441
+ "tags": {
2442
+ "shape": "Tags"
2374
2443
  }
2375
2444
  }
2376
2445
  },
@@ -2436,6 +2505,20 @@
2436
2505
  }
2437
2506
  }
2438
2507
  },
2508
+ "TagResourceRequest" : {
2509
+ "type" : "structure",
2510
+ "members" : {
2511
+ "ResourceArn" : {
2512
+ "shape" : "__string",
2513
+ "location" : "uri",
2514
+ "locationName" : "resource-arn"
2515
+ },
2516
+ "tags" : {
2517
+ "shape" : "__mapOf__string"
2518
+ }
2519
+ },
2520
+ "required" : [ "ResourceArn", "tags" ]
2521
+ },
2439
2522
  "DefinitionInformation" : {
2440
2523
  "type" : "structure",
2441
2524
  "members" : {
@@ -2459,6 +2542,10 @@
2459
2542
  },
2460
2543
  "Name" : {
2461
2544
  "shape" : "__string"
2545
+ },
2546
+ "Tags" : {
2547
+ "shape" : "Tags",
2548
+ "locationName" : "tags"
2462
2549
  }
2463
2550
  }
2464
2551
  },
@@ -2582,6 +2669,22 @@
2582
2669
  "type" : "structure",
2583
2670
  "members" : { }
2584
2671
  },
2672
+ "UntagResourceRequest" : {
2673
+ "type" : "structure",
2674
+ "members" : {
2675
+ "ResourceArn" : {
2676
+ "shape" : "__string",
2677
+ "location" : "uri",
2678
+ "locationName" : "resource-arn"
2679
+ },
2680
+ "TagKeys" : {
2681
+ "shape" : "__listOf__string",
2682
+ "location" : "querystring",
2683
+ "locationName" : "tagKeys"
2684
+ }
2685
+ },
2686
+ "required" : [ "TagKeys", "ResourceArn" ]
2687
+ },
2585
2688
  "Deployment" : {
2586
2689
  "type" : "structure",
2587
2690
  "members" : {
@@ -2869,6 +2972,9 @@
2869
2972
  },
2870
2973
  "ErrorMessage" : {
2871
2974
  "shape" : "__string"
2975
+ },
2976
+ "tags" : {
2977
+ "shape" : "__mapOf__string"
2872
2978
  }
2873
2979
  }
2874
2980
  },
@@ -2929,6 +3035,9 @@
2929
3035
  },
2930
3036
  "Name" : {
2931
3037
  "shape" : "__string"
3038
+ },
3039
+ "tags" : {
3040
+ "shape" : "__mapOf__string"
2932
3041
  }
2933
3042
  }
2934
3043
  },
@@ -3010,6 +3119,9 @@
3010
3119
  },
3011
3120
  "Name" : {
3012
3121
  "shape" : "__string"
3122
+ },
3123
+ "tags" : {
3124
+ "shape" : "__mapOf__string"
3013
3125
  }
3014
3126
  }
3015
3127
  },
@@ -3122,6 +3234,9 @@
3122
3234
  },
3123
3235
  "Name" : {
3124
3236
  "shape" : "__string"
3237
+ },
3238
+ "tags" : {
3239
+ "shape" : "__mapOf__string"
3125
3240
  }
3126
3241
  }
3127
3242
  },
@@ -3203,6 +3318,9 @@
3203
3318
  },
3204
3319
  "Name" : {
3205
3320
  "shape" : "__string"
3321
+ },
3322
+ "tags" : {
3323
+ "shape" : "__mapOf__string"
3206
3324
  }
3207
3325
  }
3208
3326
  },
@@ -3339,6 +3457,9 @@
3339
3457
  },
3340
3458
  "Name" : {
3341
3459
  "shape" : "__string"
3460
+ },
3461
+ "tags" : {
3462
+ "shape" : "__mapOf__string"
3342
3463
  }
3343
3464
  }
3344
3465
  },
@@ -3412,6 +3533,9 @@
3412
3533
  },
3413
3534
  "Name" : {
3414
3535
  "shape" : "__string"
3536
+ },
3537
+ "tags" : {
3538
+ "shape" : "__mapOf__string"
3415
3539
  }
3416
3540
  }
3417
3541
  },
@@ -3490,6 +3614,9 @@
3490
3614
  },
3491
3615
  "Name" : {
3492
3616
  "shape" : "__string"
3617
+ },
3618
+ "tags" : {
3619
+ "shape" : "__mapOf__string"
3493
3620
  }
3494
3621
  }
3495
3622
  },
@@ -3578,6 +3705,9 @@
3578
3705
  },
3579
3706
  "Name" : {
3580
3707
  "shape" : "__string"
3708
+ },
3709
+ "tags" : {
3710
+ "shape" : "__mapOf__string"
3581
3711
  }
3582
3712
  }
3583
3713
  },
@@ -4312,6 +4442,25 @@
4312
4442
  }
4313
4443
  }
4314
4444
  },
4445
+ "ListTagsForResourceRequest" : {
4446
+ "type" : "structure",
4447
+ "members" : {
4448
+ "ResourceArn" : {
4449
+ "shape" : "__string",
4450
+ "location" : "uri",
4451
+ "locationName" : "resource-arn"
4452
+ }
4453
+ },
4454
+ "required" : [ "ResourceArn" ]
4455
+ },
4456
+ "ListTagsForResourceResponse" : {
4457
+ "type" : "structure",
4458
+ "members" : {
4459
+ "Tags" : {
4460
+ "shape" : "__mapOf__string"
4461
+ }
4462
+ }
4463
+ },
4315
4464
  "ListVersionsResponse" : {
4316
4465
  "type" : "structure",
4317
4466
  "members" : {
@@ -4531,6 +4680,9 @@
4531
4680
  },
4532
4681
  "InputFileUri" : {
4533
4682
  "shape" : "__string"
4683
+ },
4684
+ "tags": {
4685
+ "shape": "Tags"
4534
4686
  }
4535
4687
  }
4536
4688
  },
@@ -4586,6 +4738,15 @@
4586
4738
  }
4587
4739
  }
4588
4740
  },
4741
+ "Tags" : {
4742
+ "type" : "map",
4743
+ "key" : {
4744
+ "shape" : "__string"
4745
+ },
4746
+ "value" : {
4747
+ "shape" : "__string"
4748
+ }
4749
+ },
4589
4750
  "UpdateAgentLogLevel" : {
4590
4751
  "type" : "string",
4591
4752
  "enum" : [ "NONE", "TRACE", "DEBUG", "VERBOSE", "INFO", "WARN", "ERROR", "FATAL" ]
@@ -192,6 +192,23 @@
192
192
  {"shape":"InvalidParameterValueException"}
193
193
  ]
194
194
  },
195
+ "ListTagsForResource":{
196
+ "name":"ListTagsForResource",
197
+ "http":{
198
+ "method":"POST",
199
+ "requestUri":"/"
200
+ },
201
+ "input":{"shape":"ListTagsForResourceInput"},
202
+ "output":{
203
+ "shape":"ListTagsForResourceOutput",
204
+ "resultWrapper":"ListTagsForResourceResult"
205
+ },
206
+ "errors":[
207
+ {"shape":"InvalidParameterValueException"},
208
+ {"shape":"ResourceNotFoundException"},
209
+ {"shape":"InternalServiceFault"}
210
+ ]
211
+ },
195
212
  "PutDashboard":{
196
213
  "name":"PutDashboard",
197
214
  "http":{
@@ -244,6 +261,42 @@
244
261
  {"shape":"ResourceNotFound"},
245
262
  {"shape":"InvalidFormatFault"}
246
263
  ]
264
+ },
265
+ "TagResource":{
266
+ "name":"TagResource",
267
+ "http":{
268
+ "method":"POST",
269
+ "requestUri":"/"
270
+ },
271
+ "input":{"shape":"TagResourceInput"},
272
+ "output":{
273
+ "shape":"TagResourceOutput",
274
+ "resultWrapper":"TagResourceResult"
275
+ },
276
+ "errors":[
277
+ {"shape":"InvalidParameterValueException"},
278
+ {"shape":"ResourceNotFoundException"},
279
+ {"shape":"ConcurrentModificationException"},
280
+ {"shape":"InternalServiceFault"}
281
+ ]
282
+ },
283
+ "UntagResource":{
284
+ "name":"UntagResource",
285
+ "http":{
286
+ "method":"POST",
287
+ "requestUri":"/"
288
+ },
289
+ "input":{"shape":"UntagResourceInput"},
290
+ "output":{
291
+ "shape":"UntagResourceOutput",
292
+ "resultWrapper":"UntagResourceResult"
293
+ },
294
+ "errors":[
295
+ {"shape":"InvalidParameterValueException"},
296
+ {"shape":"ResourceNotFoundException"},
297
+ {"shape":"ConcurrentModificationException"},
298
+ {"shape":"InternalServiceFault"}
299
+ ]
247
300
  }
248
301
  },
249
302
  "shapes":{
@@ -292,6 +345,11 @@
292
345
  "member":{"shape":"AlarmName"},
293
346
  "max":100
294
347
  },
348
+ "AmazonResourceName":{
349
+ "type":"string",
350
+ "max":1024,
351
+ "min":1
352
+ },
295
353
  "AwsQueryErrorMessage":{"type":"string"},
296
354
  "ComparisonOperator":{
297
355
  "type":"string",
@@ -302,6 +360,17 @@
302
360
  "LessThanOrEqualToThreshold"
303
361
  ]
304
362
  },
363
+ "ConcurrentModificationException":{
364
+ "type":"structure",
365
+ "members":{
366
+ },
367
+ "error":{
368
+ "code":"ConcurrentModificationException",
369
+ "httpStatusCode":429,
370
+ "senderFault":true
371
+ },
372
+ "exception":true
373
+ },
305
374
  "Counts":{
306
375
  "type":"list",
307
376
  "member":{"shape":"DatapointValue"}
@@ -774,6 +843,19 @@
774
843
  "NextToken"
775
844
  ]
776
845
  },
846
+ "ListTagsForResourceInput":{
847
+ "type":"structure",
848
+ "required":["ResourceARN"],
849
+ "members":{
850
+ "ResourceARN":{"shape":"AmazonResourceName"}
851
+ }
852
+ },
853
+ "ListTagsForResourceOutput":{
854
+ "type":"structure",
855
+ "members":{
856
+ "Tags":{"shape":"TagList"}
857
+ }
858
+ },
777
859
  "MaxRecords":{
778
860
  "type":"integer",
779
861
  "max":100,
@@ -973,11 +1055,7 @@
973
1055
  "min":1,
974
1056
  "pattern":"[^:].*"
975
1057
  },
976
- "NextToken":{
977
- "type":"string",
978
- "max":1024,
979
- "min":0
980
- },
1058
+ "NextToken":{"type":"string"},
981
1059
  "OutputFormat":{"type":"string"},
982
1060
  "Period":{
983
1061
  "type":"integer",
@@ -1028,7 +1106,8 @@
1028
1106
  "ComparisonOperator":{"shape":"ComparisonOperator"},
1029
1107
  "TreatMissingData":{"shape":"TreatMissingData"},
1030
1108
  "EvaluateLowSampleCountPercentile":{"shape":"EvaluateLowSampleCountPercentile"},
1031
- "Metrics":{"shape":"MetricDataQueries"}
1109
+ "Metrics":{"shape":"MetricDataQueries"},
1110
+ "Tags":{"shape":"TagList"}
1032
1111
  }
1033
1112
  },
1034
1113
  "PutMetricDataInput":{
@@ -1042,6 +1121,7 @@
1042
1121
  "MetricData":{"shape":"MetricData"}
1043
1122
  }
1044
1123
  },
1124
+ "ResourceId":{"type":"string"},
1045
1125
  "ResourceList":{
1046
1126
  "type":"list",
1047
1127
  "member":{"shape":"ResourceName"},
@@ -1064,6 +1144,20 @@
1064
1144
  },
1065
1145
  "exception":true
1066
1146
  },
1147
+ "ResourceNotFoundException":{
1148
+ "type":"structure",
1149
+ "members":{
1150
+ "ResourceType":{"shape":"ResourceType"},
1151
+ "ResourceId":{"shape":"ResourceId"}
1152
+ },
1153
+ "error":{
1154
+ "code":"ResourceNotFoundException",
1155
+ "httpStatusCode":404,
1156
+ "senderFault":true
1157
+ },
1158
+ "exception":true
1159
+ },
1160
+ "ResourceType":{"type":"string"},
1067
1161
  "ReturnData":{"type":"boolean"},
1068
1162
  "ScanBy":{
1069
1163
  "type":"string",
@@ -1181,6 +1275,51 @@
1181
1275
  "type":"integer",
1182
1276
  "min":1
1183
1277
  },
1278
+ "Tag":{
1279
+ "type":"structure",
1280
+ "required":[
1281
+ "Key",
1282
+ "Value"
1283
+ ],
1284
+ "members":{
1285
+ "Key":{"shape":"TagKey"},
1286
+ "Value":{"shape":"TagValue"}
1287
+ }
1288
+ },
1289
+ "TagKey":{
1290
+ "type":"string",
1291
+ "max":128,
1292
+ "min":1
1293
+ },
1294
+ "TagKeyList":{
1295
+ "type":"list",
1296
+ "member":{"shape":"TagKey"}
1297
+ },
1298
+ "TagList":{
1299
+ "type":"list",
1300
+ "member":{"shape":"Tag"}
1301
+ },
1302
+ "TagResourceInput":{
1303
+ "type":"structure",
1304
+ "required":[
1305
+ "ResourceARN",
1306
+ "Tags"
1307
+ ],
1308
+ "members":{
1309
+ "ResourceARN":{"shape":"AmazonResourceName"},
1310
+ "Tags":{"shape":"TagList"}
1311
+ }
1312
+ },
1313
+ "TagResourceOutput":{
1314
+ "type":"structure",
1315
+ "members":{
1316
+ }
1317
+ },
1318
+ "TagValue":{
1319
+ "type":"string",
1320
+ "max":256,
1321
+ "min":0
1322
+ },
1184
1323
  "Threshold":{"type":"double"},
1185
1324
  "Timestamp":{"type":"timestamp"},
1186
1325
  "Timestamps":{
@@ -1192,6 +1331,22 @@
1192
1331
  "max":255,
1193
1332
  "min":1
1194
1333
  },
1334
+ "UntagResourceInput":{
1335
+ "type":"structure",
1336
+ "required":[
1337
+ "ResourceARN",
1338
+ "TagKeys"
1339
+ ],
1340
+ "members":{
1341
+ "ResourceARN":{"shape":"AmazonResourceName"},
1342
+ "TagKeys":{"shape":"TagKeyList"}
1343
+ }
1344
+ },
1345
+ "UntagResourceOutput":{
1346
+ "type":"structure",
1347
+ "members":{
1348
+ }
1349
+ },
1195
1350
  "Values":{
1196
1351
  "type":"list",
1197
1352
  "member":{"shape":"DatapointValue"}
@@ -351,6 +351,7 @@
351
351
  "ap-south-1" : { },
352
352
  "ap-southeast-1" : { },
353
353
  "ap-southeast-2" : { },
354
+ "ca-central-1" : { },
354
355
  "eu-central-1" : { },
355
356
  "eu-west-1" : { },
356
357
  "eu-west-2" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.250'
2
+ VERSION = '2.11.251'
3
3
  end
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.11.250
4
+ version: 2.11.251
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: 2019-03-28 00:00:00.000000000 Z
11
+ date: 2019-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath