@aws-sdk/client-appconfig 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppConfig.d.ts +0 -43
- package/dist-types/ts3.4/AppConfigClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -317
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface DeleteHostedConfigurationVersionCommandInput
|
|
|
15
15
|
extends DeleteHostedConfigurationVersionRequest {}
|
|
16
16
|
export interface DeleteHostedConfigurationVersionCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
20
19
|
DeleteHostedConfigurationVersionCommandInput,
|
|
21
20
|
DeleteHostedConfigurationVersionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHostedConfigurationVersionCommandInput;
|
|
25
24
|
constructor(input: DeleteHostedConfigurationVersionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
15
15
|
export interface GetApplicationCommandOutput
|
|
16
16
|
extends Application,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetApplicationCommand extends $Command<
|
|
20
19
|
GetApplicationCommandInput,
|
|
21
20
|
GetApplicationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetApplicationCommandInput;
|
|
25
24
|
constructor(input: GetApplicationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
|
15
15
|
export interface GetConfigurationCommandOutput
|
|
16
16
|
extends Configuration,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetConfigurationCommand extends $Command<
|
|
20
19
|
GetConfigurationCommandInput,
|
|
21
20
|
GetConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetConfigurationCommandInput;
|
|
25
24
|
constructor(input: GetConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetConfigurationProfileCommandInput
|
|
|
19
19
|
export interface GetConfigurationProfileCommandOutput
|
|
20
20
|
extends ConfigurationProfile,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetConfigurationProfileCommand extends $Command<
|
|
24
23
|
GetConfigurationProfileCommandInput,
|
|
25
24
|
GetConfigurationProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetConfigurationProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetConfigurationProfileCommandInput;
|
|
29
28
|
constructor(input: GetConfigurationProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
|
15
15
|
export interface GetDeploymentCommandOutput
|
|
16
16
|
extends Deployment,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDeploymentCommand extends $Command<
|
|
20
19
|
GetDeploymentCommandInput,
|
|
21
20
|
GetDeploymentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDeploymentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDeploymentCommandInput;
|
|
25
24
|
constructor(input: GetDeploymentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDeploymentStrategyCommandInput
|
|
|
19
19
|
export interface GetDeploymentStrategyCommandOutput
|
|
20
20
|
extends DeploymentStrategy,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDeploymentStrategyCommand extends $Command<
|
|
24
23
|
GetDeploymentStrategyCommandInput,
|
|
25
24
|
GetDeploymentStrategyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDeploymentStrategyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDeploymentStrategyCommandInput;
|
|
29
28
|
constructor(input: GetDeploymentStrategyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
|
15
15
|
export interface GetEnvironmentCommandOutput
|
|
16
16
|
extends Environment,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetEnvironmentCommand extends $Command<
|
|
20
19
|
GetEnvironmentCommandInput,
|
|
21
20
|
GetEnvironmentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetEnvironmentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetEnvironmentCommandInput;
|
|
25
24
|
constructor(input: GetEnvironmentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetExtensionAssociationCommandInput
|
|
|
19
19
|
export interface GetExtensionAssociationCommandOutput
|
|
20
20
|
extends ExtensionAssociation,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetExtensionAssociationCommand extends $Command<
|
|
24
23
|
GetExtensionAssociationCommandInput,
|
|
25
24
|
GetExtensionAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetExtensionAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetExtensionAssociationCommandInput;
|
|
29
28
|
constructor(input: GetExtensionAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetExtensionCommandInput extends GetExtensionRequest {}
|
|
|
15
15
|
export interface GetExtensionCommandOutput
|
|
16
16
|
extends Extension,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetExtensionCommand extends $Command<
|
|
20
19
|
GetExtensionCommandInput,
|
|
21
20
|
GetExtensionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetExtensionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetExtensionCommandInput;
|
|
25
24
|
constructor(input: GetExtensionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetHostedConfigurationVersionCommandInput
|
|
|
19
19
|
export interface GetHostedConfigurationVersionCommandOutput
|
|
20
20
|
extends HostedConfigurationVersion,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetHostedConfigurationVersionCommand extends $Command<
|
|
24
23
|
GetHostedConfigurationVersionCommandInput,
|
|
25
24
|
GetHostedConfigurationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetHostedConfigurationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetHostedConfigurationVersionCommandInput;
|
|
29
28
|
constructor(input: GetHostedConfigurationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
|
15
15
|
export interface ListApplicationsCommandOutput
|
|
16
16
|
extends Applications,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListApplicationsCommand extends $Command<
|
|
20
19
|
ListApplicationsCommandInput,
|
|
21
20
|
ListApplicationsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListApplicationsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListApplicationsCommandInput;
|
|
25
24
|
constructor(input: ListApplicationsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListConfigurationProfilesCommandInput
|
|
|
19
19
|
export interface ListConfigurationProfilesCommandOutput
|
|
20
20
|
extends ConfigurationProfiles,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListConfigurationProfilesCommand extends $Command<
|
|
24
23
|
ListConfigurationProfilesCommandInput,
|
|
25
24
|
ListConfigurationProfilesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListConfigurationProfilesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListConfigurationProfilesCommandInput;
|
|
29
28
|
constructor(input: ListConfigurationProfilesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListDeploymentStrategiesCommandInput
|
|
|
19
19
|
export interface ListDeploymentStrategiesCommandOutput
|
|
20
20
|
extends DeploymentStrategies,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDeploymentStrategiesCommand extends $Command<
|
|
24
23
|
ListDeploymentStrategiesCommandInput,
|
|
25
24
|
ListDeploymentStrategiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDeploymentStrategiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDeploymentStrategiesCommandInput;
|
|
29
28
|
constructor(input: ListDeploymentStrategiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
|
15
15
|
export interface ListDeploymentsCommandOutput
|
|
16
16
|
extends Deployments,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListDeploymentsCommand extends $Command<
|
|
20
19
|
ListDeploymentsCommandInput,
|
|
21
20
|
ListDeploymentsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListDeploymentsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListDeploymentsCommandInput;
|
|
25
24
|
constructor(input: ListDeploymentsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
|
15
15
|
export interface ListEnvironmentsCommandOutput
|
|
16
16
|
extends Environments,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListEnvironmentsCommand extends $Command<
|
|
20
19
|
ListEnvironmentsCommandInput,
|
|
21
20
|
ListEnvironmentsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListEnvironmentsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListEnvironmentsCommandInput;
|
|
25
24
|
constructor(input: ListEnvironmentsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListExtensionAssociationsCommandInput
|
|
|
19
19
|
export interface ListExtensionAssociationsCommandOutput
|
|
20
20
|
extends ExtensionAssociations,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListExtensionAssociationsCommand extends $Command<
|
|
24
23
|
ListExtensionAssociationsCommandInput,
|
|
25
24
|
ListExtensionAssociationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListExtensionAssociationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListExtensionAssociationsCommandInput;
|
|
29
28
|
constructor(input: ListExtensionAssociationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
|
|
|
15
15
|
export interface ListExtensionsCommandOutput
|
|
16
16
|
extends Extensions,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListExtensionsCommand extends $Command<
|
|
20
19
|
ListExtensionsCommandInput,
|
|
21
20
|
ListExtensionsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListExtensionsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListExtensionsCommandInput;
|
|
25
24
|
constructor(input: ListExtensionsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListHostedConfigurationVersionsCommandInput
|
|
|
19
19
|
export interface ListHostedConfigurationVersionsCommandOutput
|
|
20
20
|
extends HostedConfigurationVersions,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListHostedConfigurationVersionsCommand extends $Command<
|
|
24
23
|
ListHostedConfigurationVersionsCommandInput,
|
|
25
24
|
ListHostedConfigurationVersionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListHostedConfigurationVersionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListHostedConfigurationVersionsCommandInput;
|
|
29
28
|
constructor(input: ListHostedConfigurationVersionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -16,7 +16,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
16
16
|
export interface ListTagsForResourceCommandOutput
|
|
17
17
|
extends ResourceTags,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
21
20
|
ListTagsForResourceCommandInput,
|
|
22
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: ListTagsForResourceCommandInput;
|
|
26
25
|
constructor(input: ListTagsForResourceCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
|
15
15
|
export interface StartDeploymentCommandOutput
|
|
16
16
|
extends Deployment,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StartDeploymentCommand extends $Command<
|
|
20
19
|
StartDeploymentCommandInput,
|
|
21
20
|
StartDeploymentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StartDeploymentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StartDeploymentCommandInput;
|
|
25
24
|
constructor(input: StartDeploymentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
|
|
|
15
15
|
export interface StopDeploymentCommandOutput
|
|
16
16
|
extends Deployment,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class StopDeploymentCommand extends $Command<
|
|
20
19
|
StopDeploymentCommandInput,
|
|
21
20
|
StopDeploymentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class StopDeploymentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: StopDeploymentCommandInput;
|
|
25
24
|
constructor(input: StopDeploymentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { TagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
15
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class TagResourceCommand extends $Command<
|
|
18
17
|
TagResourceCommandInput,
|
|
19
18
|
TagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: TagResourceCommandInput;
|
|
23
22
|
constructor(input: TagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { UntagResourceRequest } from "../models/models_0";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -16,7 +16,6 @@ export interface UpdateApplicationCommandInput
|
|
|
16
16
|
export interface UpdateApplicationCommandOutput
|
|
17
17
|
extends Application,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class UpdateApplicationCommand extends $Command<
|
|
21
20
|
UpdateApplicationCommandInput,
|
|
22
21
|
UpdateApplicationCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: UpdateApplicationCommandInput;
|
|
26
25
|
constructor(input: UpdateApplicationCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConfigurationProfileCommandInput
|
|
|
19
19
|
export interface UpdateConfigurationProfileCommandOutput
|
|
20
20
|
extends ConfigurationProfile,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConfigurationProfileCommand extends $Command<
|
|
24
23
|
UpdateConfigurationProfileCommandInput,
|
|
25
24
|
UpdateConfigurationProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConfigurationProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConfigurationProfileCommandInput;
|
|
29
28
|
constructor(input: UpdateConfigurationProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateDeploymentStrategyCommandInput
|
|
|
19
19
|
export interface UpdateDeploymentStrategyCommandOutput
|
|
20
20
|
extends DeploymentStrategy,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateDeploymentStrategyCommand extends $Command<
|
|
24
23
|
UpdateDeploymentStrategyCommandInput,
|
|
25
24
|
UpdateDeploymentStrategyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateDeploymentStrategyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateDeploymentStrategyCommandInput;
|
|
29
28
|
constructor(input: UpdateDeploymentStrategyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -16,7 +16,6 @@ export interface UpdateEnvironmentCommandInput
|
|
|
16
16
|
export interface UpdateEnvironmentCommandOutput
|
|
17
17
|
extends Environment,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class UpdateEnvironmentCommand extends $Command<
|
|
21
20
|
UpdateEnvironmentCommandInput,
|
|
22
21
|
UpdateEnvironmentCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class UpdateEnvironmentCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: UpdateEnvironmentCommandInput;
|
|
26
25
|
constructor(input: UpdateEnvironmentCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateExtensionAssociationCommandInput
|
|
|
19
19
|
export interface UpdateExtensionAssociationCommandOutput
|
|
20
20
|
extends ExtensionAssociation,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateExtensionAssociationCommand extends $Command<
|
|
24
23
|
UpdateExtensionAssociationCommandInput,
|
|
25
24
|
UpdateExtensionAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateExtensionAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateExtensionAssociationCommandInput;
|
|
29
28
|
constructor(input: UpdateExtensionAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateExtensionCommandInput extends UpdateExtensionRequest {}
|
|
|
15
15
|
export interface UpdateExtensionCommandOutput
|
|
16
16
|
extends Extension,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateExtensionCommand extends $Command<
|
|
20
19
|
UpdateExtensionCommandInput,
|
|
21
20
|
UpdateExtensionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateExtensionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateExtensionCommandInput;
|
|
25
24
|
constructor(input: UpdateExtensionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { ValidateConfigurationRequest } from "../models/models_0";
|
|
|
14
14
|
export interface ValidateConfigurationCommandInput
|
|
15
15
|
extends ValidateConfigurationRequest {}
|
|
16
16
|
export interface ValidateConfigurationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class ValidateConfigurationCommand extends $Command<
|
|
19
18
|
ValidateConfigurationCommandInput,
|
|
20
19
|
ValidateConfigurationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class ValidateConfigurationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: ValidateConfigurationCommandInput;
|
|
24
23
|
constructor(input: ValidateConfigurationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class AppConfigServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|