@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 { ExperimentRun, GetExperimentRunRequest } 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 GetExperimentRunCommandInput extends GetExperimentRunRequest {
|
|
|
22
19
|
export interface GetExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExperimentRunCommand_base: {
|
|
25
|
-
new (input: GetExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentRunCommandInput, GetExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentRunCommandInput, GetExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentRunCommandInput, GetExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<GetExperimentRunCommandInput, GetExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about an experiment run, including its status, start time, and exposure settings.</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 { ExtensionAssociation, GetExtensionAssociationRequest } 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 GetExtensionAssociationCommandInput extends GetExtensionAssocia
|
|
|
22
19
|
export interface GetExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExtensionAssociationCommand_base: {
|
|
25
|
-
new (input: GetExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an AppConfig extension association. For more
|
|
@@ -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 { Extension, GetExtensionRequest } 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 GetExtensionCommandInput extends GetExtensionRequest {
|
|
|
22
19
|
export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetExtensionCommand_base: {
|
|
25
|
-
new (input: GetExtensionCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetExtensionCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetExtensionCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetExtensionCommandInput): import("@smithy/core/client").CommandImpl<GetExtensionCommandInput, GetExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about an AppConfig extension.</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 { GetHostedConfigurationVersionRequest, 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
|
*
|
|
@@ -29,11 +26,9 @@ export type GetHostedConfigurationVersionCommandOutputType = Omit<HostedConfigur
|
|
|
29
26
|
export interface GetHostedConfigurationVersionCommandOutput extends GetHostedConfigurationVersionCommandOutputType, __MetadataBearer {
|
|
30
27
|
}
|
|
31
28
|
declare const GetHostedConfigurationVersionCommand_base: {
|
|
32
|
-
new (input: GetHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
33
|
-
new (input: GetHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
29
|
+
new (input: GetHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
30
|
+
new (input: GetHostedConfigurationVersionCommandInput): import("@smithy/core/client").CommandImpl<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
32
|
};
|
|
38
33
|
/**
|
|
39
34
|
* <p>Retrieves information about a specific configuration version.</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 { Applications, ListApplicationsRequest } 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 ListApplicationsCommandInput extends ListApplicationsRequest {
|
|
|
22
19
|
export interface ListApplicationsCommandOutput extends Applications, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all applications in your Amazon Web Services account.</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 { ConfigurationProfiles, ListConfigurationProfilesRequest } 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 ListConfigurationProfilesCommandInput extends ListConfiguration
|
|
|
22
19
|
export interface ListConfigurationProfilesCommandOutput extends ConfigurationProfiles, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListConfigurationProfilesCommand_base: {
|
|
25
|
-
new (input: ListConfigurationProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListConfigurationProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListConfigurationProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListConfigurationProfilesCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the configuration profiles for 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 { DeploymentStrategies, ListDeploymentStrategiesRequest } 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 ListDeploymentStrategiesCommandInput extends ListDeploymentStra
|
|
|
22
19
|
export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrategies, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDeploymentStrategiesCommand_base: {
|
|
25
|
-
new (input: ListDeploymentStrategiesCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDeploymentStrategiesCommandInput]): import("@smithy/core/client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDeploymentStrategiesCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDeploymentStrategiesCommandInput]): import("@smithy/core/client").CommandImpl<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists deployment strategies.</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 { Deployments, ListDeploymentsRequest } 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 ListDeploymentsCommandInput extends ListDeploymentsRequest {
|
|
|
22
19
|
export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDeploymentsCommand_base: {
|
|
25
|
-
new (input: ListDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDeploymentsCommandInput): import("@smithy/core/client").CommandImpl<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the deployments for an environment in descending deployment number order.</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 { Environments, ListEnvironmentsRequest } 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 ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
|
|
|
22
19
|
export interface ListEnvironmentsCommandOutput extends Environments, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEnvironmentsCommand_base: {
|
|
25
|
-
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListEnvironmentsCommandInput): import("@smithy/core/client").CommandImpl<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the environments for 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 { ExperimentDefinitions, ListExperimentDefinitionsRequest } 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 ListExperimentDefinitionsCommandInput extends ListExperimentDef
|
|
|
22
19
|
export interface ListExperimentDefinitionsCommandOutput extends ExperimentDefinitions, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentDefinitionsCommand_base: {
|
|
25
|
-
new (input: ListExperimentDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentDefinitionsCommandInput, ListExperimentDefinitionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListExperimentDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentDefinitionsCommandInput, ListExperimentDefinitionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentDefinitionsCommandInput, ListExperimentDefinitionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListExperimentDefinitionsCommandInput]): import("@smithy/core/client").CommandImpl<ListExperimentDefinitionsCommandInput, ListExperimentDefinitionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the experiment definitions for an account. You can filter results by application, configuration profile, environment, or status.</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 { ExperimentRunEvents, ListExperimentRunEventsRequest } 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 ListExperimentRunEventsCommandInput extends ListExperimentRunEv
|
|
|
22
19
|
export interface ListExperimentRunEventsCommandOutput extends ExperimentRunEvents, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentRunEventsCommand_base: {
|
|
25
|
-
new (input: ListExperimentRunEventsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunEventsCommandInput, ListExperimentRunEventsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperimentRunEventsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunEventsCommandInput, ListExperimentRunEventsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentRunEventsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunEventsCommandInput, ListExperimentRunEventsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperimentRunEventsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunEventsCommandInput, ListExperimentRunEventsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the events for a specified experiment run. Events provide a timeline of actions and state changes that occurred during the run.</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 { ExperimentRuns, ListExperimentRunsRequest } 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 ListExperimentRunsCommandInput extends ListExperimentRunsReques
|
|
|
22
19
|
export interface ListExperimentRunsCommandOutput extends ExperimentRuns, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExperimentRunsCommand_base: {
|
|
25
|
-
new (input: ListExperimentRunsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunsCommandInput, ListExperimentRunsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListExperimentRunsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunsCommandInput, ListExperimentRunsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExperimentRunsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunsCommandInput, ListExperimentRunsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExperimentRunsCommandInput): import("@smithy/core/client").CommandImpl<ListExperimentRunsCommandInput, ListExperimentRunsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the experiment runs for a specified experiment definition. You can filter by status.</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 { ExtensionAssociations, ListExtensionAssociationsRequest } 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 ListExtensionAssociationsCommandInput extends ListExtensionAsso
|
|
|
22
19
|
export interface ListExtensionAssociationsCommandOutput extends ExtensionAssociations, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExtensionAssociationsCommand_base: {
|
|
25
|
-
new (input: ListExtensionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListExtensionAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExtensionAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListExtensionAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all AppConfig extension associations in the account. For more
|
|
@@ -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 { Extensions, ListExtensionsRequest } 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 ListExtensionsCommandInput extends ListExtensionsRequest {
|
|
|
22
19
|
export interface ListExtensionsCommandOutput extends Extensions, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExtensionsCommand_base: {
|
|
25
|
-
new (input: ListExtensionsCommandInput): import("@smithy/core/client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListExtensionsCommandInput]): import("@smithy/core/client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListExtensionsCommandInput): import("@smithy/core/client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListExtensionsCommandInput]): import("@smithy/core/client").CommandImpl<ListExtensionsCommandInput, ListExtensionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all custom and Amazon Web Services authored AppConfig extensions 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 { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } 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 ListHostedConfigurationVersionsCommandInput extends ListHostedC
|
|
|
22
19
|
export interface ListHostedConfigurationVersionsCommandOutput extends HostedConfigurationVersions, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListHostedConfigurationVersionsCommand_base: {
|
|
25
|
-
new (input: ListHostedConfigurationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListHostedConfigurationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListHostedConfigurationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListHostedConfigurationVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists configurations stored in the AppConfig hosted configuration store by
|
|
@@ -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 { ListTagsForResourceRequest, ResourceTags } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ResourceTags, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the list of key-value tags assigned to the resource.</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, StartDeploymentRequest } 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 StartDeploymentCommandInput extends StartDeploymentRequest {
|
|
|
22
19
|
export interface StartDeploymentCommandOutput extends Deployment, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartDeploymentCommand_base: {
|
|
25
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StartDeploymentCommandInput, StartDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts a 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 { ExperimentRun, StartExperimentRunRequest } 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 StartExperimentRunCommandInput extends StartExperimentRunReques
|
|
|
22
19
|
export interface StartExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartExperimentRunCommand_base: {
|
|
25
|
-
new (input: StartExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentRunCommandInput, StartExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentRunCommandInput, StartExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentRunCommandInput, StartExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StartExperimentRunCommandInput, StartExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts an experiment run for the specified experiment definition. An experiment run delivers treatments to the target audience and collects metrics. You can start multiple experiment runs from the same experiment definition.</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, StopDeploymentRequest } 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 StopDeploymentCommandInput extends StopDeploymentRequest {
|
|
|
22
19
|
export interface StopDeploymentCommandOutput extends Deployment, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopDeploymentCommand_base: {
|
|
25
|
-
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopDeploymentCommandInput): import("@smithy/core/client").CommandImpl<StopDeploymentCommandInput, StopDeploymentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops a deployment. This API action works only on deployments that have a status 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 { ExperimentRun, StopExperimentRunRequest } 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 StopExperimentRunCommandInput extends StopExperimentRunRequest
|
|
|
22
19
|
export interface StopExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StopExperimentRunCommand_base: {
|
|
25
|
-
new (input: StopExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentRunCommandInput, StopExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StopExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentRunCommandInput, StopExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StopExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentRunCommandInput, StopExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StopExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<StopExperimentRunCommandInput, StopExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Stops a running experiment. Stopping an experiment run ends audience exposure and returns users to the currently deployed feature flag 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 { TagResourceRequest } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Assigns metadata to an AppConfig resource. Tags help organize and categorize
|