@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,143 +1,569 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "../commands/AddTagsToOnPremisesInstancesCommand";
4
- import { BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput } from "../commands/BatchGetApplicationRevisionsCommand";
5
- import { BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput } from "../commands/BatchGetApplicationsCommand";
6
- import { BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput } from "../commands/BatchGetDeploymentGroupsCommand";
7
- import { BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput } from "../commands/BatchGetDeploymentInstancesCommand";
8
- import { BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput } from "../commands/BatchGetDeploymentsCommand";
9
- import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "../commands/BatchGetDeploymentTargetsCommand";
10
- import { BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput } from "../commands/BatchGetOnPremisesInstancesCommand";
11
- import { ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput } from "../commands/ContinueDeploymentCommand";
12
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
13
- import { CreateDeploymentCommandInput, CreateDeploymentCommandOutput } from "../commands/CreateDeploymentCommand";
14
- import { CreateDeploymentConfigCommandInput, CreateDeploymentConfigCommandOutput } from "../commands/CreateDeploymentConfigCommand";
15
- import { CreateDeploymentGroupCommandInput, CreateDeploymentGroupCommandOutput } from "../commands/CreateDeploymentGroupCommand";
16
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
17
- import { DeleteDeploymentConfigCommandInput, DeleteDeploymentConfigCommandOutput } from "../commands/DeleteDeploymentConfigCommand";
18
- import { DeleteDeploymentGroupCommandInput, DeleteDeploymentGroupCommandOutput } from "../commands/DeleteDeploymentGroupCommand";
19
- import { DeleteGitHubAccountTokenCommandInput, DeleteGitHubAccountTokenCommandOutput } from "../commands/DeleteGitHubAccountTokenCommand";
20
- import { DeleteResourcesByExternalIdCommandInput, DeleteResourcesByExternalIdCommandOutput } from "../commands/DeleteResourcesByExternalIdCommand";
21
- import { DeregisterOnPremisesInstanceCommandInput, DeregisterOnPremisesInstanceCommandOutput } from "../commands/DeregisterOnPremisesInstanceCommand";
22
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
23
- import { GetApplicationRevisionCommandInput, GetApplicationRevisionCommandOutput } from "../commands/GetApplicationRevisionCommand";
24
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "../commands/GetDeploymentCommand";
25
- import { GetDeploymentConfigCommandInput, GetDeploymentConfigCommandOutput } from "../commands/GetDeploymentConfigCommand";
26
- import { GetDeploymentGroupCommandInput, GetDeploymentGroupCommandOutput } from "../commands/GetDeploymentGroupCommand";
27
- import { GetDeploymentInstanceCommandInput, GetDeploymentInstanceCommandOutput } from "../commands/GetDeploymentInstanceCommand";
28
- import { GetDeploymentTargetCommandInput, GetDeploymentTargetCommandOutput } from "../commands/GetDeploymentTargetCommand";
29
- import { GetOnPremisesInstanceCommandInput, GetOnPremisesInstanceCommandOutput } from "../commands/GetOnPremisesInstanceCommand";
30
- import { ListApplicationRevisionsCommandInput, ListApplicationRevisionsCommandOutput } from "../commands/ListApplicationRevisionsCommand";
31
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
32
- import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "../commands/ListDeploymentConfigsCommand";
33
- import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "../commands/ListDeploymentGroupsCommand";
34
- import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "../commands/ListDeploymentInstancesCommand";
35
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "../commands/ListDeploymentsCommand";
36
- import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "../commands/ListDeploymentTargetsCommand";
37
- import { ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput } from "../commands/ListGitHubAccountTokenNamesCommand";
38
- import { ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput } from "../commands/ListOnPremisesInstancesCommand";
39
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
40
- import { PutLifecycleEventHookExecutionStatusCommandInput, PutLifecycleEventHookExecutionStatusCommandOutput } from "../commands/PutLifecycleEventHookExecutionStatusCommand";
41
- import { RegisterApplicationRevisionCommandInput, RegisterApplicationRevisionCommandOutput } from "../commands/RegisterApplicationRevisionCommand";
42
- import { RegisterOnPremisesInstanceCommandInput, RegisterOnPremisesInstanceCommandOutput } from "../commands/RegisterOnPremisesInstanceCommand";
43
- import { RemoveTagsFromOnPremisesInstancesCommandInput, RemoveTagsFromOnPremisesInstancesCommandOutput } from "../commands/RemoveTagsFromOnPremisesInstancesCommand";
44
- import { SkipWaitTimeForInstanceTerminationCommandInput, SkipWaitTimeForInstanceTerminationCommandOutput } from "../commands/SkipWaitTimeForInstanceTerminationCommand";
45
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "../commands/StopDeploymentCommand";
46
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
48
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
49
- import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "../commands/UpdateDeploymentGroupCommand";
50
- export declare const serializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (input: AddTagsToOnPremisesInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1BatchGetApplicationRevisionsCommand: (input: BatchGetApplicationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1BatchGetApplicationsCommand: (input: BatchGetApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1BatchGetDeploymentGroupsCommand: (input: BatchGetDeploymentGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1BatchGetDeploymentInstancesCommand: (input: BatchGetDeploymentInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1BatchGetDeploymentsCommand: (input: BatchGetDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1BatchGetDeploymentTargetsCommand: (input: BatchGetDeploymentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1BatchGetOnPremisesInstancesCommand: (input: BatchGetOnPremisesInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1ContinueDeploymentCommand: (input: ContinueDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1CreateDeploymentCommand: (input: CreateDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1CreateDeploymentConfigCommand: (input: CreateDeploymentConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1CreateDeploymentGroupCommand: (input: CreateDeploymentGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1DeleteDeploymentConfigCommand: (input: DeleteDeploymentConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1DeleteDeploymentGroupCommand: (input: DeleteDeploymentGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1DeleteGitHubAccountTokenCommand: (input: DeleteGitHubAccountTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1DeleteResourcesByExternalIdCommand: (input: DeleteResourcesByExternalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1DeregisterOnPremisesInstanceCommand: (input: DeregisterOnPremisesInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1GetApplicationRevisionCommand: (input: GetApplicationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1GetDeploymentCommand: (input: GetDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1GetDeploymentConfigCommand: (input: GetDeploymentConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1GetDeploymentGroupCommand: (input: GetDeploymentGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1GetDeploymentInstanceCommand: (input: GetDeploymentInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1GetDeploymentTargetCommand: (input: GetDeploymentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1GetOnPremisesInstanceCommand: (input: GetOnPremisesInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ListApplicationRevisionsCommand: (input: ListApplicationRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1ListDeploymentConfigsCommand: (input: ListDeploymentConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1ListDeploymentGroupsCommand: (input: ListDeploymentGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1ListDeploymentInstancesCommand: (input: ListDeploymentInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1ListDeploymentsCommand: (input: ListDeploymentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1ListDeploymentTargetsCommand: (input: ListDeploymentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1ListGitHubAccountTokenNamesCommand: (input: ListGitHubAccountTokenNamesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1ListOnPremisesInstancesCommand: (input: ListOnPremisesInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (input: PutLifecycleEventHookExecutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1RegisterApplicationRevisionCommand: (input: RegisterApplicationRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1RegisterOnPremisesInstanceCommand: (input: RegisterOnPremisesInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (input: RemoveTagsFromOnPremisesInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (input: SkipWaitTimeForInstanceTerminationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1StopDeploymentCommand: (input: StopDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1UpdateDeploymentGroupCommand: (input: UpdateDeploymentGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const deserializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToOnPremisesInstancesCommandOutput>;
98
- export declare const deserializeAws_json1_1BatchGetApplicationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetApplicationRevisionsCommandOutput>;
99
- export declare const deserializeAws_json1_1BatchGetApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetApplicationsCommandOutput>;
100
- export declare const deserializeAws_json1_1BatchGetDeploymentGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDeploymentGroupsCommandOutput>;
101
- export declare const deserializeAws_json1_1BatchGetDeploymentInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDeploymentInstancesCommandOutput>;
102
- export declare const deserializeAws_json1_1BatchGetDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDeploymentsCommandOutput>;
103
- export declare const deserializeAws_json1_1BatchGetDeploymentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDeploymentTargetsCommandOutput>;
104
- export declare const deserializeAws_json1_1BatchGetOnPremisesInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetOnPremisesInstancesCommandOutput>;
105
- export declare const deserializeAws_json1_1ContinueDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ContinueDeploymentCommandOutput>;
106
- export declare const deserializeAws_json1_1CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
107
- export declare const deserializeAws_json1_1CreateDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentCommandOutput>;
108
- export declare const deserializeAws_json1_1CreateDeploymentConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentConfigCommandOutput>;
109
- export declare const deserializeAws_json1_1CreateDeploymentGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDeploymentGroupCommandOutput>;
110
- export declare const deserializeAws_json1_1DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
111
- export declare const deserializeAws_json1_1DeleteDeploymentConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentConfigCommandOutput>;
112
- export declare const deserializeAws_json1_1DeleteDeploymentGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDeploymentGroupCommandOutput>;
113
- export declare const deserializeAws_json1_1DeleteGitHubAccountTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGitHubAccountTokenCommandOutput>;
114
- export declare const deserializeAws_json1_1DeleteResourcesByExternalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcesByExternalIdCommandOutput>;
115
- export declare const deserializeAws_json1_1DeregisterOnPremisesInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterOnPremisesInstanceCommandOutput>;
116
- export declare const deserializeAws_json1_1GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
117
- export declare const deserializeAws_json1_1GetApplicationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationRevisionCommandOutput>;
118
- export declare const deserializeAws_json1_1GetDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentCommandOutput>;
119
- export declare const deserializeAws_json1_1GetDeploymentConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentConfigCommandOutput>;
120
- export declare const deserializeAws_json1_1GetDeploymentGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentGroupCommandOutput>;
121
- export declare const deserializeAws_json1_1GetDeploymentInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentInstanceCommandOutput>;
122
- export declare const deserializeAws_json1_1GetDeploymentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeploymentTargetCommandOutput>;
123
- export declare const deserializeAws_json1_1GetOnPremisesInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOnPremisesInstanceCommandOutput>;
124
- export declare const deserializeAws_json1_1ListApplicationRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationRevisionsCommandOutput>;
125
- export declare const deserializeAws_json1_1ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
126
- export declare const deserializeAws_json1_1ListDeploymentConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentConfigsCommandOutput>;
127
- export declare const deserializeAws_json1_1ListDeploymentGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentGroupsCommandOutput>;
128
- export declare const deserializeAws_json1_1ListDeploymentInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentInstancesCommandOutput>;
129
- export declare const deserializeAws_json1_1ListDeploymentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentsCommandOutput>;
130
- export declare const deserializeAws_json1_1ListDeploymentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeploymentTargetsCommandOutput>;
131
- export declare const deserializeAws_json1_1ListGitHubAccountTokenNamesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGitHubAccountTokenNamesCommandOutput>;
132
- export declare const deserializeAws_json1_1ListOnPremisesInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOnPremisesInstancesCommandOutput>;
133
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
134
- export declare const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
135
- export declare const deserializeAws_json1_1RegisterApplicationRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterApplicationRevisionCommandOutput>;
136
- export declare const deserializeAws_json1_1RegisterOnPremisesInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterOnPremisesInstanceCommandOutput>;
137
- export declare const deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
138
- export declare const deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
139
- export declare const deserializeAws_json1_1StopDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDeploymentCommandOutput>;
140
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
141
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
142
- export declare const deserializeAws_json1_1UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
143
- export declare const deserializeAws_json1_1UpdateDeploymentGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeploymentGroupCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddTagsToOnPremisesInstancesCommandInput,
8
+ AddTagsToOnPremisesInstancesCommandOutput,
9
+ } from "../commands/AddTagsToOnPremisesInstancesCommand";
10
+ import {
11
+ BatchGetApplicationRevisionsCommandInput,
12
+ BatchGetApplicationRevisionsCommandOutput,
13
+ } from "../commands/BatchGetApplicationRevisionsCommand";
14
+ import {
15
+ BatchGetApplicationsCommandInput,
16
+ BatchGetApplicationsCommandOutput,
17
+ } from "../commands/BatchGetApplicationsCommand";
18
+ import {
19
+ BatchGetDeploymentGroupsCommandInput,
20
+ BatchGetDeploymentGroupsCommandOutput,
21
+ } from "../commands/BatchGetDeploymentGroupsCommand";
22
+ import {
23
+ BatchGetDeploymentInstancesCommandInput,
24
+ BatchGetDeploymentInstancesCommandOutput,
25
+ } from "../commands/BatchGetDeploymentInstancesCommand";
26
+ import {
27
+ BatchGetDeploymentsCommandInput,
28
+ BatchGetDeploymentsCommandOutput,
29
+ } from "../commands/BatchGetDeploymentsCommand";
30
+ import {
31
+ BatchGetDeploymentTargetsCommandInput,
32
+ BatchGetDeploymentTargetsCommandOutput,
33
+ } from "../commands/BatchGetDeploymentTargetsCommand";
34
+ import {
35
+ BatchGetOnPremisesInstancesCommandInput,
36
+ BatchGetOnPremisesInstancesCommandOutput,
37
+ } from "../commands/BatchGetOnPremisesInstancesCommand";
38
+ import {
39
+ ContinueDeploymentCommandInput,
40
+ ContinueDeploymentCommandOutput,
41
+ } from "../commands/ContinueDeploymentCommand";
42
+ import {
43
+ CreateApplicationCommandInput,
44
+ CreateApplicationCommandOutput,
45
+ } from "../commands/CreateApplicationCommand";
46
+ import {
47
+ CreateDeploymentCommandInput,
48
+ CreateDeploymentCommandOutput,
49
+ } from "../commands/CreateDeploymentCommand";
50
+ import {
51
+ CreateDeploymentConfigCommandInput,
52
+ CreateDeploymentConfigCommandOutput,
53
+ } from "../commands/CreateDeploymentConfigCommand";
54
+ import {
55
+ CreateDeploymentGroupCommandInput,
56
+ CreateDeploymentGroupCommandOutput,
57
+ } from "../commands/CreateDeploymentGroupCommand";
58
+ import {
59
+ DeleteApplicationCommandInput,
60
+ DeleteApplicationCommandOutput,
61
+ } from "../commands/DeleteApplicationCommand";
62
+ import {
63
+ DeleteDeploymentConfigCommandInput,
64
+ DeleteDeploymentConfigCommandOutput,
65
+ } from "../commands/DeleteDeploymentConfigCommand";
66
+ import {
67
+ DeleteDeploymentGroupCommandInput,
68
+ DeleteDeploymentGroupCommandOutput,
69
+ } from "../commands/DeleteDeploymentGroupCommand";
70
+ import {
71
+ DeleteGitHubAccountTokenCommandInput,
72
+ DeleteGitHubAccountTokenCommandOutput,
73
+ } from "../commands/DeleteGitHubAccountTokenCommand";
74
+ import {
75
+ DeleteResourcesByExternalIdCommandInput,
76
+ DeleteResourcesByExternalIdCommandOutput,
77
+ } from "../commands/DeleteResourcesByExternalIdCommand";
78
+ import {
79
+ DeregisterOnPremisesInstanceCommandInput,
80
+ DeregisterOnPremisesInstanceCommandOutput,
81
+ } from "../commands/DeregisterOnPremisesInstanceCommand";
82
+ import {
83
+ GetApplicationCommandInput,
84
+ GetApplicationCommandOutput,
85
+ } from "../commands/GetApplicationCommand";
86
+ import {
87
+ GetApplicationRevisionCommandInput,
88
+ GetApplicationRevisionCommandOutput,
89
+ } from "../commands/GetApplicationRevisionCommand";
90
+ import {
91
+ GetDeploymentCommandInput,
92
+ GetDeploymentCommandOutput,
93
+ } from "../commands/GetDeploymentCommand";
94
+ import {
95
+ GetDeploymentConfigCommandInput,
96
+ GetDeploymentConfigCommandOutput,
97
+ } from "../commands/GetDeploymentConfigCommand";
98
+ import {
99
+ GetDeploymentGroupCommandInput,
100
+ GetDeploymentGroupCommandOutput,
101
+ } from "../commands/GetDeploymentGroupCommand";
102
+ import {
103
+ GetDeploymentInstanceCommandInput,
104
+ GetDeploymentInstanceCommandOutput,
105
+ } from "../commands/GetDeploymentInstanceCommand";
106
+ import {
107
+ GetDeploymentTargetCommandInput,
108
+ GetDeploymentTargetCommandOutput,
109
+ } from "../commands/GetDeploymentTargetCommand";
110
+ import {
111
+ GetOnPremisesInstanceCommandInput,
112
+ GetOnPremisesInstanceCommandOutput,
113
+ } from "../commands/GetOnPremisesInstanceCommand";
114
+ import {
115
+ ListApplicationRevisionsCommandInput,
116
+ ListApplicationRevisionsCommandOutput,
117
+ } from "../commands/ListApplicationRevisionsCommand";
118
+ import {
119
+ ListApplicationsCommandInput,
120
+ ListApplicationsCommandOutput,
121
+ } from "../commands/ListApplicationsCommand";
122
+ import {
123
+ ListDeploymentConfigsCommandInput,
124
+ ListDeploymentConfigsCommandOutput,
125
+ } from "../commands/ListDeploymentConfigsCommand";
126
+ import {
127
+ ListDeploymentGroupsCommandInput,
128
+ ListDeploymentGroupsCommandOutput,
129
+ } from "../commands/ListDeploymentGroupsCommand";
130
+ import {
131
+ ListDeploymentInstancesCommandInput,
132
+ ListDeploymentInstancesCommandOutput,
133
+ } from "../commands/ListDeploymentInstancesCommand";
134
+ import {
135
+ ListDeploymentsCommandInput,
136
+ ListDeploymentsCommandOutput,
137
+ } from "../commands/ListDeploymentsCommand";
138
+ import {
139
+ ListDeploymentTargetsCommandInput,
140
+ ListDeploymentTargetsCommandOutput,
141
+ } from "../commands/ListDeploymentTargetsCommand";
142
+ import {
143
+ ListGitHubAccountTokenNamesCommandInput,
144
+ ListGitHubAccountTokenNamesCommandOutput,
145
+ } from "../commands/ListGitHubAccountTokenNamesCommand";
146
+ import {
147
+ ListOnPremisesInstancesCommandInput,
148
+ ListOnPremisesInstancesCommandOutput,
149
+ } from "../commands/ListOnPremisesInstancesCommand";
150
+ import {
151
+ ListTagsForResourceCommandInput,
152
+ ListTagsForResourceCommandOutput,
153
+ } from "../commands/ListTagsForResourceCommand";
154
+ import {
155
+ PutLifecycleEventHookExecutionStatusCommandInput,
156
+ PutLifecycleEventHookExecutionStatusCommandOutput,
157
+ } from "../commands/PutLifecycleEventHookExecutionStatusCommand";
158
+ import {
159
+ RegisterApplicationRevisionCommandInput,
160
+ RegisterApplicationRevisionCommandOutput,
161
+ } from "../commands/RegisterApplicationRevisionCommand";
162
+ import {
163
+ RegisterOnPremisesInstanceCommandInput,
164
+ RegisterOnPremisesInstanceCommandOutput,
165
+ } from "../commands/RegisterOnPremisesInstanceCommand";
166
+ import {
167
+ RemoveTagsFromOnPremisesInstancesCommandInput,
168
+ RemoveTagsFromOnPremisesInstancesCommandOutput,
169
+ } from "../commands/RemoveTagsFromOnPremisesInstancesCommand";
170
+ import {
171
+ SkipWaitTimeForInstanceTerminationCommandInput,
172
+ SkipWaitTimeForInstanceTerminationCommandOutput,
173
+ } from "../commands/SkipWaitTimeForInstanceTerminationCommand";
174
+ import {
175
+ StopDeploymentCommandInput,
176
+ StopDeploymentCommandOutput,
177
+ } from "../commands/StopDeploymentCommand";
178
+ import {
179
+ TagResourceCommandInput,
180
+ TagResourceCommandOutput,
181
+ } from "../commands/TagResourceCommand";
182
+ import {
183
+ UntagResourceCommandInput,
184
+ UntagResourceCommandOutput,
185
+ } from "../commands/UntagResourceCommand";
186
+ import {
187
+ UpdateApplicationCommandInput,
188
+ UpdateApplicationCommandOutput,
189
+ } from "../commands/UpdateApplicationCommand";
190
+ import {
191
+ UpdateDeploymentGroupCommandInput,
192
+ UpdateDeploymentGroupCommandOutput,
193
+ } from "../commands/UpdateDeploymentGroupCommand";
194
+ export declare const serializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (
195
+ input: AddTagsToOnPremisesInstancesCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1BatchGetApplicationRevisionsCommand: (
199
+ input: BatchGetApplicationRevisionsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1BatchGetApplicationsCommand: (
203
+ input: BatchGetApplicationsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1BatchGetDeploymentGroupsCommand: (
207
+ input: BatchGetDeploymentGroupsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1BatchGetDeploymentInstancesCommand: (
211
+ input: BatchGetDeploymentInstancesCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1BatchGetDeploymentsCommand: (
215
+ input: BatchGetDeploymentsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1BatchGetDeploymentTargetsCommand: (
219
+ input: BatchGetDeploymentTargetsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1BatchGetOnPremisesInstancesCommand: (
223
+ input: BatchGetOnPremisesInstancesCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1ContinueDeploymentCommand: (
227
+ input: ContinueDeploymentCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1CreateApplicationCommand: (
231
+ input: CreateApplicationCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1CreateDeploymentCommand: (
235
+ input: CreateDeploymentCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1CreateDeploymentConfigCommand: (
239
+ input: CreateDeploymentConfigCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1CreateDeploymentGroupCommand: (
243
+ input: CreateDeploymentGroupCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1DeleteApplicationCommand: (
247
+ input: DeleteApplicationCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1DeleteDeploymentConfigCommand: (
251
+ input: DeleteDeploymentConfigCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1DeleteDeploymentGroupCommand: (
255
+ input: DeleteDeploymentGroupCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1DeleteGitHubAccountTokenCommand: (
259
+ input: DeleteGitHubAccountTokenCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1DeleteResourcesByExternalIdCommand: (
263
+ input: DeleteResourcesByExternalIdCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1DeregisterOnPremisesInstanceCommand: (
267
+ input: DeregisterOnPremisesInstanceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1GetApplicationCommand: (
271
+ input: GetApplicationCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1GetApplicationRevisionCommand: (
275
+ input: GetApplicationRevisionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1GetDeploymentCommand: (
279
+ input: GetDeploymentCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1GetDeploymentConfigCommand: (
283
+ input: GetDeploymentConfigCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1GetDeploymentGroupCommand: (
287
+ input: GetDeploymentGroupCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1GetDeploymentInstanceCommand: (
291
+ input: GetDeploymentInstanceCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_1GetDeploymentTargetCommand: (
295
+ input: GetDeploymentTargetCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_1GetOnPremisesInstanceCommand: (
299
+ input: GetOnPremisesInstanceCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_json1_1ListApplicationRevisionsCommand: (
303
+ input: ListApplicationRevisionsCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_json1_1ListApplicationsCommand: (
307
+ input: ListApplicationsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_json1_1ListDeploymentConfigsCommand: (
311
+ input: ListDeploymentConfigsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_json1_1ListDeploymentGroupsCommand: (
315
+ input: ListDeploymentGroupsCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1ListDeploymentInstancesCommand: (
319
+ input: ListDeploymentInstancesCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1ListDeploymentsCommand: (
323
+ input: ListDeploymentsCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1ListDeploymentTargetsCommand: (
327
+ input: ListDeploymentTargetsCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1ListGitHubAccountTokenNamesCommand: (
331
+ input: ListGitHubAccountTokenNamesCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1ListOnPremisesInstancesCommand: (
335
+ input: ListOnPremisesInstancesCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
339
+ input: ListTagsForResourceCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (
343
+ input: PutLifecycleEventHookExecutionStatusCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1RegisterApplicationRevisionCommand: (
347
+ input: RegisterApplicationRevisionCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1RegisterOnPremisesInstanceCommand: (
351
+ input: RegisterOnPremisesInstanceCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (
355
+ input: RemoveTagsFromOnPremisesInstancesCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (
359
+ input: SkipWaitTimeForInstanceTerminationCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1StopDeploymentCommand: (
363
+ input: StopDeploymentCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1TagResourceCommand: (
367
+ input: TagResourceCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1UntagResourceCommand: (
371
+ input: UntagResourceCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1UpdateApplicationCommand: (
375
+ input: UpdateApplicationCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1UpdateDeploymentGroupCommand: (
379
+ input: UpdateDeploymentGroupCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const deserializeAws_json1_1AddTagsToOnPremisesInstancesCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<AddTagsToOnPremisesInstancesCommandOutput>;
386
+ export declare const deserializeAws_json1_1BatchGetApplicationRevisionsCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<BatchGetApplicationRevisionsCommandOutput>;
390
+ export declare const deserializeAws_json1_1BatchGetApplicationsCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<BatchGetApplicationsCommandOutput>;
394
+ export declare const deserializeAws_json1_1BatchGetDeploymentGroupsCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<BatchGetDeploymentGroupsCommandOutput>;
398
+ export declare const deserializeAws_json1_1BatchGetDeploymentInstancesCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<BatchGetDeploymentInstancesCommandOutput>;
402
+ export declare const deserializeAws_json1_1BatchGetDeploymentsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<BatchGetDeploymentsCommandOutput>;
406
+ export declare const deserializeAws_json1_1BatchGetDeploymentTargetsCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<BatchGetDeploymentTargetsCommandOutput>;
410
+ export declare const deserializeAws_json1_1BatchGetOnPremisesInstancesCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<BatchGetOnPremisesInstancesCommandOutput>;
414
+ export declare const deserializeAws_json1_1ContinueDeploymentCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<ContinueDeploymentCommandOutput>;
418
+ export declare const deserializeAws_json1_1CreateApplicationCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<CreateApplicationCommandOutput>;
422
+ export declare const deserializeAws_json1_1CreateDeploymentCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<CreateDeploymentCommandOutput>;
426
+ export declare const deserializeAws_json1_1CreateDeploymentConfigCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<CreateDeploymentConfigCommandOutput>;
430
+ export declare const deserializeAws_json1_1CreateDeploymentGroupCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<CreateDeploymentGroupCommandOutput>;
434
+ export declare const deserializeAws_json1_1DeleteApplicationCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<DeleteApplicationCommandOutput>;
438
+ export declare const deserializeAws_json1_1DeleteDeploymentConfigCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<DeleteDeploymentConfigCommandOutput>;
442
+ export declare const deserializeAws_json1_1DeleteDeploymentGroupCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<DeleteDeploymentGroupCommandOutput>;
446
+ export declare const deserializeAws_json1_1DeleteGitHubAccountTokenCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<DeleteGitHubAccountTokenCommandOutput>;
450
+ export declare const deserializeAws_json1_1DeleteResourcesByExternalIdCommand: (
451
+ output: __HttpResponse,
452
+ context: __SerdeContext
453
+ ) => Promise<DeleteResourcesByExternalIdCommandOutput>;
454
+ export declare const deserializeAws_json1_1DeregisterOnPremisesInstanceCommand: (
455
+ output: __HttpResponse,
456
+ context: __SerdeContext
457
+ ) => Promise<DeregisterOnPremisesInstanceCommandOutput>;
458
+ export declare const deserializeAws_json1_1GetApplicationCommand: (
459
+ output: __HttpResponse,
460
+ context: __SerdeContext
461
+ ) => Promise<GetApplicationCommandOutput>;
462
+ export declare const deserializeAws_json1_1GetApplicationRevisionCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<GetApplicationRevisionCommandOutput>;
466
+ export declare const deserializeAws_json1_1GetDeploymentCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<GetDeploymentCommandOutput>;
470
+ export declare const deserializeAws_json1_1GetDeploymentConfigCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<GetDeploymentConfigCommandOutput>;
474
+ export declare const deserializeAws_json1_1GetDeploymentGroupCommand: (
475
+ output: __HttpResponse,
476
+ context: __SerdeContext
477
+ ) => Promise<GetDeploymentGroupCommandOutput>;
478
+ export declare const deserializeAws_json1_1GetDeploymentInstanceCommand: (
479
+ output: __HttpResponse,
480
+ context: __SerdeContext
481
+ ) => Promise<GetDeploymentInstanceCommandOutput>;
482
+ export declare const deserializeAws_json1_1GetDeploymentTargetCommand: (
483
+ output: __HttpResponse,
484
+ context: __SerdeContext
485
+ ) => Promise<GetDeploymentTargetCommandOutput>;
486
+ export declare const deserializeAws_json1_1GetOnPremisesInstanceCommand: (
487
+ output: __HttpResponse,
488
+ context: __SerdeContext
489
+ ) => Promise<GetOnPremisesInstanceCommandOutput>;
490
+ export declare const deserializeAws_json1_1ListApplicationRevisionsCommand: (
491
+ output: __HttpResponse,
492
+ context: __SerdeContext
493
+ ) => Promise<ListApplicationRevisionsCommandOutput>;
494
+ export declare const deserializeAws_json1_1ListApplicationsCommand: (
495
+ output: __HttpResponse,
496
+ context: __SerdeContext
497
+ ) => Promise<ListApplicationsCommandOutput>;
498
+ export declare const deserializeAws_json1_1ListDeploymentConfigsCommand: (
499
+ output: __HttpResponse,
500
+ context: __SerdeContext
501
+ ) => Promise<ListDeploymentConfigsCommandOutput>;
502
+ export declare const deserializeAws_json1_1ListDeploymentGroupsCommand: (
503
+ output: __HttpResponse,
504
+ context: __SerdeContext
505
+ ) => Promise<ListDeploymentGroupsCommandOutput>;
506
+ export declare const deserializeAws_json1_1ListDeploymentInstancesCommand: (
507
+ output: __HttpResponse,
508
+ context: __SerdeContext
509
+ ) => Promise<ListDeploymentInstancesCommandOutput>;
510
+ export declare const deserializeAws_json1_1ListDeploymentsCommand: (
511
+ output: __HttpResponse,
512
+ context: __SerdeContext
513
+ ) => Promise<ListDeploymentsCommandOutput>;
514
+ export declare const deserializeAws_json1_1ListDeploymentTargetsCommand: (
515
+ output: __HttpResponse,
516
+ context: __SerdeContext
517
+ ) => Promise<ListDeploymentTargetsCommandOutput>;
518
+ export declare const deserializeAws_json1_1ListGitHubAccountTokenNamesCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<ListGitHubAccountTokenNamesCommandOutput>;
522
+ export declare const deserializeAws_json1_1ListOnPremisesInstancesCommand: (
523
+ output: __HttpResponse,
524
+ context: __SerdeContext
525
+ ) => Promise<ListOnPremisesInstancesCommandOutput>;
526
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
527
+ output: __HttpResponse,
528
+ context: __SerdeContext
529
+ ) => Promise<ListTagsForResourceCommandOutput>;
530
+ export declare const deserializeAws_json1_1PutLifecycleEventHookExecutionStatusCommand: (
531
+ output: __HttpResponse,
532
+ context: __SerdeContext
533
+ ) => Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
534
+ export declare const deserializeAws_json1_1RegisterApplicationRevisionCommand: (
535
+ output: __HttpResponse,
536
+ context: __SerdeContext
537
+ ) => Promise<RegisterApplicationRevisionCommandOutput>;
538
+ export declare const deserializeAws_json1_1RegisterOnPremisesInstanceCommand: (
539
+ output: __HttpResponse,
540
+ context: __SerdeContext
541
+ ) => Promise<RegisterOnPremisesInstanceCommandOutput>;
542
+ export declare const deserializeAws_json1_1RemoveTagsFromOnPremisesInstancesCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
546
+ export declare const deserializeAws_json1_1SkipWaitTimeForInstanceTerminationCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
550
+ export declare const deserializeAws_json1_1StopDeploymentCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<StopDeploymentCommandOutput>;
554
+ export declare const deserializeAws_json1_1TagResourceCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<TagResourceCommandOutput>;
558
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<UntagResourceCommandOutput>;
562
+ export declare const deserializeAws_json1_1UpdateApplicationCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<UpdateApplicationCommandOutput>;
566
+ export declare const deserializeAws_json1_1UpdateDeploymentGroupCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<UpdateDeploymentGroupCommandOutput>;