@aws-sdk/client-amplifyuibuilder 3.645.0 → 3.650.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.
Files changed (38) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +28 -84
  3. package/dist-es/commands/CreateComponentCommand.js +1 -3
  4. package/dist-es/commands/CreateFormCommand.js +1 -3
  5. package/dist-es/commands/CreateThemeCommand.js +1 -3
  6. package/dist-es/commands/DeleteComponentCommand.js +1 -3
  7. package/dist-es/commands/DeleteFormCommand.js +1 -3
  8. package/dist-es/commands/DeleteThemeCommand.js +1 -3
  9. package/dist-es/commands/ExchangeCodeForTokenCommand.js +1 -3
  10. package/dist-es/commands/ExportComponentsCommand.js +1 -3
  11. package/dist-es/commands/ExportFormsCommand.js +1 -3
  12. package/dist-es/commands/ExportThemesCommand.js +1 -3
  13. package/dist-es/commands/GetCodegenJobCommand.js +1 -3
  14. package/dist-es/commands/GetComponentCommand.js +1 -3
  15. package/dist-es/commands/GetFormCommand.js +1 -3
  16. package/dist-es/commands/GetMetadataCommand.js +1 -3
  17. package/dist-es/commands/GetThemeCommand.js +1 -3
  18. package/dist-es/commands/ListCodegenJobsCommand.js +1 -3
  19. package/dist-es/commands/ListComponentsCommand.js +1 -3
  20. package/dist-es/commands/ListFormsCommand.js +1 -3
  21. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  22. package/dist-es/commands/ListThemesCommand.js +1 -3
  23. package/dist-es/commands/PutMetadataFlagCommand.js +1 -3
  24. package/dist-es/commands/RefreshTokenCommand.js +1 -3
  25. package/dist-es/commands/StartCodegenJobCommand.js +1 -3
  26. package/dist-es/commands/TagResourceCommand.js +1 -3
  27. package/dist-es/commands/UntagResourceCommand.js +1 -3
  28. package/dist-es/commands/UpdateComponentCommand.js +1 -3
  29. package/dist-es/commands/UpdateFormCommand.js +1 -3
  30. package/dist-es/commands/UpdateThemeCommand.js +1 -3
  31. package/dist-es/endpoint/endpointResolver.js +7 -3
  32. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  33. package/dist-types/runtimeConfig.d.ts +2 -0
  34. package/dist-types/runtimeConfig.native.d.ts +2 -0
  35. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  36. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  37. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  38. package/package.json +35 -35
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
5
  const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
+ const cache = new util_endpoints_2.EndpointCache({
8
+ size: 50,
9
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
+ });
7
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
8
- return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
12
+ return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
9
13
  endpointParams: endpointParams,
10
14
  logger: context.logger,
11
- });
15
+ }));
12
16
  };
13
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
18
  util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2127,9 +2127,7 @@ var _nT = "nextToken";
2127
2127
  var _tK = "tagKeys";
2128
2128
 
2129
2129
  // src/commands/CreateComponentCommand.ts
2130
- var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2131
- ...commonParams
2132
- }).m(function(Command, cs, config, o) {
2130
+ var _CreateComponentCommand = class _CreateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2133
2131
  return [
2134
2132
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2135
2133
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2143,9 +2141,7 @@ var CreateComponentCommand = _CreateComponentCommand;
2143
2141
 
2144
2142
 
2145
2143
 
2146
- var _CreateFormCommand = class _CreateFormCommand extends import_smithy_client.Command.classBuilder().ep({
2147
- ...commonParams
2148
- }).m(function(Command, cs, config, o) {
2144
+ var _CreateFormCommand = class _CreateFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2149
2145
  return [
2150
2146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2151
2147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2159,9 +2155,7 @@ var CreateFormCommand = _CreateFormCommand;
2159
2155
 
2160
2156
 
2161
2157
 
2162
- var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2163
- ...commonParams
2164
- }).m(function(Command, cs, config, o) {
2158
+ var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2165
2159
  return [
2166
2160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2167
2161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2175,9 +2169,7 @@ var CreateThemeCommand = _CreateThemeCommand;
2175
2169
 
2176
2170
 
2177
2171
 
2178
- var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2179
- ...commonParams
2180
- }).m(function(Command, cs, config, o) {
2172
+ var _DeleteComponentCommand = class _DeleteComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2181
2173
  return [
2182
2174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2183
2175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2191,9 +2183,7 @@ var DeleteComponentCommand = _DeleteComponentCommand;
2191
2183
 
2192
2184
 
2193
2185
 
2194
- var _DeleteFormCommand = class _DeleteFormCommand extends import_smithy_client.Command.classBuilder().ep({
2195
- ...commonParams
2196
- }).m(function(Command, cs, config, o) {
2186
+ var _DeleteFormCommand = class _DeleteFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2197
2187
  return [
2198
2188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2199
2189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2207,9 +2197,7 @@ var DeleteFormCommand = _DeleteFormCommand;
2207
2197
 
2208
2198
 
2209
2199
 
2210
- var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2211
- ...commonParams
2212
- }).m(function(Command, cs, config, o) {
2200
+ var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2213
2201
  return [
2214
2202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2215
2203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2223,9 +2211,7 @@ var DeleteThemeCommand = _DeleteThemeCommand;
2223
2211
 
2224
2212
 
2225
2213
 
2226
- var _ExchangeCodeForTokenCommand = class _ExchangeCodeForTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2227
- ...commonParams
2228
- }).m(function(Command, cs, config, o) {
2214
+ var _ExchangeCodeForTokenCommand = class _ExchangeCodeForTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2229
2215
  return [
2230
2216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2231
2217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2239,9 +2225,7 @@ var ExchangeCodeForTokenCommand = _ExchangeCodeForTokenCommand;
2239
2225
 
2240
2226
 
2241
2227
 
2242
- var _ExportComponentsCommand = class _ExportComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2243
- ...commonParams
2244
- }).m(function(Command, cs, config, o) {
2228
+ var _ExportComponentsCommand = class _ExportComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2245
2229
  return [
2246
2230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2247
2231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2255,9 +2239,7 @@ var ExportComponentsCommand = _ExportComponentsCommand;
2255
2239
 
2256
2240
 
2257
2241
 
2258
- var _ExportFormsCommand = class _ExportFormsCommand extends import_smithy_client.Command.classBuilder().ep({
2259
- ...commonParams
2260
- }).m(function(Command, cs, config, o) {
2242
+ var _ExportFormsCommand = class _ExportFormsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2261
2243
  return [
2262
2244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2263
2245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2271,9 +2253,7 @@ var ExportFormsCommand = _ExportFormsCommand;
2271
2253
 
2272
2254
 
2273
2255
 
2274
- var _ExportThemesCommand = class _ExportThemesCommand extends import_smithy_client.Command.classBuilder().ep({
2275
- ...commonParams
2276
- }).m(function(Command, cs, config, o) {
2256
+ var _ExportThemesCommand = class _ExportThemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2277
2257
  return [
2278
2258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2279
2259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2287,9 +2267,7 @@ var ExportThemesCommand = _ExportThemesCommand;
2287
2267
 
2288
2268
 
2289
2269
 
2290
- var _GetCodegenJobCommand = class _GetCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
2291
- ...commonParams
2292
- }).m(function(Command, cs, config, o) {
2270
+ var _GetCodegenJobCommand = class _GetCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2293
2271
  return [
2294
2272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2295
2273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2303,9 +2281,7 @@ var GetCodegenJobCommand = _GetCodegenJobCommand;
2303
2281
 
2304
2282
 
2305
2283
 
2306
- var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2307
- ...commonParams
2308
- }).m(function(Command, cs, config, o) {
2284
+ var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2309
2285
  return [
2310
2286
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2311
2287
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2319,9 +2295,7 @@ var GetComponentCommand = _GetComponentCommand;
2319
2295
 
2320
2296
 
2321
2297
 
2322
- var _GetFormCommand = class _GetFormCommand extends import_smithy_client.Command.classBuilder().ep({
2323
- ...commonParams
2324
- }).m(function(Command, cs, config, o) {
2298
+ var _GetFormCommand = class _GetFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2325
2299
  return [
2326
2300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2327
2301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2335,9 +2309,7 @@ var GetFormCommand = _GetFormCommand;
2335
2309
 
2336
2310
 
2337
2311
 
2338
- var _GetMetadataCommand = class _GetMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
2339
- ...commonParams
2340
- }).m(function(Command, cs, config, o) {
2312
+ var _GetMetadataCommand = class _GetMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2341
2313
  return [
2342
2314
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2343
2315
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2351,9 +2323,7 @@ var GetMetadataCommand = _GetMetadataCommand;
2351
2323
 
2352
2324
 
2353
2325
 
2354
- var _GetThemeCommand = class _GetThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2355
- ...commonParams
2356
- }).m(function(Command, cs, config, o) {
2326
+ var _GetThemeCommand = class _GetThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2357
2327
  return [
2358
2328
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2359
2329
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2367,9 +2337,7 @@ var GetThemeCommand = _GetThemeCommand;
2367
2337
 
2368
2338
 
2369
2339
 
2370
- var _ListCodegenJobsCommand = class _ListCodegenJobsCommand extends import_smithy_client.Command.classBuilder().ep({
2371
- ...commonParams
2372
- }).m(function(Command, cs, config, o) {
2340
+ var _ListCodegenJobsCommand = class _ListCodegenJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2373
2341
  return [
2374
2342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2375
2343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2383,9 +2351,7 @@ var ListCodegenJobsCommand = _ListCodegenJobsCommand;
2383
2351
 
2384
2352
 
2385
2353
 
2386
- var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
2387
- ...commonParams
2388
- }).m(function(Command, cs, config, o) {
2354
+ var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2389
2355
  return [
2390
2356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2391
2357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2399,9 +2365,7 @@ var ListComponentsCommand = _ListComponentsCommand;
2399
2365
 
2400
2366
 
2401
2367
 
2402
- var _ListFormsCommand = class _ListFormsCommand extends import_smithy_client.Command.classBuilder().ep({
2403
- ...commonParams
2404
- }).m(function(Command, cs, config, o) {
2368
+ var _ListFormsCommand = class _ListFormsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2405
2369
  return [
2406
2370
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2407
2371
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2415,9 +2379,7 @@ var ListFormsCommand = _ListFormsCommand;
2415
2379
 
2416
2380
 
2417
2381
 
2418
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2419
- ...commonParams
2420
- }).m(function(Command, cs, config, o) {
2382
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2421
2383
  return [
2422
2384
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2423
2385
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2431,9 +2393,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2431
2393
 
2432
2394
 
2433
2395
 
2434
- var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep({
2435
- ...commonParams
2436
- }).m(function(Command, cs, config, o) {
2396
+ var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2437
2397
  return [
2438
2398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2439
2399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2447,9 +2407,7 @@ var ListThemesCommand = _ListThemesCommand;
2447
2407
 
2448
2408
 
2449
2409
 
2450
- var _PutMetadataFlagCommand = class _PutMetadataFlagCommand extends import_smithy_client.Command.classBuilder().ep({
2451
- ...commonParams
2452
- }).m(function(Command, cs, config, o) {
2410
+ var _PutMetadataFlagCommand = class _PutMetadataFlagCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2453
2411
  return [
2454
2412
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2455
2413
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2463,9 +2421,7 @@ var PutMetadataFlagCommand = _PutMetadataFlagCommand;
2463
2421
 
2464
2422
 
2465
2423
 
2466
- var _RefreshTokenCommand = class _RefreshTokenCommand extends import_smithy_client.Command.classBuilder().ep({
2467
- ...commonParams
2468
- }).m(function(Command, cs, config, o) {
2424
+ var _RefreshTokenCommand = class _RefreshTokenCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2469
2425
  return [
2470
2426
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2471
2427
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2479,9 +2435,7 @@ var RefreshTokenCommand = _RefreshTokenCommand;
2479
2435
 
2480
2436
 
2481
2437
 
2482
- var _StartCodegenJobCommand = class _StartCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep({
2483
- ...commonParams
2484
- }).m(function(Command, cs, config, o) {
2438
+ var _StartCodegenJobCommand = class _StartCodegenJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2485
2439
  return [
2486
2440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2487
2441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2495,9 +2449,7 @@ var StartCodegenJobCommand = _StartCodegenJobCommand;
2495
2449
 
2496
2450
 
2497
2451
 
2498
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2499
- ...commonParams
2500
- }).m(function(Command, cs, config, o) {
2452
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2501
2453
  return [
2502
2454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2503
2455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2511,9 +2463,7 @@ var TagResourceCommand = _TagResourceCommand;
2511
2463
 
2512
2464
 
2513
2465
 
2514
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2515
- ...commonParams
2516
- }).m(function(Command, cs, config, o) {
2466
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2517
2467
  return [
2518
2468
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2519
2469
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2527,9 +2477,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2527
2477
 
2528
2478
 
2529
2479
 
2530
- var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep({
2531
- ...commonParams
2532
- }).m(function(Command, cs, config, o) {
2480
+ var _UpdateComponentCommand = class _UpdateComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2533
2481
  return [
2534
2482
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2535
2483
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2543,9 +2491,7 @@ var UpdateComponentCommand = _UpdateComponentCommand;
2543
2491
 
2544
2492
 
2545
2493
 
2546
- var _UpdateFormCommand = class _UpdateFormCommand extends import_smithy_client.Command.classBuilder().ep({
2547
- ...commonParams
2548
- }).m(function(Command, cs, config, o) {
2494
+ var _UpdateFormCommand = class _UpdateFormCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2549
2495
  return [
2550
2496
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2551
2497
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2559,9 +2505,7 @@ var UpdateFormCommand = _UpdateFormCommand;
2559
2505
 
2560
2506
 
2561
2507
 
2562
- var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep({
2563
- ...commonParams
2564
- }).m(function(Command, cs, config, o) {
2508
+ var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2565
2509
  return [
2566
2510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2567
2511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateFormCommand, se_CreateFormCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class CreateFormCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class CreateThemeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteFormCommand, se_DeleteFormCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class DeleteFormCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class DeleteThemeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ExchangeCodeForTokenCommand, se_ExchangeCodeForTokenCommand } from "
7
7
  export { $Command };
8
8
  export class ExchangeCodeForTokenCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportComponentsCommand, se_ExportComponentsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ExportComponentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportFormsCommand, se_ExportFormsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class ExportFormsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportThemesCommand, se_ExportThemesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ExportThemesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCodegenJobCommand, se_GetCodegenJobCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetCodegenJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetFormCommand, se_GetFormCommand } from "../protocols/Aws_restJson1
6
6
  export { $Command };
7
7
  export class GetFormCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetMetadataCommand, se_GetMetadataCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetMetadataCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetThemeCommand, se_GetThemeCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class GetThemeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListCodegenJobsCommand, se_ListCodegenJobsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListCodegenJobsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListComponentsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListFormsCommand, se_ListFormsCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class ListFormsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class ListThemesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutMetadataFlagCommand, se_PutMetadataFlagCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class PutMetadataFlagCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class RefreshTokenCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StartCodegenJobCommand, se_StartCodegenJobCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class StartCodegenJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class UpdateComponentCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_res
6
6
  export { $Command };
7
7
  export class UpdateFormCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class UpdateThemeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
18
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
+ cacheMiddleware?: boolean | undefined;
21
22
  urlParser: import("@smithy/types").UrlParser;
22
23
  base64Decoder: import("@smithy/types").Decoder;
23
24
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
34
35
  logger?: import("@smithy/types").Logger | undefined;
35
36
  }) => import("@smithy/types").EndpointV2;
36
37
  tls?: boolean | undefined;
38
+ serviceConfiguredEndpoint?: undefined;
37
39
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
38
40
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
39
41
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
+ cacheMiddleware?: boolean | undefined;
10
11
  urlParser: import("@smithy/types").UrlParser;
11
12
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
13
  streamCollector: import("@smithy/types").StreamCollector;
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: AmplifyUIBuilderClientConfig) =>
33
34
  logger?: import("@smithy/types").Logger | undefined;
34
35
  }) => import("@smithy/types").EndpointV2;
35
36
  tls?: boolean | undefined;
37
+ serviceConfiguredEndpoint?: undefined;
36
38
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
37
39
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
38
40
  credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
25
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  apiVersion: string;
28
+ cacheMiddleware?: boolean | undefined;
28
29
  urlParser: import("@smithy/types").UrlParser;
29
30
  base64Decoder: import("@smithy/types").Decoder;
30
31
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
63
64
  }
64
65
  ) => import("@smithy/types").EndpointV2;
65
66
  tls?: boolean | undefined;
67
+ serviceConfiguredEndpoint?: undefined;
66
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
67
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
68
70
  credentials?:
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
29
29
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
30
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  apiVersion: string;
32
+ cacheMiddleware?: boolean | undefined;
32
33
  urlParser: import("@smithy/types").UrlParser;
33
34
  base64Decoder: import("@smithy/types").Decoder;
34
35
  base64Encoder: (_input: string | Uint8Array) => string;
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
67
68
  }
68
69
  ) => import("@smithy/types").EndpointV2;
69
70
  tls?: boolean | undefined;
71
+ serviceConfiguredEndpoint?: undefined;
70
72
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
71
73
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
72
74
  credentials?:
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
11
11
  | import("@smithy/protocol-http").HttpHandler<any>
12
12
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
+ cacheMiddleware?: boolean | undefined;
14
15
  urlParser: import("@smithy/types").UrlParser;
15
16
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
57
58
  }
58
59
  ) => import("@smithy/types").EndpointV2;
59
60
  tls?: boolean | undefined;
61
+ serviceConfiguredEndpoint?: undefined;
60
62
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
61
63
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AmplifyUIBuilderHttpAuthSchemeProvider;
62
64
  credentials?:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amplifyuibuilder",
3
3
  "description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
4
- "version": "3.645.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-amplifyuibuilder",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.645.0",
24
- "@aws-sdk/client-sts": "3.645.0",
25
- "@aws-sdk/core": "3.635.0",
26
- "@aws-sdk/credential-provider-node": "3.645.0",
27
- "@aws-sdk/middleware-host-header": "3.620.0",
28
- "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.620.0",
30
- "@aws-sdk/middleware-user-agent": "3.645.0",
31
- "@aws-sdk/region-config-resolver": "3.614.0",
32
- "@aws-sdk/types": "3.609.0",
33
- "@aws-sdk/util-endpoints": "3.645.0",
34
- "@aws-sdk/util-user-agent-browser": "3.609.0",
35
- "@aws-sdk/util-user-agent-node": "3.614.0",
36
- "@smithy/config-resolver": "^3.0.5",
37
- "@smithy/core": "^2.4.0",
38
- "@smithy/fetch-http-handler": "^3.2.4",
39
- "@smithy/hash-node": "^3.0.3",
40
- "@smithy/invalid-dependency": "^3.0.3",
41
- "@smithy/middleware-content-length": "^3.0.5",
42
- "@smithy/middleware-endpoint": "^3.1.0",
43
- "@smithy/middleware-retry": "^3.0.15",
44
- "@smithy/middleware-serde": "^3.0.3",
45
- "@smithy/middleware-stack": "^3.0.3",
46
- "@smithy/node-config-provider": "^3.1.4",
47
- "@smithy/node-http-handler": "^3.1.4",
48
- "@smithy/protocol-http": "^4.1.0",
49
- "@smithy/smithy-client": "^3.2.0",
50
- "@smithy/types": "^3.3.0",
51
- "@smithy/url-parser": "^3.0.3",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
+ "@aws-sdk/core": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
+ "@aws-sdk/middleware-host-header": "3.649.0",
28
+ "@aws-sdk/middleware-logger": "3.649.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
+ "@aws-sdk/middleware-user-agent": "3.649.0",
31
+ "@aws-sdk/region-config-resolver": "3.649.0",
32
+ "@aws-sdk/types": "3.649.0",
33
+ "@aws-sdk/util-endpoints": "3.649.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.649.0",
35
+ "@aws-sdk/util-user-agent-node": "3.649.0",
36
+ "@smithy/config-resolver": "^3.0.6",
37
+ "@smithy/core": "^2.4.1",
38
+ "@smithy/fetch-http-handler": "^3.2.5",
39
+ "@smithy/hash-node": "^3.0.4",
40
+ "@smithy/invalid-dependency": "^3.0.4",
41
+ "@smithy/middleware-content-length": "^3.0.6",
42
+ "@smithy/middleware-endpoint": "^3.1.1",
43
+ "@smithy/middleware-retry": "^3.0.16",
44
+ "@smithy/middleware-serde": "^3.0.4",
45
+ "@smithy/middleware-stack": "^3.0.4",
46
+ "@smithy/node-config-provider": "^3.1.5",
47
+ "@smithy/node-http-handler": "^3.2.0",
48
+ "@smithy/protocol-http": "^4.1.1",
49
+ "@smithy/smithy-client": "^3.3.0",
50
+ "@smithy/types": "^3.4.0",
51
+ "@smithy/url-parser": "^3.0.4",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.15",
56
- "@smithy/util-defaults-mode-node": "^3.0.15",
57
- "@smithy/util-endpoints": "^2.0.5",
58
- "@smithy/util-middleware": "^3.0.3",
59
- "@smithy/util-retry": "^3.0.3",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.16",
56
+ "@smithy/util-defaults-mode-node": "^3.0.16",
57
+ "@smithy/util-endpoints": "^2.1.0",
58
+ "@smithy/util-middleware": "^3.0.4",
59
+ "@smithy/util-retry": "^3.0.4",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"