@aws-sdk/util-endpoints 3.891.0 → 3.895.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
|
@@ -271,7 +271,7 @@ var partitions_default = {
|
|
|
271
271
|
dualStackDnsSuffix: "api.aws.ic.gov",
|
|
272
272
|
implicitGlobalRegion: "us-iso-east-1",
|
|
273
273
|
name: "aws-iso",
|
|
274
|
-
supportsDualStack:
|
|
274
|
+
supportsDualStack: true,
|
|
275
275
|
supportsFIPS: true
|
|
276
276
|
},
|
|
277
277
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
@@ -293,7 +293,7 @@ var partitions_default = {
|
|
|
293
293
|
dualStackDnsSuffix: "api.aws.scloud",
|
|
294
294
|
implicitGlobalRegion: "us-isob-east-1",
|
|
295
295
|
name: "aws-iso-b",
|
|
296
|
-
supportsDualStack:
|
|
296
|
+
supportsDualStack: true,
|
|
297
297
|
supportsFIPS: true
|
|
298
298
|
},
|
|
299
299
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
@@ -312,7 +312,7 @@ var partitions_default = {
|
|
|
312
312
|
dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
|
|
313
313
|
implicitGlobalRegion: "eu-isoe-west-1",
|
|
314
314
|
name: "aws-iso-e",
|
|
315
|
-
supportsDualStack:
|
|
315
|
+
supportsDualStack: true,
|
|
316
316
|
supportsFIPS: true
|
|
317
317
|
},
|
|
318
318
|
regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
@@ -331,7 +331,7 @@ var partitions_default = {
|
|
|
331
331
|
dualStackDnsSuffix: "api.aws.hci.ic.gov",
|
|
332
332
|
implicitGlobalRegion: "us-isof-south-1",
|
|
333
333
|
name: "aws-iso-f",
|
|
334
|
-
supportsDualStack:
|
|
334
|
+
supportsDualStack: true,
|
|
335
335
|
supportsFIPS: true
|
|
336
336
|
},
|
|
337
337
|
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
163
163
|
"implicitGlobalRegion": "us-iso-east-1",
|
|
164
164
|
"name": "aws-iso",
|
|
165
|
-
"supportsDualStack":
|
|
165
|
+
"supportsDualStack": true,
|
|
166
166
|
"supportsFIPS": true
|
|
167
167
|
},
|
|
168
168
|
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"dualStackDnsSuffix": "api.aws.scloud",
|
|
185
185
|
"implicitGlobalRegion": "us-isob-east-1",
|
|
186
186
|
"name": "aws-iso-b",
|
|
187
|
-
"supportsDualStack":
|
|
187
|
+
"supportsDualStack": true,
|
|
188
188
|
"supportsFIPS": true
|
|
189
189
|
},
|
|
190
190
|
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
204
204
|
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
205
205
|
"name": "aws-iso-e",
|
|
206
|
-
"supportsDualStack":
|
|
206
|
+
"supportsDualStack": true,
|
|
207
207
|
"supportsFIPS": true
|
|
208
208
|
},
|
|
209
209
|
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
223
223
|
"implicitGlobalRegion": "us-isof-south-1",
|
|
224
224
|
"name": "aws-iso-f",
|
|
225
|
-
"supportsDualStack":
|
|
225
|
+
"supportsDualStack": true,
|
|
226
226
|
"supportsFIPS": true
|
|
227
227
|
},
|
|
228
228
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
163
163
|
"implicitGlobalRegion": "us-iso-east-1",
|
|
164
164
|
"name": "aws-iso",
|
|
165
|
-
"supportsDualStack":
|
|
165
|
+
"supportsDualStack": true,
|
|
166
166
|
"supportsFIPS": true
|
|
167
167
|
},
|
|
168
168
|
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"dualStackDnsSuffix": "api.aws.scloud",
|
|
185
185
|
"implicitGlobalRegion": "us-isob-east-1",
|
|
186
186
|
"name": "aws-iso-b",
|
|
187
|
-
"supportsDualStack":
|
|
187
|
+
"supportsDualStack": true,
|
|
188
188
|
"supportsFIPS": true
|
|
189
189
|
},
|
|
190
190
|
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
204
204
|
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
205
205
|
"name": "aws-iso-e",
|
|
206
|
-
"supportsDualStack":
|
|
206
|
+
"supportsDualStack": true,
|
|
207
207
|
"supportsFIPS": true
|
|
208
208
|
},
|
|
209
209
|
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
223
223
|
"implicitGlobalRegion": "us-isof-south-1",
|
|
224
224
|
"name": "aws-iso-f",
|
|
225
|
-
"supportsDualStack":
|
|
225
|
+
"supportsDualStack": true,
|
|
226
226
|
"supportsFIPS": true
|
|
227
227
|
},
|
|
228
228
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.895.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"test:watch": "yarn g:vitest watch",
|
|
19
19
|
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
20
20
|
},
|
|
21
|
+
"sideEffects": true,
|
|
21
22
|
"author": {
|
|
22
23
|
"name": "AWS SDK for JavaScript Team",
|
|
23
24
|
"url": "https://aws.amazon.com/javascript/"
|
|
24
25
|
},
|
|
25
26
|
"license": "Apache-2.0",
|
|
26
|
-
"sideEffects": true,
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/types": "3.
|
|
28
|
+
"@aws-sdk/types": "3.893.0",
|
|
29
29
|
"@smithy/types": "^4.5.0",
|
|
30
30
|
"@smithy/url-parser": "^4.1.1",
|
|
31
31
|
"@smithy/util-endpoints": "^3.1.2",
|