@aws-sdk/util-endpoints 3.723.0 → 3.726.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
@@ -156,6 +156,9 @@ var partitions_default = {
156
156
  "ap-southeast-5": {
157
157
  description: "Asia Pacific (Malaysia)"
158
158
  },
159
+ "ap-southeast-7": {
160
+ description: "Asia Pacific (Thailand)"
161
+ },
159
162
  "aws-global": {
160
163
  description: "AWS Standard global region"
161
164
  },
@@ -47,6 +47,9 @@
47
47
  "ap-southeast-5": {
48
48
  "description": "Asia Pacific (Malaysia)"
49
49
  },
50
+ "ap-southeast-7": {
51
+ "description": "Asia Pacific (Thailand)"
52
+ },
50
53
  "aws-global": {
51
54
  "description": "AWS Standard global region"
52
55
  },
@@ -47,6 +47,9 @@
47
47
  "ap-southeast-5": {
48
48
  "description": "Asia Pacific (Malaysia)"
49
49
  },
50
+ "ap-southeast-7": {
51
+ "description": "Asia Pacific (Thailand)"
52
+ },
50
53
  "aws-global": {
51
54
  "description": "AWS Standard global region"
52
55
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.723.0",
3
+ "version": "3.726.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",