aws-sdk 2.1616.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.
- package/README.md +1 -1
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +64 -2
- package/apis/pinpoint-2016-12-01.min.json +399 -377
- package/apis/ssm-sap-2018-05-10.min.json +95 -0
- package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
- package/clients/bedrockagentruntime.d.ts +80 -8
- package/clients/pinpoint.d.ts +27 -0
- package/clients/route53resolver.d.ts +3 -3
- package/clients/ssmsap.d.ts +121 -1
- package/clients/verifiedpermissions.d.ts +40 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
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.
|
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
|
-
"
|
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
|
-
"
|
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": {
|