@aws-sdk/client-wellarchitected 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/AssociateLensesCommand.js +1 -1
- package/dist-cjs/commands/CreateLensShareCommand.js +2 -2
- package/dist-cjs/commands/CreateLensVersionCommand.js +2 -2
- package/dist-cjs/commands/CreateMilestoneCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkloadCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkloadShareCommand.js +2 -2
- package/dist-cjs/commands/DeleteLensCommand.js +1 -1
- package/dist-cjs/commands/DeleteLensShareCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkloadCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkloadShareCommand.js +1 -1
- package/dist-cjs/commands/DisassociateLensesCommand.js +1 -1
- package/dist-cjs/commands/ExportLensCommand.js +2 -2
- package/dist-cjs/commands/GetAnswerCommand.js +2 -2
- package/dist-cjs/commands/GetLensCommand.js +2 -2
- package/dist-cjs/commands/GetLensReviewCommand.js +2 -2
- package/dist-cjs/commands/GetLensReviewReportCommand.js +2 -2
- package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +2 -2
- package/dist-cjs/commands/GetMilestoneCommand.js +2 -2
- package/dist-cjs/commands/GetWorkloadCommand.js +2 -2
- package/dist-cjs/commands/ImportLensCommand.js +2 -2
- package/dist-cjs/commands/ListAnswersCommand.js +2 -2
- package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +2 -2
- package/dist-cjs/commands/ListLensReviewsCommand.js +2 -2
- package/dist-cjs/commands/ListLensSharesCommand.js +2 -2
- package/dist-cjs/commands/ListLensesCommand.js +2 -2
- package/dist-cjs/commands/ListMilestonesCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationsCommand.js +2 -2
- package/dist-cjs/commands/ListShareInvitationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkloadSharesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkloadsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnswerCommand.js +2 -2
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -1
- package/dist-cjs/commands/UpdateLensReviewCommand.js +2 -2
- package/dist-cjs/commands/UpdateShareInvitationCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkloadCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkloadShareCommand.js +2 -2
- package/dist-cjs/commands/UpgradeLensReviewCommand.js +1 -1
- package/dist-cjs/models/models_0.js +415 -621
- package/dist-es/commands/AssociateLensesCommand.js +2 -2
- package/dist-es/commands/CreateLensShareCommand.js +3 -3
- package/dist-es/commands/CreateLensVersionCommand.js +3 -3
- package/dist-es/commands/CreateMilestoneCommand.js +3 -3
- package/dist-es/commands/CreateWorkloadCommand.js +3 -3
- package/dist-es/commands/CreateWorkloadShareCommand.js +3 -3
- package/dist-es/commands/DeleteLensCommand.js +2 -2
- package/dist-es/commands/DeleteLensShareCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DisassociateLensesCommand.js +2 -2
- package/dist-es/commands/ExportLensCommand.js +3 -3
- package/dist-es/commands/GetAnswerCommand.js +3 -3
- package/dist-es/commands/GetLensCommand.js +3 -3
- package/dist-es/commands/GetLensReviewCommand.js +3 -3
- package/dist-es/commands/GetLensReviewReportCommand.js +3 -3
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +3 -3
- package/dist-es/commands/GetMilestoneCommand.js +3 -3
- package/dist-es/commands/GetWorkloadCommand.js +3 -3
- package/dist-es/commands/ImportLensCommand.js +3 -3
- package/dist-es/commands/ListAnswersCommand.js +3 -3
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +3 -3
- package/dist-es/commands/ListLensReviewsCommand.js +3 -3
- package/dist-es/commands/ListLensSharesCommand.js +3 -3
- package/dist-es/commands/ListLensesCommand.js +3 -3
- package/dist-es/commands/ListMilestonesCommand.js +3 -3
- package/dist-es/commands/ListNotificationsCommand.js +3 -3
- package/dist-es/commands/ListShareInvitationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkloadSharesCommand.js +3 -3
- package/dist-es/commands/ListWorkloadsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAnswerCommand.js +3 -3
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateLensReviewCommand.js +3 -3
- package/dist-es/commands/UpdateShareInvitationCommand.js +3 -3
- package/dist-es/commands/UpdateWorkloadCommand.js +3 -3
- package/dist-es/commands/UpdateWorkloadShareCommand.js +3 -3
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -2
- package/dist-es/models/models_0.js +103 -412
- package/dist-types/models/models_0.d.ts +412 -618
- package/dist-types/ts3.4/models/models_0.d.ts +206 -412
- package/package.json +6 -6
|
@@ -13,19 +13,11 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var ChoiceContent;
|
|
17
|
-
(function (ChoiceContent) {
|
|
18
|
-
ChoiceContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(ChoiceContent || (ChoiceContent = {}));
|
|
20
16
|
export var AdditionalResourceType;
|
|
21
17
|
(function (AdditionalResourceType) {
|
|
22
18
|
AdditionalResourceType["HELPFUL_RESOURCE"] = "HELPFUL_RESOURCE";
|
|
23
19
|
AdditionalResourceType["IMPROVEMENT_PLAN"] = "IMPROVEMENT_PLAN";
|
|
24
20
|
})(AdditionalResourceType || (AdditionalResourceType = {}));
|
|
25
|
-
export var AdditionalResources;
|
|
26
|
-
(function (AdditionalResources) {
|
|
27
|
-
AdditionalResources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(AdditionalResources || (AdditionalResources = {}));
|
|
29
21
|
export var ChoiceReason;
|
|
30
22
|
(function (ChoiceReason) {
|
|
31
23
|
ChoiceReason["ARCHITECTURE_CONSTRAINTS"] = "ARCHITECTURE_CONSTRAINTS";
|
|
@@ -40,14 +32,6 @@ export var ChoiceStatus;
|
|
|
40
32
|
ChoiceStatus["SELECTED"] = "SELECTED";
|
|
41
33
|
ChoiceStatus["UNSELECTED"] = "UNSELECTED";
|
|
42
34
|
})(ChoiceStatus || (ChoiceStatus = {}));
|
|
43
|
-
export var ChoiceAnswer;
|
|
44
|
-
(function (ChoiceAnswer) {
|
|
45
|
-
ChoiceAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(ChoiceAnswer || (ChoiceAnswer = {}));
|
|
47
|
-
export var Choice;
|
|
48
|
-
(function (Choice) {
|
|
49
|
-
Choice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(Choice || (Choice = {}));
|
|
51
35
|
export var AnswerReason;
|
|
52
36
|
(function (AnswerReason) {
|
|
53
37
|
AnswerReason["ARCHITECTURE_CONSTRAINTS"] = "ARCHITECTURE_CONSTRAINTS";
|
|
@@ -64,22 +48,6 @@ export var Risk;
|
|
|
64
48
|
Risk["NOT_APPLICABLE"] = "NOT_APPLICABLE";
|
|
65
49
|
Risk["UNANSWERED"] = "UNANSWERED";
|
|
66
50
|
})(Risk || (Risk = {}));
|
|
67
|
-
export var Answer;
|
|
68
|
-
(function (Answer) {
|
|
69
|
-
Answer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
-
})(Answer || (Answer = {}));
|
|
71
|
-
export var ChoiceAnswerSummary;
|
|
72
|
-
(function (ChoiceAnswerSummary) {
|
|
73
|
-
ChoiceAnswerSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(ChoiceAnswerSummary || (ChoiceAnswerSummary = {}));
|
|
75
|
-
export var AnswerSummary;
|
|
76
|
-
(function (AnswerSummary) {
|
|
77
|
-
AnswerSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(AnswerSummary || (AnswerSummary = {}));
|
|
79
|
-
export var AssociateLensesInput;
|
|
80
|
-
(function (AssociateLensesInput) {
|
|
81
|
-
AssociateLensesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(AssociateLensesInput || (AssociateLensesInput = {}));
|
|
83
51
|
var ConflictException = (function (_super) {
|
|
84
52
|
__extends(ConflictException, _super);
|
|
85
53
|
function ConflictException(opts) {
|
|
@@ -138,10 +106,6 @@ var ThrottlingException = (function (_super) {
|
|
|
138
106
|
return ThrottlingException;
|
|
139
107
|
}(__BaseException));
|
|
140
108
|
export { ThrottlingException };
|
|
141
|
-
export var ValidationExceptionField;
|
|
142
|
-
(function (ValidationExceptionField) {
|
|
143
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
145
109
|
export var ValidationExceptionReason;
|
|
146
110
|
(function (ValidationExceptionReason) {
|
|
147
111
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -164,22 +128,6 @@ var ValidationException = (function (_super) {
|
|
|
164
128
|
return ValidationException;
|
|
165
129
|
}(__BaseException));
|
|
166
130
|
export { ValidationException };
|
|
167
|
-
export var ChoiceImprovementPlan;
|
|
168
|
-
(function (ChoiceImprovementPlan) {
|
|
169
|
-
ChoiceImprovementPlan.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(ChoiceImprovementPlan || (ChoiceImprovementPlan = {}));
|
|
171
|
-
export var ChoiceUpdate;
|
|
172
|
-
(function (ChoiceUpdate) {
|
|
173
|
-
ChoiceUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(ChoiceUpdate || (ChoiceUpdate = {}));
|
|
175
|
-
export var CreateLensShareInput;
|
|
176
|
-
(function (CreateLensShareInput) {
|
|
177
|
-
CreateLensShareInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(CreateLensShareInput || (CreateLensShareInput = {}));
|
|
179
|
-
export var CreateLensShareOutput;
|
|
180
|
-
(function (CreateLensShareOutput) {
|
|
181
|
-
CreateLensShareOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(CreateLensShareOutput || (CreateLensShareOutput = {}));
|
|
183
131
|
var ServiceQuotaExceededException = (function (_super) {
|
|
184
132
|
__extends(ServiceQuotaExceededException, _super);
|
|
185
133
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -197,112 +145,28 @@ var ServiceQuotaExceededException = (function (_super) {
|
|
|
197
145
|
return ServiceQuotaExceededException;
|
|
198
146
|
}(__BaseException));
|
|
199
147
|
export { ServiceQuotaExceededException };
|
|
200
|
-
export var CreateLensVersionInput;
|
|
201
|
-
(function (CreateLensVersionInput) {
|
|
202
|
-
CreateLensVersionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(CreateLensVersionInput || (CreateLensVersionInput = {}));
|
|
204
|
-
export var CreateLensVersionOutput;
|
|
205
|
-
(function (CreateLensVersionOutput) {
|
|
206
|
-
CreateLensVersionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(CreateLensVersionOutput || (CreateLensVersionOutput = {}));
|
|
208
|
-
export var CreateMilestoneInput;
|
|
209
|
-
(function (CreateMilestoneInput) {
|
|
210
|
-
CreateMilestoneInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(CreateMilestoneInput || (CreateMilestoneInput = {}));
|
|
212
|
-
export var CreateMilestoneOutput;
|
|
213
|
-
(function (CreateMilestoneOutput) {
|
|
214
|
-
CreateMilestoneOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(CreateMilestoneOutput || (CreateMilestoneOutput = {}));
|
|
216
148
|
export var WorkloadEnvironment;
|
|
217
149
|
(function (WorkloadEnvironment) {
|
|
218
150
|
WorkloadEnvironment["PREPRODUCTION"] = "PREPRODUCTION";
|
|
219
151
|
WorkloadEnvironment["PRODUCTION"] = "PRODUCTION";
|
|
220
152
|
})(WorkloadEnvironment || (WorkloadEnvironment = {}));
|
|
221
|
-
export var CreateWorkloadInput;
|
|
222
|
-
(function (CreateWorkloadInput) {
|
|
223
|
-
CreateWorkloadInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(CreateWorkloadInput || (CreateWorkloadInput = {}));
|
|
225
|
-
export var CreateWorkloadOutput;
|
|
226
|
-
(function (CreateWorkloadOutput) {
|
|
227
|
-
CreateWorkloadOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(CreateWorkloadOutput || (CreateWorkloadOutput = {}));
|
|
229
153
|
export var PermissionType;
|
|
230
154
|
(function (PermissionType) {
|
|
231
155
|
PermissionType["CONTRIBUTOR"] = "CONTRIBUTOR";
|
|
232
156
|
PermissionType["READONLY"] = "READONLY";
|
|
233
157
|
})(PermissionType || (PermissionType = {}));
|
|
234
|
-
export var CreateWorkloadShareInput;
|
|
235
|
-
(function (CreateWorkloadShareInput) {
|
|
236
|
-
CreateWorkloadShareInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
-
})(CreateWorkloadShareInput || (CreateWorkloadShareInput = {}));
|
|
238
|
-
export var CreateWorkloadShareOutput;
|
|
239
|
-
(function (CreateWorkloadShareOutput) {
|
|
240
|
-
CreateWorkloadShareOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
-
})(CreateWorkloadShareOutput || (CreateWorkloadShareOutput = {}));
|
|
242
158
|
export var LensStatusType;
|
|
243
159
|
(function (LensStatusType) {
|
|
244
160
|
LensStatusType["ALL"] = "ALL";
|
|
245
161
|
LensStatusType["DRAFT"] = "DRAFT";
|
|
246
162
|
LensStatusType["PUBLISHED"] = "PUBLISHED";
|
|
247
163
|
})(LensStatusType || (LensStatusType = {}));
|
|
248
|
-
export var DeleteLensInput;
|
|
249
|
-
(function (DeleteLensInput) {
|
|
250
|
-
DeleteLensInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
-
})(DeleteLensInput || (DeleteLensInput = {}));
|
|
252
|
-
export var DeleteLensShareInput;
|
|
253
|
-
(function (DeleteLensShareInput) {
|
|
254
|
-
DeleteLensShareInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(DeleteLensShareInput || (DeleteLensShareInput = {}));
|
|
256
|
-
export var DeleteWorkloadInput;
|
|
257
|
-
(function (DeleteWorkloadInput) {
|
|
258
|
-
DeleteWorkloadInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(DeleteWorkloadInput || (DeleteWorkloadInput = {}));
|
|
260
|
-
export var DeleteWorkloadShareInput;
|
|
261
|
-
(function (DeleteWorkloadShareInput) {
|
|
262
|
-
DeleteWorkloadShareInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(DeleteWorkloadShareInput || (DeleteWorkloadShareInput = {}));
|
|
264
164
|
export var DifferenceStatus;
|
|
265
165
|
(function (DifferenceStatus) {
|
|
266
166
|
DifferenceStatus["DELETED"] = "DELETED";
|
|
267
167
|
DifferenceStatus["NEW"] = "NEW";
|
|
268
168
|
DifferenceStatus["UPDATED"] = "UPDATED";
|
|
269
169
|
})(DifferenceStatus || (DifferenceStatus = {}));
|
|
270
|
-
export var DisassociateLensesInput;
|
|
271
|
-
(function (DisassociateLensesInput) {
|
|
272
|
-
DisassociateLensesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
-
})(DisassociateLensesInput || (DisassociateLensesInput = {}));
|
|
274
|
-
export var ExportLensInput;
|
|
275
|
-
(function (ExportLensInput) {
|
|
276
|
-
ExportLensInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(ExportLensInput || (ExportLensInput = {}));
|
|
278
|
-
export var ExportLensOutput;
|
|
279
|
-
(function (ExportLensOutput) {
|
|
280
|
-
ExportLensOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(ExportLensOutput || (ExportLensOutput = {}));
|
|
282
|
-
export var GetAnswerInput;
|
|
283
|
-
(function (GetAnswerInput) {
|
|
284
|
-
GetAnswerInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
-
})(GetAnswerInput || (GetAnswerInput = {}));
|
|
286
|
-
export var GetAnswerOutput;
|
|
287
|
-
(function (GetAnswerOutput) {
|
|
288
|
-
GetAnswerOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
-
})(GetAnswerOutput || (GetAnswerOutput = {}));
|
|
290
|
-
export var GetLensInput;
|
|
291
|
-
(function (GetLensInput) {
|
|
292
|
-
GetLensInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
-
})(GetLensInput || (GetLensInput = {}));
|
|
294
|
-
export var Lens;
|
|
295
|
-
(function (Lens) {
|
|
296
|
-
Lens.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
-
})(Lens || (Lens = {}));
|
|
298
|
-
export var GetLensOutput;
|
|
299
|
-
(function (GetLensOutput) {
|
|
300
|
-
GetLensOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
-
})(GetLensOutput || (GetLensOutput = {}));
|
|
302
|
-
export var GetLensReviewInput;
|
|
303
|
-
(function (GetLensReviewInput) {
|
|
304
|
-
GetLensReviewInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(GetLensReviewInput || (GetLensReviewInput = {}));
|
|
306
170
|
export var LensStatus;
|
|
307
171
|
(function (LensStatus) {
|
|
308
172
|
LensStatus["CURRENT"] = "CURRENT";
|
|
@@ -311,54 +175,6 @@ export var LensStatus;
|
|
|
311
175
|
LensStatus["NOT_CURRENT"] = "NOT_CURRENT";
|
|
312
176
|
LensStatus["UNSHARED"] = "UNSHARED";
|
|
313
177
|
})(LensStatus || (LensStatus = {}));
|
|
314
|
-
export var PillarReviewSummary;
|
|
315
|
-
(function (PillarReviewSummary) {
|
|
316
|
-
PillarReviewSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(PillarReviewSummary || (PillarReviewSummary = {}));
|
|
318
|
-
export var LensReview;
|
|
319
|
-
(function (LensReview) {
|
|
320
|
-
LensReview.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(LensReview || (LensReview = {}));
|
|
322
|
-
export var GetLensReviewOutput;
|
|
323
|
-
(function (GetLensReviewOutput) {
|
|
324
|
-
GetLensReviewOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(GetLensReviewOutput || (GetLensReviewOutput = {}));
|
|
326
|
-
export var GetLensReviewReportInput;
|
|
327
|
-
(function (GetLensReviewReportInput) {
|
|
328
|
-
GetLensReviewReportInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(GetLensReviewReportInput || (GetLensReviewReportInput = {}));
|
|
330
|
-
export var LensReviewReport;
|
|
331
|
-
(function (LensReviewReport) {
|
|
332
|
-
LensReviewReport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(LensReviewReport || (LensReviewReport = {}));
|
|
334
|
-
export var GetLensReviewReportOutput;
|
|
335
|
-
(function (GetLensReviewReportOutput) {
|
|
336
|
-
GetLensReviewReportOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(GetLensReviewReportOutput || (GetLensReviewReportOutput = {}));
|
|
338
|
-
export var GetLensVersionDifferenceInput;
|
|
339
|
-
(function (GetLensVersionDifferenceInput) {
|
|
340
|
-
GetLensVersionDifferenceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(GetLensVersionDifferenceInput || (GetLensVersionDifferenceInput = {}));
|
|
342
|
-
export var QuestionDifference;
|
|
343
|
-
(function (QuestionDifference) {
|
|
344
|
-
QuestionDifference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(QuestionDifference || (QuestionDifference = {}));
|
|
346
|
-
export var PillarDifference;
|
|
347
|
-
(function (PillarDifference) {
|
|
348
|
-
PillarDifference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(PillarDifference || (PillarDifference = {}));
|
|
350
|
-
export var VersionDifferences;
|
|
351
|
-
(function (VersionDifferences) {
|
|
352
|
-
VersionDifferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(VersionDifferences || (VersionDifferences = {}));
|
|
354
|
-
export var GetLensVersionDifferenceOutput;
|
|
355
|
-
(function (GetLensVersionDifferenceOutput) {
|
|
356
|
-
GetLensVersionDifferenceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(GetLensVersionDifferenceOutput || (GetLensVersionDifferenceOutput = {}));
|
|
358
|
-
export var GetMilestoneInput;
|
|
359
|
-
(function (GetMilestoneInput) {
|
|
360
|
-
GetMilestoneInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
-
})(GetMilestoneInput || (GetMilestoneInput = {}));
|
|
362
178
|
export var WorkloadImprovementStatus;
|
|
363
179
|
(function (WorkloadImprovementStatus) {
|
|
364
180
|
WorkloadImprovementStatus["COMPLETE"] = "COMPLETE";
|
|
@@ -367,48 +183,12 @@ export var WorkloadImprovementStatus;
|
|
|
367
183
|
WorkloadImprovementStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
368
184
|
WorkloadImprovementStatus["RISK_ACKNOWLEDGED"] = "RISK_ACKNOWLEDGED";
|
|
369
185
|
})(WorkloadImprovementStatus || (WorkloadImprovementStatus = {}));
|
|
370
|
-
export var Workload;
|
|
371
|
-
(function (Workload) {
|
|
372
|
-
Workload.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(Workload || (Workload = {}));
|
|
374
|
-
export var Milestone;
|
|
375
|
-
(function (Milestone) {
|
|
376
|
-
Milestone.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
-
})(Milestone || (Milestone = {}));
|
|
378
|
-
export var GetMilestoneOutput;
|
|
379
|
-
(function (GetMilestoneOutput) {
|
|
380
|
-
GetMilestoneOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
-
})(GetMilestoneOutput || (GetMilestoneOutput = {}));
|
|
382
|
-
export var GetWorkloadInput;
|
|
383
|
-
(function (GetWorkloadInput) {
|
|
384
|
-
GetWorkloadInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(GetWorkloadInput || (GetWorkloadInput = {}));
|
|
386
|
-
export var GetWorkloadOutput;
|
|
387
|
-
(function (GetWorkloadOutput) {
|
|
388
|
-
GetWorkloadOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
-
})(GetWorkloadOutput || (GetWorkloadOutput = {}));
|
|
390
|
-
export var ImportLensInput;
|
|
391
|
-
(function (ImportLensInput) {
|
|
392
|
-
ImportLensInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
-
})(ImportLensInput || (ImportLensInput = {}));
|
|
394
186
|
export var ImportLensStatus;
|
|
395
187
|
(function (ImportLensStatus) {
|
|
396
188
|
ImportLensStatus["COMPLETE"] = "COMPLETE";
|
|
397
189
|
ImportLensStatus["ERROR"] = "ERROR";
|
|
398
190
|
ImportLensStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
399
191
|
})(ImportLensStatus || (ImportLensStatus = {}));
|
|
400
|
-
export var ImportLensOutput;
|
|
401
|
-
(function (ImportLensOutput) {
|
|
402
|
-
ImportLensOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(ImportLensOutput || (ImportLensOutput = {}));
|
|
404
|
-
export var ImprovementSummary;
|
|
405
|
-
(function (ImprovementSummary) {
|
|
406
|
-
ImprovementSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
-
})(ImprovementSummary || (ImprovementSummary = {}));
|
|
408
|
-
export var LensReviewSummary;
|
|
409
|
-
(function (LensReviewSummary) {
|
|
410
|
-
LensReviewSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
-
})(LensReviewSummary || (LensReviewSummary = {}));
|
|
412
192
|
export var ShareStatus;
|
|
413
193
|
(function (ShareStatus) {
|
|
414
194
|
ShareStatus["ACCEPTED"] = "ACCEPTED";
|
|
@@ -420,221 +200,132 @@ export var ShareStatus;
|
|
|
420
200
|
ShareStatus["REJECTED"] = "REJECTED";
|
|
421
201
|
ShareStatus["REVOKED"] = "REVOKED";
|
|
422
202
|
})(ShareStatus || (ShareStatus = {}));
|
|
423
|
-
export var LensShareSummary;
|
|
424
|
-
(function (LensShareSummary) {
|
|
425
|
-
LensShareSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(LensShareSummary || (LensShareSummary = {}));
|
|
427
203
|
export var LensType;
|
|
428
204
|
(function (LensType) {
|
|
429
205
|
LensType["AWS_OFFICIAL"] = "AWS_OFFICIAL";
|
|
430
206
|
LensType["CUSTOM_SELF"] = "CUSTOM_SELF";
|
|
431
207
|
LensType["CUSTOM_SHARED"] = "CUSTOM_SHARED";
|
|
432
208
|
})(LensType || (LensType = {}));
|
|
433
|
-
export var LensSummary;
|
|
434
|
-
(function (LensSummary) {
|
|
435
|
-
LensSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(LensSummary || (LensSummary = {}));
|
|
437
|
-
export var LensUpgradeSummary;
|
|
438
|
-
(function (LensUpgradeSummary) {
|
|
439
|
-
LensUpgradeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(LensUpgradeSummary || (LensUpgradeSummary = {}));
|
|
441
|
-
export var ListAnswersInput;
|
|
442
|
-
(function (ListAnswersInput) {
|
|
443
|
-
ListAnswersInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(ListAnswersInput || (ListAnswersInput = {}));
|
|
445
|
-
export var ListAnswersOutput;
|
|
446
|
-
(function (ListAnswersOutput) {
|
|
447
|
-
ListAnswersOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(ListAnswersOutput || (ListAnswersOutput = {}));
|
|
449
|
-
export var ListLensesInput;
|
|
450
|
-
(function (ListLensesInput) {
|
|
451
|
-
ListLensesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(ListLensesInput || (ListLensesInput = {}));
|
|
453
|
-
export var ListLensesOutput;
|
|
454
|
-
(function (ListLensesOutput) {
|
|
455
|
-
ListLensesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(ListLensesOutput || (ListLensesOutput = {}));
|
|
457
|
-
export var ListLensReviewImprovementsInput;
|
|
458
|
-
(function (ListLensReviewImprovementsInput) {
|
|
459
|
-
ListLensReviewImprovementsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(ListLensReviewImprovementsInput || (ListLensReviewImprovementsInput = {}));
|
|
461
|
-
export var ListLensReviewImprovementsOutput;
|
|
462
|
-
(function (ListLensReviewImprovementsOutput) {
|
|
463
|
-
ListLensReviewImprovementsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(ListLensReviewImprovementsOutput || (ListLensReviewImprovementsOutput = {}));
|
|
465
|
-
export var ListLensReviewsInput;
|
|
466
|
-
(function (ListLensReviewsInput) {
|
|
467
|
-
ListLensReviewsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(ListLensReviewsInput || (ListLensReviewsInput = {}));
|
|
469
|
-
export var ListLensReviewsOutput;
|
|
470
|
-
(function (ListLensReviewsOutput) {
|
|
471
|
-
ListLensReviewsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(ListLensReviewsOutput || (ListLensReviewsOutput = {}));
|
|
473
|
-
export var ListLensSharesInput;
|
|
474
|
-
(function (ListLensSharesInput) {
|
|
475
|
-
ListLensSharesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(ListLensSharesInput || (ListLensSharesInput = {}));
|
|
477
|
-
export var ListLensSharesOutput;
|
|
478
|
-
(function (ListLensSharesOutput) {
|
|
479
|
-
ListLensSharesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(ListLensSharesOutput || (ListLensSharesOutput = {}));
|
|
481
|
-
export var ListMilestonesInput;
|
|
482
|
-
(function (ListMilestonesInput) {
|
|
483
|
-
ListMilestonesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(ListMilestonesInput || (ListMilestonesInput = {}));
|
|
485
|
-
export var WorkloadSummary;
|
|
486
|
-
(function (WorkloadSummary) {
|
|
487
|
-
WorkloadSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(WorkloadSummary || (WorkloadSummary = {}));
|
|
489
|
-
export var MilestoneSummary;
|
|
490
|
-
(function (MilestoneSummary) {
|
|
491
|
-
MilestoneSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(MilestoneSummary || (MilestoneSummary = {}));
|
|
493
|
-
export var ListMilestonesOutput;
|
|
494
|
-
(function (ListMilestonesOutput) {
|
|
495
|
-
ListMilestonesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(ListMilestonesOutput || (ListMilestonesOutput = {}));
|
|
497
|
-
export var ListNotificationsInput;
|
|
498
|
-
(function (ListNotificationsInput) {
|
|
499
|
-
ListNotificationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(ListNotificationsInput || (ListNotificationsInput = {}));
|
|
501
209
|
export var NotificationType;
|
|
502
210
|
(function (NotificationType) {
|
|
503
211
|
NotificationType["LENS_VERSION_DEPRECATED"] = "LENS_VERSION_DEPRECATED";
|
|
504
212
|
NotificationType["LENS_VERSION_UPGRADED"] = "LENS_VERSION_UPGRADED";
|
|
505
213
|
})(NotificationType || (NotificationType = {}));
|
|
506
|
-
export var NotificationSummary;
|
|
507
|
-
(function (NotificationSummary) {
|
|
508
|
-
NotificationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(NotificationSummary || (NotificationSummary = {}));
|
|
510
|
-
export var ListNotificationsOutput;
|
|
511
|
-
(function (ListNotificationsOutput) {
|
|
512
|
-
ListNotificationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(ListNotificationsOutput || (ListNotificationsOutput = {}));
|
|
514
214
|
export var ShareResourceType;
|
|
515
215
|
(function (ShareResourceType) {
|
|
516
216
|
ShareResourceType["LENS"] = "LENS";
|
|
517
217
|
ShareResourceType["WORKLOAD"] = "WORKLOAD";
|
|
518
218
|
})(ShareResourceType || (ShareResourceType = {}));
|
|
519
|
-
export var ListShareInvitationsInput;
|
|
520
|
-
(function (ListShareInvitationsInput) {
|
|
521
|
-
ListShareInvitationsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(ListShareInvitationsInput || (ListShareInvitationsInput = {}));
|
|
523
|
-
export var ShareInvitationSummary;
|
|
524
|
-
(function (ShareInvitationSummary) {
|
|
525
|
-
ShareInvitationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(ShareInvitationSummary || (ShareInvitationSummary = {}));
|
|
527
|
-
export var ListShareInvitationsOutput;
|
|
528
|
-
(function (ListShareInvitationsOutput) {
|
|
529
|
-
ListShareInvitationsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(ListShareInvitationsOutput || (ListShareInvitationsOutput = {}));
|
|
531
|
-
export var ListTagsForResourceInput;
|
|
532
|
-
(function (ListTagsForResourceInput) {
|
|
533
|
-
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
|
|
535
|
-
export var ListTagsForResourceOutput;
|
|
536
|
-
(function (ListTagsForResourceOutput) {
|
|
537
|
-
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
539
|
-
export var ListWorkloadsInput;
|
|
540
|
-
(function (ListWorkloadsInput) {
|
|
541
|
-
ListWorkloadsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(ListWorkloadsInput || (ListWorkloadsInput = {}));
|
|
543
|
-
export var ListWorkloadsOutput;
|
|
544
|
-
(function (ListWorkloadsOutput) {
|
|
545
|
-
ListWorkloadsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(ListWorkloadsOutput || (ListWorkloadsOutput = {}));
|
|
547
|
-
export var ListWorkloadSharesInput;
|
|
548
|
-
(function (ListWorkloadSharesInput) {
|
|
549
|
-
ListWorkloadSharesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(ListWorkloadSharesInput || (ListWorkloadSharesInput = {}));
|
|
551
|
-
export var WorkloadShareSummary;
|
|
552
|
-
(function (WorkloadShareSummary) {
|
|
553
|
-
WorkloadShareSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(WorkloadShareSummary || (WorkloadShareSummary = {}));
|
|
555
|
-
export var ListWorkloadSharesOutput;
|
|
556
|
-
(function (ListWorkloadSharesOutput) {
|
|
557
|
-
ListWorkloadSharesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
-
})(ListWorkloadSharesOutput || (ListWorkloadSharesOutput = {}));
|
|
559
219
|
export var OrganizationSharingStatus;
|
|
560
220
|
(function (OrganizationSharingStatus) {
|
|
561
221
|
OrganizationSharingStatus["DISABLED"] = "DISABLED";
|
|
562
222
|
OrganizationSharingStatus["ENABLED"] = "ENABLED";
|
|
563
223
|
})(OrganizationSharingStatus || (OrganizationSharingStatus = {}));
|
|
564
|
-
export var ShareInvitation;
|
|
565
|
-
(function (ShareInvitation) {
|
|
566
|
-
ShareInvitation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
})(ShareInvitation || (ShareInvitation = {}));
|
|
568
224
|
export var ShareInvitationAction;
|
|
569
225
|
(function (ShareInvitationAction) {
|
|
570
226
|
ShareInvitationAction["ACCEPT"] = "ACCEPT";
|
|
571
227
|
ShareInvitationAction["REJECT"] = "REJECT";
|
|
572
228
|
})(ShareInvitationAction || (ShareInvitationAction = {}));
|
|
573
|
-
export var
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
export var
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
export var
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
export var
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
export var
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
export var
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
export var
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
export var
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
export var
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
export var
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
export var
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
export var
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
export var
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
export var
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
export var
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
export var
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
export var
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
229
|
+
export var ChoiceContentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var AdditionalResourcesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var ChoiceAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var ChoiceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var AnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var ChoiceAnswerSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var AnswerSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var AssociateLensesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var ChoiceImprovementPlanFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var ChoiceUpdateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var CreateLensShareInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var CreateLensShareOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var CreateLensVersionInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var CreateLensVersionOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var CreateMilestoneInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var CreateMilestoneOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var CreateWorkloadInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var CreateWorkloadOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var CreateWorkloadShareInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var CreateWorkloadShareOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var DeleteLensInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var DeleteLensShareInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var DeleteWorkloadInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var DeleteWorkloadShareInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var DisassociateLensesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var ExportLensInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var ExportLensOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var GetAnswerInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var GetAnswerOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var GetLensInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var LensFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var GetLensOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var GetLensReviewInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var PillarReviewSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var LensReviewFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var GetLensReviewOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var GetLensReviewReportInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var LensReviewReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var GetLensReviewReportOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var GetLensVersionDifferenceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var QuestionDifferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var PillarDifferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var VersionDifferencesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var GetLensVersionDifferenceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var GetMilestoneInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var WorkloadFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var MilestoneFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var GetMilestoneOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var GetWorkloadInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var GetWorkloadOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var ImportLensInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var ImportLensOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var ImprovementSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var LensReviewSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var LensShareSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var LensSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var LensUpgradeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var ListAnswersInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var ListAnswersOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ListLensesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var ListLensesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ListLensReviewImprovementsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var ListLensReviewImprovementsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var ListLensReviewsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var ListLensReviewsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var ListLensSharesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var ListLensSharesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var ListMilestonesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var WorkloadSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var MilestoneSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var ListMilestonesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var ListNotificationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var NotificationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var ListNotificationsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var ListShareInvitationsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var ShareInvitationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var ListShareInvitationsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var ListTagsForResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var ListTagsForResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var ListWorkloadsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var ListWorkloadsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var ListWorkloadSharesInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var WorkloadShareSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var ListWorkloadSharesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var ShareInvitationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var TagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var TagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var UntagResourceInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var UntagResourceOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var UpdateAnswerInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var UpdateAnswerOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var UpdateGlobalSettingsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var UpdateLensReviewInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var UpdateLensReviewOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var UpdateShareInvitationInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var UpdateShareInvitationOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var UpdateWorkloadInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var UpdateWorkloadOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var UpdateWorkloadShareInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var WorkloadShareFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var UpdateWorkloadShareOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var UpgradeLensReviewInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|