@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,240 +1,821 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodeDeployClient } from "./CodeDeployClient";
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
-
51
- export declare class CodeDeploy extends CodeDeployClient {
52
-
53
- addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
54
- addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
55
- addTagsToOnPremisesInstances(args: AddTagsToOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void): void;
56
-
57
- batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetApplicationRevisionsCommandOutput>;
58
- batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
59
- batchGetApplicationRevisions(args: BatchGetApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void): void;
60
-
61
- batchGetApplications(args: BatchGetApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetApplicationsCommandOutput>;
62
- batchGetApplications(args: BatchGetApplicationsCommandInput, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
63
- batchGetApplications(args: BatchGetApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void): void;
64
-
65
- batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentGroupsCommandOutput>;
66
- batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
67
- batchGetDeploymentGroups(args: BatchGetDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void): void;
68
-
69
- batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentInstancesCommandOutput>;
70
- batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
71
- batchGetDeploymentInstances(args: BatchGetDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void): void;
72
-
73
- batchGetDeployments(args: BatchGetDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentsCommandOutput>;
74
- batchGetDeployments(args: BatchGetDeploymentsCommandInput, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
75
- batchGetDeployments(args: BatchGetDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void): void;
76
-
77
- batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetDeploymentTargetsCommandOutput>;
78
- batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
79
- batchGetDeploymentTargets(args: BatchGetDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void): void;
80
-
81
- batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetOnPremisesInstancesCommandOutput>;
82
- batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
83
- batchGetOnPremisesInstances(args: BatchGetOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void): void;
84
-
85
- continueDeployment(args: ContinueDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<ContinueDeploymentCommandOutput>;
86
- continueDeployment(args: ContinueDeploymentCommandInput, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
87
- continueDeployment(args: ContinueDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ContinueDeploymentCommandOutput) => void): void;
88
-
89
- createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
90
- createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
91
- createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
92
-
93
- createDeployment(args: CreateDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentCommandOutput>;
94
- createDeployment(args: CreateDeploymentCommandInput, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
95
- createDeployment(args: CreateDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentCommandOutput) => void): void;
96
-
97
- createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentConfigCommandOutput>;
98
- createDeploymentConfig(args: CreateDeploymentConfigCommandInput, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
99
- createDeploymentConfig(args: CreateDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void): void;
100
-
101
- createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDeploymentGroupCommandOutput>;
102
- createDeploymentGroup(args: CreateDeploymentGroupCommandInput, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
103
- createDeploymentGroup(args: CreateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void): void;
104
-
105
- deleteApplication(args: DeleteApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationCommandOutput>;
106
- deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
107
- deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
108
-
109
- deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentConfigCommandOutput>;
110
- deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
111
- deleteDeploymentConfig(args: DeleteDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void): void;
112
-
113
- deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDeploymentGroupCommandOutput>;
114
- deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
115
- deleteDeploymentGroup(args: DeleteDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void): void;
116
-
117
- deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGitHubAccountTokenCommandOutput>;
118
- deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
119
- deleteGitHubAccountToken(args: DeleteGitHubAccountTokenCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void): void;
120
-
121
- deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcesByExternalIdCommandOutput>;
122
- deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
123
- deleteResourcesByExternalId(args: DeleteResourcesByExternalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void): void;
124
-
125
- deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterOnPremisesInstanceCommandOutput>;
126
- deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
127
- deregisterOnPremisesInstance(args: DeregisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void): void;
128
-
129
- getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
130
- getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
131
- getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
132
-
133
- getApplicationRevision(args: GetApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationRevisionCommandOutput>;
134
- getApplicationRevision(args: GetApplicationRevisionCommandInput, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
135
- getApplicationRevision(args: GetApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void): void;
136
-
137
- getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
138
- getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
139
- getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
140
-
141
- getDeploymentConfig(args: GetDeploymentConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentConfigCommandOutput>;
142
- getDeploymentConfig(args: GetDeploymentConfigCommandInput, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
143
- getDeploymentConfig(args: GetDeploymentConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void): void;
144
-
145
- getDeploymentGroup(args: GetDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentGroupCommandOutput>;
146
- getDeploymentGroup(args: GetDeploymentGroupCommandInput, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
147
- getDeploymentGroup(args: GetDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void): void;
148
-
149
- getDeploymentInstance(args: GetDeploymentInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentInstanceCommandOutput>;
150
- getDeploymentInstance(args: GetDeploymentInstanceCommandInput, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
151
- getDeploymentInstance(args: GetDeploymentInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void): void;
152
-
153
- getDeploymentTarget(args: GetDeploymentTargetCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentTargetCommandOutput>;
154
- getDeploymentTarget(args: GetDeploymentTargetCommandInput, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
155
- getDeploymentTarget(args: GetDeploymentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void): void;
156
-
157
- getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetOnPremisesInstanceCommandOutput>;
158
- getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
159
- getOnPremisesInstance(args: GetOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void): void;
160
-
161
- listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationRevisionsCommandOutput>;
162
- listApplicationRevisions(args: ListApplicationRevisionsCommandInput, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
163
- listApplicationRevisions(args: ListApplicationRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void): void;
164
-
165
- listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
166
- listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
167
- listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
168
-
169
- listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentConfigsCommandOutput>;
170
- listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
171
- listDeploymentConfigs(args: ListDeploymentConfigsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void): void;
172
-
173
- listDeploymentGroups(args: ListDeploymentGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentGroupsCommandOutput>;
174
- listDeploymentGroups(args: ListDeploymentGroupsCommandInput, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
175
- listDeploymentGroups(args: ListDeploymentGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void): void;
176
-
177
- listDeploymentInstances(args: ListDeploymentInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentInstancesCommandOutput>;
178
- listDeploymentInstances(args: ListDeploymentInstancesCommandInput, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
179
- listDeploymentInstances(args: ListDeploymentInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void): void;
180
-
181
- listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
182
- listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
183
- listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
184
-
185
- listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentTargetsCommandOutput>;
186
- listDeploymentTargets(args: ListDeploymentTargetsCommandInput, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
187
- listDeploymentTargets(args: ListDeploymentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void): void;
188
-
189
- listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListGitHubAccountTokenNamesCommandOutput>;
190
- listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
191
- listGitHubAccountTokenNames(args: ListGitHubAccountTokenNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void): void;
192
-
193
- listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListOnPremisesInstancesCommandOutput>;
194
- listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
195
- listOnPremisesInstances(args: ListOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void): void;
196
-
197
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
198
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
199
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
200
-
201
- putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
202
- putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
203
- putLifecycleEventHookExecutionStatus(args: PutLifecycleEventHookExecutionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleEventHookExecutionStatusCommandOutput) => void): void;
204
-
205
- registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options?: __HttpHandlerOptions): Promise<RegisterApplicationRevisionCommandOutput>;
206
- registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
207
- registerApplicationRevision(args: RegisterApplicationRevisionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void): void;
208
-
209
- registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RegisterOnPremisesInstanceCommandOutput>;
210
- registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
211
- registerOnPremisesInstance(args: RegisterOnPremisesInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void): void;
212
-
213
- removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
214
- removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
215
- removeTagsFromOnPremisesInstances(args: RemoveTagsFromOnPremisesInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromOnPremisesInstancesCommandOutput) => void): void;
216
-
217
- skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options?: __HttpHandlerOptions): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
218
- skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
219
- skipWaitTimeForInstanceTermination(args: SkipWaitTimeForInstanceTerminationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SkipWaitTimeForInstanceTerminationCommandOutput) => void): void;
220
-
221
- stopDeployment(args: StopDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StopDeploymentCommandOutput>;
222
- stopDeployment(args: StopDeploymentCommandInput, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
223
- stopDeployment(args: StopDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
224
-
225
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
226
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
227
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
228
-
229
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
230
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
231
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
232
-
233
- updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
234
- updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
235
- updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
236
-
237
- updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentGroupCommandOutput>;
238
- updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void): void;
239
- updateDeploymentGroup(args: UpdateDeploymentGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void): void;
240
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CodeDeployClient } from "./CodeDeployClient";
3
+ import {
4
+ AddTagsToOnPremisesInstancesCommandInput,
5
+ AddTagsToOnPremisesInstancesCommandOutput,
6
+ } from "./commands/AddTagsToOnPremisesInstancesCommand";
7
+ import {
8
+ BatchGetApplicationRevisionsCommandInput,
9
+ BatchGetApplicationRevisionsCommandOutput,
10
+ } from "./commands/BatchGetApplicationRevisionsCommand";
11
+ import {
12
+ BatchGetApplicationsCommandInput,
13
+ BatchGetApplicationsCommandOutput,
14
+ } from "./commands/BatchGetApplicationsCommand";
15
+ import {
16
+ BatchGetDeploymentGroupsCommandInput,
17
+ BatchGetDeploymentGroupsCommandOutput,
18
+ } from "./commands/BatchGetDeploymentGroupsCommand";
19
+ import {
20
+ BatchGetDeploymentInstancesCommandInput,
21
+ BatchGetDeploymentInstancesCommandOutput,
22
+ } from "./commands/BatchGetDeploymentInstancesCommand";
23
+ import {
24
+ BatchGetDeploymentsCommandInput,
25
+ BatchGetDeploymentsCommandOutput,
26
+ } from "./commands/BatchGetDeploymentsCommand";
27
+ import {
28
+ BatchGetDeploymentTargetsCommandInput,
29
+ BatchGetDeploymentTargetsCommandOutput,
30
+ } from "./commands/BatchGetDeploymentTargetsCommand";
31
+ import {
32
+ BatchGetOnPremisesInstancesCommandInput,
33
+ BatchGetOnPremisesInstancesCommandOutput,
34
+ } from "./commands/BatchGetOnPremisesInstancesCommand";
35
+ import {
36
+ ContinueDeploymentCommandInput,
37
+ ContinueDeploymentCommandOutput,
38
+ } from "./commands/ContinueDeploymentCommand";
39
+ import {
40
+ CreateApplicationCommandInput,
41
+ CreateApplicationCommandOutput,
42
+ } from "./commands/CreateApplicationCommand";
43
+ import {
44
+ CreateDeploymentCommandInput,
45
+ CreateDeploymentCommandOutput,
46
+ } from "./commands/CreateDeploymentCommand";
47
+ import {
48
+ CreateDeploymentConfigCommandInput,
49
+ CreateDeploymentConfigCommandOutput,
50
+ } from "./commands/CreateDeploymentConfigCommand";
51
+ import {
52
+ CreateDeploymentGroupCommandInput,
53
+ CreateDeploymentGroupCommandOutput,
54
+ } from "./commands/CreateDeploymentGroupCommand";
55
+ import {
56
+ DeleteApplicationCommandInput,
57
+ DeleteApplicationCommandOutput,
58
+ } from "./commands/DeleteApplicationCommand";
59
+ import {
60
+ DeleteDeploymentConfigCommandInput,
61
+ DeleteDeploymentConfigCommandOutput,
62
+ } from "./commands/DeleteDeploymentConfigCommand";
63
+ import {
64
+ DeleteDeploymentGroupCommandInput,
65
+ DeleteDeploymentGroupCommandOutput,
66
+ } from "./commands/DeleteDeploymentGroupCommand";
67
+ import {
68
+ DeleteGitHubAccountTokenCommandInput,
69
+ DeleteGitHubAccountTokenCommandOutput,
70
+ } from "./commands/DeleteGitHubAccountTokenCommand";
71
+ import {
72
+ DeleteResourcesByExternalIdCommandInput,
73
+ DeleteResourcesByExternalIdCommandOutput,
74
+ } from "./commands/DeleteResourcesByExternalIdCommand";
75
+ import {
76
+ DeregisterOnPremisesInstanceCommandInput,
77
+ DeregisterOnPremisesInstanceCommandOutput,
78
+ } from "./commands/DeregisterOnPremisesInstanceCommand";
79
+ import {
80
+ GetApplicationCommandInput,
81
+ GetApplicationCommandOutput,
82
+ } from "./commands/GetApplicationCommand";
83
+ import {
84
+ GetApplicationRevisionCommandInput,
85
+ GetApplicationRevisionCommandOutput,
86
+ } from "./commands/GetApplicationRevisionCommand";
87
+ import {
88
+ GetDeploymentCommandInput,
89
+ GetDeploymentCommandOutput,
90
+ } from "./commands/GetDeploymentCommand";
91
+ import {
92
+ GetDeploymentConfigCommandInput,
93
+ GetDeploymentConfigCommandOutput,
94
+ } from "./commands/GetDeploymentConfigCommand";
95
+ import {
96
+ GetDeploymentGroupCommandInput,
97
+ GetDeploymentGroupCommandOutput,
98
+ } from "./commands/GetDeploymentGroupCommand";
99
+ import {
100
+ GetDeploymentInstanceCommandInput,
101
+ GetDeploymentInstanceCommandOutput,
102
+ } from "./commands/GetDeploymentInstanceCommand";
103
+ import {
104
+ GetDeploymentTargetCommandInput,
105
+ GetDeploymentTargetCommandOutput,
106
+ } from "./commands/GetDeploymentTargetCommand";
107
+ import {
108
+ GetOnPremisesInstanceCommandInput,
109
+ GetOnPremisesInstanceCommandOutput,
110
+ } from "./commands/GetOnPremisesInstanceCommand";
111
+ import {
112
+ ListApplicationRevisionsCommandInput,
113
+ ListApplicationRevisionsCommandOutput,
114
+ } from "./commands/ListApplicationRevisionsCommand";
115
+ import {
116
+ ListApplicationsCommandInput,
117
+ ListApplicationsCommandOutput,
118
+ } from "./commands/ListApplicationsCommand";
119
+ import {
120
+ ListDeploymentConfigsCommandInput,
121
+ ListDeploymentConfigsCommandOutput,
122
+ } from "./commands/ListDeploymentConfigsCommand";
123
+ import {
124
+ ListDeploymentGroupsCommandInput,
125
+ ListDeploymentGroupsCommandOutput,
126
+ } from "./commands/ListDeploymentGroupsCommand";
127
+ import {
128
+ ListDeploymentInstancesCommandInput,
129
+ ListDeploymentInstancesCommandOutput,
130
+ } from "./commands/ListDeploymentInstancesCommand";
131
+ import {
132
+ ListDeploymentsCommandInput,
133
+ ListDeploymentsCommandOutput,
134
+ } from "./commands/ListDeploymentsCommand";
135
+ import {
136
+ ListDeploymentTargetsCommandInput,
137
+ ListDeploymentTargetsCommandOutput,
138
+ } from "./commands/ListDeploymentTargetsCommand";
139
+ import {
140
+ ListGitHubAccountTokenNamesCommandInput,
141
+ ListGitHubAccountTokenNamesCommandOutput,
142
+ } from "./commands/ListGitHubAccountTokenNamesCommand";
143
+ import {
144
+ ListOnPremisesInstancesCommandInput,
145
+ ListOnPremisesInstancesCommandOutput,
146
+ } from "./commands/ListOnPremisesInstancesCommand";
147
+ import {
148
+ ListTagsForResourceCommandInput,
149
+ ListTagsForResourceCommandOutput,
150
+ } from "./commands/ListTagsForResourceCommand";
151
+ import {
152
+ PutLifecycleEventHookExecutionStatusCommandInput,
153
+ PutLifecycleEventHookExecutionStatusCommandOutput,
154
+ } from "./commands/PutLifecycleEventHookExecutionStatusCommand";
155
+ import {
156
+ RegisterApplicationRevisionCommandInput,
157
+ RegisterApplicationRevisionCommandOutput,
158
+ } from "./commands/RegisterApplicationRevisionCommand";
159
+ import {
160
+ RegisterOnPremisesInstanceCommandInput,
161
+ RegisterOnPremisesInstanceCommandOutput,
162
+ } from "./commands/RegisterOnPremisesInstanceCommand";
163
+ import {
164
+ RemoveTagsFromOnPremisesInstancesCommandInput,
165
+ RemoveTagsFromOnPremisesInstancesCommandOutput,
166
+ } from "./commands/RemoveTagsFromOnPremisesInstancesCommand";
167
+ import {
168
+ SkipWaitTimeForInstanceTerminationCommandInput,
169
+ SkipWaitTimeForInstanceTerminationCommandOutput,
170
+ } from "./commands/SkipWaitTimeForInstanceTerminationCommand";
171
+ import {
172
+ StopDeploymentCommandInput,
173
+ StopDeploymentCommandOutput,
174
+ } from "./commands/StopDeploymentCommand";
175
+ import {
176
+ TagResourceCommandInput,
177
+ TagResourceCommandOutput,
178
+ } from "./commands/TagResourceCommand";
179
+ import {
180
+ UntagResourceCommandInput,
181
+ UntagResourceCommandOutput,
182
+ } from "./commands/UntagResourceCommand";
183
+ import {
184
+ UpdateApplicationCommandInput,
185
+ UpdateApplicationCommandOutput,
186
+ } from "./commands/UpdateApplicationCommand";
187
+ import {
188
+ UpdateDeploymentGroupCommandInput,
189
+ UpdateDeploymentGroupCommandOutput,
190
+ } from "./commands/UpdateDeploymentGroupCommand";
191
+ export declare class CodeDeploy extends CodeDeployClient {
192
+ addTagsToOnPremisesInstances(
193
+ args: AddTagsToOnPremisesInstancesCommandInput,
194
+ options?: __HttpHandlerOptions
195
+ ): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
196
+ addTagsToOnPremisesInstances(
197
+ args: AddTagsToOnPremisesInstancesCommandInput,
198
+ cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
199
+ ): void;
200
+ addTagsToOnPremisesInstances(
201
+ args: AddTagsToOnPremisesInstancesCommandInput,
202
+ options: __HttpHandlerOptions,
203
+ cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
204
+ ): void;
205
+ batchGetApplicationRevisions(
206
+ args: BatchGetApplicationRevisionsCommandInput,
207
+ options?: __HttpHandlerOptions
208
+ ): Promise<BatchGetApplicationRevisionsCommandOutput>;
209
+ batchGetApplicationRevisions(
210
+ args: BatchGetApplicationRevisionsCommandInput,
211
+ cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
212
+ ): void;
213
+ batchGetApplicationRevisions(
214
+ args: BatchGetApplicationRevisionsCommandInput,
215
+ options: __HttpHandlerOptions,
216
+ cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
217
+ ): void;
218
+ batchGetApplications(
219
+ args: BatchGetApplicationsCommandInput,
220
+ options?: __HttpHandlerOptions
221
+ ): Promise<BatchGetApplicationsCommandOutput>;
222
+ batchGetApplications(
223
+ args: BatchGetApplicationsCommandInput,
224
+ cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
225
+ ): void;
226
+ batchGetApplications(
227
+ args: BatchGetApplicationsCommandInput,
228
+ options: __HttpHandlerOptions,
229
+ cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
230
+ ): void;
231
+ batchGetDeploymentGroups(
232
+ args: BatchGetDeploymentGroupsCommandInput,
233
+ options?: __HttpHandlerOptions
234
+ ): Promise<BatchGetDeploymentGroupsCommandOutput>;
235
+ batchGetDeploymentGroups(
236
+ args: BatchGetDeploymentGroupsCommandInput,
237
+ cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
238
+ ): void;
239
+ batchGetDeploymentGroups(
240
+ args: BatchGetDeploymentGroupsCommandInput,
241
+ options: __HttpHandlerOptions,
242
+ cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
243
+ ): void;
244
+ batchGetDeploymentInstances(
245
+ args: BatchGetDeploymentInstancesCommandInput,
246
+ options?: __HttpHandlerOptions
247
+ ): Promise<BatchGetDeploymentInstancesCommandOutput>;
248
+ batchGetDeploymentInstances(
249
+ args: BatchGetDeploymentInstancesCommandInput,
250
+ cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
251
+ ): void;
252
+ batchGetDeploymentInstances(
253
+ args: BatchGetDeploymentInstancesCommandInput,
254
+ options: __HttpHandlerOptions,
255
+ cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
256
+ ): void;
257
+ batchGetDeployments(
258
+ args: BatchGetDeploymentsCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<BatchGetDeploymentsCommandOutput>;
261
+ batchGetDeployments(
262
+ args: BatchGetDeploymentsCommandInput,
263
+ cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
264
+ ): void;
265
+ batchGetDeployments(
266
+ args: BatchGetDeploymentsCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
269
+ ): void;
270
+ batchGetDeploymentTargets(
271
+ args: BatchGetDeploymentTargetsCommandInput,
272
+ options?: __HttpHandlerOptions
273
+ ): Promise<BatchGetDeploymentTargetsCommandOutput>;
274
+ batchGetDeploymentTargets(
275
+ args: BatchGetDeploymentTargetsCommandInput,
276
+ cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
277
+ ): void;
278
+ batchGetDeploymentTargets(
279
+ args: BatchGetDeploymentTargetsCommandInput,
280
+ options: __HttpHandlerOptions,
281
+ cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
282
+ ): void;
283
+ batchGetOnPremisesInstances(
284
+ args: BatchGetOnPremisesInstancesCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<BatchGetOnPremisesInstancesCommandOutput>;
287
+ batchGetOnPremisesInstances(
288
+ args: BatchGetOnPremisesInstancesCommandInput,
289
+ cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
290
+ ): void;
291
+ batchGetOnPremisesInstances(
292
+ args: BatchGetOnPremisesInstancesCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
295
+ ): void;
296
+ continueDeployment(
297
+ args: ContinueDeploymentCommandInput,
298
+ options?: __HttpHandlerOptions
299
+ ): Promise<ContinueDeploymentCommandOutput>;
300
+ continueDeployment(
301
+ args: ContinueDeploymentCommandInput,
302
+ cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
303
+ ): void;
304
+ continueDeployment(
305
+ args: ContinueDeploymentCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
308
+ ): void;
309
+ createApplication(
310
+ args: CreateApplicationCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<CreateApplicationCommandOutput>;
313
+ createApplication(
314
+ args: CreateApplicationCommandInput,
315
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
316
+ ): void;
317
+ createApplication(
318
+ args: CreateApplicationCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
321
+ ): void;
322
+ createDeployment(
323
+ args: CreateDeploymentCommandInput,
324
+ options?: __HttpHandlerOptions
325
+ ): Promise<CreateDeploymentCommandOutput>;
326
+ createDeployment(
327
+ args: CreateDeploymentCommandInput,
328
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void
329
+ ): void;
330
+ createDeployment(
331
+ args: CreateDeploymentCommandInput,
332
+ options: __HttpHandlerOptions,
333
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void
334
+ ): void;
335
+ createDeploymentConfig(
336
+ args: CreateDeploymentConfigCommandInput,
337
+ options?: __HttpHandlerOptions
338
+ ): Promise<CreateDeploymentConfigCommandOutput>;
339
+ createDeploymentConfig(
340
+ args: CreateDeploymentConfigCommandInput,
341
+ cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
342
+ ): void;
343
+ createDeploymentConfig(
344
+ args: CreateDeploymentConfigCommandInput,
345
+ options: __HttpHandlerOptions,
346
+ cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
347
+ ): void;
348
+ createDeploymentGroup(
349
+ args: CreateDeploymentGroupCommandInput,
350
+ options?: __HttpHandlerOptions
351
+ ): Promise<CreateDeploymentGroupCommandOutput>;
352
+ createDeploymentGroup(
353
+ args: CreateDeploymentGroupCommandInput,
354
+ cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
355
+ ): void;
356
+ createDeploymentGroup(
357
+ args: CreateDeploymentGroupCommandInput,
358
+ options: __HttpHandlerOptions,
359
+ cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
360
+ ): void;
361
+ deleteApplication(
362
+ args: DeleteApplicationCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<DeleteApplicationCommandOutput>;
365
+ deleteApplication(
366
+ args: DeleteApplicationCommandInput,
367
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
368
+ ): void;
369
+ deleteApplication(
370
+ args: DeleteApplicationCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
373
+ ): void;
374
+ deleteDeploymentConfig(
375
+ args: DeleteDeploymentConfigCommandInput,
376
+ options?: __HttpHandlerOptions
377
+ ): Promise<DeleteDeploymentConfigCommandOutput>;
378
+ deleteDeploymentConfig(
379
+ args: DeleteDeploymentConfigCommandInput,
380
+ cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
381
+ ): void;
382
+ deleteDeploymentConfig(
383
+ args: DeleteDeploymentConfigCommandInput,
384
+ options: __HttpHandlerOptions,
385
+ cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
386
+ ): void;
387
+ deleteDeploymentGroup(
388
+ args: DeleteDeploymentGroupCommandInput,
389
+ options?: __HttpHandlerOptions
390
+ ): Promise<DeleteDeploymentGroupCommandOutput>;
391
+ deleteDeploymentGroup(
392
+ args: DeleteDeploymentGroupCommandInput,
393
+ cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
394
+ ): void;
395
+ deleteDeploymentGroup(
396
+ args: DeleteDeploymentGroupCommandInput,
397
+ options: __HttpHandlerOptions,
398
+ cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
399
+ ): void;
400
+ deleteGitHubAccountToken(
401
+ args: DeleteGitHubAccountTokenCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<DeleteGitHubAccountTokenCommandOutput>;
404
+ deleteGitHubAccountToken(
405
+ args: DeleteGitHubAccountTokenCommandInput,
406
+ cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
407
+ ): void;
408
+ deleteGitHubAccountToken(
409
+ args: DeleteGitHubAccountTokenCommandInput,
410
+ options: __HttpHandlerOptions,
411
+ cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
412
+ ): void;
413
+ deleteResourcesByExternalId(
414
+ args: DeleteResourcesByExternalIdCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<DeleteResourcesByExternalIdCommandOutput>;
417
+ deleteResourcesByExternalId(
418
+ args: DeleteResourcesByExternalIdCommandInput,
419
+ cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
420
+ ): void;
421
+ deleteResourcesByExternalId(
422
+ args: DeleteResourcesByExternalIdCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
425
+ ): void;
426
+ deregisterOnPremisesInstance(
427
+ args: DeregisterOnPremisesInstanceCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<DeregisterOnPremisesInstanceCommandOutput>;
430
+ deregisterOnPremisesInstance(
431
+ args: DeregisterOnPremisesInstanceCommandInput,
432
+ cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
433
+ ): void;
434
+ deregisterOnPremisesInstance(
435
+ args: DeregisterOnPremisesInstanceCommandInput,
436
+ options: __HttpHandlerOptions,
437
+ cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
438
+ ): void;
439
+ getApplication(
440
+ args: GetApplicationCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<GetApplicationCommandOutput>;
443
+ getApplication(
444
+ args: GetApplicationCommandInput,
445
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
446
+ ): void;
447
+ getApplication(
448
+ args: GetApplicationCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
451
+ ): void;
452
+ getApplicationRevision(
453
+ args: GetApplicationRevisionCommandInput,
454
+ options?: __HttpHandlerOptions
455
+ ): Promise<GetApplicationRevisionCommandOutput>;
456
+ getApplicationRevision(
457
+ args: GetApplicationRevisionCommandInput,
458
+ cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
459
+ ): void;
460
+ getApplicationRevision(
461
+ args: GetApplicationRevisionCommandInput,
462
+ options: __HttpHandlerOptions,
463
+ cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
464
+ ): void;
465
+ getDeployment(
466
+ args: GetDeploymentCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<GetDeploymentCommandOutput>;
469
+ getDeployment(
470
+ args: GetDeploymentCommandInput,
471
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void
472
+ ): void;
473
+ getDeployment(
474
+ args: GetDeploymentCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void
477
+ ): void;
478
+ getDeploymentConfig(
479
+ args: GetDeploymentConfigCommandInput,
480
+ options?: __HttpHandlerOptions
481
+ ): Promise<GetDeploymentConfigCommandOutput>;
482
+ getDeploymentConfig(
483
+ args: GetDeploymentConfigCommandInput,
484
+ cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
485
+ ): void;
486
+ getDeploymentConfig(
487
+ args: GetDeploymentConfigCommandInput,
488
+ options: __HttpHandlerOptions,
489
+ cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
490
+ ): void;
491
+ getDeploymentGroup(
492
+ args: GetDeploymentGroupCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<GetDeploymentGroupCommandOutput>;
495
+ getDeploymentGroup(
496
+ args: GetDeploymentGroupCommandInput,
497
+ cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
498
+ ): void;
499
+ getDeploymentGroup(
500
+ args: GetDeploymentGroupCommandInput,
501
+ options: __HttpHandlerOptions,
502
+ cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
503
+ ): void;
504
+ getDeploymentInstance(
505
+ args: GetDeploymentInstanceCommandInput,
506
+ options?: __HttpHandlerOptions
507
+ ): Promise<GetDeploymentInstanceCommandOutput>;
508
+ getDeploymentInstance(
509
+ args: GetDeploymentInstanceCommandInput,
510
+ cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
511
+ ): void;
512
+ getDeploymentInstance(
513
+ args: GetDeploymentInstanceCommandInput,
514
+ options: __HttpHandlerOptions,
515
+ cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
516
+ ): void;
517
+ getDeploymentTarget(
518
+ args: GetDeploymentTargetCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<GetDeploymentTargetCommandOutput>;
521
+ getDeploymentTarget(
522
+ args: GetDeploymentTargetCommandInput,
523
+ cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
524
+ ): void;
525
+ getDeploymentTarget(
526
+ args: GetDeploymentTargetCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
529
+ ): void;
530
+ getOnPremisesInstance(
531
+ args: GetOnPremisesInstanceCommandInput,
532
+ options?: __HttpHandlerOptions
533
+ ): Promise<GetOnPremisesInstanceCommandOutput>;
534
+ getOnPremisesInstance(
535
+ args: GetOnPremisesInstanceCommandInput,
536
+ cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
537
+ ): void;
538
+ getOnPremisesInstance(
539
+ args: GetOnPremisesInstanceCommandInput,
540
+ options: __HttpHandlerOptions,
541
+ cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
542
+ ): void;
543
+ listApplicationRevisions(
544
+ args: ListApplicationRevisionsCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<ListApplicationRevisionsCommandOutput>;
547
+ listApplicationRevisions(
548
+ args: ListApplicationRevisionsCommandInput,
549
+ cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
550
+ ): void;
551
+ listApplicationRevisions(
552
+ args: ListApplicationRevisionsCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
555
+ ): void;
556
+ listApplications(
557
+ args: ListApplicationsCommandInput,
558
+ options?: __HttpHandlerOptions
559
+ ): Promise<ListApplicationsCommandOutput>;
560
+ listApplications(
561
+ args: ListApplicationsCommandInput,
562
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
563
+ ): void;
564
+ listApplications(
565
+ args: ListApplicationsCommandInput,
566
+ options: __HttpHandlerOptions,
567
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
568
+ ): void;
569
+ listDeploymentConfigs(
570
+ args: ListDeploymentConfigsCommandInput,
571
+ options?: __HttpHandlerOptions
572
+ ): Promise<ListDeploymentConfigsCommandOutput>;
573
+ listDeploymentConfigs(
574
+ args: ListDeploymentConfigsCommandInput,
575
+ cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
576
+ ): void;
577
+ listDeploymentConfigs(
578
+ args: ListDeploymentConfigsCommandInput,
579
+ options: __HttpHandlerOptions,
580
+ cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
581
+ ): void;
582
+ listDeploymentGroups(
583
+ args: ListDeploymentGroupsCommandInput,
584
+ options?: __HttpHandlerOptions
585
+ ): Promise<ListDeploymentGroupsCommandOutput>;
586
+ listDeploymentGroups(
587
+ args: ListDeploymentGroupsCommandInput,
588
+ cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
589
+ ): void;
590
+ listDeploymentGroups(
591
+ args: ListDeploymentGroupsCommandInput,
592
+ options: __HttpHandlerOptions,
593
+ cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
594
+ ): void;
595
+ listDeploymentInstances(
596
+ args: ListDeploymentInstancesCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<ListDeploymentInstancesCommandOutput>;
599
+ listDeploymentInstances(
600
+ args: ListDeploymentInstancesCommandInput,
601
+ cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
602
+ ): void;
603
+ listDeploymentInstances(
604
+ args: ListDeploymentInstancesCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
607
+ ): void;
608
+ listDeployments(
609
+ args: ListDeploymentsCommandInput,
610
+ options?: __HttpHandlerOptions
611
+ ): Promise<ListDeploymentsCommandOutput>;
612
+ listDeployments(
613
+ args: ListDeploymentsCommandInput,
614
+ cb: (err: any, data?: ListDeploymentsCommandOutput) => void
615
+ ): void;
616
+ listDeployments(
617
+ args: ListDeploymentsCommandInput,
618
+ options: __HttpHandlerOptions,
619
+ cb: (err: any, data?: ListDeploymentsCommandOutput) => void
620
+ ): void;
621
+ listDeploymentTargets(
622
+ args: ListDeploymentTargetsCommandInput,
623
+ options?: __HttpHandlerOptions
624
+ ): Promise<ListDeploymentTargetsCommandOutput>;
625
+ listDeploymentTargets(
626
+ args: ListDeploymentTargetsCommandInput,
627
+ cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
628
+ ): void;
629
+ listDeploymentTargets(
630
+ args: ListDeploymentTargetsCommandInput,
631
+ options: __HttpHandlerOptions,
632
+ cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
633
+ ): void;
634
+ listGitHubAccountTokenNames(
635
+ args: ListGitHubAccountTokenNamesCommandInput,
636
+ options?: __HttpHandlerOptions
637
+ ): Promise<ListGitHubAccountTokenNamesCommandOutput>;
638
+ listGitHubAccountTokenNames(
639
+ args: ListGitHubAccountTokenNamesCommandInput,
640
+ cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
641
+ ): void;
642
+ listGitHubAccountTokenNames(
643
+ args: ListGitHubAccountTokenNamesCommandInput,
644
+ options: __HttpHandlerOptions,
645
+ cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
646
+ ): void;
647
+ listOnPremisesInstances(
648
+ args: ListOnPremisesInstancesCommandInput,
649
+ options?: __HttpHandlerOptions
650
+ ): Promise<ListOnPremisesInstancesCommandOutput>;
651
+ listOnPremisesInstances(
652
+ args: ListOnPremisesInstancesCommandInput,
653
+ cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
654
+ ): void;
655
+ listOnPremisesInstances(
656
+ args: ListOnPremisesInstancesCommandInput,
657
+ options: __HttpHandlerOptions,
658
+ cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
659
+ ): void;
660
+ listTagsForResource(
661
+ args: ListTagsForResourceCommandInput,
662
+ options?: __HttpHandlerOptions
663
+ ): Promise<ListTagsForResourceCommandOutput>;
664
+ listTagsForResource(
665
+ args: ListTagsForResourceCommandInput,
666
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
667
+ ): void;
668
+ listTagsForResource(
669
+ args: ListTagsForResourceCommandInput,
670
+ options: __HttpHandlerOptions,
671
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
672
+ ): void;
673
+ putLifecycleEventHookExecutionStatus(
674
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
675
+ options?: __HttpHandlerOptions
676
+ ): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
677
+ putLifecycleEventHookExecutionStatus(
678
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
679
+ cb: (
680
+ err: any,
681
+ data?: PutLifecycleEventHookExecutionStatusCommandOutput
682
+ ) => void
683
+ ): void;
684
+ putLifecycleEventHookExecutionStatus(
685
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
686
+ options: __HttpHandlerOptions,
687
+ cb: (
688
+ err: any,
689
+ data?: PutLifecycleEventHookExecutionStatusCommandOutput
690
+ ) => void
691
+ ): void;
692
+ registerApplicationRevision(
693
+ args: RegisterApplicationRevisionCommandInput,
694
+ options?: __HttpHandlerOptions
695
+ ): Promise<RegisterApplicationRevisionCommandOutput>;
696
+ registerApplicationRevision(
697
+ args: RegisterApplicationRevisionCommandInput,
698
+ cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
699
+ ): void;
700
+ registerApplicationRevision(
701
+ args: RegisterApplicationRevisionCommandInput,
702
+ options: __HttpHandlerOptions,
703
+ cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
704
+ ): void;
705
+ registerOnPremisesInstance(
706
+ args: RegisterOnPremisesInstanceCommandInput,
707
+ options?: __HttpHandlerOptions
708
+ ): Promise<RegisterOnPremisesInstanceCommandOutput>;
709
+ registerOnPremisesInstance(
710
+ args: RegisterOnPremisesInstanceCommandInput,
711
+ cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
712
+ ): void;
713
+ registerOnPremisesInstance(
714
+ args: RegisterOnPremisesInstanceCommandInput,
715
+ options: __HttpHandlerOptions,
716
+ cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
717
+ ): void;
718
+ removeTagsFromOnPremisesInstances(
719
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
720
+ options?: __HttpHandlerOptions
721
+ ): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
722
+ removeTagsFromOnPremisesInstances(
723
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
724
+ cb: (
725
+ err: any,
726
+ data?: RemoveTagsFromOnPremisesInstancesCommandOutput
727
+ ) => void
728
+ ): void;
729
+ removeTagsFromOnPremisesInstances(
730
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
731
+ options: __HttpHandlerOptions,
732
+ cb: (
733
+ err: any,
734
+ data?: RemoveTagsFromOnPremisesInstancesCommandOutput
735
+ ) => void
736
+ ): void;
737
+ skipWaitTimeForInstanceTermination(
738
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
739
+ options?: __HttpHandlerOptions
740
+ ): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
741
+ skipWaitTimeForInstanceTermination(
742
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
743
+ cb: (
744
+ err: any,
745
+ data?: SkipWaitTimeForInstanceTerminationCommandOutput
746
+ ) => void
747
+ ): void;
748
+ skipWaitTimeForInstanceTermination(
749
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
750
+ options: __HttpHandlerOptions,
751
+ cb: (
752
+ err: any,
753
+ data?: SkipWaitTimeForInstanceTerminationCommandOutput
754
+ ) => void
755
+ ): void;
756
+ stopDeployment(
757
+ args: StopDeploymentCommandInput,
758
+ options?: __HttpHandlerOptions
759
+ ): Promise<StopDeploymentCommandOutput>;
760
+ stopDeployment(
761
+ args: StopDeploymentCommandInput,
762
+ cb: (err: any, data?: StopDeploymentCommandOutput) => void
763
+ ): void;
764
+ stopDeployment(
765
+ args: StopDeploymentCommandInput,
766
+ options: __HttpHandlerOptions,
767
+ cb: (err: any, data?: StopDeploymentCommandOutput) => void
768
+ ): void;
769
+ tagResource(
770
+ args: TagResourceCommandInput,
771
+ options?: __HttpHandlerOptions
772
+ ): Promise<TagResourceCommandOutput>;
773
+ tagResource(
774
+ args: TagResourceCommandInput,
775
+ cb: (err: any, data?: TagResourceCommandOutput) => void
776
+ ): void;
777
+ tagResource(
778
+ args: TagResourceCommandInput,
779
+ options: __HttpHandlerOptions,
780
+ cb: (err: any, data?: TagResourceCommandOutput) => void
781
+ ): void;
782
+ untagResource(
783
+ args: UntagResourceCommandInput,
784
+ options?: __HttpHandlerOptions
785
+ ): Promise<UntagResourceCommandOutput>;
786
+ untagResource(
787
+ args: UntagResourceCommandInput,
788
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
789
+ ): void;
790
+ untagResource(
791
+ args: UntagResourceCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
794
+ ): void;
795
+ updateApplication(
796
+ args: UpdateApplicationCommandInput,
797
+ options?: __HttpHandlerOptions
798
+ ): Promise<UpdateApplicationCommandOutput>;
799
+ updateApplication(
800
+ args: UpdateApplicationCommandInput,
801
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
802
+ ): void;
803
+ updateApplication(
804
+ args: UpdateApplicationCommandInput,
805
+ options: __HttpHandlerOptions,
806
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
807
+ ): void;
808
+ updateDeploymentGroup(
809
+ args: UpdateDeploymentGroupCommandInput,
810
+ options?: __HttpHandlerOptions
811
+ ): Promise<UpdateDeploymentGroupCommandOutput>;
812
+ updateDeploymentGroup(
813
+ args: UpdateDeploymentGroupCommandInput,
814
+ cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
815
+ ): void;
816
+ updateDeploymentGroup(
817
+ args: UpdateDeploymentGroupCommandInput,
818
+ options: __HttpHandlerOptions,
819
+ cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
820
+ ): void;
821
+ }