@cdklabs/cdk-ecs-codedeploy 0.0.132 → 0.0.133

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 (43) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/CodeDeploy.js +51 -658
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +51 -658
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +146 -278
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +4 -1
  10. package/node_modules/@aws-sdk/client-codedeploy/package.json +6 -6
  11. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +8 -56
  12. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +8 -56
  13. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +27 -47
  14. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +2 -1
  15. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  16. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +7 -42
  17. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +7 -42
  18. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +21 -26
  19. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-sso-oidc/package.json +4 -4
  21. package/node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +12 -112
  22. package/node_modules/@aws-sdk/client-sts/dist-es/STS.js +12 -112
  23. package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +19 -577
  24. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -1
  25. package/node_modules/@aws-sdk/client-sts/package.json +5 -5
  26. package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
  27. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  28. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  29. package/node_modules/@aws-sdk/smithy-client/dist-cjs/create-aggregated-client.js +25 -0
  30. package/node_modules/@aws-sdk/smithy-client/dist-cjs/index.js +1 -0
  31. package/node_modules/@aws-sdk/smithy-client/dist-es/create-aggregated-client.js +21 -0
  32. package/node_modules/@aws-sdk/smithy-client/dist-es/index.js +1 -0
  33. package/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  34. package/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts +1 -0
  35. package/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts +1 -1
  36. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +5 -0
  37. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
  38. package/node_modules/@aws-sdk/smithy-client/dist-types/ts3.4/object-mapping.d.ts +1 -1
  39. package/node_modules/@aws-sdk/smithy-client/package.json +1 -1
  40. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  41. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +2 -2
  42. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +2 -2
  43. package/package.json +4 -4
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CodeDeploy = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
4
5
  const CodeDeployClient_1 = require("./CodeDeployClient");
5
6
  const AddTagsToOnPremisesInstancesCommand_1 = require("./commands/AddTagsToOnPremisesInstancesCommand");
6
7
  const BatchGetApplicationRevisionsCommand_1 = require("./commands/BatchGetApplicationRevisionsCommand");
@@ -49,664 +50,56 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
49
50
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
50
51
  const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
51
52
  const UpdateDeploymentGroupCommand_1 = require("./commands/UpdateDeploymentGroupCommand");
53
+ const commands = {
54
+ AddTagsToOnPremisesInstancesCommand: AddTagsToOnPremisesInstancesCommand_1.AddTagsToOnPremisesInstancesCommand,
55
+ BatchGetApplicationRevisionsCommand: BatchGetApplicationRevisionsCommand_1.BatchGetApplicationRevisionsCommand,
56
+ BatchGetApplicationsCommand: BatchGetApplicationsCommand_1.BatchGetApplicationsCommand,
57
+ BatchGetDeploymentGroupsCommand: BatchGetDeploymentGroupsCommand_1.BatchGetDeploymentGroupsCommand,
58
+ BatchGetDeploymentInstancesCommand: BatchGetDeploymentInstancesCommand_1.BatchGetDeploymentInstancesCommand,
59
+ BatchGetDeploymentsCommand: BatchGetDeploymentsCommand_1.BatchGetDeploymentsCommand,
60
+ BatchGetDeploymentTargetsCommand: BatchGetDeploymentTargetsCommand_1.BatchGetDeploymentTargetsCommand,
61
+ BatchGetOnPremisesInstancesCommand: BatchGetOnPremisesInstancesCommand_1.BatchGetOnPremisesInstancesCommand,
62
+ ContinueDeploymentCommand: ContinueDeploymentCommand_1.ContinueDeploymentCommand,
63
+ CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
64
+ CreateDeploymentCommand: CreateDeploymentCommand_1.CreateDeploymentCommand,
65
+ CreateDeploymentConfigCommand: CreateDeploymentConfigCommand_1.CreateDeploymentConfigCommand,
66
+ CreateDeploymentGroupCommand: CreateDeploymentGroupCommand_1.CreateDeploymentGroupCommand,
67
+ DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
68
+ DeleteDeploymentConfigCommand: DeleteDeploymentConfigCommand_1.DeleteDeploymentConfigCommand,
69
+ DeleteDeploymentGroupCommand: DeleteDeploymentGroupCommand_1.DeleteDeploymentGroupCommand,
70
+ DeleteGitHubAccountTokenCommand: DeleteGitHubAccountTokenCommand_1.DeleteGitHubAccountTokenCommand,
71
+ DeleteResourcesByExternalIdCommand: DeleteResourcesByExternalIdCommand_1.DeleteResourcesByExternalIdCommand,
72
+ DeregisterOnPremisesInstanceCommand: DeregisterOnPremisesInstanceCommand_1.DeregisterOnPremisesInstanceCommand,
73
+ GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
74
+ GetApplicationRevisionCommand: GetApplicationRevisionCommand_1.GetApplicationRevisionCommand,
75
+ GetDeploymentCommand: GetDeploymentCommand_1.GetDeploymentCommand,
76
+ GetDeploymentConfigCommand: GetDeploymentConfigCommand_1.GetDeploymentConfigCommand,
77
+ GetDeploymentGroupCommand: GetDeploymentGroupCommand_1.GetDeploymentGroupCommand,
78
+ GetDeploymentInstanceCommand: GetDeploymentInstanceCommand_1.GetDeploymentInstanceCommand,
79
+ GetDeploymentTargetCommand: GetDeploymentTargetCommand_1.GetDeploymentTargetCommand,
80
+ GetOnPremisesInstanceCommand: GetOnPremisesInstanceCommand_1.GetOnPremisesInstanceCommand,
81
+ ListApplicationRevisionsCommand: ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand,
82
+ ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
83
+ ListDeploymentConfigsCommand: ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand,
84
+ ListDeploymentGroupsCommand: ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand,
85
+ ListDeploymentInstancesCommand: ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand,
86
+ ListDeploymentsCommand: ListDeploymentsCommand_1.ListDeploymentsCommand,
87
+ ListDeploymentTargetsCommand: ListDeploymentTargetsCommand_1.ListDeploymentTargetsCommand,
88
+ ListGitHubAccountTokenNamesCommand: ListGitHubAccountTokenNamesCommand_1.ListGitHubAccountTokenNamesCommand,
89
+ ListOnPremisesInstancesCommand: ListOnPremisesInstancesCommand_1.ListOnPremisesInstancesCommand,
90
+ ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
91
+ PutLifecycleEventHookExecutionStatusCommand: PutLifecycleEventHookExecutionStatusCommand_1.PutLifecycleEventHookExecutionStatusCommand,
92
+ RegisterApplicationRevisionCommand: RegisterApplicationRevisionCommand_1.RegisterApplicationRevisionCommand,
93
+ RegisterOnPremisesInstanceCommand: RegisterOnPremisesInstanceCommand_1.RegisterOnPremisesInstanceCommand,
94
+ RemoveTagsFromOnPremisesInstancesCommand: RemoveTagsFromOnPremisesInstancesCommand_1.RemoveTagsFromOnPremisesInstancesCommand,
95
+ SkipWaitTimeForInstanceTerminationCommand: SkipWaitTimeForInstanceTerminationCommand_1.SkipWaitTimeForInstanceTerminationCommand,
96
+ StopDeploymentCommand: StopDeploymentCommand_1.StopDeploymentCommand,
97
+ TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
98
+ UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
99
+ UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
100
+ UpdateDeploymentGroupCommand: UpdateDeploymentGroupCommand_1.UpdateDeploymentGroupCommand,
101
+ };
52
102
  class CodeDeploy extends CodeDeployClient_1.CodeDeployClient {
53
- addTagsToOnPremisesInstances(args, optionsOrCb, cb) {
54
- const command = new AddTagsToOnPremisesInstancesCommand_1.AddTagsToOnPremisesInstancesCommand(args);
55
- if (typeof optionsOrCb === "function") {
56
- this.send(command, optionsOrCb);
57
- }
58
- else if (typeof cb === "function") {
59
- if (typeof optionsOrCb !== "object")
60
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
61
- this.send(command, optionsOrCb || {}, cb);
62
- }
63
- else {
64
- return this.send(command, optionsOrCb);
65
- }
66
- }
67
- batchGetApplicationRevisions(args, optionsOrCb, cb) {
68
- const command = new BatchGetApplicationRevisionsCommand_1.BatchGetApplicationRevisionsCommand(args);
69
- if (typeof optionsOrCb === "function") {
70
- this.send(command, optionsOrCb);
71
- }
72
- else if (typeof cb === "function") {
73
- if (typeof optionsOrCb !== "object")
74
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
75
- this.send(command, optionsOrCb || {}, cb);
76
- }
77
- else {
78
- return this.send(command, optionsOrCb);
79
- }
80
- }
81
- batchGetApplications(args, optionsOrCb, cb) {
82
- const command = new BatchGetApplicationsCommand_1.BatchGetApplicationsCommand(args);
83
- if (typeof optionsOrCb === "function") {
84
- this.send(command, optionsOrCb);
85
- }
86
- else if (typeof cb === "function") {
87
- if (typeof optionsOrCb !== "object")
88
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
89
- this.send(command, optionsOrCb || {}, cb);
90
- }
91
- else {
92
- return this.send(command, optionsOrCb);
93
- }
94
- }
95
- batchGetDeploymentGroups(args, optionsOrCb, cb) {
96
- const command = new BatchGetDeploymentGroupsCommand_1.BatchGetDeploymentGroupsCommand(args);
97
- if (typeof optionsOrCb === "function") {
98
- this.send(command, optionsOrCb);
99
- }
100
- else if (typeof cb === "function") {
101
- if (typeof optionsOrCb !== "object")
102
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
103
- this.send(command, optionsOrCb || {}, cb);
104
- }
105
- else {
106
- return this.send(command, optionsOrCb);
107
- }
108
- }
109
- batchGetDeploymentInstances(args, optionsOrCb, cb) {
110
- const command = new BatchGetDeploymentInstancesCommand_1.BatchGetDeploymentInstancesCommand(args);
111
- if (typeof optionsOrCb === "function") {
112
- this.send(command, optionsOrCb);
113
- }
114
- else if (typeof cb === "function") {
115
- if (typeof optionsOrCb !== "object")
116
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
117
- this.send(command, optionsOrCb || {}, cb);
118
- }
119
- else {
120
- return this.send(command, optionsOrCb);
121
- }
122
- }
123
- batchGetDeployments(args, optionsOrCb, cb) {
124
- const command = new BatchGetDeploymentsCommand_1.BatchGetDeploymentsCommand(args);
125
- if (typeof optionsOrCb === "function") {
126
- this.send(command, optionsOrCb);
127
- }
128
- else if (typeof cb === "function") {
129
- if (typeof optionsOrCb !== "object")
130
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
131
- this.send(command, optionsOrCb || {}, cb);
132
- }
133
- else {
134
- return this.send(command, optionsOrCb);
135
- }
136
- }
137
- batchGetDeploymentTargets(args, optionsOrCb, cb) {
138
- const command = new BatchGetDeploymentTargetsCommand_1.BatchGetDeploymentTargetsCommand(args);
139
- if (typeof optionsOrCb === "function") {
140
- this.send(command, optionsOrCb);
141
- }
142
- else if (typeof cb === "function") {
143
- if (typeof optionsOrCb !== "object")
144
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
145
- this.send(command, optionsOrCb || {}, cb);
146
- }
147
- else {
148
- return this.send(command, optionsOrCb);
149
- }
150
- }
151
- batchGetOnPremisesInstances(args, optionsOrCb, cb) {
152
- const command = new BatchGetOnPremisesInstancesCommand_1.BatchGetOnPremisesInstancesCommand(args);
153
- if (typeof optionsOrCb === "function") {
154
- this.send(command, optionsOrCb);
155
- }
156
- else if (typeof cb === "function") {
157
- if (typeof optionsOrCb !== "object")
158
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
159
- this.send(command, optionsOrCb || {}, cb);
160
- }
161
- else {
162
- return this.send(command, optionsOrCb);
163
- }
164
- }
165
- continueDeployment(args, optionsOrCb, cb) {
166
- const command = new ContinueDeploymentCommand_1.ContinueDeploymentCommand(args);
167
- if (typeof optionsOrCb === "function") {
168
- this.send(command, optionsOrCb);
169
- }
170
- else if (typeof cb === "function") {
171
- if (typeof optionsOrCb !== "object")
172
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
173
- this.send(command, optionsOrCb || {}, cb);
174
- }
175
- else {
176
- return this.send(command, optionsOrCb);
177
- }
178
- }
179
- createApplication(args, optionsOrCb, cb) {
180
- const command = new CreateApplicationCommand_1.CreateApplicationCommand(args);
181
- if (typeof optionsOrCb === "function") {
182
- this.send(command, optionsOrCb);
183
- }
184
- else if (typeof cb === "function") {
185
- if (typeof optionsOrCb !== "object")
186
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
187
- this.send(command, optionsOrCb || {}, cb);
188
- }
189
- else {
190
- return this.send(command, optionsOrCb);
191
- }
192
- }
193
- createDeployment(args, optionsOrCb, cb) {
194
- const command = new CreateDeploymentCommand_1.CreateDeploymentCommand(args);
195
- if (typeof optionsOrCb === "function") {
196
- this.send(command, optionsOrCb);
197
- }
198
- else if (typeof cb === "function") {
199
- if (typeof optionsOrCb !== "object")
200
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
201
- this.send(command, optionsOrCb || {}, cb);
202
- }
203
- else {
204
- return this.send(command, optionsOrCb);
205
- }
206
- }
207
- createDeploymentConfig(args, optionsOrCb, cb) {
208
- const command = new CreateDeploymentConfigCommand_1.CreateDeploymentConfigCommand(args);
209
- if (typeof optionsOrCb === "function") {
210
- this.send(command, optionsOrCb);
211
- }
212
- else if (typeof cb === "function") {
213
- if (typeof optionsOrCb !== "object")
214
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
215
- this.send(command, optionsOrCb || {}, cb);
216
- }
217
- else {
218
- return this.send(command, optionsOrCb);
219
- }
220
- }
221
- createDeploymentGroup(args, optionsOrCb, cb) {
222
- const command = new CreateDeploymentGroupCommand_1.CreateDeploymentGroupCommand(args);
223
- if (typeof optionsOrCb === "function") {
224
- this.send(command, optionsOrCb);
225
- }
226
- else if (typeof cb === "function") {
227
- if (typeof optionsOrCb !== "object")
228
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
229
- this.send(command, optionsOrCb || {}, cb);
230
- }
231
- else {
232
- return this.send(command, optionsOrCb);
233
- }
234
- }
235
- deleteApplication(args, optionsOrCb, cb) {
236
- const command = new DeleteApplicationCommand_1.DeleteApplicationCommand(args);
237
- if (typeof optionsOrCb === "function") {
238
- this.send(command, optionsOrCb);
239
- }
240
- else if (typeof cb === "function") {
241
- if (typeof optionsOrCb !== "object")
242
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
243
- this.send(command, optionsOrCb || {}, cb);
244
- }
245
- else {
246
- return this.send(command, optionsOrCb);
247
- }
248
- }
249
- deleteDeploymentConfig(args, optionsOrCb, cb) {
250
- const command = new DeleteDeploymentConfigCommand_1.DeleteDeploymentConfigCommand(args);
251
- if (typeof optionsOrCb === "function") {
252
- this.send(command, optionsOrCb);
253
- }
254
- else if (typeof cb === "function") {
255
- if (typeof optionsOrCb !== "object")
256
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
257
- this.send(command, optionsOrCb || {}, cb);
258
- }
259
- else {
260
- return this.send(command, optionsOrCb);
261
- }
262
- }
263
- deleteDeploymentGroup(args, optionsOrCb, cb) {
264
- const command = new DeleteDeploymentGroupCommand_1.DeleteDeploymentGroupCommand(args);
265
- if (typeof optionsOrCb === "function") {
266
- this.send(command, optionsOrCb);
267
- }
268
- else if (typeof cb === "function") {
269
- if (typeof optionsOrCb !== "object")
270
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
271
- this.send(command, optionsOrCb || {}, cb);
272
- }
273
- else {
274
- return this.send(command, optionsOrCb);
275
- }
276
- }
277
- deleteGitHubAccountToken(args, optionsOrCb, cb) {
278
- const command = new DeleteGitHubAccountTokenCommand_1.DeleteGitHubAccountTokenCommand(args);
279
- if (typeof optionsOrCb === "function") {
280
- this.send(command, optionsOrCb);
281
- }
282
- else if (typeof cb === "function") {
283
- if (typeof optionsOrCb !== "object")
284
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
285
- this.send(command, optionsOrCb || {}, cb);
286
- }
287
- else {
288
- return this.send(command, optionsOrCb);
289
- }
290
- }
291
- deleteResourcesByExternalId(args, optionsOrCb, cb) {
292
- const command = new DeleteResourcesByExternalIdCommand_1.DeleteResourcesByExternalIdCommand(args);
293
- if (typeof optionsOrCb === "function") {
294
- this.send(command, optionsOrCb);
295
- }
296
- else if (typeof cb === "function") {
297
- if (typeof optionsOrCb !== "object")
298
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
299
- this.send(command, optionsOrCb || {}, cb);
300
- }
301
- else {
302
- return this.send(command, optionsOrCb);
303
- }
304
- }
305
- deregisterOnPremisesInstance(args, optionsOrCb, cb) {
306
- const command = new DeregisterOnPremisesInstanceCommand_1.DeregisterOnPremisesInstanceCommand(args);
307
- if (typeof optionsOrCb === "function") {
308
- this.send(command, optionsOrCb);
309
- }
310
- else if (typeof cb === "function") {
311
- if (typeof optionsOrCb !== "object")
312
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
313
- this.send(command, optionsOrCb || {}, cb);
314
- }
315
- else {
316
- return this.send(command, optionsOrCb);
317
- }
318
- }
319
- getApplication(args, optionsOrCb, cb) {
320
- const command = new GetApplicationCommand_1.GetApplicationCommand(args);
321
- if (typeof optionsOrCb === "function") {
322
- this.send(command, optionsOrCb);
323
- }
324
- else if (typeof cb === "function") {
325
- if (typeof optionsOrCb !== "object")
326
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
327
- this.send(command, optionsOrCb || {}, cb);
328
- }
329
- else {
330
- return this.send(command, optionsOrCb);
331
- }
332
- }
333
- getApplicationRevision(args, optionsOrCb, cb) {
334
- const command = new GetApplicationRevisionCommand_1.GetApplicationRevisionCommand(args);
335
- if (typeof optionsOrCb === "function") {
336
- this.send(command, optionsOrCb);
337
- }
338
- else if (typeof cb === "function") {
339
- if (typeof optionsOrCb !== "object")
340
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
341
- this.send(command, optionsOrCb || {}, cb);
342
- }
343
- else {
344
- return this.send(command, optionsOrCb);
345
- }
346
- }
347
- getDeployment(args, optionsOrCb, cb) {
348
- const command = new GetDeploymentCommand_1.GetDeploymentCommand(args);
349
- if (typeof optionsOrCb === "function") {
350
- this.send(command, optionsOrCb);
351
- }
352
- else if (typeof cb === "function") {
353
- if (typeof optionsOrCb !== "object")
354
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
355
- this.send(command, optionsOrCb || {}, cb);
356
- }
357
- else {
358
- return this.send(command, optionsOrCb);
359
- }
360
- }
361
- getDeploymentConfig(args, optionsOrCb, cb) {
362
- const command = new GetDeploymentConfigCommand_1.GetDeploymentConfigCommand(args);
363
- if (typeof optionsOrCb === "function") {
364
- this.send(command, optionsOrCb);
365
- }
366
- else if (typeof cb === "function") {
367
- if (typeof optionsOrCb !== "object")
368
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
369
- this.send(command, optionsOrCb || {}, cb);
370
- }
371
- else {
372
- return this.send(command, optionsOrCb);
373
- }
374
- }
375
- getDeploymentGroup(args, optionsOrCb, cb) {
376
- const command = new GetDeploymentGroupCommand_1.GetDeploymentGroupCommand(args);
377
- if (typeof optionsOrCb === "function") {
378
- this.send(command, optionsOrCb);
379
- }
380
- else if (typeof cb === "function") {
381
- if (typeof optionsOrCb !== "object")
382
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
383
- this.send(command, optionsOrCb || {}, cb);
384
- }
385
- else {
386
- return this.send(command, optionsOrCb);
387
- }
388
- }
389
- getDeploymentInstance(args, optionsOrCb, cb) {
390
- const command = new GetDeploymentInstanceCommand_1.GetDeploymentInstanceCommand(args);
391
- if (typeof optionsOrCb === "function") {
392
- this.send(command, optionsOrCb);
393
- }
394
- else if (typeof cb === "function") {
395
- if (typeof optionsOrCb !== "object")
396
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
397
- this.send(command, optionsOrCb || {}, cb);
398
- }
399
- else {
400
- return this.send(command, optionsOrCb);
401
- }
402
- }
403
- getDeploymentTarget(args, optionsOrCb, cb) {
404
- const command = new GetDeploymentTargetCommand_1.GetDeploymentTargetCommand(args);
405
- if (typeof optionsOrCb === "function") {
406
- this.send(command, optionsOrCb);
407
- }
408
- else if (typeof cb === "function") {
409
- if (typeof optionsOrCb !== "object")
410
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
411
- this.send(command, optionsOrCb || {}, cb);
412
- }
413
- else {
414
- return this.send(command, optionsOrCb);
415
- }
416
- }
417
- getOnPremisesInstance(args, optionsOrCb, cb) {
418
- const command = new GetOnPremisesInstanceCommand_1.GetOnPremisesInstanceCommand(args);
419
- if (typeof optionsOrCb === "function") {
420
- this.send(command, optionsOrCb);
421
- }
422
- else if (typeof cb === "function") {
423
- if (typeof optionsOrCb !== "object")
424
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
425
- this.send(command, optionsOrCb || {}, cb);
426
- }
427
- else {
428
- return this.send(command, optionsOrCb);
429
- }
430
- }
431
- listApplicationRevisions(args, optionsOrCb, cb) {
432
- const command = new ListApplicationRevisionsCommand_1.ListApplicationRevisionsCommand(args);
433
- if (typeof optionsOrCb === "function") {
434
- this.send(command, optionsOrCb);
435
- }
436
- else if (typeof cb === "function") {
437
- if (typeof optionsOrCb !== "object")
438
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
439
- this.send(command, optionsOrCb || {}, cb);
440
- }
441
- else {
442
- return this.send(command, optionsOrCb);
443
- }
444
- }
445
- listApplications(args, optionsOrCb, cb) {
446
- const command = new ListApplicationsCommand_1.ListApplicationsCommand(args);
447
- if (typeof optionsOrCb === "function") {
448
- this.send(command, optionsOrCb);
449
- }
450
- else if (typeof cb === "function") {
451
- if (typeof optionsOrCb !== "object")
452
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
453
- this.send(command, optionsOrCb || {}, cb);
454
- }
455
- else {
456
- return this.send(command, optionsOrCb);
457
- }
458
- }
459
- listDeploymentConfigs(args, optionsOrCb, cb) {
460
- const command = new ListDeploymentConfigsCommand_1.ListDeploymentConfigsCommand(args);
461
- if (typeof optionsOrCb === "function") {
462
- this.send(command, optionsOrCb);
463
- }
464
- else if (typeof cb === "function") {
465
- if (typeof optionsOrCb !== "object")
466
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
467
- this.send(command, optionsOrCb || {}, cb);
468
- }
469
- else {
470
- return this.send(command, optionsOrCb);
471
- }
472
- }
473
- listDeploymentGroups(args, optionsOrCb, cb) {
474
- const command = new ListDeploymentGroupsCommand_1.ListDeploymentGroupsCommand(args);
475
- if (typeof optionsOrCb === "function") {
476
- this.send(command, optionsOrCb);
477
- }
478
- else if (typeof cb === "function") {
479
- if (typeof optionsOrCb !== "object")
480
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
481
- this.send(command, optionsOrCb || {}, cb);
482
- }
483
- else {
484
- return this.send(command, optionsOrCb);
485
- }
486
- }
487
- listDeploymentInstances(args, optionsOrCb, cb) {
488
- const command = new ListDeploymentInstancesCommand_1.ListDeploymentInstancesCommand(args);
489
- if (typeof optionsOrCb === "function") {
490
- this.send(command, optionsOrCb);
491
- }
492
- else if (typeof cb === "function") {
493
- if (typeof optionsOrCb !== "object")
494
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
495
- this.send(command, optionsOrCb || {}, cb);
496
- }
497
- else {
498
- return this.send(command, optionsOrCb);
499
- }
500
- }
501
- listDeployments(args, optionsOrCb, cb) {
502
- const command = new ListDeploymentsCommand_1.ListDeploymentsCommand(args);
503
- if (typeof optionsOrCb === "function") {
504
- this.send(command, optionsOrCb);
505
- }
506
- else if (typeof cb === "function") {
507
- if (typeof optionsOrCb !== "object")
508
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
509
- this.send(command, optionsOrCb || {}, cb);
510
- }
511
- else {
512
- return this.send(command, optionsOrCb);
513
- }
514
- }
515
- listDeploymentTargets(args, optionsOrCb, cb) {
516
- const command = new ListDeploymentTargetsCommand_1.ListDeploymentTargetsCommand(args);
517
- if (typeof optionsOrCb === "function") {
518
- this.send(command, optionsOrCb);
519
- }
520
- else if (typeof cb === "function") {
521
- if (typeof optionsOrCb !== "object")
522
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
523
- this.send(command, optionsOrCb || {}, cb);
524
- }
525
- else {
526
- return this.send(command, optionsOrCb);
527
- }
528
- }
529
- listGitHubAccountTokenNames(args, optionsOrCb, cb) {
530
- const command = new ListGitHubAccountTokenNamesCommand_1.ListGitHubAccountTokenNamesCommand(args);
531
- if (typeof optionsOrCb === "function") {
532
- this.send(command, optionsOrCb);
533
- }
534
- else if (typeof cb === "function") {
535
- if (typeof optionsOrCb !== "object")
536
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
537
- this.send(command, optionsOrCb || {}, cb);
538
- }
539
- else {
540
- return this.send(command, optionsOrCb);
541
- }
542
- }
543
- listOnPremisesInstances(args, optionsOrCb, cb) {
544
- const command = new ListOnPremisesInstancesCommand_1.ListOnPremisesInstancesCommand(args);
545
- if (typeof optionsOrCb === "function") {
546
- this.send(command, optionsOrCb);
547
- }
548
- else if (typeof cb === "function") {
549
- if (typeof optionsOrCb !== "object")
550
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
551
- this.send(command, optionsOrCb || {}, cb);
552
- }
553
- else {
554
- return this.send(command, optionsOrCb);
555
- }
556
- }
557
- listTagsForResource(args, optionsOrCb, cb) {
558
- const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
559
- if (typeof optionsOrCb === "function") {
560
- this.send(command, optionsOrCb);
561
- }
562
- else if (typeof cb === "function") {
563
- if (typeof optionsOrCb !== "object")
564
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
565
- this.send(command, optionsOrCb || {}, cb);
566
- }
567
- else {
568
- return this.send(command, optionsOrCb);
569
- }
570
- }
571
- putLifecycleEventHookExecutionStatus(args, optionsOrCb, cb) {
572
- const command = new PutLifecycleEventHookExecutionStatusCommand_1.PutLifecycleEventHookExecutionStatusCommand(args);
573
- if (typeof optionsOrCb === "function") {
574
- this.send(command, optionsOrCb);
575
- }
576
- else if (typeof cb === "function") {
577
- if (typeof optionsOrCb !== "object")
578
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
579
- this.send(command, optionsOrCb || {}, cb);
580
- }
581
- else {
582
- return this.send(command, optionsOrCb);
583
- }
584
- }
585
- registerApplicationRevision(args, optionsOrCb, cb) {
586
- const command = new RegisterApplicationRevisionCommand_1.RegisterApplicationRevisionCommand(args);
587
- if (typeof optionsOrCb === "function") {
588
- this.send(command, optionsOrCb);
589
- }
590
- else if (typeof cb === "function") {
591
- if (typeof optionsOrCb !== "object")
592
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
593
- this.send(command, optionsOrCb || {}, cb);
594
- }
595
- else {
596
- return this.send(command, optionsOrCb);
597
- }
598
- }
599
- registerOnPremisesInstance(args, optionsOrCb, cb) {
600
- const command = new RegisterOnPremisesInstanceCommand_1.RegisterOnPremisesInstanceCommand(args);
601
- if (typeof optionsOrCb === "function") {
602
- this.send(command, optionsOrCb);
603
- }
604
- else if (typeof cb === "function") {
605
- if (typeof optionsOrCb !== "object")
606
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
607
- this.send(command, optionsOrCb || {}, cb);
608
- }
609
- else {
610
- return this.send(command, optionsOrCb);
611
- }
612
- }
613
- removeTagsFromOnPremisesInstances(args, optionsOrCb, cb) {
614
- const command = new RemoveTagsFromOnPremisesInstancesCommand_1.RemoveTagsFromOnPremisesInstancesCommand(args);
615
- if (typeof optionsOrCb === "function") {
616
- this.send(command, optionsOrCb);
617
- }
618
- else if (typeof cb === "function") {
619
- if (typeof optionsOrCb !== "object")
620
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
621
- this.send(command, optionsOrCb || {}, cb);
622
- }
623
- else {
624
- return this.send(command, optionsOrCb);
625
- }
626
- }
627
- skipWaitTimeForInstanceTermination(args, optionsOrCb, cb) {
628
- const command = new SkipWaitTimeForInstanceTerminationCommand_1.SkipWaitTimeForInstanceTerminationCommand(args);
629
- if (typeof optionsOrCb === "function") {
630
- this.send(command, optionsOrCb);
631
- }
632
- else if (typeof cb === "function") {
633
- if (typeof optionsOrCb !== "object")
634
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
635
- this.send(command, optionsOrCb || {}, cb);
636
- }
637
- else {
638
- return this.send(command, optionsOrCb);
639
- }
640
- }
641
- stopDeployment(args, optionsOrCb, cb) {
642
- const command = new StopDeploymentCommand_1.StopDeploymentCommand(args);
643
- if (typeof optionsOrCb === "function") {
644
- this.send(command, optionsOrCb);
645
- }
646
- else if (typeof cb === "function") {
647
- if (typeof optionsOrCb !== "object")
648
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
649
- this.send(command, optionsOrCb || {}, cb);
650
- }
651
- else {
652
- return this.send(command, optionsOrCb);
653
- }
654
- }
655
- tagResource(args, optionsOrCb, cb) {
656
- const command = new TagResourceCommand_1.TagResourceCommand(args);
657
- if (typeof optionsOrCb === "function") {
658
- this.send(command, optionsOrCb);
659
- }
660
- else if (typeof cb === "function") {
661
- if (typeof optionsOrCb !== "object")
662
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
663
- this.send(command, optionsOrCb || {}, cb);
664
- }
665
- else {
666
- return this.send(command, optionsOrCb);
667
- }
668
- }
669
- untagResource(args, optionsOrCb, cb) {
670
- const command = new UntagResourceCommand_1.UntagResourceCommand(args);
671
- if (typeof optionsOrCb === "function") {
672
- this.send(command, optionsOrCb);
673
- }
674
- else if (typeof cb === "function") {
675
- if (typeof optionsOrCb !== "object")
676
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
677
- this.send(command, optionsOrCb || {}, cb);
678
- }
679
- else {
680
- return this.send(command, optionsOrCb);
681
- }
682
- }
683
- updateApplication(args, optionsOrCb, cb) {
684
- const command = new UpdateApplicationCommand_1.UpdateApplicationCommand(args);
685
- if (typeof optionsOrCb === "function") {
686
- this.send(command, optionsOrCb);
687
- }
688
- else if (typeof cb === "function") {
689
- if (typeof optionsOrCb !== "object")
690
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
691
- this.send(command, optionsOrCb || {}, cb);
692
- }
693
- else {
694
- return this.send(command, optionsOrCb);
695
- }
696
- }
697
- updateDeploymentGroup(args, optionsOrCb, cb) {
698
- const command = new UpdateDeploymentGroupCommand_1.UpdateDeploymentGroupCommand(args);
699
- if (typeof optionsOrCb === "function") {
700
- this.send(command, optionsOrCb);
701
- }
702
- else if (typeof cb === "function") {
703
- if (typeof optionsOrCb !== "object")
704
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
705
- this.send(command, optionsOrCb || {}, cb);
706
- }
707
- else {
708
- return this.send(command, optionsOrCb);
709
- }
710
- }
711
103
  }
712
104
  exports.CodeDeploy = CodeDeploy;
105
+ (0, smithy_client_1.createAggregatedClient)(commands, CodeDeploy);