@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,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 { DeleteApplicationInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteApplicationCommandInput extends DeleteApplicationInput {}
|
|
15
|
+
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
17
|
+
DeleteApplicationCommandInput,
|
|
18
|
+
DeleteApplicationCommandOutput,
|
|
19
|
+
CodeDeployClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteApplicationCommandInput;
|
|
22
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DeleteDeploymentConfigInput } from "../models/models_0";
|
|
14
|
+
export interface DeleteDeploymentConfigCommandInput
|
|
15
|
+
extends DeleteDeploymentConfigInput {}
|
|
16
|
+
export interface DeleteDeploymentConfigCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteDeploymentConfigCommand extends $Command<
|
|
18
|
+
DeleteDeploymentConfigCommandInput,
|
|
19
|
+
DeleteDeploymentConfigCommandOutput,
|
|
20
|
+
CodeDeployClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDeploymentConfigCommandInput;
|
|
23
|
+
constructor(input: DeleteDeploymentConfigCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
DeleteDeploymentConfigCommandInput,
|
|
30
|
+
DeleteDeploymentConfigCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeleteDeploymentGroupInput,
|
|
15
|
+
DeleteDeploymentGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDeploymentGroupCommandInput
|
|
18
|
+
extends DeleteDeploymentGroupInput {}
|
|
19
|
+
export interface DeleteDeploymentGroupCommandOutput
|
|
20
|
+
extends DeleteDeploymentGroupOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDeploymentGroupCommand extends $Command<
|
|
23
|
+
DeleteDeploymentGroupCommandInput,
|
|
24
|
+
DeleteDeploymentGroupCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDeploymentGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteDeploymentGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDeploymentGroupCommandInput,
|
|
35
|
+
DeleteDeploymentGroupCommandOutput
|
|
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
|
+
DeleteGitHubAccountTokenInput,
|
|
15
|
+
DeleteGitHubAccountTokenOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteGitHubAccountTokenCommandInput
|
|
18
|
+
extends DeleteGitHubAccountTokenInput {}
|
|
19
|
+
export interface DeleteGitHubAccountTokenCommandOutput
|
|
20
|
+
extends DeleteGitHubAccountTokenOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteGitHubAccountTokenCommand extends $Command<
|
|
23
|
+
DeleteGitHubAccountTokenCommandInput,
|
|
24
|
+
DeleteGitHubAccountTokenCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteGitHubAccountTokenCommandInput;
|
|
28
|
+
constructor(input: DeleteGitHubAccountTokenCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteGitHubAccountTokenCommandInput,
|
|
35
|
+
DeleteGitHubAccountTokenCommandOutput
|
|
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
|
+
DeleteResourcesByExternalIdInput,
|
|
15
|
+
DeleteResourcesByExternalIdOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteResourcesByExternalIdCommandInput
|
|
18
|
+
extends DeleteResourcesByExternalIdInput {}
|
|
19
|
+
export interface DeleteResourcesByExternalIdCommandOutput
|
|
20
|
+
extends DeleteResourcesByExternalIdOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteResourcesByExternalIdCommand extends $Command<
|
|
23
|
+
DeleteResourcesByExternalIdCommandInput,
|
|
24
|
+
DeleteResourcesByExternalIdCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteResourcesByExternalIdCommandInput;
|
|
28
|
+
constructor(input: DeleteResourcesByExternalIdCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteResourcesByExternalIdCommandInput,
|
|
35
|
+
DeleteResourcesByExternalIdCommandOutput
|
|
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 { DeregisterOnPremisesInstanceInput } from "../models/models_0";
|
|
14
|
+
export interface DeregisterOnPremisesInstanceCommandInput
|
|
15
|
+
extends DeregisterOnPremisesInstanceInput {}
|
|
16
|
+
export interface DeregisterOnPremisesInstanceCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeregisterOnPremisesInstanceCommand extends $Command<
|
|
19
|
+
DeregisterOnPremisesInstanceCommandInput,
|
|
20
|
+
DeregisterOnPremisesInstanceCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeregisterOnPremisesInstanceCommandInput;
|
|
24
|
+
constructor(input: DeregisterOnPremisesInstanceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeregisterOnPremisesInstanceCommandInput,
|
|
31
|
+
DeregisterOnPremisesInstanceCommandOutput
|
|
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 { GetApplicationInput, GetApplicationOutput } from "../models/models_0";
|
|
14
|
+
export interface GetApplicationCommandInput extends GetApplicationInput {}
|
|
15
|
+
export interface GetApplicationCommandOutput
|
|
16
|
+
extends GetApplicationOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetApplicationCommand extends $Command<
|
|
19
|
+
GetApplicationCommandInput,
|
|
20
|
+
GetApplicationCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetApplicationCommandInput;
|
|
24
|
+
constructor(input: GetApplicationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
GetApplicationRevisionInput,
|
|
15
|
+
GetApplicationRevisionOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetApplicationRevisionCommandInput
|
|
18
|
+
extends GetApplicationRevisionInput {}
|
|
19
|
+
export interface GetApplicationRevisionCommandOutput
|
|
20
|
+
extends GetApplicationRevisionOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetApplicationRevisionCommand extends $Command<
|
|
23
|
+
GetApplicationRevisionCommandInput,
|
|
24
|
+
GetApplicationRevisionCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetApplicationRevisionCommandInput;
|
|
28
|
+
constructor(input: GetApplicationRevisionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetApplicationRevisionCommandInput,
|
|
35
|
+
GetApplicationRevisionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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 { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0";
|
|
14
|
+
export interface GetDeploymentCommandInput extends GetDeploymentInput {}
|
|
15
|
+
export interface GetDeploymentCommandOutput
|
|
16
|
+
extends GetDeploymentOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDeploymentCommand extends $Command<
|
|
19
|
+
GetDeploymentCommandInput,
|
|
20
|
+
GetDeploymentCommandOutput,
|
|
21
|
+
CodeDeployClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDeploymentCommandInput;
|
|
24
|
+
constructor(input: GetDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
GetDeploymentConfigInput,
|
|
15
|
+
GetDeploymentConfigOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentConfigCommandInput
|
|
18
|
+
extends GetDeploymentConfigInput {}
|
|
19
|
+
export interface GetDeploymentConfigCommandOutput
|
|
20
|
+
extends GetDeploymentConfigOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeploymentConfigCommand extends $Command<
|
|
23
|
+
GetDeploymentConfigCommandInput,
|
|
24
|
+
GetDeploymentConfigCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentConfigCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentConfigCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -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
|
+
GetDeploymentGroupInput,
|
|
15
|
+
GetDeploymentGroupOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentGroupCommandInput
|
|
18
|
+
extends GetDeploymentGroupInput {}
|
|
19
|
+
export interface GetDeploymentGroupCommandOutput
|
|
20
|
+
extends GetDeploymentGroupOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeploymentGroupCommand extends $Command<
|
|
23
|
+
GetDeploymentGroupCommandInput,
|
|
24
|
+
GetDeploymentGroupCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentGroupCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|