@aws-sdk/client-codedeploy 3.1077.0 → 3.1078.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 +55 -473
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/BatchGetApplicationRevisionsCommand.js +2 -14
- package/dist-es/commands/BatchGetApplicationsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentGroupsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentInstancesCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +2 -14
- package/dist-es/commands/BatchGetDeploymentsCommand.js +2 -14
- package/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/ContinueDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/DeleteGitHubAccountTokenCommand.js +2 -14
- package/dist-es/commands/DeleteResourcesByExternalIdCommand.js +2 -14
- package/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetApplicationRevisionCommand.js +2 -14
- package/dist-es/commands/GetDeploymentCommand.js +2 -14
- package/dist-es/commands/GetDeploymentConfigCommand.js +2 -14
- package/dist-es/commands/GetDeploymentGroupCommand.js +2 -14
- package/dist-es/commands/GetDeploymentInstanceCommand.js +2 -14
- package/dist-es/commands/GetDeploymentTargetCommand.js +2 -14
- package/dist-es/commands/GetOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/ListApplicationRevisionsCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentConfigsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentGroupsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentInstancesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentTargetsCommand.js +2 -14
- package/dist-es/commands/ListDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +2 -14
- package/dist-es/commands/ListOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +2 -14
- package/dist-es/commands/RegisterApplicationRevisionCommand.js +2 -14
- package/dist-es/commands/RegisterOnPremisesInstanceCommand.js +2 -14
- package/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -14
- package/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -14
- package/dist-es/commands/StopDeploymentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateDeploymentGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddTagsToOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ContinueDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGitHubAccountTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentConfigCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentTargetCommand.d.ts +3 -8
- package/dist-types/commands/GetOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationRevisionsCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentConfigsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListGitHubAccountTokenNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +3 -8
- package/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +3 -8
- package/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +3 -8
- package/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +3 -8
- package/dist-types/commands/StopDeploymentCommand.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/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeploymentGroupCommand.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/AddTagsToOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDeploymentCommand.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/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDeploymentGroupsInput,
|
|
10
4
|
ListDeploymentGroupsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDeploymentGroupsCommandInput
|
|
15
8
|
extends ListDeploymentGroupsInput {}
|
|
16
9
|
export interface ListDeploymentGroupsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDeploymentGroupsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDeploymentGroupsCommandInput,
|
|
24
17
|
ListDeploymentGroupsCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListDeploymentGroupsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDeploymentGroupsCommandInput,
|
|
33
26
|
ListDeploymentGroupsCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListDeploymentGroupsCommand extends ListDeploymentGroupsCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDeploymentInstancesInput,
|
|
10
4
|
ListDeploymentInstancesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDeploymentInstancesCommandInput
|
|
15
8
|
extends ListDeploymentInstancesInput {}
|
|
16
9
|
export interface ListDeploymentInstancesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDeploymentInstancesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDeploymentInstancesCommandInput,
|
|
24
17
|
ListDeploymentInstancesCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListDeploymentInstancesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDeploymentInstancesCommandInput,
|
|
33
26
|
ListDeploymentInstancesCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListDeploymentInstancesCommand extends ListDeploymentInstancesCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDeploymentTargetsInput,
|
|
10
4
|
ListDeploymentTargetsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDeploymentTargetsCommandInput
|
|
15
8
|
extends ListDeploymentTargetsInput {}
|
|
16
9
|
export interface ListDeploymentTargetsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListDeploymentTargetsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListDeploymentTargetsCommandInput,
|
|
24
17
|
ListDeploymentTargetsCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListDeploymentTargetsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListDeploymentTargetsCommandInput,
|
|
33
26
|
ListDeploymentTargetsCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListDeploymentTargetsCommand extends ListDeploymentTargetsCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListDeploymentsInput,
|
|
10
4
|
ListDeploymentsOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListDeploymentsCommandInput extends ListDeploymentsInput {}
|
|
15
8
|
export interface ListDeploymentsCommandOutput
|
|
16
9
|
extends ListDeploymentsOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListDeploymentsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListDeploymentsCommandInput,
|
|
23
16
|
ListDeploymentsCommandOutput,
|
|
24
|
-
CodeDeployClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListDeploymentsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListDeploymentsCommandInput,
|
|
32
25
|
ListDeploymentsCommandOutput,
|
|
33
|
-
CodeDeployClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListDeploymentsCommand extends ListDeploymentsCommand_base {
|
|
42
33
|
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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListGitHubAccountTokenNamesInput,
|
|
10
4
|
ListGitHubAccountTokenNamesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListGitHubAccountTokenNamesCommandInput
|
|
15
8
|
extends ListGitHubAccountTokenNamesInput {}
|
|
16
9
|
export interface ListGitHubAccountTokenNamesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListGitHubAccountTokenNamesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListGitHubAccountTokenNamesCommandInput,
|
|
24
17
|
ListGitHubAccountTokenNamesCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListGitHubAccountTokenNamesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListGitHubAccountTokenNamesCommandInput,
|
|
33
26
|
ListGitHubAccountTokenNamesCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListGitHubAccountTokenNamesCommand extends ListGitHubAccountTokenNamesCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListOnPremisesInstancesInput,
|
|
10
4
|
ListOnPremisesInstancesOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListOnPremisesInstancesCommandInput
|
|
15
8
|
extends ListOnPremisesInstancesInput {}
|
|
16
9
|
export interface ListOnPremisesInstancesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListOnPremisesInstancesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListOnPremisesInstancesCommandInput,
|
|
24
17
|
ListOnPremisesInstancesCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListOnPremisesInstancesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListOnPremisesInstancesCommandInput,
|
|
33
26
|
ListOnPremisesInstancesCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListOnPremisesInstancesCommand extends ListOnPremisesInstancesCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceInput,
|
|
10
4
|
ListTagsForResourceOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceInput {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import {
|
|
9
3
|
PutLifecycleEventHookExecutionStatusInput,
|
|
10
4
|
PutLifecycleEventHookExecutionStatusOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PutLifecycleEventHookExecutionStatusCommandInput
|
|
15
8
|
extends PutLifecycleEventHookExecutionStatusInput {}
|
|
16
9
|
export interface PutLifecycleEventHookExecutionStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PutLifecycleEventHookExecutionStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
24
17
|
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
25
|
-
CodeDeployClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [PutLifecycleEventHookExecutionStatusCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
33
26
|
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
34
|
-
CodeDeployClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 PutLifecycleEventHookExecutionStatusCommand extends PutLifecycleEventHookExecutionStatusCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { RegisterApplicationRevisionInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RegisterApplicationRevisionCommandInput
|
|
12
5
|
extends RegisterApplicationRevisionInput {}
|
|
13
6
|
export interface RegisterApplicationRevisionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RegisterApplicationRevisionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RegisterApplicationRevisionCommandInput,
|
|
20
13
|
RegisterApplicationRevisionCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RegisterApplicationRevisionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RegisterApplicationRevisionCommandInput,
|
|
29
22
|
RegisterApplicationRevisionCommandOutput,
|
|
30
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 RegisterApplicationRevisionCommand extends RegisterApplicationRevisionCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { RegisterOnPremisesInstanceInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RegisterOnPremisesInstanceCommandInput
|
|
12
5
|
extends RegisterOnPremisesInstanceInput {}
|
|
13
6
|
export interface RegisterOnPremisesInstanceCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RegisterOnPremisesInstanceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RegisterOnPremisesInstanceCommandInput,
|
|
20
13
|
RegisterOnPremisesInstanceCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RegisterOnPremisesInstanceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RegisterOnPremisesInstanceCommandInput,
|
|
29
22
|
RegisterOnPremisesInstanceCommandOutput,
|
|
30
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 RegisterOnPremisesInstanceCommand extends RegisterOnPremisesInstanceCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RemoveTagsFromOnPremisesInstancesCommandInput
|
|
12
5
|
extends RemoveTagsFromOnPremisesInstancesInput {}
|
|
13
6
|
export interface RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RemoveTagsFromOnPremisesInstancesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
20
13
|
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RemoveTagsFromOnPremisesInstancesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
29
22
|
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
30
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 RemoveTagsFromOnPremisesInstancesCommand extends RemoveTagsFromOnPremisesInstancesCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SkipWaitTimeForInstanceTerminationCommandInput
|
|
12
5
|
extends SkipWaitTimeForInstanceTerminationInput {}
|
|
13
6
|
export interface SkipWaitTimeForInstanceTerminationCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const SkipWaitTimeForInstanceTerminationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
20
13
|
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [SkipWaitTimeForInstanceTerminationCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
29
22
|
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
30
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 SkipWaitTimeForInstanceTerminationCommand extends SkipWaitTimeForInstanceTerminationCommand_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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StopDeploymentCommandInput extends StopDeploymentInput {}
|
|
12
5
|
export interface StopDeploymentCommandOutput
|
|
13
6
|
extends StopDeploymentOutput,
|
|
@@ -18,22 +11,20 @@ declare const StopDeploymentCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
StopDeploymentCommandInput,
|
|
20
13
|
StopDeploymentCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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
|
-
CodeDeployClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../CodeDeployClient";
|
|
8
2
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
CodeDeployClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
CodeDeployClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeDeployClientResolvedConfig,
|
|
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 TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
protected static __types: {
|