@aws-sdk/client-wellarchitected 3.296.0 → 3.297.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/dist-types/WellArchitected.d.ts +43 -0
- package/dist-types/WellArchitectedClient.d.ts +24 -4
- package/dist-types/commands/AssociateLensesCommand.d.ts +16 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +16 -0
- package/dist-types/commands/CreateLensVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateMilestoneCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +16 -0
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLensShareCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateLensesCommand.d.ts +16 -0
- package/dist-types/commands/ExportLensCommand.d.ts +16 -0
- package/dist-types/commands/GetAnswerCommand.d.ts +16 -0
- package/dist-types/commands/GetLensCommand.d.ts +16 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +16 -0
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +16 -0
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +16 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +16 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +16 -0
- package/dist-types/commands/ImportLensCommand.d.ts +16 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +16 -0
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +16 -0
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +16 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +16 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +16 -0
- package/dist-types/commands/ListLensSharesCommand.d.ts +16 -0
- package/dist-types/commands/ListLensesCommand.d.ts +16 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAnswerCommand.d.ts +16 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +16 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +16 -0
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +16 -0
- package/dist-types/models/WellArchitectedServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +248 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAnswersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLensReviewsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLensSharesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListLensesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMilestonesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListWorkloadsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>User does not have sufficient access to perform this action.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -15,6 +16,9 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
16
|
*/
|
|
16
17
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
17
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
18
22
|
export declare enum CheckStatus {
|
|
19
23
|
ERROR = "ERROR",
|
|
20
24
|
FETCH_FAILED = "FETCH_FAILED",
|
|
@@ -23,6 +27,7 @@ export declare enum CheckStatus {
|
|
|
23
27
|
WARNING = "WARNING"
|
|
24
28
|
}
|
|
25
29
|
/**
|
|
30
|
+
* @public
|
|
26
31
|
* <p>The choice content.</p>
|
|
27
32
|
*/
|
|
28
33
|
export interface ChoiceContent {
|
|
@@ -35,11 +40,15 @@ export interface ChoiceContent {
|
|
|
35
40
|
*/
|
|
36
41
|
Url?: string;
|
|
37
42
|
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
38
46
|
export declare enum AdditionalResourceType {
|
|
39
47
|
HELPFUL_RESOURCE = "HELPFUL_RESOURCE",
|
|
40
48
|
IMPROVEMENT_PLAN = "IMPROVEMENT_PLAN"
|
|
41
49
|
}
|
|
42
50
|
/**
|
|
51
|
+
* @public
|
|
43
52
|
* <p>The choice level additional resources.</p>
|
|
44
53
|
*/
|
|
45
54
|
export interface AdditionalResources {
|
|
@@ -52,6 +61,9 @@ export interface AdditionalResources {
|
|
|
52
61
|
*/
|
|
53
62
|
Content?: ChoiceContent[];
|
|
54
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
55
67
|
export declare enum ChoiceReason {
|
|
56
68
|
ARCHITECTURE_CONSTRAINTS = "ARCHITECTURE_CONSTRAINTS",
|
|
57
69
|
BUSINESS_PRIORITIES = "BUSINESS_PRIORITIES",
|
|
@@ -59,12 +71,16 @@ export declare enum ChoiceReason {
|
|
|
59
71
|
OTHER = "OTHER",
|
|
60
72
|
OUT_OF_SCOPE = "OUT_OF_SCOPE"
|
|
61
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
62
77
|
export declare enum ChoiceStatus {
|
|
63
78
|
NOT_APPLICABLE = "NOT_APPLICABLE",
|
|
64
79
|
SELECTED = "SELECTED",
|
|
65
80
|
UNSELECTED = "UNSELECTED"
|
|
66
81
|
}
|
|
67
82
|
/**
|
|
83
|
+
* @public
|
|
68
84
|
* <p>A choice that has been answered on a question in your workload.</p>
|
|
69
85
|
*/
|
|
70
86
|
export interface ChoiceAnswer {
|
|
@@ -86,6 +102,7 @@ export interface ChoiceAnswer {
|
|
|
86
102
|
Notes?: string;
|
|
87
103
|
}
|
|
88
104
|
/**
|
|
105
|
+
* @public
|
|
89
106
|
* <p>A choice available to answer question.</p>
|
|
90
107
|
*/
|
|
91
108
|
export interface Choice {
|
|
@@ -115,6 +132,9 @@ export interface Choice {
|
|
|
115
132
|
*/
|
|
116
133
|
AdditionalResources?: AdditionalResources[];
|
|
117
134
|
}
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
118
138
|
export declare enum AnswerReason {
|
|
119
139
|
ARCHITECTURE_CONSTRAINTS = "ARCHITECTURE_CONSTRAINTS",
|
|
120
140
|
BUSINESS_PRIORITIES = "BUSINESS_PRIORITIES",
|
|
@@ -122,6 +142,9 @@ export declare enum AnswerReason {
|
|
|
122
142
|
OTHER = "OTHER",
|
|
123
143
|
OUT_OF_SCOPE = "OUT_OF_SCOPE"
|
|
124
144
|
}
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
125
148
|
export declare enum Risk {
|
|
126
149
|
HIGH = "HIGH",
|
|
127
150
|
MEDIUM = "MEDIUM",
|
|
@@ -130,6 +153,7 @@ export declare enum Risk {
|
|
|
130
153
|
UNANSWERED = "UNANSWERED"
|
|
131
154
|
}
|
|
132
155
|
/**
|
|
156
|
+
* @public
|
|
133
157
|
* <p>An answer of the question.</p>
|
|
134
158
|
*/
|
|
135
159
|
export interface Answer {
|
|
@@ -194,6 +218,7 @@ export interface Answer {
|
|
|
194
218
|
Reason?: AnswerReason | string;
|
|
195
219
|
}
|
|
196
220
|
/**
|
|
221
|
+
* @public
|
|
197
222
|
* <p>A choice summary that has been answered on a question in your workload.</p>
|
|
198
223
|
*/
|
|
199
224
|
export interface ChoiceAnswerSummary {
|
|
@@ -211,6 +236,7 @@ export interface ChoiceAnswerSummary {
|
|
|
211
236
|
Reason?: ChoiceReason | string;
|
|
212
237
|
}
|
|
213
238
|
/**
|
|
239
|
+
* @public
|
|
214
240
|
* <p>An answer summary of a lens review in a workload.</p>
|
|
215
241
|
*/
|
|
216
242
|
export interface AnswerSummary {
|
|
@@ -254,6 +280,7 @@ export interface AnswerSummary {
|
|
|
254
280
|
Reason?: AnswerReason | string;
|
|
255
281
|
}
|
|
256
282
|
/**
|
|
283
|
+
* @public
|
|
257
284
|
* <p>Input to associate lens reviews.</p>
|
|
258
285
|
*/
|
|
259
286
|
export interface AssociateLensesInput {
|
|
@@ -268,6 +295,7 @@ export interface AssociateLensesInput {
|
|
|
268
295
|
LensAliases: string[] | undefined;
|
|
269
296
|
}
|
|
270
297
|
/**
|
|
298
|
+
* @public
|
|
271
299
|
* <p>The resource already exists.</p>
|
|
272
300
|
*/
|
|
273
301
|
export declare class ConflictException extends __BaseException {
|
|
@@ -291,6 +319,7 @@ export declare class ConflictException extends __BaseException {
|
|
|
291
319
|
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
292
320
|
}
|
|
293
321
|
/**
|
|
322
|
+
* @public
|
|
294
323
|
* <p>There is a problem with the Well-Architected Tool API service.</p>
|
|
295
324
|
*/
|
|
296
325
|
export declare class InternalServerException extends __BaseException {
|
|
@@ -306,6 +335,7 @@ export declare class InternalServerException extends __BaseException {
|
|
|
306
335
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
307
336
|
}
|
|
308
337
|
/**
|
|
338
|
+
* @public
|
|
309
339
|
* <p>The requested resource was not found.</p>
|
|
310
340
|
*/
|
|
311
341
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -329,6 +359,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
329
359
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
330
360
|
}
|
|
331
361
|
/**
|
|
362
|
+
* @public
|
|
332
363
|
* <p>Request was denied due to request throttling.</p>
|
|
333
364
|
*/
|
|
334
365
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -352,6 +383,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
352
383
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
353
384
|
}
|
|
354
385
|
/**
|
|
386
|
+
* @public
|
|
355
387
|
* <p>Stores information about a field passed inside a request that resulted in an exception.</p>
|
|
356
388
|
*/
|
|
357
389
|
export interface ValidationExceptionField {
|
|
@@ -364,6 +396,9 @@ export interface ValidationExceptionField {
|
|
|
364
396
|
*/
|
|
365
397
|
Message: string | undefined;
|
|
366
398
|
}
|
|
399
|
+
/**
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
367
402
|
export declare enum ValidationExceptionReason {
|
|
368
403
|
CANNOT_PARSE = "CANNOT_PARSE",
|
|
369
404
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
@@ -371,6 +406,7 @@ export declare enum ValidationExceptionReason {
|
|
|
371
406
|
UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
|
|
372
407
|
}
|
|
373
408
|
/**
|
|
409
|
+
* @public
|
|
374
410
|
* <p>The user input is not valid.</p>
|
|
375
411
|
*/
|
|
376
412
|
export declare class ValidationException extends __BaseException {
|
|
@@ -393,9 +429,15 @@ export declare class ValidationException extends __BaseException {
|
|
|
393
429
|
*/
|
|
394
430
|
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
395
431
|
}
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
396
435
|
export declare enum CheckProvider {
|
|
397
436
|
TRUSTED_ADVISOR = "TRUSTED_ADVISOR"
|
|
398
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
399
441
|
export declare enum CheckFailureReason {
|
|
400
442
|
ACCESS_DENIED = "ACCESS_DENIED",
|
|
401
443
|
ASSUME_ROLE_ERROR = "ASSUME_ROLE_ERROR",
|
|
@@ -403,6 +445,7 @@ export declare enum CheckFailureReason {
|
|
|
403
445
|
UNKNOWN_ERROR = "UNKNOWN_ERROR"
|
|
404
446
|
}
|
|
405
447
|
/**
|
|
448
|
+
* @public
|
|
406
449
|
* <p>Account details for a Well-Architected best practice in relation to Trusted Advisor checks.</p>
|
|
407
450
|
*/
|
|
408
451
|
export interface CheckDetail {
|
|
@@ -461,6 +504,7 @@ export interface CheckDetail {
|
|
|
461
504
|
UpdatedAt?: Date;
|
|
462
505
|
}
|
|
463
506
|
/**
|
|
507
|
+
* @public
|
|
464
508
|
* <p>Trusted Advisor check summary.</p>
|
|
465
509
|
*/
|
|
466
510
|
export interface CheckSummary {
|
|
@@ -511,6 +555,7 @@ export interface CheckSummary {
|
|
|
511
555
|
AccountSummary?: Record<string, number>;
|
|
512
556
|
}
|
|
513
557
|
/**
|
|
558
|
+
* @public
|
|
514
559
|
* <p>The choice level improvement plan.</p>
|
|
515
560
|
*/
|
|
516
561
|
export interface ChoiceImprovementPlan {
|
|
@@ -529,6 +574,7 @@ export interface ChoiceImprovementPlan {
|
|
|
529
574
|
ImprovementPlanUrl?: string;
|
|
530
575
|
}
|
|
531
576
|
/**
|
|
577
|
+
* @public
|
|
532
578
|
* <p>A list of choices to be updated.</p>
|
|
533
579
|
*/
|
|
534
580
|
export interface ChoiceUpdate {
|
|
@@ -545,6 +591,9 @@ export interface ChoiceUpdate {
|
|
|
545
591
|
*/
|
|
546
592
|
Notes?: string;
|
|
547
593
|
}
|
|
594
|
+
/**
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
548
597
|
export interface CreateLensShareInput {
|
|
549
598
|
/**
|
|
550
599
|
* <p>The alias of the lens.</p>
|
|
@@ -572,6 +621,9 @@ export interface CreateLensShareInput {
|
|
|
572
621
|
*/
|
|
573
622
|
ClientRequestToken?: string;
|
|
574
623
|
}
|
|
624
|
+
/**
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
575
627
|
export interface CreateLensShareOutput {
|
|
576
628
|
/**
|
|
577
629
|
* <p>The ID associated with the workload share.</p>
|
|
@@ -579,6 +631,7 @@ export interface CreateLensShareOutput {
|
|
|
579
631
|
ShareId?: string;
|
|
580
632
|
}
|
|
581
633
|
/**
|
|
634
|
+
* @public
|
|
582
635
|
* <p>The user has reached their resource quota.</p>
|
|
583
636
|
*/
|
|
584
637
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
@@ -609,6 +662,9 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
609
662
|
*/
|
|
610
663
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
611
664
|
}
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
612
668
|
export interface CreateLensVersionInput {
|
|
613
669
|
/**
|
|
614
670
|
* <p>The alias of the lens.</p>
|
|
@@ -640,6 +696,9 @@ export interface CreateLensVersionInput {
|
|
|
640
696
|
*/
|
|
641
697
|
ClientRequestToken?: string;
|
|
642
698
|
}
|
|
699
|
+
/**
|
|
700
|
+
* @public
|
|
701
|
+
*/
|
|
643
702
|
export interface CreateLensVersionOutput {
|
|
644
703
|
/**
|
|
645
704
|
* <p>The ARN for the lens.</p>
|
|
@@ -651,6 +710,7 @@ export interface CreateLensVersionOutput {
|
|
|
651
710
|
LensVersion?: string;
|
|
652
711
|
}
|
|
653
712
|
/**
|
|
713
|
+
* @public
|
|
654
714
|
* <p>Input for milestone creation.</p>
|
|
655
715
|
*/
|
|
656
716
|
export interface CreateMilestoneInput {
|
|
@@ -678,6 +738,7 @@ export interface CreateMilestoneInput {
|
|
|
678
738
|
ClientRequestToken?: string;
|
|
679
739
|
}
|
|
680
740
|
/**
|
|
741
|
+
* @public
|
|
681
742
|
* <p>Output of a create milestone call.</p>
|
|
682
743
|
*/
|
|
683
744
|
export interface CreateMilestoneOutput {
|
|
@@ -691,11 +752,15 @@ export interface CreateMilestoneOutput {
|
|
|
691
752
|
*/
|
|
692
753
|
MilestoneNumber?: number;
|
|
693
754
|
}
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
694
758
|
export declare enum TrustedAdvisorIntegrationStatus {
|
|
695
759
|
DISABLED = "DISABLED",
|
|
696
760
|
ENABLED = "ENABLED"
|
|
697
761
|
}
|
|
698
762
|
/**
|
|
763
|
+
* @public
|
|
699
764
|
* <p>Discovery configuration associated to the workload.</p>
|
|
700
765
|
*/
|
|
701
766
|
export interface WorkloadDiscoveryConfig {
|
|
@@ -704,11 +769,15 @@ export interface WorkloadDiscoveryConfig {
|
|
|
704
769
|
*/
|
|
705
770
|
TrustedAdvisorIntegrationStatus?: TrustedAdvisorIntegrationStatus | string;
|
|
706
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
707
775
|
export declare enum WorkloadEnvironment {
|
|
708
776
|
PREPRODUCTION = "PREPRODUCTION",
|
|
709
777
|
PRODUCTION = "PRODUCTION"
|
|
710
778
|
}
|
|
711
779
|
/**
|
|
780
|
+
* @public
|
|
712
781
|
* <p>Input for workload creation.</p>
|
|
713
782
|
*/
|
|
714
783
|
export interface CreateWorkloadInput {
|
|
@@ -934,6 +1003,7 @@ export interface CreateWorkloadInput {
|
|
|
934
1003
|
Applications?: string[];
|
|
935
1004
|
}
|
|
936
1005
|
/**
|
|
1006
|
+
* @public
|
|
937
1007
|
* <p>Output of a create workload call.</p>
|
|
938
1008
|
*/
|
|
939
1009
|
export interface CreateWorkloadOutput {
|
|
@@ -946,11 +1016,15 @@ export interface CreateWorkloadOutput {
|
|
|
946
1016
|
*/
|
|
947
1017
|
WorkloadArn?: string;
|
|
948
1018
|
}
|
|
1019
|
+
/**
|
|
1020
|
+
* @public
|
|
1021
|
+
*/
|
|
949
1022
|
export declare enum PermissionType {
|
|
950
1023
|
CONTRIBUTOR = "CONTRIBUTOR",
|
|
951
1024
|
READONLY = "READONLY"
|
|
952
1025
|
}
|
|
953
1026
|
/**
|
|
1027
|
+
* @public
|
|
954
1028
|
* <p>Input for Create Workload Share</p>
|
|
955
1029
|
*/
|
|
956
1030
|
export interface CreateWorkloadShareInput {
|
|
@@ -981,6 +1055,7 @@ export interface CreateWorkloadShareInput {
|
|
|
981
1055
|
ClientRequestToken?: string;
|
|
982
1056
|
}
|
|
983
1057
|
/**
|
|
1058
|
+
* @public
|
|
984
1059
|
* <p>Input for Create Workload Share</p>
|
|
985
1060
|
*/
|
|
986
1061
|
export interface CreateWorkloadShareOutput {
|
|
@@ -993,11 +1068,17 @@ export interface CreateWorkloadShareOutput {
|
|
|
993
1068
|
*/
|
|
994
1069
|
ShareId?: string;
|
|
995
1070
|
}
|
|
1071
|
+
/**
|
|
1072
|
+
* @public
|
|
1073
|
+
*/
|
|
996
1074
|
export declare enum LensStatusType {
|
|
997
1075
|
ALL = "ALL",
|
|
998
1076
|
DRAFT = "DRAFT",
|
|
999
1077
|
PUBLISHED = "PUBLISHED"
|
|
1000
1078
|
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
*/
|
|
1001
1082
|
export interface DeleteLensInput {
|
|
1002
1083
|
/**
|
|
1003
1084
|
* <p>The alias of the lens.</p>
|
|
@@ -1025,6 +1106,9 @@ export interface DeleteLensInput {
|
|
|
1025
1106
|
*/
|
|
1026
1107
|
LensStatus: LensStatusType | string | undefined;
|
|
1027
1108
|
}
|
|
1109
|
+
/**
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1028
1112
|
export interface DeleteLensShareInput {
|
|
1029
1113
|
/**
|
|
1030
1114
|
* <p>The ID associated with the workload share.</p>
|
|
@@ -1053,6 +1137,7 @@ export interface DeleteLensShareInput {
|
|
|
1053
1137
|
ClientRequestToken?: string;
|
|
1054
1138
|
}
|
|
1055
1139
|
/**
|
|
1140
|
+
* @public
|
|
1056
1141
|
* <p>Input for workload deletion.</p>
|
|
1057
1142
|
*/
|
|
1058
1143
|
export interface DeleteWorkloadInput {
|
|
@@ -1075,6 +1160,7 @@ export interface DeleteWorkloadInput {
|
|
|
1075
1160
|
ClientRequestToken?: string;
|
|
1076
1161
|
}
|
|
1077
1162
|
/**
|
|
1163
|
+
* @public
|
|
1078
1164
|
* <p>Input for Delete Workload Share</p>
|
|
1079
1165
|
*/
|
|
1080
1166
|
export interface DeleteWorkloadShareInput {
|
|
@@ -1100,12 +1186,16 @@ export interface DeleteWorkloadShareInput {
|
|
|
1100
1186
|
*/
|
|
1101
1187
|
ClientRequestToken?: string;
|
|
1102
1188
|
}
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
*/
|
|
1103
1192
|
export declare enum DifferenceStatus {
|
|
1104
1193
|
DELETED = "DELETED",
|
|
1105
1194
|
NEW = "NEW",
|
|
1106
1195
|
UPDATED = "UPDATED"
|
|
1107
1196
|
}
|
|
1108
1197
|
/**
|
|
1198
|
+
* @public
|
|
1109
1199
|
* <p>Input to disassociate lens reviews.</p>
|
|
1110
1200
|
*/
|
|
1111
1201
|
export interface DisassociateLensesInput {
|
|
@@ -1119,6 +1209,9 @@ export interface DisassociateLensesInput {
|
|
|
1119
1209
|
*/
|
|
1120
1210
|
LensAliases: string[] | undefined;
|
|
1121
1211
|
}
|
|
1212
|
+
/**
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1122
1215
|
export interface ExportLensInput {
|
|
1123
1216
|
/**
|
|
1124
1217
|
* <p>The alias of the lens.</p>
|
|
@@ -1133,6 +1226,9 @@ export interface ExportLensInput {
|
|
|
1133
1226
|
*/
|
|
1134
1227
|
LensVersion?: string;
|
|
1135
1228
|
}
|
|
1229
|
+
/**
|
|
1230
|
+
* @public
|
|
1231
|
+
*/
|
|
1136
1232
|
export interface ExportLensOutput {
|
|
1137
1233
|
/**
|
|
1138
1234
|
* <p>The JSON for the lens.</p>
|
|
@@ -1140,6 +1236,7 @@ export interface ExportLensOutput {
|
|
|
1140
1236
|
LensJSON?: string;
|
|
1141
1237
|
}
|
|
1142
1238
|
/**
|
|
1239
|
+
* @public
|
|
1143
1240
|
* <p>Input to get answer.</p>
|
|
1144
1241
|
*/
|
|
1145
1242
|
export interface GetAnswerInput {
|
|
@@ -1166,6 +1263,7 @@ export interface GetAnswerInput {
|
|
|
1166
1263
|
MilestoneNumber?: number;
|
|
1167
1264
|
}
|
|
1168
1265
|
/**
|
|
1266
|
+
* @public
|
|
1169
1267
|
* <p>Output of a get answer call.</p>
|
|
1170
1268
|
*/
|
|
1171
1269
|
export interface GetAnswerOutput {
|
|
@@ -1195,6 +1293,9 @@ export interface GetAnswerOutput {
|
|
|
1195
1293
|
*/
|
|
1196
1294
|
Answer?: Answer;
|
|
1197
1295
|
}
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1198
1299
|
export interface GetLensInput {
|
|
1199
1300
|
/**
|
|
1200
1301
|
* <p>The alias of the lens.</p>
|
|
@@ -1210,6 +1311,7 @@ export interface GetLensInput {
|
|
|
1210
1311
|
LensVersion?: string;
|
|
1211
1312
|
}
|
|
1212
1313
|
/**
|
|
1314
|
+
* @public
|
|
1213
1315
|
* <p>A lens return object.</p>
|
|
1214
1316
|
*/
|
|
1215
1317
|
export interface Lens {
|
|
@@ -1242,6 +1344,9 @@ export interface Lens {
|
|
|
1242
1344
|
*/
|
|
1243
1345
|
Tags?: Record<string, string>;
|
|
1244
1346
|
}
|
|
1347
|
+
/**
|
|
1348
|
+
* @public
|
|
1349
|
+
*/
|
|
1245
1350
|
export interface GetLensOutput {
|
|
1246
1351
|
/**
|
|
1247
1352
|
* <p>A lens return object.</p>
|
|
@@ -1249,6 +1354,7 @@ export interface GetLensOutput {
|
|
|
1249
1354
|
Lens?: Lens;
|
|
1250
1355
|
}
|
|
1251
1356
|
/**
|
|
1357
|
+
* @public
|
|
1252
1358
|
* <p>Input to get lens review.</p>
|
|
1253
1359
|
*/
|
|
1254
1360
|
export interface GetLensReviewInput {
|
|
@@ -1270,6 +1376,9 @@ export interface GetLensReviewInput {
|
|
|
1270
1376
|
*/
|
|
1271
1377
|
MilestoneNumber?: number;
|
|
1272
1378
|
}
|
|
1379
|
+
/**
|
|
1380
|
+
* @public
|
|
1381
|
+
*/
|
|
1273
1382
|
export declare enum LensStatus {
|
|
1274
1383
|
CURRENT = "CURRENT",
|
|
1275
1384
|
DELETED = "DELETED",
|
|
@@ -1278,6 +1387,7 @@ export declare enum LensStatus {
|
|
|
1278
1387
|
UNSHARED = "UNSHARED"
|
|
1279
1388
|
}
|
|
1280
1389
|
/**
|
|
1390
|
+
* @public
|
|
1281
1391
|
* <p>A pillar review summary of a lens review.</p>
|
|
1282
1392
|
*/
|
|
1283
1393
|
export interface PillarReviewSummary {
|
|
@@ -1300,6 +1410,7 @@ export interface PillarReviewSummary {
|
|
|
1300
1410
|
RiskCounts?: Record<string, number>;
|
|
1301
1411
|
}
|
|
1302
1412
|
/**
|
|
1413
|
+
* @public
|
|
1303
1414
|
* <p>A lens review of a question.</p>
|
|
1304
1415
|
*/
|
|
1305
1416
|
export interface LensReview {
|
|
@@ -1349,6 +1460,7 @@ export interface LensReview {
|
|
|
1349
1460
|
NextToken?: string;
|
|
1350
1461
|
}
|
|
1351
1462
|
/**
|
|
1463
|
+
* @public
|
|
1352
1464
|
* <p>Output of a get lens review call.</p>
|
|
1353
1465
|
*/
|
|
1354
1466
|
export interface GetLensReviewOutput {
|
|
@@ -1367,6 +1479,7 @@ export interface GetLensReviewOutput {
|
|
|
1367
1479
|
LensReview?: LensReview;
|
|
1368
1480
|
}
|
|
1369
1481
|
/**
|
|
1482
|
+
* @public
|
|
1370
1483
|
* <p>Input to get lens review report.</p>
|
|
1371
1484
|
*/
|
|
1372
1485
|
export interface GetLensReviewReportInput {
|
|
@@ -1389,6 +1502,7 @@ export interface GetLensReviewReportInput {
|
|
|
1389
1502
|
MilestoneNumber?: number;
|
|
1390
1503
|
}
|
|
1391
1504
|
/**
|
|
1505
|
+
* @public
|
|
1392
1506
|
* <p>A report of a lens review.</p>
|
|
1393
1507
|
*/
|
|
1394
1508
|
export interface LensReviewReport {
|
|
@@ -1411,6 +1525,7 @@ export interface LensReviewReport {
|
|
|
1411
1525
|
Base64String?: string;
|
|
1412
1526
|
}
|
|
1413
1527
|
/**
|
|
1528
|
+
* @public
|
|
1414
1529
|
* <p>Output of a get lens review report call.</p>
|
|
1415
1530
|
*/
|
|
1416
1531
|
export interface GetLensReviewReportOutput {
|
|
@@ -1428,6 +1543,9 @@ export interface GetLensReviewReportOutput {
|
|
|
1428
1543
|
*/
|
|
1429
1544
|
LensReviewReport?: LensReviewReport;
|
|
1430
1545
|
}
|
|
1546
|
+
/**
|
|
1547
|
+
* @public
|
|
1548
|
+
*/
|
|
1431
1549
|
export interface GetLensVersionDifferenceInput {
|
|
1432
1550
|
/**
|
|
1433
1551
|
* <p>The alias of the lens.</p>
|
|
@@ -1447,6 +1565,7 @@ export interface GetLensVersionDifferenceInput {
|
|
|
1447
1565
|
TargetLensVersion?: string;
|
|
1448
1566
|
}
|
|
1449
1567
|
/**
|
|
1568
|
+
* @public
|
|
1450
1569
|
* <p>A question difference return object.</p>
|
|
1451
1570
|
*/
|
|
1452
1571
|
export interface QuestionDifference {
|
|
@@ -1464,6 +1583,7 @@ export interface QuestionDifference {
|
|
|
1464
1583
|
DifferenceStatus?: DifferenceStatus | string;
|
|
1465
1584
|
}
|
|
1466
1585
|
/**
|
|
1586
|
+
* @public
|
|
1467
1587
|
* <p>A pillar difference return object.</p>
|
|
1468
1588
|
*/
|
|
1469
1589
|
export interface PillarDifference {
|
|
@@ -1486,6 +1606,7 @@ export interface PillarDifference {
|
|
|
1486
1606
|
QuestionDifferences?: QuestionDifference[];
|
|
1487
1607
|
}
|
|
1488
1608
|
/**
|
|
1609
|
+
* @public
|
|
1489
1610
|
* <p>The differences between the base and latest versions of the lens.</p>
|
|
1490
1611
|
*/
|
|
1491
1612
|
export interface VersionDifferences {
|
|
@@ -1494,6 +1615,9 @@ export interface VersionDifferences {
|
|
|
1494
1615
|
*/
|
|
1495
1616
|
PillarDifferences?: PillarDifference[];
|
|
1496
1617
|
}
|
|
1618
|
+
/**
|
|
1619
|
+
* @public
|
|
1620
|
+
*/
|
|
1497
1621
|
export interface GetLensVersionDifferenceOutput {
|
|
1498
1622
|
/**
|
|
1499
1623
|
* <p>The alias of the lens.</p>
|
|
@@ -1525,6 +1649,7 @@ export interface GetLensVersionDifferenceOutput {
|
|
|
1525
1649
|
VersionDifferences?: VersionDifferences;
|
|
1526
1650
|
}
|
|
1527
1651
|
/**
|
|
1652
|
+
* @public
|
|
1528
1653
|
* <p>Input to get a milestone.</p>
|
|
1529
1654
|
*/
|
|
1530
1655
|
export interface GetMilestoneInput {
|
|
@@ -1538,6 +1663,9 @@ export interface GetMilestoneInput {
|
|
|
1538
1663
|
*/
|
|
1539
1664
|
MilestoneNumber: number | undefined;
|
|
1540
1665
|
}
|
|
1666
|
+
/**
|
|
1667
|
+
* @public
|
|
1668
|
+
*/
|
|
1541
1669
|
export declare enum WorkloadImprovementStatus {
|
|
1542
1670
|
COMPLETE = "COMPLETE",
|
|
1543
1671
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -1546,6 +1674,7 @@ export declare enum WorkloadImprovementStatus {
|
|
|
1546
1674
|
RISK_ACKNOWLEDGED = "RISK_ACKNOWLEDGED"
|
|
1547
1675
|
}
|
|
1548
1676
|
/**
|
|
1677
|
+
* @public
|
|
1549
1678
|
* <p>A workload return object.</p>
|
|
1550
1679
|
*/
|
|
1551
1680
|
export interface Workload {
|
|
@@ -1798,6 +1927,7 @@ export interface Workload {
|
|
|
1798
1927
|
Applications?: string[];
|
|
1799
1928
|
}
|
|
1800
1929
|
/**
|
|
1930
|
+
* @public
|
|
1801
1931
|
* <p>A milestone return object.</p>
|
|
1802
1932
|
*/
|
|
1803
1933
|
export interface Milestone {
|
|
@@ -1821,6 +1951,7 @@ export interface Milestone {
|
|
|
1821
1951
|
Workload?: Workload;
|
|
1822
1952
|
}
|
|
1823
1953
|
/**
|
|
1954
|
+
* @public
|
|
1824
1955
|
* <p>Output of a get milestone call.</p>
|
|
1825
1956
|
*/
|
|
1826
1957
|
export interface GetMilestoneOutput {
|
|
@@ -1834,6 +1965,7 @@ export interface GetMilestoneOutput {
|
|
|
1834
1965
|
Milestone?: Milestone;
|
|
1835
1966
|
}
|
|
1836
1967
|
/**
|
|
1968
|
+
* @public
|
|
1837
1969
|
* <p>Input to get a workload.</p>
|
|
1838
1970
|
*/
|
|
1839
1971
|
export interface GetWorkloadInput {
|
|
@@ -1843,6 +1975,7 @@ export interface GetWorkloadInput {
|
|
|
1843
1975
|
WorkloadId: string | undefined;
|
|
1844
1976
|
}
|
|
1845
1977
|
/**
|
|
1978
|
+
* @public
|
|
1846
1979
|
* <p>Output of a get workload call.</p>
|
|
1847
1980
|
*/
|
|
1848
1981
|
export interface GetWorkloadOutput {
|
|
@@ -1851,6 +1984,9 @@ export interface GetWorkloadOutput {
|
|
|
1851
1984
|
*/
|
|
1852
1985
|
Workload?: Workload;
|
|
1853
1986
|
}
|
|
1987
|
+
/**
|
|
1988
|
+
* @public
|
|
1989
|
+
*/
|
|
1854
1990
|
export interface ImportLensInput {
|
|
1855
1991
|
/**
|
|
1856
1992
|
* <p>The alias of the lens.</p>
|
|
@@ -1882,11 +2018,17 @@ export interface ImportLensInput {
|
|
|
1882
2018
|
*/
|
|
1883
2019
|
Tags?: Record<string, string>;
|
|
1884
2020
|
}
|
|
2021
|
+
/**
|
|
2022
|
+
* @public
|
|
2023
|
+
*/
|
|
1885
2024
|
export declare enum ImportLensStatus {
|
|
1886
2025
|
COMPLETE = "COMPLETE",
|
|
1887
2026
|
ERROR = "ERROR",
|
|
1888
2027
|
IN_PROGRESS = "IN_PROGRESS"
|
|
1889
2028
|
}
|
|
2029
|
+
/**
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
1890
2032
|
export interface ImportLensOutput {
|
|
1891
2033
|
/**
|
|
1892
2034
|
* <p>The ARN for the lens.</p>
|
|
@@ -1898,6 +2040,7 @@ export interface ImportLensOutput {
|
|
|
1898
2040
|
Status?: ImportLensStatus | string;
|
|
1899
2041
|
}
|
|
1900
2042
|
/**
|
|
2043
|
+
* @public
|
|
1901
2044
|
* <p>An improvement summary of a lens review in a workload.</p>
|
|
1902
2045
|
*/
|
|
1903
2046
|
export interface ImprovementSummary {
|
|
@@ -1929,6 +2072,7 @@ export interface ImprovementSummary {
|
|
|
1929
2072
|
ImprovementPlans?: ChoiceImprovementPlan[];
|
|
1930
2073
|
}
|
|
1931
2074
|
/**
|
|
2075
|
+
* @public
|
|
1932
2076
|
* <p>A lens review summary of a workload.</p>
|
|
1933
2077
|
*/
|
|
1934
2078
|
export interface LensReviewSummary {
|
|
@@ -1965,6 +2109,9 @@ export interface LensReviewSummary {
|
|
|
1965
2109
|
*/
|
|
1966
2110
|
RiskCounts?: Record<string, number>;
|
|
1967
2111
|
}
|
|
2112
|
+
/**
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
1968
2115
|
export declare enum ShareStatus {
|
|
1969
2116
|
ACCEPTED = "ACCEPTED",
|
|
1970
2117
|
ASSOCIATED = "ASSOCIATED",
|
|
@@ -1976,6 +2123,7 @@ export declare enum ShareStatus {
|
|
|
1976
2123
|
REVOKED = "REVOKED"
|
|
1977
2124
|
}
|
|
1978
2125
|
/**
|
|
2126
|
+
* @public
|
|
1979
2127
|
* <p>A lens share summary return object.</p>
|
|
1980
2128
|
*/
|
|
1981
2129
|
export interface LensShareSummary {
|
|
@@ -1996,12 +2144,16 @@ export interface LensShareSummary {
|
|
|
1996
2144
|
*/
|
|
1997
2145
|
StatusMessage?: string;
|
|
1998
2146
|
}
|
|
2147
|
+
/**
|
|
2148
|
+
* @public
|
|
2149
|
+
*/
|
|
1999
2150
|
export declare enum LensType {
|
|
2000
2151
|
AWS_OFFICIAL = "AWS_OFFICIAL",
|
|
2001
2152
|
CUSTOM_SELF = "CUSTOM_SELF",
|
|
2002
2153
|
CUSTOM_SHARED = "CUSTOM_SHARED"
|
|
2003
2154
|
}
|
|
2004
2155
|
/**
|
|
2156
|
+
* @public
|
|
2005
2157
|
* <p>A lens summary of a lens.</p>
|
|
2006
2158
|
*/
|
|
2007
2159
|
export interface LensSummary {
|
|
@@ -2051,6 +2203,7 @@ export interface LensSummary {
|
|
|
2051
2203
|
LensStatus?: LensStatus | string;
|
|
2052
2204
|
}
|
|
2053
2205
|
/**
|
|
2206
|
+
* @public
|
|
2054
2207
|
* <p>Lens upgrade summary return object.</p>
|
|
2055
2208
|
*/
|
|
2056
2209
|
export interface LensUpgradeSummary {
|
|
@@ -2086,6 +2239,7 @@ export interface LensUpgradeSummary {
|
|
|
2086
2239
|
LatestLensVersion?: string;
|
|
2087
2240
|
}
|
|
2088
2241
|
/**
|
|
2242
|
+
* @public
|
|
2089
2243
|
* <p>Input to list answers.</p>
|
|
2090
2244
|
*/
|
|
2091
2245
|
export interface ListAnswersInput {
|
|
@@ -2121,6 +2275,7 @@ export interface ListAnswersInput {
|
|
|
2121
2275
|
MaxResults?: number;
|
|
2122
2276
|
}
|
|
2123
2277
|
/**
|
|
2278
|
+
* @public
|
|
2124
2279
|
* <p>Output of a list answers call.</p>
|
|
2125
2280
|
*/
|
|
2126
2281
|
export interface ListAnswersOutput {
|
|
@@ -2154,6 +2309,9 @@ export interface ListAnswersOutput {
|
|
|
2154
2309
|
*/
|
|
2155
2310
|
NextToken?: string;
|
|
2156
2311
|
}
|
|
2312
|
+
/**
|
|
2313
|
+
* @public
|
|
2314
|
+
*/
|
|
2157
2315
|
export interface ListCheckDetailsInput {
|
|
2158
2316
|
/**
|
|
2159
2317
|
* <p>The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.</p>
|
|
@@ -2185,6 +2343,9 @@ export interface ListCheckDetailsInput {
|
|
|
2185
2343
|
*/
|
|
2186
2344
|
ChoiceId: string | undefined;
|
|
2187
2345
|
}
|
|
2346
|
+
/**
|
|
2347
|
+
* @public
|
|
2348
|
+
*/
|
|
2188
2349
|
export interface ListCheckDetailsOutput {
|
|
2189
2350
|
/**
|
|
2190
2351
|
* <p>The details about the Trusted Advisor checks related to the Well-Architected best practice.</p>
|
|
@@ -2195,6 +2356,9 @@ export interface ListCheckDetailsOutput {
|
|
|
2195
2356
|
*/
|
|
2196
2357
|
NextToken?: string;
|
|
2197
2358
|
}
|
|
2359
|
+
/**
|
|
2360
|
+
* @public
|
|
2361
|
+
*/
|
|
2198
2362
|
export interface ListCheckSummariesInput {
|
|
2199
2363
|
/**
|
|
2200
2364
|
* <p>The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.</p>
|
|
@@ -2226,6 +2390,9 @@ export interface ListCheckSummariesInput {
|
|
|
2226
2390
|
*/
|
|
2227
2391
|
ChoiceId: string | undefined;
|
|
2228
2392
|
}
|
|
2393
|
+
/**
|
|
2394
|
+
* @public
|
|
2395
|
+
*/
|
|
2229
2396
|
export interface ListCheckSummariesOutput {
|
|
2230
2397
|
/**
|
|
2231
2398
|
* <p>List of Trusted Advisor summaries related to the Well-Architected best practice.</p>
|
|
@@ -2237,6 +2404,7 @@ export interface ListCheckSummariesOutput {
|
|
|
2237
2404
|
NextToken?: string;
|
|
2238
2405
|
}
|
|
2239
2406
|
/**
|
|
2407
|
+
* @public
|
|
2240
2408
|
* <p>Input to list lenses.</p>
|
|
2241
2409
|
*/
|
|
2242
2410
|
export interface ListLensesInput {
|
|
@@ -2262,6 +2430,7 @@ export interface ListLensesInput {
|
|
|
2262
2430
|
LensName?: string;
|
|
2263
2431
|
}
|
|
2264
2432
|
/**
|
|
2433
|
+
* @public
|
|
2265
2434
|
* <p>Output of a list lenses call.</p>
|
|
2266
2435
|
*/
|
|
2267
2436
|
export interface ListLensesOutput {
|
|
@@ -2275,6 +2444,7 @@ export interface ListLensesOutput {
|
|
|
2275
2444
|
NextToken?: string;
|
|
2276
2445
|
}
|
|
2277
2446
|
/**
|
|
2447
|
+
* @public
|
|
2278
2448
|
* <p>Input to list lens review improvements.</p>
|
|
2279
2449
|
*/
|
|
2280
2450
|
export interface ListLensReviewImprovementsInput {
|
|
@@ -2310,6 +2480,7 @@ export interface ListLensReviewImprovementsInput {
|
|
|
2310
2480
|
MaxResults?: number;
|
|
2311
2481
|
}
|
|
2312
2482
|
/**
|
|
2483
|
+
* @public
|
|
2313
2484
|
* <p>Output of a list lens review improvements call.</p>
|
|
2314
2485
|
*/
|
|
2315
2486
|
export interface ListLensReviewImprovementsOutput {
|
|
@@ -2344,6 +2515,7 @@ export interface ListLensReviewImprovementsOutput {
|
|
|
2344
2515
|
NextToken?: string;
|
|
2345
2516
|
}
|
|
2346
2517
|
/**
|
|
2518
|
+
* @public
|
|
2347
2519
|
* <p>Input to list lens reviews.</p>
|
|
2348
2520
|
*/
|
|
2349
2521
|
export interface ListLensReviewsInput {
|
|
@@ -2366,6 +2538,7 @@ export interface ListLensReviewsInput {
|
|
|
2366
2538
|
MaxResults?: number;
|
|
2367
2539
|
}
|
|
2368
2540
|
/**
|
|
2541
|
+
* @public
|
|
2369
2542
|
* <p>Output of a list lens reviews call.</p>
|
|
2370
2543
|
*/
|
|
2371
2544
|
export interface ListLensReviewsOutput {
|
|
@@ -2387,6 +2560,9 @@ export interface ListLensReviewsOutput {
|
|
|
2387
2560
|
*/
|
|
2388
2561
|
NextToken?: string;
|
|
2389
2562
|
}
|
|
2563
|
+
/**
|
|
2564
|
+
* @public
|
|
2565
|
+
*/
|
|
2390
2566
|
export interface ListLensSharesInput {
|
|
2391
2567
|
/**
|
|
2392
2568
|
* <p>The alias of the lens.</p>
|
|
@@ -2413,6 +2589,9 @@ export interface ListLensSharesInput {
|
|
|
2413
2589
|
*/
|
|
2414
2590
|
Status?: ShareStatus | string;
|
|
2415
2591
|
}
|
|
2592
|
+
/**
|
|
2593
|
+
* @public
|
|
2594
|
+
*/
|
|
2416
2595
|
export interface ListLensSharesOutput {
|
|
2417
2596
|
/**
|
|
2418
2597
|
* <p>A list of lens share summaries.</p>
|
|
@@ -2424,6 +2603,7 @@ export interface ListLensSharesOutput {
|
|
|
2424
2603
|
NextToken?: string;
|
|
2425
2604
|
}
|
|
2426
2605
|
/**
|
|
2606
|
+
* @public
|
|
2427
2607
|
* <p>Input to list all milestones for a workload.</p>
|
|
2428
2608
|
*/
|
|
2429
2609
|
export interface ListMilestonesInput {
|
|
@@ -2441,6 +2621,7 @@ export interface ListMilestonesInput {
|
|
|
2441
2621
|
MaxResults?: number;
|
|
2442
2622
|
}
|
|
2443
2623
|
/**
|
|
2624
|
+
* @public
|
|
2444
2625
|
* <p>A workload summary return object.</p>
|
|
2445
2626
|
*/
|
|
2446
2627
|
export interface WorkloadSummary {
|
|
@@ -2480,6 +2661,7 @@ export interface WorkloadSummary {
|
|
|
2480
2661
|
ImprovementStatus?: WorkloadImprovementStatus | string;
|
|
2481
2662
|
}
|
|
2482
2663
|
/**
|
|
2664
|
+
* @public
|
|
2483
2665
|
* <p>A milestone summary return object.</p>
|
|
2484
2666
|
*/
|
|
2485
2667
|
export interface MilestoneSummary {
|
|
@@ -2503,6 +2685,7 @@ export interface MilestoneSummary {
|
|
|
2503
2685
|
WorkloadSummary?: WorkloadSummary;
|
|
2504
2686
|
}
|
|
2505
2687
|
/**
|
|
2688
|
+
* @public
|
|
2506
2689
|
* <p>Output of a list milestones call.</p>
|
|
2507
2690
|
*/
|
|
2508
2691
|
export interface ListMilestonesOutput {
|
|
@@ -2519,6 +2702,9 @@ export interface ListMilestonesOutput {
|
|
|
2519
2702
|
*/
|
|
2520
2703
|
NextToken?: string;
|
|
2521
2704
|
}
|
|
2705
|
+
/**
|
|
2706
|
+
* @public
|
|
2707
|
+
*/
|
|
2522
2708
|
export interface ListNotificationsInput {
|
|
2523
2709
|
/**
|
|
2524
2710
|
* <p>The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.</p>
|
|
@@ -2533,11 +2719,15 @@ export interface ListNotificationsInput {
|
|
|
2533
2719
|
*/
|
|
2534
2720
|
MaxResults?: number;
|
|
2535
2721
|
}
|
|
2722
|
+
/**
|
|
2723
|
+
* @public
|
|
2724
|
+
*/
|
|
2536
2725
|
export declare enum NotificationType {
|
|
2537
2726
|
LENS_VERSION_DEPRECATED = "LENS_VERSION_DEPRECATED",
|
|
2538
2727
|
LENS_VERSION_UPGRADED = "LENS_VERSION_UPGRADED"
|
|
2539
2728
|
}
|
|
2540
2729
|
/**
|
|
2730
|
+
* @public
|
|
2541
2731
|
* <p>A notification summary return object.</p>
|
|
2542
2732
|
*/
|
|
2543
2733
|
export interface NotificationSummary {
|
|
@@ -2550,6 +2740,9 @@ export interface NotificationSummary {
|
|
|
2550
2740
|
*/
|
|
2551
2741
|
LensUpgradeSummary?: LensUpgradeSummary;
|
|
2552
2742
|
}
|
|
2743
|
+
/**
|
|
2744
|
+
* @public
|
|
2745
|
+
*/
|
|
2553
2746
|
export interface ListNotificationsOutput {
|
|
2554
2747
|
/**
|
|
2555
2748
|
* <p>List of lens notification summaries in a workload.</p>
|
|
@@ -2560,11 +2753,15 @@ export interface ListNotificationsOutput {
|
|
|
2560
2753
|
*/
|
|
2561
2754
|
NextToken?: string;
|
|
2562
2755
|
}
|
|
2756
|
+
/**
|
|
2757
|
+
* @public
|
|
2758
|
+
*/
|
|
2563
2759
|
export declare enum ShareResourceType {
|
|
2564
2760
|
LENS = "LENS",
|
|
2565
2761
|
WORKLOAD = "WORKLOAD"
|
|
2566
2762
|
}
|
|
2567
2763
|
/**
|
|
2764
|
+
* @public
|
|
2568
2765
|
* <p>Input for List Share Invitations</p>
|
|
2569
2766
|
*/
|
|
2570
2767
|
export interface ListShareInvitationsInput {
|
|
@@ -2591,6 +2788,7 @@ export interface ListShareInvitationsInput {
|
|
|
2591
2788
|
MaxResults?: number;
|
|
2592
2789
|
}
|
|
2593
2790
|
/**
|
|
2791
|
+
* @public
|
|
2594
2792
|
* <p>A share invitation summary return object.</p>
|
|
2595
2793
|
*/
|
|
2596
2794
|
export interface ShareInvitationSummary {
|
|
@@ -2634,6 +2832,7 @@ export interface ShareInvitationSummary {
|
|
|
2634
2832
|
LensArn?: string;
|
|
2635
2833
|
}
|
|
2636
2834
|
/**
|
|
2835
|
+
* @public
|
|
2637
2836
|
* <p>Input for List Share Invitations</p>
|
|
2638
2837
|
*/
|
|
2639
2838
|
export interface ListShareInvitationsOutput {
|
|
@@ -2646,12 +2845,18 @@ export interface ListShareInvitationsOutput {
|
|
|
2646
2845
|
*/
|
|
2647
2846
|
NextToken?: string;
|
|
2648
2847
|
}
|
|
2848
|
+
/**
|
|
2849
|
+
* @public
|
|
2850
|
+
*/
|
|
2649
2851
|
export interface ListTagsForResourceInput {
|
|
2650
2852
|
/**
|
|
2651
2853
|
* <p>The ARN for the workload.</p>
|
|
2652
2854
|
*/
|
|
2653
2855
|
WorkloadArn: string | undefined;
|
|
2654
2856
|
}
|
|
2857
|
+
/**
|
|
2858
|
+
* @public
|
|
2859
|
+
*/
|
|
2655
2860
|
export interface ListTagsForResourceOutput {
|
|
2656
2861
|
/**
|
|
2657
2862
|
* <p>The tags for the resource.</p>
|
|
@@ -2659,6 +2864,7 @@ export interface ListTagsForResourceOutput {
|
|
|
2659
2864
|
Tags?: Record<string, string>;
|
|
2660
2865
|
}
|
|
2661
2866
|
/**
|
|
2867
|
+
* @public
|
|
2662
2868
|
* <p>Input to list all workloads.</p>
|
|
2663
2869
|
*/
|
|
2664
2870
|
export interface ListWorkloadsInput {
|
|
@@ -2677,6 +2883,7 @@ export interface ListWorkloadsInput {
|
|
|
2677
2883
|
MaxResults?: number;
|
|
2678
2884
|
}
|
|
2679
2885
|
/**
|
|
2886
|
+
* @public
|
|
2680
2887
|
* <p>Output of a list workloads call.</p>
|
|
2681
2888
|
*/
|
|
2682
2889
|
export interface ListWorkloadsOutput {
|
|
@@ -2690,6 +2897,7 @@ export interface ListWorkloadsOutput {
|
|
|
2690
2897
|
NextToken?: string;
|
|
2691
2898
|
}
|
|
2692
2899
|
/**
|
|
2900
|
+
* @public
|
|
2693
2901
|
* <p>Input for List Workload Share</p>
|
|
2694
2902
|
*/
|
|
2695
2903
|
export interface ListWorkloadSharesInput {
|
|
@@ -2715,6 +2923,7 @@ export interface ListWorkloadSharesInput {
|
|
|
2715
2923
|
Status?: ShareStatus | string;
|
|
2716
2924
|
}
|
|
2717
2925
|
/**
|
|
2926
|
+
* @public
|
|
2718
2927
|
* <p>A workload share summary return object.</p>
|
|
2719
2928
|
*/
|
|
2720
2929
|
export interface WorkloadShareSummary {
|
|
@@ -2740,6 +2949,7 @@ export interface WorkloadShareSummary {
|
|
|
2740
2949
|
StatusMessage?: string;
|
|
2741
2950
|
}
|
|
2742
2951
|
/**
|
|
2952
|
+
* @public
|
|
2743
2953
|
* <p>Input for List Workload Share</p>
|
|
2744
2954
|
*/
|
|
2745
2955
|
export interface ListWorkloadSharesOutput {
|
|
@@ -2756,11 +2966,15 @@ export interface ListWorkloadSharesOutput {
|
|
|
2756
2966
|
*/
|
|
2757
2967
|
NextToken?: string;
|
|
2758
2968
|
}
|
|
2969
|
+
/**
|
|
2970
|
+
* @public
|
|
2971
|
+
*/
|
|
2759
2972
|
export declare enum OrganizationSharingStatus {
|
|
2760
2973
|
DISABLED = "DISABLED",
|
|
2761
2974
|
ENABLED = "ENABLED"
|
|
2762
2975
|
}
|
|
2763
2976
|
/**
|
|
2977
|
+
* @public
|
|
2764
2978
|
* <p>The share invitation.</p>
|
|
2765
2979
|
*/
|
|
2766
2980
|
export interface ShareInvitation {
|
|
@@ -2789,10 +3003,16 @@ export interface ShareInvitation {
|
|
|
2789
3003
|
*/
|
|
2790
3004
|
LensArn?: string;
|
|
2791
3005
|
}
|
|
3006
|
+
/**
|
|
3007
|
+
* @public
|
|
3008
|
+
*/
|
|
2792
3009
|
export declare enum ShareInvitationAction {
|
|
2793
3010
|
ACCEPT = "ACCEPT",
|
|
2794
3011
|
REJECT = "REJECT"
|
|
2795
3012
|
}
|
|
3013
|
+
/**
|
|
3014
|
+
* @public
|
|
3015
|
+
*/
|
|
2796
3016
|
export interface TagResourceInput {
|
|
2797
3017
|
/**
|
|
2798
3018
|
* <p>The ARN for the workload.</p>
|
|
@@ -2803,8 +3023,14 @@ export interface TagResourceInput {
|
|
|
2803
3023
|
*/
|
|
2804
3024
|
Tags: Record<string, string> | undefined;
|
|
2805
3025
|
}
|
|
3026
|
+
/**
|
|
3027
|
+
* @public
|
|
3028
|
+
*/
|
|
2806
3029
|
export interface TagResourceOutput {
|
|
2807
3030
|
}
|
|
3031
|
+
/**
|
|
3032
|
+
* @public
|
|
3033
|
+
*/
|
|
2808
3034
|
export interface UntagResourceInput {
|
|
2809
3035
|
/**
|
|
2810
3036
|
* <p>The ARN for the workload.</p>
|
|
@@ -2816,9 +3042,13 @@ export interface UntagResourceInput {
|
|
|
2816
3042
|
*/
|
|
2817
3043
|
TagKeys: string[] | undefined;
|
|
2818
3044
|
}
|
|
3045
|
+
/**
|
|
3046
|
+
* @public
|
|
3047
|
+
*/
|
|
2819
3048
|
export interface UntagResourceOutput {
|
|
2820
3049
|
}
|
|
2821
3050
|
/**
|
|
3051
|
+
* @public
|
|
2822
3052
|
* <p>Input to update answer.</p>
|
|
2823
3053
|
*/
|
|
2824
3054
|
export interface UpdateAnswerInput {
|
|
@@ -2862,6 +3092,7 @@ export interface UpdateAnswerInput {
|
|
|
2862
3092
|
Reason?: AnswerReason | string;
|
|
2863
3093
|
}
|
|
2864
3094
|
/**
|
|
3095
|
+
* @public
|
|
2865
3096
|
* <p>Output of a update answer call.</p>
|
|
2866
3097
|
*/
|
|
2867
3098
|
export interface UpdateAnswerOutput {
|
|
@@ -2886,6 +3117,9 @@ export interface UpdateAnswerOutput {
|
|
|
2886
3117
|
*/
|
|
2887
3118
|
Answer?: Answer;
|
|
2888
3119
|
}
|
|
3120
|
+
/**
|
|
3121
|
+
* @public
|
|
3122
|
+
*/
|
|
2889
3123
|
export interface UpdateGlobalSettingsInput {
|
|
2890
3124
|
/**
|
|
2891
3125
|
* <p>The status of organization sharing settings.</p>
|
|
@@ -2893,6 +3127,7 @@ export interface UpdateGlobalSettingsInput {
|
|
|
2893
3127
|
OrganizationSharingStatus?: OrganizationSharingStatus | string;
|
|
2894
3128
|
}
|
|
2895
3129
|
/**
|
|
3130
|
+
* @public
|
|
2896
3131
|
* <p>Input for update lens review.</p>
|
|
2897
3132
|
*/
|
|
2898
3133
|
export interface UpdateLensReviewInput {
|
|
@@ -2918,6 +3153,7 @@ export interface UpdateLensReviewInput {
|
|
|
2918
3153
|
PillarNotes?: Record<string, string>;
|
|
2919
3154
|
}
|
|
2920
3155
|
/**
|
|
3156
|
+
* @public
|
|
2921
3157
|
* <p>Output of a update lens review call.</p>
|
|
2922
3158
|
*/
|
|
2923
3159
|
export interface UpdateLensReviewOutput {
|
|
@@ -2931,6 +3167,7 @@ export interface UpdateLensReviewOutput {
|
|
|
2931
3167
|
LensReview?: LensReview;
|
|
2932
3168
|
}
|
|
2933
3169
|
/**
|
|
3170
|
+
* @public
|
|
2934
3171
|
* <p>Input for Update Share Invitation</p>
|
|
2935
3172
|
*/
|
|
2936
3173
|
export interface UpdateShareInvitationInput {
|
|
@@ -2943,6 +3180,9 @@ export interface UpdateShareInvitationInput {
|
|
|
2943
3180
|
*/
|
|
2944
3181
|
ShareInvitationAction: ShareInvitationAction | string | undefined;
|
|
2945
3182
|
}
|
|
3183
|
+
/**
|
|
3184
|
+
* @public
|
|
3185
|
+
*/
|
|
2946
3186
|
export interface UpdateShareInvitationOutput {
|
|
2947
3187
|
/**
|
|
2948
3188
|
* <p>The updated workload or custom lens share invitation.</p>
|
|
@@ -2950,6 +3190,7 @@ export interface UpdateShareInvitationOutput {
|
|
|
2950
3190
|
ShareInvitation?: ShareInvitation;
|
|
2951
3191
|
}
|
|
2952
3192
|
/**
|
|
3193
|
+
* @public
|
|
2953
3194
|
* <p>Input to update a workload.</p>
|
|
2954
3195
|
*/
|
|
2955
3196
|
export interface UpdateWorkloadInput {
|
|
@@ -3170,6 +3411,7 @@ export interface UpdateWorkloadInput {
|
|
|
3170
3411
|
Applications?: string[];
|
|
3171
3412
|
}
|
|
3172
3413
|
/**
|
|
3414
|
+
* @public
|
|
3173
3415
|
* <p>Output of an update workload call.</p>
|
|
3174
3416
|
*/
|
|
3175
3417
|
export interface UpdateWorkloadOutput {
|
|
@@ -3179,6 +3421,7 @@ export interface UpdateWorkloadOutput {
|
|
|
3179
3421
|
Workload?: Workload;
|
|
3180
3422
|
}
|
|
3181
3423
|
/**
|
|
3424
|
+
* @public
|
|
3182
3425
|
* <p>Input for Update Workload Share</p>
|
|
3183
3426
|
*/
|
|
3184
3427
|
export interface UpdateWorkloadShareInput {
|
|
@@ -3196,6 +3439,7 @@ export interface UpdateWorkloadShareInput {
|
|
|
3196
3439
|
PermissionType: PermissionType | string | undefined;
|
|
3197
3440
|
}
|
|
3198
3441
|
/**
|
|
3442
|
+
* @public
|
|
3199
3443
|
* <p>A workload share return object.</p>
|
|
3200
3444
|
*/
|
|
3201
3445
|
export interface WorkloadShare {
|
|
@@ -3231,6 +3475,7 @@ export interface WorkloadShare {
|
|
|
3231
3475
|
WorkloadId?: string;
|
|
3232
3476
|
}
|
|
3233
3477
|
/**
|
|
3478
|
+
* @public
|
|
3234
3479
|
* <p>Input for Update Workload Share</p>
|
|
3235
3480
|
*/
|
|
3236
3481
|
export interface UpdateWorkloadShareOutput {
|
|
@@ -3243,6 +3488,9 @@ export interface UpdateWorkloadShareOutput {
|
|
|
3243
3488
|
*/
|
|
3244
3489
|
WorkloadShare?: WorkloadShare;
|
|
3245
3490
|
}
|
|
3491
|
+
/**
|
|
3492
|
+
* @public
|
|
3493
|
+
*/
|
|
3246
3494
|
export interface UpgradeLensReviewInput {
|
|
3247
3495
|
/**
|
|
3248
3496
|
* <p>The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.</p>
|