@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.
Files changed (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +821 -240
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +386 -120
  4. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +31 -17
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +30 -17
  50. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +39 -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 +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +2234 -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 +65 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  70. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  71. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +11 -7
  72. package/package.json +35 -35
@@ -1,17 +1,39 @@
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
+ export declare class BatchGetApplicationsCommand extends $Command<
23
+ BatchGetApplicationsCommandInput,
24
+ BatchGetApplicationsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetApplicationsCommandInput;
28
+ constructor(input: BatchGetApplicationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetApplicationsCommandInput,
35
+ BatchGetApplicationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class BatchGetDeploymentGroupsCommand extends $Command<
23
+ BatchGetDeploymentGroupsCommandInput,
24
+ BatchGetDeploymentGroupsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetDeploymentGroupsCommandInput;
28
+ constructor(input: BatchGetDeploymentGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetDeploymentGroupsCommandInput,
35
+ BatchGetDeploymentGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class BatchGetDeploymentInstancesCommand extends $Command<
23
+ BatchGetDeploymentInstancesCommandInput,
24
+ BatchGetDeploymentInstancesCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetDeploymentInstancesCommandInput;
28
+ constructor(input: BatchGetDeploymentInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetDeploymentInstancesCommandInput,
35
+ BatchGetDeploymentInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class BatchGetDeploymentTargetsCommand extends $Command<
23
+ BatchGetDeploymentTargetsCommandInput,
24
+ BatchGetDeploymentTargetsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetDeploymentTargetsCommandInput;
28
+ constructor(input: BatchGetDeploymentTargetsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetDeploymentTargetsCommandInput,
35
+ BatchGetDeploymentTargetsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class BatchGetDeploymentsCommand extends $Command<
23
+ BatchGetDeploymentsCommandInput,
24
+ BatchGetDeploymentsCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetDeploymentsCommandInput;
28
+ constructor(input: BatchGetDeploymentsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class BatchGetOnPremisesInstancesCommand extends $Command<
23
+ BatchGetOnPremisesInstancesCommandInput,
24
+ BatchGetOnPremisesInstancesCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetOnPremisesInstancesCommandInput;
28
+ constructor(input: BatchGetOnPremisesInstancesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetOnPremisesInstancesCommandInput,
35
+ BatchGetOnPremisesInstancesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,31 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class ContinueDeploymentCommand extends $Command<
18
+ ContinueDeploymentCommandInput,
19
+ ContinueDeploymentCommandOutput,
20
+ CodeDeployClientResolvedConfig
21
+ > {
22
+ readonly input: ContinueDeploymentCommandInput;
23
+ constructor(input: ContinueDeploymentCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: CodeDeployClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class CreateApplicationCommand extends $Command<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ CodeDeployClientResolvedConfig
25
+ > {
26
+ readonly input: CreateApplicationCommandInput;
27
+ constructor(input: CreateApplicationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeDeployClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class CreateDeploymentCommand extends $Command<
22
+ CreateDeploymentCommandInput,
23
+ CreateDeploymentCommandOutput,
24
+ CodeDeployClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDeploymentCommandInput;
27
+ constructor(input: CreateDeploymentCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CodeDeployClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDeploymentCommandInput, CreateDeploymentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class CreateDeploymentConfigCommand extends $Command<
23
+ CreateDeploymentConfigCommandInput,
24
+ CreateDeploymentConfigCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDeploymentConfigCommandInput;
28
+ constructor(input: CreateDeploymentConfigCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDeploymentConfigCommandInput,
35
+ CreateDeploymentConfigCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { 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
+ export declare class CreateDeploymentGroupCommand extends $Command<
23
+ CreateDeploymentGroupCommandInput,
24
+ CreateDeploymentGroupCommandOutput,
25
+ CodeDeployClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDeploymentGroupCommandInput;
28
+ constructor(input: CreateDeploymentGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: CodeDeployClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDeploymentGroupCommandInput,
35
+ CreateDeploymentGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }