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