aws-sdk 2.1503.0 → 2.1505.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 (41) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +141 -6
  4. package/apis/b2bi-2022-06-23.examples.json +714 -0
  5. package/apis/b2bi-2022-06-23.min.json +1095 -0
  6. package/apis/b2bi-2022-06-23.paginators.json +28 -0
  7. package/apis/backup-2018-11-15.min.json +855 -84
  8. package/apis/backup-2018-11-15.paginators.json +18 -0
  9. package/apis/controltower-2018-05-10.min.json +80 -12
  10. package/apis/elasticache-2015-02-02.min.json +481 -132
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
  13. package/apis/fis-2020-12-01.min.json +366 -15
  14. package/apis/fis-2020-12-01.paginators.json +10 -0
  15. package/apis/metadata.json +3 -0
  16. package/apis/securityhub-2018-10-26.examples.json +433 -8
  17. package/apis/securityhub-2018-10-26.min.json +790 -336
  18. package/apis/securityhub-2018-10-26.paginators.json +12 -0
  19. package/apis/transcribe-2017-10-26.min.json +257 -70
  20. package/apis/transcribe-2017-10-26.paginators.json +5 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appsync.d.ts +169 -0
  24. package/clients/b2bi.d.ts +1388 -0
  25. package/clients/b2bi.js +18 -0
  26. package/clients/backup.d.ts +848 -45
  27. package/clients/controltower.d.ts +103 -47
  28. package/clients/efs.d.ts +42 -9
  29. package/clients/elasticache.d.ts +484 -12
  30. package/clients/fis.d.ts +383 -3
  31. package/clients/glue.d.ts +3 -3
  32. package/clients/rds.d.ts +80 -80
  33. package/clients/securityhub.d.ts +603 -13
  34. package/clients/transcribeservice.d.ts +301 -45
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +54 -17
  37. package/dist/aws-sdk.js +565 -167
  38. package/dist/aws-sdk.min.js +60 -60
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
@@ -206,6 +206,17 @@
206
206
  }
207
207
  }
208
208
  },
209
+ "DeleteMedicalScribeJob": {
210
+ "input": {
211
+ "type": "structure",
212
+ "required": [
213
+ "MedicalScribeJobName"
214
+ ],
215
+ "members": {
216
+ "MedicalScribeJobName": {}
217
+ }
218
+ }
219
+ },
209
220
  "DeleteMedicalTranscriptionJob": {
210
221
  "input": {
211
222
  "type": "structure",
@@ -275,7 +286,7 @@
275
286
  "type": "structure",
276
287
  "members": {
277
288
  "LanguageModel": {
278
- "shape": "S1u"
289
+ "shape": "S1v"
279
290
  }
280
291
  }
281
292
  }
@@ -313,7 +324,26 @@
313
324
  "type": "structure",
314
325
  "members": {
315
326
  "CallAnalyticsJob": {
316
- "shape": "S1z"
327
+ "shape": "S20"
328
+ }
329
+ }
330
+ }
331
+ },
332
+ "GetMedicalScribeJob": {
333
+ "input": {
334
+ "type": "structure",
335
+ "required": [
336
+ "MedicalScribeJobName"
337
+ ],
338
+ "members": {
339
+ "MedicalScribeJobName": {}
340
+ }
341
+ },
342
+ "output": {
343
+ "type": "structure",
344
+ "members": {
345
+ "MedicalScribeJob": {
346
+ "shape": "S2n"
317
347
  }
318
348
  }
319
349
  }
@@ -332,7 +362,7 @@
332
362
  "type": "structure",
333
363
  "members": {
334
364
  "MedicalTranscriptionJob": {
335
- "shape": "S2m"
365
+ "shape": "S2z"
336
366
  }
337
367
  }
338
368
  }
@@ -375,7 +405,7 @@
375
405
  "type": "structure",
376
406
  "members": {
377
407
  "TranscriptionJob": {
378
- "shape": "S30"
408
+ "shape": "S3c"
379
409
  }
380
410
  }
381
411
  }
@@ -509,7 +539,48 @@
509
539
  "Models": {
510
540
  "type": "list",
511
541
  "member": {
512
- "shape": "S1u"
542
+ "shape": "S1v"
543
+ }
544
+ }
545
+ }
546
+ }
547
+ },
548
+ "ListMedicalScribeJobs": {
549
+ "input": {
550
+ "type": "structure",
551
+ "members": {
552
+ "Status": {},
553
+ "JobNameContains": {},
554
+ "NextToken": {},
555
+ "MaxResults": {
556
+ "type": "integer"
557
+ }
558
+ }
559
+ },
560
+ "output": {
561
+ "type": "structure",
562
+ "members": {
563
+ "Status": {},
564
+ "NextToken": {},
565
+ "MedicalScribeJobSummaries": {
566
+ "type": "list",
567
+ "member": {
568
+ "type": "structure",
569
+ "members": {
570
+ "MedicalScribeJobName": {},
571
+ "CreationTime": {
572
+ "type": "timestamp"
573
+ },
574
+ "StartTime": {
575
+ "type": "timestamp"
576
+ },
577
+ "CompletionTime": {
578
+ "type": "timestamp"
579
+ },
580
+ "LanguageCode": {},
581
+ "MedicalScribeJobStatus": {},
582
+ "FailureReason": {}
583
+ }
513
584
  }
514
585
  }
515
586
  }
@@ -578,7 +649,7 @@
578
649
  "Status": {},
579
650
  "NextToken": {},
580
651
  "Vocabularies": {
581
- "shape": "S43"
652
+ "shape": "S4j"
582
653
  }
583
654
  }
584
655
  }
@@ -640,10 +711,10 @@
640
711
  "FailureReason": {},
641
712
  "OutputLocationType": {},
642
713
  "ContentRedaction": {
643
- "shape": "S28"
714
+ "shape": "S29"
644
715
  },
645
716
  "ModelSettings": {
646
- "shape": "S32"
717
+ "shape": "S3e"
647
718
  },
648
719
  "IdentifyLanguage": {
649
720
  "type": "boolean"
@@ -655,10 +726,10 @@
655
726
  "type": "float"
656
727
  },
657
728
  "LanguageCodes": {
658
- "shape": "S34"
729
+ "shape": "S3g"
659
730
  },
660
731
  "ToxicityDetection": {
661
- "shape": "S3c"
732
+ "shape": "S3o"
662
733
  }
663
734
  }
664
735
  }
@@ -684,7 +755,7 @@
684
755
  "Status": {},
685
756
  "NextToken": {},
686
757
  "Vocabularies": {
687
- "shape": "S43"
758
+ "shape": "S4j"
688
759
  }
689
760
  }
690
761
  }
@@ -730,16 +801,16 @@
730
801
  "members": {
731
802
  "CallAnalyticsJobName": {},
732
803
  "Media": {
733
- "shape": "S23"
804
+ "shape": "S24"
734
805
  },
735
806
  "OutputLocation": {},
736
807
  "OutputEncryptionKMSKeyId": {},
737
808
  "DataAccessRoleArn": {},
738
809
  "Settings": {
739
- "shape": "S26"
810
+ "shape": "S27"
740
811
  },
741
812
  "ChannelDefinitions": {
742
- "shape": "S2h"
813
+ "shape": "S2i"
743
814
  }
744
815
  }
745
816
  },
@@ -747,7 +818,48 @@
747
818
  "type": "structure",
748
819
  "members": {
749
820
  "CallAnalyticsJob": {
750
- "shape": "S1z"
821
+ "shape": "S20"
822
+ }
823
+ }
824
+ }
825
+ },
826
+ "StartMedicalScribeJob": {
827
+ "input": {
828
+ "type": "structure",
829
+ "required": [
830
+ "MedicalScribeJobName",
831
+ "Media",
832
+ "OutputBucketName",
833
+ "DataAccessRoleArn",
834
+ "Settings"
835
+ ],
836
+ "members": {
837
+ "MedicalScribeJobName": {},
838
+ "Media": {
839
+ "shape": "S24"
840
+ },
841
+ "OutputBucketName": {},
842
+ "OutputEncryptionKMSKeyId": {},
843
+ "KMSEncryptionContext": {
844
+ "shape": "S53"
845
+ },
846
+ "DataAccessRoleArn": {},
847
+ "Settings": {
848
+ "shape": "S2r"
849
+ },
850
+ "ChannelDefinitions": {
851
+ "shape": "S2t"
852
+ },
853
+ "Tags": {
854
+ "shape": "Sv"
855
+ }
856
+ }
857
+ },
858
+ "output": {
859
+ "type": "structure",
860
+ "members": {
861
+ "MedicalScribeJob": {
862
+ "shape": "S2n"
751
863
  }
752
864
  }
753
865
  }
@@ -771,16 +883,16 @@
771
883
  },
772
884
  "MediaFormat": {},
773
885
  "Media": {
774
- "shape": "S23"
886
+ "shape": "S24"
775
887
  },
776
888
  "OutputBucketName": {},
777
889
  "OutputKey": {},
778
890
  "OutputEncryptionKMSKeyId": {},
779
891
  "KMSEncryptionContext": {
780
- "shape": "S4o"
892
+ "shape": "S53"
781
893
  },
782
894
  "Settings": {
783
- "shape": "S2q"
895
+ "shape": "S33"
784
896
  },
785
897
  "ContentIdentificationType": {},
786
898
  "Specialty": {},
@@ -794,7 +906,7 @@
794
906
  "type": "structure",
795
907
  "members": {
796
908
  "MedicalTranscriptionJob": {
797
- "shape": "S2m"
909
+ "shape": "S2z"
798
910
  }
799
911
  }
800
912
  }
@@ -814,25 +926,25 @@
814
926
  },
815
927
  "MediaFormat": {},
816
928
  "Media": {
817
- "shape": "S23"
929
+ "shape": "S24"
818
930
  },
819
931
  "OutputBucketName": {},
820
932
  "OutputKey": {},
821
933
  "OutputEncryptionKMSKeyId": {},
822
934
  "KMSEncryptionContext": {
823
- "shape": "S4o"
935
+ "shape": "S53"
824
936
  },
825
937
  "Settings": {
826
- "shape": "S31"
938
+ "shape": "S3d"
827
939
  },
828
940
  "ModelSettings": {
829
- "shape": "S32"
941
+ "shape": "S3e"
830
942
  },
831
943
  "JobExecutionSettings": {
832
- "shape": "S33"
944
+ "shape": "S3f"
833
945
  },
834
946
  "ContentRedaction": {
835
- "shape": "S28"
947
+ "shape": "S29"
836
948
  },
837
949
  "IdentifyLanguage": {
838
950
  "type": "boolean"
@@ -841,13 +953,13 @@
841
953
  "type": "boolean"
842
954
  },
843
955
  "LanguageOptions": {
844
- "shape": "S2d"
956
+ "shape": "S2e"
845
957
  },
846
958
  "Subtitles": {
847
959
  "type": "structure",
848
960
  "members": {
849
961
  "Formats": {
850
- "shape": "S38"
962
+ "shape": "S3k"
851
963
  },
852
964
  "OutputStartIndex": {
853
965
  "type": "integer"
@@ -858,10 +970,10 @@
858
970
  "shape": "Sv"
859
971
  },
860
972
  "LanguageIdSettings": {
861
- "shape": "S2e"
973
+ "shape": "S2f"
862
974
  },
863
975
  "ToxicityDetection": {
864
- "shape": "S3c"
976
+ "shape": "S3o"
865
977
  }
866
978
  }
867
979
  },
@@ -869,7 +981,7 @@
869
981
  "type": "structure",
870
982
  "members": {
871
983
  "TranscriptionJob": {
872
- "shape": "S30"
984
+ "shape": "S3c"
873
985
  }
874
986
  }
875
987
  }
@@ -1194,7 +1306,7 @@
1194
1306
  "type": "list",
1195
1307
  "member": {}
1196
1308
  },
1197
- "S1u": {
1309
+ "S1v": {
1198
1310
  "type": "structure",
1199
1311
  "members": {
1200
1312
  "ModelName": {},
@@ -1216,7 +1328,7 @@
1216
1328
  }
1217
1329
  }
1218
1330
  },
1219
- "S1z": {
1331
+ "S20": {
1220
1332
  "type": "structure",
1221
1333
  "members": {
1222
1334
  "CallAnalyticsJobName": {},
@@ -1227,10 +1339,10 @@
1227
1339
  },
1228
1340
  "MediaFormat": {},
1229
1341
  "Media": {
1230
- "shape": "S23"
1342
+ "shape": "S24"
1231
1343
  },
1232
1344
  "Transcript": {
1233
- "shape": "S24"
1345
+ "shape": "S25"
1234
1346
  },
1235
1347
  "StartTime": {
1236
1348
  "type": "timestamp"
@@ -1247,28 +1359,28 @@
1247
1359
  "type": "float"
1248
1360
  },
1249
1361
  "Settings": {
1250
- "shape": "S26"
1362
+ "shape": "S27"
1251
1363
  },
1252
1364
  "ChannelDefinitions": {
1253
- "shape": "S2h"
1365
+ "shape": "S2i"
1254
1366
  }
1255
1367
  }
1256
1368
  },
1257
- "S23": {
1369
+ "S24": {
1258
1370
  "type": "structure",
1259
1371
  "members": {
1260
1372
  "MediaFileUri": {},
1261
1373
  "RedactedMediaFileUri": {}
1262
1374
  }
1263
1375
  },
1264
- "S24": {
1376
+ "S25": {
1265
1377
  "type": "structure",
1266
1378
  "members": {
1267
1379
  "TranscriptFileUri": {},
1268
1380
  "RedactedTranscriptFileUri": {}
1269
1381
  }
1270
1382
  },
1271
- "S26": {
1383
+ "S27": {
1272
1384
  "type": "structure",
1273
1385
  "members": {
1274
1386
  "VocabularyName": {},
@@ -1276,13 +1388,13 @@
1276
1388
  "VocabularyFilterMethod": {},
1277
1389
  "LanguageModelName": {},
1278
1390
  "ContentRedaction": {
1279
- "shape": "S28"
1391
+ "shape": "S29"
1280
1392
  },
1281
1393
  "LanguageOptions": {
1282
- "shape": "S2d"
1394
+ "shape": "S2e"
1283
1395
  },
1284
1396
  "LanguageIdSettings": {
1285
- "shape": "S2e"
1397
+ "shape": "S2f"
1286
1398
  },
1287
1399
  "Summarization": {
1288
1400
  "type": "structure",
@@ -1297,7 +1409,7 @@
1297
1409
  }
1298
1410
  }
1299
1411
  },
1300
- "S28": {
1412
+ "S29": {
1301
1413
  "type": "structure",
1302
1414
  "required": [
1303
1415
  "RedactionType",
@@ -1312,11 +1424,11 @@
1312
1424
  }
1313
1425
  }
1314
1426
  },
1315
- "S2d": {
1427
+ "S2e": {
1316
1428
  "type": "list",
1317
1429
  "member": {}
1318
1430
  },
1319
- "S2e": {
1431
+ "S2f": {
1320
1432
  "type": "map",
1321
1433
  "key": {},
1322
1434
  "value": {
@@ -1328,10 +1440,85 @@
1328
1440
  }
1329
1441
  }
1330
1442
  },
1331
- "S2h": {
1443
+ "S2i": {
1444
+ "type": "list",
1445
+ "member": {
1446
+ "type": "structure",
1447
+ "members": {
1448
+ "ChannelId": {
1449
+ "type": "integer"
1450
+ },
1451
+ "ParticipantRole": {}
1452
+ }
1453
+ }
1454
+ },
1455
+ "S2n": {
1456
+ "type": "structure",
1457
+ "members": {
1458
+ "MedicalScribeJobName": {},
1459
+ "MedicalScribeJobStatus": {},
1460
+ "LanguageCode": {},
1461
+ "Media": {
1462
+ "shape": "S24"
1463
+ },
1464
+ "MedicalScribeOutput": {
1465
+ "type": "structure",
1466
+ "required": [
1467
+ "TranscriptFileUri",
1468
+ "ClinicalDocumentUri"
1469
+ ],
1470
+ "members": {
1471
+ "TranscriptFileUri": {},
1472
+ "ClinicalDocumentUri": {}
1473
+ }
1474
+ },
1475
+ "StartTime": {
1476
+ "type": "timestamp"
1477
+ },
1478
+ "CreationTime": {
1479
+ "type": "timestamp"
1480
+ },
1481
+ "CompletionTime": {
1482
+ "type": "timestamp"
1483
+ },
1484
+ "FailureReason": {},
1485
+ "Settings": {
1486
+ "shape": "S2r"
1487
+ },
1488
+ "DataAccessRoleArn": {},
1489
+ "ChannelDefinitions": {
1490
+ "shape": "S2t"
1491
+ },
1492
+ "Tags": {
1493
+ "shape": "Sv"
1494
+ }
1495
+ }
1496
+ },
1497
+ "S2r": {
1498
+ "type": "structure",
1499
+ "members": {
1500
+ "ShowSpeakerLabels": {
1501
+ "type": "boolean"
1502
+ },
1503
+ "MaxSpeakerLabels": {
1504
+ "type": "integer"
1505
+ },
1506
+ "ChannelIdentification": {
1507
+ "type": "boolean"
1508
+ },
1509
+ "VocabularyName": {},
1510
+ "VocabularyFilterName": {},
1511
+ "VocabularyFilterMethod": {}
1512
+ }
1513
+ },
1514
+ "S2t": {
1332
1515
  "type": "list",
1333
1516
  "member": {
1334
1517
  "type": "structure",
1518
+ "required": [
1519
+ "ChannelId",
1520
+ "ParticipantRole"
1521
+ ],
1335
1522
  "members": {
1336
1523
  "ChannelId": {
1337
1524
  "type": "integer"
@@ -1340,7 +1527,7 @@
1340
1527
  }
1341
1528
  }
1342
1529
  },
1343
- "S2m": {
1530
+ "S2z": {
1344
1531
  "type": "structure",
1345
1532
  "members": {
1346
1533
  "MedicalTranscriptionJobName": {},
@@ -1351,7 +1538,7 @@
1351
1538
  },
1352
1539
  "MediaFormat": {},
1353
1540
  "Media": {
1354
- "shape": "S23"
1541
+ "shape": "S24"
1355
1542
  },
1356
1543
  "Transcript": {
1357
1544
  "type": "structure",
@@ -1370,7 +1557,7 @@
1370
1557
  },
1371
1558
  "FailureReason": {},
1372
1559
  "Settings": {
1373
- "shape": "S2q"
1560
+ "shape": "S33"
1374
1561
  },
1375
1562
  "ContentIdentificationType": {},
1376
1563
  "Specialty": {},
@@ -1380,7 +1567,7 @@
1380
1567
  }
1381
1568
  }
1382
1569
  },
1383
- "S2q": {
1570
+ "S33": {
1384
1571
  "type": "structure",
1385
1572
  "members": {
1386
1573
  "ShowSpeakerLabels": {
@@ -1401,7 +1588,7 @@
1401
1588
  "VocabularyName": {}
1402
1589
  }
1403
1590
  },
1404
- "S30": {
1591
+ "S3c": {
1405
1592
  "type": "structure",
1406
1593
  "members": {
1407
1594
  "TranscriptionJobName": {},
@@ -1412,10 +1599,10 @@
1412
1599
  },
1413
1600
  "MediaFormat": {},
1414
1601
  "Media": {
1415
- "shape": "S23"
1602
+ "shape": "S24"
1416
1603
  },
1417
1604
  "Transcript": {
1418
- "shape": "S24"
1605
+ "shape": "S25"
1419
1606
  },
1420
1607
  "StartTime": {
1421
1608
  "type": "timestamp"
@@ -1428,16 +1615,16 @@
1428
1615
  },
1429
1616
  "FailureReason": {},
1430
1617
  "Settings": {
1431
- "shape": "S31"
1618
+ "shape": "S3d"
1432
1619
  },
1433
1620
  "ModelSettings": {
1434
- "shape": "S32"
1621
+ "shape": "S3e"
1435
1622
  },
1436
1623
  "JobExecutionSettings": {
1437
- "shape": "S33"
1624
+ "shape": "S3f"
1438
1625
  },
1439
1626
  "ContentRedaction": {
1440
- "shape": "S28"
1627
+ "shape": "S29"
1441
1628
  },
1442
1629
  "IdentifyLanguage": {
1443
1630
  "type": "boolean"
@@ -1446,13 +1633,13 @@
1446
1633
  "type": "boolean"
1447
1634
  },
1448
1635
  "LanguageOptions": {
1449
- "shape": "S2d"
1636
+ "shape": "S2e"
1450
1637
  },
1451
1638
  "IdentifiedLanguageScore": {
1452
1639
  "type": "float"
1453
1640
  },
1454
1641
  "LanguageCodes": {
1455
- "shape": "S34"
1642
+ "shape": "S3g"
1456
1643
  },
1457
1644
  "Tags": {
1458
1645
  "shape": "Sv"
@@ -1461,7 +1648,7 @@
1461
1648
  "type": "structure",
1462
1649
  "members": {
1463
1650
  "Formats": {
1464
- "shape": "S38"
1651
+ "shape": "S3k"
1465
1652
  },
1466
1653
  "SubtitleFileUris": {
1467
1654
  "type": "list",
@@ -1473,14 +1660,14 @@
1473
1660
  }
1474
1661
  },
1475
1662
  "LanguageIdSettings": {
1476
- "shape": "S2e"
1663
+ "shape": "S2f"
1477
1664
  },
1478
1665
  "ToxicityDetection": {
1479
- "shape": "S3c"
1666
+ "shape": "S3o"
1480
1667
  }
1481
1668
  }
1482
1669
  },
1483
- "S31": {
1670
+ "S3d": {
1484
1671
  "type": "structure",
1485
1672
  "members": {
1486
1673
  "VocabularyName": {},
@@ -1503,13 +1690,13 @@
1503
1690
  "VocabularyFilterMethod": {}
1504
1691
  }
1505
1692
  },
1506
- "S32": {
1693
+ "S3e": {
1507
1694
  "type": "structure",
1508
1695
  "members": {
1509
1696
  "LanguageModelName": {}
1510
1697
  }
1511
1698
  },
1512
- "S33": {
1699
+ "S3f": {
1513
1700
  "type": "structure",
1514
1701
  "members": {
1515
1702
  "AllowDeferredExecution": {
@@ -1518,7 +1705,7 @@
1518
1705
  "DataAccessRoleArn": {}
1519
1706
  }
1520
1707
  },
1521
- "S34": {
1708
+ "S3g": {
1522
1709
  "type": "list",
1523
1710
  "member": {
1524
1711
  "type": "structure",
@@ -1530,11 +1717,11 @@
1530
1717
  }
1531
1718
  }
1532
1719
  },
1533
- "S38": {
1720
+ "S3k": {
1534
1721
  "type": "list",
1535
1722
  "member": {}
1536
1723
  },
1537
- "S3c": {
1724
+ "S3o": {
1538
1725
  "type": "list",
1539
1726
  "member": {
1540
1727
  "type": "structure",
@@ -1549,7 +1736,7 @@
1549
1736
  }
1550
1737
  }
1551
1738
  },
1552
- "S43": {
1739
+ "S4j": {
1553
1740
  "type": "list",
1554
1741
  "member": {
1555
1742
  "type": "structure",
@@ -1563,7 +1750,7 @@
1563
1750
  }
1564
1751
  }
1565
1752
  },
1566
- "S4o": {
1753
+ "S53": {
1567
1754
  "type": "map",
1568
1755
  "key": {},
1569
1756
  "value": {}
@@ -15,6 +15,11 @@
15
15
  "output_token": "NextToken",
16
16
  "limit_key": "MaxResults"
17
17
  },
18
+ "ListMedicalScribeJobs": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
18
23
  "ListMedicalTranscriptionJobs": {
19
24
  "input_token": "NextToken",
20
25
  "output_token": "NextToken",