@aws-sdk/client-wellarchitected 3.312.0 → 3.316.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.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WellArchitected = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
4
5
  const AssociateLensesCommand_1 = require("./commands/AssociateLensesCommand");
5
6
  const CreateLensShareCommand_1 = require("./commands/CreateLensShareCommand");
6
7
  const CreateLensVersionCommand_1 = require("./commands/CreateLensVersionCommand");
@@ -45,608 +46,52 @@ const UpdateWorkloadCommand_1 = require("./commands/UpdateWorkloadCommand");
45
46
  const UpdateWorkloadShareCommand_1 = require("./commands/UpdateWorkloadShareCommand");
46
47
  const UpgradeLensReviewCommand_1 = require("./commands/UpgradeLensReviewCommand");
47
48
  const WellArchitectedClient_1 = require("./WellArchitectedClient");
49
+ const commands = {
50
+ AssociateLensesCommand: AssociateLensesCommand_1.AssociateLensesCommand,
51
+ CreateLensShareCommand: CreateLensShareCommand_1.CreateLensShareCommand,
52
+ CreateLensVersionCommand: CreateLensVersionCommand_1.CreateLensVersionCommand,
53
+ CreateMilestoneCommand: CreateMilestoneCommand_1.CreateMilestoneCommand,
54
+ CreateWorkloadCommand: CreateWorkloadCommand_1.CreateWorkloadCommand,
55
+ CreateWorkloadShareCommand: CreateWorkloadShareCommand_1.CreateWorkloadShareCommand,
56
+ DeleteLensCommand: DeleteLensCommand_1.DeleteLensCommand,
57
+ DeleteLensShareCommand: DeleteLensShareCommand_1.DeleteLensShareCommand,
58
+ DeleteWorkloadCommand: DeleteWorkloadCommand_1.DeleteWorkloadCommand,
59
+ DeleteWorkloadShareCommand: DeleteWorkloadShareCommand_1.DeleteWorkloadShareCommand,
60
+ DisassociateLensesCommand: DisassociateLensesCommand_1.DisassociateLensesCommand,
61
+ ExportLensCommand: ExportLensCommand_1.ExportLensCommand,
62
+ GetAnswerCommand: GetAnswerCommand_1.GetAnswerCommand,
63
+ GetConsolidatedReportCommand: GetConsolidatedReportCommand_1.GetConsolidatedReportCommand,
64
+ GetLensCommand: GetLensCommand_1.GetLensCommand,
65
+ GetLensReviewCommand: GetLensReviewCommand_1.GetLensReviewCommand,
66
+ GetLensReviewReportCommand: GetLensReviewReportCommand_1.GetLensReviewReportCommand,
67
+ GetLensVersionDifferenceCommand: GetLensVersionDifferenceCommand_1.GetLensVersionDifferenceCommand,
68
+ GetMilestoneCommand: GetMilestoneCommand_1.GetMilestoneCommand,
69
+ GetWorkloadCommand: GetWorkloadCommand_1.GetWorkloadCommand,
70
+ ImportLensCommand: ImportLensCommand_1.ImportLensCommand,
71
+ ListAnswersCommand: ListAnswersCommand_1.ListAnswersCommand,
72
+ ListCheckDetailsCommand: ListCheckDetailsCommand_1.ListCheckDetailsCommand,
73
+ ListCheckSummariesCommand: ListCheckSummariesCommand_1.ListCheckSummariesCommand,
74
+ ListLensesCommand: ListLensesCommand_1.ListLensesCommand,
75
+ ListLensReviewImprovementsCommand: ListLensReviewImprovementsCommand_1.ListLensReviewImprovementsCommand,
76
+ ListLensReviewsCommand: ListLensReviewsCommand_1.ListLensReviewsCommand,
77
+ ListLensSharesCommand: ListLensSharesCommand_1.ListLensSharesCommand,
78
+ ListMilestonesCommand: ListMilestonesCommand_1.ListMilestonesCommand,
79
+ ListNotificationsCommand: ListNotificationsCommand_1.ListNotificationsCommand,
80
+ ListShareInvitationsCommand: ListShareInvitationsCommand_1.ListShareInvitationsCommand,
81
+ ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
82
+ ListWorkloadsCommand: ListWorkloadsCommand_1.ListWorkloadsCommand,
83
+ ListWorkloadSharesCommand: ListWorkloadSharesCommand_1.ListWorkloadSharesCommand,
84
+ TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
85
+ UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
86
+ UpdateAnswerCommand: UpdateAnswerCommand_1.UpdateAnswerCommand,
87
+ UpdateGlobalSettingsCommand: UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand,
88
+ UpdateLensReviewCommand: UpdateLensReviewCommand_1.UpdateLensReviewCommand,
89
+ UpdateShareInvitationCommand: UpdateShareInvitationCommand_1.UpdateShareInvitationCommand,
90
+ UpdateWorkloadCommand: UpdateWorkloadCommand_1.UpdateWorkloadCommand,
91
+ UpdateWorkloadShareCommand: UpdateWorkloadShareCommand_1.UpdateWorkloadShareCommand,
92
+ UpgradeLensReviewCommand: UpgradeLensReviewCommand_1.UpgradeLensReviewCommand,
93
+ };
48
94
  class WellArchitected extends WellArchitectedClient_1.WellArchitectedClient {
49
- associateLenses(args, optionsOrCb, cb) {
50
- const command = new AssociateLensesCommand_1.AssociateLensesCommand(args);
51
- if (typeof optionsOrCb === "function") {
52
- this.send(command, optionsOrCb);
53
- }
54
- else if (typeof cb === "function") {
55
- if (typeof optionsOrCb !== "object")
56
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
57
- this.send(command, optionsOrCb || {}, cb);
58
- }
59
- else {
60
- return this.send(command, optionsOrCb);
61
- }
62
- }
63
- createLensShare(args, optionsOrCb, cb) {
64
- const command = new CreateLensShareCommand_1.CreateLensShareCommand(args);
65
- if (typeof optionsOrCb === "function") {
66
- this.send(command, optionsOrCb);
67
- }
68
- else if (typeof cb === "function") {
69
- if (typeof optionsOrCb !== "object")
70
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
71
- this.send(command, optionsOrCb || {}, cb);
72
- }
73
- else {
74
- return this.send(command, optionsOrCb);
75
- }
76
- }
77
- createLensVersion(args, optionsOrCb, cb) {
78
- const command = new CreateLensVersionCommand_1.CreateLensVersionCommand(args);
79
- if (typeof optionsOrCb === "function") {
80
- this.send(command, optionsOrCb);
81
- }
82
- else if (typeof cb === "function") {
83
- if (typeof optionsOrCb !== "object")
84
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
85
- this.send(command, optionsOrCb || {}, cb);
86
- }
87
- else {
88
- return this.send(command, optionsOrCb);
89
- }
90
- }
91
- createMilestone(args, optionsOrCb, cb) {
92
- const command = new CreateMilestoneCommand_1.CreateMilestoneCommand(args);
93
- if (typeof optionsOrCb === "function") {
94
- this.send(command, optionsOrCb);
95
- }
96
- else if (typeof cb === "function") {
97
- if (typeof optionsOrCb !== "object")
98
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
99
- this.send(command, optionsOrCb || {}, cb);
100
- }
101
- else {
102
- return this.send(command, optionsOrCb);
103
- }
104
- }
105
- createWorkload(args, optionsOrCb, cb) {
106
- const command = new CreateWorkloadCommand_1.CreateWorkloadCommand(args);
107
- if (typeof optionsOrCb === "function") {
108
- this.send(command, optionsOrCb);
109
- }
110
- else if (typeof cb === "function") {
111
- if (typeof optionsOrCb !== "object")
112
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
113
- this.send(command, optionsOrCb || {}, cb);
114
- }
115
- else {
116
- return this.send(command, optionsOrCb);
117
- }
118
- }
119
- createWorkloadShare(args, optionsOrCb, cb) {
120
- const command = new CreateWorkloadShareCommand_1.CreateWorkloadShareCommand(args);
121
- if (typeof optionsOrCb === "function") {
122
- this.send(command, optionsOrCb);
123
- }
124
- else if (typeof cb === "function") {
125
- if (typeof optionsOrCb !== "object")
126
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
127
- this.send(command, optionsOrCb || {}, cb);
128
- }
129
- else {
130
- return this.send(command, optionsOrCb);
131
- }
132
- }
133
- deleteLens(args, optionsOrCb, cb) {
134
- const command = new DeleteLensCommand_1.DeleteLensCommand(args);
135
- if (typeof optionsOrCb === "function") {
136
- this.send(command, optionsOrCb);
137
- }
138
- else if (typeof cb === "function") {
139
- if (typeof optionsOrCb !== "object")
140
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
141
- this.send(command, optionsOrCb || {}, cb);
142
- }
143
- else {
144
- return this.send(command, optionsOrCb);
145
- }
146
- }
147
- deleteLensShare(args, optionsOrCb, cb) {
148
- const command = new DeleteLensShareCommand_1.DeleteLensShareCommand(args);
149
- if (typeof optionsOrCb === "function") {
150
- this.send(command, optionsOrCb);
151
- }
152
- else if (typeof cb === "function") {
153
- if (typeof optionsOrCb !== "object")
154
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
155
- this.send(command, optionsOrCb || {}, cb);
156
- }
157
- else {
158
- return this.send(command, optionsOrCb);
159
- }
160
- }
161
- deleteWorkload(args, optionsOrCb, cb) {
162
- const command = new DeleteWorkloadCommand_1.DeleteWorkloadCommand(args);
163
- if (typeof optionsOrCb === "function") {
164
- this.send(command, optionsOrCb);
165
- }
166
- else if (typeof cb === "function") {
167
- if (typeof optionsOrCb !== "object")
168
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
169
- this.send(command, optionsOrCb || {}, cb);
170
- }
171
- else {
172
- return this.send(command, optionsOrCb);
173
- }
174
- }
175
- deleteWorkloadShare(args, optionsOrCb, cb) {
176
- const command = new DeleteWorkloadShareCommand_1.DeleteWorkloadShareCommand(args);
177
- if (typeof optionsOrCb === "function") {
178
- this.send(command, optionsOrCb);
179
- }
180
- else if (typeof cb === "function") {
181
- if (typeof optionsOrCb !== "object")
182
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
183
- this.send(command, optionsOrCb || {}, cb);
184
- }
185
- else {
186
- return this.send(command, optionsOrCb);
187
- }
188
- }
189
- disassociateLenses(args, optionsOrCb, cb) {
190
- const command = new DisassociateLensesCommand_1.DisassociateLensesCommand(args);
191
- if (typeof optionsOrCb === "function") {
192
- this.send(command, optionsOrCb);
193
- }
194
- else if (typeof cb === "function") {
195
- if (typeof optionsOrCb !== "object")
196
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
197
- this.send(command, optionsOrCb || {}, cb);
198
- }
199
- else {
200
- return this.send(command, optionsOrCb);
201
- }
202
- }
203
- exportLens(args, optionsOrCb, cb) {
204
- const command = new ExportLensCommand_1.ExportLensCommand(args);
205
- if (typeof optionsOrCb === "function") {
206
- this.send(command, optionsOrCb);
207
- }
208
- else if (typeof cb === "function") {
209
- if (typeof optionsOrCb !== "object")
210
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
211
- this.send(command, optionsOrCb || {}, cb);
212
- }
213
- else {
214
- return this.send(command, optionsOrCb);
215
- }
216
- }
217
- getAnswer(args, optionsOrCb, cb) {
218
- const command = new GetAnswerCommand_1.GetAnswerCommand(args);
219
- if (typeof optionsOrCb === "function") {
220
- this.send(command, optionsOrCb);
221
- }
222
- else if (typeof cb === "function") {
223
- if (typeof optionsOrCb !== "object")
224
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
225
- this.send(command, optionsOrCb || {}, cb);
226
- }
227
- else {
228
- return this.send(command, optionsOrCb);
229
- }
230
- }
231
- getConsolidatedReport(args, optionsOrCb, cb) {
232
- const command = new GetConsolidatedReportCommand_1.GetConsolidatedReportCommand(args);
233
- if (typeof optionsOrCb === "function") {
234
- this.send(command, optionsOrCb);
235
- }
236
- else if (typeof cb === "function") {
237
- if (typeof optionsOrCb !== "object")
238
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
239
- this.send(command, optionsOrCb || {}, cb);
240
- }
241
- else {
242
- return this.send(command, optionsOrCb);
243
- }
244
- }
245
- getLens(args, optionsOrCb, cb) {
246
- const command = new GetLensCommand_1.GetLensCommand(args);
247
- if (typeof optionsOrCb === "function") {
248
- this.send(command, optionsOrCb);
249
- }
250
- else if (typeof cb === "function") {
251
- if (typeof optionsOrCb !== "object")
252
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
253
- this.send(command, optionsOrCb || {}, cb);
254
- }
255
- else {
256
- return this.send(command, optionsOrCb);
257
- }
258
- }
259
- getLensReview(args, optionsOrCb, cb) {
260
- const command = new GetLensReviewCommand_1.GetLensReviewCommand(args);
261
- if (typeof optionsOrCb === "function") {
262
- this.send(command, optionsOrCb);
263
- }
264
- else if (typeof cb === "function") {
265
- if (typeof optionsOrCb !== "object")
266
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
267
- this.send(command, optionsOrCb || {}, cb);
268
- }
269
- else {
270
- return this.send(command, optionsOrCb);
271
- }
272
- }
273
- getLensReviewReport(args, optionsOrCb, cb) {
274
- const command = new GetLensReviewReportCommand_1.GetLensReviewReportCommand(args);
275
- if (typeof optionsOrCb === "function") {
276
- this.send(command, optionsOrCb);
277
- }
278
- else if (typeof cb === "function") {
279
- if (typeof optionsOrCb !== "object")
280
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
281
- this.send(command, optionsOrCb || {}, cb);
282
- }
283
- else {
284
- return this.send(command, optionsOrCb);
285
- }
286
- }
287
- getLensVersionDifference(args, optionsOrCb, cb) {
288
- const command = new GetLensVersionDifferenceCommand_1.GetLensVersionDifferenceCommand(args);
289
- if (typeof optionsOrCb === "function") {
290
- this.send(command, optionsOrCb);
291
- }
292
- else if (typeof cb === "function") {
293
- if (typeof optionsOrCb !== "object")
294
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
295
- this.send(command, optionsOrCb || {}, cb);
296
- }
297
- else {
298
- return this.send(command, optionsOrCb);
299
- }
300
- }
301
- getMilestone(args, optionsOrCb, cb) {
302
- const command = new GetMilestoneCommand_1.GetMilestoneCommand(args);
303
- if (typeof optionsOrCb === "function") {
304
- this.send(command, optionsOrCb);
305
- }
306
- else if (typeof cb === "function") {
307
- if (typeof optionsOrCb !== "object")
308
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
309
- this.send(command, optionsOrCb || {}, cb);
310
- }
311
- else {
312
- return this.send(command, optionsOrCb);
313
- }
314
- }
315
- getWorkload(args, optionsOrCb, cb) {
316
- const command = new GetWorkloadCommand_1.GetWorkloadCommand(args);
317
- if (typeof optionsOrCb === "function") {
318
- this.send(command, optionsOrCb);
319
- }
320
- else if (typeof cb === "function") {
321
- if (typeof optionsOrCb !== "object")
322
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
323
- this.send(command, optionsOrCb || {}, cb);
324
- }
325
- else {
326
- return this.send(command, optionsOrCb);
327
- }
328
- }
329
- importLens(args, optionsOrCb, cb) {
330
- const command = new ImportLensCommand_1.ImportLensCommand(args);
331
- if (typeof optionsOrCb === "function") {
332
- this.send(command, optionsOrCb);
333
- }
334
- else if (typeof cb === "function") {
335
- if (typeof optionsOrCb !== "object")
336
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
337
- this.send(command, optionsOrCb || {}, cb);
338
- }
339
- else {
340
- return this.send(command, optionsOrCb);
341
- }
342
- }
343
- listAnswers(args, optionsOrCb, cb) {
344
- const command = new ListAnswersCommand_1.ListAnswersCommand(args);
345
- if (typeof optionsOrCb === "function") {
346
- this.send(command, optionsOrCb);
347
- }
348
- else if (typeof cb === "function") {
349
- if (typeof optionsOrCb !== "object")
350
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
351
- this.send(command, optionsOrCb || {}, cb);
352
- }
353
- else {
354
- return this.send(command, optionsOrCb);
355
- }
356
- }
357
- listCheckDetails(args, optionsOrCb, cb) {
358
- const command = new ListCheckDetailsCommand_1.ListCheckDetailsCommand(args);
359
- if (typeof optionsOrCb === "function") {
360
- this.send(command, optionsOrCb);
361
- }
362
- else if (typeof cb === "function") {
363
- if (typeof optionsOrCb !== "object")
364
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
365
- this.send(command, optionsOrCb || {}, cb);
366
- }
367
- else {
368
- return this.send(command, optionsOrCb);
369
- }
370
- }
371
- listCheckSummaries(args, optionsOrCb, cb) {
372
- const command = new ListCheckSummariesCommand_1.ListCheckSummariesCommand(args);
373
- if (typeof optionsOrCb === "function") {
374
- this.send(command, optionsOrCb);
375
- }
376
- else if (typeof cb === "function") {
377
- if (typeof optionsOrCb !== "object")
378
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
379
- this.send(command, optionsOrCb || {}, cb);
380
- }
381
- else {
382
- return this.send(command, optionsOrCb);
383
- }
384
- }
385
- listLenses(args, optionsOrCb, cb) {
386
- const command = new ListLensesCommand_1.ListLensesCommand(args);
387
- if (typeof optionsOrCb === "function") {
388
- this.send(command, optionsOrCb);
389
- }
390
- else if (typeof cb === "function") {
391
- if (typeof optionsOrCb !== "object")
392
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
393
- this.send(command, optionsOrCb || {}, cb);
394
- }
395
- else {
396
- return this.send(command, optionsOrCb);
397
- }
398
- }
399
- listLensReviewImprovements(args, optionsOrCb, cb) {
400
- const command = new ListLensReviewImprovementsCommand_1.ListLensReviewImprovementsCommand(args);
401
- if (typeof optionsOrCb === "function") {
402
- this.send(command, optionsOrCb);
403
- }
404
- else if (typeof cb === "function") {
405
- if (typeof optionsOrCb !== "object")
406
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
407
- this.send(command, optionsOrCb || {}, cb);
408
- }
409
- else {
410
- return this.send(command, optionsOrCb);
411
- }
412
- }
413
- listLensReviews(args, optionsOrCb, cb) {
414
- const command = new ListLensReviewsCommand_1.ListLensReviewsCommand(args);
415
- if (typeof optionsOrCb === "function") {
416
- this.send(command, optionsOrCb);
417
- }
418
- else if (typeof cb === "function") {
419
- if (typeof optionsOrCb !== "object")
420
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
421
- this.send(command, optionsOrCb || {}, cb);
422
- }
423
- else {
424
- return this.send(command, optionsOrCb);
425
- }
426
- }
427
- listLensShares(args, optionsOrCb, cb) {
428
- const command = new ListLensSharesCommand_1.ListLensSharesCommand(args);
429
- if (typeof optionsOrCb === "function") {
430
- this.send(command, optionsOrCb);
431
- }
432
- else if (typeof cb === "function") {
433
- if (typeof optionsOrCb !== "object")
434
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
435
- this.send(command, optionsOrCb || {}, cb);
436
- }
437
- else {
438
- return this.send(command, optionsOrCb);
439
- }
440
- }
441
- listMilestones(args, optionsOrCb, cb) {
442
- const command = new ListMilestonesCommand_1.ListMilestonesCommand(args);
443
- if (typeof optionsOrCb === "function") {
444
- this.send(command, optionsOrCb);
445
- }
446
- else if (typeof cb === "function") {
447
- if (typeof optionsOrCb !== "object")
448
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
449
- this.send(command, optionsOrCb || {}, cb);
450
- }
451
- else {
452
- return this.send(command, optionsOrCb);
453
- }
454
- }
455
- listNotifications(args, optionsOrCb, cb) {
456
- const command = new ListNotificationsCommand_1.ListNotificationsCommand(args);
457
- if (typeof optionsOrCb === "function") {
458
- this.send(command, optionsOrCb);
459
- }
460
- else if (typeof cb === "function") {
461
- if (typeof optionsOrCb !== "object")
462
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
463
- this.send(command, optionsOrCb || {}, cb);
464
- }
465
- else {
466
- return this.send(command, optionsOrCb);
467
- }
468
- }
469
- listShareInvitations(args, optionsOrCb, cb) {
470
- const command = new ListShareInvitationsCommand_1.ListShareInvitationsCommand(args);
471
- if (typeof optionsOrCb === "function") {
472
- this.send(command, optionsOrCb);
473
- }
474
- else if (typeof cb === "function") {
475
- if (typeof optionsOrCb !== "object")
476
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
477
- this.send(command, optionsOrCb || {}, cb);
478
- }
479
- else {
480
- return this.send(command, optionsOrCb);
481
- }
482
- }
483
- listTagsForResource(args, optionsOrCb, cb) {
484
- const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
485
- if (typeof optionsOrCb === "function") {
486
- this.send(command, optionsOrCb);
487
- }
488
- else if (typeof cb === "function") {
489
- if (typeof optionsOrCb !== "object")
490
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
491
- this.send(command, optionsOrCb || {}, cb);
492
- }
493
- else {
494
- return this.send(command, optionsOrCb);
495
- }
496
- }
497
- listWorkloads(args, optionsOrCb, cb) {
498
- const command = new ListWorkloadsCommand_1.ListWorkloadsCommand(args);
499
- if (typeof optionsOrCb === "function") {
500
- this.send(command, optionsOrCb);
501
- }
502
- else if (typeof cb === "function") {
503
- if (typeof optionsOrCb !== "object")
504
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
505
- this.send(command, optionsOrCb || {}, cb);
506
- }
507
- else {
508
- return this.send(command, optionsOrCb);
509
- }
510
- }
511
- listWorkloadShares(args, optionsOrCb, cb) {
512
- const command = new ListWorkloadSharesCommand_1.ListWorkloadSharesCommand(args);
513
- if (typeof optionsOrCb === "function") {
514
- this.send(command, optionsOrCb);
515
- }
516
- else if (typeof cb === "function") {
517
- if (typeof optionsOrCb !== "object")
518
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
519
- this.send(command, optionsOrCb || {}, cb);
520
- }
521
- else {
522
- return this.send(command, optionsOrCb);
523
- }
524
- }
525
- tagResource(args, optionsOrCb, cb) {
526
- const command = new TagResourceCommand_1.TagResourceCommand(args);
527
- if (typeof optionsOrCb === "function") {
528
- this.send(command, optionsOrCb);
529
- }
530
- else if (typeof cb === "function") {
531
- if (typeof optionsOrCb !== "object")
532
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
533
- this.send(command, optionsOrCb || {}, cb);
534
- }
535
- else {
536
- return this.send(command, optionsOrCb);
537
- }
538
- }
539
- untagResource(args, optionsOrCb, cb) {
540
- const command = new UntagResourceCommand_1.UntagResourceCommand(args);
541
- if (typeof optionsOrCb === "function") {
542
- this.send(command, optionsOrCb);
543
- }
544
- else if (typeof cb === "function") {
545
- if (typeof optionsOrCb !== "object")
546
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
547
- this.send(command, optionsOrCb || {}, cb);
548
- }
549
- else {
550
- return this.send(command, optionsOrCb);
551
- }
552
- }
553
- updateAnswer(args, optionsOrCb, cb) {
554
- const command = new UpdateAnswerCommand_1.UpdateAnswerCommand(args);
555
- if (typeof optionsOrCb === "function") {
556
- this.send(command, optionsOrCb);
557
- }
558
- else if (typeof cb === "function") {
559
- if (typeof optionsOrCb !== "object")
560
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
561
- this.send(command, optionsOrCb || {}, cb);
562
- }
563
- else {
564
- return this.send(command, optionsOrCb);
565
- }
566
- }
567
- updateGlobalSettings(args, optionsOrCb, cb) {
568
- const command = new UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand(args);
569
- if (typeof optionsOrCb === "function") {
570
- this.send(command, optionsOrCb);
571
- }
572
- else if (typeof cb === "function") {
573
- if (typeof optionsOrCb !== "object")
574
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
575
- this.send(command, optionsOrCb || {}, cb);
576
- }
577
- else {
578
- return this.send(command, optionsOrCb);
579
- }
580
- }
581
- updateLensReview(args, optionsOrCb, cb) {
582
- const command = new UpdateLensReviewCommand_1.UpdateLensReviewCommand(args);
583
- if (typeof optionsOrCb === "function") {
584
- this.send(command, optionsOrCb);
585
- }
586
- else if (typeof cb === "function") {
587
- if (typeof optionsOrCb !== "object")
588
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
589
- this.send(command, optionsOrCb || {}, cb);
590
- }
591
- else {
592
- return this.send(command, optionsOrCb);
593
- }
594
- }
595
- updateShareInvitation(args, optionsOrCb, cb) {
596
- const command = new UpdateShareInvitationCommand_1.UpdateShareInvitationCommand(args);
597
- if (typeof optionsOrCb === "function") {
598
- this.send(command, optionsOrCb);
599
- }
600
- else if (typeof cb === "function") {
601
- if (typeof optionsOrCb !== "object")
602
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
603
- this.send(command, optionsOrCb || {}, cb);
604
- }
605
- else {
606
- return this.send(command, optionsOrCb);
607
- }
608
- }
609
- updateWorkload(args, optionsOrCb, cb) {
610
- const command = new UpdateWorkloadCommand_1.UpdateWorkloadCommand(args);
611
- if (typeof optionsOrCb === "function") {
612
- this.send(command, optionsOrCb);
613
- }
614
- else if (typeof cb === "function") {
615
- if (typeof optionsOrCb !== "object")
616
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
617
- this.send(command, optionsOrCb || {}, cb);
618
- }
619
- else {
620
- return this.send(command, optionsOrCb);
621
- }
622
- }
623
- updateWorkloadShare(args, optionsOrCb, cb) {
624
- const command = new UpdateWorkloadShareCommand_1.UpdateWorkloadShareCommand(args);
625
- if (typeof optionsOrCb === "function") {
626
- this.send(command, optionsOrCb);
627
- }
628
- else if (typeof cb === "function") {
629
- if (typeof optionsOrCb !== "object")
630
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
631
- this.send(command, optionsOrCb || {}, cb);
632
- }
633
- else {
634
- return this.send(command, optionsOrCb);
635
- }
636
- }
637
- upgradeLensReview(args, optionsOrCb, cb) {
638
- const command = new UpgradeLensReviewCommand_1.UpgradeLensReviewCommand(args);
639
- if (typeof optionsOrCb === "function") {
640
- this.send(command, optionsOrCb);
641
- }
642
- else if (typeof cb === "function") {
643
- if (typeof optionsOrCb !== "object")
644
- throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
645
- this.send(command, optionsOrCb || {}, cb);
646
- }
647
- else {
648
- return this.send(command, optionsOrCb);
649
- }
650
- }
651
95
  }
652
96
  exports.WellArchitected = WellArchitected;
97
+ (0, smithy_client_1.createAggregatedClient)(commands, WellArchitected);