@aws-sdk/client-lambda 3.141.0 → 3.148.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/CHANGELOG.md +30 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1202 -2430
- package/dist-es/endpoints.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +1447 -2392
- package/package.json +11 -6
package/dist-es/endpoints.js
CHANGED
|
@@ -191,6 +191,10 @@ var regionHash = {
|
|
|
191
191
|
hostname: "lambda-fips.us-gov-east-1.amazonaws.com",
|
|
192
192
|
tags: ["fips"],
|
|
193
193
|
},
|
|
194
|
+
{
|
|
195
|
+
hostname: "lambda.us-gov-east-1.api.aws",
|
|
196
|
+
tags: ["dualstack"],
|
|
197
|
+
},
|
|
194
198
|
],
|
|
195
199
|
},
|
|
196
200
|
"us-gov-west-1": {
|
|
@@ -199,6 +203,10 @@ var regionHash = {
|
|
|
199
203
|
hostname: "lambda-fips.us-gov-west-1.amazonaws.com",
|
|
200
204
|
tags: ["fips"],
|
|
201
205
|
},
|
|
206
|
+
{
|
|
207
|
+
hostname: "lambda.us-gov-west-1.api.aws",
|
|
208
|
+
tags: ["dualstack"],
|
|
209
|
+
},
|
|
202
210
|
],
|
|
203
211
|
},
|
|
204
212
|
"us-west-1": {
|