@aws-sdk/client-appconfig 3.1077.0 → 3.1079.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/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/CreateExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/CreateExtensionCommand.js +2 -14
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteExtensionCommand.js +2 -14
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetConfigurationCommand.js +2 -14
- package/dist-es/commands/GetConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/GetDeploymentCommand.js +2 -14
- package/dist-es/commands/GetDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/GetEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/GetExperimentRunCommand.js +2 -14
- package/dist-es/commands/GetExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/GetExtensionCommand.js +2 -14
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationProfilesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListExperimentDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListExperimentRunEventsCommand.js +2 -14
- package/dist-es/commands/ListExperimentRunsCommand.js +2 -14
- package/dist-es/commands/ListExtensionAssociationsCommand.js +2 -14
- package/dist-es/commands/ListExtensionsCommand.js +2 -14
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartDeploymentCommand.js +2 -14
- package/dist-es/commands/StartExperimentRunCommand.js +2 -14
- package/dist-es/commands/StopDeploymentCommand.js +2 -14
- package/dist-es/commands/StopExperimentRunCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/UpdateExperimentRunCommand.js +2 -14
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateExtensionCommand.js +2 -14
- package/dist-es/commands/ValidateConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateExtensionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExtensionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetExtensionCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentRunEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListExtensionsCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StartExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExtensionCommand.d.ts +3 -8
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { CreateEnvironmentRequest, Environment } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest
|
|
|
22
19
|
export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateEnvironmentCommand_base: {
|
|
25
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an environment. For each application, you define one or more environments. An
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { CreateExperimentDefinitionRequest, ExperimentDefinition } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateExperimentDefinitionCommandInput extends CreateExperiment
|
|
|
22
19
|
export interface CreateExperimentDefinitionCommandOutput extends ExperimentDefinition, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateExperimentDefinitionCommand_base: {
|
|
25
|
-
new (input: CreateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentDefinitionCommandInput, CreateExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentDefinitionCommandInput, CreateExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentDefinitionCommandInput, CreateExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<CreateExperimentDefinitionCommandInput, CreateExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an experiment definition in AppConfig. An experiment definition describes the purpose, scope, and operational configuration of an experiment, including the target audience, feature flag, and treatment configurations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateExtensionAssociationCommandInput extends CreateExtensionA
|
|
|
22
19
|
export interface CreateExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateExtensionAssociationCommand_base: {
|
|
25
|
-
new (input: CreateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>When you create an extension or configure an Amazon Web Services authored extension, you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { CreateExtensionRequest, Extension } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateExtensionCommandInput extends CreateExtensionRequest {
|
|
|
22
19
|
export interface CreateExtensionCommandOutput extends Extension, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateExtensionCommand_base: {
|
|
25
|
-
new (input: CreateExtensionCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateExtensionCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateExtensionCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateExtensionCommandInput): import("@smithy/core/client").CommandImpl<CreateExtensionCommandInput, CreateExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an AppConfig extension. An extension augments your ability to inject
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
5
3
|
import type { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*/
|
|
@@ -35,11 +32,9 @@ export type CreateHostedConfigurationVersionCommandOutputType = Omit<HostedConfi
|
|
|
35
32
|
export interface CreateHostedConfigurationVersionCommandOutput extends CreateHostedConfigurationVersionCommandOutputType, __MetadataBearer {
|
|
36
33
|
}
|
|
37
34
|
declare const CreateHostedConfigurationVersionCommand_base: {
|
|
38
|
-
new (input: CreateHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
39
|
-
new (input: CreateHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
40
|
-
getEndpointParameterInstructions():
|
|
41
|
-
[x: string]: unknown;
|
|
42
|
-
};
|
|
35
|
+
new (input: CreateHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
36
|
+
new (input: CreateHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
43
38
|
};
|
|
44
39
|
/**
|
|
45
40
|
* <p>Creates a new configuration in the AppConfig hosted configuration store. If
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteApplicationRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
22
19
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an application.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteConfigurationProfileRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurat
|
|
|
22
19
|
export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteConfigurationProfileCommand_base: {
|
|
25
|
-
new (input: DeleteConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a configuration profile.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteDeploymentStrategyRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentSt
|
|
|
22
19
|
export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDeploymentStrategyCommand_base: {
|
|
25
|
-
new (input: DeleteDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a deployment strategy.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteEnvironmentRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest
|
|
|
22
19
|
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteEnvironmentCommand_base: {
|
|
25
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an environment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteExperimentDefinitionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteExperimentDefinitionCommandInput extends DeleteExperiment
|
|
|
22
19
|
export interface DeleteExperimentDefinitionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteExperimentDefinitionCommand_base: {
|
|
25
|
-
new (input: DeleteExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentDefinitionCommandInput, DeleteExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentDefinitionCommandInput, DeleteExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentDefinitionCommandInput, DeleteExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExperimentDefinitionCommandInput, DeleteExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an experiment definition. You can archive the definition to hide it from the active list while preserving it for future reference, or permanently delete it along with all associated run history.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteExtensionAssociationRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteExtensionAssociationCommandInput extends DeleteExtensionA
|
|
|
22
19
|
export interface DeleteExtensionAssociationCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteExtensionAssociationCommand_base: {
|
|
25
|
-
new (input: DeleteExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an extension association. This action doesn't delete extensions defined in the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteExtensionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {
|
|
|
22
19
|
export interface DeleteExtensionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteExtensionCommand_base: {
|
|
25
|
-
new (input: DeleteExtensionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteExtensionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteExtensionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteExtensionCommandInput): import("@smithy/core/client").CommandImpl<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes an AppConfig extension. You must delete all associations to an
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHost
|
|
|
22
19
|
export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteHostedConfigurationVersionCommand_base: {
|
|
25
|
-
new (input: DeleteHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a version of a configuration from the AppConfig hosted configuration
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { AccountSettings } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccountSettingsCommandInput {
|
|
|
22
19
|
export interface GetAccountSettingsCommandOutput extends AccountSettings, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccountSettingsCommand_base: {
|
|
25
|
-
new (input: GetAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about the status of the <code>DeletionProtection</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { Application, GetApplicationRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
|
|
|
22
19
|
export interface GetApplicationCommandOutput extends Application, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetApplicationCommand_base: {
|
|
25
|
-
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an application.</p>
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
3
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
5
3
|
import type { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
6
4
|
/**
|
|
7
5
|
* @public
|
|
8
6
|
*/
|
|
9
7
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
8
|
/**
|
|
12
9
|
* @public
|
|
13
10
|
*
|
|
@@ -29,11 +26,9 @@ export type GetConfigurationCommandOutputType = Omit<Configuration, "Content"> &
|
|
|
29
26
|
export interface GetConfigurationCommandOutput extends GetConfigurationCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetConfigurationCommand_base: {
|
|
32
|
-
new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationCommandInput, GetConfigurationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>(Deprecated) Retrieves the latest deployed configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetConfigurationProfileCommandInput extends GetConfigurationPro
|
|
|
22
19
|
export interface GetConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetConfigurationProfileCommand_base: {
|
|
25
|
-
new (input: GetConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a configuration profile.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDeploymentCommandInput extends GetDeploymentRequest {
|
|
|
22
19
|
export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDeploymentCommand_base: {
|
|
25
|
-
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDeploymentCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentCommandInput, GetDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a configuration deployment.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetDeploymentStrategyCommandInput extends GetDeploymentStrategy
|
|
|
22
19
|
export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDeploymentStrategyCommand_base: {
|
|
25
|
-
new (input: GetDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about a deployment strategy. A deployment strategy defines
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
|
|
|
22
19
|
export interface GetEnvironmentCommandOutput extends Environment, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEnvironmentCommand_base: {
|
|
25
|
-
new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an environment. An environment is a deployment group of
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
|
|
4
2
|
import type { ExperimentDefinition, GetExperimentDefinitionRequest } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetExperimentDefinitionCommandInput extends GetExperimentDefini
|
|
|
22
19
|
export interface GetExperimentDefinitionCommandOutput extends ExperimentDefinition, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExperimentDefinitionCommand_base: {
|
|
25
|
-
new (input: GetExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentDefinitionCommandInput, GetExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentDefinitionCommandInput, GetExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentDefinitionCommandInput, GetExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentDefinitionCommandInput, GetExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an experiment definition.</p>
|