aws-sdk 2.1616.0 → 2.1618.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 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.1616.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1618.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": "discovery",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "json",
8
+ "protocols": [
9
+ "json"
10
+ ],
8
11
  "serviceFullName": "AWS Application Discovery Service",
9
12
  "serviceId": "Application Discovery Service",
10
13
  "signatureVersion": "v4",
@@ -4,6 +4,9 @@
4
4
  "apiVersion": "2020-11-30",
5
5
  "endpointPrefix": "greengrass",
6
6
  "protocol": "rest-json",
7
+ "protocols": [
8
+ "rest-json"
9
+ ],
7
10
  "serviceAbbreviation": "AWS GreengrassV2",
8
11
  "serviceFullName": "AWS IoT Greengrass V2",
9
12
  "serviceId": "GreengrassV2",
@@ -528,6 +531,14 @@
528
531
  "artifactName": {
529
532
  "location": "uri",
530
533
  "locationName": "artifactName"
534
+ },
535
+ "s3EndpointType": {
536
+ "location": "querystring",
537
+ "locationName": "s3EndpointType"
538
+ },
539
+ "iotEndpointType": {
540
+ "location": "header",
541
+ "locationName": "x-amz-iot-endpoint-type"
531
542
  }
532
543
  }
533
544
  },
@@ -563,7 +574,7 @@
563
574
  "type": "structure",
564
575
  "members": {
565
576
  "connectivityInfo": {
566
- "shape": "S39",
577
+ "shape": "S3b",
567
578
  "locationName": "ConnectivityInfo"
568
579
  },
569
580
  "message": {
@@ -1213,7 +1224,7 @@
1213
1224
  "locationName": "thingName"
1214
1225
  },
1215
1226
  "connectivityInfo": {
1216
- "shape": "S39",
1227
+ "shape": "S3b",
1217
1228
  "locationName": "ConnectivityInfo"
1218
1229
  }
1219
1230
  }
@@ -1273,6 +1284,9 @@
1273
1284
  "key": {},
1274
1285
  "value": {
1275
1286
  "type": "structure",
1287
+ "required": [
1288
+ "componentVersion"
1289
+ ],
1276
1290
  "members": {
1277
1291
  "componentVersion": {},
1278
1292
  "configurationUpdate": {
@@ -1407,7 +1421,7 @@
1407
1421
  }
1408
1422
  }
1409
1423
  },
1410
- "S39": {
1424
+ "S3b": {
1411
1425
  "type": "list",
1412
1426
  "member": {
1413
1427
  "type": "structure",