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