@aws-sdk/util-endpoints 3.723.0 → 3.730.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
  },
@@ -198,6 +201,9 @@ var partitions_default = {
198
201
  "me-south-1": {
199
202
  description: "Middle East (Bahrain)"
200
203
  },
204
+ "mx-central-1": {
205
+ description: "Mexico (Central)"
206
+ },
201
207
  "sa-east-1": {
202
208
  description: "South America (Sao Paulo)"
203
209
  },
@@ -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
  },
@@ -89,6 +92,9 @@
89
92
  "me-south-1": {
90
93
  "description": "Middle East (Bahrain)"
91
94
  },
95
+ "mx-central-1": {
96
+ "description": "Mexico (Central)"
97
+ },
92
98
  "sa-east-1": {
93
99
  "description": "South America (Sao Paulo)"
94
100
  },
@@ -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
  },
@@ -89,6 +92,9 @@
89
92
  "me-south-1": {
90
93
  "description": "Middle East (Bahrain)"
91
94
  },
95
+ "mx-central-1": {
96
+ "description": "Mexico (Central)"
97
+ },
92
98
  "sa-east-1": {
93
99
  "description": "South America (Sao Paulo)"
94
100
  },
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.730.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",