@aws-sdk/client-codedeploy 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +868 -240
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +411 -120
  4. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +32 -17
  50. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +8 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +2991 -2482
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  70. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  71. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +13 -7
  72. package/package.json +35 -35
@@ -1,240 +1,868 @@
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
+
192
+ export declare class CodeDeploy extends CodeDeployClient {
193
+ addTagsToOnPremisesInstances(
194
+ args: AddTagsToOnPremisesInstancesCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<AddTagsToOnPremisesInstancesCommandOutput>;
197
+ addTagsToOnPremisesInstances(
198
+ args: AddTagsToOnPremisesInstancesCommandInput,
199
+ cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
200
+ ): void;
201
+ addTagsToOnPremisesInstances(
202
+ args: AddTagsToOnPremisesInstancesCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: AddTagsToOnPremisesInstancesCommandOutput) => void
205
+ ): void;
206
+
207
+ batchGetApplicationRevisions(
208
+ args: BatchGetApplicationRevisionsCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<BatchGetApplicationRevisionsCommandOutput>;
211
+ batchGetApplicationRevisions(
212
+ args: BatchGetApplicationRevisionsCommandInput,
213
+ cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
214
+ ): void;
215
+ batchGetApplicationRevisions(
216
+ args: BatchGetApplicationRevisionsCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: BatchGetApplicationRevisionsCommandOutput) => void
219
+ ): void;
220
+
221
+ batchGetApplications(
222
+ args: BatchGetApplicationsCommandInput,
223
+ options?: __HttpHandlerOptions
224
+ ): Promise<BatchGetApplicationsCommandOutput>;
225
+ batchGetApplications(
226
+ args: BatchGetApplicationsCommandInput,
227
+ cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
228
+ ): void;
229
+ batchGetApplications(
230
+ args: BatchGetApplicationsCommandInput,
231
+ options: __HttpHandlerOptions,
232
+ cb: (err: any, data?: BatchGetApplicationsCommandOutput) => void
233
+ ): void;
234
+
235
+ batchGetDeploymentGroups(
236
+ args: BatchGetDeploymentGroupsCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<BatchGetDeploymentGroupsCommandOutput>;
239
+ batchGetDeploymentGroups(
240
+ args: BatchGetDeploymentGroupsCommandInput,
241
+ cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
242
+ ): void;
243
+ batchGetDeploymentGroups(
244
+ args: BatchGetDeploymentGroupsCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: BatchGetDeploymentGroupsCommandOutput) => void
247
+ ): void;
248
+
249
+ batchGetDeploymentInstances(
250
+ args: BatchGetDeploymentInstancesCommandInput,
251
+ options?: __HttpHandlerOptions
252
+ ): Promise<BatchGetDeploymentInstancesCommandOutput>;
253
+ batchGetDeploymentInstances(
254
+ args: BatchGetDeploymentInstancesCommandInput,
255
+ cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
256
+ ): void;
257
+ batchGetDeploymentInstances(
258
+ args: BatchGetDeploymentInstancesCommandInput,
259
+ options: __HttpHandlerOptions,
260
+ cb: (err: any, data?: BatchGetDeploymentInstancesCommandOutput) => void
261
+ ): void;
262
+
263
+ batchGetDeployments(
264
+ args: BatchGetDeploymentsCommandInput,
265
+ options?: __HttpHandlerOptions
266
+ ): Promise<BatchGetDeploymentsCommandOutput>;
267
+ batchGetDeployments(
268
+ args: BatchGetDeploymentsCommandInput,
269
+ cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
270
+ ): void;
271
+ batchGetDeployments(
272
+ args: BatchGetDeploymentsCommandInput,
273
+ options: __HttpHandlerOptions,
274
+ cb: (err: any, data?: BatchGetDeploymentsCommandOutput) => void
275
+ ): void;
276
+
277
+ batchGetDeploymentTargets(
278
+ args: BatchGetDeploymentTargetsCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<BatchGetDeploymentTargetsCommandOutput>;
281
+ batchGetDeploymentTargets(
282
+ args: BatchGetDeploymentTargetsCommandInput,
283
+ cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
284
+ ): void;
285
+ batchGetDeploymentTargets(
286
+ args: BatchGetDeploymentTargetsCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: BatchGetDeploymentTargetsCommandOutput) => void
289
+ ): void;
290
+
291
+ batchGetOnPremisesInstances(
292
+ args: BatchGetOnPremisesInstancesCommandInput,
293
+ options?: __HttpHandlerOptions
294
+ ): Promise<BatchGetOnPremisesInstancesCommandOutput>;
295
+ batchGetOnPremisesInstances(
296
+ args: BatchGetOnPremisesInstancesCommandInput,
297
+ cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
298
+ ): void;
299
+ batchGetOnPremisesInstances(
300
+ args: BatchGetOnPremisesInstancesCommandInput,
301
+ options: __HttpHandlerOptions,
302
+ cb: (err: any, data?: BatchGetOnPremisesInstancesCommandOutput) => void
303
+ ): void;
304
+
305
+ continueDeployment(
306
+ args: ContinueDeploymentCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<ContinueDeploymentCommandOutput>;
309
+ continueDeployment(
310
+ args: ContinueDeploymentCommandInput,
311
+ cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
312
+ ): void;
313
+ continueDeployment(
314
+ args: ContinueDeploymentCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: ContinueDeploymentCommandOutput) => void
317
+ ): void;
318
+
319
+ createApplication(
320
+ args: CreateApplicationCommandInput,
321
+ options?: __HttpHandlerOptions
322
+ ): Promise<CreateApplicationCommandOutput>;
323
+ createApplication(
324
+ args: CreateApplicationCommandInput,
325
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
326
+ ): void;
327
+ createApplication(
328
+ args: CreateApplicationCommandInput,
329
+ options: __HttpHandlerOptions,
330
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
331
+ ): void;
332
+
333
+ createDeployment(
334
+ args: CreateDeploymentCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<CreateDeploymentCommandOutput>;
337
+ createDeployment(
338
+ args: CreateDeploymentCommandInput,
339
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void
340
+ ): void;
341
+ createDeployment(
342
+ args: CreateDeploymentCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: CreateDeploymentCommandOutput) => void
345
+ ): void;
346
+
347
+ createDeploymentConfig(
348
+ args: CreateDeploymentConfigCommandInput,
349
+ options?: __HttpHandlerOptions
350
+ ): Promise<CreateDeploymentConfigCommandOutput>;
351
+ createDeploymentConfig(
352
+ args: CreateDeploymentConfigCommandInput,
353
+ cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
354
+ ): void;
355
+ createDeploymentConfig(
356
+ args: CreateDeploymentConfigCommandInput,
357
+ options: __HttpHandlerOptions,
358
+ cb: (err: any, data?: CreateDeploymentConfigCommandOutput) => void
359
+ ): void;
360
+
361
+ createDeploymentGroup(
362
+ args: CreateDeploymentGroupCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<CreateDeploymentGroupCommandOutput>;
365
+ createDeploymentGroup(
366
+ args: CreateDeploymentGroupCommandInput,
367
+ cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
368
+ ): void;
369
+ createDeploymentGroup(
370
+ args: CreateDeploymentGroupCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: CreateDeploymentGroupCommandOutput) => void
373
+ ): void;
374
+
375
+ deleteApplication(
376
+ args: DeleteApplicationCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<DeleteApplicationCommandOutput>;
379
+ deleteApplication(
380
+ args: DeleteApplicationCommandInput,
381
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
382
+ ): void;
383
+ deleteApplication(
384
+ args: DeleteApplicationCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void
387
+ ): void;
388
+
389
+ deleteDeploymentConfig(
390
+ args: DeleteDeploymentConfigCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<DeleteDeploymentConfigCommandOutput>;
393
+ deleteDeploymentConfig(
394
+ args: DeleteDeploymentConfigCommandInput,
395
+ cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
396
+ ): void;
397
+ deleteDeploymentConfig(
398
+ args: DeleteDeploymentConfigCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: DeleteDeploymentConfigCommandOutput) => void
401
+ ): void;
402
+
403
+ deleteDeploymentGroup(
404
+ args: DeleteDeploymentGroupCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<DeleteDeploymentGroupCommandOutput>;
407
+ deleteDeploymentGroup(
408
+ args: DeleteDeploymentGroupCommandInput,
409
+ cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
410
+ ): void;
411
+ deleteDeploymentGroup(
412
+ args: DeleteDeploymentGroupCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: DeleteDeploymentGroupCommandOutput) => void
415
+ ): void;
416
+
417
+ deleteGitHubAccountToken(
418
+ args: DeleteGitHubAccountTokenCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<DeleteGitHubAccountTokenCommandOutput>;
421
+ deleteGitHubAccountToken(
422
+ args: DeleteGitHubAccountTokenCommandInput,
423
+ cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
424
+ ): void;
425
+ deleteGitHubAccountToken(
426
+ args: DeleteGitHubAccountTokenCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: DeleteGitHubAccountTokenCommandOutput) => void
429
+ ): void;
430
+
431
+ deleteResourcesByExternalId(
432
+ args: DeleteResourcesByExternalIdCommandInput,
433
+ options?: __HttpHandlerOptions
434
+ ): Promise<DeleteResourcesByExternalIdCommandOutput>;
435
+ deleteResourcesByExternalId(
436
+ args: DeleteResourcesByExternalIdCommandInput,
437
+ cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
438
+ ): void;
439
+ deleteResourcesByExternalId(
440
+ args: DeleteResourcesByExternalIdCommandInput,
441
+ options: __HttpHandlerOptions,
442
+ cb: (err: any, data?: DeleteResourcesByExternalIdCommandOutput) => void
443
+ ): void;
444
+
445
+ deregisterOnPremisesInstance(
446
+ args: DeregisterOnPremisesInstanceCommandInput,
447
+ options?: __HttpHandlerOptions
448
+ ): Promise<DeregisterOnPremisesInstanceCommandOutput>;
449
+ deregisterOnPremisesInstance(
450
+ args: DeregisterOnPremisesInstanceCommandInput,
451
+ cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
452
+ ): void;
453
+ deregisterOnPremisesInstance(
454
+ args: DeregisterOnPremisesInstanceCommandInput,
455
+ options: __HttpHandlerOptions,
456
+ cb: (err: any, data?: DeregisterOnPremisesInstanceCommandOutput) => void
457
+ ): void;
458
+
459
+ getApplication(
460
+ args: GetApplicationCommandInput,
461
+ options?: __HttpHandlerOptions
462
+ ): Promise<GetApplicationCommandOutput>;
463
+ getApplication(
464
+ args: GetApplicationCommandInput,
465
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
466
+ ): void;
467
+ getApplication(
468
+ args: GetApplicationCommandInput,
469
+ options: __HttpHandlerOptions,
470
+ cb: (err: any, data?: GetApplicationCommandOutput) => void
471
+ ): void;
472
+
473
+ getApplicationRevision(
474
+ args: GetApplicationRevisionCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<GetApplicationRevisionCommandOutput>;
477
+ getApplicationRevision(
478
+ args: GetApplicationRevisionCommandInput,
479
+ cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
480
+ ): void;
481
+ getApplicationRevision(
482
+ args: GetApplicationRevisionCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: GetApplicationRevisionCommandOutput) => void
485
+ ): void;
486
+
487
+ getDeployment(
488
+ args: GetDeploymentCommandInput,
489
+ options?: __HttpHandlerOptions
490
+ ): Promise<GetDeploymentCommandOutput>;
491
+ getDeployment(
492
+ args: GetDeploymentCommandInput,
493
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void
494
+ ): void;
495
+ getDeployment(
496
+ args: GetDeploymentCommandInput,
497
+ options: __HttpHandlerOptions,
498
+ cb: (err: any, data?: GetDeploymentCommandOutput) => void
499
+ ): void;
500
+
501
+ getDeploymentConfig(
502
+ args: GetDeploymentConfigCommandInput,
503
+ options?: __HttpHandlerOptions
504
+ ): Promise<GetDeploymentConfigCommandOutput>;
505
+ getDeploymentConfig(
506
+ args: GetDeploymentConfigCommandInput,
507
+ cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
508
+ ): void;
509
+ getDeploymentConfig(
510
+ args: GetDeploymentConfigCommandInput,
511
+ options: __HttpHandlerOptions,
512
+ cb: (err: any, data?: GetDeploymentConfigCommandOutput) => void
513
+ ): void;
514
+
515
+ getDeploymentGroup(
516
+ args: GetDeploymentGroupCommandInput,
517
+ options?: __HttpHandlerOptions
518
+ ): Promise<GetDeploymentGroupCommandOutput>;
519
+ getDeploymentGroup(
520
+ args: GetDeploymentGroupCommandInput,
521
+ cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
522
+ ): void;
523
+ getDeploymentGroup(
524
+ args: GetDeploymentGroupCommandInput,
525
+ options: __HttpHandlerOptions,
526
+ cb: (err: any, data?: GetDeploymentGroupCommandOutput) => void
527
+ ): void;
528
+
529
+ getDeploymentInstance(
530
+ args: GetDeploymentInstanceCommandInput,
531
+ options?: __HttpHandlerOptions
532
+ ): Promise<GetDeploymentInstanceCommandOutput>;
533
+ getDeploymentInstance(
534
+ args: GetDeploymentInstanceCommandInput,
535
+ cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
536
+ ): void;
537
+ getDeploymentInstance(
538
+ args: GetDeploymentInstanceCommandInput,
539
+ options: __HttpHandlerOptions,
540
+ cb: (err: any, data?: GetDeploymentInstanceCommandOutput) => void
541
+ ): void;
542
+
543
+ getDeploymentTarget(
544
+ args: GetDeploymentTargetCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<GetDeploymentTargetCommandOutput>;
547
+ getDeploymentTarget(
548
+ args: GetDeploymentTargetCommandInput,
549
+ cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
550
+ ): void;
551
+ getDeploymentTarget(
552
+ args: GetDeploymentTargetCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (err: any, data?: GetDeploymentTargetCommandOutput) => void
555
+ ): void;
556
+
557
+ getOnPremisesInstance(
558
+ args: GetOnPremisesInstanceCommandInput,
559
+ options?: __HttpHandlerOptions
560
+ ): Promise<GetOnPremisesInstanceCommandOutput>;
561
+ getOnPremisesInstance(
562
+ args: GetOnPremisesInstanceCommandInput,
563
+ cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
564
+ ): void;
565
+ getOnPremisesInstance(
566
+ args: GetOnPremisesInstanceCommandInput,
567
+ options: __HttpHandlerOptions,
568
+ cb: (err: any, data?: GetOnPremisesInstanceCommandOutput) => void
569
+ ): void;
570
+
571
+ listApplicationRevisions(
572
+ args: ListApplicationRevisionsCommandInput,
573
+ options?: __HttpHandlerOptions
574
+ ): Promise<ListApplicationRevisionsCommandOutput>;
575
+ listApplicationRevisions(
576
+ args: ListApplicationRevisionsCommandInput,
577
+ cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
578
+ ): void;
579
+ listApplicationRevisions(
580
+ args: ListApplicationRevisionsCommandInput,
581
+ options: __HttpHandlerOptions,
582
+ cb: (err: any, data?: ListApplicationRevisionsCommandOutput) => void
583
+ ): void;
584
+
585
+ listApplications(
586
+ args: ListApplicationsCommandInput,
587
+ options?: __HttpHandlerOptions
588
+ ): Promise<ListApplicationsCommandOutput>;
589
+ listApplications(
590
+ args: ListApplicationsCommandInput,
591
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
592
+ ): void;
593
+ listApplications(
594
+ args: ListApplicationsCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void
597
+ ): void;
598
+
599
+ listDeploymentConfigs(
600
+ args: ListDeploymentConfigsCommandInput,
601
+ options?: __HttpHandlerOptions
602
+ ): Promise<ListDeploymentConfigsCommandOutput>;
603
+ listDeploymentConfigs(
604
+ args: ListDeploymentConfigsCommandInput,
605
+ cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
606
+ ): void;
607
+ listDeploymentConfigs(
608
+ args: ListDeploymentConfigsCommandInput,
609
+ options: __HttpHandlerOptions,
610
+ cb: (err: any, data?: ListDeploymentConfigsCommandOutput) => void
611
+ ): void;
612
+
613
+ listDeploymentGroups(
614
+ args: ListDeploymentGroupsCommandInput,
615
+ options?: __HttpHandlerOptions
616
+ ): Promise<ListDeploymentGroupsCommandOutput>;
617
+ listDeploymentGroups(
618
+ args: ListDeploymentGroupsCommandInput,
619
+ cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
620
+ ): void;
621
+ listDeploymentGroups(
622
+ args: ListDeploymentGroupsCommandInput,
623
+ options: __HttpHandlerOptions,
624
+ cb: (err: any, data?: ListDeploymentGroupsCommandOutput) => void
625
+ ): void;
626
+
627
+ listDeploymentInstances(
628
+ args: ListDeploymentInstancesCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<ListDeploymentInstancesCommandOutput>;
631
+ listDeploymentInstances(
632
+ args: ListDeploymentInstancesCommandInput,
633
+ cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
634
+ ): void;
635
+ listDeploymentInstances(
636
+ args: ListDeploymentInstancesCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: ListDeploymentInstancesCommandOutput) => void
639
+ ): void;
640
+
641
+ listDeployments(
642
+ args: ListDeploymentsCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<ListDeploymentsCommandOutput>;
645
+ listDeployments(
646
+ args: ListDeploymentsCommandInput,
647
+ cb: (err: any, data?: ListDeploymentsCommandOutput) => void
648
+ ): void;
649
+ listDeployments(
650
+ args: ListDeploymentsCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: ListDeploymentsCommandOutput) => void
653
+ ): void;
654
+
655
+ listDeploymentTargets(
656
+ args: ListDeploymentTargetsCommandInput,
657
+ options?: __HttpHandlerOptions
658
+ ): Promise<ListDeploymentTargetsCommandOutput>;
659
+ listDeploymentTargets(
660
+ args: ListDeploymentTargetsCommandInput,
661
+ cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
662
+ ): void;
663
+ listDeploymentTargets(
664
+ args: ListDeploymentTargetsCommandInput,
665
+ options: __HttpHandlerOptions,
666
+ cb: (err: any, data?: ListDeploymentTargetsCommandOutput) => void
667
+ ): void;
668
+
669
+ listGitHubAccountTokenNames(
670
+ args: ListGitHubAccountTokenNamesCommandInput,
671
+ options?: __HttpHandlerOptions
672
+ ): Promise<ListGitHubAccountTokenNamesCommandOutput>;
673
+ listGitHubAccountTokenNames(
674
+ args: ListGitHubAccountTokenNamesCommandInput,
675
+ cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
676
+ ): void;
677
+ listGitHubAccountTokenNames(
678
+ args: ListGitHubAccountTokenNamesCommandInput,
679
+ options: __HttpHandlerOptions,
680
+ cb: (err: any, data?: ListGitHubAccountTokenNamesCommandOutput) => void
681
+ ): void;
682
+
683
+ listOnPremisesInstances(
684
+ args: ListOnPremisesInstancesCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<ListOnPremisesInstancesCommandOutput>;
687
+ listOnPremisesInstances(
688
+ args: ListOnPremisesInstancesCommandInput,
689
+ cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
690
+ ): void;
691
+ listOnPremisesInstances(
692
+ args: ListOnPremisesInstancesCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: ListOnPremisesInstancesCommandOutput) => void
695
+ ): void;
696
+
697
+ listTagsForResource(
698
+ args: ListTagsForResourceCommandInput,
699
+ options?: __HttpHandlerOptions
700
+ ): Promise<ListTagsForResourceCommandOutput>;
701
+ listTagsForResource(
702
+ args: ListTagsForResourceCommandInput,
703
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
704
+ ): void;
705
+ listTagsForResource(
706
+ args: ListTagsForResourceCommandInput,
707
+ options: __HttpHandlerOptions,
708
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
709
+ ): void;
710
+
711
+ putLifecycleEventHookExecutionStatus(
712
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
713
+ options?: __HttpHandlerOptions
714
+ ): Promise<PutLifecycleEventHookExecutionStatusCommandOutput>;
715
+ putLifecycleEventHookExecutionStatus(
716
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
717
+ cb: (
718
+ err: any,
719
+ data?: PutLifecycleEventHookExecutionStatusCommandOutput
720
+ ) => void
721
+ ): void;
722
+ putLifecycleEventHookExecutionStatus(
723
+ args: PutLifecycleEventHookExecutionStatusCommandInput,
724
+ options: __HttpHandlerOptions,
725
+ cb: (
726
+ err: any,
727
+ data?: PutLifecycleEventHookExecutionStatusCommandOutput
728
+ ) => void
729
+ ): void;
730
+
731
+ registerApplicationRevision(
732
+ args: RegisterApplicationRevisionCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<RegisterApplicationRevisionCommandOutput>;
735
+ registerApplicationRevision(
736
+ args: RegisterApplicationRevisionCommandInput,
737
+ cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
738
+ ): void;
739
+ registerApplicationRevision(
740
+ args: RegisterApplicationRevisionCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: RegisterApplicationRevisionCommandOutput) => void
743
+ ): void;
744
+
745
+ registerOnPremisesInstance(
746
+ args: RegisterOnPremisesInstanceCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<RegisterOnPremisesInstanceCommandOutput>;
749
+ registerOnPremisesInstance(
750
+ args: RegisterOnPremisesInstanceCommandInput,
751
+ cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
752
+ ): void;
753
+ registerOnPremisesInstance(
754
+ args: RegisterOnPremisesInstanceCommandInput,
755
+ options: __HttpHandlerOptions,
756
+ cb: (err: any, data?: RegisterOnPremisesInstanceCommandOutput) => void
757
+ ): void;
758
+
759
+ removeTagsFromOnPremisesInstances(
760
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
761
+ options?: __HttpHandlerOptions
762
+ ): Promise<RemoveTagsFromOnPremisesInstancesCommandOutput>;
763
+ removeTagsFromOnPremisesInstances(
764
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
765
+ cb: (
766
+ err: any,
767
+ data?: RemoveTagsFromOnPremisesInstancesCommandOutput
768
+ ) => void
769
+ ): void;
770
+ removeTagsFromOnPremisesInstances(
771
+ args: RemoveTagsFromOnPremisesInstancesCommandInput,
772
+ options: __HttpHandlerOptions,
773
+ cb: (
774
+ err: any,
775
+ data?: RemoveTagsFromOnPremisesInstancesCommandOutput
776
+ ) => void
777
+ ): void;
778
+
779
+ skipWaitTimeForInstanceTermination(
780
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
781
+ options?: __HttpHandlerOptions
782
+ ): Promise<SkipWaitTimeForInstanceTerminationCommandOutput>;
783
+ skipWaitTimeForInstanceTermination(
784
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
785
+ cb: (
786
+ err: any,
787
+ data?: SkipWaitTimeForInstanceTerminationCommandOutput
788
+ ) => void
789
+ ): void;
790
+ skipWaitTimeForInstanceTermination(
791
+ args: SkipWaitTimeForInstanceTerminationCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (
794
+ err: any,
795
+ data?: SkipWaitTimeForInstanceTerminationCommandOutput
796
+ ) => void
797
+ ): void;
798
+
799
+ stopDeployment(
800
+ args: StopDeploymentCommandInput,
801
+ options?: __HttpHandlerOptions
802
+ ): Promise<StopDeploymentCommandOutput>;
803
+ stopDeployment(
804
+ args: StopDeploymentCommandInput,
805
+ cb: (err: any, data?: StopDeploymentCommandOutput) => void
806
+ ): void;
807
+ stopDeployment(
808
+ args: StopDeploymentCommandInput,
809
+ options: __HttpHandlerOptions,
810
+ cb: (err: any, data?: StopDeploymentCommandOutput) => void
811
+ ): void;
812
+
813
+ tagResource(
814
+ args: TagResourceCommandInput,
815
+ options?: __HttpHandlerOptions
816
+ ): Promise<TagResourceCommandOutput>;
817
+ tagResource(
818
+ args: TagResourceCommandInput,
819
+ cb: (err: any, data?: TagResourceCommandOutput) => void
820
+ ): void;
821
+ tagResource(
822
+ args: TagResourceCommandInput,
823
+ options: __HttpHandlerOptions,
824
+ cb: (err: any, data?: TagResourceCommandOutput) => void
825
+ ): void;
826
+
827
+ untagResource(
828
+ args: UntagResourceCommandInput,
829
+ options?: __HttpHandlerOptions
830
+ ): Promise<UntagResourceCommandOutput>;
831
+ untagResource(
832
+ args: UntagResourceCommandInput,
833
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
834
+ ): void;
835
+ untagResource(
836
+ args: UntagResourceCommandInput,
837
+ options: __HttpHandlerOptions,
838
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
839
+ ): void;
840
+
841
+ updateApplication(
842
+ args: UpdateApplicationCommandInput,
843
+ options?: __HttpHandlerOptions
844
+ ): Promise<UpdateApplicationCommandOutput>;
845
+ updateApplication(
846
+ args: UpdateApplicationCommandInput,
847
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
848
+ ): void;
849
+ updateApplication(
850
+ args: UpdateApplicationCommandInput,
851
+ options: __HttpHandlerOptions,
852
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
853
+ ): void;
854
+
855
+ updateDeploymentGroup(
856
+ args: UpdateDeploymentGroupCommandInput,
857
+ options?: __HttpHandlerOptions
858
+ ): Promise<UpdateDeploymentGroupCommandOutput>;
859
+ updateDeploymentGroup(
860
+ args: UpdateDeploymentGroupCommandInput,
861
+ cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
862
+ ): void;
863
+ updateDeploymentGroup(
864
+ args: UpdateDeploymentGroupCommandInput,
865
+ options: __HttpHandlerOptions,
866
+ cb: (err: any, data?: UpdateDeploymentGroupCommandOutput) => void
867
+ ): void;
868
+ }