@aws-sdk/util-endpoints 3.862.0 → 3.879.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 +36 -33
- package/dist-cjs/lib/aws/partitions.json +36 -33
- package/dist-es/lib/aws/partitions.json +36 -33
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -159,11 +159,14 @@ var partitions_default = {
|
|
|
159
159
|
"ap-southeast-5": {
|
|
160
160
|
description: "Asia Pacific (Malaysia)"
|
|
161
161
|
},
|
|
162
|
+
"ap-southeast-6": {
|
|
163
|
+
description: "Asia Pacific (New Zealand)"
|
|
164
|
+
},
|
|
162
165
|
"ap-southeast-7": {
|
|
163
166
|
description: "Asia Pacific (Thailand)"
|
|
164
167
|
},
|
|
165
168
|
"aws-global": {
|
|
166
|
-
description: "
|
|
169
|
+
description: "aws global region"
|
|
167
170
|
},
|
|
168
171
|
"ca-central-1": {
|
|
169
172
|
description: "Canada (Central)"
|
|
@@ -236,7 +239,7 @@ var partitions_default = {
|
|
|
236
239
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
237
240
|
regions: {
|
|
238
241
|
"aws-cn-global": {
|
|
239
|
-
description: "
|
|
242
|
+
description: "aws-cn global region"
|
|
240
243
|
},
|
|
241
244
|
"cn-north-1": {
|
|
242
245
|
description: "China (Beijing)"
|
|
@@ -246,32 +249,26 @@ var partitions_default = {
|
|
|
246
249
|
}
|
|
247
250
|
}
|
|
248
251
|
}, {
|
|
249
|
-
id: "aws-
|
|
252
|
+
id: "aws-eusc",
|
|
250
253
|
outputs: {
|
|
251
|
-
dnsSuffix: "amazonaws.
|
|
252
|
-
dualStackDnsSuffix: "api.
|
|
253
|
-
implicitGlobalRegion: "
|
|
254
|
-
name: "aws-
|
|
254
|
+
dnsSuffix: "amazonaws.eu",
|
|
255
|
+
dualStackDnsSuffix: "api.amazonwebservices.eu",
|
|
256
|
+
implicitGlobalRegion: "eusc-de-east-1",
|
|
257
|
+
name: "aws-eusc",
|
|
255
258
|
supportsDualStack: true,
|
|
256
259
|
supportsFIPS: true
|
|
257
260
|
},
|
|
258
|
-
regionRegex: "^
|
|
261
|
+
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
259
262
|
regions: {
|
|
260
|
-
"
|
|
261
|
-
description: "
|
|
262
|
-
},
|
|
263
|
-
"us-gov-east-1": {
|
|
264
|
-
description: "AWS GovCloud (US-East)"
|
|
265
|
-
},
|
|
266
|
-
"us-gov-west-1": {
|
|
267
|
-
description: "AWS GovCloud (US-West)"
|
|
263
|
+
"eusc-de-east-1": {
|
|
264
|
+
description: "EU (Germany)"
|
|
268
265
|
}
|
|
269
266
|
}
|
|
270
267
|
}, {
|
|
271
268
|
id: "aws-iso",
|
|
272
269
|
outputs: {
|
|
273
270
|
dnsSuffix: "c2s.ic.gov",
|
|
274
|
-
dualStackDnsSuffix: "
|
|
271
|
+
dualStackDnsSuffix: "api.aws.ic.gov",
|
|
275
272
|
implicitGlobalRegion: "us-iso-east-1",
|
|
276
273
|
name: "aws-iso",
|
|
277
274
|
supportsDualStack: false,
|
|
@@ -280,7 +277,7 @@ var partitions_default = {
|
|
|
280
277
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
281
278
|
regions: {
|
|
282
279
|
"aws-iso-global": {
|
|
283
|
-
description: "
|
|
280
|
+
description: "aws-iso global region"
|
|
284
281
|
},
|
|
285
282
|
"us-iso-east-1": {
|
|
286
283
|
description: "US ISO East"
|
|
@@ -293,7 +290,7 @@ var partitions_default = {
|
|
|
293
290
|
id: "aws-iso-b",
|
|
294
291
|
outputs: {
|
|
295
292
|
dnsSuffix: "sc2s.sgov.gov",
|
|
296
|
-
dualStackDnsSuffix: "
|
|
293
|
+
dualStackDnsSuffix: "api.aws.scloud",
|
|
297
294
|
implicitGlobalRegion: "us-isob-east-1",
|
|
298
295
|
name: "aws-iso-b",
|
|
299
296
|
supportsDualStack: false,
|
|
@@ -302,7 +299,7 @@ var partitions_default = {
|
|
|
302
299
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
303
300
|
regions: {
|
|
304
301
|
"aws-iso-b-global": {
|
|
305
|
-
description: "
|
|
302
|
+
description: "aws-iso-b global region"
|
|
306
303
|
},
|
|
307
304
|
"us-isob-east-1": {
|
|
308
305
|
description: "US ISOB East (Ohio)"
|
|
@@ -312,7 +309,7 @@ var partitions_default = {
|
|
|
312
309
|
id: "aws-iso-e",
|
|
313
310
|
outputs: {
|
|
314
311
|
dnsSuffix: "cloud.adc-e.uk",
|
|
315
|
-
dualStackDnsSuffix: "cloud.adc-e.uk",
|
|
312
|
+
dualStackDnsSuffix: "api.cloud-aws.adc-e.uk",
|
|
316
313
|
implicitGlobalRegion: "eu-isoe-west-1",
|
|
317
314
|
name: "aws-iso-e",
|
|
318
315
|
supportsDualStack: false,
|
|
@@ -321,7 +318,7 @@ var partitions_default = {
|
|
|
321
318
|
regionRegex: "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
322
319
|
regions: {
|
|
323
320
|
"aws-iso-e-global": {
|
|
324
|
-
description: "
|
|
321
|
+
description: "aws-iso-e global region"
|
|
325
322
|
},
|
|
326
323
|
"eu-isoe-west-1": {
|
|
327
324
|
description: "EU ISOE West"
|
|
@@ -331,7 +328,7 @@ var partitions_default = {
|
|
|
331
328
|
id: "aws-iso-f",
|
|
332
329
|
outputs: {
|
|
333
330
|
dnsSuffix: "csp.hci.ic.gov",
|
|
334
|
-
dualStackDnsSuffix: "
|
|
331
|
+
dualStackDnsSuffix: "api.aws.hci.ic.gov",
|
|
335
332
|
implicitGlobalRegion: "us-isof-south-1",
|
|
336
333
|
name: "aws-iso-f",
|
|
337
334
|
supportsDualStack: false,
|
|
@@ -340,7 +337,7 @@ var partitions_default = {
|
|
|
340
337
|
regionRegex: "^us\\-isof\\-\\w+\\-\\d+$",
|
|
341
338
|
regions: {
|
|
342
339
|
"aws-iso-f-global": {
|
|
343
|
-
description: "
|
|
340
|
+
description: "aws-iso-f global region"
|
|
344
341
|
},
|
|
345
342
|
"us-isof-east-1": {
|
|
346
343
|
description: "US ISOF EAST"
|
|
@@ -350,19 +347,25 @@ var partitions_default = {
|
|
|
350
347
|
}
|
|
351
348
|
}
|
|
352
349
|
}, {
|
|
353
|
-
id: "aws-
|
|
350
|
+
id: "aws-us-gov",
|
|
354
351
|
outputs: {
|
|
355
|
-
dnsSuffix: "amazonaws.
|
|
356
|
-
dualStackDnsSuffix: "
|
|
357
|
-
implicitGlobalRegion: "
|
|
358
|
-
name: "aws-
|
|
359
|
-
supportsDualStack:
|
|
352
|
+
dnsSuffix: "amazonaws.com",
|
|
353
|
+
dualStackDnsSuffix: "api.aws",
|
|
354
|
+
implicitGlobalRegion: "us-gov-west-1",
|
|
355
|
+
name: "aws-us-gov",
|
|
356
|
+
supportsDualStack: true,
|
|
360
357
|
supportsFIPS: true
|
|
361
358
|
},
|
|
362
|
-
regionRegex: "^
|
|
359
|
+
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
363
360
|
regions: {
|
|
364
|
-
"
|
|
365
|
-
description: "
|
|
361
|
+
"aws-us-gov-global": {
|
|
362
|
+
description: "aws-us-gov global region"
|
|
363
|
+
},
|
|
364
|
+
"us-gov-east-1": {
|
|
365
|
+
description: "AWS GovCloud (US-East)"
|
|
366
|
+
},
|
|
367
|
+
"us-gov-west-1": {
|
|
368
|
+
description: "AWS GovCloud (US-West)"
|
|
366
369
|
}
|
|
367
370
|
}
|
|
368
371
|
}],
|
|
@@ -50,11 +50,14 @@
|
|
|
50
50
|
"ap-southeast-5": {
|
|
51
51
|
"description": "Asia Pacific (Malaysia)"
|
|
52
52
|
},
|
|
53
|
+
"ap-southeast-6": {
|
|
54
|
+
"description": "Asia Pacific (New Zealand)"
|
|
55
|
+
},
|
|
53
56
|
"ap-southeast-7": {
|
|
54
57
|
"description": "Asia Pacific (Thailand)"
|
|
55
58
|
},
|
|
56
59
|
"aws-global": {
|
|
57
|
-
"description": "
|
|
60
|
+
"description": "aws global region"
|
|
58
61
|
},
|
|
59
62
|
"ca-central-1": {
|
|
60
63
|
"description": "Canada (Central)"
|
|
@@ -127,7 +130,7 @@
|
|
|
127
130
|
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
128
131
|
"regions": {
|
|
129
132
|
"aws-cn-global": {
|
|
130
|
-
"description": "
|
|
133
|
+
"description": "aws-cn global region"
|
|
131
134
|
},
|
|
132
135
|
"cn-north-1": {
|
|
133
136
|
"description": "China (Beijing)"
|
|
@@ -137,32 +140,26 @@
|
|
|
137
140
|
}
|
|
138
141
|
}
|
|
139
142
|
}, {
|
|
140
|
-
"id": "aws-
|
|
143
|
+
"id": "aws-eusc",
|
|
141
144
|
"outputs": {
|
|
142
|
-
"dnsSuffix": "amazonaws.
|
|
143
|
-
"dualStackDnsSuffix": "api.
|
|
144
|
-
"implicitGlobalRegion": "
|
|
145
|
-
"name": "aws-
|
|
145
|
+
"dnsSuffix": "amazonaws.eu",
|
|
146
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
147
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
148
|
+
"name": "aws-eusc",
|
|
146
149
|
"supportsDualStack": true,
|
|
147
150
|
"supportsFIPS": true
|
|
148
151
|
},
|
|
149
|
-
"regionRegex": "^
|
|
152
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
150
153
|
"regions": {
|
|
151
|
-
"
|
|
152
|
-
"description": "
|
|
153
|
-
},
|
|
154
|
-
"us-gov-east-1": {
|
|
155
|
-
"description": "AWS GovCloud (US-East)"
|
|
156
|
-
},
|
|
157
|
-
"us-gov-west-1": {
|
|
158
|
-
"description": "AWS GovCloud (US-West)"
|
|
154
|
+
"eusc-de-east-1": {
|
|
155
|
+
"description": "EU (Germany)"
|
|
159
156
|
}
|
|
160
157
|
}
|
|
161
158
|
}, {
|
|
162
159
|
"id": "aws-iso",
|
|
163
160
|
"outputs": {
|
|
164
161
|
"dnsSuffix": "c2s.ic.gov",
|
|
165
|
-
"dualStackDnsSuffix": "
|
|
162
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
166
163
|
"implicitGlobalRegion": "us-iso-east-1",
|
|
167
164
|
"name": "aws-iso",
|
|
168
165
|
"supportsDualStack": false,
|
|
@@ -171,7 +168,7 @@
|
|
|
171
168
|
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
172
169
|
"regions": {
|
|
173
170
|
"aws-iso-global": {
|
|
174
|
-
"description": "
|
|
171
|
+
"description": "aws-iso global region"
|
|
175
172
|
},
|
|
176
173
|
"us-iso-east-1": {
|
|
177
174
|
"description": "US ISO East"
|
|
@@ -184,7 +181,7 @@
|
|
|
184
181
|
"id": "aws-iso-b",
|
|
185
182
|
"outputs": {
|
|
186
183
|
"dnsSuffix": "sc2s.sgov.gov",
|
|
187
|
-
"dualStackDnsSuffix": "
|
|
184
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
188
185
|
"implicitGlobalRegion": "us-isob-east-1",
|
|
189
186
|
"name": "aws-iso-b",
|
|
190
187
|
"supportsDualStack": false,
|
|
@@ -193,7 +190,7 @@
|
|
|
193
190
|
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
194
191
|
"regions": {
|
|
195
192
|
"aws-iso-b-global": {
|
|
196
|
-
"description": "
|
|
193
|
+
"description": "aws-iso-b global region"
|
|
197
194
|
},
|
|
198
195
|
"us-isob-east-1": {
|
|
199
196
|
"description": "US ISOB East (Ohio)"
|
|
@@ -203,7 +200,7 @@
|
|
|
203
200
|
"id": "aws-iso-e",
|
|
204
201
|
"outputs": {
|
|
205
202
|
"dnsSuffix": "cloud.adc-e.uk",
|
|
206
|
-
"dualStackDnsSuffix": "cloud.adc-e.uk",
|
|
203
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
207
204
|
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
208
205
|
"name": "aws-iso-e",
|
|
209
206
|
"supportsDualStack": false,
|
|
@@ -212,7 +209,7 @@
|
|
|
212
209
|
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
213
210
|
"regions": {
|
|
214
211
|
"aws-iso-e-global": {
|
|
215
|
-
"description": "
|
|
212
|
+
"description": "aws-iso-e global region"
|
|
216
213
|
},
|
|
217
214
|
"eu-isoe-west-1": {
|
|
218
215
|
"description": "EU ISOE West"
|
|
@@ -222,7 +219,7 @@
|
|
|
222
219
|
"id": "aws-iso-f",
|
|
223
220
|
"outputs": {
|
|
224
221
|
"dnsSuffix": "csp.hci.ic.gov",
|
|
225
|
-
"dualStackDnsSuffix": "
|
|
222
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
226
223
|
"implicitGlobalRegion": "us-isof-south-1",
|
|
227
224
|
"name": "aws-iso-f",
|
|
228
225
|
"supportsDualStack": false,
|
|
@@ -231,7 +228,7 @@
|
|
|
231
228
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
232
229
|
"regions": {
|
|
233
230
|
"aws-iso-f-global": {
|
|
234
|
-
"description": "
|
|
231
|
+
"description": "aws-iso-f global region"
|
|
235
232
|
},
|
|
236
233
|
"us-isof-east-1": {
|
|
237
234
|
"description": "US ISOF EAST"
|
|
@@ -241,19 +238,25 @@
|
|
|
241
238
|
}
|
|
242
239
|
}
|
|
243
240
|
}, {
|
|
244
|
-
"id": "aws-
|
|
241
|
+
"id": "aws-us-gov",
|
|
245
242
|
"outputs": {
|
|
246
|
-
"dnsSuffix": "amazonaws.
|
|
247
|
-
"dualStackDnsSuffix": "
|
|
248
|
-
"implicitGlobalRegion": "
|
|
249
|
-
"name": "aws-
|
|
250
|
-
"supportsDualStack":
|
|
243
|
+
"dnsSuffix": "amazonaws.com",
|
|
244
|
+
"dualStackDnsSuffix": "api.aws",
|
|
245
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
246
|
+
"name": "aws-us-gov",
|
|
247
|
+
"supportsDualStack": true,
|
|
251
248
|
"supportsFIPS": true
|
|
252
249
|
},
|
|
253
|
-
"regionRegex": "^
|
|
250
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
254
251
|
"regions": {
|
|
255
|
-
"
|
|
256
|
-
"description": "
|
|
252
|
+
"aws-us-gov-global": {
|
|
253
|
+
"description": "aws-us-gov global region"
|
|
254
|
+
},
|
|
255
|
+
"us-gov-east-1": {
|
|
256
|
+
"description": "AWS GovCloud (US-East)"
|
|
257
|
+
},
|
|
258
|
+
"us-gov-west-1": {
|
|
259
|
+
"description": "AWS GovCloud (US-West)"
|
|
257
260
|
}
|
|
258
261
|
}
|
|
259
262
|
}],
|
|
@@ -50,11 +50,14 @@
|
|
|
50
50
|
"ap-southeast-5": {
|
|
51
51
|
"description": "Asia Pacific (Malaysia)"
|
|
52
52
|
},
|
|
53
|
+
"ap-southeast-6": {
|
|
54
|
+
"description": "Asia Pacific (New Zealand)"
|
|
55
|
+
},
|
|
53
56
|
"ap-southeast-7": {
|
|
54
57
|
"description": "Asia Pacific (Thailand)"
|
|
55
58
|
},
|
|
56
59
|
"aws-global": {
|
|
57
|
-
"description": "
|
|
60
|
+
"description": "aws global region"
|
|
58
61
|
},
|
|
59
62
|
"ca-central-1": {
|
|
60
63
|
"description": "Canada (Central)"
|
|
@@ -127,7 +130,7 @@
|
|
|
127
130
|
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
128
131
|
"regions": {
|
|
129
132
|
"aws-cn-global": {
|
|
130
|
-
"description": "
|
|
133
|
+
"description": "aws-cn global region"
|
|
131
134
|
},
|
|
132
135
|
"cn-north-1": {
|
|
133
136
|
"description": "China (Beijing)"
|
|
@@ -137,32 +140,26 @@
|
|
|
137
140
|
}
|
|
138
141
|
}
|
|
139
142
|
}, {
|
|
140
|
-
"id": "aws-
|
|
143
|
+
"id": "aws-eusc",
|
|
141
144
|
"outputs": {
|
|
142
|
-
"dnsSuffix": "amazonaws.
|
|
143
|
-
"dualStackDnsSuffix": "api.
|
|
144
|
-
"implicitGlobalRegion": "
|
|
145
|
-
"name": "aws-
|
|
145
|
+
"dnsSuffix": "amazonaws.eu",
|
|
146
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
147
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
148
|
+
"name": "aws-eusc",
|
|
146
149
|
"supportsDualStack": true,
|
|
147
150
|
"supportsFIPS": true
|
|
148
151
|
},
|
|
149
|
-
"regionRegex": "^
|
|
152
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
150
153
|
"regions": {
|
|
151
|
-
"
|
|
152
|
-
"description": "
|
|
153
|
-
},
|
|
154
|
-
"us-gov-east-1": {
|
|
155
|
-
"description": "AWS GovCloud (US-East)"
|
|
156
|
-
},
|
|
157
|
-
"us-gov-west-1": {
|
|
158
|
-
"description": "AWS GovCloud (US-West)"
|
|
154
|
+
"eusc-de-east-1": {
|
|
155
|
+
"description": "EU (Germany)"
|
|
159
156
|
}
|
|
160
157
|
}
|
|
161
158
|
}, {
|
|
162
159
|
"id": "aws-iso",
|
|
163
160
|
"outputs": {
|
|
164
161
|
"dnsSuffix": "c2s.ic.gov",
|
|
165
|
-
"dualStackDnsSuffix": "
|
|
162
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
166
163
|
"implicitGlobalRegion": "us-iso-east-1",
|
|
167
164
|
"name": "aws-iso",
|
|
168
165
|
"supportsDualStack": false,
|
|
@@ -171,7 +168,7 @@
|
|
|
171
168
|
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
172
169
|
"regions": {
|
|
173
170
|
"aws-iso-global": {
|
|
174
|
-
"description": "
|
|
171
|
+
"description": "aws-iso global region"
|
|
175
172
|
},
|
|
176
173
|
"us-iso-east-1": {
|
|
177
174
|
"description": "US ISO East"
|
|
@@ -184,7 +181,7 @@
|
|
|
184
181
|
"id": "aws-iso-b",
|
|
185
182
|
"outputs": {
|
|
186
183
|
"dnsSuffix": "sc2s.sgov.gov",
|
|
187
|
-
"dualStackDnsSuffix": "
|
|
184
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
188
185
|
"implicitGlobalRegion": "us-isob-east-1",
|
|
189
186
|
"name": "aws-iso-b",
|
|
190
187
|
"supportsDualStack": false,
|
|
@@ -193,7 +190,7 @@
|
|
|
193
190
|
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
194
191
|
"regions": {
|
|
195
192
|
"aws-iso-b-global": {
|
|
196
|
-
"description": "
|
|
193
|
+
"description": "aws-iso-b global region"
|
|
197
194
|
},
|
|
198
195
|
"us-isob-east-1": {
|
|
199
196
|
"description": "US ISOB East (Ohio)"
|
|
@@ -203,7 +200,7 @@
|
|
|
203
200
|
"id": "aws-iso-e",
|
|
204
201
|
"outputs": {
|
|
205
202
|
"dnsSuffix": "cloud.adc-e.uk",
|
|
206
|
-
"dualStackDnsSuffix": "cloud.adc-e.uk",
|
|
203
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
207
204
|
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
208
205
|
"name": "aws-iso-e",
|
|
209
206
|
"supportsDualStack": false,
|
|
@@ -212,7 +209,7 @@
|
|
|
212
209
|
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
213
210
|
"regions": {
|
|
214
211
|
"aws-iso-e-global": {
|
|
215
|
-
"description": "
|
|
212
|
+
"description": "aws-iso-e global region"
|
|
216
213
|
},
|
|
217
214
|
"eu-isoe-west-1": {
|
|
218
215
|
"description": "EU ISOE West"
|
|
@@ -222,7 +219,7 @@
|
|
|
222
219
|
"id": "aws-iso-f",
|
|
223
220
|
"outputs": {
|
|
224
221
|
"dnsSuffix": "csp.hci.ic.gov",
|
|
225
|
-
"dualStackDnsSuffix": "
|
|
222
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
226
223
|
"implicitGlobalRegion": "us-isof-south-1",
|
|
227
224
|
"name": "aws-iso-f",
|
|
228
225
|
"supportsDualStack": false,
|
|
@@ -231,7 +228,7 @@
|
|
|
231
228
|
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
232
229
|
"regions": {
|
|
233
230
|
"aws-iso-f-global": {
|
|
234
|
-
"description": "
|
|
231
|
+
"description": "aws-iso-f global region"
|
|
235
232
|
},
|
|
236
233
|
"us-isof-east-1": {
|
|
237
234
|
"description": "US ISOF EAST"
|
|
@@ -241,19 +238,25 @@
|
|
|
241
238
|
}
|
|
242
239
|
}
|
|
243
240
|
}, {
|
|
244
|
-
"id": "aws-
|
|
241
|
+
"id": "aws-us-gov",
|
|
245
242
|
"outputs": {
|
|
246
|
-
"dnsSuffix": "amazonaws.
|
|
247
|
-
"dualStackDnsSuffix": "
|
|
248
|
-
"implicitGlobalRegion": "
|
|
249
|
-
"name": "aws-
|
|
250
|
-
"supportsDualStack":
|
|
243
|
+
"dnsSuffix": "amazonaws.com",
|
|
244
|
+
"dualStackDnsSuffix": "api.aws",
|
|
245
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
246
|
+
"name": "aws-us-gov",
|
|
247
|
+
"supportsDualStack": true,
|
|
251
248
|
"supportsFIPS": true
|
|
252
249
|
},
|
|
253
|
-
"regionRegex": "^
|
|
250
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
254
251
|
"regions": {
|
|
255
|
-
"
|
|
256
|
-
"description": "
|
|
252
|
+
"aws-us-gov-global": {
|
|
253
|
+
"description": "aws-us-gov global region"
|
|
254
|
+
},
|
|
255
|
+
"us-gov-east-1": {
|
|
256
|
+
"description": "AWS GovCloud (US-East)"
|
|
257
|
+
},
|
|
258
|
+
"us-gov-west-1": {
|
|
259
|
+
"description": "AWS GovCloud (US-West)"
|
|
257
260
|
}
|
|
258
261
|
}
|
|
259
262
|
}],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/util-endpoints",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.879.0",
|
|
4
4
|
"description": "Utilities to help with endpoint resolution",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
15
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
16
16
|
"test": "yarn g:vitest run",
|
|
17
|
-
"test:integration": "yarn g:vitest run -c vitest.config.integ.
|
|
17
|
+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
|
|
18
18
|
"test:watch": "yarn g:vitest watch",
|
|
19
|
-
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.
|
|
19
|
+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
|
|
20
20
|
},
|
|
21
21
|
"author": {
|
|
22
22
|
"name": "AWS SDK for JavaScript Team",
|