@aws-sdk/client-codedeploy 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeDeploy.d.ts +821 -240
- package/dist-types/ts3.4/CodeDeployClient.d.ts +386 -120
- package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +47 -47
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2234 -2482
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import {
|
|
14
|
+
ListOnPremisesInstancesInput,
|
|
15
|
+
ListOnPremisesInstancesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListOnPremisesInstancesCommandInput
|
|
18
|
+
extends ListOnPremisesInstancesInput {}
|
|
19
|
+
export interface ListOnPremisesInstancesCommandOutput
|
|
20
|
+
extends ListOnPremisesInstancesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListOnPremisesInstancesCommand extends $Command<
|
|
23
|
+
ListOnPremisesInstancesCommandInput,
|
|
24
|
+
ListOnPremisesInstancesCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListOnPremisesInstancesCommandInput;
|
|
28
|
+
constructor(input: ListOnPremisesInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListOnPremisesInstancesCommandInput,
|
|
35
|
+
ListOnPremisesInstancesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceInput,
|
|
15
|
+
ListTagsForResourceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceInput {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
23
|
+
ListTagsForResourceCommandInput,
|
|
24
|
+
ListTagsForResourceCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
28
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import {
|
|
14
|
+
PutLifecycleEventHookExecutionStatusInput,
|
|
15
|
+
PutLifecycleEventHookExecutionStatusOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PutLifecycleEventHookExecutionStatusCommandInput
|
|
18
|
+
extends PutLifecycleEventHookExecutionStatusInput {}
|
|
19
|
+
export interface PutLifecycleEventHookExecutionStatusCommandOutput
|
|
20
|
+
extends PutLifecycleEventHookExecutionStatusOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class PutLifecycleEventHookExecutionStatusCommand extends $Command<
|
|
23
|
+
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
24
|
+
PutLifecycleEventHookExecutionStatusCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PutLifecycleEventHookExecutionStatusCommandInput;
|
|
28
|
+
constructor(input: PutLifecycleEventHookExecutionStatusCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
PutLifecycleEventHookExecutionStatusCommandInput,
|
|
35
|
+
PutLifecycleEventHookExecutionStatusCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { RegisterApplicationRevisionInput } from "../models/models_0";
|
|
14
|
+
export interface RegisterApplicationRevisionCommandInput
|
|
15
|
+
extends RegisterApplicationRevisionInput {}
|
|
16
|
+
export interface RegisterApplicationRevisionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class RegisterApplicationRevisionCommand extends $Command<
|
|
19
|
+
RegisterApplicationRevisionCommandInput,
|
|
20
|
+
RegisterApplicationRevisionCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RegisterApplicationRevisionCommandInput;
|
|
24
|
+
constructor(input: RegisterApplicationRevisionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
RegisterApplicationRevisionCommandInput,
|
|
31
|
+
RegisterApplicationRevisionCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { RegisterOnPremisesInstanceInput } from "../models/models_0";
|
|
14
|
+
export interface RegisterOnPremisesInstanceCommandInput
|
|
15
|
+
extends RegisterOnPremisesInstanceInput {}
|
|
16
|
+
export interface RegisterOnPremisesInstanceCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class RegisterOnPremisesInstanceCommand extends $Command<
|
|
19
|
+
RegisterOnPremisesInstanceCommandInput,
|
|
20
|
+
RegisterOnPremisesInstanceCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RegisterOnPremisesInstanceCommandInput;
|
|
24
|
+
constructor(input: RegisterOnPremisesInstanceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
RegisterOnPremisesInstanceCommandInput,
|
|
31
|
+
RegisterOnPremisesInstanceCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { RemoveTagsFromOnPremisesInstancesInput } from "../models/models_0";
|
|
14
|
+
export interface RemoveTagsFromOnPremisesInstancesCommandInput
|
|
15
|
+
extends RemoveTagsFromOnPremisesInstancesInput {}
|
|
16
|
+
export interface RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class RemoveTagsFromOnPremisesInstancesCommand extends $Command<
|
|
19
|
+
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
20
|
+
RemoveTagsFromOnPremisesInstancesCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: RemoveTagsFromOnPremisesInstancesCommandInput;
|
|
24
|
+
constructor(input: RemoveTagsFromOnPremisesInstancesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
RemoveTagsFromOnPremisesInstancesCommandInput,
|
|
31
|
+
RemoveTagsFromOnPremisesInstancesCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { SkipWaitTimeForInstanceTerminationInput } from "../models/models_0";
|
|
14
|
+
export interface SkipWaitTimeForInstanceTerminationCommandInput
|
|
15
|
+
extends SkipWaitTimeForInstanceTerminationInput {}
|
|
16
|
+
export interface SkipWaitTimeForInstanceTerminationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class SkipWaitTimeForInstanceTerminationCommand extends $Command<
|
|
19
|
+
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
20
|
+
SkipWaitTimeForInstanceTerminationCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SkipWaitTimeForInstanceTerminationCommandInput;
|
|
24
|
+
constructor(input: SkipWaitTimeForInstanceTerminationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
SkipWaitTimeForInstanceTerminationCommandInput,
|
|
31
|
+
SkipWaitTimeForInstanceTerminationCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0";
|
|
14
|
+
export interface StopDeploymentCommandInput extends StopDeploymentInput {}
|
|
15
|
+
export interface StopDeploymentCommandOutput
|
|
16
|
+
extends StopDeploymentOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopDeploymentCommand extends $Command<
|
|
19
|
+
StopDeploymentCommandInput,
|
|
20
|
+
StopDeploymentCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopDeploymentCommandInput;
|
|
24
|
+
constructor(input: StopDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopDeploymentCommandInput, StopDeploymentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
|
+
export interface UntagResourceCommandOutput
|
|
16
|
+
extends UntagResourceOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UntagResourceCommand extends $Command<
|
|
19
|
+
UntagResourceCommandInput,
|
|
20
|
+
UntagResourceCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UntagResourceCommandInput;
|
|
24
|
+
constructor(input: UntagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeDeployClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeDeployClient";
|
|
13
|
+
import { UpdateApplicationInput } from "../models/models_0";
|
|
14
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationInput {}
|
|
15
|
+
export interface UpdateApplicationCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UpdateApplicationCommand extends $Command<
|
|
17
|
+
UpdateApplicationCommandInput,
|
|
18
|
+
UpdateApplicationCommandOutput,
|
|
19
|
+
CodeDeployClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UpdateApplicationCommandInput;
|
|
22
|
+
constructor(input: UpdateApplicationCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|