@aws-sdk/util-endpoints 3.914.0 → 3.920.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
@@ -246,6 +246,9 @@ var partitions = [
246
246
  },
247
247
  "us-isob-east-1": {
248
248
  description: "US ISOB East (Ohio)"
249
+ },
250
+ "us-isob-west-1": {
251
+ description: "US ISOB West"
249
252
  }
250
253
  }
251
254
  },
@@ -194,6 +194,9 @@
194
194
  },
195
195
  "us-isob-east-1": {
196
196
  "description": "US ISOB East (Ohio)"
197
+ },
198
+ "us-isob-west-1": {
199
+ "description": "US ISOB West"
197
200
  }
198
201
  }
199
202
  }, {
@@ -194,6 +194,9 @@
194
194
  },
195
195
  "us-isob-east-1": {
196
196
  "description": "US ISOB East (Ohio)"
197
+ },
198
+ "us-isob-west-1": {
199
+ "description": "US ISOB West"
197
200
  }
198
201
  }
199
202
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.914.0",
3
+ "version": "3.920.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,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "3.914.0",
28
+ "@aws-sdk/types": "3.920.0",
29
29
  "@smithy/types": "^4.8.0",
30
30
  "@smithy/url-parser": "^4.2.3",
31
31
  "@smithy/util-endpoints": "^3.2.3",