@aws-sdk/client-codedeploy 3.168.0 → 3.170.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.
Files changed (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +868 -240
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +411 -120
  4. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +2991 -2482
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  70. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  71. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +13 -7
  72. package/package.json +35 -35
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0";
5
- export interface GetDeploymentInstanceCommandInput extends GetDeploymentInstanceInput {
6
- }
7
- export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentInstanceCommand extends $Command<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: GetDeploymentInstanceCommandInput;
12
- constructor(input: GetDeploymentInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class GetDeploymentInstanceCommand extends $Command<
24
+ GetDeploymentInstanceCommandInput,
25
+ GetDeploymentInstanceCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: GetDeploymentInstanceCommandInput;
29
+ constructor(input: GetDeploymentInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDeploymentInstanceCommandInput,
37
+ GetDeploymentInstanceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0";
5
- export interface GetDeploymentTargetCommandInput extends GetDeploymentTargetInput {
6
- }
7
- export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentTargetCommand extends $Command<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: GetDeploymentTargetCommandInput;
12
- constructor(input: GetDeploymentTargetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class GetDeploymentTargetCommand extends $Command<
24
+ GetDeploymentTargetCommandInput,
25
+ GetDeploymentTargetCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: GetDeploymentTargetCommandInput;
29
+ constructor(input: GetDeploymentTargetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0";
5
- export interface GetOnPremisesInstanceCommandInput extends GetOnPremisesInstanceInput {
6
- }
7
- export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetOnPremisesInstanceCommand extends $Command<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: GetOnPremisesInstanceCommandInput;
12
- constructor(input: GetOnPremisesInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class GetOnPremisesInstanceCommand extends $Command<
24
+ GetOnPremisesInstanceCommandInput,
25
+ GetOnPremisesInstanceCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: GetOnPremisesInstanceCommandInput;
29
+ constructor(input: GetOnPremisesInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetOnPremisesInstanceCommandInput,
37
+ GetOnPremisesInstanceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0";
5
- export interface ListApplicationRevisionsCommandInput extends ListApplicationRevisionsInput {
6
- }
7
- export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApplicationRevisionsCommand extends $Command<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListApplicationRevisionsCommandInput;
12
- constructor(input: ListApplicationRevisionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListApplicationRevisionsCommand extends $Command<
24
+ ListApplicationRevisionsCommandInput,
25
+ ListApplicationRevisionsCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListApplicationRevisionsCommandInput;
29
+ constructor(input: ListApplicationRevisionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListApplicationRevisionsCommandInput,
37
+ ListApplicationRevisionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0";
5
- export interface ListApplicationsCommandInput extends ListApplicationsInput {
6
- }
7
- export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListApplicationsCommandInput;
12
- constructor(input: ListApplicationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class ListApplicationsCommand extends $Command<
23
+ ListApplicationsCommandInput,
24
+ ListApplicationsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: ListApplicationsCommandInput;
28
+ constructor(input: ListApplicationsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeDeployClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0";
5
- export interface ListDeploymentConfigsCommandInput extends ListDeploymentConfigsInput {
6
- }
7
- export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfigsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentConfigsCommand extends $Command<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListDeploymentConfigsCommandInput;
12
- constructor(input: ListDeploymentConfigsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListDeploymentConfigsCommand extends $Command<
24
+ ListDeploymentConfigsCommandInput,
25
+ ListDeploymentConfigsCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListDeploymentConfigsCommandInput;
29
+ constructor(input: ListDeploymentConfigsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDeploymentConfigsCommandInput,
37
+ ListDeploymentConfigsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0";
5
- export interface ListDeploymentGroupsCommandInput extends ListDeploymentGroupsInput {
6
- }
7
- export interface ListDeploymentGroupsCommandOutput extends ListDeploymentGroupsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentGroupsCommand extends $Command<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListDeploymentGroupsCommandInput;
12
- constructor(input: ListDeploymentGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListDeploymentGroupsCommand extends $Command<
24
+ ListDeploymentGroupsCommandInput,
25
+ ListDeploymentGroupsCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListDeploymentGroupsCommandInput;
29
+ constructor(input: ListDeploymentGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDeploymentGroupsCommandInput,
37
+ ListDeploymentGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0";
5
- export interface ListDeploymentInstancesCommandInput extends ListDeploymentInstancesInput {
6
- }
7
- export interface ListDeploymentInstancesCommandOutput extends ListDeploymentInstancesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentInstancesCommand extends $Command<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListDeploymentInstancesCommandInput;
12
- constructor(input: ListDeploymentInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListDeploymentInstancesCommand extends $Command<
24
+ ListDeploymentInstancesCommandInput,
25
+ ListDeploymentInstancesCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListDeploymentInstancesCommandInput;
29
+ constructor(input: ListDeploymentInstancesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDeploymentInstancesCommandInput,
37
+ ListDeploymentInstancesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0";
5
- export interface ListDeploymentTargetsCommandInput extends ListDeploymentTargetsInput {
6
- }
7
- export interface ListDeploymentTargetsCommandOutput extends ListDeploymentTargetsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentTargetsCommand extends $Command<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListDeploymentTargetsCommandInput;
12
- constructor(input: ListDeploymentTargetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListDeploymentTargetsCommand extends $Command<
24
+ ListDeploymentTargetsCommandInput,
25
+ ListDeploymentTargetsCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListDeploymentTargetsCommandInput;
29
+ constructor(input: ListDeploymentTargetsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDeploymentTargetsCommandInput,
37
+ ListDeploymentTargetsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0";
5
- export interface ListDeploymentsCommandInput extends ListDeploymentsInput {
6
- }
7
- export interface ListDeploymentsCommandOutput extends ListDeploymentsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListDeploymentsCommandInput;
12
- constructor(input: ListDeploymentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
22
+ export declare class ListDeploymentsCommand extends $Command<
23
+ ListDeploymentsCommandInput,
24
+ ListDeploymentsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: ListDeploymentsCommandInput;
28
+ constructor(input: ListDeploymentsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: CodeDeployClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
4
- import { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0";
5
- export interface ListGitHubAccountTokenNamesCommandInput extends ListGitHubAccountTokenNamesInput {
6
- }
7
- export interface ListGitHubAccountTokenNamesCommandOutput extends ListGitHubAccountTokenNamesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGitHubAccountTokenNamesCommand extends $Command<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput, CodeDeployClientResolvedConfig> {
11
- readonly input: ListGitHubAccountTokenNamesCommandInput;
12
- constructor(input: ListGitHubAccountTokenNamesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeDeployClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class ListGitHubAccountTokenNamesCommand extends $Command<
24
+ ListGitHubAccountTokenNamesCommandInput,
25
+ ListGitHubAccountTokenNamesCommandOutput,
26
+ CodeDeployClientResolvedConfig
27
+ > {
28
+ readonly input: ListGitHubAccountTokenNamesCommandInput;
29
+ constructor(input: ListGitHubAccountTokenNamesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CodeDeployClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListGitHubAccountTokenNamesCommandInput,
37
+ ListGitHubAccountTokenNamesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }