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