@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
|
+
BatchGetApplicationsInput,
|
|
15
|
+
BatchGetApplicationsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetApplicationsCommandInput
|
|
18
|
+
extends BatchGetApplicationsInput {}
|
|
19
|
+
export interface BatchGetApplicationsCommandOutput
|
|
20
|
+
extends BatchGetApplicationsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetApplicationsCommand extends $Command<
|
|
23
|
+
BatchGetApplicationsCommandInput,
|
|
24
|
+
BatchGetApplicationsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetApplicationsCommandInput;
|
|
28
|
+
constructor(input: BatchGetApplicationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetApplicationsCommandInput,
|
|
35
|
+
BatchGetApplicationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
BatchGetDeploymentGroupsInput,
|
|
15
|
+
BatchGetDeploymentGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDeploymentGroupsCommandInput
|
|
18
|
+
extends BatchGetDeploymentGroupsInput {}
|
|
19
|
+
export interface BatchGetDeploymentGroupsCommandOutput
|
|
20
|
+
extends BatchGetDeploymentGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetDeploymentGroupsCommand extends $Command<
|
|
23
|
+
BatchGetDeploymentGroupsCommandInput,
|
|
24
|
+
BatchGetDeploymentGroupsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetDeploymentGroupsCommandInput;
|
|
28
|
+
constructor(input: BatchGetDeploymentGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetDeploymentGroupsCommandInput,
|
|
35
|
+
BatchGetDeploymentGroupsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
BatchGetDeploymentInstancesInput,
|
|
15
|
+
BatchGetDeploymentInstancesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDeploymentInstancesCommandInput
|
|
18
|
+
extends BatchGetDeploymentInstancesInput {}
|
|
19
|
+
export interface BatchGetDeploymentInstancesCommandOutput
|
|
20
|
+
extends BatchGetDeploymentInstancesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetDeploymentInstancesCommand extends $Command<
|
|
23
|
+
BatchGetDeploymentInstancesCommandInput,
|
|
24
|
+
BatchGetDeploymentInstancesCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetDeploymentInstancesCommandInput;
|
|
28
|
+
constructor(input: BatchGetDeploymentInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetDeploymentInstancesCommandInput,
|
|
35
|
+
BatchGetDeploymentInstancesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
BatchGetDeploymentTargetsInput,
|
|
15
|
+
BatchGetDeploymentTargetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDeploymentTargetsCommandInput
|
|
18
|
+
extends BatchGetDeploymentTargetsInput {}
|
|
19
|
+
export interface BatchGetDeploymentTargetsCommandOutput
|
|
20
|
+
extends BatchGetDeploymentTargetsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetDeploymentTargetsCommand extends $Command<
|
|
23
|
+
BatchGetDeploymentTargetsCommandInput,
|
|
24
|
+
BatchGetDeploymentTargetsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetDeploymentTargetsCommandInput;
|
|
28
|
+
constructor(input: BatchGetDeploymentTargetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetDeploymentTargetsCommandInput,
|
|
35
|
+
BatchGetDeploymentTargetsCommandOutput
|
|
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
|
+
BatchGetDeploymentsInput,
|
|
15
|
+
BatchGetDeploymentsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetDeploymentsCommandInput
|
|
18
|
+
extends BatchGetDeploymentsInput {}
|
|
19
|
+
export interface BatchGetDeploymentsCommandOutput
|
|
20
|
+
extends BatchGetDeploymentsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetDeploymentsCommand extends $Command<
|
|
23
|
+
BatchGetDeploymentsCommandInput,
|
|
24
|
+
BatchGetDeploymentsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetDeploymentsCommandInput;
|
|
28
|
+
constructor(input: BatchGetDeploymentsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput>;
|
|
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
|
+
BatchGetOnPremisesInstancesInput,
|
|
15
|
+
BatchGetOnPremisesInstancesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetOnPremisesInstancesCommandInput
|
|
18
|
+
extends BatchGetOnPremisesInstancesInput {}
|
|
19
|
+
export interface BatchGetOnPremisesInstancesCommandOutput
|
|
20
|
+
extends BatchGetOnPremisesInstancesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class BatchGetOnPremisesInstancesCommand extends $Command<
|
|
23
|
+
BatchGetOnPremisesInstancesCommandInput,
|
|
24
|
+
BatchGetOnPremisesInstancesCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetOnPremisesInstancesCommandInput;
|
|
28
|
+
constructor(input: BatchGetOnPremisesInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
BatchGetOnPremisesInstancesCommandInput,
|
|
35
|
+
BatchGetOnPremisesInstancesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { ContinueDeploymentInput } from "../models/models_0";
|
|
14
|
+
export interface ContinueDeploymentCommandInput
|
|
15
|
+
extends ContinueDeploymentInput {}
|
|
16
|
+
export interface ContinueDeploymentCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class ContinueDeploymentCommand extends $Command<
|
|
18
|
+
ContinueDeploymentCommandInput,
|
|
19
|
+
ContinueDeploymentCommandOutput,
|
|
20
|
+
CodeDeployClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: ContinueDeploymentCommandInput;
|
|
23
|
+
constructor(input: ContinueDeploymentCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -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 {
|
|
14
|
+
CreateApplicationInput,
|
|
15
|
+
CreateApplicationOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationCommandInput extends CreateApplicationInput {}
|
|
18
|
+
export interface CreateApplicationCommandOutput
|
|
19
|
+
extends CreateApplicationOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
22
|
+
CreateApplicationCommandInput,
|
|
23
|
+
CreateApplicationCommandOutput,
|
|
24
|
+
CodeDeployClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateApplicationCommandInput;
|
|
27
|
+
constructor(input: CreateApplicationCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
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 {
|
|
14
|
+
CreateDeploymentInput,
|
|
15
|
+
CreateDeploymentOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentCommandInput extends CreateDeploymentInput {}
|
|
18
|
+
export interface CreateDeploymentCommandOutput
|
|
19
|
+
extends CreateDeploymentOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateDeploymentCommand extends $Command<
|
|
22
|
+
CreateDeploymentCommandInput,
|
|
23
|
+
CreateDeploymentCommandOutput,
|
|
24
|
+
CodeDeployClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateDeploymentCommandInput;
|
|
27
|
+
constructor(input: CreateDeploymentCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
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
|
+
CreateDeploymentConfigInput,
|
|
15
|
+
CreateDeploymentConfigOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentConfigCommandInput
|
|
18
|
+
extends CreateDeploymentConfigInput {}
|
|
19
|
+
export interface CreateDeploymentConfigCommandOutput
|
|
20
|
+
extends CreateDeploymentConfigOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDeploymentConfigCommand extends $Command<
|
|
23
|
+
CreateDeploymentConfigCommandInput,
|
|
24
|
+
CreateDeploymentConfigCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDeploymentConfigCommandInput;
|
|
28
|
+
constructor(input: CreateDeploymentConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDeploymentConfigCommandInput,
|
|
35
|
+
CreateDeploymentConfigCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
CreateDeploymentGroupInput,
|
|
15
|
+
CreateDeploymentGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentGroupCommandInput
|
|
18
|
+
extends CreateDeploymentGroupInput {}
|
|
19
|
+
export interface CreateDeploymentGroupCommandOutput
|
|
20
|
+
extends CreateDeploymentGroupOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDeploymentGroupCommand extends $Command<
|
|
23
|
+
CreateDeploymentGroupCommandInput,
|
|
24
|
+
CreateDeploymentGroupCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDeploymentGroupCommandInput;
|
|
28
|
+
constructor(input: CreateDeploymentGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDeploymentGroupCommandInput,
|
|
35
|
+
CreateDeploymentGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|