aws-sdk 2.991.0 → 2.995.0

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.
Files changed (43) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +97 -77
  4. package/apis/comprehend-2017-11-27.min.json +205 -123
  5. package/apis/comprehend-2017-11-27.paginators.json +10 -0
  6. package/apis/ec2-2016-11-15.min.json +150 -69
  7. package/apis/ec2-2016-11-15.paginators.json +6 -0
  8. package/apis/ecr-2015-09-21.min.json +66 -14
  9. package/apis/imagebuilder-2019-12-02.min.json +116 -82
  10. package/apis/iot-2015-05-28.min.json +80 -44
  11. package/apis/license-manager-2018-08-01.min.json +186 -72
  12. package/apis/mediaconvert-2017-08-29.min.json +194 -83
  13. package/apis/mediapackage-vod-2018-11-07.min.json +3 -0
  14. package/apis/mediatailor-2018-04-23.min.json +198 -149
  15. package/apis/models.lex.v2-2020-08-07.min.json +179 -22
  16. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  17. package/apis/ssm-2014-11-06.min.json +105 -100
  18. package/apis/ssm-2014-11-06.waiters2.json +5 -0
  19. package/apis/wafv2-2019-07-29.min.json +114 -97
  20. package/clients/appsync.d.ts +35 -13
  21. package/clients/comprehend.d.ts +165 -1
  22. package/clients/ec2.d.ts +164 -66
  23. package/clients/ecr.d.ts +76 -4
  24. package/clients/iam.d.ts +85 -85
  25. package/clients/imagebuilder.d.ts +73 -25
  26. package/clients/iot.d.ts +55 -5
  27. package/clients/lexmodelsv2.d.ts +188 -0
  28. package/clients/licensemanager.d.ts +215 -42
  29. package/clients/mediaconvert.d.ts +154 -17
  30. package/clients/mediapackagevod.d.ts +4 -0
  31. package/clients/mediatailor.d.ts +47 -1
  32. package/clients/ssm.d.ts +40 -19
  33. package/clients/wafv2.d.ts +18 -0
  34. package/dist/aws-sdk-core-react-native.js +4 -4
  35. package/dist/aws-sdk-react-native.js +21 -21
  36. package/dist/aws-sdk.js +633 -356
  37. package/dist/aws-sdk.min.js +72 -72
  38. package/lib/config.js +1 -1
  39. package/lib/core.js +1 -1
  40. package/lib/event_listeners.js +1 -1
  41. package/lib/http_request.d.ts +1 -1
  42. package/lib/signers/v4.js +1 -1
  43. package/package.json +1 -1
@@ -308,15 +308,16 @@
308
308
  ],
309
309
  "members": {
310
310
  "DocumentClassifierName": {},
311
+ "VersionName": {},
311
312
  "DataAccessRoleArn": {},
312
313
  "Tags": {
313
- "shape": "S1m"
314
+ "shape": "S1n"
314
315
  },
315
316
  "InputDataConfig": {
316
- "shape": "S1q"
317
+ "shape": "S1r"
317
318
  },
318
319
  "OutputDataConfig": {
319
- "shape": "S1z"
320
+ "shape": "S21"
320
321
  },
321
322
  "ClientRequestToken": {
322
323
  "idempotencyToken": true
@@ -324,7 +325,7 @@
324
325
  "LanguageCode": {},
325
326
  "VolumeKmsKeyId": {},
326
327
  "VpcConfig": {
327
- "shape": "S22"
328
+ "shape": "S24"
328
329
  },
329
330
  "Mode": {},
330
331
  "ModelKmsKeyId": {}
@@ -355,7 +356,7 @@
355
356
  "idempotencyToken": true
356
357
  },
357
358
  "Tags": {
358
- "shape": "S1m"
359
+ "shape": "S1n"
359
360
  },
360
361
  "DataAccessRoleArn": {}
361
362
  }
@@ -378,12 +379,13 @@
378
379
  ],
379
380
  "members": {
380
381
  "RecognizerName": {},
382
+ "VersionName": {},
381
383
  "DataAccessRoleArn": {},
382
384
  "Tags": {
383
- "shape": "S1m"
385
+ "shape": "S1n"
384
386
  },
385
387
  "InputDataConfig": {
386
- "shape": "S2h"
388
+ "shape": "S2j"
387
389
  },
388
390
  "ClientRequestToken": {
389
391
  "idempotencyToken": true
@@ -391,7 +393,7 @@
391
393
  "LanguageCode": {},
392
394
  "VolumeKmsKeyId": {},
393
395
  "VpcConfig": {
394
- "shape": "S22"
396
+ "shape": "S24"
395
397
  },
396
398
  "ModelKmsKeyId": {}
397
399
  }
@@ -462,7 +464,7 @@
462
464
  "type": "structure",
463
465
  "members": {
464
466
  "DocumentClassificationJobProperties": {
465
- "shape": "S31"
467
+ "shape": "S34"
466
468
  }
467
469
  }
468
470
  }
@@ -481,7 +483,7 @@
481
483
  "type": "structure",
482
484
  "members": {
483
485
  "DocumentClassifierProperties": {
484
- "shape": "S3h"
486
+ "shape": "S3j"
485
487
  }
486
488
  }
487
489
  }
@@ -500,7 +502,7 @@
500
502
  "type": "structure",
501
503
  "members": {
502
504
  "DominantLanguageDetectionJobProperties": {
503
- "shape": "S3o"
505
+ "shape": "S3q"
504
506
  }
505
507
  }
506
508
  }
@@ -519,7 +521,7 @@
519
521
  "type": "structure",
520
522
  "members": {
521
523
  "EndpointProperties": {
522
- "shape": "S3r"
524
+ "shape": "S3t"
523
525
  }
524
526
  }
525
527
  }
@@ -538,7 +540,7 @@
538
540
  "type": "structure",
539
541
  "members": {
540
542
  "EntitiesDetectionJobProperties": {
541
- "shape": "S3v"
543
+ "shape": "S3x"
542
544
  }
543
545
  }
544
546
  }
@@ -557,7 +559,7 @@
557
559
  "type": "structure",
558
560
  "members": {
559
561
  "EntityRecognizerProperties": {
560
- "shape": "S3y"
562
+ "shape": "S40"
561
563
  }
562
564
  }
563
565
  }
@@ -576,7 +578,7 @@
576
578
  "type": "structure",
577
579
  "members": {
578
580
  "EventsDetectionJobProperties": {
579
- "shape": "S46"
581
+ "shape": "S48"
580
582
  }
581
583
  }
582
584
  }
@@ -595,7 +597,7 @@
595
597
  "type": "structure",
596
598
  "members": {
597
599
  "KeyPhrasesDetectionJobProperties": {
598
- "shape": "S4b"
600
+ "shape": "S4d"
599
601
  }
600
602
  }
601
603
  }
@@ -614,7 +616,7 @@
614
616
  "type": "structure",
615
617
  "members": {
616
618
  "PiiEntitiesDetectionJobProperties": {
617
- "shape": "S4e"
619
+ "shape": "S4g"
618
620
  }
619
621
  }
620
622
  }
@@ -633,7 +635,7 @@
633
635
  "type": "structure",
634
636
  "members": {
635
637
  "SentimentDetectionJobProperties": {
636
- "shape": "S4n"
638
+ "shape": "S4p"
637
639
  }
638
640
  }
639
641
  }
@@ -652,7 +654,7 @@
652
654
  "type": "structure",
653
655
  "members": {
654
656
  "TopicsDetectionJobProperties": {
655
- "shape": "S4q"
657
+ "shape": "S4s"
656
658
  }
657
659
  }
658
660
  }
@@ -841,7 +843,41 @@
841
843
  "DocumentClassificationJobPropertiesList": {
842
844
  "type": "list",
843
845
  "member": {
844
- "shape": "S31"
846
+ "shape": "S34"
847
+ }
848
+ },
849
+ "NextToken": {}
850
+ }
851
+ }
852
+ },
853
+ "ListDocumentClassifierSummaries": {
854
+ "input": {
855
+ "type": "structure",
856
+ "members": {
857
+ "NextToken": {},
858
+ "MaxResults": {
859
+ "type": "integer"
860
+ }
861
+ }
862
+ },
863
+ "output": {
864
+ "type": "structure",
865
+ "members": {
866
+ "DocumentClassifierSummariesList": {
867
+ "type": "list",
868
+ "member": {
869
+ "type": "structure",
870
+ "members": {
871
+ "DocumentClassifierName": {},
872
+ "NumberOfVersions": {
873
+ "type": "integer"
874
+ },
875
+ "LatestVersionCreatedAt": {
876
+ "type": "timestamp"
877
+ },
878
+ "LatestVersionName": {},
879
+ "LatestVersionStatus": {}
880
+ }
845
881
  }
846
882
  },
847
883
  "NextToken": {}
@@ -856,6 +892,7 @@
856
892
  "type": "structure",
857
893
  "members": {
858
894
  "Status": {},
895
+ "DocumentClassifierName": {},
859
896
  "SubmitTimeBefore": {
860
897
  "type": "timestamp"
861
898
  },
@@ -876,7 +913,7 @@
876
913
  "DocumentClassifierPropertiesList": {
877
914
  "type": "list",
878
915
  "member": {
879
- "shape": "S3h"
916
+ "shape": "S3j"
880
917
  }
881
918
  },
882
919
  "NextToken": {}
@@ -912,7 +949,7 @@
912
949
  "DominantLanguageDetectionJobPropertiesList": {
913
950
  "type": "list",
914
951
  "member": {
915
- "shape": "S3o"
952
+ "shape": "S3q"
916
953
  }
917
954
  },
918
955
  "NextToken": {}
@@ -948,7 +985,7 @@
948
985
  "EndpointPropertiesList": {
949
986
  "type": "list",
950
987
  "member": {
951
- "shape": "S3r"
988
+ "shape": "S3t"
952
989
  }
953
990
  },
954
991
  "NextToken": {}
@@ -984,7 +1021,41 @@
984
1021
  "EntitiesDetectionJobPropertiesList": {
985
1022
  "type": "list",
986
1023
  "member": {
987
- "shape": "S3v"
1024
+ "shape": "S3x"
1025
+ }
1026
+ },
1027
+ "NextToken": {}
1028
+ }
1029
+ }
1030
+ },
1031
+ "ListEntityRecognizerSummaries": {
1032
+ "input": {
1033
+ "type": "structure",
1034
+ "members": {
1035
+ "NextToken": {},
1036
+ "MaxResults": {
1037
+ "type": "integer"
1038
+ }
1039
+ }
1040
+ },
1041
+ "output": {
1042
+ "type": "structure",
1043
+ "members": {
1044
+ "EntityRecognizerSummariesList": {
1045
+ "type": "list",
1046
+ "member": {
1047
+ "type": "structure",
1048
+ "members": {
1049
+ "RecognizerName": {},
1050
+ "NumberOfVersions": {
1051
+ "type": "integer"
1052
+ },
1053
+ "LatestVersionCreatedAt": {
1054
+ "type": "timestamp"
1055
+ },
1056
+ "LatestVersionName": {},
1057
+ "LatestVersionStatus": {}
1058
+ }
988
1059
  }
989
1060
  },
990
1061
  "NextToken": {}
@@ -999,6 +1070,7 @@
999
1070
  "type": "structure",
1000
1071
  "members": {
1001
1072
  "Status": {},
1073
+ "RecognizerName": {},
1002
1074
  "SubmitTimeBefore": {
1003
1075
  "type": "timestamp"
1004
1076
  },
@@ -1019,7 +1091,7 @@
1019
1091
  "EntityRecognizerPropertiesList": {
1020
1092
  "type": "list",
1021
1093
  "member": {
1022
- "shape": "S3y"
1094
+ "shape": "S40"
1023
1095
  }
1024
1096
  },
1025
1097
  "NextToken": {}
@@ -1055,7 +1127,7 @@
1055
1127
  "EventsDetectionJobPropertiesList": {
1056
1128
  "type": "list",
1057
1129
  "member": {
1058
- "shape": "S46"
1130
+ "shape": "S48"
1059
1131
  }
1060
1132
  },
1061
1133
  "NextToken": {}
@@ -1091,7 +1163,7 @@
1091
1163
  "KeyPhrasesDetectionJobPropertiesList": {
1092
1164
  "type": "list",
1093
1165
  "member": {
1094
- "shape": "S4b"
1166
+ "shape": "S4d"
1095
1167
  }
1096
1168
  },
1097
1169
  "NextToken": {}
@@ -1127,7 +1199,7 @@
1127
1199
  "PiiEntitiesDetectionJobPropertiesList": {
1128
1200
  "type": "list",
1129
1201
  "member": {
1130
- "shape": "S4e"
1202
+ "shape": "S4g"
1131
1203
  }
1132
1204
  },
1133
1205
  "NextToken": {}
@@ -1163,7 +1235,7 @@
1163
1235
  "SentimentDetectionJobPropertiesList": {
1164
1236
  "type": "list",
1165
1237
  "member": {
1166
- "shape": "S4n"
1238
+ "shape": "S4p"
1167
1239
  }
1168
1240
  },
1169
1241
  "NextToken": {}
@@ -1185,7 +1257,7 @@
1185
1257
  "members": {
1186
1258
  "ResourceArn": {},
1187
1259
  "Tags": {
1188
- "shape": "S1m"
1260
+ "shape": "S1n"
1189
1261
  }
1190
1262
  }
1191
1263
  }
@@ -1219,7 +1291,7 @@
1219
1291
  "TopicsDetectionJobPropertiesList": {
1220
1292
  "type": "list",
1221
1293
  "member": {
1222
- "shape": "S4q"
1294
+ "shape": "S4s"
1223
1295
  }
1224
1296
  },
1225
1297
  "NextToken": {}
@@ -1239,10 +1311,10 @@
1239
1311
  "JobName": {},
1240
1312
  "DocumentClassifierArn": {},
1241
1313
  "InputDataConfig": {
1242
- "shape": "S37"
1314
+ "shape": "S3a"
1243
1315
  },
1244
1316
  "OutputDataConfig": {
1245
- "shape": "S3e"
1317
+ "shape": "S3g"
1246
1318
  },
1247
1319
  "DataAccessRoleArn": {},
1248
1320
  "ClientRequestToken": {
@@ -1250,10 +1322,10 @@
1250
1322
  },
1251
1323
  "VolumeKmsKeyId": {},
1252
1324
  "VpcConfig": {
1253
- "shape": "S22"
1325
+ "shape": "S24"
1254
1326
  },
1255
1327
  "Tags": {
1256
- "shape": "S1m"
1328
+ "shape": "S1n"
1257
1329
  }
1258
1330
  }
1259
1331
  },
@@ -1276,10 +1348,10 @@
1276
1348
  ],
1277
1349
  "members": {
1278
1350
  "InputDataConfig": {
1279
- "shape": "S37"
1351
+ "shape": "S3a"
1280
1352
  },
1281
1353
  "OutputDataConfig": {
1282
- "shape": "S3e"
1354
+ "shape": "S3g"
1283
1355
  },
1284
1356
  "DataAccessRoleArn": {},
1285
1357
  "JobName": {},
@@ -1288,10 +1360,10 @@
1288
1360
  },
1289
1361
  "VolumeKmsKeyId": {},
1290
1362
  "VpcConfig": {
1291
- "shape": "S22"
1363
+ "shape": "S24"
1292
1364
  },
1293
1365
  "Tags": {
1294
- "shape": "S1m"
1366
+ "shape": "S1n"
1295
1367
  }
1296
1368
  }
1297
1369
  },
@@ -1315,10 +1387,10 @@
1315
1387
  ],
1316
1388
  "members": {
1317
1389
  "InputDataConfig": {
1318
- "shape": "S37"
1390
+ "shape": "S3a"
1319
1391
  },
1320
1392
  "OutputDataConfig": {
1321
- "shape": "S3e"
1393
+ "shape": "S3g"
1322
1394
  },
1323
1395
  "DataAccessRoleArn": {},
1324
1396
  "JobName": {},
@@ -1329,10 +1401,10 @@
1329
1401
  },
1330
1402
  "VolumeKmsKeyId": {},
1331
1403
  "VpcConfig": {
1332
- "shape": "S22"
1404
+ "shape": "S24"
1333
1405
  },
1334
1406
  "Tags": {
1335
- "shape": "S1m"
1407
+ "shape": "S1n"
1336
1408
  }
1337
1409
  }
1338
1410
  },
@@ -1357,10 +1429,10 @@
1357
1429
  ],
1358
1430
  "members": {
1359
1431
  "InputDataConfig": {
1360
- "shape": "S37"
1432
+ "shape": "S3a"
1361
1433
  },
1362
1434
  "OutputDataConfig": {
1363
- "shape": "S3e"
1435
+ "shape": "S3g"
1364
1436
  },
1365
1437
  "DataAccessRoleArn": {},
1366
1438
  "JobName": {},
@@ -1369,10 +1441,10 @@
1369
1441
  "idempotencyToken": true
1370
1442
  },
1371
1443
  "TargetEventTypes": {
1372
- "shape": "S47"
1444
+ "shape": "S49"
1373
1445
  },
1374
1446
  "Tags": {
1375
- "shape": "S1m"
1447
+ "shape": "S1n"
1376
1448
  }
1377
1449
  }
1378
1450
  },
@@ -1396,10 +1468,10 @@
1396
1468
  ],
1397
1469
  "members": {
1398
1470
  "InputDataConfig": {
1399
- "shape": "S37"
1471
+ "shape": "S3a"
1400
1472
  },
1401
1473
  "OutputDataConfig": {
1402
- "shape": "S3e"
1474
+ "shape": "S3g"
1403
1475
  },
1404
1476
  "DataAccessRoleArn": {},
1405
1477
  "JobName": {},
@@ -1409,10 +1481,10 @@
1409
1481
  },
1410
1482
  "VolumeKmsKeyId": {},
1411
1483
  "VpcConfig": {
1412
- "shape": "S22"
1484
+ "shape": "S24"
1413
1485
  },
1414
1486
  "Tags": {
1415
- "shape": "S1m"
1487
+ "shape": "S1n"
1416
1488
  }
1417
1489
  }
1418
1490
  },
@@ -1437,14 +1509,14 @@
1437
1509
  ],
1438
1510
  "members": {
1439
1511
  "InputDataConfig": {
1440
- "shape": "S37"
1512
+ "shape": "S3a"
1441
1513
  },
1442
1514
  "OutputDataConfig": {
1443
- "shape": "S3e"
1515
+ "shape": "S3g"
1444
1516
  },
1445
1517
  "Mode": {},
1446
1518
  "RedactionConfig": {
1447
- "shape": "S4g"
1519
+ "shape": "S4i"
1448
1520
  },
1449
1521
  "DataAccessRoleArn": {},
1450
1522
  "JobName": {},
@@ -1453,7 +1525,7 @@
1453
1525
  "idempotencyToken": true
1454
1526
  },
1455
1527
  "Tags": {
1456
- "shape": "S1m"
1528
+ "shape": "S1n"
1457
1529
  }
1458
1530
  }
1459
1531
  },
@@ -1477,10 +1549,10 @@
1477
1549
  ],
1478
1550
  "members": {
1479
1551
  "InputDataConfig": {
1480
- "shape": "S37"
1552
+ "shape": "S3a"
1481
1553
  },
1482
1554
  "OutputDataConfig": {
1483
- "shape": "S3e"
1555
+ "shape": "S3g"
1484
1556
  },
1485
1557
  "DataAccessRoleArn": {},
1486
1558
  "JobName": {},
@@ -1490,10 +1562,10 @@
1490
1562
  },
1491
1563
  "VolumeKmsKeyId": {},
1492
1564
  "VpcConfig": {
1493
- "shape": "S22"
1565
+ "shape": "S24"
1494
1566
  },
1495
1567
  "Tags": {
1496
- "shape": "S1m"
1568
+ "shape": "S1n"
1497
1569
  }
1498
1570
  }
1499
1571
  },
@@ -1516,10 +1588,10 @@
1516
1588
  ],
1517
1589
  "members": {
1518
1590
  "InputDataConfig": {
1519
- "shape": "S37"
1591
+ "shape": "S3a"
1520
1592
  },
1521
1593
  "OutputDataConfig": {
1522
- "shape": "S3e"
1594
+ "shape": "S3g"
1523
1595
  },
1524
1596
  "DataAccessRoleArn": {},
1525
1597
  "JobName": {},
@@ -1531,10 +1603,10 @@
1531
1603
  },
1532
1604
  "VolumeKmsKeyId": {},
1533
1605
  "VpcConfig": {
1534
- "shape": "S22"
1606
+ "shape": "S24"
1535
1607
  },
1536
1608
  "Tags": {
1537
- "shape": "S1m"
1609
+ "shape": "S1n"
1538
1610
  }
1539
1611
  }
1540
1612
  },
@@ -1695,7 +1767,7 @@
1695
1767
  "members": {
1696
1768
  "ResourceArn": {},
1697
1769
  "Tags": {
1698
- "shape": "S1m"
1770
+ "shape": "S1n"
1699
1771
  }
1700
1772
  }
1701
1773
  },
@@ -1728,14 +1800,15 @@
1728
1800
  "input": {
1729
1801
  "type": "structure",
1730
1802
  "required": [
1731
- "EndpointArn",
1732
- "DesiredInferenceUnits"
1803
+ "EndpointArn"
1733
1804
  ],
1734
1805
  "members": {
1735
1806
  "EndpointArn": {},
1807
+ "DesiredModelArn": {},
1736
1808
  "DesiredInferenceUnits": {
1737
1809
  "type": "integer"
1738
- }
1810
+ },
1811
+ "DesiredDataAccessRoleArn": {}
1739
1812
  }
1740
1813
  },
1741
1814
  "output": {
@@ -1862,7 +1935,7 @@
1862
1935
  }
1863
1936
  }
1864
1937
  },
1865
- "S1m": {
1938
+ "S1n": {
1866
1939
  "type": "list",
1867
1940
  "member": {
1868
1941
  "type": "structure",
@@ -1875,21 +1948,22 @@
1875
1948
  }
1876
1949
  }
1877
1950
  },
1878
- "S1q": {
1951
+ "S1r": {
1879
1952
  "type": "structure",
1880
1953
  "members": {
1881
1954
  "DataFormat": {},
1882
1955
  "S3Uri": {},
1956
+ "TestS3Uri": {},
1883
1957
  "LabelDelimiter": {},
1884
1958
  "AugmentedManifests": {
1885
1959
  "type": "list",
1886
1960
  "member": {
1887
- "shape": "S1v"
1961
+ "shape": "S1w"
1888
1962
  }
1889
1963
  }
1890
1964
  }
1891
1965
  },
1892
- "S1v": {
1966
+ "S1w": {
1893
1967
  "type": "structure",
1894
1968
  "required": [
1895
1969
  "S3Uri",
@@ -1897,6 +1971,7 @@
1897
1971
  ],
1898
1972
  "members": {
1899
1973
  "S3Uri": {},
1974
+ "Split": {},
1900
1975
  "AttributeNames": {
1901
1976
  "type": "list",
1902
1977
  "member": {}
@@ -1906,14 +1981,14 @@
1906
1981
  "DocumentType": {}
1907
1982
  }
1908
1983
  },
1909
- "S1z": {
1984
+ "S21": {
1910
1985
  "type": "structure",
1911
1986
  "members": {
1912
1987
  "S3Uri": {},
1913
1988
  "KmsKeyId": {}
1914
1989
  }
1915
1990
  },
1916
- "S22": {
1991
+ "S24": {
1917
1992
  "type": "structure",
1918
1993
  "required": [
1919
1994
  "SecurityGroupIds",
@@ -1930,7 +2005,7 @@
1930
2005
  }
1931
2006
  }
1932
2007
  },
1933
- "S2h": {
2008
+ "S2j": {
1934
2009
  "type": "structure",
1935
2010
  "required": [
1936
2011
  "EntityTypes"
@@ -1955,7 +2030,9 @@
1955
2030
  "S3Uri"
1956
2031
  ],
1957
2032
  "members": {
1958
- "S3Uri": {}
2033
+ "S3Uri": {},
2034
+ "TestS3Uri": {},
2035
+ "InputFormat": {}
1959
2036
  }
1960
2037
  },
1961
2038
  "Annotations": {
@@ -1964,7 +2041,8 @@
1964
2041
  "S3Uri"
1965
2042
  ],
1966
2043
  "members": {
1967
- "S3Uri": {}
2044
+ "S3Uri": {},
2045
+ "TestS3Uri": {}
1968
2046
  }
1969
2047
  },
1970
2048
  "EntityList": {
@@ -1979,12 +2057,12 @@
1979
2057
  "AugmentedManifests": {
1980
2058
  "type": "list",
1981
2059
  "member": {
1982
- "shape": "S1v"
2060
+ "shape": "S1w"
1983
2061
  }
1984
2062
  }
1985
2063
  }
1986
2064
  },
1987
- "S31": {
2065
+ "S34": {
1988
2066
  "type": "structure",
1989
2067
  "members": {
1990
2068
  "JobId": {},
@@ -2000,19 +2078,19 @@
2000
2078
  },
2001
2079
  "DocumentClassifierArn": {},
2002
2080
  "InputDataConfig": {
2003
- "shape": "S37"
2081
+ "shape": "S3a"
2004
2082
  },
2005
2083
  "OutputDataConfig": {
2006
- "shape": "S3e"
2084
+ "shape": "S3g"
2007
2085
  },
2008
2086
  "DataAccessRoleArn": {},
2009
2087
  "VolumeKmsKeyId": {},
2010
2088
  "VpcConfig": {
2011
- "shape": "S22"
2089
+ "shape": "S24"
2012
2090
  }
2013
2091
  }
2014
2092
  },
2015
- "S37": {
2093
+ "S3a": {
2016
2094
  "type": "structure",
2017
2095
  "required": [
2018
2096
  "S3Uri"
@@ -2036,7 +2114,7 @@
2036
2114
  }
2037
2115
  }
2038
2116
  },
2039
- "S3e": {
2117
+ "S3g": {
2040
2118
  "type": "structure",
2041
2119
  "required": [
2042
2120
  "S3Uri"
@@ -2046,7 +2124,7 @@
2046
2124
  "KmsKeyId": {}
2047
2125
  }
2048
2126
  },
2049
- "S3h": {
2127
+ "S3j": {
2050
2128
  "type": "structure",
2051
2129
  "members": {
2052
2130
  "DocumentClassifierArn": {},
@@ -2066,10 +2144,10 @@
2066
2144
  "type": "timestamp"
2067
2145
  },
2068
2146
  "InputDataConfig": {
2069
- "shape": "S1q"
2147
+ "shape": "S1r"
2070
2148
  },
2071
2149
  "OutputDataConfig": {
2072
- "shape": "S1z"
2150
+ "shape": "S21"
2073
2151
  },
2074
2152
  "ClassifierMetadata": {
2075
2153
  "type": "structure",
@@ -2118,13 +2196,14 @@
2118
2196
  "DataAccessRoleArn": {},
2119
2197
  "VolumeKmsKeyId": {},
2120
2198
  "VpcConfig": {
2121
- "shape": "S22"
2199
+ "shape": "S24"
2122
2200
  },
2123
2201
  "Mode": {},
2124
- "ModelKmsKeyId": {}
2202
+ "ModelKmsKeyId": {},
2203
+ "VersionName": {}
2125
2204
  }
2126
2205
  },
2127
- "S3o": {
2206
+ "S3q": {
2128
2207
  "type": "structure",
2129
2208
  "members": {
2130
2209
  "JobId": {},
@@ -2139,25 +2218,26 @@
2139
2218
  "type": "timestamp"
2140
2219
  },
2141
2220
  "InputDataConfig": {
2142
- "shape": "S37"
2221
+ "shape": "S3a"
2143
2222
  },
2144
2223
  "OutputDataConfig": {
2145
- "shape": "S3e"
2224
+ "shape": "S3g"
2146
2225
  },
2147
2226
  "DataAccessRoleArn": {},
2148
2227
  "VolumeKmsKeyId": {},
2149
2228
  "VpcConfig": {
2150
- "shape": "S22"
2229
+ "shape": "S24"
2151
2230
  }
2152
2231
  }
2153
2232
  },
2154
- "S3r": {
2233
+ "S3t": {
2155
2234
  "type": "structure",
2156
2235
  "members": {
2157
2236
  "EndpointArn": {},
2158
2237
  "Status": {},
2159
2238
  "Message": {},
2160
2239
  "ModelArn": {},
2240
+ "DesiredModelArn": {},
2161
2241
  "DesiredInferenceUnits": {
2162
2242
  "type": "integer"
2163
2243
  },
@@ -2170,10 +2250,11 @@
2170
2250
  "LastModifiedTime": {
2171
2251
  "type": "timestamp"
2172
2252
  },
2173
- "DataAccessRoleArn": {}
2253
+ "DataAccessRoleArn": {},
2254
+ "DesiredDataAccessRoleArn": {}
2174
2255
  }
2175
2256
  },
2176
- "S3v": {
2257
+ "S3x": {
2177
2258
  "type": "structure",
2178
2259
  "members": {
2179
2260
  "JobId": {},
@@ -2189,20 +2270,20 @@
2189
2270
  },
2190
2271
  "EntityRecognizerArn": {},
2191
2272
  "InputDataConfig": {
2192
- "shape": "S37"
2273
+ "shape": "S3a"
2193
2274
  },
2194
2275
  "OutputDataConfig": {
2195
- "shape": "S3e"
2276
+ "shape": "S3g"
2196
2277
  },
2197
2278
  "LanguageCode": {},
2198
2279
  "DataAccessRoleArn": {},
2199
2280
  "VolumeKmsKeyId": {},
2200
2281
  "VpcConfig": {
2201
- "shape": "S22"
2282
+ "shape": "S24"
2202
2283
  }
2203
2284
  }
2204
2285
  },
2205
- "S3y": {
2286
+ "S40": {
2206
2287
  "type": "structure",
2207
2288
  "members": {
2208
2289
  "EntityRecognizerArn": {},
@@ -2222,7 +2303,7 @@
2222
2303
  "type": "timestamp"
2223
2304
  },
2224
2305
  "InputDataConfig": {
2225
- "shape": "S2h"
2306
+ "shape": "S2j"
2226
2307
  },
2227
2308
  "RecognizerMetadata": {
2228
2309
  "type": "structure",
@@ -2279,12 +2360,13 @@
2279
2360
  "DataAccessRoleArn": {},
2280
2361
  "VolumeKmsKeyId": {},
2281
2362
  "VpcConfig": {
2282
- "shape": "S22"
2363
+ "shape": "S24"
2283
2364
  },
2284
- "ModelKmsKeyId": {}
2365
+ "ModelKmsKeyId": {},
2366
+ "VersionName": {}
2285
2367
  }
2286
2368
  },
2287
- "S46": {
2369
+ "S48": {
2288
2370
  "type": "structure",
2289
2371
  "members": {
2290
2372
  "JobId": {},
@@ -2299,23 +2381,23 @@
2299
2381
  "type": "timestamp"
2300
2382
  },
2301
2383
  "InputDataConfig": {
2302
- "shape": "S37"
2384
+ "shape": "S3a"
2303
2385
  },
2304
2386
  "OutputDataConfig": {
2305
- "shape": "S3e"
2387
+ "shape": "S3g"
2306
2388
  },
2307
2389
  "LanguageCode": {},
2308
2390
  "DataAccessRoleArn": {},
2309
2391
  "TargetEventTypes": {
2310
- "shape": "S47"
2392
+ "shape": "S49"
2311
2393
  }
2312
2394
  }
2313
2395
  },
2314
- "S47": {
2396
+ "S49": {
2315
2397
  "type": "list",
2316
2398
  "member": {}
2317
2399
  },
2318
- "S4b": {
2400
+ "S4d": {
2319
2401
  "type": "structure",
2320
2402
  "members": {
2321
2403
  "JobId": {},
@@ -2330,20 +2412,20 @@
2330
2412
  "type": "timestamp"
2331
2413
  },
2332
2414
  "InputDataConfig": {
2333
- "shape": "S37"
2415
+ "shape": "S3a"
2334
2416
  },
2335
2417
  "OutputDataConfig": {
2336
- "shape": "S3e"
2418
+ "shape": "S3g"
2337
2419
  },
2338
2420
  "LanguageCode": {},
2339
2421
  "DataAccessRoleArn": {},
2340
2422
  "VolumeKmsKeyId": {},
2341
2423
  "VpcConfig": {
2342
- "shape": "S22"
2424
+ "shape": "S24"
2343
2425
  }
2344
2426
  }
2345
2427
  },
2346
- "S4e": {
2428
+ "S4g": {
2347
2429
  "type": "structure",
2348
2430
  "members": {
2349
2431
  "JobId": {},
@@ -2358,7 +2440,7 @@
2358
2440
  "type": "timestamp"
2359
2441
  },
2360
2442
  "InputDataConfig": {
2361
- "shape": "S37"
2443
+ "shape": "S3a"
2362
2444
  },
2363
2445
  "OutputDataConfig": {
2364
2446
  "type": "structure",
@@ -2371,14 +2453,14 @@
2371
2453
  }
2372
2454
  },
2373
2455
  "RedactionConfig": {
2374
- "shape": "S4g"
2456
+ "shape": "S4i"
2375
2457
  },
2376
2458
  "LanguageCode": {},
2377
2459
  "DataAccessRoleArn": {},
2378
2460
  "Mode": {}
2379
2461
  }
2380
2462
  },
2381
- "S4g": {
2463
+ "S4i": {
2382
2464
  "type": "structure",
2383
2465
  "members": {
2384
2466
  "PiiEntityTypes": {
@@ -2389,7 +2471,7 @@
2389
2471
  "MaskCharacter": {}
2390
2472
  }
2391
2473
  },
2392
- "S4n": {
2474
+ "S4p": {
2393
2475
  "type": "structure",
2394
2476
  "members": {
2395
2477
  "JobId": {},
@@ -2404,20 +2486,20 @@
2404
2486
  "type": "timestamp"
2405
2487
  },
2406
2488
  "InputDataConfig": {
2407
- "shape": "S37"
2489
+ "shape": "S3a"
2408
2490
  },
2409
2491
  "OutputDataConfig": {
2410
- "shape": "S3e"
2492
+ "shape": "S3g"
2411
2493
  },
2412
2494
  "LanguageCode": {},
2413
2495
  "DataAccessRoleArn": {},
2414
2496
  "VolumeKmsKeyId": {},
2415
2497
  "VpcConfig": {
2416
- "shape": "S22"
2498
+ "shape": "S24"
2417
2499
  }
2418
2500
  }
2419
2501
  },
2420
- "S4q": {
2502
+ "S4s": {
2421
2503
  "type": "structure",
2422
2504
  "members": {
2423
2505
  "JobId": {},
@@ -2432,10 +2514,10 @@
2432
2514
  "type": "timestamp"
2433
2515
  },
2434
2516
  "InputDataConfig": {
2435
- "shape": "S37"
2517
+ "shape": "S3a"
2436
2518
  },
2437
2519
  "OutputDataConfig": {
2438
- "shape": "S3e"
2520
+ "shape": "S3g"
2439
2521
  },
2440
2522
  "NumberOfTopics": {
2441
2523
  "type": "integer"
@@ -2443,7 +2525,7 @@
2443
2525
  "DataAccessRoleArn": {},
2444
2526
  "VolumeKmsKeyId": {},
2445
2527
  "VpcConfig": {
2446
- "shape": "S22"
2528
+ "shape": "S24"
2447
2529
  }
2448
2530
  }
2449
2531
  }