@aws-sdk/util-endpoints 3.873.0 → 3.887.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
@@ -159,6 +159,9 @@ var partitions_default = {
159
159
  "ap-southeast-5": {
160
160
  description: "Asia Pacific (Malaysia)"
161
161
  },
162
+ "ap-southeast-6": {
163
+ description: "Asia Pacific (New Zealand)"
164
+ },
162
165
  "ap-southeast-7": {
163
166
  description: "Asia Pacific (Thailand)"
164
167
  },
@@ -252,7 +255,7 @@ var partitions_default = {
252
255
  dualStackDnsSuffix: "api.amazonwebservices.eu",
253
256
  implicitGlobalRegion: "eusc-de-east-1",
254
257
  name: "aws-eusc",
255
- supportsDualStack: false,
258
+ supportsDualStack: true,
256
259
  supportsFIPS: true
257
260
  },
258
261
  regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
@@ -50,6 +50,9 @@
50
50
  "ap-southeast-5": {
51
51
  "description": "Asia Pacific (Malaysia)"
52
52
  },
53
+ "ap-southeast-6": {
54
+ "description": "Asia Pacific (New Zealand)"
55
+ },
53
56
  "ap-southeast-7": {
54
57
  "description": "Asia Pacific (Thailand)"
55
58
  },
@@ -143,7 +146,7 @@
143
146
  "dualStackDnsSuffix": "api.amazonwebservices.eu",
144
147
  "implicitGlobalRegion": "eusc-de-east-1",
145
148
  "name": "aws-eusc",
146
- "supportsDualStack": false,
149
+ "supportsDualStack": true,
147
150
  "supportsFIPS": true
148
151
  },
149
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
@@ -50,6 +50,9 @@
50
50
  "ap-southeast-5": {
51
51
  "description": "Asia Pacific (Malaysia)"
52
52
  },
53
+ "ap-southeast-6": {
54
+ "description": "Asia Pacific (New Zealand)"
55
+ },
53
56
  "ap-southeast-7": {
54
57
  "description": "Asia Pacific (Thailand)"
55
58
  },
@@ -143,7 +146,7 @@
143
146
  "dualStackDnsSuffix": "api.amazonwebservices.eu",
144
147
  "implicitGlobalRegion": "eusc-de-east-1",
145
148
  "name": "aws-eusc",
146
- "supportsDualStack": false,
149
+ "supportsDualStack": true,
147
150
  "supportsFIPS": true
148
151
  },
149
152
  "regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.873.0",
3
+ "version": "3.887.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
  "license": "Apache-2.0",
26
26
  "sideEffects": true,
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.862.0",
29
- "@smithy/types": "^4.3.2",
30
- "@smithy/url-parser": "^4.0.5",
31
- "@smithy/util-endpoints": "^3.0.7",
28
+ "@aws-sdk/types": "3.887.0",
29
+ "@smithy/types": "^4.5.0",
30
+ "@smithy/url-parser": "^4.1.1",
31
+ "@smithy/util-endpoints": "^3.1.1",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {