@aws-sdk/util-endpoints 3.968.0 → 3.970.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
@@ -202,7 +202,7 @@ var partitions = [
202
202
  regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
203
203
  regions: {
204
204
  "eusc-de-east-1": {
205
- description: "EU (Germany)"
205
+ description: "AWS European Sovereign Cloud (Germany)"
206
206
  }
207
207
  }
208
208
  },
@@ -152,7 +152,7 @@
152
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
153
153
  "regions": {
154
154
  "eusc-de-east-1": {
155
- "description": "EU (Germany)"
155
+ "description": "AWS European Sovereign Cloud (Germany)"
156
156
  }
157
157
  }
158
158
  }, {
@@ -152,7 +152,7 @@
152
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
153
153
  "regions": {
154
154
  "eusc-de-east-1": {
155
- "description": "EU (Germany)"
155
+ "description": "AWS European Sovereign Cloud (Germany)"
156
156
  }
157
157
  }
158
158
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.968.0",
3
+ "version": "3.970.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.968.0",
29
- "@smithy/types": "^4.11.0",
30
- "@smithy/url-parser": "^4.2.7",
31
- "@smithy/util-endpoints": "^3.2.7",
28
+ "@aws-sdk/types": "3.969.0",
29
+ "@smithy/types": "^4.12.0",
30
+ "@smithy/url-parser": "^4.2.8",
31
+ "@smithy/util-endpoints": "^3.2.8",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {