@aws-sdk/util-endpoints 3.632.0 → 3.637.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
@@ -153,6 +153,9 @@ var partitions_default = {
153
153
  "ap-southeast-4": {
154
154
  description: "Asia Pacific (Melbourne)"
155
155
  },
156
+ "ap-southeast-5": {
157
+ description: "Asia Pacific (Malaysia)"
158
+ },
156
159
  "aws-global": {
157
160
  description: "AWS Standard global region"
158
161
  },
@@ -44,6 +44,9 @@
44
44
  "ap-southeast-4": {
45
45
  "description": "Asia Pacific (Melbourne)"
46
46
  },
47
+ "ap-southeast-5": {
48
+ "description": "Asia Pacific (Malaysia)"
49
+ },
47
50
  "aws-global": {
48
51
  "description": "AWS Standard global region"
49
52
  },
@@ -44,6 +44,9 @@
44
44
  "ap-southeast-4": {
45
45
  "description": "Asia Pacific (Melbourne)"
46
46
  },
47
+ "ap-southeast-5": {
48
+ "description": "Asia Pacific (Malaysia)"
49
+ },
47
50
  "aws-global": {
48
51
  "description": "AWS Standard global region"
49
52
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.632.0",
3
+ "version": "3.637.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",