@aws-sdk/client-wellarchitected 3.928.0 → 3.930.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 +3065 -3099
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WellArchitectedClient.js +2 -0
  4. package/dist-es/commands/AssociateLensesCommand.js +3 -9
  5. package/dist-es/commands/AssociateProfilesCommand.js +3 -9
  6. package/dist-es/commands/CreateLensShareCommand.js +3 -9
  7. package/dist-es/commands/CreateLensVersionCommand.js +3 -9
  8. package/dist-es/commands/CreateMilestoneCommand.js +3 -9
  9. package/dist-es/commands/CreateProfileCommand.js +3 -9
  10. package/dist-es/commands/CreateProfileShareCommand.js +3 -9
  11. package/dist-es/commands/CreateReviewTemplateCommand.js +3 -9
  12. package/dist-es/commands/CreateTemplateShareCommand.js +3 -9
  13. package/dist-es/commands/CreateWorkloadCommand.js +3 -9
  14. package/dist-es/commands/CreateWorkloadShareCommand.js +3 -9
  15. package/dist-es/commands/DeleteLensCommand.js +3 -9
  16. package/dist-es/commands/DeleteLensShareCommand.js +3 -9
  17. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  18. package/dist-es/commands/DeleteProfileShareCommand.js +3 -9
  19. package/dist-es/commands/DeleteReviewTemplateCommand.js +3 -9
  20. package/dist-es/commands/DeleteTemplateShareCommand.js +3 -9
  21. package/dist-es/commands/DeleteWorkloadCommand.js +3 -9
  22. package/dist-es/commands/DeleteWorkloadShareCommand.js +3 -9
  23. package/dist-es/commands/DisassociateLensesCommand.js +3 -9
  24. package/dist-es/commands/DisassociateProfilesCommand.js +3 -9
  25. package/dist-es/commands/ExportLensCommand.js +3 -9
  26. package/dist-es/commands/GetAnswerCommand.js +3 -9
  27. package/dist-es/commands/GetConsolidatedReportCommand.js +3 -9
  28. package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
  29. package/dist-es/commands/GetLensCommand.js +3 -9
  30. package/dist-es/commands/GetLensReviewCommand.js +3 -9
  31. package/dist-es/commands/GetLensReviewReportCommand.js +3 -9
  32. package/dist-es/commands/GetLensVersionDifferenceCommand.js +3 -9
  33. package/dist-es/commands/GetMilestoneCommand.js +3 -9
  34. package/dist-es/commands/GetProfileCommand.js +3 -9
  35. package/dist-es/commands/GetProfileTemplateCommand.js +3 -9
  36. package/dist-es/commands/GetReviewTemplateAnswerCommand.js +3 -9
  37. package/dist-es/commands/GetReviewTemplateCommand.js +3 -9
  38. package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +3 -9
  39. package/dist-es/commands/GetWorkloadCommand.js +3 -9
  40. package/dist-es/commands/ImportLensCommand.js +3 -9
  41. package/dist-es/commands/ListAnswersCommand.js +3 -9
  42. package/dist-es/commands/ListCheckDetailsCommand.js +3 -9
  43. package/dist-es/commands/ListCheckSummariesCommand.js +3 -9
  44. package/dist-es/commands/ListLensReviewImprovementsCommand.js +3 -9
  45. package/dist-es/commands/ListLensReviewsCommand.js +3 -9
  46. package/dist-es/commands/ListLensSharesCommand.js +3 -9
  47. package/dist-es/commands/ListLensesCommand.js +3 -9
  48. package/dist-es/commands/ListMilestonesCommand.js +3 -9
  49. package/dist-es/commands/ListNotificationsCommand.js +3 -9
  50. package/dist-es/commands/ListProfileNotificationsCommand.js +3 -9
  51. package/dist-es/commands/ListProfileSharesCommand.js +3 -9
  52. package/dist-es/commands/ListProfilesCommand.js +3 -9
  53. package/dist-es/commands/ListReviewTemplateAnswersCommand.js +3 -9
  54. package/dist-es/commands/ListReviewTemplatesCommand.js +3 -9
  55. package/dist-es/commands/ListShareInvitationsCommand.js +3 -9
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  57. package/dist-es/commands/ListTemplateSharesCommand.js +3 -9
  58. package/dist-es/commands/ListWorkloadSharesCommand.js +3 -9
  59. package/dist-es/commands/ListWorkloadsCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateAnswerCommand.js +3 -9
  63. package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
  64. package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
  65. package/dist-es/commands/UpdateLensReviewCommand.js +3 -9
  66. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  67. package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +3 -9
  68. package/dist-es/commands/UpdateReviewTemplateCommand.js +3 -9
  69. package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +3 -9
  70. package/dist-es/commands/UpdateShareInvitationCommand.js +3 -9
  71. package/dist-es/commands/UpdateWorkloadCommand.js +3 -9
  72. package/dist-es/commands/UpdateWorkloadShareCommand.js +3 -9
  73. package/dist-es/commands/UpgradeLensReviewCommand.js +3 -9
  74. package/dist-es/commands/UpgradeProfileVersionCommand.js +3 -9
  75. package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +3 -9
  76. package/dist-es/runtimeConfig.shared.js +2 -0
  77. package/dist-es/schemas/schemas_0.js +2945 -0
  78. package/dist-types/WellArchitectedClient.d.ts +10 -1
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  80. package/dist-types/runtimeConfig.d.ts +1 -0
  81. package/dist-types/runtimeConfig.native.d.ts +1 -0
  82. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  83. package/dist-types/schemas/schemas_0.d.ts +337 -0
  84. package/dist-types/ts3.4/WellArchitectedClient.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +343 -0
  90. package/package.json +33 -34
  91. package/dist-es/protocols/Aws_restJson1.js +0 -2599
  92. package/dist-types/protocols/Aws_restJson1.d.ts +0 -650
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -869
@@ -1,869 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateLensesCommandInput,
8
- AssociateLensesCommandOutput,
9
- } from "../commands/AssociateLensesCommand";
10
- import {
11
- AssociateProfilesCommandInput,
12
- AssociateProfilesCommandOutput,
13
- } from "../commands/AssociateProfilesCommand";
14
- import {
15
- CreateLensShareCommandInput,
16
- CreateLensShareCommandOutput,
17
- } from "../commands/CreateLensShareCommand";
18
- import {
19
- CreateLensVersionCommandInput,
20
- CreateLensVersionCommandOutput,
21
- } from "../commands/CreateLensVersionCommand";
22
- import {
23
- CreateMilestoneCommandInput,
24
- CreateMilestoneCommandOutput,
25
- } from "../commands/CreateMilestoneCommand";
26
- import {
27
- CreateProfileCommandInput,
28
- CreateProfileCommandOutput,
29
- } from "../commands/CreateProfileCommand";
30
- import {
31
- CreateProfileShareCommandInput,
32
- CreateProfileShareCommandOutput,
33
- } from "../commands/CreateProfileShareCommand";
34
- import {
35
- CreateReviewTemplateCommandInput,
36
- CreateReviewTemplateCommandOutput,
37
- } from "../commands/CreateReviewTemplateCommand";
38
- import {
39
- CreateTemplateShareCommandInput,
40
- CreateTemplateShareCommandOutput,
41
- } from "../commands/CreateTemplateShareCommand";
42
- import {
43
- CreateWorkloadCommandInput,
44
- CreateWorkloadCommandOutput,
45
- } from "../commands/CreateWorkloadCommand";
46
- import {
47
- CreateWorkloadShareCommandInput,
48
- CreateWorkloadShareCommandOutput,
49
- } from "../commands/CreateWorkloadShareCommand";
50
- import {
51
- DeleteLensCommandInput,
52
- DeleteLensCommandOutput,
53
- } from "../commands/DeleteLensCommand";
54
- import {
55
- DeleteLensShareCommandInput,
56
- DeleteLensShareCommandOutput,
57
- } from "../commands/DeleteLensShareCommand";
58
- import {
59
- DeleteProfileCommandInput,
60
- DeleteProfileCommandOutput,
61
- } from "../commands/DeleteProfileCommand";
62
- import {
63
- DeleteProfileShareCommandInput,
64
- DeleteProfileShareCommandOutput,
65
- } from "../commands/DeleteProfileShareCommand";
66
- import {
67
- DeleteReviewTemplateCommandInput,
68
- DeleteReviewTemplateCommandOutput,
69
- } from "../commands/DeleteReviewTemplateCommand";
70
- import {
71
- DeleteTemplateShareCommandInput,
72
- DeleteTemplateShareCommandOutput,
73
- } from "../commands/DeleteTemplateShareCommand";
74
- import {
75
- DeleteWorkloadCommandInput,
76
- DeleteWorkloadCommandOutput,
77
- } from "../commands/DeleteWorkloadCommand";
78
- import {
79
- DeleteWorkloadShareCommandInput,
80
- DeleteWorkloadShareCommandOutput,
81
- } from "../commands/DeleteWorkloadShareCommand";
82
- import {
83
- DisassociateLensesCommandInput,
84
- DisassociateLensesCommandOutput,
85
- } from "../commands/DisassociateLensesCommand";
86
- import {
87
- DisassociateProfilesCommandInput,
88
- DisassociateProfilesCommandOutput,
89
- } from "../commands/DisassociateProfilesCommand";
90
- import {
91
- ExportLensCommandInput,
92
- ExportLensCommandOutput,
93
- } from "../commands/ExportLensCommand";
94
- import {
95
- GetAnswerCommandInput,
96
- GetAnswerCommandOutput,
97
- } from "../commands/GetAnswerCommand";
98
- import {
99
- GetConsolidatedReportCommandInput,
100
- GetConsolidatedReportCommandOutput,
101
- } from "../commands/GetConsolidatedReportCommand";
102
- import {
103
- GetGlobalSettingsCommandInput,
104
- GetGlobalSettingsCommandOutput,
105
- } from "../commands/GetGlobalSettingsCommand";
106
- import {
107
- GetLensCommandInput,
108
- GetLensCommandOutput,
109
- } from "../commands/GetLensCommand";
110
- import {
111
- GetLensReviewCommandInput,
112
- GetLensReviewCommandOutput,
113
- } from "../commands/GetLensReviewCommand";
114
- import {
115
- GetLensReviewReportCommandInput,
116
- GetLensReviewReportCommandOutput,
117
- } from "../commands/GetLensReviewReportCommand";
118
- import {
119
- GetLensVersionDifferenceCommandInput,
120
- GetLensVersionDifferenceCommandOutput,
121
- } from "../commands/GetLensVersionDifferenceCommand";
122
- import {
123
- GetMilestoneCommandInput,
124
- GetMilestoneCommandOutput,
125
- } from "../commands/GetMilestoneCommand";
126
- import {
127
- GetProfileCommandInput,
128
- GetProfileCommandOutput,
129
- } from "../commands/GetProfileCommand";
130
- import {
131
- GetProfileTemplateCommandInput,
132
- GetProfileTemplateCommandOutput,
133
- } from "../commands/GetProfileTemplateCommand";
134
- import {
135
- GetReviewTemplateAnswerCommandInput,
136
- GetReviewTemplateAnswerCommandOutput,
137
- } from "../commands/GetReviewTemplateAnswerCommand";
138
- import {
139
- GetReviewTemplateCommandInput,
140
- GetReviewTemplateCommandOutput,
141
- } from "../commands/GetReviewTemplateCommand";
142
- import {
143
- GetReviewTemplateLensReviewCommandInput,
144
- GetReviewTemplateLensReviewCommandOutput,
145
- } 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";
158
- import {
159
- ListCheckDetailsCommandInput,
160
- ListCheckDetailsCommandOutput,
161
- } from "../commands/ListCheckDetailsCommand";
162
- import {
163
- ListCheckSummariesCommandInput,
164
- ListCheckSummariesCommandOutput,
165
- } from "../commands/ListCheckSummariesCommand";
166
- import {
167
- ListLensesCommandInput,
168
- ListLensesCommandOutput,
169
- } from "../commands/ListLensesCommand";
170
- import {
171
- ListLensReviewImprovementsCommandInput,
172
- ListLensReviewImprovementsCommandOutput,
173
- } from "../commands/ListLensReviewImprovementsCommand";
174
- import {
175
- ListLensReviewsCommandInput,
176
- ListLensReviewsCommandOutput,
177
- } from "../commands/ListLensReviewsCommand";
178
- import {
179
- ListLensSharesCommandInput,
180
- ListLensSharesCommandOutput,
181
- } from "../commands/ListLensSharesCommand";
182
- import {
183
- ListMilestonesCommandInput,
184
- ListMilestonesCommandOutput,
185
- } from "../commands/ListMilestonesCommand";
186
- import {
187
- ListNotificationsCommandInput,
188
- ListNotificationsCommandOutput,
189
- } from "../commands/ListNotificationsCommand";
190
- import {
191
- ListProfileNotificationsCommandInput,
192
- ListProfileNotificationsCommandOutput,
193
- } from "../commands/ListProfileNotificationsCommand";
194
- import {
195
- ListProfilesCommandInput,
196
- ListProfilesCommandOutput,
197
- } from "../commands/ListProfilesCommand";
198
- import {
199
- ListProfileSharesCommandInput,
200
- ListProfileSharesCommandOutput,
201
- } from "../commands/ListProfileSharesCommand";
202
- import {
203
- ListReviewTemplateAnswersCommandInput,
204
- ListReviewTemplateAnswersCommandOutput,
205
- } from "../commands/ListReviewTemplateAnswersCommand";
206
- import {
207
- ListReviewTemplatesCommandInput,
208
- ListReviewTemplatesCommandOutput,
209
- } from "../commands/ListReviewTemplatesCommand";
210
- import {
211
- ListShareInvitationsCommandInput,
212
- ListShareInvitationsCommandOutput,
213
- } from "../commands/ListShareInvitationsCommand";
214
- import {
215
- ListTagsForResourceCommandInput,
216
- ListTagsForResourceCommandOutput,
217
- } from "../commands/ListTagsForResourceCommand";
218
- import {
219
- ListTemplateSharesCommandInput,
220
- ListTemplateSharesCommandOutput,
221
- } from "../commands/ListTemplateSharesCommand";
222
- import {
223
- ListWorkloadsCommandInput,
224
- ListWorkloadsCommandOutput,
225
- } from "../commands/ListWorkloadsCommand";
226
- import {
227
- ListWorkloadSharesCommandInput,
228
- ListWorkloadSharesCommandOutput,
229
- } from "../commands/ListWorkloadSharesCommand";
230
- import {
231
- TagResourceCommandInput,
232
- TagResourceCommandOutput,
233
- } from "../commands/TagResourceCommand";
234
- import {
235
- UntagResourceCommandInput,
236
- UntagResourceCommandOutput,
237
- } from "../commands/UntagResourceCommand";
238
- import {
239
- UpdateAnswerCommandInput,
240
- UpdateAnswerCommandOutput,
241
- } from "../commands/UpdateAnswerCommand";
242
- import {
243
- UpdateGlobalSettingsCommandInput,
244
- UpdateGlobalSettingsCommandOutput,
245
- } from "../commands/UpdateGlobalSettingsCommand";
246
- import {
247
- UpdateIntegrationCommandInput,
248
- UpdateIntegrationCommandOutput,
249
- } from "../commands/UpdateIntegrationCommand";
250
- import {
251
- UpdateLensReviewCommandInput,
252
- UpdateLensReviewCommandOutput,
253
- } from "../commands/UpdateLensReviewCommand";
254
- import {
255
- UpdateProfileCommandInput,
256
- UpdateProfileCommandOutput,
257
- } from "../commands/UpdateProfileCommand";
258
- import {
259
- UpdateReviewTemplateAnswerCommandInput,
260
- UpdateReviewTemplateAnswerCommandOutput,
261
- } from "../commands/UpdateReviewTemplateAnswerCommand";
262
- import {
263
- UpdateReviewTemplateCommandInput,
264
- UpdateReviewTemplateCommandOutput,
265
- } from "../commands/UpdateReviewTemplateCommand";
266
- import {
267
- UpdateReviewTemplateLensReviewCommandInput,
268
- UpdateReviewTemplateLensReviewCommandOutput,
269
- } from "../commands/UpdateReviewTemplateLensReviewCommand";
270
- import {
271
- UpdateShareInvitationCommandInput,
272
- UpdateShareInvitationCommandOutput,
273
- } from "../commands/UpdateShareInvitationCommand";
274
- import {
275
- UpdateWorkloadCommandInput,
276
- UpdateWorkloadCommandOutput,
277
- } from "../commands/UpdateWorkloadCommand";
278
- import {
279
- UpdateWorkloadShareCommandInput,
280
- UpdateWorkloadShareCommandOutput,
281
- } from "../commands/UpdateWorkloadShareCommand";
282
- import {
283
- UpgradeLensReviewCommandInput,
284
- UpgradeLensReviewCommandOutput,
285
- } from "../commands/UpgradeLensReviewCommand";
286
- import {
287
- UpgradeProfileVersionCommandInput,
288
- UpgradeProfileVersionCommandOutput,
289
- } from "../commands/UpgradeProfileVersionCommand";
290
- import {
291
- UpgradeReviewTemplateLensReviewCommandInput,
292
- UpgradeReviewTemplateLensReviewCommandOutput,
293
- } from "../commands/UpgradeReviewTemplateLensReviewCommand";
294
- export declare const se_AssociateLensesCommand: (
295
- input: AssociateLensesCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_AssociateProfilesCommand: (
299
- input: AssociateProfilesCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateLensShareCommand: (
303
- input: CreateLensShareCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateLensVersionCommand: (
307
- input: CreateLensVersionCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateMilestoneCommand: (
311
- input: CreateMilestoneCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_CreateProfileCommand: (
315
- input: CreateProfileCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateProfileShareCommand: (
319
- input: CreateProfileShareCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateReviewTemplateCommand: (
323
- input: CreateReviewTemplateCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateTemplateShareCommand: (
327
- input: CreateTemplateShareCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateWorkloadCommand: (
331
- input: CreateWorkloadCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateWorkloadShareCommand: (
335
- input: CreateWorkloadShareCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DeleteLensCommand: (
339
- input: DeleteLensCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DeleteLensShareCommand: (
343
- input: DeleteLensShareCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_DeleteProfileCommand: (
347
- input: DeleteProfileCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_DeleteProfileShareCommand: (
351
- input: DeleteProfileShareCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_DeleteReviewTemplateCommand: (
355
- input: DeleteReviewTemplateCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteTemplateShareCommand: (
359
- input: DeleteTemplateShareCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteWorkloadCommand: (
363
- input: DeleteWorkloadCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteWorkloadShareCommand: (
367
- input: DeleteWorkloadShareCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DisassociateLensesCommand: (
371
- input: DisassociateLensesCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DisassociateProfilesCommand: (
375
- input: DisassociateProfilesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ExportLensCommand: (
379
- input: ExportLensCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_GetAnswerCommand: (
383
- input: GetAnswerCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetConsolidatedReportCommand: (
387
- input: GetConsolidatedReportCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_GetGlobalSettingsCommand: (
391
- input: GetGlobalSettingsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_GetLensCommand: (
395
- input: GetLensCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_GetLensReviewCommand: (
399
- input: GetLensReviewCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_GetLensReviewReportCommand: (
403
- input: GetLensReviewReportCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_GetLensVersionDifferenceCommand: (
407
- input: GetLensVersionDifferenceCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_GetMilestoneCommand: (
411
- input: GetMilestoneCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_GetProfileCommand: (
415
- input: GetProfileCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_GetProfileTemplateCommand: (
419
- input: GetProfileTemplateCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_GetReviewTemplateCommand: (
423
- input: GetReviewTemplateCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_GetReviewTemplateAnswerCommand: (
427
- input: GetReviewTemplateAnswerCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_GetReviewTemplateLensReviewCommand: (
431
- input: GetReviewTemplateLensReviewCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_GetWorkloadCommand: (
435
- input: GetWorkloadCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_ImportLensCommand: (
439
- input: ImportLensCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_ListAnswersCommand: (
443
- input: ListAnswersCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_ListCheckDetailsCommand: (
447
- input: ListCheckDetailsCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ListCheckSummariesCommand: (
451
- input: ListCheckSummariesCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_ListLensesCommand: (
455
- input: ListLensesCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_ListLensReviewImprovementsCommand: (
459
- input: ListLensReviewImprovementsCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_ListLensReviewsCommand: (
463
- input: ListLensReviewsCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_ListLensSharesCommand: (
467
- input: ListLensSharesCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListMilestonesCommand: (
471
- input: ListMilestonesCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_ListNotificationsCommand: (
475
- input: ListNotificationsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_ListProfileNotificationsCommand: (
479
- input: ListProfileNotificationsCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_ListProfilesCommand: (
483
- input: ListProfilesCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_ListProfileSharesCommand: (
487
- input: ListProfileSharesCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_ListReviewTemplateAnswersCommand: (
491
- input: ListReviewTemplateAnswersCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_ListReviewTemplatesCommand: (
495
- input: ListReviewTemplatesCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_ListShareInvitationsCommand: (
499
- input: ListShareInvitationsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_ListTagsForResourceCommand: (
503
- input: ListTagsForResourceCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_ListTemplateSharesCommand: (
507
- input: ListTemplateSharesCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const se_ListWorkloadsCommand: (
511
- input: ListWorkloadsCommandInput,
512
- context: __SerdeContext
513
- ) => Promise<__HttpRequest>;
514
- export declare const se_ListWorkloadSharesCommand: (
515
- input: ListWorkloadSharesCommandInput,
516
- context: __SerdeContext
517
- ) => Promise<__HttpRequest>;
518
- export declare const se_TagResourceCommand: (
519
- input: TagResourceCommandInput,
520
- context: __SerdeContext
521
- ) => Promise<__HttpRequest>;
522
- export declare const se_UntagResourceCommand: (
523
- input: UntagResourceCommandInput,
524
- context: __SerdeContext
525
- ) => Promise<__HttpRequest>;
526
- export declare const se_UpdateAnswerCommand: (
527
- input: UpdateAnswerCommandInput,
528
- context: __SerdeContext
529
- ) => Promise<__HttpRequest>;
530
- export declare const se_UpdateGlobalSettingsCommand: (
531
- input: UpdateGlobalSettingsCommandInput,
532
- context: __SerdeContext
533
- ) => Promise<__HttpRequest>;
534
- export declare const se_UpdateIntegrationCommand: (
535
- input: UpdateIntegrationCommandInput,
536
- context: __SerdeContext
537
- ) => Promise<__HttpRequest>;
538
- export declare const se_UpdateLensReviewCommand: (
539
- input: UpdateLensReviewCommandInput,
540
- context: __SerdeContext
541
- ) => Promise<__HttpRequest>;
542
- export declare const se_UpdateProfileCommand: (
543
- input: UpdateProfileCommandInput,
544
- context: __SerdeContext
545
- ) => Promise<__HttpRequest>;
546
- export declare const se_UpdateReviewTemplateCommand: (
547
- input: UpdateReviewTemplateCommandInput,
548
- context: __SerdeContext
549
- ) => Promise<__HttpRequest>;
550
- export declare const se_UpdateReviewTemplateAnswerCommand: (
551
- input: UpdateReviewTemplateAnswerCommandInput,
552
- context: __SerdeContext
553
- ) => Promise<__HttpRequest>;
554
- export declare const se_UpdateReviewTemplateLensReviewCommand: (
555
- input: UpdateReviewTemplateLensReviewCommandInput,
556
- context: __SerdeContext
557
- ) => Promise<__HttpRequest>;
558
- export declare const se_UpdateShareInvitationCommand: (
559
- input: UpdateShareInvitationCommandInput,
560
- context: __SerdeContext
561
- ) => Promise<__HttpRequest>;
562
- export declare const se_UpdateWorkloadCommand: (
563
- input: UpdateWorkloadCommandInput,
564
- context: __SerdeContext
565
- ) => Promise<__HttpRequest>;
566
- export declare const se_UpdateWorkloadShareCommand: (
567
- input: UpdateWorkloadShareCommandInput,
568
- context: __SerdeContext
569
- ) => Promise<__HttpRequest>;
570
- export declare const se_UpgradeLensReviewCommand: (
571
- input: UpgradeLensReviewCommandInput,
572
- context: __SerdeContext
573
- ) => Promise<__HttpRequest>;
574
- export declare const se_UpgradeProfileVersionCommand: (
575
- input: UpgradeProfileVersionCommandInput,
576
- context: __SerdeContext
577
- ) => Promise<__HttpRequest>;
578
- export declare const se_UpgradeReviewTemplateLensReviewCommand: (
579
- input: UpgradeReviewTemplateLensReviewCommandInput,
580
- context: __SerdeContext
581
- ) => Promise<__HttpRequest>;
582
- export declare const de_AssociateLensesCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<AssociateLensesCommandOutput>;
586
- export declare const de_AssociateProfilesCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<AssociateProfilesCommandOutput>;
590
- export declare const de_CreateLensShareCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateLensShareCommandOutput>;
594
- export declare const de_CreateLensVersionCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateLensVersionCommandOutput>;
598
- export declare const de_CreateMilestoneCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreateMilestoneCommandOutput>;
602
- export declare const de_CreateProfileCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreateProfileCommandOutput>;
606
- export declare const de_CreateProfileShareCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateProfileShareCommandOutput>;
610
- export declare const de_CreateReviewTemplateCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<CreateReviewTemplateCommandOutput>;
614
- export declare const de_CreateTemplateShareCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<CreateTemplateShareCommandOutput>;
618
- export declare const de_CreateWorkloadCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<CreateWorkloadCommandOutput>;
622
- export declare const de_CreateWorkloadShareCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<CreateWorkloadShareCommandOutput>;
626
- export declare const de_DeleteLensCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DeleteLensCommandOutput>;
630
- export declare const de_DeleteLensShareCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteLensShareCommandOutput>;
634
- export declare const de_DeleteProfileCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteProfileCommandOutput>;
638
- export declare const de_DeleteProfileShareCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteProfileShareCommandOutput>;
642
- export declare const de_DeleteReviewTemplateCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DeleteReviewTemplateCommandOutput>;
646
- export declare const de_DeleteTemplateShareCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DeleteTemplateShareCommandOutput>;
650
- export declare const de_DeleteWorkloadCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DeleteWorkloadCommandOutput>;
654
- export declare const de_DeleteWorkloadShareCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DeleteWorkloadShareCommandOutput>;
658
- export declare const de_DisassociateLensesCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DisassociateLensesCommandOutput>;
662
- export declare const de_DisassociateProfilesCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DisassociateProfilesCommandOutput>;
666
- export declare const de_ExportLensCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ExportLensCommandOutput>;
670
- export declare const de_GetAnswerCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<GetAnswerCommandOutput>;
674
- export declare const de_GetConsolidatedReportCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<GetConsolidatedReportCommandOutput>;
678
- export declare const de_GetGlobalSettingsCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<GetGlobalSettingsCommandOutput>;
682
- export declare const de_GetLensCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<GetLensCommandOutput>;
686
- export declare const de_GetLensReviewCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<GetLensReviewCommandOutput>;
690
- export declare const de_GetLensReviewReportCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<GetLensReviewReportCommandOutput>;
694
- export declare const de_GetLensVersionDifferenceCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<GetLensVersionDifferenceCommandOutput>;
698
- export declare const de_GetMilestoneCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<GetMilestoneCommandOutput>;
702
- export declare const de_GetProfileCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<GetProfileCommandOutput>;
706
- export declare const de_GetProfileTemplateCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<GetProfileTemplateCommandOutput>;
710
- export declare const de_GetReviewTemplateCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<GetReviewTemplateCommandOutput>;
714
- export declare const de_GetReviewTemplateAnswerCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<GetReviewTemplateAnswerCommandOutput>;
718
- export declare const de_GetReviewTemplateLensReviewCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<GetReviewTemplateLensReviewCommandOutput>;
722
- export declare const de_GetWorkloadCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<GetWorkloadCommandOutput>;
726
- export declare const de_ImportLensCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<ImportLensCommandOutput>;
730
- export declare const de_ListAnswersCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<ListAnswersCommandOutput>;
734
- export declare const de_ListCheckDetailsCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<ListCheckDetailsCommandOutput>;
738
- export declare const de_ListCheckSummariesCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<ListCheckSummariesCommandOutput>;
742
- export declare const de_ListLensesCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<ListLensesCommandOutput>;
746
- export declare const de_ListLensReviewImprovementsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<ListLensReviewImprovementsCommandOutput>;
750
- export declare const de_ListLensReviewsCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<ListLensReviewsCommandOutput>;
754
- export declare const de_ListLensSharesCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<ListLensSharesCommandOutput>;
758
- export declare const de_ListMilestonesCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<ListMilestonesCommandOutput>;
762
- export declare const de_ListNotificationsCommand: (
763
- output: __HttpResponse,
764
- context: __SerdeContext
765
- ) => Promise<ListNotificationsCommandOutput>;
766
- export declare const de_ListProfileNotificationsCommand: (
767
- output: __HttpResponse,
768
- context: __SerdeContext
769
- ) => Promise<ListProfileNotificationsCommandOutput>;
770
- export declare const de_ListProfilesCommand: (
771
- output: __HttpResponse,
772
- context: __SerdeContext
773
- ) => Promise<ListProfilesCommandOutput>;
774
- export declare const de_ListProfileSharesCommand: (
775
- output: __HttpResponse,
776
- context: __SerdeContext
777
- ) => Promise<ListProfileSharesCommandOutput>;
778
- export declare const de_ListReviewTemplateAnswersCommand: (
779
- output: __HttpResponse,
780
- context: __SerdeContext
781
- ) => Promise<ListReviewTemplateAnswersCommandOutput>;
782
- export declare const de_ListReviewTemplatesCommand: (
783
- output: __HttpResponse,
784
- context: __SerdeContext
785
- ) => Promise<ListReviewTemplatesCommandOutput>;
786
- export declare const de_ListShareInvitationsCommand: (
787
- output: __HttpResponse,
788
- context: __SerdeContext
789
- ) => Promise<ListShareInvitationsCommandOutput>;
790
- export declare const de_ListTagsForResourceCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<ListTagsForResourceCommandOutput>;
794
- export declare const de_ListTemplateSharesCommand: (
795
- output: __HttpResponse,
796
- context: __SerdeContext
797
- ) => Promise<ListTemplateSharesCommandOutput>;
798
- export declare const de_ListWorkloadsCommand: (
799
- output: __HttpResponse,
800
- context: __SerdeContext
801
- ) => Promise<ListWorkloadsCommandOutput>;
802
- export declare const de_ListWorkloadSharesCommand: (
803
- output: __HttpResponse,
804
- context: __SerdeContext
805
- ) => Promise<ListWorkloadSharesCommandOutput>;
806
- export declare const de_TagResourceCommand: (
807
- output: __HttpResponse,
808
- context: __SerdeContext
809
- ) => Promise<TagResourceCommandOutput>;
810
- export declare const de_UntagResourceCommand: (
811
- output: __HttpResponse,
812
- context: __SerdeContext
813
- ) => Promise<UntagResourceCommandOutput>;
814
- export declare const de_UpdateAnswerCommand: (
815
- output: __HttpResponse,
816
- context: __SerdeContext
817
- ) => Promise<UpdateAnswerCommandOutput>;
818
- export declare const de_UpdateGlobalSettingsCommand: (
819
- output: __HttpResponse,
820
- context: __SerdeContext
821
- ) => Promise<UpdateGlobalSettingsCommandOutput>;
822
- export declare const de_UpdateIntegrationCommand: (
823
- output: __HttpResponse,
824
- context: __SerdeContext
825
- ) => Promise<UpdateIntegrationCommandOutput>;
826
- export declare const de_UpdateLensReviewCommand: (
827
- output: __HttpResponse,
828
- context: __SerdeContext
829
- ) => Promise<UpdateLensReviewCommandOutput>;
830
- export declare const de_UpdateProfileCommand: (
831
- output: __HttpResponse,
832
- context: __SerdeContext
833
- ) => Promise<UpdateProfileCommandOutput>;
834
- export declare const de_UpdateReviewTemplateCommand: (
835
- output: __HttpResponse,
836
- context: __SerdeContext
837
- ) => Promise<UpdateReviewTemplateCommandOutput>;
838
- export declare const de_UpdateReviewTemplateAnswerCommand: (
839
- output: __HttpResponse,
840
- context: __SerdeContext
841
- ) => Promise<UpdateReviewTemplateAnswerCommandOutput>;
842
- export declare const de_UpdateReviewTemplateLensReviewCommand: (
843
- output: __HttpResponse,
844
- context: __SerdeContext
845
- ) => Promise<UpdateReviewTemplateLensReviewCommandOutput>;
846
- export declare const de_UpdateShareInvitationCommand: (
847
- output: __HttpResponse,
848
- context: __SerdeContext
849
- ) => Promise<UpdateShareInvitationCommandOutput>;
850
- export declare const de_UpdateWorkloadCommand: (
851
- output: __HttpResponse,
852
- context: __SerdeContext
853
- ) => Promise<UpdateWorkloadCommandOutput>;
854
- export declare const de_UpdateWorkloadShareCommand: (
855
- output: __HttpResponse,
856
- context: __SerdeContext
857
- ) => Promise<UpdateWorkloadShareCommandOutput>;
858
- export declare const de_UpgradeLensReviewCommand: (
859
- output: __HttpResponse,
860
- context: __SerdeContext
861
- ) => Promise<UpgradeLensReviewCommandOutput>;
862
- export declare const de_UpgradeProfileVersionCommand: (
863
- output: __HttpResponse,
864
- context: __SerdeContext
865
- ) => Promise<UpgradeProfileVersionCommandOutput>;
866
- export declare const de_UpgradeReviewTemplateLensReviewCommand: (
867
- output: __HttpResponse,
868
- context: __SerdeContext
869
- ) => Promise<UpgradeReviewTemplateLensReviewCommandOutput>;