@aws-sdk/util-endpoints 3.731.0 → 3.743.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
|
@@ -332,7 +332,17 @@ var partitions_default = {
|
|
|
332
332
|
supportsFIPS: true
|
|
333
333
|
},
|
|
334
334
|
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
|
335
|
-
regions: {
|
|
335
|
+
regions: {
|
|
336
|
+
"aws-iso-f-global": {
|
|
337
|
+
description: "AWS ISOF global region"
|
|
338
|
+
},
|
|
339
|
+
"us-isof-east-1": {
|
|
340
|
+
description: "US ISOF EAST"
|
|
341
|
+
},
|
|
342
|
+
"us-isof-south-1": {
|
|
343
|
+
description: "US ISOF SOUTH"
|
|
344
|
+
}
|
|
345
|
+
}
|
|
336
346
|
}],
|
|
337
347
|
version: "1.1"
|
|
338
348
|
};
|
|
@@ -223,7 +223,17 @@
|
|
|
223
223
|
"supportsFIPS": true
|
|
224
224
|
},
|
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
226
|
-
"regions": {
|
|
226
|
+
"regions": {
|
|
227
|
+
"aws-iso-f-global": {
|
|
228
|
+
"description": "AWS ISOF global region"
|
|
229
|
+
},
|
|
230
|
+
"us-isof-east-1": {
|
|
231
|
+
"description": "US ISOF EAST"
|
|
232
|
+
},
|
|
233
|
+
"us-isof-south-1": {
|
|
234
|
+
"description": "US ISOF SOUTH"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
227
237
|
}],
|
|
228
238
|
"version": "1.1"
|
|
229
239
|
}
|
|
@@ -223,7 +223,17 @@
|
|
|
223
223
|
"supportsFIPS": true
|
|
224
224
|
},
|
|
225
225
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
226
|
-
"regions": {
|
|
226
|
+
"regions": {
|
|
227
|
+
"aws-iso-f-global": {
|
|
228
|
+
"description": "AWS ISOF global region"
|
|
229
|
+
},
|
|
230
|
+
"us-isof-east-1": {
|
|
231
|
+
"description": "US ISOF EAST"
|
|
232
|
+
},
|
|
233
|
+
"us-isof-south-1": {
|
|
234
|
+
"description": "US ISOF SOUTH"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
227
237
|
}],
|
|
228
238
|
"version": "1.1"
|
|
229
239
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.743.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@aws-sdk/types": "3.
|
|
28
|
-
"@smithy/types": "^4.
|
|
29
|
-
"@smithy/util-endpoints": "^3.0.
|
|
27
|
+
"@aws-sdk/types": "3.734.0",
|
|
28
|
+
"@smithy/types": "^4.1.0",
|
|
29
|
+
"@smithy/util-endpoints": "^3.0.1",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|