@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.
@@ -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": {