@aws-sdk/client-appconfig 3.297.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +2 -3
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateExtensionAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateExtensionCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +2 -3
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteExtensionCommand.js +2 -3
- package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +2 -3
- package/dist-cjs/commands/GetApplicationCommand.js +2 -3
- package/dist-cjs/commands/GetConfigurationCommand.js +1 -1
- package/dist-cjs/commands/GetConfigurationProfileCommand.js +1 -1
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -3
- package/dist-cjs/commands/GetDeploymentStrategyCommand.js +2 -3
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetExtensionAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetExtensionCommand.js +2 -3
- package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +1 -1
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationProfilesCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +2 -3
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -3
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListExtensionAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListExtensionsCommand.js +2 -3
- package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/StopDeploymentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateExtensionCommand.js +2 -3
- package/dist-cjs/commands/ValidateConfigurationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -279
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +2 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateExtensionAssociationCommand.js +2 -3
- package/dist-es/commands/CreateExtensionCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationCommand.js +2 -3
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -3
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteExtensionCommand.js +2 -3
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -3
- package/dist-es/commands/GetApplicationCommand.js +2 -3
- package/dist-es/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/GetConfigurationProfileCommand.js +2 -2
- package/dist-es/commands/GetDeploymentCommand.js +2 -3
- package/dist-es/commands/GetDeploymentStrategyCommand.js +2 -3
- package/dist-es/commands/GetEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetExtensionAssociationCommand.js +2 -3
- package/dist-es/commands/GetExtensionCommand.js +2 -3
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -3
- package/dist-es/commands/ListConfigurationProfilesCommand.js +2 -3
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +2 -3
- package/dist-es/commands/ListDeploymentsCommand.js +2 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListExtensionAssociationsCommand.js +2 -3
- package/dist-es/commands/ListExtensionsCommand.js +2 -3
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/StopDeploymentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +2 -3
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -3
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateExtensionCommand.js +2 -3
- package/dist-es/commands/ValidateConfigurationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -209
- package/dist-types/models/models_0.d.ts +0 -272
- package/dist-types/ts3.4/models/models_0.d.ts +0 -180
- package/package.json +4 -3
|
@@ -569,20 +569,6 @@ export interface ValidateConfigurationRequest {
|
|
|
569
569
|
ConfigurationProfileId: string | undefined;
|
|
570
570
|
ConfigurationVersion: string | undefined;
|
|
571
571
|
}
|
|
572
|
-
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
573
|
-
export declare const ActionInvocationFilterSensitiveLog: (
|
|
574
|
-
obj: ActionInvocation
|
|
575
|
-
) => any;
|
|
576
|
-
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
577
|
-
export declare const InvalidConfigurationDetailFilterSensitiveLog: (
|
|
578
|
-
obj: InvalidConfigurationDetail
|
|
579
|
-
) => any;
|
|
580
|
-
export declare const BadRequestDetailsFilterSensitiveLog: (
|
|
581
|
-
obj: BadRequestDetails
|
|
582
|
-
) => any;
|
|
583
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
584
|
-
obj: CreateApplicationRequest
|
|
585
|
-
) => any;
|
|
586
572
|
export declare const ValidatorFilterSensitiveLog: (obj: Validator) => any;
|
|
587
573
|
export declare const ConfigurationProfileFilterSensitiveLog: (
|
|
588
574
|
obj: ConfigurationProfile
|
|
@@ -590,181 +576,15 @@ export declare const ConfigurationProfileFilterSensitiveLog: (
|
|
|
590
576
|
export declare const CreateConfigurationProfileRequestFilterSensitiveLog: (
|
|
591
577
|
obj: CreateConfigurationProfileRequest
|
|
592
578
|
) => any;
|
|
593
|
-
export declare const CreateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
594
|
-
obj: CreateDeploymentStrategyRequest
|
|
595
|
-
) => any;
|
|
596
|
-
export declare const DeploymentStrategyFilterSensitiveLog: (
|
|
597
|
-
obj: DeploymentStrategy
|
|
598
|
-
) => any;
|
|
599
|
-
export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
|
|
600
|
-
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
601
|
-
obj: CreateEnvironmentRequest
|
|
602
|
-
) => any;
|
|
603
|
-
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
604
|
-
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
605
|
-
export declare const CreateExtensionRequestFilterSensitiveLog: (
|
|
606
|
-
obj: CreateExtensionRequest
|
|
607
|
-
) => any;
|
|
608
|
-
export declare const ExtensionFilterSensitiveLog: (obj: Extension) => any;
|
|
609
|
-
export declare const CreateExtensionAssociationRequestFilterSensitiveLog: (
|
|
610
|
-
obj: CreateExtensionAssociationRequest
|
|
611
|
-
) => any;
|
|
612
|
-
export declare const ExtensionAssociationFilterSensitiveLog: (
|
|
613
|
-
obj: ExtensionAssociation
|
|
614
|
-
) => any;
|
|
615
579
|
export declare const CreateHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
616
580
|
obj: CreateHostedConfigurationVersionRequest
|
|
617
581
|
) => any;
|
|
618
582
|
export declare const HostedConfigurationVersionFilterSensitiveLog: (
|
|
619
583
|
obj: HostedConfigurationVersion
|
|
620
584
|
) => any;
|
|
621
|
-
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
622
|
-
obj: DeleteApplicationRequest
|
|
623
|
-
) => any;
|
|
624
|
-
export declare const DeleteConfigurationProfileRequestFilterSensitiveLog: (
|
|
625
|
-
obj: DeleteConfigurationProfileRequest
|
|
626
|
-
) => any;
|
|
627
|
-
export declare const DeleteDeploymentStrategyRequestFilterSensitiveLog: (
|
|
628
|
-
obj: DeleteDeploymentStrategyRequest
|
|
629
|
-
) => any;
|
|
630
|
-
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
631
|
-
obj: DeleteEnvironmentRequest
|
|
632
|
-
) => any;
|
|
633
|
-
export declare const DeleteExtensionRequestFilterSensitiveLog: (
|
|
634
|
-
obj: DeleteExtensionRequest
|
|
635
|
-
) => any;
|
|
636
|
-
export declare const DeleteExtensionAssociationRequestFilterSensitiveLog: (
|
|
637
|
-
obj: DeleteExtensionAssociationRequest
|
|
638
|
-
) => any;
|
|
639
|
-
export declare const DeleteHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
640
|
-
obj: DeleteHostedConfigurationVersionRequest
|
|
641
|
-
) => any;
|
|
642
|
-
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
643
|
-
obj: GetApplicationRequest
|
|
644
|
-
) => any;
|
|
645
585
|
export declare const ConfigurationFilterSensitiveLog: (
|
|
646
586
|
obj: Configuration
|
|
647
587
|
) => any;
|
|
648
|
-
export declare const GetConfigurationRequestFilterSensitiveLog: (
|
|
649
|
-
obj: GetConfigurationRequest
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const GetConfigurationProfileRequestFilterSensitiveLog: (
|
|
652
|
-
obj: GetConfigurationProfileRequest
|
|
653
|
-
) => any;
|
|
654
|
-
export declare const AppliedExtensionFilterSensitiveLog: (
|
|
655
|
-
obj: AppliedExtension
|
|
656
|
-
) => any;
|
|
657
|
-
export declare const DeploymentEventFilterSensitiveLog: (
|
|
658
|
-
obj: DeploymentEvent
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
661
|
-
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
662
|
-
obj: GetDeploymentRequest
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const GetDeploymentStrategyRequestFilterSensitiveLog: (
|
|
665
|
-
obj: GetDeploymentStrategyRequest
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
668
|
-
obj: GetEnvironmentRequest
|
|
669
|
-
) => any;
|
|
670
|
-
export declare const GetExtensionRequestFilterSensitiveLog: (
|
|
671
|
-
obj: GetExtensionRequest
|
|
672
|
-
) => any;
|
|
673
|
-
export declare const GetExtensionAssociationRequestFilterSensitiveLog: (
|
|
674
|
-
obj: GetExtensionAssociationRequest
|
|
675
|
-
) => any;
|
|
676
|
-
export declare const GetHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
677
|
-
obj: GetHostedConfigurationVersionRequest
|
|
678
|
-
) => any;
|
|
679
|
-
export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
|
|
680
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
681
|
-
obj: ListApplicationsRequest
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const ConfigurationProfileSummaryFilterSensitiveLog: (
|
|
684
|
-
obj: ConfigurationProfileSummary
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const ConfigurationProfilesFilterSensitiveLog: (
|
|
687
|
-
obj: ConfigurationProfiles
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const ListConfigurationProfilesRequestFilterSensitiveLog: (
|
|
690
|
-
obj: ListConfigurationProfilesRequest
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const DeploymentSummaryFilterSensitiveLog: (
|
|
693
|
-
obj: DeploymentSummary
|
|
694
|
-
) => any;
|
|
695
|
-
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
696
|
-
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
697
|
-
obj: ListDeploymentsRequest
|
|
698
|
-
) => any;
|
|
699
|
-
export declare const DeploymentStrategiesFilterSensitiveLog: (
|
|
700
|
-
obj: DeploymentStrategies
|
|
701
|
-
) => any;
|
|
702
|
-
export declare const ListDeploymentStrategiesRequestFilterSensitiveLog: (
|
|
703
|
-
obj: ListDeploymentStrategiesRequest
|
|
704
|
-
) => any;
|
|
705
|
-
export declare const EnvironmentsFilterSensitiveLog: (obj: Environments) => any;
|
|
706
|
-
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
707
|
-
obj: ListEnvironmentsRequest
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const ExtensionAssociationSummaryFilterSensitiveLog: (
|
|
710
|
-
obj: ExtensionAssociationSummary
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const ExtensionAssociationsFilterSensitiveLog: (
|
|
713
|
-
obj: ExtensionAssociations
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const ListExtensionAssociationsRequestFilterSensitiveLog: (
|
|
716
|
-
obj: ListExtensionAssociationsRequest
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const ExtensionSummaryFilterSensitiveLog: (
|
|
719
|
-
obj: ExtensionSummary
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
|
|
722
|
-
export declare const ListExtensionsRequestFilterSensitiveLog: (
|
|
723
|
-
obj: ListExtensionsRequest
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const HostedConfigurationVersionSummaryFilterSensitiveLog: (
|
|
726
|
-
obj: HostedConfigurationVersionSummary
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const HostedConfigurationVersionsFilterSensitiveLog: (
|
|
729
|
-
obj: HostedConfigurationVersions
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const ListHostedConfigurationVersionsRequestFilterSensitiveLog: (
|
|
732
|
-
obj: ListHostedConfigurationVersionsRequest
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
735
|
-
obj: ListTagsForResourceRequest
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
|
|
738
|
-
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
739
|
-
obj: StartDeploymentRequest
|
|
740
|
-
) => any;
|
|
741
|
-
export declare const StopDeploymentRequestFilterSensitiveLog: (
|
|
742
|
-
obj: StopDeploymentRequest
|
|
743
|
-
) => any;
|
|
744
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
745
|
-
obj: TagResourceRequest
|
|
746
|
-
) => any;
|
|
747
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
748
|
-
obj: UntagResourceRequest
|
|
749
|
-
) => any;
|
|
750
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
751
|
-
obj: UpdateApplicationRequest
|
|
752
|
-
) => any;
|
|
753
588
|
export declare const UpdateConfigurationProfileRequestFilterSensitiveLog: (
|
|
754
589
|
obj: UpdateConfigurationProfileRequest
|
|
755
590
|
) => any;
|
|
756
|
-
export declare const UpdateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
757
|
-
obj: UpdateDeploymentStrategyRequest
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
760
|
-
obj: UpdateEnvironmentRequest
|
|
761
|
-
) => any;
|
|
762
|
-
export declare const UpdateExtensionRequestFilterSensitiveLog: (
|
|
763
|
-
obj: UpdateExtensionRequest
|
|
764
|
-
) => any;
|
|
765
|
-
export declare const UpdateExtensionAssociationRequestFilterSensitiveLog: (
|
|
766
|
-
obj: UpdateExtensionAssociationRequest
|
|
767
|
-
) => any;
|
|
768
|
-
export declare const ValidateConfigurationRequestFilterSensitiveLog: (
|
|
769
|
-
obj: ValidateConfigurationRequest
|
|
770
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appconfig",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo appconfig"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|