@aws-sdk/util-endpoints 3.202.0 → 3.209.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.
@@ -6,7 +6,7 @@
6
6
  "regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
7
7
  "regions": {
8
8
  "af-south-1": {},
9
- "af-east-1": {},
9
+ "ap-east-1": {},
10
10
  "ap-northeast-1": {},
11
11
  "ap-northeast-2": {},
12
12
  "ap-northeast-3": {},
@@ -21,6 +21,7 @@
21
21
  "eu-west-1": {},
22
22
  "eu-west-2": {},
23
23
  "eu-west-3": {},
24
+ "me-central-1": {},
24
25
  "me-south-1": {},
25
26
  "sa-east-1": {},
26
27
  "us-east-1": {},
@@ -80,6 +81,8 @@
80
81
  "dualStackDnsSuffix": "c2s.ic.gov"
81
82
  },
82
83
  "regions": {
84
+ "us-iso-east-1": {},
85
+ "us-iso-west-1": {},
83
86
  "aws-iso-global": {}
84
87
  }
85
88
  },
@@ -94,6 +97,7 @@
94
97
  "dualStackDnsSuffix": "sc2s.sgov.gov"
95
98
  },
96
99
  "regions": {
100
+ "us-isob-east-1": {},
97
101
  "aws-iso-b-global": {}
98
102
  }
99
103
  }
@@ -6,7 +6,7 @@
6
6
  "regionRegex": "^(us|eu|ap|sa|ca|me|af)-\\w+-\\d+$",
7
7
  "regions": {
8
8
  "af-south-1": {},
9
- "af-east-1": {},
9
+ "ap-east-1": {},
10
10
  "ap-northeast-1": {},
11
11
  "ap-northeast-2": {},
12
12
  "ap-northeast-3": {},
@@ -21,6 +21,7 @@
21
21
  "eu-west-1": {},
22
22
  "eu-west-2": {},
23
23
  "eu-west-3": {},
24
+ "me-central-1": {},
24
25
  "me-south-1": {},
25
26
  "sa-east-1": {},
26
27
  "us-east-1": {},
@@ -80,6 +81,8 @@
80
81
  "dualStackDnsSuffix": "c2s.ic.gov"
81
82
  },
82
83
  "regions": {
84
+ "us-iso-east-1": {},
85
+ "us-iso-west-1": {},
83
86
  "aws-iso-global": {}
84
87
  }
85
88
  },
@@ -94,6 +97,7 @@
94
97
  "dualStackDnsSuffix": "sc2s.sgov.gov"
95
98
  },
96
99
  "regions": {
100
+ "us-isob-east-1": {},
97
101
  "aws-iso-b-global": {}
98
102
  }
99
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.202.0",
3
+ "version": "3.209.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.201.0",
24
+ "@aws-sdk/types": "3.208.0",
25
25
  "tslib": "^2.3.1"
26
26
  },
27
27
  "engines": {
package/CHANGELOG.md DELETED
@@ -1,231 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [3.202.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.201.0...v3.202.0) (2022-11-02)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **util-endpoints:** evaluateTemplate implementation without RegExp/Function ([#4136](https://github.com/aws/aws-sdk-js-v3/issues/4136)) ([5c8a6fb](https://github.com/aws/aws-sdk-js-v3/commit/5c8a6fbe34267337b14774b8e47e9d584a29ecd4))
12
-
13
-
14
-
15
-
16
-
17
- # [3.201.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.200.0...v3.201.0) (2022-11-01)
18
-
19
-
20
- ### Features
21
-
22
- * end support for Node.js 12.x ([#4123](https://github.com/aws/aws-sdk-js-v3/issues/4123)) ([83f913e](https://github.com/aws/aws-sdk-js-v3/commit/83f913ec2ac3878d8726c6964f585550dc5caf3e))
23
-
24
-
25
-
26
-
27
-
28
- # [3.200.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.199.0...v3.200.0) (2022-10-31)
29
-
30
- **Note:** Version bump only for package @aws-sdk/util-endpoints
31
-
32
-
33
-
34
-
35
-
36
- # [3.198.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.197.0...v3.198.0) (2022-10-27)
37
-
38
-
39
- ### Features
40
-
41
- * **endpoint:** log endpoint decisions at debug level ([#4106](https://github.com/aws/aws-sdk-js-v3/issues/4106)) ([d600213](https://github.com/aws/aws-sdk-js-v3/commit/d600213292eb1bea870c43420367f78406db1c82))
42
-
43
-
44
-
45
-
46
-
47
- # [3.197.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.196.0...v3.197.0) (2022-10-26)
48
-
49
- **Note:** Version bump only for package @aws-sdk/util-endpoints
50
-
51
-
52
-
53
-
54
-
55
- # [3.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25)
56
-
57
-
58
- ### Features
59
-
60
- * **endpoint:** add remaining restJson1 services endpoint models ([#4090](https://github.com/aws/aws-sdk-js-v3/issues/4090)) ([998113b](https://github.com/aws/aws-sdk-js-v3/commit/998113bd0a70a7de4bf5d975cb5f7524098866a0))
61
-
62
-
63
-
64
-
65
-
66
- # [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21)
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * **util-endpoints:** use default import for partitions.json ([#4072](https://github.com/aws/aws-sdk-js-v3/issues/4072)) ([f9bc7af](https://github.com/aws/aws-sdk-js-v3/commit/f9bc7afd7af7535c0de8123d0820faa8ebec7e16))
72
-
73
-
74
-
75
-
76
-
77
- # [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
78
-
79
- **Note:** Version bump only for package @aws-sdk/util-endpoints
80
-
81
-
82
-
83
-
84
-
85
- # [3.192.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.191.0...v3.192.0) (2022-10-19)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * **endpoint:** dedupe clientContext/builtIn params, fix s3 unit test ([#4051](https://github.com/aws/aws-sdk-js-v3/issues/4051)) ([947c8bc](https://github.com/aws/aws-sdk-js-v3/commit/947c8bce2798ae5ddc022d34f62aeeb60b4e6fde))
91
-
92
-
93
-
94
-
95
-
96
- # [3.190.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.189.0...v3.190.0) (2022-10-17)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * **endpoint:** endpoints 2.0 all-service TS compilation fixes ([#4043](https://github.com/aws/aws-sdk-js-v3/issues/4043)) ([f2da618](https://github.com/aws/aws-sdk-js-v3/commit/f2da6182298d4d6b02e84fb723492c07c27469a8))
102
-
103
-
104
-
105
-
106
-
107
- # [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
108
-
109
-
110
- ### Bug Fixes
111
-
112
- * **endpoint:** misc endpoints 2.0 fixes for s3 ([#4031](https://github.com/aws/aws-sdk-js-v3/issues/4031)) ([f8926a5](https://github.com/aws/aws-sdk-js-v3/commit/f8926a56cf9a25c2e6a5c91089543094e32d5c4b))
113
-
114
-
115
-
116
-
117
-
118
- # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
119
-
120
- **Note:** Version bump only for package @aws-sdk/util-endpoints
121
-
122
-
123
-
124
-
125
-
126
- # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
127
-
128
- **Note:** Version bump only for package @aws-sdk/util-endpoints
129
-
130
-
131
-
132
-
133
-
134
- # [3.182.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.181.0...v3.182.0) (2022-09-30)
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * **endpoint:** misc fixes for endpoints 2.0 based on service unit tests ([#4002](https://github.com/aws/aws-sdk-js-v3/issues/4002)) ([77788f9](https://github.com/aws/aws-sdk-js-v3/commit/77788f9a9c7274d0cdec7832b6ed72325c9262e6))
140
-
141
-
142
-
143
-
144
-
145
- # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
146
-
147
-
148
- ### Features
149
-
150
- * **endpoint:** endpoints 2.0 existing package changes ([#3947](https://github.com/aws/aws-sdk-js-v3/issues/3947)) ([df99fc3](https://github.com/aws/aws-sdk-js-v3/commit/df99fc33a43982e1c59000721a535f6fe77a3c23))
151
-
152
-
153
-
154
-
155
-
156
- # [3.174.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.173.0...v3.174.0) (2022-09-19)
157
-
158
-
159
- ### Features
160
-
161
- * **util-endpoints:** add aws.isVirtualHostableS3Bucket ([#3967](https://github.com/aws/aws-sdk-js-v3/issues/3967)) ([2fbe419](https://github.com/aws/aws-sdk-js-v3/commit/2fbe4199b971b0da966369c36a28521ba389a466))
162
-
163
-
164
-
165
-
166
-
167
- # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
168
-
169
-
170
- ### Features
171
-
172
- * **endpoint:** util-endpoints and middleware-endpoint for endpoints 2.0 ([#3932](https://github.com/aws/aws-sdk-js-v3/issues/3932)) ([e81b7d0](https://github.com/aws/aws-sdk-js-v3/commit/e81b7d0920a74843a2a34857f41b0d6d93abc465))
173
-
174
-
175
-
176
-
177
-
178
- # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
179
-
180
-
181
- ### Bug Fixes
182
-
183
- * **util-endpoints:** call multi-level functions from callFunction ([#3929](https://github.com/aws/aws-sdk-js-v3/issues/3929)) ([1209cb1](https://github.com/aws/aws-sdk-js-v3/commit/1209cb1613891496b3e03e6a61ff87fc721d1ccf))
184
- * **util-endpoints:** escape tilde when evaluating template ([#3934](https://github.com/aws/aws-sdk-js-v3/issues/3934)) ([5d7ef10](https://github.com/aws/aws-sdk-js-v3/commit/5d7ef10160456b7b872a1e7818dde7d73b4fb714))
185
- * **util-endpoints:** export parseArn from lib/aws ([#3931](https://github.com/aws/aws-sdk-js-v3/issues/3931)) ([1cee1f4](https://github.com/aws/aws-sdk-js-v3/commit/1cee1f4e41d1a660b4fbb7e06eecc22f2a9a82db))
186
- * **util-endpoints:** populate default params before checking for required values ([#3928](https://github.com/aws/aws-sdk-js-v3/issues/3928)) ([2561f60](https://github.com/aws/aws-sdk-js-v3/commit/2561f609f76b006bb39794a6cecfb6c0d68f9ef1))
187
- * **util-endpoints:** return null in parseArn for some empty elements ([#3935](https://github.com/aws/aws-sdk-js-v3/issues/3935)) ([f8bc8b3](https://github.com/aws/aws-sdk-js-v3/commit/f8bc8b3da798cb0c4c4d6fb21e8e88c9109e649b))
188
- * **util-endpoints:** skip evaluation for arg of type number ([#3936](https://github.com/aws/aws-sdk-js-v3/issues/3936)) ([aecd894](https://github.com/aws/aws-sdk-js-v3/commit/aecd89441ec92fc2be8cb4a3914ca7559e136d7d))
189
-
190
-
191
-
192
-
193
-
194
- # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
195
-
196
- **Note:** Version bump only for package @aws-sdk/util-endpoints
197
-
198
-
199
-
200
-
201
-
202
- # [3.167.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.166.0...v3.167.0) (2022-09-08)
203
-
204
- **Note:** Version bump only for package @aws-sdk/util-endpoints
205
-
206
-
207
-
208
-
209
-
210
- # [3.162.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.161.0...v3.162.0) (2022-08-31)
211
-
212
- **Note:** Version bump only for package @aws-sdk/util-endpoints
213
-
214
-
215
-
216
-
217
-
218
- # [3.160.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.159.0...v3.160.0) (2022-08-29)
219
-
220
- **Note:** Version bump only for package @aws-sdk/util-endpoints
221
-
222
-
223
-
224
-
225
-
226
- # [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
227
-
228
-
229
- ### Features
230
-
231
- * **util-endpoints:** add ruleSet standard library ([#3880](https://github.com/aws/aws-sdk-js-v3/issues/3880)) ([4ffc67b](https://github.com/aws/aws-sdk-js-v3/commit/4ffc67b6f9c8349f93ccf91b9b3aa17d6a22b06e))