aws-sdk 2.1417.0 → 2.1419.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 (48) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudformation-2010-05-15.min.json +20 -4
  4. package/apis/codecatalyst-2022-09-28.min.json +294 -24
  5. package/apis/connectcases-2022-10-03.min.json +35 -25
  6. package/apis/grafana-2020-08-18.min.json +41 -4
  7. package/apis/grafana-2020-08-18.paginators.json +6 -0
  8. package/apis/medical-imaging-2023-07-19.examples.json +5 -0
  9. package/apis/medical-imaging-2023-07-19.min.json +1098 -0
  10. package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  11. package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  12. package/apis/metadata.json +4 -0
  13. package/apis/ram-2018-01-04.min.json +49 -36
  14. package/apis/route53resolver-2018-04-01.min.json +201 -62
  15. package/apis/route53resolver-2018-04-01.paginators.json +6 -0
  16. package/apis/s3-2006-03-01.examples.json +32 -32
  17. package/apis/sagemaker-2017-07-24.min.json +205 -158
  18. package/apis/sagemaker-2017-07-24.paginators.json +6 -0
  19. package/apis/securitylake-2018-05-10.min.json +139 -34
  20. package/apis/ssm-sap-2018-05-10.min.json +98 -24
  21. package/apis/transcribe-2017-10-26.min.json +30 -6
  22. package/apis/wafv2-2019-07-29.min.json +134 -123
  23. package/clients/all.d.ts +1 -0
  24. package/clients/all.js +2 -1
  25. package/clients/cloudformation.d.ts +21 -0
  26. package/clients/codecatalyst.d.ts +264 -7
  27. package/clients/connectcases.d.ts +15 -4
  28. package/clients/ec2.d.ts +200 -200
  29. package/clients/grafana.d.ts +47 -5
  30. package/clients/lexmodelsv2.d.ts +11 -11
  31. package/clients/medicalimaging.d.ts +1102 -0
  32. package/clients/medicalimaging.js +19 -0
  33. package/clients/ram.d.ts +14 -1
  34. package/clients/route53resolver.d.ts +220 -7
  35. package/clients/sagemaker.d.ts +88 -10
  36. package/clients/sagemakerfeaturestoreruntime.d.ts +13 -13
  37. package/clients/savingsplans.d.ts +1 -1
  38. package/clients/securitylake.d.ts +93 -11
  39. package/clients/ssmsap.d.ts +131 -7
  40. package/clients/transcribeservice.d.ts +21 -0
  41. package/clients/wafv2.d.ts +12 -2
  42. package/dist/aws-sdk-core-react-native.js +2 -2
  43. package/dist/aws-sdk-react-native.js +62 -18
  44. package/dist/aws-sdk.js +27 -7
  45. package/dist/aws-sdk.min.js +97 -97
  46. package/lib/config_service_placeholders.d.ts +2 -0
  47. package/lib/core.js +1 -1
  48. package/package.json +1 -1
@@ -578,7 +578,7 @@
578
578
  "Status": {},
579
579
  "NextToken": {},
580
580
  "Vocabularies": {
581
- "shape": "S3y"
581
+ "shape": "S42"
582
582
  }
583
583
  }
584
584
  }
@@ -656,6 +656,9 @@
656
656
  },
657
657
  "LanguageCodes": {
658
658
  "shape": "S33"
659
+ },
660
+ "ToxicityDetection": {
661
+ "shape": "S3b"
659
662
  }
660
663
  }
661
664
  }
@@ -681,7 +684,7 @@
681
684
  "Status": {},
682
685
  "NextToken": {},
683
686
  "Vocabularies": {
684
- "shape": "S3y"
687
+ "shape": "S42"
685
688
  }
686
689
  }
687
690
  }
@@ -774,7 +777,7 @@
774
777
  "OutputKey": {},
775
778
  "OutputEncryptionKMSKeyId": {},
776
779
  "KMSEncryptionContext": {
777
- "shape": "S4j"
780
+ "shape": "S4n"
778
781
  },
779
782
  "Settings": {
780
783
  "shape": "S2p"
@@ -817,7 +820,7 @@
817
820
  "OutputKey": {},
818
821
  "OutputEncryptionKMSKeyId": {},
819
822
  "KMSEncryptionContext": {
820
- "shape": "S4j"
823
+ "shape": "S4n"
821
824
  },
822
825
  "Settings": {
823
826
  "shape": "S30"
@@ -856,6 +859,9 @@
856
859
  },
857
860
  "LanguageIdSettings": {
858
861
  "shape": "S2e"
862
+ },
863
+ "ToxicityDetection": {
864
+ "shape": "S3b"
859
865
  }
860
866
  }
861
867
  },
@@ -1457,6 +1463,9 @@
1457
1463
  },
1458
1464
  "LanguageIdSettings": {
1459
1465
  "shape": "S2e"
1466
+ },
1467
+ "ToxicityDetection": {
1468
+ "shape": "S3b"
1460
1469
  }
1461
1470
  }
1462
1471
  },
@@ -1514,7 +1523,22 @@
1514
1523
  "type": "list",
1515
1524
  "member": {}
1516
1525
  },
1517
- "S3y": {
1526
+ "S3b": {
1527
+ "type": "list",
1528
+ "member": {
1529
+ "type": "structure",
1530
+ "required": [
1531
+ "ToxicityCategories"
1532
+ ],
1533
+ "members": {
1534
+ "ToxicityCategories": {
1535
+ "type": "list",
1536
+ "member": {}
1537
+ }
1538
+ }
1539
+ }
1540
+ },
1541
+ "S42": {
1518
1542
  "type": "list",
1519
1543
  "member": {
1520
1544
  "type": "structure",
@@ -1528,7 +1552,7 @@
1528
1552
  }
1529
1553
  }
1530
1554
  },
1531
- "S4j": {
1555
+ "S4n": {
1532
1556
  "type": "map",
1533
1557
  "key": {},
1534
1558
  "value": {}