@aws-sdk/util-endpoints 3.319.0 → 3.329.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.
|
@@ -176,6 +176,17 @@
|
|
|
176
176
|
"description": "US ISOB East (Ohio)"
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
}, {
|
|
180
|
+
"id": "aws-iso-e",
|
|
181
|
+
"outputs": {
|
|
182
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
183
|
+
"dualStackDnsSuffix": "cloud.adc-e.uk",
|
|
184
|
+
"name": "aws-iso-e",
|
|
185
|
+
"supportsDualStack": false,
|
|
186
|
+
"supportsFIPS": true
|
|
187
|
+
},
|
|
188
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
189
|
+
"regions": {}
|
|
179
190
|
}],
|
|
180
191
|
"version": "1.1"
|
|
181
192
|
}
|
|
@@ -176,6 +176,17 @@
|
|
|
176
176
|
"description": "US ISOB East (Ohio)"
|
|
177
177
|
}
|
|
178
178
|
}
|
|
179
|
+
}, {
|
|
180
|
+
"id": "aws-iso-e",
|
|
181
|
+
"outputs": {
|
|
182
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
183
|
+
"dualStackDnsSuffix": "cloud.adc-e.uk",
|
|
184
|
+
"name": "aws-iso-e",
|
|
185
|
+
"supportsDualStack": false,
|
|
186
|
+
"supportsFIPS": true
|
|
187
|
+
},
|
|
188
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
189
|
+
"regions": {}
|
|
179
190
|
}],
|
|
180
191
|
"version": "1.1"
|
|
181
192
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/types": "3.
|
|
25
|
+
"@aws-sdk/types": "3.329.0",
|
|
26
26
|
"tslib": "^2.5.0"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|