@aws-sdk/client-wellarchitected 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +40 -40
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,1503 +1,1598 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
export declare enum ChoiceReason {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
export declare enum ChoiceStatus {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export interface ChoiceAnswer {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export interface ValidationExceptionField {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
export interface ChoiceUpdate {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
export
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
export interface
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
export interface
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
export interface
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
}
|
|
713
|
-
export declare enum
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
export interface
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
export interface
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
export
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
export
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
export
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
export
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
Message: string | undefined;
|
|
9
|
+
|
|
10
|
+
constructor(
|
|
11
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface ChoiceContent {
|
|
16
|
+
DisplayText?: string;
|
|
17
|
+
|
|
18
|
+
Url?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare enum AdditionalResourceType {
|
|
21
|
+
HELPFUL_RESOURCE = "HELPFUL_RESOURCE",
|
|
22
|
+
IMPROVEMENT_PLAN = "IMPROVEMENT_PLAN",
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface AdditionalResources {
|
|
26
|
+
Type?: AdditionalResourceType | string;
|
|
27
|
+
|
|
28
|
+
Content?: ChoiceContent[];
|
|
29
|
+
}
|
|
30
|
+
export declare enum ChoiceReason {
|
|
31
|
+
ARCHITECTURE_CONSTRAINTS = "ARCHITECTURE_CONSTRAINTS",
|
|
32
|
+
BUSINESS_PRIORITIES = "BUSINESS_PRIORITIES",
|
|
33
|
+
NONE = "NONE",
|
|
34
|
+
OTHER = "OTHER",
|
|
35
|
+
OUT_OF_SCOPE = "OUT_OF_SCOPE",
|
|
36
|
+
}
|
|
37
|
+
export declare enum ChoiceStatus {
|
|
38
|
+
NOT_APPLICABLE = "NOT_APPLICABLE",
|
|
39
|
+
SELECTED = "SELECTED",
|
|
40
|
+
UNSELECTED = "UNSELECTED",
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface ChoiceAnswer {
|
|
44
|
+
ChoiceId?: string;
|
|
45
|
+
|
|
46
|
+
Status?: ChoiceStatus | string;
|
|
47
|
+
|
|
48
|
+
Reason?: ChoiceReason | string;
|
|
49
|
+
|
|
50
|
+
Notes?: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface Choice {
|
|
54
|
+
ChoiceId?: string;
|
|
55
|
+
|
|
56
|
+
Title?: string;
|
|
57
|
+
|
|
58
|
+
Description?: string;
|
|
59
|
+
|
|
60
|
+
HelpfulResource?: ChoiceContent;
|
|
61
|
+
|
|
62
|
+
ImprovementPlan?: ChoiceContent;
|
|
63
|
+
|
|
64
|
+
AdditionalResources?: AdditionalResources[];
|
|
65
|
+
}
|
|
66
|
+
export declare enum AnswerReason {
|
|
67
|
+
ARCHITECTURE_CONSTRAINTS = "ARCHITECTURE_CONSTRAINTS",
|
|
68
|
+
BUSINESS_PRIORITIES = "BUSINESS_PRIORITIES",
|
|
69
|
+
NONE = "NONE",
|
|
70
|
+
OTHER = "OTHER",
|
|
71
|
+
OUT_OF_SCOPE = "OUT_OF_SCOPE",
|
|
72
|
+
}
|
|
73
|
+
export declare enum Risk {
|
|
74
|
+
HIGH = "HIGH",
|
|
75
|
+
MEDIUM = "MEDIUM",
|
|
76
|
+
NONE = "NONE",
|
|
77
|
+
NOT_APPLICABLE = "NOT_APPLICABLE",
|
|
78
|
+
UNANSWERED = "UNANSWERED",
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface Answer {
|
|
82
|
+
QuestionId?: string;
|
|
83
|
+
|
|
84
|
+
PillarId?: string;
|
|
85
|
+
|
|
86
|
+
QuestionTitle?: string;
|
|
87
|
+
|
|
88
|
+
QuestionDescription?: string;
|
|
89
|
+
|
|
90
|
+
ImprovementPlanUrl?: string;
|
|
91
|
+
|
|
92
|
+
HelpfulResourceUrl?: string;
|
|
93
|
+
|
|
94
|
+
HelpfulResourceDisplayText?: string;
|
|
95
|
+
|
|
96
|
+
Choices?: Choice[];
|
|
97
|
+
|
|
98
|
+
SelectedChoices?: string[];
|
|
99
|
+
|
|
100
|
+
ChoiceAnswers?: ChoiceAnswer[];
|
|
101
|
+
|
|
102
|
+
IsApplicable?: boolean;
|
|
103
|
+
|
|
104
|
+
Risk?: Risk | string;
|
|
105
|
+
|
|
106
|
+
Notes?: string;
|
|
107
|
+
|
|
108
|
+
Reason?: AnswerReason | string;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface ChoiceAnswerSummary {
|
|
112
|
+
ChoiceId?: string;
|
|
113
|
+
|
|
114
|
+
Status?: ChoiceStatus | string;
|
|
115
|
+
|
|
116
|
+
Reason?: ChoiceReason | string;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface AnswerSummary {
|
|
120
|
+
QuestionId?: string;
|
|
121
|
+
|
|
122
|
+
PillarId?: string;
|
|
123
|
+
|
|
124
|
+
QuestionTitle?: string;
|
|
125
|
+
|
|
126
|
+
Choices?: Choice[];
|
|
127
|
+
|
|
128
|
+
SelectedChoices?: string[];
|
|
129
|
+
|
|
130
|
+
ChoiceAnswerSummaries?: ChoiceAnswerSummary[];
|
|
131
|
+
|
|
132
|
+
IsApplicable?: boolean;
|
|
133
|
+
|
|
134
|
+
Risk?: Risk | string;
|
|
135
|
+
|
|
136
|
+
Reason?: AnswerReason | string;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface AssociateLensesInput {
|
|
140
|
+
WorkloadId: string | undefined;
|
|
141
|
+
|
|
142
|
+
LensAliases: string[] | undefined;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export declare class ConflictException extends __BaseException {
|
|
146
|
+
readonly name: "ConflictException";
|
|
147
|
+
readonly $fault: "client";
|
|
148
|
+
|
|
149
|
+
Message: string | undefined;
|
|
150
|
+
|
|
151
|
+
ResourceId: string | undefined;
|
|
152
|
+
|
|
153
|
+
ResourceType: string | undefined;
|
|
154
|
+
|
|
155
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
export declare class InternalServerException extends __BaseException {
|
|
159
|
+
readonly name: "InternalServerException";
|
|
160
|
+
readonly $fault: "server";
|
|
161
|
+
|
|
162
|
+
Message: string | undefined;
|
|
163
|
+
|
|
164
|
+
constructor(
|
|
165
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
170
|
+
readonly name: "ResourceNotFoundException";
|
|
171
|
+
readonly $fault: "client";
|
|
172
|
+
|
|
173
|
+
Message: string | undefined;
|
|
174
|
+
|
|
175
|
+
ResourceId: string | undefined;
|
|
176
|
+
|
|
177
|
+
ResourceType: string | undefined;
|
|
178
|
+
|
|
179
|
+
constructor(
|
|
180
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export declare class ThrottlingException extends __BaseException {
|
|
185
|
+
readonly name: "ThrottlingException";
|
|
186
|
+
readonly $fault: "client";
|
|
187
|
+
|
|
188
|
+
Message: string | undefined;
|
|
189
|
+
|
|
190
|
+
QuotaCode?: string;
|
|
191
|
+
|
|
192
|
+
ServiceCode?: string;
|
|
193
|
+
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface ValidationExceptionField {
|
|
200
|
+
Name: string | undefined;
|
|
201
|
+
|
|
202
|
+
Message: string | undefined;
|
|
203
|
+
}
|
|
204
|
+
export declare enum ValidationExceptionReason {
|
|
205
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
206
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
207
|
+
OTHER = "OTHER",
|
|
208
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
export declare class ValidationException extends __BaseException {
|
|
212
|
+
readonly name: "ValidationException";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
|
|
215
|
+
Message: string | undefined;
|
|
216
|
+
|
|
217
|
+
Reason?: ValidationExceptionReason | string;
|
|
218
|
+
|
|
219
|
+
Fields?: ValidationExceptionField[];
|
|
220
|
+
|
|
221
|
+
constructor(
|
|
222
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
export interface ChoiceImprovementPlan {
|
|
227
|
+
ChoiceId?: string;
|
|
228
|
+
|
|
229
|
+
DisplayText?: string;
|
|
230
|
+
|
|
231
|
+
ImprovementPlanUrl?: string;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface ChoiceUpdate {
|
|
235
|
+
Status: ChoiceStatus | string | undefined;
|
|
236
|
+
|
|
237
|
+
Reason?: ChoiceReason | string;
|
|
238
|
+
|
|
239
|
+
Notes?: string;
|
|
240
|
+
}
|
|
241
|
+
export interface CreateLensShareInput {
|
|
242
|
+
LensAlias: string | undefined;
|
|
243
|
+
|
|
244
|
+
SharedWith: string | undefined;
|
|
245
|
+
|
|
246
|
+
ClientRequestToken?: string;
|
|
247
|
+
}
|
|
248
|
+
export interface CreateLensShareOutput {
|
|
249
|
+
ShareId?: string;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
253
|
+
readonly name: "ServiceQuotaExceededException";
|
|
254
|
+
readonly $fault: "client";
|
|
255
|
+
|
|
256
|
+
Message: string | undefined;
|
|
257
|
+
|
|
258
|
+
ResourceId?: string;
|
|
259
|
+
|
|
260
|
+
ResourceType?: string;
|
|
261
|
+
|
|
262
|
+
QuotaCode: string | undefined;
|
|
263
|
+
|
|
264
|
+
ServiceCode: string | undefined;
|
|
265
|
+
|
|
266
|
+
constructor(
|
|
267
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
268
|
+
);
|
|
269
|
+
}
|
|
270
|
+
export interface CreateLensVersionInput {
|
|
271
|
+
LensAlias: string | undefined;
|
|
272
|
+
|
|
273
|
+
LensVersion: string | undefined;
|
|
274
|
+
|
|
275
|
+
IsMajorVersion?: boolean;
|
|
276
|
+
|
|
277
|
+
ClientRequestToken?: string;
|
|
278
|
+
}
|
|
279
|
+
export interface CreateLensVersionOutput {
|
|
280
|
+
LensArn?: string;
|
|
281
|
+
|
|
282
|
+
LensVersion?: string;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface CreateMilestoneInput {
|
|
286
|
+
WorkloadId: string | undefined;
|
|
287
|
+
|
|
288
|
+
MilestoneName: string | undefined;
|
|
289
|
+
|
|
290
|
+
ClientRequestToken?: string;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export interface CreateMilestoneOutput {
|
|
294
|
+
WorkloadId?: string;
|
|
295
|
+
|
|
296
|
+
MilestoneNumber?: number;
|
|
297
|
+
}
|
|
298
|
+
export declare enum WorkloadEnvironment {
|
|
299
|
+
PREPRODUCTION = "PREPRODUCTION",
|
|
300
|
+
PRODUCTION = "PRODUCTION",
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface CreateWorkloadInput {
|
|
304
|
+
WorkloadName: string | undefined;
|
|
305
|
+
|
|
306
|
+
Description: string | undefined;
|
|
307
|
+
|
|
308
|
+
Environment: WorkloadEnvironment | string | undefined;
|
|
309
|
+
|
|
310
|
+
AccountIds?: string[];
|
|
311
|
+
|
|
312
|
+
AwsRegions?: string[];
|
|
313
|
+
|
|
314
|
+
NonAwsRegions?: string[];
|
|
315
|
+
|
|
316
|
+
PillarPriorities?: string[];
|
|
317
|
+
|
|
318
|
+
ArchitecturalDesign?: string;
|
|
319
|
+
|
|
320
|
+
ReviewOwner?: string;
|
|
321
|
+
|
|
322
|
+
IndustryType?: string;
|
|
323
|
+
|
|
324
|
+
Industry?: string;
|
|
325
|
+
|
|
326
|
+
Lenses: string[] | undefined;
|
|
327
|
+
|
|
328
|
+
Notes?: string;
|
|
329
|
+
|
|
330
|
+
ClientRequestToken?: string;
|
|
331
|
+
|
|
332
|
+
Tags?: Record<string, string>;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface CreateWorkloadOutput {
|
|
336
|
+
WorkloadId?: string;
|
|
337
|
+
|
|
338
|
+
WorkloadArn?: string;
|
|
339
|
+
}
|
|
340
|
+
export declare enum PermissionType {
|
|
341
|
+
CONTRIBUTOR = "CONTRIBUTOR",
|
|
342
|
+
READONLY = "READONLY",
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
export interface CreateWorkloadShareInput {
|
|
346
|
+
WorkloadId: string | undefined;
|
|
347
|
+
|
|
348
|
+
SharedWith: string | undefined;
|
|
349
|
+
|
|
350
|
+
PermissionType: PermissionType | string | undefined;
|
|
351
|
+
|
|
352
|
+
ClientRequestToken?: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface CreateWorkloadShareOutput {
|
|
356
|
+
WorkloadId?: string;
|
|
357
|
+
|
|
358
|
+
ShareId?: string;
|
|
359
|
+
}
|
|
360
|
+
export declare enum LensStatusType {
|
|
361
|
+
ALL = "ALL",
|
|
362
|
+
DRAFT = "DRAFT",
|
|
363
|
+
PUBLISHED = "PUBLISHED",
|
|
364
|
+
}
|
|
365
|
+
export interface DeleteLensInput {
|
|
366
|
+
LensAlias: string | undefined;
|
|
367
|
+
|
|
368
|
+
ClientRequestToken?: string;
|
|
369
|
+
|
|
370
|
+
LensStatus: LensStatusType | string | undefined;
|
|
371
|
+
}
|
|
372
|
+
export interface DeleteLensShareInput {
|
|
373
|
+
ShareId: string | undefined;
|
|
374
|
+
|
|
375
|
+
LensAlias: string | undefined;
|
|
376
|
+
|
|
377
|
+
ClientRequestToken?: string;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export interface DeleteWorkloadInput {
|
|
381
|
+
WorkloadId: string | undefined;
|
|
382
|
+
|
|
383
|
+
ClientRequestToken?: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export interface DeleteWorkloadShareInput {
|
|
387
|
+
ShareId: string | undefined;
|
|
388
|
+
|
|
389
|
+
WorkloadId: string | undefined;
|
|
390
|
+
|
|
391
|
+
ClientRequestToken?: string;
|
|
392
|
+
}
|
|
393
|
+
export declare enum DifferenceStatus {
|
|
394
|
+
DELETED = "DELETED",
|
|
395
|
+
NEW = "NEW",
|
|
396
|
+
UPDATED = "UPDATED",
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
export interface DisassociateLensesInput {
|
|
400
|
+
WorkloadId: string | undefined;
|
|
401
|
+
|
|
402
|
+
LensAliases: string[] | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface ExportLensInput {
|
|
405
|
+
LensAlias: string | undefined;
|
|
406
|
+
|
|
407
|
+
LensVersion?: string;
|
|
408
|
+
}
|
|
409
|
+
export interface ExportLensOutput {
|
|
410
|
+
LensJSON?: string;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export interface GetAnswerInput {
|
|
414
|
+
WorkloadId: string | undefined;
|
|
415
|
+
|
|
416
|
+
LensAlias: string | undefined;
|
|
417
|
+
|
|
418
|
+
QuestionId: string | undefined;
|
|
419
|
+
|
|
420
|
+
MilestoneNumber?: number;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export interface GetAnswerOutput {
|
|
424
|
+
WorkloadId?: string;
|
|
425
|
+
|
|
426
|
+
MilestoneNumber?: number;
|
|
427
|
+
|
|
428
|
+
LensAlias?: string;
|
|
429
|
+
|
|
430
|
+
LensArn?: string;
|
|
431
|
+
|
|
432
|
+
Answer?: Answer;
|
|
433
|
+
}
|
|
434
|
+
export interface GetLensInput {
|
|
435
|
+
LensAlias: string | undefined;
|
|
436
|
+
|
|
437
|
+
LensVersion?: string;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface Lens {
|
|
441
|
+
LensArn?: string;
|
|
442
|
+
|
|
443
|
+
LensVersion?: string;
|
|
444
|
+
|
|
445
|
+
Name?: string;
|
|
446
|
+
|
|
447
|
+
Description?: string;
|
|
448
|
+
|
|
449
|
+
Owner?: string;
|
|
450
|
+
|
|
451
|
+
ShareInvitationId?: string;
|
|
452
|
+
|
|
453
|
+
Tags?: Record<string, string>;
|
|
454
|
+
}
|
|
455
|
+
export interface GetLensOutput {
|
|
456
|
+
Lens?: Lens;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface GetLensReviewInput {
|
|
460
|
+
WorkloadId: string | undefined;
|
|
461
|
+
|
|
462
|
+
LensAlias: string | undefined;
|
|
463
|
+
|
|
464
|
+
MilestoneNumber?: number;
|
|
465
|
+
}
|
|
466
|
+
export declare enum LensStatus {
|
|
467
|
+
CURRENT = "CURRENT",
|
|
468
|
+
DELETED = "DELETED",
|
|
469
|
+
DEPRECATED = "DEPRECATED",
|
|
470
|
+
NOT_CURRENT = "NOT_CURRENT",
|
|
471
|
+
UNSHARED = "UNSHARED",
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
export interface PillarReviewSummary {
|
|
475
|
+
PillarId?: string;
|
|
476
|
+
|
|
477
|
+
PillarName?: string;
|
|
478
|
+
|
|
479
|
+
Notes?: string;
|
|
480
|
+
|
|
481
|
+
RiskCounts?: Record<string, number>;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export interface LensReview {
|
|
485
|
+
LensAlias?: string;
|
|
486
|
+
|
|
487
|
+
LensArn?: string;
|
|
488
|
+
|
|
489
|
+
LensVersion?: string;
|
|
490
|
+
|
|
491
|
+
LensName?: string;
|
|
492
|
+
|
|
493
|
+
LensStatus?: LensStatus | string;
|
|
494
|
+
|
|
495
|
+
PillarReviewSummaries?: PillarReviewSummary[];
|
|
496
|
+
|
|
497
|
+
UpdatedAt?: Date;
|
|
498
|
+
|
|
499
|
+
Notes?: string;
|
|
500
|
+
|
|
501
|
+
RiskCounts?: Record<string, number>;
|
|
502
|
+
|
|
503
|
+
NextToken?: string;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
export interface GetLensReviewOutput {
|
|
507
|
+
WorkloadId?: string;
|
|
508
|
+
|
|
509
|
+
MilestoneNumber?: number;
|
|
510
|
+
|
|
511
|
+
LensReview?: LensReview;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
export interface GetLensReviewReportInput {
|
|
515
|
+
WorkloadId: string | undefined;
|
|
516
|
+
|
|
517
|
+
LensAlias: string | undefined;
|
|
518
|
+
|
|
519
|
+
MilestoneNumber?: number;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface LensReviewReport {
|
|
523
|
+
LensAlias?: string;
|
|
524
|
+
|
|
525
|
+
LensArn?: string;
|
|
526
|
+
|
|
527
|
+
Base64String?: string;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export interface GetLensReviewReportOutput {
|
|
531
|
+
WorkloadId?: string;
|
|
532
|
+
|
|
533
|
+
MilestoneNumber?: number;
|
|
534
|
+
|
|
535
|
+
LensReviewReport?: LensReviewReport;
|
|
536
|
+
}
|
|
537
|
+
export interface GetLensVersionDifferenceInput {
|
|
538
|
+
LensAlias: string | undefined;
|
|
539
|
+
|
|
540
|
+
BaseLensVersion?: string;
|
|
541
|
+
|
|
542
|
+
TargetLensVersion?: string;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface QuestionDifference {
|
|
546
|
+
QuestionId?: string;
|
|
547
|
+
|
|
548
|
+
QuestionTitle?: string;
|
|
549
|
+
|
|
550
|
+
DifferenceStatus?: DifferenceStatus | string;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export interface PillarDifference {
|
|
554
|
+
PillarId?: string;
|
|
555
|
+
|
|
556
|
+
PillarName?: string;
|
|
557
|
+
|
|
558
|
+
DifferenceStatus?: DifferenceStatus | string;
|
|
559
|
+
|
|
560
|
+
QuestionDifferences?: QuestionDifference[];
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface VersionDifferences {
|
|
564
|
+
PillarDifferences?: PillarDifference[];
|
|
565
|
+
}
|
|
566
|
+
export interface GetLensVersionDifferenceOutput {
|
|
567
|
+
LensAlias?: string;
|
|
568
|
+
|
|
569
|
+
LensArn?: string;
|
|
570
|
+
|
|
571
|
+
BaseLensVersion?: string;
|
|
572
|
+
|
|
573
|
+
TargetLensVersion?: string;
|
|
574
|
+
|
|
575
|
+
LatestLensVersion?: string;
|
|
576
|
+
|
|
577
|
+
VersionDifferences?: VersionDifferences;
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export interface GetMilestoneInput {
|
|
581
|
+
WorkloadId: string | undefined;
|
|
582
|
+
|
|
583
|
+
MilestoneNumber: number | undefined;
|
|
584
|
+
}
|
|
585
|
+
export declare enum WorkloadImprovementStatus {
|
|
586
|
+
COMPLETE = "COMPLETE",
|
|
587
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
588
|
+
NOT_APPLICABLE = "NOT_APPLICABLE",
|
|
589
|
+
NOT_STARTED = "NOT_STARTED",
|
|
590
|
+
RISK_ACKNOWLEDGED = "RISK_ACKNOWLEDGED",
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
export interface Workload {
|
|
594
|
+
WorkloadId?: string;
|
|
595
|
+
|
|
596
|
+
WorkloadArn?: string;
|
|
597
|
+
|
|
598
|
+
WorkloadName?: string;
|
|
599
|
+
|
|
600
|
+
Description?: string;
|
|
601
|
+
|
|
602
|
+
Environment?: WorkloadEnvironment | string;
|
|
603
|
+
|
|
604
|
+
UpdatedAt?: Date;
|
|
605
|
+
|
|
606
|
+
AccountIds?: string[];
|
|
607
|
+
|
|
608
|
+
AwsRegions?: string[];
|
|
609
|
+
|
|
610
|
+
NonAwsRegions?: string[];
|
|
611
|
+
|
|
612
|
+
ArchitecturalDesign?: string;
|
|
613
|
+
|
|
614
|
+
ReviewOwner?: string;
|
|
615
|
+
|
|
616
|
+
ReviewRestrictionDate?: Date;
|
|
617
|
+
|
|
618
|
+
IsReviewOwnerUpdateAcknowledged?: boolean;
|
|
619
|
+
|
|
620
|
+
IndustryType?: string;
|
|
621
|
+
|
|
622
|
+
Industry?: string;
|
|
623
|
+
|
|
624
|
+
Notes?: string;
|
|
625
|
+
|
|
626
|
+
ImprovementStatus?: WorkloadImprovementStatus | string;
|
|
627
|
+
|
|
628
|
+
RiskCounts?: Record<string, number>;
|
|
629
|
+
|
|
630
|
+
PillarPriorities?: string[];
|
|
631
|
+
|
|
632
|
+
Lenses?: string[];
|
|
633
|
+
|
|
634
|
+
Owner?: string;
|
|
635
|
+
|
|
636
|
+
ShareInvitationId?: string;
|
|
637
|
+
|
|
638
|
+
Tags?: Record<string, string>;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
export interface Milestone {
|
|
642
|
+
MilestoneNumber?: number;
|
|
643
|
+
|
|
644
|
+
MilestoneName?: string;
|
|
645
|
+
|
|
646
|
+
RecordedAt?: Date;
|
|
647
|
+
|
|
648
|
+
Workload?: Workload;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
export interface GetMilestoneOutput {
|
|
652
|
+
WorkloadId?: string;
|
|
653
|
+
|
|
654
|
+
Milestone?: Milestone;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export interface GetWorkloadInput {
|
|
658
|
+
WorkloadId: string | undefined;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
export interface GetWorkloadOutput {
|
|
662
|
+
Workload?: Workload;
|
|
663
|
+
}
|
|
664
|
+
export interface ImportLensInput {
|
|
665
|
+
LensAlias?: string;
|
|
666
|
+
|
|
667
|
+
JSONString: string | undefined;
|
|
668
|
+
|
|
669
|
+
ClientRequestToken?: string;
|
|
670
|
+
|
|
671
|
+
Tags?: Record<string, string>;
|
|
672
|
+
}
|
|
673
|
+
export declare enum ImportLensStatus {
|
|
674
|
+
COMPLETE = "COMPLETE",
|
|
675
|
+
ERROR = "ERROR",
|
|
676
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
677
|
+
}
|
|
678
|
+
export interface ImportLensOutput {
|
|
679
|
+
LensArn?: string;
|
|
680
|
+
|
|
681
|
+
Status?: ImportLensStatus | string;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export interface ImprovementSummary {
|
|
685
|
+
QuestionId?: string;
|
|
686
|
+
|
|
687
|
+
PillarId?: string;
|
|
688
|
+
|
|
689
|
+
QuestionTitle?: string;
|
|
690
|
+
|
|
691
|
+
Risk?: Risk | string;
|
|
692
|
+
|
|
693
|
+
ImprovementPlanUrl?: string;
|
|
694
|
+
|
|
695
|
+
ImprovementPlans?: ChoiceImprovementPlan[];
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export interface LensReviewSummary {
|
|
699
|
+
LensAlias?: string;
|
|
700
|
+
|
|
701
|
+
LensArn?: string;
|
|
702
|
+
|
|
703
|
+
LensVersion?: string;
|
|
704
|
+
|
|
705
|
+
LensName?: string;
|
|
706
|
+
|
|
707
|
+
LensStatus?: LensStatus | string;
|
|
708
|
+
|
|
709
|
+
UpdatedAt?: Date;
|
|
710
|
+
|
|
711
|
+
RiskCounts?: Record<string, number>;
|
|
712
|
+
}
|
|
713
|
+
export declare enum ShareStatus {
|
|
714
|
+
ACCEPTED = "ACCEPTED",
|
|
715
|
+
ASSOCIATED = "ASSOCIATED",
|
|
716
|
+
ASSOCIATING = "ASSOCIATING",
|
|
717
|
+
EXPIRED = "EXPIRED",
|
|
718
|
+
FAILED = "FAILED",
|
|
719
|
+
PENDING = "PENDING",
|
|
720
|
+
REJECTED = "REJECTED",
|
|
721
|
+
REVOKED = "REVOKED",
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
export interface LensShareSummary {
|
|
725
|
+
ShareId?: string;
|
|
726
|
+
|
|
727
|
+
SharedWith?: string;
|
|
728
|
+
|
|
729
|
+
Status?: ShareStatus | string;
|
|
730
|
+
|
|
731
|
+
StatusMessage?: string;
|
|
732
|
+
}
|
|
733
|
+
export declare enum LensType {
|
|
734
|
+
AWS_OFFICIAL = "AWS_OFFICIAL",
|
|
735
|
+
CUSTOM_SELF = "CUSTOM_SELF",
|
|
736
|
+
CUSTOM_SHARED = "CUSTOM_SHARED",
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
export interface LensSummary {
|
|
740
|
+
LensArn?: string;
|
|
741
|
+
|
|
742
|
+
LensAlias?: string;
|
|
743
|
+
|
|
744
|
+
LensName?: string;
|
|
745
|
+
|
|
746
|
+
LensType?: LensType | string;
|
|
747
|
+
|
|
748
|
+
Description?: string;
|
|
749
|
+
|
|
750
|
+
CreatedAt?: Date;
|
|
751
|
+
|
|
752
|
+
UpdatedAt?: Date;
|
|
753
|
+
|
|
754
|
+
LensVersion?: string;
|
|
755
|
+
|
|
756
|
+
Owner?: string;
|
|
757
|
+
|
|
758
|
+
LensStatus?: LensStatus | string;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export interface LensUpgradeSummary {
|
|
762
|
+
WorkloadId?: string;
|
|
763
|
+
|
|
764
|
+
WorkloadName?: string;
|
|
765
|
+
|
|
766
|
+
LensAlias?: string;
|
|
767
|
+
|
|
768
|
+
LensArn?: string;
|
|
769
|
+
|
|
770
|
+
CurrentLensVersion?: string;
|
|
771
|
+
|
|
772
|
+
LatestLensVersion?: string;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
export interface ListAnswersInput {
|
|
776
|
+
WorkloadId: string | undefined;
|
|
777
|
+
|
|
778
|
+
LensAlias: string | undefined;
|
|
779
|
+
|
|
780
|
+
PillarId?: string;
|
|
781
|
+
|
|
782
|
+
MilestoneNumber?: number;
|
|
783
|
+
|
|
784
|
+
NextToken?: string;
|
|
785
|
+
|
|
786
|
+
MaxResults?: number;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export interface ListAnswersOutput {
|
|
790
|
+
WorkloadId?: string;
|
|
791
|
+
|
|
792
|
+
MilestoneNumber?: number;
|
|
793
|
+
|
|
794
|
+
LensAlias?: string;
|
|
795
|
+
|
|
796
|
+
LensArn?: string;
|
|
797
|
+
|
|
798
|
+
AnswerSummaries?: AnswerSummary[];
|
|
799
|
+
|
|
800
|
+
NextToken?: string;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export interface ListLensesInput {
|
|
804
|
+
NextToken?: string;
|
|
805
|
+
|
|
806
|
+
MaxResults?: number;
|
|
807
|
+
|
|
808
|
+
LensType?: LensType | string;
|
|
809
|
+
|
|
810
|
+
LensStatus?: LensStatusType | string;
|
|
811
|
+
|
|
812
|
+
LensName?: string;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export interface ListLensesOutput {
|
|
816
|
+
LensSummaries?: LensSummary[];
|
|
817
|
+
|
|
818
|
+
NextToken?: string;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export interface ListLensReviewImprovementsInput {
|
|
822
|
+
WorkloadId: string | undefined;
|
|
823
|
+
|
|
824
|
+
LensAlias: string | undefined;
|
|
825
|
+
|
|
826
|
+
PillarId?: string;
|
|
827
|
+
|
|
828
|
+
MilestoneNumber?: number;
|
|
829
|
+
|
|
830
|
+
NextToken?: string;
|
|
831
|
+
|
|
832
|
+
MaxResults?: number;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
export interface ListLensReviewImprovementsOutput {
|
|
836
|
+
WorkloadId?: string;
|
|
837
|
+
|
|
838
|
+
MilestoneNumber?: number;
|
|
839
|
+
|
|
840
|
+
LensAlias?: string;
|
|
841
|
+
|
|
842
|
+
LensArn?: string;
|
|
843
|
+
|
|
844
|
+
ImprovementSummaries?: ImprovementSummary[];
|
|
845
|
+
|
|
846
|
+
NextToken?: string;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export interface ListLensReviewsInput {
|
|
850
|
+
WorkloadId: string | undefined;
|
|
851
|
+
|
|
852
|
+
MilestoneNumber?: number;
|
|
853
|
+
|
|
854
|
+
NextToken?: string;
|
|
855
|
+
|
|
856
|
+
MaxResults?: number;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
export interface ListLensReviewsOutput {
|
|
860
|
+
WorkloadId?: string;
|
|
861
|
+
|
|
862
|
+
MilestoneNumber?: number;
|
|
863
|
+
|
|
864
|
+
LensReviewSummaries?: LensReviewSummary[];
|
|
865
|
+
|
|
866
|
+
NextToken?: string;
|
|
867
|
+
}
|
|
868
|
+
export interface ListLensSharesInput {
|
|
869
|
+
LensAlias: string | undefined;
|
|
870
|
+
|
|
871
|
+
SharedWithPrefix?: string;
|
|
872
|
+
|
|
873
|
+
NextToken?: string;
|
|
874
|
+
|
|
875
|
+
MaxResults?: number;
|
|
876
|
+
|
|
877
|
+
Status?: ShareStatus | string;
|
|
878
|
+
}
|
|
879
|
+
export interface ListLensSharesOutput {
|
|
880
|
+
LensShareSummaries?: LensShareSummary[];
|
|
881
|
+
|
|
882
|
+
NextToken?: string;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
export interface ListMilestonesInput {
|
|
886
|
+
WorkloadId: string | undefined;
|
|
887
|
+
|
|
888
|
+
NextToken?: string;
|
|
889
|
+
|
|
890
|
+
MaxResults?: number;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface WorkloadSummary {
|
|
894
|
+
WorkloadId?: string;
|
|
895
|
+
|
|
896
|
+
WorkloadArn?: string;
|
|
897
|
+
|
|
898
|
+
WorkloadName?: string;
|
|
899
|
+
|
|
900
|
+
Owner?: string;
|
|
901
|
+
|
|
902
|
+
UpdatedAt?: Date;
|
|
903
|
+
|
|
904
|
+
Lenses?: string[];
|
|
905
|
+
|
|
906
|
+
RiskCounts?: Record<string, number>;
|
|
907
|
+
|
|
908
|
+
ImprovementStatus?: WorkloadImprovementStatus | string;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
export interface MilestoneSummary {
|
|
912
|
+
MilestoneNumber?: number;
|
|
913
|
+
|
|
914
|
+
MilestoneName?: string;
|
|
915
|
+
|
|
916
|
+
RecordedAt?: Date;
|
|
917
|
+
|
|
918
|
+
WorkloadSummary?: WorkloadSummary;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
export interface ListMilestonesOutput {
|
|
922
|
+
WorkloadId?: string;
|
|
923
|
+
|
|
924
|
+
MilestoneSummaries?: MilestoneSummary[];
|
|
925
|
+
|
|
926
|
+
NextToken?: string;
|
|
927
|
+
}
|
|
928
|
+
export interface ListNotificationsInput {
|
|
929
|
+
WorkloadId?: string;
|
|
930
|
+
|
|
931
|
+
NextToken?: string;
|
|
932
|
+
|
|
933
|
+
MaxResults?: number;
|
|
934
|
+
}
|
|
935
|
+
export declare enum NotificationType {
|
|
936
|
+
LENS_VERSION_DEPRECATED = "LENS_VERSION_DEPRECATED",
|
|
937
|
+
LENS_VERSION_UPGRADED = "LENS_VERSION_UPGRADED",
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
export interface NotificationSummary {
|
|
941
|
+
Type?: NotificationType | string;
|
|
942
|
+
|
|
943
|
+
LensUpgradeSummary?: LensUpgradeSummary;
|
|
944
|
+
}
|
|
945
|
+
export interface ListNotificationsOutput {
|
|
946
|
+
NotificationSummaries?: NotificationSummary[];
|
|
947
|
+
|
|
948
|
+
NextToken?: string;
|
|
949
|
+
}
|
|
950
|
+
export declare enum ShareResourceType {
|
|
951
|
+
LENS = "LENS",
|
|
952
|
+
WORKLOAD = "WORKLOAD",
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
export interface ListShareInvitationsInput {
|
|
956
|
+
WorkloadNamePrefix?: string;
|
|
957
|
+
|
|
958
|
+
LensNamePrefix?: string;
|
|
959
|
+
|
|
960
|
+
ShareResourceType?: ShareResourceType | string;
|
|
961
|
+
|
|
962
|
+
NextToken?: string;
|
|
963
|
+
|
|
964
|
+
MaxResults?: number;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
export interface ShareInvitationSummary {
|
|
968
|
+
ShareInvitationId?: string;
|
|
969
|
+
|
|
970
|
+
SharedBy?: string;
|
|
971
|
+
|
|
972
|
+
SharedWith?: string;
|
|
973
|
+
|
|
974
|
+
PermissionType?: PermissionType | string;
|
|
975
|
+
|
|
976
|
+
ShareResourceType?: ShareResourceType | string;
|
|
977
|
+
|
|
978
|
+
WorkloadName?: string;
|
|
979
|
+
|
|
980
|
+
WorkloadId?: string;
|
|
981
|
+
|
|
982
|
+
LensName?: string;
|
|
983
|
+
|
|
984
|
+
LensArn?: string;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export interface ListShareInvitationsOutput {
|
|
988
|
+
ShareInvitationSummaries?: ShareInvitationSummary[];
|
|
989
|
+
|
|
990
|
+
NextToken?: string;
|
|
991
|
+
}
|
|
992
|
+
export interface ListTagsForResourceInput {
|
|
993
|
+
WorkloadArn: string | undefined;
|
|
994
|
+
}
|
|
995
|
+
export interface ListTagsForResourceOutput {
|
|
996
|
+
Tags?: Record<string, string>;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
export interface ListWorkloadsInput {
|
|
1000
|
+
WorkloadNamePrefix?: string;
|
|
1001
|
+
|
|
1002
|
+
NextToken?: string;
|
|
1003
|
+
|
|
1004
|
+
MaxResults?: number;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
export interface ListWorkloadsOutput {
|
|
1008
|
+
WorkloadSummaries?: WorkloadSummary[];
|
|
1009
|
+
|
|
1010
|
+
NextToken?: string;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
export interface ListWorkloadSharesInput {
|
|
1014
|
+
WorkloadId: string | undefined;
|
|
1015
|
+
|
|
1016
|
+
SharedWithPrefix?: string;
|
|
1017
|
+
|
|
1018
|
+
NextToken?: string;
|
|
1019
|
+
|
|
1020
|
+
MaxResults?: number;
|
|
1021
|
+
|
|
1022
|
+
Status?: ShareStatus | string;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
export interface WorkloadShareSummary {
|
|
1026
|
+
ShareId?: string;
|
|
1027
|
+
|
|
1028
|
+
SharedWith?: string;
|
|
1029
|
+
|
|
1030
|
+
PermissionType?: PermissionType | string;
|
|
1031
|
+
|
|
1032
|
+
Status?: ShareStatus | string;
|
|
1033
|
+
|
|
1034
|
+
StatusMessage?: string;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
export interface ListWorkloadSharesOutput {
|
|
1038
|
+
WorkloadId?: string;
|
|
1039
|
+
|
|
1040
|
+
WorkloadShareSummaries?: WorkloadShareSummary[];
|
|
1041
|
+
|
|
1042
|
+
NextToken?: string;
|
|
1043
|
+
}
|
|
1044
|
+
export declare enum OrganizationSharingStatus {
|
|
1045
|
+
DISABLED = "DISABLED",
|
|
1046
|
+
ENABLED = "ENABLED",
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
export interface ShareInvitation {
|
|
1050
|
+
ShareInvitationId?: string;
|
|
1051
|
+
|
|
1052
|
+
ShareResourceType?: ShareResourceType | string;
|
|
1053
|
+
|
|
1054
|
+
WorkloadId?: string;
|
|
1055
|
+
|
|
1056
|
+
LensAlias?: string;
|
|
1057
|
+
|
|
1058
|
+
LensArn?: string;
|
|
1059
|
+
}
|
|
1060
|
+
export declare enum ShareInvitationAction {
|
|
1061
|
+
ACCEPT = "ACCEPT",
|
|
1062
|
+
REJECT = "REJECT",
|
|
1063
|
+
}
|
|
1064
|
+
export interface TagResourceInput {
|
|
1065
|
+
WorkloadArn: string | undefined;
|
|
1066
|
+
|
|
1067
|
+
Tags: Record<string, string> | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
export interface TagResourceOutput {}
|
|
1070
|
+
export interface UntagResourceInput {
|
|
1071
|
+
WorkloadArn: string | undefined;
|
|
1072
|
+
|
|
1073
|
+
TagKeys: string[] | undefined;
|
|
1074
|
+
}
|
|
1075
|
+
export interface UntagResourceOutput {}
|
|
1076
|
+
|
|
1077
|
+
export interface UpdateAnswerInput {
|
|
1078
|
+
WorkloadId: string | undefined;
|
|
1079
|
+
|
|
1080
|
+
LensAlias: string | undefined;
|
|
1081
|
+
|
|
1082
|
+
QuestionId: string | undefined;
|
|
1083
|
+
|
|
1084
|
+
SelectedChoices?: string[];
|
|
1085
|
+
|
|
1086
|
+
ChoiceUpdates?: Record<string, ChoiceUpdate>;
|
|
1087
|
+
|
|
1088
|
+
Notes?: string;
|
|
1089
|
+
|
|
1090
|
+
IsApplicable?: boolean;
|
|
1091
|
+
|
|
1092
|
+
Reason?: AnswerReason | string;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
export interface UpdateAnswerOutput {
|
|
1096
|
+
WorkloadId?: string;
|
|
1097
|
+
|
|
1098
|
+
LensAlias?: string;
|
|
1099
|
+
|
|
1100
|
+
LensArn?: string;
|
|
1101
|
+
|
|
1102
|
+
Answer?: Answer;
|
|
1103
|
+
}
|
|
1104
|
+
export interface UpdateGlobalSettingsInput {
|
|
1105
|
+
OrganizationSharingStatus?: OrganizationSharingStatus | string;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
export interface UpdateLensReviewInput {
|
|
1109
|
+
WorkloadId: string | undefined;
|
|
1110
|
+
|
|
1111
|
+
LensAlias: string | undefined;
|
|
1112
|
+
|
|
1113
|
+
LensNotes?: string;
|
|
1114
|
+
|
|
1115
|
+
PillarNotes?: Record<string, string>;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface UpdateLensReviewOutput {
|
|
1119
|
+
WorkloadId?: string;
|
|
1120
|
+
|
|
1121
|
+
LensReview?: LensReview;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
export interface UpdateShareInvitationInput {
|
|
1125
|
+
ShareInvitationId: string | undefined;
|
|
1126
|
+
|
|
1127
|
+
ShareInvitationAction: ShareInvitationAction | string | undefined;
|
|
1128
|
+
}
|
|
1129
|
+
export interface UpdateShareInvitationOutput {
|
|
1130
|
+
ShareInvitation?: ShareInvitation;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export interface UpdateWorkloadInput {
|
|
1134
|
+
WorkloadId: string | undefined;
|
|
1135
|
+
|
|
1136
|
+
WorkloadName?: string;
|
|
1137
|
+
|
|
1138
|
+
Description?: string;
|
|
1139
|
+
|
|
1140
|
+
Environment?: WorkloadEnvironment | string;
|
|
1141
|
+
|
|
1142
|
+
AccountIds?: string[];
|
|
1143
|
+
|
|
1144
|
+
AwsRegions?: string[];
|
|
1145
|
+
|
|
1146
|
+
NonAwsRegions?: string[];
|
|
1147
|
+
|
|
1148
|
+
PillarPriorities?: string[];
|
|
1149
|
+
|
|
1150
|
+
ArchitecturalDesign?: string;
|
|
1151
|
+
|
|
1152
|
+
ReviewOwner?: string;
|
|
1153
|
+
|
|
1154
|
+
IsReviewOwnerUpdateAcknowledged?: boolean;
|
|
1155
|
+
|
|
1156
|
+
IndustryType?: string;
|
|
1157
|
+
|
|
1158
|
+
Industry?: string;
|
|
1159
|
+
|
|
1160
|
+
Notes?: string;
|
|
1161
|
+
|
|
1162
|
+
ImprovementStatus?: WorkloadImprovementStatus | string;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1165
|
+
export interface UpdateWorkloadOutput {
|
|
1166
|
+
Workload?: Workload;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export interface UpdateWorkloadShareInput {
|
|
1170
|
+
ShareId: string | undefined;
|
|
1171
|
+
|
|
1172
|
+
WorkloadId: string | undefined;
|
|
1173
|
+
|
|
1174
|
+
PermissionType: PermissionType | string | undefined;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
export interface WorkloadShare {
|
|
1178
|
+
ShareId?: string;
|
|
1179
|
+
|
|
1180
|
+
SharedBy?: string;
|
|
1181
|
+
|
|
1182
|
+
SharedWith?: string;
|
|
1183
|
+
|
|
1184
|
+
PermissionType?: PermissionType | string;
|
|
1185
|
+
|
|
1186
|
+
Status?: ShareStatus | string;
|
|
1187
|
+
|
|
1188
|
+
WorkloadName?: string;
|
|
1189
|
+
|
|
1190
|
+
WorkloadId?: string;
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
export interface UpdateWorkloadShareOutput {
|
|
1194
|
+
WorkloadId?: string;
|
|
1195
|
+
|
|
1196
|
+
WorkloadShare?: WorkloadShare;
|
|
1197
|
+
}
|
|
1198
|
+
export interface UpgradeLensReviewInput {
|
|
1199
|
+
WorkloadId: string | undefined;
|
|
1200
|
+
|
|
1201
|
+
LensAlias: string | undefined;
|
|
1202
|
+
|
|
1203
|
+
MilestoneName: string | undefined;
|
|
1204
|
+
|
|
1205
|
+
ClientRequestToken?: string;
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
export declare const ChoiceContentFilterSensitiveLog: (
|
|
1209
|
+
obj: ChoiceContent
|
|
1210
|
+
) => any;
|
|
1211
|
+
|
|
1212
|
+
export declare const AdditionalResourcesFilterSensitiveLog: (
|
|
1213
|
+
obj: AdditionalResources
|
|
1214
|
+
) => any;
|
|
1215
|
+
|
|
1216
|
+
export declare const ChoiceAnswerFilterSensitiveLog: (obj: ChoiceAnswer) => any;
|
|
1217
|
+
|
|
1218
|
+
export declare const ChoiceFilterSensitiveLog: (obj: Choice) => any;
|
|
1219
|
+
|
|
1220
|
+
export declare const AnswerFilterSensitiveLog: (obj: Answer) => any;
|
|
1221
|
+
|
|
1222
|
+
export declare const ChoiceAnswerSummaryFilterSensitiveLog: (
|
|
1223
|
+
obj: ChoiceAnswerSummary
|
|
1224
|
+
) => any;
|
|
1225
|
+
|
|
1226
|
+
export declare const AnswerSummaryFilterSensitiveLog: (
|
|
1227
|
+
obj: AnswerSummary
|
|
1228
|
+
) => any;
|
|
1229
|
+
|
|
1230
|
+
export declare const AssociateLensesInputFilterSensitiveLog: (
|
|
1231
|
+
obj: AssociateLensesInput
|
|
1232
|
+
) => any;
|
|
1233
|
+
|
|
1234
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
1235
|
+
obj: ValidationExceptionField
|
|
1236
|
+
) => any;
|
|
1237
|
+
|
|
1238
|
+
export declare const ChoiceImprovementPlanFilterSensitiveLog: (
|
|
1239
|
+
obj: ChoiceImprovementPlan
|
|
1240
|
+
) => any;
|
|
1241
|
+
|
|
1242
|
+
export declare const ChoiceUpdateFilterSensitiveLog: (obj: ChoiceUpdate) => any;
|
|
1243
|
+
|
|
1244
|
+
export declare const CreateLensShareInputFilterSensitiveLog: (
|
|
1245
|
+
obj: CreateLensShareInput
|
|
1246
|
+
) => any;
|
|
1247
|
+
|
|
1248
|
+
export declare const CreateLensShareOutputFilterSensitiveLog: (
|
|
1249
|
+
obj: CreateLensShareOutput
|
|
1250
|
+
) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const CreateLensVersionInputFilterSensitiveLog: (
|
|
1253
|
+
obj: CreateLensVersionInput
|
|
1254
|
+
) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const CreateLensVersionOutputFilterSensitiveLog: (
|
|
1257
|
+
obj: CreateLensVersionOutput
|
|
1258
|
+
) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const CreateMilestoneInputFilterSensitiveLog: (
|
|
1261
|
+
obj: CreateMilestoneInput
|
|
1262
|
+
) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const CreateMilestoneOutputFilterSensitiveLog: (
|
|
1265
|
+
obj: CreateMilestoneOutput
|
|
1266
|
+
) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const CreateWorkloadInputFilterSensitiveLog: (
|
|
1269
|
+
obj: CreateWorkloadInput
|
|
1270
|
+
) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const CreateWorkloadOutputFilterSensitiveLog: (
|
|
1273
|
+
obj: CreateWorkloadOutput
|
|
1274
|
+
) => any;
|
|
1275
|
+
|
|
1276
|
+
export declare const CreateWorkloadShareInputFilterSensitiveLog: (
|
|
1277
|
+
obj: CreateWorkloadShareInput
|
|
1278
|
+
) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const CreateWorkloadShareOutputFilterSensitiveLog: (
|
|
1281
|
+
obj: CreateWorkloadShareOutput
|
|
1282
|
+
) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const DeleteLensInputFilterSensitiveLog: (
|
|
1285
|
+
obj: DeleteLensInput
|
|
1286
|
+
) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const DeleteLensShareInputFilterSensitiveLog: (
|
|
1289
|
+
obj: DeleteLensShareInput
|
|
1290
|
+
) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const DeleteWorkloadInputFilterSensitiveLog: (
|
|
1293
|
+
obj: DeleteWorkloadInput
|
|
1294
|
+
) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const DeleteWorkloadShareInputFilterSensitiveLog: (
|
|
1297
|
+
obj: DeleteWorkloadShareInput
|
|
1298
|
+
) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const DisassociateLensesInputFilterSensitiveLog: (
|
|
1301
|
+
obj: DisassociateLensesInput
|
|
1302
|
+
) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const ExportLensInputFilterSensitiveLog: (
|
|
1305
|
+
obj: ExportLensInput
|
|
1306
|
+
) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const ExportLensOutputFilterSensitiveLog: (
|
|
1309
|
+
obj: ExportLensOutput
|
|
1310
|
+
) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const GetAnswerInputFilterSensitiveLog: (
|
|
1313
|
+
obj: GetAnswerInput
|
|
1314
|
+
) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const GetAnswerOutputFilterSensitiveLog: (
|
|
1317
|
+
obj: GetAnswerOutput
|
|
1318
|
+
) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const GetLensInputFilterSensitiveLog: (obj: GetLensInput) => any;
|
|
1321
|
+
|
|
1322
|
+
export declare const LensFilterSensitiveLog: (obj: Lens) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const GetLensOutputFilterSensitiveLog: (
|
|
1325
|
+
obj: GetLensOutput
|
|
1326
|
+
) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const GetLensReviewInputFilterSensitiveLog: (
|
|
1329
|
+
obj: GetLensReviewInput
|
|
1330
|
+
) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const PillarReviewSummaryFilterSensitiveLog: (
|
|
1333
|
+
obj: PillarReviewSummary
|
|
1334
|
+
) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const LensReviewFilterSensitiveLog: (obj: LensReview) => any;
|
|
1337
|
+
|
|
1338
|
+
export declare const GetLensReviewOutputFilterSensitiveLog: (
|
|
1339
|
+
obj: GetLensReviewOutput
|
|
1340
|
+
) => any;
|
|
1341
|
+
|
|
1342
|
+
export declare const GetLensReviewReportInputFilterSensitiveLog: (
|
|
1343
|
+
obj: GetLensReviewReportInput
|
|
1344
|
+
) => any;
|
|
1345
|
+
|
|
1346
|
+
export declare const LensReviewReportFilterSensitiveLog: (
|
|
1347
|
+
obj: LensReviewReport
|
|
1348
|
+
) => any;
|
|
1349
|
+
|
|
1350
|
+
export declare const GetLensReviewReportOutputFilterSensitiveLog: (
|
|
1351
|
+
obj: GetLensReviewReportOutput
|
|
1352
|
+
) => any;
|
|
1353
|
+
|
|
1354
|
+
export declare const GetLensVersionDifferenceInputFilterSensitiveLog: (
|
|
1355
|
+
obj: GetLensVersionDifferenceInput
|
|
1356
|
+
) => any;
|
|
1357
|
+
|
|
1358
|
+
export declare const QuestionDifferenceFilterSensitiveLog: (
|
|
1359
|
+
obj: QuestionDifference
|
|
1360
|
+
) => any;
|
|
1361
|
+
|
|
1362
|
+
export declare const PillarDifferenceFilterSensitiveLog: (
|
|
1363
|
+
obj: PillarDifference
|
|
1364
|
+
) => any;
|
|
1365
|
+
|
|
1366
|
+
export declare const VersionDifferencesFilterSensitiveLog: (
|
|
1367
|
+
obj: VersionDifferences
|
|
1368
|
+
) => any;
|
|
1369
|
+
|
|
1370
|
+
export declare const GetLensVersionDifferenceOutputFilterSensitiveLog: (
|
|
1371
|
+
obj: GetLensVersionDifferenceOutput
|
|
1372
|
+
) => any;
|
|
1373
|
+
|
|
1374
|
+
export declare const GetMilestoneInputFilterSensitiveLog: (
|
|
1375
|
+
obj: GetMilestoneInput
|
|
1376
|
+
) => any;
|
|
1377
|
+
|
|
1378
|
+
export declare const WorkloadFilterSensitiveLog: (obj: Workload) => any;
|
|
1379
|
+
|
|
1380
|
+
export declare const MilestoneFilterSensitiveLog: (obj: Milestone) => any;
|
|
1381
|
+
|
|
1382
|
+
export declare const GetMilestoneOutputFilterSensitiveLog: (
|
|
1383
|
+
obj: GetMilestoneOutput
|
|
1384
|
+
) => any;
|
|
1385
|
+
|
|
1386
|
+
export declare const GetWorkloadInputFilterSensitiveLog: (
|
|
1387
|
+
obj: GetWorkloadInput
|
|
1388
|
+
) => any;
|
|
1389
|
+
|
|
1390
|
+
export declare const GetWorkloadOutputFilterSensitiveLog: (
|
|
1391
|
+
obj: GetWorkloadOutput
|
|
1392
|
+
) => any;
|
|
1393
|
+
|
|
1394
|
+
export declare const ImportLensInputFilterSensitiveLog: (
|
|
1395
|
+
obj: ImportLensInput
|
|
1396
|
+
) => any;
|
|
1397
|
+
|
|
1398
|
+
export declare const ImportLensOutputFilterSensitiveLog: (
|
|
1399
|
+
obj: ImportLensOutput
|
|
1400
|
+
) => any;
|
|
1401
|
+
|
|
1402
|
+
export declare const ImprovementSummaryFilterSensitiveLog: (
|
|
1403
|
+
obj: ImprovementSummary
|
|
1404
|
+
) => any;
|
|
1405
|
+
|
|
1406
|
+
export declare const LensReviewSummaryFilterSensitiveLog: (
|
|
1407
|
+
obj: LensReviewSummary
|
|
1408
|
+
) => any;
|
|
1409
|
+
|
|
1410
|
+
export declare const LensShareSummaryFilterSensitiveLog: (
|
|
1411
|
+
obj: LensShareSummary
|
|
1412
|
+
) => any;
|
|
1413
|
+
|
|
1414
|
+
export declare const LensSummaryFilterSensitiveLog: (obj: LensSummary) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const LensUpgradeSummaryFilterSensitiveLog: (
|
|
1417
|
+
obj: LensUpgradeSummary
|
|
1418
|
+
) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const ListAnswersInputFilterSensitiveLog: (
|
|
1421
|
+
obj: ListAnswersInput
|
|
1422
|
+
) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const ListAnswersOutputFilterSensitiveLog: (
|
|
1425
|
+
obj: ListAnswersOutput
|
|
1426
|
+
) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const ListLensesInputFilterSensitiveLog: (
|
|
1429
|
+
obj: ListLensesInput
|
|
1430
|
+
) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const ListLensesOutputFilterSensitiveLog: (
|
|
1433
|
+
obj: ListLensesOutput
|
|
1434
|
+
) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const ListLensReviewImprovementsInputFilterSensitiveLog: (
|
|
1437
|
+
obj: ListLensReviewImprovementsInput
|
|
1438
|
+
) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const ListLensReviewImprovementsOutputFilterSensitiveLog: (
|
|
1441
|
+
obj: ListLensReviewImprovementsOutput
|
|
1442
|
+
) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const ListLensReviewsInputFilterSensitiveLog: (
|
|
1445
|
+
obj: ListLensReviewsInput
|
|
1446
|
+
) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const ListLensReviewsOutputFilterSensitiveLog: (
|
|
1449
|
+
obj: ListLensReviewsOutput
|
|
1450
|
+
) => any;
|
|
1451
|
+
|
|
1452
|
+
export declare const ListLensSharesInputFilterSensitiveLog: (
|
|
1453
|
+
obj: ListLensSharesInput
|
|
1454
|
+
) => any;
|
|
1455
|
+
|
|
1456
|
+
export declare const ListLensSharesOutputFilterSensitiveLog: (
|
|
1457
|
+
obj: ListLensSharesOutput
|
|
1458
|
+
) => any;
|
|
1459
|
+
|
|
1460
|
+
export declare const ListMilestonesInputFilterSensitiveLog: (
|
|
1461
|
+
obj: ListMilestonesInput
|
|
1462
|
+
) => any;
|
|
1463
|
+
|
|
1464
|
+
export declare const WorkloadSummaryFilterSensitiveLog: (
|
|
1465
|
+
obj: WorkloadSummary
|
|
1466
|
+
) => any;
|
|
1467
|
+
|
|
1468
|
+
export declare const MilestoneSummaryFilterSensitiveLog: (
|
|
1469
|
+
obj: MilestoneSummary
|
|
1470
|
+
) => any;
|
|
1471
|
+
|
|
1472
|
+
export declare const ListMilestonesOutputFilterSensitiveLog: (
|
|
1473
|
+
obj: ListMilestonesOutput
|
|
1474
|
+
) => any;
|
|
1475
|
+
|
|
1476
|
+
export declare const ListNotificationsInputFilterSensitiveLog: (
|
|
1477
|
+
obj: ListNotificationsInput
|
|
1478
|
+
) => any;
|
|
1479
|
+
|
|
1480
|
+
export declare const NotificationSummaryFilterSensitiveLog: (
|
|
1481
|
+
obj: NotificationSummary
|
|
1482
|
+
) => any;
|
|
1483
|
+
|
|
1484
|
+
export declare const ListNotificationsOutputFilterSensitiveLog: (
|
|
1485
|
+
obj: ListNotificationsOutput
|
|
1486
|
+
) => any;
|
|
1487
|
+
|
|
1488
|
+
export declare const ListShareInvitationsInputFilterSensitiveLog: (
|
|
1489
|
+
obj: ListShareInvitationsInput
|
|
1490
|
+
) => any;
|
|
1491
|
+
|
|
1492
|
+
export declare const ShareInvitationSummaryFilterSensitiveLog: (
|
|
1493
|
+
obj: ShareInvitationSummary
|
|
1494
|
+
) => any;
|
|
1495
|
+
|
|
1496
|
+
export declare const ListShareInvitationsOutputFilterSensitiveLog: (
|
|
1497
|
+
obj: ListShareInvitationsOutput
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
1501
|
+
obj: ListTagsForResourceInput
|
|
1502
|
+
) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
1505
|
+
obj: ListTagsForResourceOutput
|
|
1506
|
+
) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const ListWorkloadsInputFilterSensitiveLog: (
|
|
1509
|
+
obj: ListWorkloadsInput
|
|
1510
|
+
) => any;
|
|
1511
|
+
|
|
1512
|
+
export declare const ListWorkloadsOutputFilterSensitiveLog: (
|
|
1513
|
+
obj: ListWorkloadsOutput
|
|
1514
|
+
) => any;
|
|
1515
|
+
|
|
1516
|
+
export declare const ListWorkloadSharesInputFilterSensitiveLog: (
|
|
1517
|
+
obj: ListWorkloadSharesInput
|
|
1518
|
+
) => any;
|
|
1519
|
+
|
|
1520
|
+
export declare const WorkloadShareSummaryFilterSensitiveLog: (
|
|
1521
|
+
obj: WorkloadShareSummary
|
|
1522
|
+
) => any;
|
|
1523
|
+
|
|
1524
|
+
export declare const ListWorkloadSharesOutputFilterSensitiveLog: (
|
|
1525
|
+
obj: ListWorkloadSharesOutput
|
|
1526
|
+
) => any;
|
|
1527
|
+
|
|
1528
|
+
export declare const ShareInvitationFilterSensitiveLog: (
|
|
1529
|
+
obj: ShareInvitation
|
|
1530
|
+
) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1533
|
+
obj: TagResourceInput
|
|
1534
|
+
) => any;
|
|
1535
|
+
|
|
1536
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
1537
|
+
obj: TagResourceOutput
|
|
1538
|
+
) => any;
|
|
1539
|
+
|
|
1540
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1541
|
+
obj: UntagResourceInput
|
|
1542
|
+
) => any;
|
|
1543
|
+
|
|
1544
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
1545
|
+
obj: UntagResourceOutput
|
|
1546
|
+
) => any;
|
|
1547
|
+
|
|
1548
|
+
export declare const UpdateAnswerInputFilterSensitiveLog: (
|
|
1549
|
+
obj: UpdateAnswerInput
|
|
1550
|
+
) => any;
|
|
1551
|
+
|
|
1552
|
+
export declare const UpdateAnswerOutputFilterSensitiveLog: (
|
|
1553
|
+
obj: UpdateAnswerOutput
|
|
1554
|
+
) => any;
|
|
1555
|
+
|
|
1556
|
+
export declare const UpdateGlobalSettingsInputFilterSensitiveLog: (
|
|
1557
|
+
obj: UpdateGlobalSettingsInput
|
|
1558
|
+
) => any;
|
|
1559
|
+
|
|
1560
|
+
export declare const UpdateLensReviewInputFilterSensitiveLog: (
|
|
1561
|
+
obj: UpdateLensReviewInput
|
|
1562
|
+
) => any;
|
|
1563
|
+
|
|
1564
|
+
export declare const UpdateLensReviewOutputFilterSensitiveLog: (
|
|
1565
|
+
obj: UpdateLensReviewOutput
|
|
1566
|
+
) => any;
|
|
1567
|
+
|
|
1568
|
+
export declare const UpdateShareInvitationInputFilterSensitiveLog: (
|
|
1569
|
+
obj: UpdateShareInvitationInput
|
|
1570
|
+
) => any;
|
|
1571
|
+
|
|
1572
|
+
export declare const UpdateShareInvitationOutputFilterSensitiveLog: (
|
|
1573
|
+
obj: UpdateShareInvitationOutput
|
|
1574
|
+
) => any;
|
|
1575
|
+
|
|
1576
|
+
export declare const UpdateWorkloadInputFilterSensitiveLog: (
|
|
1577
|
+
obj: UpdateWorkloadInput
|
|
1578
|
+
) => any;
|
|
1579
|
+
|
|
1580
|
+
export declare const UpdateWorkloadOutputFilterSensitiveLog: (
|
|
1581
|
+
obj: UpdateWorkloadOutput
|
|
1582
|
+
) => any;
|
|
1583
|
+
|
|
1584
|
+
export declare const UpdateWorkloadShareInputFilterSensitiveLog: (
|
|
1585
|
+
obj: UpdateWorkloadShareInput
|
|
1586
|
+
) => any;
|
|
1587
|
+
|
|
1588
|
+
export declare const WorkloadShareFilterSensitiveLog: (
|
|
1589
|
+
obj: WorkloadShare
|
|
1590
|
+
) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const UpdateWorkloadShareOutputFilterSensitiveLog: (
|
|
1593
|
+
obj: UpdateWorkloadShareOutput
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const UpgradeLensReviewInputFilterSensitiveLog: (
|
|
1597
|
+
obj: UpgradeLensReviewInput
|
|
1598
|
+
) => any;
|