@aws-sdk/client-wellarchitected 3.1087.0 → 3.1088.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 (93) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
  9. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
  27. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
  33. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
  53. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
  67. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
  77. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  80. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  81. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  82. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  83. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  84. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  85. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
  86. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  91. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  93. package/package.json +38 -38
@@ -47,10 +47,7 @@ import {
47
47
  CreateWorkloadShareCommandInput,
48
48
  CreateWorkloadShareCommandOutput,
49
49
  } from "./commands/CreateWorkloadShareCommand";
50
- import {
51
- DeleteLensCommandInput,
52
- DeleteLensCommandOutput,
53
- } from "./commands/DeleteLensCommand";
50
+ import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
54
51
  import {
55
52
  DeleteLensShareCommandInput,
56
53
  DeleteLensShareCommandOutput,
@@ -87,14 +84,8 @@ import {
87
84
  DisassociateProfilesCommandInput,
88
85
  DisassociateProfilesCommandOutput,
89
86
  } from "./commands/DisassociateProfilesCommand";
90
- import {
91
- ExportLensCommandInput,
92
- ExportLensCommandOutput,
93
- } from "./commands/ExportLensCommand";
94
- import {
95
- GetAnswerCommandInput,
96
- GetAnswerCommandOutput,
97
- } from "./commands/GetAnswerCommand";
87
+ import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
88
+ import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
98
89
  import {
99
90
  GetConsolidatedReportCommandInput,
100
91
  GetConsolidatedReportCommandOutput,
@@ -103,10 +94,7 @@ import {
103
94
  GetGlobalSettingsCommandInput,
104
95
  GetGlobalSettingsCommandOutput,
105
96
  } from "./commands/GetGlobalSettingsCommand";
106
- import {
107
- GetLensCommandInput,
108
- GetLensCommandOutput,
109
- } from "./commands/GetLensCommand";
97
+ import { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
110
98
  import {
111
99
  GetLensReviewCommandInput,
112
100
  GetLensReviewCommandOutput,
@@ -123,10 +111,7 @@ import {
123
111
  GetMilestoneCommandInput,
124
112
  GetMilestoneCommandOutput,
125
113
  } from "./commands/GetMilestoneCommand";
126
- import {
127
- GetProfileCommandInput,
128
- GetProfileCommandOutput,
129
- } from "./commands/GetProfileCommand";
114
+ import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
130
115
  import {
131
116
  GetProfileTemplateCommandInput,
132
117
  GetProfileTemplateCommandOutput,
@@ -143,18 +128,9 @@ import {
143
128
  GetReviewTemplateLensReviewCommandInput,
144
129
  GetReviewTemplateLensReviewCommandOutput,
145
130
  } from "./commands/GetReviewTemplateLensReviewCommand";
146
- import {
147
- GetWorkloadCommandInput,
148
- GetWorkloadCommandOutput,
149
- } from "./commands/GetWorkloadCommand";
150
- import {
151
- ImportLensCommandInput,
152
- ImportLensCommandOutput,
153
- } from "./commands/ImportLensCommand";
154
- import {
155
- ListAnswersCommandInput,
156
- ListAnswersCommandOutput,
157
- } from "./commands/ListAnswersCommand";
131
+ import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
132
+ import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
133
+ import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
158
134
  import {
159
135
  ListCheckDetailsCommandInput,
160
136
  ListCheckDetailsCommandOutput,
@@ -163,10 +139,7 @@ import {
163
139
  ListCheckSummariesCommandInput,
164
140
  ListCheckSummariesCommandOutput,
165
141
  } from "./commands/ListCheckSummariesCommand";
166
- import {
167
- ListLensesCommandInput,
168
- ListLensesCommandOutput,
169
- } from "./commands/ListLensesCommand";
142
+ import { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
170
143
  import {
171
144
  ListLensReviewImprovementsCommandInput,
172
145
  ListLensReviewImprovementsCommandOutput,
@@ -227,10 +200,7 @@ import {
227
200
  ListWorkloadSharesCommandInput,
228
201
  ListWorkloadSharesCommandOutput,
229
202
  } from "./commands/ListWorkloadSharesCommand";
230
- import {
231
- TagResourceCommandInput,
232
- TagResourceCommandOutput,
233
- } from "./commands/TagResourceCommand";
203
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
234
204
  import {
235
205
  UntagResourceCommandInput,
236
206
  UntagResourceCommandOutput,
@@ -295,1084 +265,1076 @@ import { WellArchitectedClient } from "./WellArchitectedClient";
295
265
  export interface WellArchitected {
296
266
  associateLenses(
297
267
  args: AssociateLensesCommandInput,
298
- options?: __HttpHandlerOptions
268
+ options?: __HttpHandlerOptions,
299
269
  ): Promise<AssociateLensesCommandOutput>;
300
270
  associateLenses(
301
271
  args: AssociateLensesCommandInput,
302
- cb: (err: any, data?: AssociateLensesCommandOutput) => void
272
+ cb: (err: any, data?: AssociateLensesCommandOutput) => void,
303
273
  ): void;
304
274
  associateLenses(
305
275
  args: AssociateLensesCommandInput,
306
276
  options: __HttpHandlerOptions,
307
- cb: (err: any, data?: AssociateLensesCommandOutput) => void
277
+ cb: (err: any, data?: AssociateLensesCommandOutput) => void,
308
278
  ): void;
309
279
  associateProfiles(
310
280
  args: AssociateProfilesCommandInput,
311
- options?: __HttpHandlerOptions
281
+ options?: __HttpHandlerOptions,
312
282
  ): Promise<AssociateProfilesCommandOutput>;
313
283
  associateProfiles(
314
284
  args: AssociateProfilesCommandInput,
315
- cb: (err: any, data?: AssociateProfilesCommandOutput) => void
285
+ cb: (err: any, data?: AssociateProfilesCommandOutput) => void,
316
286
  ): void;
317
287
  associateProfiles(
318
288
  args: AssociateProfilesCommandInput,
319
289
  options: __HttpHandlerOptions,
320
- cb: (err: any, data?: AssociateProfilesCommandOutput) => void
290
+ cb: (err: any, data?: AssociateProfilesCommandOutput) => void,
321
291
  ): void;
322
292
  createLensShare(
323
293
  args: CreateLensShareCommandInput,
324
- options?: __HttpHandlerOptions
294
+ options?: __HttpHandlerOptions,
325
295
  ): Promise<CreateLensShareCommandOutput>;
326
296
  createLensShare(
327
297
  args: CreateLensShareCommandInput,
328
- cb: (err: any, data?: CreateLensShareCommandOutput) => void
298
+ cb: (err: any, data?: CreateLensShareCommandOutput) => void,
329
299
  ): void;
330
300
  createLensShare(
331
301
  args: CreateLensShareCommandInput,
332
302
  options: __HttpHandlerOptions,
333
- cb: (err: any, data?: CreateLensShareCommandOutput) => void
303
+ cb: (err: any, data?: CreateLensShareCommandOutput) => void,
334
304
  ): void;
335
305
  createLensVersion(
336
306
  args: CreateLensVersionCommandInput,
337
- options?: __HttpHandlerOptions
307
+ options?: __HttpHandlerOptions,
338
308
  ): Promise<CreateLensVersionCommandOutput>;
339
309
  createLensVersion(
340
310
  args: CreateLensVersionCommandInput,
341
- cb: (err: any, data?: CreateLensVersionCommandOutput) => void
311
+ cb: (err: any, data?: CreateLensVersionCommandOutput) => void,
342
312
  ): void;
343
313
  createLensVersion(
344
314
  args: CreateLensVersionCommandInput,
345
315
  options: __HttpHandlerOptions,
346
- cb: (err: any, data?: CreateLensVersionCommandOutput) => void
316
+ cb: (err: any, data?: CreateLensVersionCommandOutput) => void,
347
317
  ): void;
348
318
  createMilestone(
349
319
  args: CreateMilestoneCommandInput,
350
- options?: __HttpHandlerOptions
320
+ options?: __HttpHandlerOptions,
351
321
  ): Promise<CreateMilestoneCommandOutput>;
352
322
  createMilestone(
353
323
  args: CreateMilestoneCommandInput,
354
- cb: (err: any, data?: CreateMilestoneCommandOutput) => void
324
+ cb: (err: any, data?: CreateMilestoneCommandOutput) => void,
355
325
  ): void;
356
326
  createMilestone(
357
327
  args: CreateMilestoneCommandInput,
358
328
  options: __HttpHandlerOptions,
359
- cb: (err: any, data?: CreateMilestoneCommandOutput) => void
329
+ cb: (err: any, data?: CreateMilestoneCommandOutput) => void,
360
330
  ): void;
361
331
  createProfile(
362
332
  args: CreateProfileCommandInput,
363
- options?: __HttpHandlerOptions
333
+ options?: __HttpHandlerOptions,
364
334
  ): Promise<CreateProfileCommandOutput>;
365
335
  createProfile(
366
336
  args: CreateProfileCommandInput,
367
- cb: (err: any, data?: CreateProfileCommandOutput) => void
337
+ cb: (err: any, data?: CreateProfileCommandOutput) => void,
368
338
  ): void;
369
339
  createProfile(
370
340
  args: CreateProfileCommandInput,
371
341
  options: __HttpHandlerOptions,
372
- cb: (err: any, data?: CreateProfileCommandOutput) => void
342
+ cb: (err: any, data?: CreateProfileCommandOutput) => void,
373
343
  ): void;
374
344
  createProfileShare(
375
345
  args: CreateProfileShareCommandInput,
376
- options?: __HttpHandlerOptions
346
+ options?: __HttpHandlerOptions,
377
347
  ): Promise<CreateProfileShareCommandOutput>;
378
348
  createProfileShare(
379
349
  args: CreateProfileShareCommandInput,
380
- cb: (err: any, data?: CreateProfileShareCommandOutput) => void
350
+ cb: (err: any, data?: CreateProfileShareCommandOutput) => void,
381
351
  ): void;
382
352
  createProfileShare(
383
353
  args: CreateProfileShareCommandInput,
384
354
  options: __HttpHandlerOptions,
385
- cb: (err: any, data?: CreateProfileShareCommandOutput) => void
355
+ cb: (err: any, data?: CreateProfileShareCommandOutput) => void,
386
356
  ): void;
387
357
  createReviewTemplate(
388
358
  args: CreateReviewTemplateCommandInput,
389
- options?: __HttpHandlerOptions
359
+ options?: __HttpHandlerOptions,
390
360
  ): Promise<CreateReviewTemplateCommandOutput>;
391
361
  createReviewTemplate(
392
362
  args: CreateReviewTemplateCommandInput,
393
- cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void
363
+ cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void,
394
364
  ): void;
395
365
  createReviewTemplate(
396
366
  args: CreateReviewTemplateCommandInput,
397
367
  options: __HttpHandlerOptions,
398
- cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void
368
+ cb: (err: any, data?: CreateReviewTemplateCommandOutput) => void,
399
369
  ): void;
400
370
  createTemplateShare(
401
371
  args: CreateTemplateShareCommandInput,
402
- options?: __HttpHandlerOptions
372
+ options?: __HttpHandlerOptions,
403
373
  ): Promise<CreateTemplateShareCommandOutput>;
404
374
  createTemplateShare(
405
375
  args: CreateTemplateShareCommandInput,
406
- cb: (err: any, data?: CreateTemplateShareCommandOutput) => void
376
+ cb: (err: any, data?: CreateTemplateShareCommandOutput) => void,
407
377
  ): void;
408
378
  createTemplateShare(
409
379
  args: CreateTemplateShareCommandInput,
410
380
  options: __HttpHandlerOptions,
411
- cb: (err: any, data?: CreateTemplateShareCommandOutput) => void
381
+ cb: (err: any, data?: CreateTemplateShareCommandOutput) => void,
412
382
  ): void;
413
383
  createWorkload(
414
384
  args: CreateWorkloadCommandInput,
415
- options?: __HttpHandlerOptions
385
+ options?: __HttpHandlerOptions,
416
386
  ): Promise<CreateWorkloadCommandOutput>;
417
387
  createWorkload(
418
388
  args: CreateWorkloadCommandInput,
419
- cb: (err: any, data?: CreateWorkloadCommandOutput) => void
389
+ cb: (err: any, data?: CreateWorkloadCommandOutput) => void,
420
390
  ): void;
421
391
  createWorkload(
422
392
  args: CreateWorkloadCommandInput,
423
393
  options: __HttpHandlerOptions,
424
- cb: (err: any, data?: CreateWorkloadCommandOutput) => void
394
+ cb: (err: any, data?: CreateWorkloadCommandOutput) => void,
425
395
  ): void;
426
396
  createWorkloadShare(
427
397
  args: CreateWorkloadShareCommandInput,
428
- options?: __HttpHandlerOptions
398
+ options?: __HttpHandlerOptions,
429
399
  ): Promise<CreateWorkloadShareCommandOutput>;
430
400
  createWorkloadShare(
431
401
  args: CreateWorkloadShareCommandInput,
432
- cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void
402
+ cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void,
433
403
  ): void;
434
404
  createWorkloadShare(
435
405
  args: CreateWorkloadShareCommandInput,
436
406
  options: __HttpHandlerOptions,
437
- cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void
407
+ cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void,
438
408
  ): void;
439
409
  deleteLens(
440
410
  args: DeleteLensCommandInput,
441
- options?: __HttpHandlerOptions
411
+ options?: __HttpHandlerOptions,
442
412
  ): Promise<DeleteLensCommandOutput>;
443
413
  deleteLens(
444
414
  args: DeleteLensCommandInput,
445
- cb: (err: any, data?: DeleteLensCommandOutput) => void
415
+ cb: (err: any, data?: DeleteLensCommandOutput) => void,
446
416
  ): void;
447
417
  deleteLens(
448
418
  args: DeleteLensCommandInput,
449
419
  options: __HttpHandlerOptions,
450
- cb: (err: any, data?: DeleteLensCommandOutput) => void
420
+ cb: (err: any, data?: DeleteLensCommandOutput) => void,
451
421
  ): void;
452
422
  deleteLensShare(
453
423
  args: DeleteLensShareCommandInput,
454
- options?: __HttpHandlerOptions
424
+ options?: __HttpHandlerOptions,
455
425
  ): Promise<DeleteLensShareCommandOutput>;
456
426
  deleteLensShare(
457
427
  args: DeleteLensShareCommandInput,
458
- cb: (err: any, data?: DeleteLensShareCommandOutput) => void
428
+ cb: (err: any, data?: DeleteLensShareCommandOutput) => void,
459
429
  ): void;
460
430
  deleteLensShare(
461
431
  args: DeleteLensShareCommandInput,
462
432
  options: __HttpHandlerOptions,
463
- cb: (err: any, data?: DeleteLensShareCommandOutput) => void
433
+ cb: (err: any, data?: DeleteLensShareCommandOutput) => void,
464
434
  ): void;
465
435
  deleteProfile(
466
436
  args: DeleteProfileCommandInput,
467
- options?: __HttpHandlerOptions
437
+ options?: __HttpHandlerOptions,
468
438
  ): Promise<DeleteProfileCommandOutput>;
469
439
  deleteProfile(
470
440
  args: DeleteProfileCommandInput,
471
- cb: (err: any, data?: DeleteProfileCommandOutput) => void
441
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void,
472
442
  ): void;
473
443
  deleteProfile(
474
444
  args: DeleteProfileCommandInput,
475
445
  options: __HttpHandlerOptions,
476
- cb: (err: any, data?: DeleteProfileCommandOutput) => void
446
+ cb: (err: any, data?: DeleteProfileCommandOutput) => void,
477
447
  ): void;
478
448
  deleteProfileShare(
479
449
  args: DeleteProfileShareCommandInput,
480
- options?: __HttpHandlerOptions
450
+ options?: __HttpHandlerOptions,
481
451
  ): Promise<DeleteProfileShareCommandOutput>;
482
452
  deleteProfileShare(
483
453
  args: DeleteProfileShareCommandInput,
484
- cb: (err: any, data?: DeleteProfileShareCommandOutput) => void
454
+ cb: (err: any, data?: DeleteProfileShareCommandOutput) => void,
485
455
  ): void;
486
456
  deleteProfileShare(
487
457
  args: DeleteProfileShareCommandInput,
488
458
  options: __HttpHandlerOptions,
489
- cb: (err: any, data?: DeleteProfileShareCommandOutput) => void
459
+ cb: (err: any, data?: DeleteProfileShareCommandOutput) => void,
490
460
  ): void;
491
461
  deleteReviewTemplate(
492
462
  args: DeleteReviewTemplateCommandInput,
493
- options?: __HttpHandlerOptions
463
+ options?: __HttpHandlerOptions,
494
464
  ): Promise<DeleteReviewTemplateCommandOutput>;
495
465
  deleteReviewTemplate(
496
466
  args: DeleteReviewTemplateCommandInput,
497
- cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void
467
+ cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void,
498
468
  ): void;
499
469
  deleteReviewTemplate(
500
470
  args: DeleteReviewTemplateCommandInput,
501
471
  options: __HttpHandlerOptions,
502
- cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void
472
+ cb: (err: any, data?: DeleteReviewTemplateCommandOutput) => void,
503
473
  ): void;
504
474
  deleteTemplateShare(
505
475
  args: DeleteTemplateShareCommandInput,
506
- options?: __HttpHandlerOptions
476
+ options?: __HttpHandlerOptions,
507
477
  ): Promise<DeleteTemplateShareCommandOutput>;
508
478
  deleteTemplateShare(
509
479
  args: DeleteTemplateShareCommandInput,
510
- cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void
480
+ cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void,
511
481
  ): void;
512
482
  deleteTemplateShare(
513
483
  args: DeleteTemplateShareCommandInput,
514
484
  options: __HttpHandlerOptions,
515
- cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void
485
+ cb: (err: any, data?: DeleteTemplateShareCommandOutput) => void,
516
486
  ): void;
517
487
  deleteWorkload(
518
488
  args: DeleteWorkloadCommandInput,
519
- options?: __HttpHandlerOptions
489
+ options?: __HttpHandlerOptions,
520
490
  ): Promise<DeleteWorkloadCommandOutput>;
521
491
  deleteWorkload(
522
492
  args: DeleteWorkloadCommandInput,
523
- cb: (err: any, data?: DeleteWorkloadCommandOutput) => void
493
+ cb: (err: any, data?: DeleteWorkloadCommandOutput) => void,
524
494
  ): void;
525
495
  deleteWorkload(
526
496
  args: DeleteWorkloadCommandInput,
527
497
  options: __HttpHandlerOptions,
528
- cb: (err: any, data?: DeleteWorkloadCommandOutput) => void
498
+ cb: (err: any, data?: DeleteWorkloadCommandOutput) => void,
529
499
  ): void;
530
500
  deleteWorkloadShare(
531
501
  args: DeleteWorkloadShareCommandInput,
532
- options?: __HttpHandlerOptions
502
+ options?: __HttpHandlerOptions,
533
503
  ): Promise<DeleteWorkloadShareCommandOutput>;
534
504
  deleteWorkloadShare(
535
505
  args: DeleteWorkloadShareCommandInput,
536
- cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void
506
+ cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void,
537
507
  ): void;
538
508
  deleteWorkloadShare(
539
509
  args: DeleteWorkloadShareCommandInput,
540
510
  options: __HttpHandlerOptions,
541
- cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void
511
+ cb: (err: any, data?: DeleteWorkloadShareCommandOutput) => void,
542
512
  ): void;
543
513
  disassociateLenses(
544
514
  args: DisassociateLensesCommandInput,
545
- options?: __HttpHandlerOptions
515
+ options?: __HttpHandlerOptions,
546
516
  ): Promise<DisassociateLensesCommandOutput>;
547
517
  disassociateLenses(
548
518
  args: DisassociateLensesCommandInput,
549
- cb: (err: any, data?: DisassociateLensesCommandOutput) => void
519
+ cb: (err: any, data?: DisassociateLensesCommandOutput) => void,
550
520
  ): void;
551
521
  disassociateLenses(
552
522
  args: DisassociateLensesCommandInput,
553
523
  options: __HttpHandlerOptions,
554
- cb: (err: any, data?: DisassociateLensesCommandOutput) => void
524
+ cb: (err: any, data?: DisassociateLensesCommandOutput) => void,
555
525
  ): void;
556
526
  disassociateProfiles(
557
527
  args: DisassociateProfilesCommandInput,
558
- options?: __HttpHandlerOptions
528
+ options?: __HttpHandlerOptions,
559
529
  ): Promise<DisassociateProfilesCommandOutput>;
560
530
  disassociateProfiles(
561
531
  args: DisassociateProfilesCommandInput,
562
- cb: (err: any, data?: DisassociateProfilesCommandOutput) => void
532
+ cb: (err: any, data?: DisassociateProfilesCommandOutput) => void,
563
533
  ): void;
564
534
  disassociateProfiles(
565
535
  args: DisassociateProfilesCommandInput,
566
536
  options: __HttpHandlerOptions,
567
- cb: (err: any, data?: DisassociateProfilesCommandOutput) => void
537
+ cb: (err: any, data?: DisassociateProfilesCommandOutput) => void,
568
538
  ): void;
569
539
  exportLens(
570
540
  args: ExportLensCommandInput,
571
- options?: __HttpHandlerOptions
541
+ options?: __HttpHandlerOptions,
572
542
  ): Promise<ExportLensCommandOutput>;
573
543
  exportLens(
574
544
  args: ExportLensCommandInput,
575
- cb: (err: any, data?: ExportLensCommandOutput) => void
545
+ cb: (err: any, data?: ExportLensCommandOutput) => void,
576
546
  ): void;
577
547
  exportLens(
578
548
  args: ExportLensCommandInput,
579
549
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: ExportLensCommandOutput) => void
550
+ cb: (err: any, data?: ExportLensCommandOutput) => void,
581
551
  ): void;
582
552
  getAnswer(
583
553
  args: GetAnswerCommandInput,
584
- options?: __HttpHandlerOptions
554
+ options?: __HttpHandlerOptions,
585
555
  ): Promise<GetAnswerCommandOutput>;
586
556
  getAnswer(
587
557
  args: GetAnswerCommandInput,
588
- cb: (err: any, data?: GetAnswerCommandOutput) => void
558
+ cb: (err: any, data?: GetAnswerCommandOutput) => void,
589
559
  ): void;
590
560
  getAnswer(
591
561
  args: GetAnswerCommandInput,
592
562
  options: __HttpHandlerOptions,
593
- cb: (err: any, data?: GetAnswerCommandOutput) => void
563
+ cb: (err: any, data?: GetAnswerCommandOutput) => void,
594
564
  ): void;
595
565
  getConsolidatedReport(
596
566
  args: GetConsolidatedReportCommandInput,
597
- options?: __HttpHandlerOptions
567
+ options?: __HttpHandlerOptions,
598
568
  ): Promise<GetConsolidatedReportCommandOutput>;
599
569
  getConsolidatedReport(
600
570
  args: GetConsolidatedReportCommandInput,
601
- cb: (err: any, data?: GetConsolidatedReportCommandOutput) => void
571
+ cb: (err: any, data?: GetConsolidatedReportCommandOutput) => void,
602
572
  ): void;
603
573
  getConsolidatedReport(
604
574
  args: GetConsolidatedReportCommandInput,
605
575
  options: __HttpHandlerOptions,
606
- cb: (err: any, data?: GetConsolidatedReportCommandOutput) => void
576
+ cb: (err: any, data?: GetConsolidatedReportCommandOutput) => void,
607
577
  ): void;
608
578
  getGlobalSettings(): Promise<GetGlobalSettingsCommandOutput>;
609
579
  getGlobalSettings(
610
580
  args: GetGlobalSettingsCommandInput,
611
- options?: __HttpHandlerOptions
581
+ options?: __HttpHandlerOptions,
612
582
  ): Promise<GetGlobalSettingsCommandOutput>;
613
583
  getGlobalSettings(
614
584
  args: GetGlobalSettingsCommandInput,
615
- cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
585
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
616
586
  ): void;
617
587
  getGlobalSettings(
618
588
  args: GetGlobalSettingsCommandInput,
619
589
  options: __HttpHandlerOptions,
620
- cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
621
- ): void;
622
- getLens(
623
- args: GetLensCommandInput,
624
- options?: __HttpHandlerOptions
625
- ): Promise<GetLensCommandOutput>;
626
- getLens(
627
- args: GetLensCommandInput,
628
- cb: (err: any, data?: GetLensCommandOutput) => void
590
+ cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
629
591
  ): void;
592
+ getLens(args: GetLensCommandInput, options?: __HttpHandlerOptions): Promise<GetLensCommandOutput>;
593
+ getLens(args: GetLensCommandInput, cb: (err: any, data?: GetLensCommandOutput) => void): void;
630
594
  getLens(
631
595
  args: GetLensCommandInput,
632
596
  options: __HttpHandlerOptions,
633
- cb: (err: any, data?: GetLensCommandOutput) => void
597
+ cb: (err: any, data?: GetLensCommandOutput) => void,
634
598
  ): void;
635
599
  getLensReview(
636
600
  args: GetLensReviewCommandInput,
637
- options?: __HttpHandlerOptions
601
+ options?: __HttpHandlerOptions,
638
602
  ): Promise<GetLensReviewCommandOutput>;
639
603
  getLensReview(
640
604
  args: GetLensReviewCommandInput,
641
- cb: (err: any, data?: GetLensReviewCommandOutput) => void
605
+ cb: (err: any, data?: GetLensReviewCommandOutput) => void,
642
606
  ): void;
643
607
  getLensReview(
644
608
  args: GetLensReviewCommandInput,
645
609
  options: __HttpHandlerOptions,
646
- cb: (err: any, data?: GetLensReviewCommandOutput) => void
610
+ cb: (err: any, data?: GetLensReviewCommandOutput) => void,
647
611
  ): void;
648
612
  getLensReviewReport(
649
613
  args: GetLensReviewReportCommandInput,
650
- options?: __HttpHandlerOptions
614
+ options?: __HttpHandlerOptions,
651
615
  ): Promise<GetLensReviewReportCommandOutput>;
652
616
  getLensReviewReport(
653
617
  args: GetLensReviewReportCommandInput,
654
- cb: (err: any, data?: GetLensReviewReportCommandOutput) => void
618
+ cb: (err: any, data?: GetLensReviewReportCommandOutput) => void,
655
619
  ): void;
656
620
  getLensReviewReport(
657
621
  args: GetLensReviewReportCommandInput,
658
622
  options: __HttpHandlerOptions,
659
- cb: (err: any, data?: GetLensReviewReportCommandOutput) => void
623
+ cb: (err: any, data?: GetLensReviewReportCommandOutput) => void,
660
624
  ): void;
661
625
  getLensVersionDifference(
662
626
  args: GetLensVersionDifferenceCommandInput,
663
- options?: __HttpHandlerOptions
627
+ options?: __HttpHandlerOptions,
664
628
  ): Promise<GetLensVersionDifferenceCommandOutput>;
665
629
  getLensVersionDifference(
666
630
  args: GetLensVersionDifferenceCommandInput,
667
- cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void
631
+ cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void,
668
632
  ): void;
669
633
  getLensVersionDifference(
670
634
  args: GetLensVersionDifferenceCommandInput,
671
635
  options: __HttpHandlerOptions,
672
- cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void
636
+ cb: (err: any, data?: GetLensVersionDifferenceCommandOutput) => void,
673
637
  ): void;
674
638
  getMilestone(
675
639
  args: GetMilestoneCommandInput,
676
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
677
641
  ): Promise<GetMilestoneCommandOutput>;
678
642
  getMilestone(
679
643
  args: GetMilestoneCommandInput,
680
- cb: (err: any, data?: GetMilestoneCommandOutput) => void
644
+ cb: (err: any, data?: GetMilestoneCommandOutput) => void,
681
645
  ): void;
682
646
  getMilestone(
683
647
  args: GetMilestoneCommandInput,
684
648
  options: __HttpHandlerOptions,
685
- cb: (err: any, data?: GetMilestoneCommandOutput) => void
649
+ cb: (err: any, data?: GetMilestoneCommandOutput) => void,
686
650
  ): void;
687
651
  getProfile(
688
652
  args: GetProfileCommandInput,
689
- options?: __HttpHandlerOptions
653
+ options?: __HttpHandlerOptions,
690
654
  ): Promise<GetProfileCommandOutput>;
691
655
  getProfile(
692
656
  args: GetProfileCommandInput,
693
- cb: (err: any, data?: GetProfileCommandOutput) => void
657
+ cb: (err: any, data?: GetProfileCommandOutput) => void,
694
658
  ): void;
695
659
  getProfile(
696
660
  args: GetProfileCommandInput,
697
661
  options: __HttpHandlerOptions,
698
- cb: (err: any, data?: GetProfileCommandOutput) => void
662
+ cb: (err: any, data?: GetProfileCommandOutput) => void,
699
663
  ): void;
700
664
  getProfileTemplate(): Promise<GetProfileTemplateCommandOutput>;
701
665
  getProfileTemplate(
702
666
  args: GetProfileTemplateCommandInput,
703
- options?: __HttpHandlerOptions
667
+ options?: __HttpHandlerOptions,
704
668
  ): Promise<GetProfileTemplateCommandOutput>;
705
669
  getProfileTemplate(
706
670
  args: GetProfileTemplateCommandInput,
707
- cb: (err: any, data?: GetProfileTemplateCommandOutput) => void
671
+ cb: (err: any, data?: GetProfileTemplateCommandOutput) => void,
708
672
  ): void;
709
673
  getProfileTemplate(
710
674
  args: GetProfileTemplateCommandInput,
711
675
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: GetProfileTemplateCommandOutput) => void
676
+ cb: (err: any, data?: GetProfileTemplateCommandOutput) => void,
713
677
  ): void;
714
678
  getReviewTemplate(
715
679
  args: GetReviewTemplateCommandInput,
716
- options?: __HttpHandlerOptions
680
+ options?: __HttpHandlerOptions,
717
681
  ): Promise<GetReviewTemplateCommandOutput>;
718
682
  getReviewTemplate(
719
683
  args: GetReviewTemplateCommandInput,
720
- cb: (err: any, data?: GetReviewTemplateCommandOutput) => void
684
+ cb: (err: any, data?: GetReviewTemplateCommandOutput) => void,
721
685
  ): void;
722
686
  getReviewTemplate(
723
687
  args: GetReviewTemplateCommandInput,
724
688
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: GetReviewTemplateCommandOutput) => void
689
+ cb: (err: any, data?: GetReviewTemplateCommandOutput) => void,
726
690
  ): void;
727
691
  getReviewTemplateAnswer(
728
692
  args: GetReviewTemplateAnswerCommandInput,
729
- options?: __HttpHandlerOptions
693
+ options?: __HttpHandlerOptions,
730
694
  ): Promise<GetReviewTemplateAnswerCommandOutput>;
731
695
  getReviewTemplateAnswer(
732
696
  args: GetReviewTemplateAnswerCommandInput,
733
- cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void
697
+ cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void,
734
698
  ): void;
735
699
  getReviewTemplateAnswer(
736
700
  args: GetReviewTemplateAnswerCommandInput,
737
701
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void
702
+ cb: (err: any, data?: GetReviewTemplateAnswerCommandOutput) => void,
739
703
  ): void;
740
704
  getReviewTemplateLensReview(
741
705
  args: GetReviewTemplateLensReviewCommandInput,
742
- options?: __HttpHandlerOptions
706
+ options?: __HttpHandlerOptions,
743
707
  ): Promise<GetReviewTemplateLensReviewCommandOutput>;
744
708
  getReviewTemplateLensReview(
745
709
  args: GetReviewTemplateLensReviewCommandInput,
746
- cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void
710
+ cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void,
747
711
  ): void;
748
712
  getReviewTemplateLensReview(
749
713
  args: GetReviewTemplateLensReviewCommandInput,
750
714
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void
715
+ cb: (err: any, data?: GetReviewTemplateLensReviewCommandOutput) => void,
752
716
  ): void;
753
717
  getWorkload(
754
718
  args: GetWorkloadCommandInput,
755
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
756
720
  ): Promise<GetWorkloadCommandOutput>;
757
721
  getWorkload(
758
722
  args: GetWorkloadCommandInput,
759
- cb: (err: any, data?: GetWorkloadCommandOutput) => void
723
+ cb: (err: any, data?: GetWorkloadCommandOutput) => void,
760
724
  ): void;
761
725
  getWorkload(
762
726
  args: GetWorkloadCommandInput,
763
727
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: GetWorkloadCommandOutput) => void
728
+ cb: (err: any, data?: GetWorkloadCommandOutput) => void,
765
729
  ): void;
766
730
  importLens(
767
731
  args: ImportLensCommandInput,
768
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
769
733
  ): Promise<ImportLensCommandOutput>;
770
734
  importLens(
771
735
  args: ImportLensCommandInput,
772
- cb: (err: any, data?: ImportLensCommandOutput) => void
736
+ cb: (err: any, data?: ImportLensCommandOutput) => void,
773
737
  ): void;
774
738
  importLens(
775
739
  args: ImportLensCommandInput,
776
740
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: ImportLensCommandOutput) => void
741
+ cb: (err: any, data?: ImportLensCommandOutput) => void,
778
742
  ): void;
779
743
  listAnswers(
780
744
  args: ListAnswersCommandInput,
781
- options?: __HttpHandlerOptions
745
+ options?: __HttpHandlerOptions,
782
746
  ): Promise<ListAnswersCommandOutput>;
783
747
  listAnswers(
784
748
  args: ListAnswersCommandInput,
785
- cb: (err: any, data?: ListAnswersCommandOutput) => void
749
+ cb: (err: any, data?: ListAnswersCommandOutput) => void,
786
750
  ): void;
787
751
  listAnswers(
788
752
  args: ListAnswersCommandInput,
789
753
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: ListAnswersCommandOutput) => void
754
+ cb: (err: any, data?: ListAnswersCommandOutput) => void,
791
755
  ): void;
792
756
  listCheckDetails(
793
757
  args: ListCheckDetailsCommandInput,
794
- options?: __HttpHandlerOptions
758
+ options?: __HttpHandlerOptions,
795
759
  ): Promise<ListCheckDetailsCommandOutput>;
796
760
  listCheckDetails(
797
761
  args: ListCheckDetailsCommandInput,
798
- cb: (err: any, data?: ListCheckDetailsCommandOutput) => void
762
+ cb: (err: any, data?: ListCheckDetailsCommandOutput) => void,
799
763
  ): void;
800
764
  listCheckDetails(
801
765
  args: ListCheckDetailsCommandInput,
802
766
  options: __HttpHandlerOptions,
803
- cb: (err: any, data?: ListCheckDetailsCommandOutput) => void
767
+ cb: (err: any, data?: ListCheckDetailsCommandOutput) => void,
804
768
  ): void;
805
769
  listCheckSummaries(
806
770
  args: ListCheckSummariesCommandInput,
807
- options?: __HttpHandlerOptions
771
+ options?: __HttpHandlerOptions,
808
772
  ): Promise<ListCheckSummariesCommandOutput>;
809
773
  listCheckSummaries(
810
774
  args: ListCheckSummariesCommandInput,
811
- cb: (err: any, data?: ListCheckSummariesCommandOutput) => void
775
+ cb: (err: any, data?: ListCheckSummariesCommandOutput) => void,
812
776
  ): void;
813
777
  listCheckSummaries(
814
778
  args: ListCheckSummariesCommandInput,
815
779
  options: __HttpHandlerOptions,
816
- cb: (err: any, data?: ListCheckSummariesCommandOutput) => void
780
+ cb: (err: any, data?: ListCheckSummariesCommandOutput) => void,
817
781
  ): void;
818
782
  listLenses(): Promise<ListLensesCommandOutput>;
819
783
  listLenses(
820
784
  args: ListLensesCommandInput,
821
- options?: __HttpHandlerOptions
785
+ options?: __HttpHandlerOptions,
822
786
  ): Promise<ListLensesCommandOutput>;
823
787
  listLenses(
824
788
  args: ListLensesCommandInput,
825
- cb: (err: any, data?: ListLensesCommandOutput) => void
789
+ cb: (err: any, data?: ListLensesCommandOutput) => void,
826
790
  ): void;
827
791
  listLenses(
828
792
  args: ListLensesCommandInput,
829
793
  options: __HttpHandlerOptions,
830
- cb: (err: any, data?: ListLensesCommandOutput) => void
794
+ cb: (err: any, data?: ListLensesCommandOutput) => void,
831
795
  ): void;
832
796
  listLensReviewImprovements(
833
797
  args: ListLensReviewImprovementsCommandInput,
834
- options?: __HttpHandlerOptions
798
+ options?: __HttpHandlerOptions,
835
799
  ): Promise<ListLensReviewImprovementsCommandOutput>;
836
800
  listLensReviewImprovements(
837
801
  args: ListLensReviewImprovementsCommandInput,
838
- cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void
802
+ cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void,
839
803
  ): void;
840
804
  listLensReviewImprovements(
841
805
  args: ListLensReviewImprovementsCommandInput,
842
806
  options: __HttpHandlerOptions,
843
- cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void
807
+ cb: (err: any, data?: ListLensReviewImprovementsCommandOutput) => void,
844
808
  ): void;
845
809
  listLensReviews(
846
810
  args: ListLensReviewsCommandInput,
847
- options?: __HttpHandlerOptions
811
+ options?: __HttpHandlerOptions,
848
812
  ): Promise<ListLensReviewsCommandOutput>;
849
813
  listLensReviews(
850
814
  args: ListLensReviewsCommandInput,
851
- cb: (err: any, data?: ListLensReviewsCommandOutput) => void
815
+ cb: (err: any, data?: ListLensReviewsCommandOutput) => void,
852
816
  ): void;
853
817
  listLensReviews(
854
818
  args: ListLensReviewsCommandInput,
855
819
  options: __HttpHandlerOptions,
856
- cb: (err: any, data?: ListLensReviewsCommandOutput) => void
820
+ cb: (err: any, data?: ListLensReviewsCommandOutput) => void,
857
821
  ): void;
858
822
  listLensShares(
859
823
  args: ListLensSharesCommandInput,
860
- options?: __HttpHandlerOptions
824
+ options?: __HttpHandlerOptions,
861
825
  ): Promise<ListLensSharesCommandOutput>;
862
826
  listLensShares(
863
827
  args: ListLensSharesCommandInput,
864
- cb: (err: any, data?: ListLensSharesCommandOutput) => void
828
+ cb: (err: any, data?: ListLensSharesCommandOutput) => void,
865
829
  ): void;
866
830
  listLensShares(
867
831
  args: ListLensSharesCommandInput,
868
832
  options: __HttpHandlerOptions,
869
- cb: (err: any, data?: ListLensSharesCommandOutput) => void
833
+ cb: (err: any, data?: ListLensSharesCommandOutput) => void,
870
834
  ): void;
871
835
  listMilestones(
872
836
  args: ListMilestonesCommandInput,
873
- options?: __HttpHandlerOptions
837
+ options?: __HttpHandlerOptions,
874
838
  ): Promise<ListMilestonesCommandOutput>;
875
839
  listMilestones(
876
840
  args: ListMilestonesCommandInput,
877
- cb: (err: any, data?: ListMilestonesCommandOutput) => void
841
+ cb: (err: any, data?: ListMilestonesCommandOutput) => void,
878
842
  ): void;
879
843
  listMilestones(
880
844
  args: ListMilestonesCommandInput,
881
845
  options: __HttpHandlerOptions,
882
- cb: (err: any, data?: ListMilestonesCommandOutput) => void
846
+ cb: (err: any, data?: ListMilestonesCommandOutput) => void,
883
847
  ): void;
884
848
  listNotifications(): Promise<ListNotificationsCommandOutput>;
885
849
  listNotifications(
886
850
  args: ListNotificationsCommandInput,
887
- options?: __HttpHandlerOptions
851
+ options?: __HttpHandlerOptions,
888
852
  ): Promise<ListNotificationsCommandOutput>;
889
853
  listNotifications(
890
854
  args: ListNotificationsCommandInput,
891
- cb: (err: any, data?: ListNotificationsCommandOutput) => void
855
+ cb: (err: any, data?: ListNotificationsCommandOutput) => void,
892
856
  ): void;
893
857
  listNotifications(
894
858
  args: ListNotificationsCommandInput,
895
859
  options: __HttpHandlerOptions,
896
- cb: (err: any, data?: ListNotificationsCommandOutput) => void
860
+ cb: (err: any, data?: ListNotificationsCommandOutput) => void,
897
861
  ): void;
898
862
  listProfileNotifications(): Promise<ListProfileNotificationsCommandOutput>;
899
863
  listProfileNotifications(
900
864
  args: ListProfileNotificationsCommandInput,
901
- options?: __HttpHandlerOptions
865
+ options?: __HttpHandlerOptions,
902
866
  ): Promise<ListProfileNotificationsCommandOutput>;
903
867
  listProfileNotifications(
904
868
  args: ListProfileNotificationsCommandInput,
905
- cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void
869
+ cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void,
906
870
  ): void;
907
871
  listProfileNotifications(
908
872
  args: ListProfileNotificationsCommandInput,
909
873
  options: __HttpHandlerOptions,
910
- cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void
874
+ cb: (err: any, data?: ListProfileNotificationsCommandOutput) => void,
911
875
  ): void;
912
876
  listProfiles(): Promise<ListProfilesCommandOutput>;
913
877
  listProfiles(
914
878
  args: ListProfilesCommandInput,
915
- options?: __HttpHandlerOptions
879
+ options?: __HttpHandlerOptions,
916
880
  ): Promise<ListProfilesCommandOutput>;
917
881
  listProfiles(
918
882
  args: ListProfilesCommandInput,
919
- cb: (err: any, data?: ListProfilesCommandOutput) => void
883
+ cb: (err: any, data?: ListProfilesCommandOutput) => void,
920
884
  ): void;
921
885
  listProfiles(
922
886
  args: ListProfilesCommandInput,
923
887
  options: __HttpHandlerOptions,
924
- cb: (err: any, data?: ListProfilesCommandOutput) => void
888
+ cb: (err: any, data?: ListProfilesCommandOutput) => void,
925
889
  ): void;
926
890
  listProfileShares(
927
891
  args: ListProfileSharesCommandInput,
928
- options?: __HttpHandlerOptions
892
+ options?: __HttpHandlerOptions,
929
893
  ): Promise<ListProfileSharesCommandOutput>;
930
894
  listProfileShares(
931
895
  args: ListProfileSharesCommandInput,
932
- cb: (err: any, data?: ListProfileSharesCommandOutput) => void
896
+ cb: (err: any, data?: ListProfileSharesCommandOutput) => void,
933
897
  ): void;
934
898
  listProfileShares(
935
899
  args: ListProfileSharesCommandInput,
936
900
  options: __HttpHandlerOptions,
937
- cb: (err: any, data?: ListProfileSharesCommandOutput) => void
901
+ cb: (err: any, data?: ListProfileSharesCommandOutput) => void,
938
902
  ): void;
939
903
  listReviewTemplateAnswers(
940
904
  args: ListReviewTemplateAnswersCommandInput,
941
- options?: __HttpHandlerOptions
905
+ options?: __HttpHandlerOptions,
942
906
  ): Promise<ListReviewTemplateAnswersCommandOutput>;
943
907
  listReviewTemplateAnswers(
944
908
  args: ListReviewTemplateAnswersCommandInput,
945
- cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void
909
+ cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void,
946
910
  ): void;
947
911
  listReviewTemplateAnswers(
948
912
  args: ListReviewTemplateAnswersCommandInput,
949
913
  options: __HttpHandlerOptions,
950
- cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void
914
+ cb: (err: any, data?: ListReviewTemplateAnswersCommandOutput) => void,
951
915
  ): void;
952
916
  listReviewTemplates(): Promise<ListReviewTemplatesCommandOutput>;
953
917
  listReviewTemplates(
954
918
  args: ListReviewTemplatesCommandInput,
955
- options?: __HttpHandlerOptions
919
+ options?: __HttpHandlerOptions,
956
920
  ): Promise<ListReviewTemplatesCommandOutput>;
957
921
  listReviewTemplates(
958
922
  args: ListReviewTemplatesCommandInput,
959
- cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void
923
+ cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void,
960
924
  ): void;
961
925
  listReviewTemplates(
962
926
  args: ListReviewTemplatesCommandInput,
963
927
  options: __HttpHandlerOptions,
964
- cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void
928
+ cb: (err: any, data?: ListReviewTemplatesCommandOutput) => void,
965
929
  ): void;
966
930
  listShareInvitations(): Promise<ListShareInvitationsCommandOutput>;
967
931
  listShareInvitations(
968
932
  args: ListShareInvitationsCommandInput,
969
- options?: __HttpHandlerOptions
933
+ options?: __HttpHandlerOptions,
970
934
  ): Promise<ListShareInvitationsCommandOutput>;
971
935
  listShareInvitations(
972
936
  args: ListShareInvitationsCommandInput,
973
- cb: (err: any, data?: ListShareInvitationsCommandOutput) => void
937
+ cb: (err: any, data?: ListShareInvitationsCommandOutput) => void,
974
938
  ): void;
975
939
  listShareInvitations(
976
940
  args: ListShareInvitationsCommandInput,
977
941
  options: __HttpHandlerOptions,
978
- cb: (err: any, data?: ListShareInvitationsCommandOutput) => void
942
+ cb: (err: any, data?: ListShareInvitationsCommandOutput) => void,
979
943
  ): void;
980
944
  listTagsForResource(
981
945
  args: ListTagsForResourceCommandInput,
982
- options?: __HttpHandlerOptions
946
+ options?: __HttpHandlerOptions,
983
947
  ): Promise<ListTagsForResourceCommandOutput>;
984
948
  listTagsForResource(
985
949
  args: ListTagsForResourceCommandInput,
986
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
950
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
987
951
  ): void;
988
952
  listTagsForResource(
989
953
  args: ListTagsForResourceCommandInput,
990
954
  options: __HttpHandlerOptions,
991
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
955
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
992
956
  ): void;
993
957
  listTemplateShares(
994
958
  args: ListTemplateSharesCommandInput,
995
- options?: __HttpHandlerOptions
959
+ options?: __HttpHandlerOptions,
996
960
  ): Promise<ListTemplateSharesCommandOutput>;
997
961
  listTemplateShares(
998
962
  args: ListTemplateSharesCommandInput,
999
- cb: (err: any, data?: ListTemplateSharesCommandOutput) => void
963
+ cb: (err: any, data?: ListTemplateSharesCommandOutput) => void,
1000
964
  ): void;
1001
965
  listTemplateShares(
1002
966
  args: ListTemplateSharesCommandInput,
1003
967
  options: __HttpHandlerOptions,
1004
- cb: (err: any, data?: ListTemplateSharesCommandOutput) => void
968
+ cb: (err: any, data?: ListTemplateSharesCommandOutput) => void,
1005
969
  ): void;
1006
970
  listWorkloads(): Promise<ListWorkloadsCommandOutput>;
1007
971
  listWorkloads(
1008
972
  args: ListWorkloadsCommandInput,
1009
- options?: __HttpHandlerOptions
973
+ options?: __HttpHandlerOptions,
1010
974
  ): Promise<ListWorkloadsCommandOutput>;
1011
975
  listWorkloads(
1012
976
  args: ListWorkloadsCommandInput,
1013
- cb: (err: any, data?: ListWorkloadsCommandOutput) => void
977
+ cb: (err: any, data?: ListWorkloadsCommandOutput) => void,
1014
978
  ): void;
1015
979
  listWorkloads(
1016
980
  args: ListWorkloadsCommandInput,
1017
981
  options: __HttpHandlerOptions,
1018
- cb: (err: any, data?: ListWorkloadsCommandOutput) => void
982
+ cb: (err: any, data?: ListWorkloadsCommandOutput) => void,
1019
983
  ): void;
1020
984
  listWorkloadShares(
1021
985
  args: ListWorkloadSharesCommandInput,
1022
- options?: __HttpHandlerOptions
986
+ options?: __HttpHandlerOptions,
1023
987
  ): Promise<ListWorkloadSharesCommandOutput>;
1024
988
  listWorkloadShares(
1025
989
  args: ListWorkloadSharesCommandInput,
1026
- cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void
990
+ cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void,
1027
991
  ): void;
1028
992
  listWorkloadShares(
1029
993
  args: ListWorkloadSharesCommandInput,
1030
994
  options: __HttpHandlerOptions,
1031
- cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void
995
+ cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void,
1032
996
  ): void;
1033
997
  tagResource(
1034
998
  args: TagResourceCommandInput,
1035
- options?: __HttpHandlerOptions
999
+ options?: __HttpHandlerOptions,
1036
1000
  ): Promise<TagResourceCommandOutput>;
1037
1001
  tagResource(
1038
1002
  args: TagResourceCommandInput,
1039
- cb: (err: any, data?: TagResourceCommandOutput) => void
1003
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1040
1004
  ): void;
1041
1005
  tagResource(
1042
1006
  args: TagResourceCommandInput,
1043
1007
  options: __HttpHandlerOptions,
1044
- cb: (err: any, data?: TagResourceCommandOutput) => void
1008
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1045
1009
  ): void;
1046
1010
  untagResource(
1047
1011
  args: UntagResourceCommandInput,
1048
- options?: __HttpHandlerOptions
1012
+ options?: __HttpHandlerOptions,
1049
1013
  ): Promise<UntagResourceCommandOutput>;
1050
1014
  untagResource(
1051
1015
  args: UntagResourceCommandInput,
1052
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1016
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1053
1017
  ): void;
1054
1018
  untagResource(
1055
1019
  args: UntagResourceCommandInput,
1056
1020
  options: __HttpHandlerOptions,
1057
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1021
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1058
1022
  ): void;
1059
1023
  updateAnswer(
1060
1024
  args: UpdateAnswerCommandInput,
1061
- options?: __HttpHandlerOptions
1025
+ options?: __HttpHandlerOptions,
1062
1026
  ): Promise<UpdateAnswerCommandOutput>;
1063
1027
  updateAnswer(
1064
1028
  args: UpdateAnswerCommandInput,
1065
- cb: (err: any, data?: UpdateAnswerCommandOutput) => void
1029
+ cb: (err: any, data?: UpdateAnswerCommandOutput) => void,
1066
1030
  ): void;
1067
1031
  updateAnswer(
1068
1032
  args: UpdateAnswerCommandInput,
1069
1033
  options: __HttpHandlerOptions,
1070
- cb: (err: any, data?: UpdateAnswerCommandOutput) => void
1034
+ cb: (err: any, data?: UpdateAnswerCommandOutput) => void,
1071
1035
  ): void;
1072
1036
  updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
1073
1037
  updateGlobalSettings(
1074
1038
  args: UpdateGlobalSettingsCommandInput,
1075
- options?: __HttpHandlerOptions
1039
+ options?: __HttpHandlerOptions,
1076
1040
  ): Promise<UpdateGlobalSettingsCommandOutput>;
1077
1041
  updateGlobalSettings(
1078
1042
  args: UpdateGlobalSettingsCommandInput,
1079
- cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1043
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
1080
1044
  ): void;
1081
1045
  updateGlobalSettings(
1082
1046
  args: UpdateGlobalSettingsCommandInput,
1083
1047
  options: __HttpHandlerOptions,
1084
- cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
1048
+ cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
1085
1049
  ): void;
1086
1050
  updateIntegration(
1087
1051
  args: UpdateIntegrationCommandInput,
1088
- options?: __HttpHandlerOptions
1052
+ options?: __HttpHandlerOptions,
1089
1053
  ): Promise<UpdateIntegrationCommandOutput>;
1090
1054
  updateIntegration(
1091
1055
  args: UpdateIntegrationCommandInput,
1092
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1056
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
1093
1057
  ): void;
1094
1058
  updateIntegration(
1095
1059
  args: UpdateIntegrationCommandInput,
1096
1060
  options: __HttpHandlerOptions,
1097
- cb: (err: any, data?: UpdateIntegrationCommandOutput) => void
1061
+ cb: (err: any, data?: UpdateIntegrationCommandOutput) => void,
1098
1062
  ): void;
1099
1063
  updateLensReview(
1100
1064
  args: UpdateLensReviewCommandInput,
1101
- options?: __HttpHandlerOptions
1065
+ options?: __HttpHandlerOptions,
1102
1066
  ): Promise<UpdateLensReviewCommandOutput>;
1103
1067
  updateLensReview(
1104
1068
  args: UpdateLensReviewCommandInput,
1105
- cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
1069
+ cb: (err: any, data?: UpdateLensReviewCommandOutput) => void,
1106
1070
  ): void;
1107
1071
  updateLensReview(
1108
1072
  args: UpdateLensReviewCommandInput,
1109
1073
  options: __HttpHandlerOptions,
1110
- cb: (err: any, data?: UpdateLensReviewCommandOutput) => void
1074
+ cb: (err: any, data?: UpdateLensReviewCommandOutput) => void,
1111
1075
  ): void;
1112
1076
  updateProfile(
1113
1077
  args: UpdateProfileCommandInput,
1114
- options?: __HttpHandlerOptions
1078
+ options?: __HttpHandlerOptions,
1115
1079
  ): Promise<UpdateProfileCommandOutput>;
1116
1080
  updateProfile(
1117
1081
  args: UpdateProfileCommandInput,
1118
- cb: (err: any, data?: UpdateProfileCommandOutput) => void
1082
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void,
1119
1083
  ): void;
1120
1084
  updateProfile(
1121
1085
  args: UpdateProfileCommandInput,
1122
1086
  options: __HttpHandlerOptions,
1123
- cb: (err: any, data?: UpdateProfileCommandOutput) => void
1087
+ cb: (err: any, data?: UpdateProfileCommandOutput) => void,
1124
1088
  ): void;
1125
1089
  updateReviewTemplate(
1126
1090
  args: UpdateReviewTemplateCommandInput,
1127
- options?: __HttpHandlerOptions
1091
+ options?: __HttpHandlerOptions,
1128
1092
  ): Promise<UpdateReviewTemplateCommandOutput>;
1129
1093
  updateReviewTemplate(
1130
1094
  args: UpdateReviewTemplateCommandInput,
1131
- cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void
1095
+ cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void,
1132
1096
  ): void;
1133
1097
  updateReviewTemplate(
1134
1098
  args: UpdateReviewTemplateCommandInput,
1135
1099
  options: __HttpHandlerOptions,
1136
- cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void
1100
+ cb: (err: any, data?: UpdateReviewTemplateCommandOutput) => void,
1137
1101
  ): void;
1138
1102
  updateReviewTemplateAnswer(
1139
1103
  args: UpdateReviewTemplateAnswerCommandInput,
1140
- options?: __HttpHandlerOptions
1104
+ options?: __HttpHandlerOptions,
1141
1105
  ): Promise<UpdateReviewTemplateAnswerCommandOutput>;
1142
1106
  updateReviewTemplateAnswer(
1143
1107
  args: UpdateReviewTemplateAnswerCommandInput,
1144
- cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void
1108
+ cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void,
1145
1109
  ): void;
1146
1110
  updateReviewTemplateAnswer(
1147
1111
  args: UpdateReviewTemplateAnswerCommandInput,
1148
1112
  options: __HttpHandlerOptions,
1149
- cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void
1113
+ cb: (err: any, data?: UpdateReviewTemplateAnswerCommandOutput) => void,
1150
1114
  ): void;
1151
1115
  updateReviewTemplateLensReview(
1152
1116
  args: UpdateReviewTemplateLensReviewCommandInput,
1153
- options?: __HttpHandlerOptions
1117
+ options?: __HttpHandlerOptions,
1154
1118
  ): Promise<UpdateReviewTemplateLensReviewCommandOutput>;
1155
1119
  updateReviewTemplateLensReview(
1156
1120
  args: UpdateReviewTemplateLensReviewCommandInput,
1157
- cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void
1121
+ cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void,
1158
1122
  ): void;
1159
1123
  updateReviewTemplateLensReview(
1160
1124
  args: UpdateReviewTemplateLensReviewCommandInput,
1161
1125
  options: __HttpHandlerOptions,
1162
- cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void
1126
+ cb: (err: any, data?: UpdateReviewTemplateLensReviewCommandOutput) => void,
1163
1127
  ): void;
1164
1128
  updateShareInvitation(
1165
1129
  args: UpdateShareInvitationCommandInput,
1166
- options?: __HttpHandlerOptions
1130
+ options?: __HttpHandlerOptions,
1167
1131
  ): Promise<UpdateShareInvitationCommandOutput>;
1168
1132
  updateShareInvitation(
1169
1133
  args: UpdateShareInvitationCommandInput,
1170
- cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void
1134
+ cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void,
1171
1135
  ): void;
1172
1136
  updateShareInvitation(
1173
1137
  args: UpdateShareInvitationCommandInput,
1174
1138
  options: __HttpHandlerOptions,
1175
- cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void
1139
+ cb: (err: any, data?: UpdateShareInvitationCommandOutput) => void,
1176
1140
  ): void;
1177
1141
  updateWorkload(
1178
1142
  args: UpdateWorkloadCommandInput,
1179
- options?: __HttpHandlerOptions
1143
+ options?: __HttpHandlerOptions,
1180
1144
  ): Promise<UpdateWorkloadCommandOutput>;
1181
1145
  updateWorkload(
1182
1146
  args: UpdateWorkloadCommandInput,
1183
- cb: (err: any, data?: UpdateWorkloadCommandOutput) => void
1147
+ cb: (err: any, data?: UpdateWorkloadCommandOutput) => void,
1184
1148
  ): void;
1185
1149
  updateWorkload(
1186
1150
  args: UpdateWorkloadCommandInput,
1187
1151
  options: __HttpHandlerOptions,
1188
- cb: (err: any, data?: UpdateWorkloadCommandOutput) => void
1152
+ cb: (err: any, data?: UpdateWorkloadCommandOutput) => void,
1189
1153
  ): void;
1190
1154
  updateWorkloadShare(
1191
1155
  args: UpdateWorkloadShareCommandInput,
1192
- options?: __HttpHandlerOptions
1156
+ options?: __HttpHandlerOptions,
1193
1157
  ): Promise<UpdateWorkloadShareCommandOutput>;
1194
1158
  updateWorkloadShare(
1195
1159
  args: UpdateWorkloadShareCommandInput,
1196
- cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void
1160
+ cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void,
1197
1161
  ): void;
1198
1162
  updateWorkloadShare(
1199
1163
  args: UpdateWorkloadShareCommandInput,
1200
1164
  options: __HttpHandlerOptions,
1201
- cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void
1165
+ cb: (err: any, data?: UpdateWorkloadShareCommandOutput) => void,
1202
1166
  ): void;
1203
1167
  upgradeLensReview(
1204
1168
  args: UpgradeLensReviewCommandInput,
1205
- options?: __HttpHandlerOptions
1169
+ options?: __HttpHandlerOptions,
1206
1170
  ): Promise<UpgradeLensReviewCommandOutput>;
1207
1171
  upgradeLensReview(
1208
1172
  args: UpgradeLensReviewCommandInput,
1209
- cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void
1173
+ cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void,
1210
1174
  ): void;
1211
1175
  upgradeLensReview(
1212
1176
  args: UpgradeLensReviewCommandInput,
1213
1177
  options: __HttpHandlerOptions,
1214
- cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void
1178
+ cb: (err: any, data?: UpgradeLensReviewCommandOutput) => void,
1215
1179
  ): void;
1216
1180
  upgradeProfileVersion(
1217
1181
  args: UpgradeProfileVersionCommandInput,
1218
- options?: __HttpHandlerOptions
1182
+ options?: __HttpHandlerOptions,
1219
1183
  ): Promise<UpgradeProfileVersionCommandOutput>;
1220
1184
  upgradeProfileVersion(
1221
1185
  args: UpgradeProfileVersionCommandInput,
1222
- cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void
1186
+ cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void,
1223
1187
  ): void;
1224
1188
  upgradeProfileVersion(
1225
1189
  args: UpgradeProfileVersionCommandInput,
1226
1190
  options: __HttpHandlerOptions,
1227
- cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void
1191
+ cb: (err: any, data?: UpgradeProfileVersionCommandOutput) => void,
1228
1192
  ): void;
1229
1193
  upgradeReviewTemplateLensReview(
1230
1194
  args: UpgradeReviewTemplateLensReviewCommandInput,
1231
- options?: __HttpHandlerOptions
1195
+ options?: __HttpHandlerOptions,
1232
1196
  ): Promise<UpgradeReviewTemplateLensReviewCommandOutput>;
1233
1197
  upgradeReviewTemplateLensReview(
1234
1198
  args: UpgradeReviewTemplateLensReviewCommandInput,
1235
- cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void
1199
+ cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void,
1236
1200
  ): void;
1237
1201
  upgradeReviewTemplateLensReview(
1238
1202
  args: UpgradeReviewTemplateLensReviewCommandInput,
1239
1203
  options: __HttpHandlerOptions,
1240
- cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void
1204
+ cb: (err: any, data?: UpgradeReviewTemplateLensReviewCommandOutput) => void,
1241
1205
  ): void;
1242
1206
  paginateGetConsolidatedReport(
1243
1207
  args: GetConsolidatedReportCommandInput,
1244
1208
  paginationConfig?: Pick<
1245
1209
  PaginationConfiguration,
1246
1210
  Exclude<keyof PaginationConfiguration, "client">
1247
- >
1211
+ >,
1248
1212
  ): Paginator<GetConsolidatedReportCommandOutput>;
1249
1213
  paginateListAnswers(
1250
1214
  args: ListAnswersCommandInput,
1251
1215
  paginationConfig?: Pick<
1252
1216
  PaginationConfiguration,
1253
1217
  Exclude<keyof PaginationConfiguration, "client">
1254
- >
1218
+ >,
1255
1219
  ): Paginator<ListAnswersCommandOutput>;
1256
1220
  paginateListCheckDetails(
1257
1221
  args: ListCheckDetailsCommandInput,
1258
1222
  paginationConfig?: Pick<
1259
1223
  PaginationConfiguration,
1260
1224
  Exclude<keyof PaginationConfiguration, "client">
1261
- >
1225
+ >,
1262
1226
  ): Paginator<ListCheckDetailsCommandOutput>;
1263
1227
  paginateListCheckSummaries(
1264
1228
  args: ListCheckSummariesCommandInput,
1265
1229
  paginationConfig?: Pick<
1266
1230
  PaginationConfiguration,
1267
1231
  Exclude<keyof PaginationConfiguration, "client">
1268
- >
1232
+ >,
1269
1233
  ): Paginator<ListCheckSummariesCommandOutput>;
1270
1234
  paginateListLenses(
1271
1235
  args?: ListLensesCommandInput,
1272
1236
  paginationConfig?: Pick<
1273
1237
  PaginationConfiguration,
1274
1238
  Exclude<keyof PaginationConfiguration, "client">
1275
- >
1239
+ >,
1276
1240
  ): Paginator<ListLensesCommandOutput>;
1277
1241
  paginateListLensReviewImprovements(
1278
1242
  args: ListLensReviewImprovementsCommandInput,
1279
1243
  paginationConfig?: Pick<
1280
1244
  PaginationConfiguration,
1281
1245
  Exclude<keyof PaginationConfiguration, "client">
1282
- >
1246
+ >,
1283
1247
  ): Paginator<ListLensReviewImprovementsCommandOutput>;
1284
1248
  paginateListLensReviews(
1285
1249
  args: ListLensReviewsCommandInput,
1286
1250
  paginationConfig?: Pick<
1287
1251
  PaginationConfiguration,
1288
1252
  Exclude<keyof PaginationConfiguration, "client">
1289
- >
1253
+ >,
1290
1254
  ): Paginator<ListLensReviewsCommandOutput>;
1291
1255
  paginateListLensShares(
1292
1256
  args: ListLensSharesCommandInput,
1293
1257
  paginationConfig?: Pick<
1294
1258
  PaginationConfiguration,
1295
1259
  Exclude<keyof PaginationConfiguration, "client">
1296
- >
1260
+ >,
1297
1261
  ): Paginator<ListLensSharesCommandOutput>;
1298
1262
  paginateListMilestones(
1299
1263
  args: ListMilestonesCommandInput,
1300
1264
  paginationConfig?: Pick<
1301
1265
  PaginationConfiguration,
1302
1266
  Exclude<keyof PaginationConfiguration, "client">
1303
- >
1267
+ >,
1304
1268
  ): Paginator<ListMilestonesCommandOutput>;
1305
1269
  paginateListNotifications(
1306
1270
  args?: ListNotificationsCommandInput,
1307
1271
  paginationConfig?: Pick<
1308
1272
  PaginationConfiguration,
1309
1273
  Exclude<keyof PaginationConfiguration, "client">
1310
- >
1274
+ >,
1311
1275
  ): Paginator<ListNotificationsCommandOutput>;
1312
1276
  paginateListProfileNotifications(
1313
1277
  args?: ListProfileNotificationsCommandInput,
1314
1278
  paginationConfig?: Pick<
1315
1279
  PaginationConfiguration,
1316
1280
  Exclude<keyof PaginationConfiguration, "client">
1317
- >
1281
+ >,
1318
1282
  ): Paginator<ListProfileNotificationsCommandOutput>;
1319
1283
  paginateListProfiles(
1320
1284
  args?: ListProfilesCommandInput,
1321
1285
  paginationConfig?: Pick<
1322
1286
  PaginationConfiguration,
1323
1287
  Exclude<keyof PaginationConfiguration, "client">
1324
- >
1288
+ >,
1325
1289
  ): Paginator<ListProfilesCommandOutput>;
1326
1290
  paginateListProfileShares(
1327
1291
  args: ListProfileSharesCommandInput,
1328
1292
  paginationConfig?: Pick<
1329
1293
  PaginationConfiguration,
1330
1294
  Exclude<keyof PaginationConfiguration, "client">
1331
- >
1295
+ >,
1332
1296
  ): Paginator<ListProfileSharesCommandOutput>;
1333
1297
  paginateListReviewTemplateAnswers(
1334
1298
  args: ListReviewTemplateAnswersCommandInput,
1335
1299
  paginationConfig?: Pick<
1336
1300
  PaginationConfiguration,
1337
1301
  Exclude<keyof PaginationConfiguration, "client">
1338
- >
1302
+ >,
1339
1303
  ): Paginator<ListReviewTemplateAnswersCommandOutput>;
1340
1304
  paginateListReviewTemplates(
1341
1305
  args?: ListReviewTemplatesCommandInput,
1342
1306
  paginationConfig?: Pick<
1343
1307
  PaginationConfiguration,
1344
1308
  Exclude<keyof PaginationConfiguration, "client">
1345
- >
1309
+ >,
1346
1310
  ): Paginator<ListReviewTemplatesCommandOutput>;
1347
1311
  paginateListShareInvitations(
1348
1312
  args?: ListShareInvitationsCommandInput,
1349
1313
  paginationConfig?: Pick<
1350
1314
  PaginationConfiguration,
1351
1315
  Exclude<keyof PaginationConfiguration, "client">
1352
- >
1316
+ >,
1353
1317
  ): Paginator<ListShareInvitationsCommandOutput>;
1354
1318
  paginateListTemplateShares(
1355
1319
  args: ListTemplateSharesCommandInput,
1356
1320
  paginationConfig?: Pick<
1357
1321
  PaginationConfiguration,
1358
1322
  Exclude<keyof PaginationConfiguration, "client">
1359
- >
1323
+ >,
1360
1324
  ): Paginator<ListTemplateSharesCommandOutput>;
1361
1325
  paginateListWorkloads(
1362
1326
  args?: ListWorkloadsCommandInput,
1363
1327
  paginationConfig?: Pick<
1364
1328
  PaginationConfiguration,
1365
1329
  Exclude<keyof PaginationConfiguration, "client">
1366
- >
1330
+ >,
1367
1331
  ): Paginator<ListWorkloadsCommandOutput>;
1368
1332
  paginateListWorkloadShares(
1369
1333
  args: ListWorkloadSharesCommandInput,
1370
1334
  paginationConfig?: Pick<
1371
1335
  PaginationConfiguration,
1372
1336
  Exclude<keyof PaginationConfiguration, "client">
1373
- >
1337
+ >,
1374
1338
  ): Paginator<ListWorkloadSharesCommandOutput>;
1375
1339
  }
1376
- export declare class WellArchitected
1377
- extends WellArchitectedClient
1378
- implements WellArchitected {}
1340
+ export declare class WellArchitected extends WellArchitectedClient implements WellArchitected {}