@aws-sdk/client-appconfig 3.957.0 → 3.958.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/README.md +1 -50
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +471 -863
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +463 -855
- package/dist-es/waiters/waitForDeploymentComplete.js +3 -3
- package/dist-es/waiters/waitForEnvironmentReadyForDeployment.js +3 -3
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -158,10 +158,8 @@ by directly calling the <a href="https://docs.aws.amazon.com/appconfig/2019-10-0
|
|
|
158
158
|
Guide</a>.</p>
|
|
159
159
|
|
|
160
160
|
## Installing
|
|
161
|
-
|
|
162
161
|
To install this package, simply type add or install @aws-sdk/client-appconfig
|
|
163
162
|
using your favorite package manager:
|
|
164
|
-
|
|
165
163
|
- `npm install @aws-sdk/client-appconfig`
|
|
166
164
|
- `yarn add @aws-sdk/client-appconfig`
|
|
167
165
|
- `pnpm add @aws-sdk/client-appconfig`
|
|
@@ -197,9 +195,7 @@ To send a request, you:
|
|
|
197
195
|
// a client can be shared by different commands.
|
|
198
196
|
const client = new AppConfigClient({ region: "REGION" });
|
|
199
197
|
|
|
200
|
-
const params = {
|
|
201
|
-
/** input parameters */
|
|
202
|
-
};
|
|
198
|
+
const params = { /** input parameters */ };
|
|
203
199
|
const command = new ListApplicationsCommand(params);
|
|
204
200
|
```
|
|
205
201
|
|
|
@@ -358,7 +354,6 @@ CreateApplication
|
|
|
358
354
|
</summary>
|
|
359
355
|
|
|
360
356
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateApplicationCommandOutput/)
|
|
361
|
-
|
|
362
357
|
</details>
|
|
363
358
|
<details>
|
|
364
359
|
<summary>
|
|
@@ -366,7 +361,6 @@ CreateConfigurationProfile
|
|
|
366
361
|
</summary>
|
|
367
362
|
|
|
368
363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateConfigurationProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateConfigurationProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateConfigurationProfileCommandOutput/)
|
|
369
|
-
|
|
370
364
|
</details>
|
|
371
365
|
<details>
|
|
372
366
|
<summary>
|
|
@@ -374,7 +368,6 @@ CreateDeploymentStrategy
|
|
|
374
368
|
</summary>
|
|
375
369
|
|
|
376
370
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateDeploymentStrategyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateDeploymentStrategyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateDeploymentStrategyCommandOutput/)
|
|
377
|
-
|
|
378
371
|
</details>
|
|
379
372
|
<details>
|
|
380
373
|
<summary>
|
|
@@ -382,7 +375,6 @@ CreateEnvironment
|
|
|
382
375
|
</summary>
|
|
383
376
|
|
|
384
377
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateEnvironmentCommandOutput/)
|
|
385
|
-
|
|
386
378
|
</details>
|
|
387
379
|
<details>
|
|
388
380
|
<summary>
|
|
@@ -390,7 +382,6 @@ CreateExtension
|
|
|
390
382
|
</summary>
|
|
391
383
|
|
|
392
384
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateExtensionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateExtensionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateExtensionCommandOutput/)
|
|
393
|
-
|
|
394
385
|
</details>
|
|
395
386
|
<details>
|
|
396
387
|
<summary>
|
|
@@ -398,7 +389,6 @@ CreateExtensionAssociation
|
|
|
398
389
|
</summary>
|
|
399
390
|
|
|
400
391
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateExtensionAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateExtensionAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateExtensionAssociationCommandOutput/)
|
|
401
|
-
|
|
402
392
|
</details>
|
|
403
393
|
<details>
|
|
404
394
|
<summary>
|
|
@@ -406,7 +396,6 @@ CreateHostedConfigurationVersion
|
|
|
406
396
|
</summary>
|
|
407
397
|
|
|
408
398
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/CreateHostedConfigurationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateHostedConfigurationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/CreateHostedConfigurationVersionCommandOutput/)
|
|
409
|
-
|
|
410
399
|
</details>
|
|
411
400
|
<details>
|
|
412
401
|
<summary>
|
|
@@ -414,7 +403,6 @@ DeleteApplication
|
|
|
414
403
|
</summary>
|
|
415
404
|
|
|
416
405
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteApplicationCommandOutput/)
|
|
417
|
-
|
|
418
406
|
</details>
|
|
419
407
|
<details>
|
|
420
408
|
<summary>
|
|
@@ -422,7 +410,6 @@ DeleteConfigurationProfile
|
|
|
422
410
|
</summary>
|
|
423
411
|
|
|
424
412
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteConfigurationProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteConfigurationProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteConfigurationProfileCommandOutput/)
|
|
425
|
-
|
|
426
413
|
</details>
|
|
427
414
|
<details>
|
|
428
415
|
<summary>
|
|
@@ -430,7 +417,6 @@ DeleteDeploymentStrategy
|
|
|
430
417
|
</summary>
|
|
431
418
|
|
|
432
419
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteDeploymentStrategyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteDeploymentStrategyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteDeploymentStrategyCommandOutput/)
|
|
433
|
-
|
|
434
420
|
</details>
|
|
435
421
|
<details>
|
|
436
422
|
<summary>
|
|
@@ -438,7 +424,6 @@ DeleteEnvironment
|
|
|
438
424
|
</summary>
|
|
439
425
|
|
|
440
426
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteEnvironmentCommandOutput/)
|
|
441
|
-
|
|
442
427
|
</details>
|
|
443
428
|
<details>
|
|
444
429
|
<summary>
|
|
@@ -446,7 +431,6 @@ DeleteExtension
|
|
|
446
431
|
</summary>
|
|
447
432
|
|
|
448
433
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteExtensionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteExtensionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteExtensionCommandOutput/)
|
|
449
|
-
|
|
450
434
|
</details>
|
|
451
435
|
<details>
|
|
452
436
|
<summary>
|
|
@@ -454,7 +438,6 @@ DeleteExtensionAssociation
|
|
|
454
438
|
</summary>
|
|
455
439
|
|
|
456
440
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteExtensionAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteExtensionAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteExtensionAssociationCommandOutput/)
|
|
457
|
-
|
|
458
441
|
</details>
|
|
459
442
|
<details>
|
|
460
443
|
<summary>
|
|
@@ -462,7 +445,6 @@ DeleteHostedConfigurationVersion
|
|
|
462
445
|
</summary>
|
|
463
446
|
|
|
464
447
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/DeleteHostedConfigurationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteHostedConfigurationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/DeleteHostedConfigurationVersionCommandOutput/)
|
|
465
|
-
|
|
466
448
|
</details>
|
|
467
449
|
<details>
|
|
468
450
|
<summary>
|
|
@@ -470,7 +452,6 @@ GetAccountSettings
|
|
|
470
452
|
</summary>
|
|
471
453
|
|
|
472
454
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetAccountSettingsCommandOutput/)
|
|
473
|
-
|
|
474
455
|
</details>
|
|
475
456
|
<details>
|
|
476
457
|
<summary>
|
|
@@ -478,7 +459,6 @@ GetApplication
|
|
|
478
459
|
</summary>
|
|
479
460
|
|
|
480
461
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetApplicationCommandOutput/)
|
|
481
|
-
|
|
482
462
|
</details>
|
|
483
463
|
<details>
|
|
484
464
|
<summary>
|
|
@@ -486,7 +466,6 @@ GetConfiguration
|
|
|
486
466
|
</summary>
|
|
487
467
|
|
|
488
468
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetConfigurationCommandOutput/)
|
|
489
|
-
|
|
490
469
|
</details>
|
|
491
470
|
<details>
|
|
492
471
|
<summary>
|
|
@@ -494,7 +473,6 @@ GetConfigurationProfile
|
|
|
494
473
|
</summary>
|
|
495
474
|
|
|
496
475
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetConfigurationProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetConfigurationProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetConfigurationProfileCommandOutput/)
|
|
497
|
-
|
|
498
476
|
</details>
|
|
499
477
|
<details>
|
|
500
478
|
<summary>
|
|
@@ -502,7 +480,6 @@ GetDeployment
|
|
|
502
480
|
</summary>
|
|
503
481
|
|
|
504
482
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetDeploymentCommandOutput/)
|
|
505
|
-
|
|
506
483
|
</details>
|
|
507
484
|
<details>
|
|
508
485
|
<summary>
|
|
@@ -510,7 +487,6 @@ GetDeploymentStrategy
|
|
|
510
487
|
</summary>
|
|
511
488
|
|
|
512
489
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetDeploymentStrategyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetDeploymentStrategyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetDeploymentStrategyCommandOutput/)
|
|
513
|
-
|
|
514
490
|
</details>
|
|
515
491
|
<details>
|
|
516
492
|
<summary>
|
|
@@ -518,7 +494,6 @@ GetEnvironment
|
|
|
518
494
|
</summary>
|
|
519
495
|
|
|
520
496
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetEnvironmentCommandOutput/)
|
|
521
|
-
|
|
522
497
|
</details>
|
|
523
498
|
<details>
|
|
524
499
|
<summary>
|
|
@@ -526,7 +501,6 @@ GetExtension
|
|
|
526
501
|
</summary>
|
|
527
502
|
|
|
528
503
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetExtensionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetExtensionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetExtensionCommandOutput/)
|
|
529
|
-
|
|
530
504
|
</details>
|
|
531
505
|
<details>
|
|
532
506
|
<summary>
|
|
@@ -534,7 +508,6 @@ GetExtensionAssociation
|
|
|
534
508
|
</summary>
|
|
535
509
|
|
|
536
510
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetExtensionAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetExtensionAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetExtensionAssociationCommandOutput/)
|
|
537
|
-
|
|
538
511
|
</details>
|
|
539
512
|
<details>
|
|
540
513
|
<summary>
|
|
@@ -542,7 +515,6 @@ GetHostedConfigurationVersion
|
|
|
542
515
|
</summary>
|
|
543
516
|
|
|
544
517
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/GetHostedConfigurationVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetHostedConfigurationVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/GetHostedConfigurationVersionCommandOutput/)
|
|
545
|
-
|
|
546
518
|
</details>
|
|
547
519
|
<details>
|
|
548
520
|
<summary>
|
|
@@ -550,7 +522,6 @@ ListApplications
|
|
|
550
522
|
</summary>
|
|
551
523
|
|
|
552
524
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListApplicationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListApplicationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListApplicationsCommandOutput/)
|
|
553
|
-
|
|
554
525
|
</details>
|
|
555
526
|
<details>
|
|
556
527
|
<summary>
|
|
@@ -558,7 +529,6 @@ ListConfigurationProfiles
|
|
|
558
529
|
</summary>
|
|
559
530
|
|
|
560
531
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListConfigurationProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListConfigurationProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListConfigurationProfilesCommandOutput/)
|
|
561
|
-
|
|
562
532
|
</details>
|
|
563
533
|
<details>
|
|
564
534
|
<summary>
|
|
@@ -566,7 +536,6 @@ ListDeployments
|
|
|
566
536
|
</summary>
|
|
567
537
|
|
|
568
538
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListDeploymentsCommandOutput/)
|
|
569
|
-
|
|
570
539
|
</details>
|
|
571
540
|
<details>
|
|
572
541
|
<summary>
|
|
@@ -574,7 +543,6 @@ ListDeploymentStrategies
|
|
|
574
543
|
</summary>
|
|
575
544
|
|
|
576
545
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListDeploymentStrategiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListDeploymentStrategiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListDeploymentStrategiesCommandOutput/)
|
|
577
|
-
|
|
578
546
|
</details>
|
|
579
547
|
<details>
|
|
580
548
|
<summary>
|
|
@@ -582,7 +550,6 @@ ListEnvironments
|
|
|
582
550
|
</summary>
|
|
583
551
|
|
|
584
552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListEnvironmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListEnvironmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListEnvironmentsCommandOutput/)
|
|
585
|
-
|
|
586
553
|
</details>
|
|
587
554
|
<details>
|
|
588
555
|
<summary>
|
|
@@ -590,7 +557,6 @@ ListExtensionAssociations
|
|
|
590
557
|
</summary>
|
|
591
558
|
|
|
592
559
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListExtensionAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListExtensionAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListExtensionAssociationsCommandOutput/)
|
|
593
|
-
|
|
594
560
|
</details>
|
|
595
561
|
<details>
|
|
596
562
|
<summary>
|
|
@@ -598,7 +564,6 @@ ListExtensions
|
|
|
598
564
|
</summary>
|
|
599
565
|
|
|
600
566
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListExtensionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListExtensionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListExtensionsCommandOutput/)
|
|
601
|
-
|
|
602
567
|
</details>
|
|
603
568
|
<details>
|
|
604
569
|
<summary>
|
|
@@ -606,7 +571,6 @@ ListHostedConfigurationVersions
|
|
|
606
571
|
</summary>
|
|
607
572
|
|
|
608
573
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListHostedConfigurationVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListHostedConfigurationVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListHostedConfigurationVersionsCommandOutput/)
|
|
609
|
-
|
|
610
574
|
</details>
|
|
611
575
|
<details>
|
|
612
576
|
<summary>
|
|
@@ -614,7 +578,6 @@ ListTagsForResource
|
|
|
614
578
|
</summary>
|
|
615
579
|
|
|
616
580
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ListTagsForResourceCommandOutput/)
|
|
617
|
-
|
|
618
581
|
</details>
|
|
619
582
|
<details>
|
|
620
583
|
<summary>
|
|
@@ -622,7 +585,6 @@ StartDeployment
|
|
|
622
585
|
</summary>
|
|
623
586
|
|
|
624
587
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/StartDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/StartDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/StartDeploymentCommandOutput/)
|
|
625
|
-
|
|
626
588
|
</details>
|
|
627
589
|
<details>
|
|
628
590
|
<summary>
|
|
@@ -630,7 +592,6 @@ StopDeployment
|
|
|
630
592
|
</summary>
|
|
631
593
|
|
|
632
594
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/StopDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/StopDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/StopDeploymentCommandOutput/)
|
|
633
|
-
|
|
634
595
|
</details>
|
|
635
596
|
<details>
|
|
636
597
|
<summary>
|
|
@@ -638,7 +599,6 @@ TagResource
|
|
|
638
599
|
</summary>
|
|
639
600
|
|
|
640
601
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/TagResourceCommandOutput/)
|
|
641
|
-
|
|
642
602
|
</details>
|
|
643
603
|
<details>
|
|
644
604
|
<summary>
|
|
@@ -646,7 +606,6 @@ UntagResource
|
|
|
646
606
|
</summary>
|
|
647
607
|
|
|
648
608
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UntagResourceCommandOutput/)
|
|
649
|
-
|
|
650
609
|
</details>
|
|
651
610
|
<details>
|
|
652
611
|
<summary>
|
|
@@ -654,7 +613,6 @@ UpdateAccountSettings
|
|
|
654
613
|
</summary>
|
|
655
614
|
|
|
656
615
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateAccountSettingsCommandOutput/)
|
|
657
|
-
|
|
658
616
|
</details>
|
|
659
617
|
<details>
|
|
660
618
|
<summary>
|
|
@@ -662,7 +620,6 @@ UpdateApplication
|
|
|
662
620
|
</summary>
|
|
663
621
|
|
|
664
622
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateApplicationCommandOutput/)
|
|
665
|
-
|
|
666
623
|
</details>
|
|
667
624
|
<details>
|
|
668
625
|
<summary>
|
|
@@ -670,7 +627,6 @@ UpdateConfigurationProfile
|
|
|
670
627
|
</summary>
|
|
671
628
|
|
|
672
629
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateConfigurationProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateConfigurationProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateConfigurationProfileCommandOutput/)
|
|
673
|
-
|
|
674
630
|
</details>
|
|
675
631
|
<details>
|
|
676
632
|
<summary>
|
|
@@ -678,7 +634,6 @@ UpdateDeploymentStrategy
|
|
|
678
634
|
</summary>
|
|
679
635
|
|
|
680
636
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateDeploymentStrategyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateDeploymentStrategyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateDeploymentStrategyCommandOutput/)
|
|
681
|
-
|
|
682
637
|
</details>
|
|
683
638
|
<details>
|
|
684
639
|
<summary>
|
|
@@ -686,7 +641,6 @@ UpdateEnvironment
|
|
|
686
641
|
</summary>
|
|
687
642
|
|
|
688
643
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateEnvironmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateEnvironmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateEnvironmentCommandOutput/)
|
|
689
|
-
|
|
690
644
|
</details>
|
|
691
645
|
<details>
|
|
692
646
|
<summary>
|
|
@@ -694,7 +648,6 @@ UpdateExtension
|
|
|
694
648
|
</summary>
|
|
695
649
|
|
|
696
650
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateExtensionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateExtensionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateExtensionCommandOutput/)
|
|
697
|
-
|
|
698
651
|
</details>
|
|
699
652
|
<details>
|
|
700
653
|
<summary>
|
|
@@ -702,7 +655,6 @@ UpdateExtensionAssociation
|
|
|
702
655
|
</summary>
|
|
703
656
|
|
|
704
657
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/UpdateExtensionAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateExtensionAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/UpdateExtensionAssociationCommandOutput/)
|
|
705
|
-
|
|
706
658
|
</details>
|
|
707
659
|
<details>
|
|
708
660
|
<summary>
|
|
@@ -710,5 +662,4 @@ ValidateConfiguration
|
|
|
710
662
|
</summary>
|
|
711
663
|
|
|
712
664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appconfig/command/ValidateConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ValidateConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appconfig/Interface/ValidateConfigurationCommandOutput/)
|
|
713
|
-
|
|
714
665
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultAppConfigHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultAppConfigHttpAuthSchemeParametersProvider = defaultAppConfigHttpAuthSchemeParametersProvider;
|