@aws-sdk/util-endpoints 3.782.0 → 3.787.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
@@ -315,6 +315,9 @@ var partitions_default = {
315
315
  },
316
316
  regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
317
317
  regions: {
318
+ "aws-iso-e-global": {
319
+ description: "AWS ISOE (Europe) global region"
320
+ },
318
321
  "eu-isoe-west-1": {
319
322
  description: "EU ISOE West"
320
323
  }
@@ -208,6 +208,9 @@
208
208
  },
209
209
  "regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
210
210
  "regions": {
211
+ "aws-iso-e-global": {
212
+ "description": "AWS ISOE (Europe) global region"
213
+ },
211
214
  "eu-isoe-west-1": {
212
215
  "description": "EU ISOE West"
213
216
  }
@@ -208,6 +208,9 @@
208
208
  },
209
209
  "regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
210
210
  "regions": {
211
+ "aws-iso-e-global": {
212
+ "description": "AWS ISOE (Europe) global region"
213
+ },
211
214
  "eu-isoe-west-1": {
212
215
  "description": "EU ISOE West"
213
216
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.782.0",
3
+ "version": "3.787.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",