@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
|
+
GetDeploymentInstanceInput,
|
|
15
|
+
GetDeploymentInstanceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentInstanceCommandInput
|
|
18
|
+
extends GetDeploymentInstanceInput {}
|
|
19
|
+
export interface GetDeploymentInstanceCommandOutput
|
|
20
|
+
extends GetDeploymentInstanceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeploymentInstanceCommand extends $Command<
|
|
23
|
+
GetDeploymentInstanceCommandInput,
|
|
24
|
+
GetDeploymentInstanceCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentInstanceCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentInstanceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDeploymentInstanceCommandInput,
|
|
35
|
+
GetDeploymentInstanceCommandOutput
|
|
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
|
+
GetDeploymentTargetInput,
|
|
15
|
+
GetDeploymentTargetOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentTargetCommandInput
|
|
18
|
+
extends GetDeploymentTargetInput {}
|
|
19
|
+
export interface GetDeploymentTargetCommandOutput
|
|
20
|
+
extends GetDeploymentTargetOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeploymentTargetCommand extends $Command<
|
|
23
|
+
GetDeploymentTargetCommandInput,
|
|
24
|
+
GetDeploymentTargetCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentTargetCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentTargetCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput>;
|
|
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
|
+
GetOnPremisesInstanceInput,
|
|
15
|
+
GetOnPremisesInstanceOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetOnPremisesInstanceCommandInput
|
|
18
|
+
extends GetOnPremisesInstanceInput {}
|
|
19
|
+
export interface GetOnPremisesInstanceCommandOutput
|
|
20
|
+
extends GetOnPremisesInstanceOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetOnPremisesInstanceCommand extends $Command<
|
|
23
|
+
GetOnPremisesInstanceCommandInput,
|
|
24
|
+
GetOnPremisesInstanceCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetOnPremisesInstanceCommandInput;
|
|
28
|
+
constructor(input: GetOnPremisesInstanceCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetOnPremisesInstanceCommandInput,
|
|
35
|
+
GetOnPremisesInstanceCommandOutput
|
|
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
|
+
ListApplicationRevisionsInput,
|
|
15
|
+
ListApplicationRevisionsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListApplicationRevisionsCommandInput
|
|
18
|
+
extends ListApplicationRevisionsInput {}
|
|
19
|
+
export interface ListApplicationRevisionsCommandOutput
|
|
20
|
+
extends ListApplicationRevisionsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListApplicationRevisionsCommand extends $Command<
|
|
23
|
+
ListApplicationRevisionsCommandInput,
|
|
24
|
+
ListApplicationRevisionsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListApplicationRevisionsCommandInput;
|
|
28
|
+
constructor(input: ListApplicationRevisionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListApplicationRevisionsCommandInput,
|
|
35
|
+
ListApplicationRevisionsCommandOutput
|
|
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 {
|
|
14
|
+
ListApplicationsInput,
|
|
15
|
+
ListApplicationsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListApplicationsCommandInput extends ListApplicationsInput {}
|
|
18
|
+
export interface ListApplicationsCommandOutput
|
|
19
|
+
extends ListApplicationsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListApplicationsCommand extends $Command<
|
|
22
|
+
ListApplicationsCommandInput,
|
|
23
|
+
ListApplicationsCommandOutput,
|
|
24
|
+
CodeDeployClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListApplicationsCommandInput;
|
|
27
|
+
constructor(input: ListApplicationsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
|
|
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
|
+
ListDeploymentConfigsInput,
|
|
15
|
+
ListDeploymentConfigsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentConfigsCommandInput
|
|
18
|
+
extends ListDeploymentConfigsInput {}
|
|
19
|
+
export interface ListDeploymentConfigsCommandOutput
|
|
20
|
+
extends ListDeploymentConfigsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeploymentConfigsCommand extends $Command<
|
|
23
|
+
ListDeploymentConfigsCommandInput,
|
|
24
|
+
ListDeploymentConfigsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeploymentConfigsCommandInput;
|
|
28
|
+
constructor(input: ListDeploymentConfigsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDeploymentConfigsCommandInput,
|
|
35
|
+
ListDeploymentConfigsCommandOutput
|
|
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
|
+
ListDeploymentGroupsInput,
|
|
15
|
+
ListDeploymentGroupsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentGroupsCommandInput
|
|
18
|
+
extends ListDeploymentGroupsInput {}
|
|
19
|
+
export interface ListDeploymentGroupsCommandOutput
|
|
20
|
+
extends ListDeploymentGroupsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeploymentGroupsCommand extends $Command<
|
|
23
|
+
ListDeploymentGroupsCommandInput,
|
|
24
|
+
ListDeploymentGroupsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeploymentGroupsCommandInput;
|
|
28
|
+
constructor(input: ListDeploymentGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDeploymentGroupsCommandInput,
|
|
35
|
+
ListDeploymentGroupsCommandOutput
|
|
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
|
+
ListDeploymentInstancesInput,
|
|
15
|
+
ListDeploymentInstancesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentInstancesCommandInput
|
|
18
|
+
extends ListDeploymentInstancesInput {}
|
|
19
|
+
export interface ListDeploymentInstancesCommandOutput
|
|
20
|
+
extends ListDeploymentInstancesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeploymentInstancesCommand extends $Command<
|
|
23
|
+
ListDeploymentInstancesCommandInput,
|
|
24
|
+
ListDeploymentInstancesCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeploymentInstancesCommandInput;
|
|
28
|
+
constructor(input: ListDeploymentInstancesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDeploymentInstancesCommandInput,
|
|
35
|
+
ListDeploymentInstancesCommandOutput
|
|
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
|
+
ListDeploymentTargetsInput,
|
|
15
|
+
ListDeploymentTargetsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentTargetsCommandInput
|
|
18
|
+
extends ListDeploymentTargetsInput {}
|
|
19
|
+
export interface ListDeploymentTargetsCommandOutput
|
|
20
|
+
extends ListDeploymentTargetsOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeploymentTargetsCommand extends $Command<
|
|
23
|
+
ListDeploymentTargetsCommandInput,
|
|
24
|
+
ListDeploymentTargetsCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeploymentTargetsCommandInput;
|
|
28
|
+
constructor(input: ListDeploymentTargetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDeploymentTargetsCommandInput,
|
|
35
|
+
ListDeploymentTargetsCommandOutput
|
|
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 {
|
|
14
|
+
ListDeploymentsInput,
|
|
15
|
+
ListDeploymentsOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentsCommandInput extends ListDeploymentsInput {}
|
|
18
|
+
export interface ListDeploymentsCommandOutput
|
|
19
|
+
extends ListDeploymentsOutput,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListDeploymentsCommand extends $Command<
|
|
22
|
+
ListDeploymentsCommandInput,
|
|
23
|
+
ListDeploymentsCommandOutput,
|
|
24
|
+
CodeDeployClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListDeploymentsCommandInput;
|
|
27
|
+
constructor(input: ListDeploymentsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
|
|
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
|
+
ListGitHubAccountTokenNamesInput,
|
|
15
|
+
ListGitHubAccountTokenNamesOutput,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListGitHubAccountTokenNamesCommandInput
|
|
18
|
+
extends ListGitHubAccountTokenNamesInput {}
|
|
19
|
+
export interface ListGitHubAccountTokenNamesCommandOutput
|
|
20
|
+
extends ListGitHubAccountTokenNamesOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListGitHubAccountTokenNamesCommand extends $Command<
|
|
23
|
+
ListGitHubAccountTokenNamesCommandInput,
|
|
24
|
+
ListGitHubAccountTokenNamesCommandOutput,
|
|
25
|
+
CodeDeployClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListGitHubAccountTokenNamesCommandInput;
|
|
28
|
+
constructor(input: ListGitHubAccountTokenNamesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CodeDeployClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListGitHubAccountTokenNamesCommandInput,
|
|
35
|
+
ListGitHubAccountTokenNamesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|