@cdk8s/awscdk-resolver 0.0.603 → 0.0.605
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +276 -1
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +276 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/anynum/package.json +2 -2
- package/node_modules/strnum/package.json +5 -4
- package/package.json +6 -6
|
@@ -172,7 +172,282 @@ function resolveUserAgentConfig(input) {
|
|
|
172
172
|
});
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
const partitionsInfo = {
|
|
175
|
+
const partitionsInfo = {
|
|
176
|
+
"partitions": [
|
|
177
|
+
{
|
|
178
|
+
"id": "aws",
|
|
179
|
+
"outputs": {
|
|
180
|
+
"dnsSuffix": "amazonaws.com",
|
|
181
|
+
"dualStackDnsSuffix": "api.aws",
|
|
182
|
+
"implicitGlobalRegion": "us-east-1",
|
|
183
|
+
"name": "aws",
|
|
184
|
+
"supportsDualStack": true,
|
|
185
|
+
"supportsFIPS": true
|
|
186
|
+
},
|
|
187
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
188
|
+
"regions": {
|
|
189
|
+
"af-south-1": {
|
|
190
|
+
"description": "Africa (Cape Town)"
|
|
191
|
+
},
|
|
192
|
+
"ap-east-1": {
|
|
193
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
194
|
+
},
|
|
195
|
+
"ap-east-2": {
|
|
196
|
+
"description": "Asia Pacific (Taipei)"
|
|
197
|
+
},
|
|
198
|
+
"ap-northeast-1": {
|
|
199
|
+
"description": "Asia Pacific (Tokyo)"
|
|
200
|
+
},
|
|
201
|
+
"ap-northeast-2": {
|
|
202
|
+
"description": "Asia Pacific (Seoul)"
|
|
203
|
+
},
|
|
204
|
+
"ap-northeast-3": {
|
|
205
|
+
"description": "Asia Pacific (Osaka)"
|
|
206
|
+
},
|
|
207
|
+
"ap-south-1": {
|
|
208
|
+
"description": "Asia Pacific (Mumbai)"
|
|
209
|
+
},
|
|
210
|
+
"ap-south-2": {
|
|
211
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
212
|
+
},
|
|
213
|
+
"ap-southeast-1": {
|
|
214
|
+
"description": "Asia Pacific (Singapore)"
|
|
215
|
+
},
|
|
216
|
+
"ap-southeast-2": {
|
|
217
|
+
"description": "Asia Pacific (Sydney)"
|
|
218
|
+
},
|
|
219
|
+
"ap-southeast-3": {
|
|
220
|
+
"description": "Asia Pacific (Jakarta)"
|
|
221
|
+
},
|
|
222
|
+
"ap-southeast-4": {
|
|
223
|
+
"description": "Asia Pacific (Melbourne)"
|
|
224
|
+
},
|
|
225
|
+
"ap-southeast-5": {
|
|
226
|
+
"description": "Asia Pacific (Malaysia)"
|
|
227
|
+
},
|
|
228
|
+
"ap-southeast-6": {
|
|
229
|
+
"description": "Asia Pacific (New Zealand)"
|
|
230
|
+
},
|
|
231
|
+
"ap-southeast-7": {
|
|
232
|
+
"description": "Asia Pacific (Thailand)"
|
|
233
|
+
},
|
|
234
|
+
"aws-global": {
|
|
235
|
+
"description": "aws global region"
|
|
236
|
+
},
|
|
237
|
+
"ca-central-1": {
|
|
238
|
+
"description": "Canada (Central)"
|
|
239
|
+
},
|
|
240
|
+
"ca-west-1": {
|
|
241
|
+
"description": "Canada West (Calgary)"
|
|
242
|
+
},
|
|
243
|
+
"eu-central-1": {
|
|
244
|
+
"description": "Europe (Frankfurt)"
|
|
245
|
+
},
|
|
246
|
+
"eu-central-2": {
|
|
247
|
+
"description": "Europe (Zurich)"
|
|
248
|
+
},
|
|
249
|
+
"eu-north-1": {
|
|
250
|
+
"description": "Europe (Stockholm)"
|
|
251
|
+
},
|
|
252
|
+
"eu-south-1": {
|
|
253
|
+
"description": "Europe (Milan)"
|
|
254
|
+
},
|
|
255
|
+
"eu-south-2": {
|
|
256
|
+
"description": "Europe (Spain)"
|
|
257
|
+
},
|
|
258
|
+
"eu-west-1": {
|
|
259
|
+
"description": "Europe (Ireland)"
|
|
260
|
+
},
|
|
261
|
+
"eu-west-2": {
|
|
262
|
+
"description": "Europe (London)"
|
|
263
|
+
},
|
|
264
|
+
"eu-west-3": {
|
|
265
|
+
"description": "Europe (Paris)"
|
|
266
|
+
},
|
|
267
|
+
"il-central-1": {
|
|
268
|
+
"description": "Israel (Tel Aviv)"
|
|
269
|
+
},
|
|
270
|
+
"me-central-1": {
|
|
271
|
+
"description": "Middle East (UAE)"
|
|
272
|
+
},
|
|
273
|
+
"me-south-1": {
|
|
274
|
+
"description": "Middle East (Bahrain)"
|
|
275
|
+
},
|
|
276
|
+
"mx-central-1": {
|
|
277
|
+
"description": "Mexico (Central)"
|
|
278
|
+
},
|
|
279
|
+
"sa-east-1": {
|
|
280
|
+
"description": "South America (Sao Paulo)"
|
|
281
|
+
},
|
|
282
|
+
"us-east-1": {
|
|
283
|
+
"description": "US East (N. Virginia)"
|
|
284
|
+
},
|
|
285
|
+
"us-east-2": {
|
|
286
|
+
"description": "US East (Ohio)"
|
|
287
|
+
},
|
|
288
|
+
"us-west-1": {
|
|
289
|
+
"description": "US West (N. California)"
|
|
290
|
+
},
|
|
291
|
+
"us-west-2": {
|
|
292
|
+
"description": "US West (Oregon)"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"id": "aws-cn",
|
|
298
|
+
"outputs": {
|
|
299
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
300
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
301
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
302
|
+
"name": "aws-cn",
|
|
303
|
+
"supportsDualStack": true,
|
|
304
|
+
"supportsFIPS": true
|
|
305
|
+
},
|
|
306
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
307
|
+
"regions": {
|
|
308
|
+
"aws-cn-global": {
|
|
309
|
+
"description": "aws-cn global region"
|
|
310
|
+
},
|
|
311
|
+
"cn-north-1": {
|
|
312
|
+
"description": "China (Beijing)"
|
|
313
|
+
},
|
|
314
|
+
"cn-northwest-1": {
|
|
315
|
+
"description": "China (Ningxia)"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"id": "aws-eusc",
|
|
321
|
+
"outputs": {
|
|
322
|
+
"dnsSuffix": "amazonaws.eu",
|
|
323
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
324
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
325
|
+
"name": "aws-eusc",
|
|
326
|
+
"supportsDualStack": true,
|
|
327
|
+
"supportsFIPS": true
|
|
328
|
+
},
|
|
329
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
330
|
+
"regions": {
|
|
331
|
+
"eusc-de-east-1": {
|
|
332
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"id": "aws-iso",
|
|
338
|
+
"outputs": {
|
|
339
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
340
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
341
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
342
|
+
"name": "aws-iso",
|
|
343
|
+
"supportsDualStack": true,
|
|
344
|
+
"supportsFIPS": true
|
|
345
|
+
},
|
|
346
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
347
|
+
"regions": {
|
|
348
|
+
"aws-iso-global": {
|
|
349
|
+
"description": "aws-iso global region"
|
|
350
|
+
},
|
|
351
|
+
"us-iso-east-1": {
|
|
352
|
+
"description": "US ISO East"
|
|
353
|
+
},
|
|
354
|
+
"us-iso-west-1": {
|
|
355
|
+
"description": "US ISO WEST"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"id": "aws-iso-b",
|
|
361
|
+
"outputs": {
|
|
362
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
363
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
364
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
365
|
+
"name": "aws-iso-b",
|
|
366
|
+
"supportsDualStack": true,
|
|
367
|
+
"supportsFIPS": true
|
|
368
|
+
},
|
|
369
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
370
|
+
"regions": {
|
|
371
|
+
"aws-iso-b-global": {
|
|
372
|
+
"description": "aws-iso-b global region"
|
|
373
|
+
},
|
|
374
|
+
"us-isob-east-1": {
|
|
375
|
+
"description": "US ISOB East (Ohio)"
|
|
376
|
+
},
|
|
377
|
+
"us-isob-west-1": {
|
|
378
|
+
"description": "US ISOB West"
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"id": "aws-iso-e",
|
|
384
|
+
"outputs": {
|
|
385
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
386
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
387
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
388
|
+
"name": "aws-iso-e",
|
|
389
|
+
"supportsDualStack": true,
|
|
390
|
+
"supportsFIPS": true
|
|
391
|
+
},
|
|
392
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
393
|
+
"regions": {
|
|
394
|
+
"aws-iso-e-global": {
|
|
395
|
+
"description": "aws-iso-e global region"
|
|
396
|
+
},
|
|
397
|
+
"eu-isoe-west-1": {
|
|
398
|
+
"description": "EU ISOE West"
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "aws-iso-f",
|
|
404
|
+
"outputs": {
|
|
405
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
406
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
407
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
408
|
+
"name": "aws-iso-f",
|
|
409
|
+
"supportsDualStack": true,
|
|
410
|
+
"supportsFIPS": true
|
|
411
|
+
},
|
|
412
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
413
|
+
"regions": {
|
|
414
|
+
"aws-iso-f-global": {
|
|
415
|
+
"description": "aws-iso-f global region"
|
|
416
|
+
},
|
|
417
|
+
"us-isof-east-1": {
|
|
418
|
+
"description": "US ISOF EAST"
|
|
419
|
+
},
|
|
420
|
+
"us-isof-south-1": {
|
|
421
|
+
"description": "US ISOF SOUTH"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"id": "aws-us-gov",
|
|
427
|
+
"outputs": {
|
|
428
|
+
"dnsSuffix": "amazonaws.com",
|
|
429
|
+
"dualStackDnsSuffix": "api.aws",
|
|
430
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
431
|
+
"name": "aws-us-gov",
|
|
432
|
+
"supportsDualStack": true,
|
|
433
|
+
"supportsFIPS": true
|
|
434
|
+
},
|
|
435
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
436
|
+
"regions": {
|
|
437
|
+
"aws-us-gov-global": {
|
|
438
|
+
"description": "aws-us-gov global region"
|
|
439
|
+
},
|
|
440
|
+
"us-gov-east-1": {
|
|
441
|
+
"description": "AWS GovCloud (US-East)"
|
|
442
|
+
},
|
|
443
|
+
"us-gov-west-1": {
|
|
444
|
+
"description": "AWS GovCloud (US-West)"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
],
|
|
449
|
+
"version": "1.1"
|
|
450
|
+
};
|
|
176
451
|
|
|
177
452
|
let selectedPartitionsInfo = partitionsInfo;
|
|
178
453
|
let selectedUserAgentPrefix = "";
|
package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js
CHANGED
|
@@ -1 +1,276 @@
|
|
|
1
|
-
export const partitionsInfo = {
|
|
1
|
+
export const partitionsInfo = {
|
|
2
|
+
"partitions": [
|
|
3
|
+
{
|
|
4
|
+
"id": "aws",
|
|
5
|
+
"outputs": {
|
|
6
|
+
"dnsSuffix": "amazonaws.com",
|
|
7
|
+
"dualStackDnsSuffix": "api.aws",
|
|
8
|
+
"implicitGlobalRegion": "us-east-1",
|
|
9
|
+
"name": "aws",
|
|
10
|
+
"supportsDualStack": true,
|
|
11
|
+
"supportsFIPS": true
|
|
12
|
+
},
|
|
13
|
+
"regionRegex": "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
14
|
+
"regions": {
|
|
15
|
+
"af-south-1": {
|
|
16
|
+
"description": "Africa (Cape Town)"
|
|
17
|
+
},
|
|
18
|
+
"ap-east-1": {
|
|
19
|
+
"description": "Asia Pacific (Hong Kong)"
|
|
20
|
+
},
|
|
21
|
+
"ap-east-2": {
|
|
22
|
+
"description": "Asia Pacific (Taipei)"
|
|
23
|
+
},
|
|
24
|
+
"ap-northeast-1": {
|
|
25
|
+
"description": "Asia Pacific (Tokyo)"
|
|
26
|
+
},
|
|
27
|
+
"ap-northeast-2": {
|
|
28
|
+
"description": "Asia Pacific (Seoul)"
|
|
29
|
+
},
|
|
30
|
+
"ap-northeast-3": {
|
|
31
|
+
"description": "Asia Pacific (Osaka)"
|
|
32
|
+
},
|
|
33
|
+
"ap-south-1": {
|
|
34
|
+
"description": "Asia Pacific (Mumbai)"
|
|
35
|
+
},
|
|
36
|
+
"ap-south-2": {
|
|
37
|
+
"description": "Asia Pacific (Hyderabad)"
|
|
38
|
+
},
|
|
39
|
+
"ap-southeast-1": {
|
|
40
|
+
"description": "Asia Pacific (Singapore)"
|
|
41
|
+
},
|
|
42
|
+
"ap-southeast-2": {
|
|
43
|
+
"description": "Asia Pacific (Sydney)"
|
|
44
|
+
},
|
|
45
|
+
"ap-southeast-3": {
|
|
46
|
+
"description": "Asia Pacific (Jakarta)"
|
|
47
|
+
},
|
|
48
|
+
"ap-southeast-4": {
|
|
49
|
+
"description": "Asia Pacific (Melbourne)"
|
|
50
|
+
},
|
|
51
|
+
"ap-southeast-5": {
|
|
52
|
+
"description": "Asia Pacific (Malaysia)"
|
|
53
|
+
},
|
|
54
|
+
"ap-southeast-6": {
|
|
55
|
+
"description": "Asia Pacific (New Zealand)"
|
|
56
|
+
},
|
|
57
|
+
"ap-southeast-7": {
|
|
58
|
+
"description": "Asia Pacific (Thailand)"
|
|
59
|
+
},
|
|
60
|
+
"aws-global": {
|
|
61
|
+
"description": "aws global region"
|
|
62
|
+
},
|
|
63
|
+
"ca-central-1": {
|
|
64
|
+
"description": "Canada (Central)"
|
|
65
|
+
},
|
|
66
|
+
"ca-west-1": {
|
|
67
|
+
"description": "Canada West (Calgary)"
|
|
68
|
+
},
|
|
69
|
+
"eu-central-1": {
|
|
70
|
+
"description": "Europe (Frankfurt)"
|
|
71
|
+
},
|
|
72
|
+
"eu-central-2": {
|
|
73
|
+
"description": "Europe (Zurich)"
|
|
74
|
+
},
|
|
75
|
+
"eu-north-1": {
|
|
76
|
+
"description": "Europe (Stockholm)"
|
|
77
|
+
},
|
|
78
|
+
"eu-south-1": {
|
|
79
|
+
"description": "Europe (Milan)"
|
|
80
|
+
},
|
|
81
|
+
"eu-south-2": {
|
|
82
|
+
"description": "Europe (Spain)"
|
|
83
|
+
},
|
|
84
|
+
"eu-west-1": {
|
|
85
|
+
"description": "Europe (Ireland)"
|
|
86
|
+
},
|
|
87
|
+
"eu-west-2": {
|
|
88
|
+
"description": "Europe (London)"
|
|
89
|
+
},
|
|
90
|
+
"eu-west-3": {
|
|
91
|
+
"description": "Europe (Paris)"
|
|
92
|
+
},
|
|
93
|
+
"il-central-1": {
|
|
94
|
+
"description": "Israel (Tel Aviv)"
|
|
95
|
+
},
|
|
96
|
+
"me-central-1": {
|
|
97
|
+
"description": "Middle East (UAE)"
|
|
98
|
+
},
|
|
99
|
+
"me-south-1": {
|
|
100
|
+
"description": "Middle East (Bahrain)"
|
|
101
|
+
},
|
|
102
|
+
"mx-central-1": {
|
|
103
|
+
"description": "Mexico (Central)"
|
|
104
|
+
},
|
|
105
|
+
"sa-east-1": {
|
|
106
|
+
"description": "South America (Sao Paulo)"
|
|
107
|
+
},
|
|
108
|
+
"us-east-1": {
|
|
109
|
+
"description": "US East (N. Virginia)"
|
|
110
|
+
},
|
|
111
|
+
"us-east-2": {
|
|
112
|
+
"description": "US East (Ohio)"
|
|
113
|
+
},
|
|
114
|
+
"us-west-1": {
|
|
115
|
+
"description": "US West (N. California)"
|
|
116
|
+
},
|
|
117
|
+
"us-west-2": {
|
|
118
|
+
"description": "US West (Oregon)"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "aws-cn",
|
|
124
|
+
"outputs": {
|
|
125
|
+
"dnsSuffix": "amazonaws.com.cn",
|
|
126
|
+
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
|
|
127
|
+
"implicitGlobalRegion": "cn-northwest-1",
|
|
128
|
+
"name": "aws-cn",
|
|
129
|
+
"supportsDualStack": true,
|
|
130
|
+
"supportsFIPS": true
|
|
131
|
+
},
|
|
132
|
+
"regionRegex": "^cn\\-\\w+\\-\\d+$",
|
|
133
|
+
"regions": {
|
|
134
|
+
"aws-cn-global": {
|
|
135
|
+
"description": "aws-cn global region"
|
|
136
|
+
},
|
|
137
|
+
"cn-north-1": {
|
|
138
|
+
"description": "China (Beijing)"
|
|
139
|
+
},
|
|
140
|
+
"cn-northwest-1": {
|
|
141
|
+
"description": "China (Ningxia)"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"id": "aws-eusc",
|
|
147
|
+
"outputs": {
|
|
148
|
+
"dnsSuffix": "amazonaws.eu",
|
|
149
|
+
"dualStackDnsSuffix": "api.amazonwebservices.eu",
|
|
150
|
+
"implicitGlobalRegion": "eusc-de-east-1",
|
|
151
|
+
"name": "aws-eusc",
|
|
152
|
+
"supportsDualStack": true,
|
|
153
|
+
"supportsFIPS": true
|
|
154
|
+
},
|
|
155
|
+
"regionRegex": "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
156
|
+
"regions": {
|
|
157
|
+
"eusc-de-east-1": {
|
|
158
|
+
"description": "AWS European Sovereign Cloud (Germany)"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "aws-iso",
|
|
164
|
+
"outputs": {
|
|
165
|
+
"dnsSuffix": "c2s.ic.gov",
|
|
166
|
+
"dualStackDnsSuffix": "api.aws.ic.gov",
|
|
167
|
+
"implicitGlobalRegion": "us-iso-east-1",
|
|
168
|
+
"name": "aws-iso",
|
|
169
|
+
"supportsDualStack": true,
|
|
170
|
+
"supportsFIPS": true
|
|
171
|
+
},
|
|
172
|
+
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
|
|
173
|
+
"regions": {
|
|
174
|
+
"aws-iso-global": {
|
|
175
|
+
"description": "aws-iso global region"
|
|
176
|
+
},
|
|
177
|
+
"us-iso-east-1": {
|
|
178
|
+
"description": "US ISO East"
|
|
179
|
+
},
|
|
180
|
+
"us-iso-west-1": {
|
|
181
|
+
"description": "US ISO WEST"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "aws-iso-b",
|
|
187
|
+
"outputs": {
|
|
188
|
+
"dnsSuffix": "sc2s.sgov.gov",
|
|
189
|
+
"dualStackDnsSuffix": "api.aws.scloud",
|
|
190
|
+
"implicitGlobalRegion": "us-isob-east-1",
|
|
191
|
+
"name": "aws-iso-b",
|
|
192
|
+
"supportsDualStack": true,
|
|
193
|
+
"supportsFIPS": true
|
|
194
|
+
},
|
|
195
|
+
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
|
|
196
|
+
"regions": {
|
|
197
|
+
"aws-iso-b-global": {
|
|
198
|
+
"description": "aws-iso-b global region"
|
|
199
|
+
},
|
|
200
|
+
"us-isob-east-1": {
|
|
201
|
+
"description": "US ISOB East (Ohio)"
|
|
202
|
+
},
|
|
203
|
+
"us-isob-west-1": {
|
|
204
|
+
"description": "US ISOB West"
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"id": "aws-iso-e",
|
|
210
|
+
"outputs": {
|
|
211
|
+
"dnsSuffix": "cloud.adc-e.uk",
|
|
212
|
+
"dualStackDnsSuffix": "api.cloud-aws.adc-e.uk",
|
|
213
|
+
"implicitGlobalRegion": "eu-isoe-west-1",
|
|
214
|
+
"name": "aws-iso-e",
|
|
215
|
+
"supportsDualStack": true,
|
|
216
|
+
"supportsFIPS": true
|
|
217
|
+
},
|
|
218
|
+
"regionRegex": "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
219
|
+
"regions": {
|
|
220
|
+
"aws-iso-e-global": {
|
|
221
|
+
"description": "aws-iso-e global region"
|
|
222
|
+
},
|
|
223
|
+
"eu-isoe-west-1": {
|
|
224
|
+
"description": "EU ISOE West"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "aws-iso-f",
|
|
230
|
+
"outputs": {
|
|
231
|
+
"dnsSuffix": "csp.hci.ic.gov",
|
|
232
|
+
"dualStackDnsSuffix": "api.aws.hci.ic.gov",
|
|
233
|
+
"implicitGlobalRegion": "us-isof-south-1",
|
|
234
|
+
"name": "aws-iso-f",
|
|
235
|
+
"supportsDualStack": true,
|
|
236
|
+
"supportsFIPS": true
|
|
237
|
+
},
|
|
238
|
+
"regionRegex": "^us\\-isof\\-\\w+\\-\\d+$",
|
|
239
|
+
"regions": {
|
|
240
|
+
"aws-iso-f-global": {
|
|
241
|
+
"description": "aws-iso-f global region"
|
|
242
|
+
},
|
|
243
|
+
"us-isof-east-1": {
|
|
244
|
+
"description": "US ISOF EAST"
|
|
245
|
+
},
|
|
246
|
+
"us-isof-south-1": {
|
|
247
|
+
"description": "US ISOF SOUTH"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"id": "aws-us-gov",
|
|
253
|
+
"outputs": {
|
|
254
|
+
"dnsSuffix": "amazonaws.com",
|
|
255
|
+
"dualStackDnsSuffix": "api.aws",
|
|
256
|
+
"implicitGlobalRegion": "us-gov-west-1",
|
|
257
|
+
"name": "aws-us-gov",
|
|
258
|
+
"supportsDualStack": true,
|
|
259
|
+
"supportsFIPS": true
|
|
260
|
+
},
|
|
261
|
+
"regionRegex": "^us\\-gov\\-\\w+\\-\\d+$",
|
|
262
|
+
"regions": {
|
|
263
|
+
"aws-us-gov-global": {
|
|
264
|
+
"description": "aws-us-gov global region"
|
|
265
|
+
},
|
|
266
|
+
"us-gov-east-1": {
|
|
267
|
+
"description": "AWS GovCloud (US-East)"
|
|
268
|
+
},
|
|
269
|
+
"us-gov-west-1": {
|
|
270
|
+
"description": "AWS GovCloud (US-West)"
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
"version": "1.1"
|
|
276
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.48",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
+
"@aws-sdk/core": "^3.974.22",
|
|
30
30
|
"@aws-sdk/types": "^3.973.13",
|
|
31
31
|
"@smithy/core": "^3.24.6",
|
|
32
32
|
"@smithy/types": "^4.14.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.50",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@aws-sdk/core": "^3.974.
|
|
41
|
+
"@aws-sdk/core": "^3.974.22",
|
|
42
42
|
"@aws-sdk/types": "^3.973.13",
|
|
43
43
|
"@smithy/core": "^3.24.6",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.55",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
34
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
38
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
+
"@aws-sdk/core": "^3.974.22",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "^3.972.48",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "^3.972.50",
|
|
34
|
+
"@aws-sdk/credential-provider-login": "^3.972.54",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "^3.972.48",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "^3.972.54",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.54",
|
|
38
|
+
"@aws-sdk/nested-clients": "^3.997.22",
|
|
39
39
|
"@aws-sdk/types": "^3.973.13",
|
|
40
40
|
"@smithy/core": "^3.24.6",
|
|
41
41
|
"@smithy/credential-provider-imds": "^4.3.7",
|