@aws-sdk/util-endpoints 3.575.0 → 3.583.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/dist-cjs/index.js CHANGED
@@ -304,7 +304,11 @@ var partitions_default = {
304
304
  supportsFIPS: true
305
305
  },
306
306
  regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
307
- regions: {}
307
+ regions: {
308
+ "eu-isoe-west-1": {
309
+ description: "EU ISOE West"
310
+ }
311
+ }
308
312
  }, {
309
313
  id: "aws-iso-f",
310
314
  outputs: {
@@ -198,7 +198,11 @@
198
198
  "supportsFIPS": true
199
199
  },
200
200
  "regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
201
- "regions": {}
201
+ "regions": {
202
+ "eu-isoe-west-1": {
203
+ "description": "EU ISOE West"
204
+ }
205
+ }
202
206
  }, {
203
207
  "id": "aws-iso-f",
204
208
  "outputs": {
@@ -198,7 +198,11 @@
198
198
  "supportsFIPS": true
199
199
  },
200
200
  "regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
201
- "regions": {}
201
+ "regions": {
202
+ "eu-isoe-west-1": {
203
+ "description": "EU ISOE West"
204
+ }
205
+ }
202
206
  }, {
203
207
  "id": "aws-iso-f",
204
208
  "outputs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.575.0",
3
+ "version": "3.583.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.575.0",
25
+ "@aws-sdk/types": "3.577.0",
26
26
  "@smithy/types": "^3.0.0",
27
27
  "@smithy/util-endpoints": "^2.0.0",
28
28
  "tslib": "^2.6.2"