aws-sdk 2.1615.0 → 2.1617.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/README.md +1 -1
  2. package/apis/bedrock-agent-runtime-2023-07-26.min.json +64 -2
  3. package/apis/cognito-idp-2016-04-18.min.json +3 -0
  4. package/apis/ec2-2016-11-15.min.json +282 -279
  5. package/apis/ecr-2015-09-21.min.json +3 -0
  6. package/apis/metadata.json +0 -6
  7. package/apis/pinpoint-2016-12-01.min.json +399 -377
  8. package/apis/sqs-2012-11-05.min.json +21 -14
  9. package/apis/ssm-sap-2018-05-10.min.json +95 -0
  10. package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  11. package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
  12. package/clients/all.d.ts +0 -2
  13. package/clients/all.js +0 -2
  14. package/clients/bedrockagentruntime.d.ts +80 -8
  15. package/clients/cognitoidentityserviceprovider.d.ts +1 -1
  16. package/clients/ec2.d.ts +5 -0
  17. package/clients/ecr.d.ts +2 -2
  18. package/clients/fms.d.ts +4 -4
  19. package/clients/pinpoint.d.ts +27 -0
  20. package/clients/polly.d.ts +9 -9
  21. package/clients/route53resolver.d.ts +3 -3
  22. package/clients/sqs.d.ts +19 -14
  23. package/clients/ssmsap.d.ts +121 -1
  24. package/clients/verifiedpermissions.d.ts +40 -6
  25. package/dist/aws-sdk-core-react-native.js +2 -2
  26. package/dist/aws-sdk-react-native.js +1629 -1703
  27. package/dist/aws-sdk.js +312 -302
  28. package/dist/aws-sdk.min.js +64 -64
  29. package/lib/config_service_placeholders.d.ts +0 -4
  30. package/lib/core.js +1 -1
  31. package/package.json +1 -1
  32. package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
  33. package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  34. package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  35. package/apis/honeycode-2020-03-01.examples.json +0 -5
  36. package/apis/honeycode-2020-03-01.min.json +0 -962
  37. package/apis/honeycode-2020-03-01.paginators.json +0 -27
  38. package/clients/alexaforbusiness.d.ts +0 -3862
  39. package/clients/alexaforbusiness.js +0 -18
  40. package/clients/honeycode.d.ts +0 -910
  41. package/clients/honeycode.js +0 -18
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1615.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1617.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -645,8 +645,17 @@
645
645
  "generationConfiguration": {
646
646
  "type": "structure",
647
647
  "members": {
648
- "promptTemplate": {
648
+ "additionalModelRequestFields": {
649
649
  "shape": "S3u"
650
+ },
651
+ "guardrailConfiguration": {
652
+ "shape": "S3x"
653
+ },
654
+ "inferenceConfig": {
655
+ "shape": "S40"
656
+ },
657
+ "promptTemplate": {
658
+ "shape": "S45"
650
659
  }
651
660
  }
652
661
  },
@@ -703,8 +712,17 @@
703
712
  "generationConfiguration": {
704
713
  "type": "structure",
705
714
  "members": {
706
- "promptTemplate": {
715
+ "additionalModelRequestFields": {
707
716
  "shape": "S3u"
717
+ },
718
+ "guardrailConfiguration": {
719
+ "shape": "S3x"
720
+ },
721
+ "inferenceConfig": {
722
+ "shape": "S40"
723
+ },
724
+ "promptTemplate": {
725
+ "shape": "S45"
708
726
  }
709
727
  }
710
728
  },
@@ -740,6 +758,7 @@
740
758
  "citations": {
741
759
  "shape": "Sr"
742
760
  },
761
+ "guardrailAction": {},
743
762
  "output": {
744
763
  "type": "structure",
745
764
  "required": [
@@ -993,6 +1012,49 @@
993
1012
  }
994
1013
  },
995
1014
  "S3u": {
1015
+ "type": "map",
1016
+ "key": {},
1017
+ "value": {
1018
+ "type": "structure",
1019
+ "members": {},
1020
+ "document": true
1021
+ }
1022
+ },
1023
+ "S3x": {
1024
+ "type": "structure",
1025
+ "required": [
1026
+ "guardrailId",
1027
+ "guardrailVersion"
1028
+ ],
1029
+ "members": {
1030
+ "guardrailId": {},
1031
+ "guardrailVersion": {}
1032
+ }
1033
+ },
1034
+ "S40": {
1035
+ "type": "structure",
1036
+ "members": {
1037
+ "textInferenceConfig": {
1038
+ "type": "structure",
1039
+ "members": {
1040
+ "maxTokens": {
1041
+ "type": "integer"
1042
+ },
1043
+ "stopSequences": {
1044
+ "type": "list",
1045
+ "member": {}
1046
+ },
1047
+ "temperature": {
1048
+ "type": "float"
1049
+ },
1050
+ "topP": {
1051
+ "type": "float"
1052
+ }
1053
+ }
1054
+ }
1055
+ }
1056
+ },
1057
+ "S45": {
996
1058
  "type": "structure",
997
1059
  "members": {
998
1060
  "textPromptTemplate": {
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "cognito-idp",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "Amazon Cognito Identity Provider",
9
12
  "serviceId": "Cognito Identity Provider",
10
13
  "signatureVersion": "v4",