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