@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,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import {
|
|
9
3
|
ExperimentDefinitions,
|
|
10
4
|
ListExperimentDefinitionsRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListExperimentDefinitionsCommandInput
|
|
15
8
|
extends ListExperimentDefinitionsRequest {}
|
|
16
9
|
export interface ListExperimentDefinitionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListExperimentDefinitionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListExperimentDefinitionsCommandInput,
|
|
24
17
|
ListExperimentDefinitionsCommandOutput,
|
|
25
|
-
AppConfigClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppConfigClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListExperimentDefinitionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListExperimentDefinitionsCommandInput,
|
|
33
26
|
ListExperimentDefinitionsCommandOutput,
|
|
34
|
-
AppConfigClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppConfigClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListExperimentDefinitionsCommand extends ListExperimentDefinitionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import {
|
|
9
3
|
ExperimentRunEvents,
|
|
10
4
|
ListExperimentRunEventsRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListExperimentRunEventsCommandInput
|
|
15
8
|
extends ListExperimentRunEventsRequest {}
|
|
16
9
|
export interface ListExperimentRunEventsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListExperimentRunEventsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListExperimentRunEventsCommandInput,
|
|
24
17
|
ListExperimentRunEventsCommandOutput,
|
|
25
|
-
AppConfigClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppConfigClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListExperimentRunEventsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListExperimentRunEventsCommandInput,
|
|
33
26
|
ListExperimentRunEventsCommandOutput,
|
|
34
|
-
AppConfigClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppConfigClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListExperimentRunEventsCommand extends ListExperimentRunEventsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { ExperimentRuns, ListExperimentRunsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListExperimentRunsCommandInput
|
|
12
5
|
extends ListExperimentRunsRequest {}
|
|
13
6
|
export interface ListExperimentRunsCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const ListExperimentRunsCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
ListExperimentRunsCommandInput,
|
|
21
14
|
ListExperimentRunsCommandOutput,
|
|
22
|
-
AppConfigClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").AppConfigClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: ListExperimentRunsCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
ListExperimentRunsCommandInput,
|
|
30
23
|
ListExperimentRunsCommandOutput,
|
|
31
|
-
AppConfigClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").AppConfigClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class ListExperimentRunsCommand extends ListExperimentRunsCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import {
|
|
9
3
|
ExtensionAssociations,
|
|
10
4
|
ListExtensionAssociationsRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListExtensionAssociationsCommandInput
|
|
15
8
|
extends ListExtensionAssociationsRequest {}
|
|
16
9
|
export interface ListExtensionAssociationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListExtensionAssociationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListExtensionAssociationsCommandInput,
|
|
24
17
|
ListExtensionAssociationsCommandOutput,
|
|
25
|
-
AppConfigClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppConfigClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListExtensionAssociationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListExtensionAssociationsCommandInput,
|
|
33
26
|
ListExtensionAssociationsCommandOutput,
|
|
34
|
-
AppConfigClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppConfigClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListExtensionAssociationsCommand extends ListExtensionAssociationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { Extensions, ListExtensionsRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
|
|
12
5
|
export interface ListExtensionsCommandOutput
|
|
13
6
|
extends Extensions,
|
|
@@ -18,22 +11,20 @@ declare const ListExtensionsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListExtensionsCommandInput,
|
|
20
13
|
ListExtensionsCommandOutput,
|
|
21
|
-
AppConfigClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppConfigClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListExtensionsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListExtensionsCommandInput,
|
|
29
22
|
ListExtensionsCommandOutput,
|
|
30
|
-
AppConfigClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppConfigClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListExtensionsCommand extends ListExtensionsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import {
|
|
9
3
|
HostedConfigurationVersions,
|
|
10
4
|
ListHostedConfigurationVersionsRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListHostedConfigurationVersionsCommandInput
|
|
15
8
|
extends ListHostedConfigurationVersionsRequest {}
|
|
16
9
|
export interface ListHostedConfigurationVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListHostedConfigurationVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListHostedConfigurationVersionsCommandInput,
|
|
24
17
|
ListHostedConfigurationVersionsCommandOutput,
|
|
25
|
-
AppConfigClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppConfigClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListHostedConfigurationVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListHostedConfigurationVersionsCommandInput,
|
|
33
26
|
ListHostedConfigurationVersionsCommandOutput,
|
|
34
|
-
AppConfigClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppConfigClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListHostedConfigurationVersionsCommand extends ListHostedConfigurationVersionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTagsForResourceCommandInput
|
|
12
5
|
extends ListTagsForResourceRequest {}
|
|
13
6
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
ListTagsForResourceCommandInput,
|
|
21
14
|
ListTagsForResourceCommandOutput,
|
|
22
|
-
AppConfigClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").AppConfigClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: ListTagsForResourceCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
ListTagsForResourceCommandInput,
|
|
30
23
|
ListTagsForResourceCommandOutput,
|
|
31
|
-
AppConfigClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").AppConfigClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { Deployment, StartDeploymentRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
12
5
|
export interface StartDeploymentCommandOutput
|
|
13
6
|
extends Deployment,
|
|
@@ -18,22 +11,20 @@ declare const StartDeploymentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StartDeploymentCommandInput,
|
|
20
13
|
StartDeploymentCommandOutput,
|
|
21
|
-
AppConfigClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppConfigClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StartDeploymentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StartDeploymentCommandInput,
|
|
29
22
|
StartDeploymentCommandOutput,
|
|
30
|
-
AppConfigClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppConfigClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { ExperimentRun, StartExperimentRunRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartExperimentRunCommandInput
|
|
12
5
|
extends StartExperimentRunRequest {}
|
|
13
6
|
export interface StartExperimentRunCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const StartExperimentRunCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
StartExperimentRunCommandInput,
|
|
21
14
|
StartExperimentRunCommandOutput,
|
|
22
|
-
AppConfigClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").AppConfigClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: StartExperimentRunCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
StartExperimentRunCommandInput,
|
|
30
23
|
StartExperimentRunCommandOutput,
|
|
31
|
-
AppConfigClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").AppConfigClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class StartExperimentRunCommand extends StartExperimentRunCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { Deployment, StopDeploymentRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
|
|
12
5
|
export interface StopDeploymentCommandOutput
|
|
13
6
|
extends Deployment,
|
|
@@ -18,22 +11,20 @@ declare const StopDeploymentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StopDeploymentCommandInput,
|
|
20
13
|
StopDeploymentCommandOutput,
|
|
21
|
-
AppConfigClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppConfigClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: StopDeploymentCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
StopDeploymentCommandInput,
|
|
29
22
|
StopDeploymentCommandOutput,
|
|
30
|
-
AppConfigClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppConfigClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class StopDeploymentCommand extends StopDeploymentCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { ExperimentRun, StopExperimentRunRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StopExperimentRunCommandInput
|
|
12
5
|
extends StopExperimentRunRequest {}
|
|
13
6
|
export interface StopExperimentRunCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const StopExperimentRunCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
StopExperimentRunCommandInput,
|
|
21
14
|
StopExperimentRunCommandOutput,
|
|
22
|
-
AppConfigClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").AppConfigClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: StopExperimentRunCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
StopExperimentRunCommandInput,
|
|
30
23
|
StopExperimentRunCommandOutput,
|
|
31
|
-
AppConfigClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").AppConfigClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class StopExperimentRunCommand extends StopExperimentRunCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { TagResourceRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const TagResourceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
TagResourceCommandInput,
|
|
18
11
|
TagResourceCommandOutput,
|
|
19
|
-
AppConfigClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AppConfigClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: TagResourceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
TagResourceCommandInput,
|
|
27
20
|
TagResourceCommandOutput,
|
|
28
|
-
AppConfigClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AppConfigClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import { UntagResourceRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
12
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UntagResourceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UntagResourceCommandInput,
|
|
18
11
|
UntagResourceCommandOutput,
|
|
19
|
-
AppConfigClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AppConfigClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UntagResourceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UntagResourceCommandInput,
|
|
27
20
|
UntagResourceCommandOutput,
|
|
28
|
-
AppConfigClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AppConfigClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppConfigClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppConfigClient";
|
|
8
2
|
import {
|
|
9
3
|
AccountSettings,
|
|
10
4
|
UpdateAccountSettingsRequest,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAccountSettingsCommandInput
|
|
15
8
|
extends UpdateAccountSettingsRequest {}
|
|
16
9
|
export interface UpdateAccountSettingsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateAccountSettingsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateAccountSettingsCommandInput,
|
|
24
17
|
UpdateAccountSettingsCommandOutput,
|
|
25
|
-
AppConfigClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppConfigClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [UpdateAccountSettingsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateAccountSettingsCommandInput,
|
|
33
26
|
UpdateAccountSettingsCommandOutput,
|
|
34
|
-
AppConfigClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppConfigClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class UpdateAccountSettingsCommand extends UpdateAccountSettingsCommand_base {
|
|
43
34
|
protected static __types: {
|