@aws-sdk/client-wellarchitected 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- 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-cjs/protocols/Aws_restJson1.js +548 -1187
- 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-es/protocols/Aws_restJson1.js +702 -1161
- 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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.DeleteWorkloadInputFilterSensitiveLog = exports.DeleteLensShareInputFilterSensitiveLog = exports.DeleteLensInputFilterSensitiveLog = exports.CreateWorkloadShareOutputFilterSensitiveLog = exports.CreateWorkloadShareInputFilterSensitiveLog = exports.CreateWorkloadOutputFilterSensitiveLog = exports.CreateWorkloadInputFilterSensitiveLog = exports.CreateMilestoneOutputFilterSensitiveLog = exports.CreateMilestoneInputFilterSensitiveLog = exports.CreateLensVersionOutputFilterSensitiveLog = exports.CreateLensVersionInputFilterSensitiveLog = exports.CreateLensShareOutputFilterSensitiveLog = exports.CreateLensShareInputFilterSensitiveLog = exports.ChoiceUpdateFilterSensitiveLog = exports.ChoiceImprovementPlanFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.AssociateLensesInputFilterSensitiveLog = exports.AnswerSummaryFilterSensitiveLog = exports.ChoiceAnswerSummaryFilterSensitiveLog = exports.AnswerFilterSensitiveLog = exports.ChoiceFilterSensitiveLog = exports.ChoiceAnswerFilterSensitiveLog = exports.AdditionalResourcesFilterSensitiveLog = exports.ChoiceContentFilterSensitiveLog = exports.ShareInvitationAction = exports.OrganizationSharingStatus = exports.ShareResourceType = exports.NotificationType = exports.LensType = exports.ShareStatus = exports.ImportLensStatus = exports.WorkloadImprovementStatus = exports.LensStatus = exports.DifferenceStatus = exports.LensStatusType = exports.PermissionType = exports.WorkloadEnvironment = exports.ServiceQuotaExceededException = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.Risk = exports.AnswerReason = exports.ChoiceStatus = exports.ChoiceReason = exports.AdditionalResourceType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.NotificationSummaryFilterSensitiveLog = exports.ListNotificationsInputFilterSensitiveLog = exports.ListMilestonesOutputFilterSensitiveLog = exports.MilestoneSummaryFilterSensitiveLog = exports.WorkloadSummaryFilterSensitiveLog = exports.ListMilestonesInputFilterSensitiveLog = exports.ListLensSharesOutputFilterSensitiveLog = exports.ListLensSharesInputFilterSensitiveLog = exports.ListLensReviewsOutputFilterSensitiveLog = exports.ListLensReviewsInputFilterSensitiveLog = exports.ListLensReviewImprovementsOutputFilterSensitiveLog = exports.ListLensReviewImprovementsInputFilterSensitiveLog = exports.ListLensesOutputFilterSensitiveLog = exports.ListLensesInputFilterSensitiveLog = exports.ListAnswersOutputFilterSensitiveLog = exports.ListAnswersInputFilterSensitiveLog = exports.LensUpgradeSummaryFilterSensitiveLog = exports.LensSummaryFilterSensitiveLog = exports.LensShareSummaryFilterSensitiveLog = exports.LensReviewSummaryFilterSensitiveLog = exports.ImprovementSummaryFilterSensitiveLog = exports.ImportLensOutputFilterSensitiveLog = exports.ImportLensInputFilterSensitiveLog = exports.GetWorkloadOutputFilterSensitiveLog = exports.GetWorkloadInputFilterSensitiveLog = exports.GetMilestoneOutputFilterSensitiveLog = exports.MilestoneFilterSensitiveLog = exports.WorkloadFilterSensitiveLog = exports.GetMilestoneInputFilterSensitiveLog = exports.GetLensVersionDifferenceOutputFilterSensitiveLog = exports.VersionDifferencesFilterSensitiveLog = exports.PillarDifferenceFilterSensitiveLog = exports.QuestionDifferenceFilterSensitiveLog = exports.GetLensVersionDifferenceInputFilterSensitiveLog = exports.GetLensReviewReportOutputFilterSensitiveLog = exports.LensReviewReportFilterSensitiveLog = exports.GetLensReviewReportInputFilterSensitiveLog = exports.GetLensReviewOutputFilterSensitiveLog = exports.LensReviewFilterSensitiveLog = exports.PillarReviewSummaryFilterSensitiveLog = exports.GetLensReviewInputFilterSensitiveLog = exports.GetLensOutputFilterSensitiveLog = exports.LensFilterSensitiveLog = exports.GetLensInputFilterSensitiveLog = exports.GetAnswerOutputFilterSensitiveLog = exports.GetAnswerInputFilterSensitiveLog = exports.ExportLensOutputFilterSensitiveLog = exports.ExportLensInputFilterSensitiveLog = exports.DisassociateLensesInputFilterSensitiveLog = exports.DeleteWorkloadShareInputFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpgradeLensReviewInputFilterSensitiveLog = exports.UpdateWorkloadShareOutputFilterSensitiveLog = exports.WorkloadShareFilterSensitiveLog = exports.UpdateWorkloadShareInputFilterSensitiveLog = exports.UpdateWorkloadOutputFilterSensitiveLog = exports.UpdateWorkloadInputFilterSensitiveLog = exports.UpdateShareInvitationOutputFilterSensitiveLog = exports.UpdateShareInvitationInputFilterSensitiveLog = exports.UpdateLensReviewOutputFilterSensitiveLog = exports.UpdateLensReviewInputFilterSensitiveLog = exports.UpdateGlobalSettingsInputFilterSensitiveLog = exports.UpdateAnswerOutputFilterSensitiveLog = exports.UpdateAnswerInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.ShareInvitationFilterSensitiveLog = exports.ListWorkloadSharesOutputFilterSensitiveLog = exports.WorkloadShareSummaryFilterSensitiveLog = exports.ListWorkloadSharesInputFilterSensitiveLog = exports.ListWorkloadsOutputFilterSensitiveLog = exports.ListWorkloadsInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListShareInvitationsOutputFilterSensitiveLog = exports.ShareInvitationSummaryFilterSensitiveLog = exports.ListShareInvitationsInputFilterSensitiveLog = exports.ListNotificationsOutputFilterSensitiveLog = void 0;
|
|
6
6
|
const WellArchitectedServiceException_1 = require("./WellArchitectedServiceException");
|
|
7
7
|
class AccessDeniedException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
8
8
|
constructor(opts) {
|
|
@@ -18,23 +18,11 @@ class AccessDeniedException extends WellArchitectedServiceException_1.WellArchit
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
var ChoiceContent;
|
|
22
|
-
(function (ChoiceContent) {
|
|
23
|
-
ChoiceContent.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
})(ChoiceContent = exports.ChoiceContent || (exports.ChoiceContent = {}));
|
|
27
21
|
var AdditionalResourceType;
|
|
28
22
|
(function (AdditionalResourceType) {
|
|
29
23
|
AdditionalResourceType["HELPFUL_RESOURCE"] = "HELPFUL_RESOURCE";
|
|
30
24
|
AdditionalResourceType["IMPROVEMENT_PLAN"] = "IMPROVEMENT_PLAN";
|
|
31
25
|
})(AdditionalResourceType = exports.AdditionalResourceType || (exports.AdditionalResourceType = {}));
|
|
32
|
-
var AdditionalResources;
|
|
33
|
-
(function (AdditionalResources) {
|
|
34
|
-
AdditionalResources.filterSensitiveLog = (obj) => ({
|
|
35
|
-
...obj,
|
|
36
|
-
});
|
|
37
|
-
})(AdditionalResources = exports.AdditionalResources || (exports.AdditionalResources = {}));
|
|
38
26
|
var ChoiceReason;
|
|
39
27
|
(function (ChoiceReason) {
|
|
40
28
|
ChoiceReason["ARCHITECTURE_CONSTRAINTS"] = "ARCHITECTURE_CONSTRAINTS";
|
|
@@ -49,18 +37,6 @@ var ChoiceStatus;
|
|
|
49
37
|
ChoiceStatus["SELECTED"] = "SELECTED";
|
|
50
38
|
ChoiceStatus["UNSELECTED"] = "UNSELECTED";
|
|
51
39
|
})(ChoiceStatus = exports.ChoiceStatus || (exports.ChoiceStatus = {}));
|
|
52
|
-
var ChoiceAnswer;
|
|
53
|
-
(function (ChoiceAnswer) {
|
|
54
|
-
ChoiceAnswer.filterSensitiveLog = (obj) => ({
|
|
55
|
-
...obj,
|
|
56
|
-
});
|
|
57
|
-
})(ChoiceAnswer = exports.ChoiceAnswer || (exports.ChoiceAnswer = {}));
|
|
58
|
-
var Choice;
|
|
59
|
-
(function (Choice) {
|
|
60
|
-
Choice.filterSensitiveLog = (obj) => ({
|
|
61
|
-
...obj,
|
|
62
|
-
});
|
|
63
|
-
})(Choice = exports.Choice || (exports.Choice = {}));
|
|
64
40
|
var AnswerReason;
|
|
65
41
|
(function (AnswerReason) {
|
|
66
42
|
AnswerReason["ARCHITECTURE_CONSTRAINTS"] = "ARCHITECTURE_CONSTRAINTS";
|
|
@@ -77,30 +53,6 @@ var Risk;
|
|
|
77
53
|
Risk["NOT_APPLICABLE"] = "NOT_APPLICABLE";
|
|
78
54
|
Risk["UNANSWERED"] = "UNANSWERED";
|
|
79
55
|
})(Risk = exports.Risk || (exports.Risk = {}));
|
|
80
|
-
var Answer;
|
|
81
|
-
(function (Answer) {
|
|
82
|
-
Answer.filterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
})(Answer = exports.Answer || (exports.Answer = {}));
|
|
86
|
-
var ChoiceAnswerSummary;
|
|
87
|
-
(function (ChoiceAnswerSummary) {
|
|
88
|
-
ChoiceAnswerSummary.filterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
})(ChoiceAnswerSummary = exports.ChoiceAnswerSummary || (exports.ChoiceAnswerSummary = {}));
|
|
92
|
-
var AnswerSummary;
|
|
93
|
-
(function (AnswerSummary) {
|
|
94
|
-
AnswerSummary.filterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
})(AnswerSummary = exports.AnswerSummary || (exports.AnswerSummary = {}));
|
|
98
|
-
var AssociateLensesInput;
|
|
99
|
-
(function (AssociateLensesInput) {
|
|
100
|
-
AssociateLensesInput.filterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
})(AssociateLensesInput = exports.AssociateLensesInput || (exports.AssociateLensesInput = {}));
|
|
104
56
|
class ConflictException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
105
57
|
constructor(opts) {
|
|
106
58
|
super({
|
|
@@ -163,12 +115,6 @@ class ThrottlingException extends WellArchitectedServiceException_1.WellArchitec
|
|
|
163
115
|
}
|
|
164
116
|
}
|
|
165
117
|
exports.ThrottlingException = ThrottlingException;
|
|
166
|
-
var ValidationExceptionField;
|
|
167
|
-
(function (ValidationExceptionField) {
|
|
168
|
-
ValidationExceptionField.filterSensitiveLog = (obj) => ({
|
|
169
|
-
...obj,
|
|
170
|
-
});
|
|
171
|
-
})(ValidationExceptionField = exports.ValidationExceptionField || (exports.ValidationExceptionField = {}));
|
|
172
118
|
var ValidationExceptionReason;
|
|
173
119
|
(function (ValidationExceptionReason) {
|
|
174
120
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -192,30 +138,6 @@ class ValidationException extends WellArchitectedServiceException_1.WellArchitec
|
|
|
192
138
|
}
|
|
193
139
|
}
|
|
194
140
|
exports.ValidationException = ValidationException;
|
|
195
|
-
var ChoiceImprovementPlan;
|
|
196
|
-
(function (ChoiceImprovementPlan) {
|
|
197
|
-
ChoiceImprovementPlan.filterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
})(ChoiceImprovementPlan = exports.ChoiceImprovementPlan || (exports.ChoiceImprovementPlan = {}));
|
|
201
|
-
var ChoiceUpdate;
|
|
202
|
-
(function (ChoiceUpdate) {
|
|
203
|
-
ChoiceUpdate.filterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
})(ChoiceUpdate = exports.ChoiceUpdate || (exports.ChoiceUpdate = {}));
|
|
207
|
-
var CreateLensShareInput;
|
|
208
|
-
(function (CreateLensShareInput) {
|
|
209
|
-
CreateLensShareInput.filterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
})(CreateLensShareInput = exports.CreateLensShareInput || (exports.CreateLensShareInput = {}));
|
|
213
|
-
var CreateLensShareOutput;
|
|
214
|
-
(function (CreateLensShareOutput) {
|
|
215
|
-
CreateLensShareOutput.filterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
})(CreateLensShareOutput = exports.CreateLensShareOutput || (exports.CreateLensShareOutput = {}));
|
|
219
141
|
class ServiceQuotaExceededException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
220
142
|
constructor(opts) {
|
|
221
143
|
super({
|
|
@@ -234,154 +156,28 @@ class ServiceQuotaExceededException extends WellArchitectedServiceException_1.We
|
|
|
234
156
|
}
|
|
235
157
|
}
|
|
236
158
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
237
|
-
var CreateLensVersionInput;
|
|
238
|
-
(function (CreateLensVersionInput) {
|
|
239
|
-
CreateLensVersionInput.filterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
})(CreateLensVersionInput = exports.CreateLensVersionInput || (exports.CreateLensVersionInput = {}));
|
|
243
|
-
var CreateLensVersionOutput;
|
|
244
|
-
(function (CreateLensVersionOutput) {
|
|
245
|
-
CreateLensVersionOutput.filterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
})(CreateLensVersionOutput = exports.CreateLensVersionOutput || (exports.CreateLensVersionOutput = {}));
|
|
249
|
-
var CreateMilestoneInput;
|
|
250
|
-
(function (CreateMilestoneInput) {
|
|
251
|
-
CreateMilestoneInput.filterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
})(CreateMilestoneInput = exports.CreateMilestoneInput || (exports.CreateMilestoneInput = {}));
|
|
255
|
-
var CreateMilestoneOutput;
|
|
256
|
-
(function (CreateMilestoneOutput) {
|
|
257
|
-
CreateMilestoneOutput.filterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
})(CreateMilestoneOutput = exports.CreateMilestoneOutput || (exports.CreateMilestoneOutput = {}));
|
|
261
159
|
var WorkloadEnvironment;
|
|
262
160
|
(function (WorkloadEnvironment) {
|
|
263
161
|
WorkloadEnvironment["PREPRODUCTION"] = "PREPRODUCTION";
|
|
264
162
|
WorkloadEnvironment["PRODUCTION"] = "PRODUCTION";
|
|
265
163
|
})(WorkloadEnvironment = exports.WorkloadEnvironment || (exports.WorkloadEnvironment = {}));
|
|
266
|
-
var CreateWorkloadInput;
|
|
267
|
-
(function (CreateWorkloadInput) {
|
|
268
|
-
CreateWorkloadInput.filterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
})(CreateWorkloadInput = exports.CreateWorkloadInput || (exports.CreateWorkloadInput = {}));
|
|
272
|
-
var CreateWorkloadOutput;
|
|
273
|
-
(function (CreateWorkloadOutput) {
|
|
274
|
-
CreateWorkloadOutput.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(CreateWorkloadOutput = exports.CreateWorkloadOutput || (exports.CreateWorkloadOutput = {}));
|
|
278
164
|
var PermissionType;
|
|
279
165
|
(function (PermissionType) {
|
|
280
166
|
PermissionType["CONTRIBUTOR"] = "CONTRIBUTOR";
|
|
281
167
|
PermissionType["READONLY"] = "READONLY";
|
|
282
168
|
})(PermissionType = exports.PermissionType || (exports.PermissionType = {}));
|
|
283
|
-
var CreateWorkloadShareInput;
|
|
284
|
-
(function (CreateWorkloadShareInput) {
|
|
285
|
-
CreateWorkloadShareInput.filterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
});
|
|
288
|
-
})(CreateWorkloadShareInput = exports.CreateWorkloadShareInput || (exports.CreateWorkloadShareInput = {}));
|
|
289
|
-
var CreateWorkloadShareOutput;
|
|
290
|
-
(function (CreateWorkloadShareOutput) {
|
|
291
|
-
CreateWorkloadShareOutput.filterSensitiveLog = (obj) => ({
|
|
292
|
-
...obj,
|
|
293
|
-
});
|
|
294
|
-
})(CreateWorkloadShareOutput = exports.CreateWorkloadShareOutput || (exports.CreateWorkloadShareOutput = {}));
|
|
295
169
|
var LensStatusType;
|
|
296
170
|
(function (LensStatusType) {
|
|
297
171
|
LensStatusType["ALL"] = "ALL";
|
|
298
172
|
LensStatusType["DRAFT"] = "DRAFT";
|
|
299
173
|
LensStatusType["PUBLISHED"] = "PUBLISHED";
|
|
300
174
|
})(LensStatusType = exports.LensStatusType || (exports.LensStatusType = {}));
|
|
301
|
-
var DeleteLensInput;
|
|
302
|
-
(function (DeleteLensInput) {
|
|
303
|
-
DeleteLensInput.filterSensitiveLog = (obj) => ({
|
|
304
|
-
...obj,
|
|
305
|
-
});
|
|
306
|
-
})(DeleteLensInput = exports.DeleteLensInput || (exports.DeleteLensInput = {}));
|
|
307
|
-
var DeleteLensShareInput;
|
|
308
|
-
(function (DeleteLensShareInput) {
|
|
309
|
-
DeleteLensShareInput.filterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
})(DeleteLensShareInput = exports.DeleteLensShareInput || (exports.DeleteLensShareInput = {}));
|
|
313
|
-
var DeleteWorkloadInput;
|
|
314
|
-
(function (DeleteWorkloadInput) {
|
|
315
|
-
DeleteWorkloadInput.filterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
})(DeleteWorkloadInput = exports.DeleteWorkloadInput || (exports.DeleteWorkloadInput = {}));
|
|
319
|
-
var DeleteWorkloadShareInput;
|
|
320
|
-
(function (DeleteWorkloadShareInput) {
|
|
321
|
-
DeleteWorkloadShareInput.filterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
});
|
|
324
|
-
})(DeleteWorkloadShareInput = exports.DeleteWorkloadShareInput || (exports.DeleteWorkloadShareInput = {}));
|
|
325
175
|
var DifferenceStatus;
|
|
326
176
|
(function (DifferenceStatus) {
|
|
327
177
|
DifferenceStatus["DELETED"] = "DELETED";
|
|
328
178
|
DifferenceStatus["NEW"] = "NEW";
|
|
329
179
|
DifferenceStatus["UPDATED"] = "UPDATED";
|
|
330
180
|
})(DifferenceStatus = exports.DifferenceStatus || (exports.DifferenceStatus = {}));
|
|
331
|
-
var DisassociateLensesInput;
|
|
332
|
-
(function (DisassociateLensesInput) {
|
|
333
|
-
DisassociateLensesInput.filterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
});
|
|
336
|
-
})(DisassociateLensesInput = exports.DisassociateLensesInput || (exports.DisassociateLensesInput = {}));
|
|
337
|
-
var ExportLensInput;
|
|
338
|
-
(function (ExportLensInput) {
|
|
339
|
-
ExportLensInput.filterSensitiveLog = (obj) => ({
|
|
340
|
-
...obj,
|
|
341
|
-
});
|
|
342
|
-
})(ExportLensInput = exports.ExportLensInput || (exports.ExportLensInput = {}));
|
|
343
|
-
var ExportLensOutput;
|
|
344
|
-
(function (ExportLensOutput) {
|
|
345
|
-
ExportLensOutput.filterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
});
|
|
348
|
-
})(ExportLensOutput = exports.ExportLensOutput || (exports.ExportLensOutput = {}));
|
|
349
|
-
var GetAnswerInput;
|
|
350
|
-
(function (GetAnswerInput) {
|
|
351
|
-
GetAnswerInput.filterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
})(GetAnswerInput = exports.GetAnswerInput || (exports.GetAnswerInput = {}));
|
|
355
|
-
var GetAnswerOutput;
|
|
356
|
-
(function (GetAnswerOutput) {
|
|
357
|
-
GetAnswerOutput.filterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
})(GetAnswerOutput = exports.GetAnswerOutput || (exports.GetAnswerOutput = {}));
|
|
361
|
-
var GetLensInput;
|
|
362
|
-
(function (GetLensInput) {
|
|
363
|
-
GetLensInput.filterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
})(GetLensInput = exports.GetLensInput || (exports.GetLensInput = {}));
|
|
367
|
-
var Lens;
|
|
368
|
-
(function (Lens) {
|
|
369
|
-
Lens.filterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
})(Lens = exports.Lens || (exports.Lens = {}));
|
|
373
|
-
var GetLensOutput;
|
|
374
|
-
(function (GetLensOutput) {
|
|
375
|
-
GetLensOutput.filterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
})(GetLensOutput = exports.GetLensOutput || (exports.GetLensOutput = {}));
|
|
379
|
-
var GetLensReviewInput;
|
|
380
|
-
(function (GetLensReviewInput) {
|
|
381
|
-
GetLensReviewInput.filterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
})(GetLensReviewInput = exports.GetLensReviewInput || (exports.GetLensReviewInput = {}));
|
|
385
181
|
var LensStatus;
|
|
386
182
|
(function (LensStatus) {
|
|
387
183
|
LensStatus["CURRENT"] = "CURRENT";
|
|
@@ -390,78 +186,6 @@ var LensStatus;
|
|
|
390
186
|
LensStatus["NOT_CURRENT"] = "NOT_CURRENT";
|
|
391
187
|
LensStatus["UNSHARED"] = "UNSHARED";
|
|
392
188
|
})(LensStatus = exports.LensStatus || (exports.LensStatus = {}));
|
|
393
|
-
var PillarReviewSummary;
|
|
394
|
-
(function (PillarReviewSummary) {
|
|
395
|
-
PillarReviewSummary.filterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
})(PillarReviewSummary = exports.PillarReviewSummary || (exports.PillarReviewSummary = {}));
|
|
399
|
-
var LensReview;
|
|
400
|
-
(function (LensReview) {
|
|
401
|
-
LensReview.filterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
})(LensReview = exports.LensReview || (exports.LensReview = {}));
|
|
405
|
-
var GetLensReviewOutput;
|
|
406
|
-
(function (GetLensReviewOutput) {
|
|
407
|
-
GetLensReviewOutput.filterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
})(GetLensReviewOutput = exports.GetLensReviewOutput || (exports.GetLensReviewOutput = {}));
|
|
411
|
-
var GetLensReviewReportInput;
|
|
412
|
-
(function (GetLensReviewReportInput) {
|
|
413
|
-
GetLensReviewReportInput.filterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
})(GetLensReviewReportInput = exports.GetLensReviewReportInput || (exports.GetLensReviewReportInput = {}));
|
|
417
|
-
var LensReviewReport;
|
|
418
|
-
(function (LensReviewReport) {
|
|
419
|
-
LensReviewReport.filterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
})(LensReviewReport = exports.LensReviewReport || (exports.LensReviewReport = {}));
|
|
423
|
-
var GetLensReviewReportOutput;
|
|
424
|
-
(function (GetLensReviewReportOutput) {
|
|
425
|
-
GetLensReviewReportOutput.filterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
})(GetLensReviewReportOutput = exports.GetLensReviewReportOutput || (exports.GetLensReviewReportOutput = {}));
|
|
429
|
-
var GetLensVersionDifferenceInput;
|
|
430
|
-
(function (GetLensVersionDifferenceInput) {
|
|
431
|
-
GetLensVersionDifferenceInput.filterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
})(GetLensVersionDifferenceInput = exports.GetLensVersionDifferenceInput || (exports.GetLensVersionDifferenceInput = {}));
|
|
435
|
-
var QuestionDifference;
|
|
436
|
-
(function (QuestionDifference) {
|
|
437
|
-
QuestionDifference.filterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
})(QuestionDifference = exports.QuestionDifference || (exports.QuestionDifference = {}));
|
|
441
|
-
var PillarDifference;
|
|
442
|
-
(function (PillarDifference) {
|
|
443
|
-
PillarDifference.filterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
})(PillarDifference = exports.PillarDifference || (exports.PillarDifference = {}));
|
|
447
|
-
var VersionDifferences;
|
|
448
|
-
(function (VersionDifferences) {
|
|
449
|
-
VersionDifferences.filterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
})(VersionDifferences = exports.VersionDifferences || (exports.VersionDifferences = {}));
|
|
453
|
-
var GetLensVersionDifferenceOutput;
|
|
454
|
-
(function (GetLensVersionDifferenceOutput) {
|
|
455
|
-
GetLensVersionDifferenceOutput.filterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
})(GetLensVersionDifferenceOutput = exports.GetLensVersionDifferenceOutput || (exports.GetLensVersionDifferenceOutput = {}));
|
|
459
|
-
var GetMilestoneInput;
|
|
460
|
-
(function (GetMilestoneInput) {
|
|
461
|
-
GetMilestoneInput.filterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
})(GetMilestoneInput = exports.GetMilestoneInput || (exports.GetMilestoneInput = {}));
|
|
465
189
|
var WorkloadImprovementStatus;
|
|
466
190
|
(function (WorkloadImprovementStatus) {
|
|
467
191
|
WorkloadImprovementStatus["COMPLETE"] = "COMPLETE";
|
|
@@ -470,66 +194,12 @@ var WorkloadImprovementStatus;
|
|
|
470
194
|
WorkloadImprovementStatus["NOT_STARTED"] = "NOT_STARTED";
|
|
471
195
|
WorkloadImprovementStatus["RISK_ACKNOWLEDGED"] = "RISK_ACKNOWLEDGED";
|
|
472
196
|
})(WorkloadImprovementStatus = exports.WorkloadImprovementStatus || (exports.WorkloadImprovementStatus = {}));
|
|
473
|
-
var Workload;
|
|
474
|
-
(function (Workload) {
|
|
475
|
-
Workload.filterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
})(Workload = exports.Workload || (exports.Workload = {}));
|
|
479
|
-
var Milestone;
|
|
480
|
-
(function (Milestone) {
|
|
481
|
-
Milestone.filterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
})(Milestone = exports.Milestone || (exports.Milestone = {}));
|
|
485
|
-
var GetMilestoneOutput;
|
|
486
|
-
(function (GetMilestoneOutput) {
|
|
487
|
-
GetMilestoneOutput.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(GetMilestoneOutput = exports.GetMilestoneOutput || (exports.GetMilestoneOutput = {}));
|
|
491
|
-
var GetWorkloadInput;
|
|
492
|
-
(function (GetWorkloadInput) {
|
|
493
|
-
GetWorkloadInput.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(GetWorkloadInput = exports.GetWorkloadInput || (exports.GetWorkloadInput = {}));
|
|
497
|
-
var GetWorkloadOutput;
|
|
498
|
-
(function (GetWorkloadOutput) {
|
|
499
|
-
GetWorkloadOutput.filterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
})(GetWorkloadOutput = exports.GetWorkloadOutput || (exports.GetWorkloadOutput = {}));
|
|
503
|
-
var ImportLensInput;
|
|
504
|
-
(function (ImportLensInput) {
|
|
505
|
-
ImportLensInput.filterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
})(ImportLensInput = exports.ImportLensInput || (exports.ImportLensInput = {}));
|
|
509
197
|
var ImportLensStatus;
|
|
510
198
|
(function (ImportLensStatus) {
|
|
511
199
|
ImportLensStatus["COMPLETE"] = "COMPLETE";
|
|
512
200
|
ImportLensStatus["ERROR"] = "ERROR";
|
|
513
201
|
ImportLensStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
514
202
|
})(ImportLensStatus = exports.ImportLensStatus || (exports.ImportLensStatus = {}));
|
|
515
|
-
var ImportLensOutput;
|
|
516
|
-
(function (ImportLensOutput) {
|
|
517
|
-
ImportLensOutput.filterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
})(ImportLensOutput = exports.ImportLensOutput || (exports.ImportLensOutput = {}));
|
|
521
|
-
var ImprovementSummary;
|
|
522
|
-
(function (ImprovementSummary) {
|
|
523
|
-
ImprovementSummary.filterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
});
|
|
526
|
-
})(ImprovementSummary = exports.ImprovementSummary || (exports.ImprovementSummary = {}));
|
|
527
|
-
var LensReviewSummary;
|
|
528
|
-
(function (LensReviewSummary) {
|
|
529
|
-
LensReviewSummary.filterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
})(LensReviewSummary = exports.LensReviewSummary || (exports.LensReviewSummary = {}));
|
|
533
203
|
var ShareStatus;
|
|
534
204
|
(function (ShareStatus) {
|
|
535
205
|
ShareStatus["ACCEPTED"] = "ACCEPTED";
|
|
@@ -541,317 +211,441 @@ var ShareStatus;
|
|
|
541
211
|
ShareStatus["REJECTED"] = "REJECTED";
|
|
542
212
|
ShareStatus["REVOKED"] = "REVOKED";
|
|
543
213
|
})(ShareStatus = exports.ShareStatus || (exports.ShareStatus = {}));
|
|
544
|
-
var LensShareSummary;
|
|
545
|
-
(function (LensShareSummary) {
|
|
546
|
-
LensShareSummary.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(LensShareSummary = exports.LensShareSummary || (exports.LensShareSummary = {}));
|
|
550
214
|
var LensType;
|
|
551
215
|
(function (LensType) {
|
|
552
216
|
LensType["AWS_OFFICIAL"] = "AWS_OFFICIAL";
|
|
553
217
|
LensType["CUSTOM_SELF"] = "CUSTOM_SELF";
|
|
554
218
|
LensType["CUSTOM_SHARED"] = "CUSTOM_SHARED";
|
|
555
219
|
})(LensType = exports.LensType || (exports.LensType = {}));
|
|
556
|
-
var LensSummary;
|
|
557
|
-
(function (LensSummary) {
|
|
558
|
-
LensSummary.filterSensitiveLog = (obj) => ({
|
|
559
|
-
...obj,
|
|
560
|
-
});
|
|
561
|
-
})(LensSummary = exports.LensSummary || (exports.LensSummary = {}));
|
|
562
|
-
var LensUpgradeSummary;
|
|
563
|
-
(function (LensUpgradeSummary) {
|
|
564
|
-
LensUpgradeSummary.filterSensitiveLog = (obj) => ({
|
|
565
|
-
...obj,
|
|
566
|
-
});
|
|
567
|
-
})(LensUpgradeSummary = exports.LensUpgradeSummary || (exports.LensUpgradeSummary = {}));
|
|
568
|
-
var ListAnswersInput;
|
|
569
|
-
(function (ListAnswersInput) {
|
|
570
|
-
ListAnswersInput.filterSensitiveLog = (obj) => ({
|
|
571
|
-
...obj,
|
|
572
|
-
});
|
|
573
|
-
})(ListAnswersInput = exports.ListAnswersInput || (exports.ListAnswersInput = {}));
|
|
574
|
-
var ListAnswersOutput;
|
|
575
|
-
(function (ListAnswersOutput) {
|
|
576
|
-
ListAnswersOutput.filterSensitiveLog = (obj) => ({
|
|
577
|
-
...obj,
|
|
578
|
-
});
|
|
579
|
-
})(ListAnswersOutput = exports.ListAnswersOutput || (exports.ListAnswersOutput = {}));
|
|
580
|
-
var ListLensesInput;
|
|
581
|
-
(function (ListLensesInput) {
|
|
582
|
-
ListLensesInput.filterSensitiveLog = (obj) => ({
|
|
583
|
-
...obj,
|
|
584
|
-
});
|
|
585
|
-
})(ListLensesInput = exports.ListLensesInput || (exports.ListLensesInput = {}));
|
|
586
|
-
var ListLensesOutput;
|
|
587
|
-
(function (ListLensesOutput) {
|
|
588
|
-
ListLensesOutput.filterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
})(ListLensesOutput = exports.ListLensesOutput || (exports.ListLensesOutput = {}));
|
|
592
|
-
var ListLensReviewImprovementsInput;
|
|
593
|
-
(function (ListLensReviewImprovementsInput) {
|
|
594
|
-
ListLensReviewImprovementsInput.filterSensitiveLog = (obj) => ({
|
|
595
|
-
...obj,
|
|
596
|
-
});
|
|
597
|
-
})(ListLensReviewImprovementsInput = exports.ListLensReviewImprovementsInput || (exports.ListLensReviewImprovementsInput = {}));
|
|
598
|
-
var ListLensReviewImprovementsOutput;
|
|
599
|
-
(function (ListLensReviewImprovementsOutput) {
|
|
600
|
-
ListLensReviewImprovementsOutput.filterSensitiveLog = (obj) => ({
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
})(ListLensReviewImprovementsOutput = exports.ListLensReviewImprovementsOutput || (exports.ListLensReviewImprovementsOutput = {}));
|
|
604
|
-
var ListLensReviewsInput;
|
|
605
|
-
(function (ListLensReviewsInput) {
|
|
606
|
-
ListLensReviewsInput.filterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
})(ListLensReviewsInput = exports.ListLensReviewsInput || (exports.ListLensReviewsInput = {}));
|
|
610
|
-
var ListLensReviewsOutput;
|
|
611
|
-
(function (ListLensReviewsOutput) {
|
|
612
|
-
ListLensReviewsOutput.filterSensitiveLog = (obj) => ({
|
|
613
|
-
...obj,
|
|
614
|
-
});
|
|
615
|
-
})(ListLensReviewsOutput = exports.ListLensReviewsOutput || (exports.ListLensReviewsOutput = {}));
|
|
616
|
-
var ListLensSharesInput;
|
|
617
|
-
(function (ListLensSharesInput) {
|
|
618
|
-
ListLensSharesInput.filterSensitiveLog = (obj) => ({
|
|
619
|
-
...obj,
|
|
620
|
-
});
|
|
621
|
-
})(ListLensSharesInput = exports.ListLensSharesInput || (exports.ListLensSharesInput = {}));
|
|
622
|
-
var ListLensSharesOutput;
|
|
623
|
-
(function (ListLensSharesOutput) {
|
|
624
|
-
ListLensSharesOutput.filterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
});
|
|
627
|
-
})(ListLensSharesOutput = exports.ListLensSharesOutput || (exports.ListLensSharesOutput = {}));
|
|
628
|
-
var ListMilestonesInput;
|
|
629
|
-
(function (ListMilestonesInput) {
|
|
630
|
-
ListMilestonesInput.filterSensitiveLog = (obj) => ({
|
|
631
|
-
...obj,
|
|
632
|
-
});
|
|
633
|
-
})(ListMilestonesInput = exports.ListMilestonesInput || (exports.ListMilestonesInput = {}));
|
|
634
|
-
var WorkloadSummary;
|
|
635
|
-
(function (WorkloadSummary) {
|
|
636
|
-
WorkloadSummary.filterSensitiveLog = (obj) => ({
|
|
637
|
-
...obj,
|
|
638
|
-
});
|
|
639
|
-
})(WorkloadSummary = exports.WorkloadSummary || (exports.WorkloadSummary = {}));
|
|
640
|
-
var MilestoneSummary;
|
|
641
|
-
(function (MilestoneSummary) {
|
|
642
|
-
MilestoneSummary.filterSensitiveLog = (obj) => ({
|
|
643
|
-
...obj,
|
|
644
|
-
});
|
|
645
|
-
})(MilestoneSummary = exports.MilestoneSummary || (exports.MilestoneSummary = {}));
|
|
646
|
-
var ListMilestonesOutput;
|
|
647
|
-
(function (ListMilestonesOutput) {
|
|
648
|
-
ListMilestonesOutput.filterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
});
|
|
651
|
-
})(ListMilestonesOutput = exports.ListMilestonesOutput || (exports.ListMilestonesOutput = {}));
|
|
652
|
-
var ListNotificationsInput;
|
|
653
|
-
(function (ListNotificationsInput) {
|
|
654
|
-
ListNotificationsInput.filterSensitiveLog = (obj) => ({
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
})(ListNotificationsInput = exports.ListNotificationsInput || (exports.ListNotificationsInput = {}));
|
|
658
220
|
var NotificationType;
|
|
659
221
|
(function (NotificationType) {
|
|
660
222
|
NotificationType["LENS_VERSION_DEPRECATED"] = "LENS_VERSION_DEPRECATED";
|
|
661
223
|
NotificationType["LENS_VERSION_UPGRADED"] = "LENS_VERSION_UPGRADED";
|
|
662
224
|
})(NotificationType = exports.NotificationType || (exports.NotificationType = {}));
|
|
663
|
-
var NotificationSummary;
|
|
664
|
-
(function (NotificationSummary) {
|
|
665
|
-
NotificationSummary.filterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
})(NotificationSummary = exports.NotificationSummary || (exports.NotificationSummary = {}));
|
|
669
|
-
var ListNotificationsOutput;
|
|
670
|
-
(function (ListNotificationsOutput) {
|
|
671
|
-
ListNotificationsOutput.filterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
})(ListNotificationsOutput = exports.ListNotificationsOutput || (exports.ListNotificationsOutput = {}));
|
|
675
225
|
var ShareResourceType;
|
|
676
226
|
(function (ShareResourceType) {
|
|
677
227
|
ShareResourceType["LENS"] = "LENS";
|
|
678
228
|
ShareResourceType["WORKLOAD"] = "WORKLOAD";
|
|
679
229
|
})(ShareResourceType = exports.ShareResourceType || (exports.ShareResourceType = {}));
|
|
680
|
-
var ListShareInvitationsInput;
|
|
681
|
-
(function (ListShareInvitationsInput) {
|
|
682
|
-
ListShareInvitationsInput.filterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
});
|
|
685
|
-
})(ListShareInvitationsInput = exports.ListShareInvitationsInput || (exports.ListShareInvitationsInput = {}));
|
|
686
|
-
var ShareInvitationSummary;
|
|
687
|
-
(function (ShareInvitationSummary) {
|
|
688
|
-
ShareInvitationSummary.filterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
})(ShareInvitationSummary = exports.ShareInvitationSummary || (exports.ShareInvitationSummary = {}));
|
|
692
|
-
var ListShareInvitationsOutput;
|
|
693
|
-
(function (ListShareInvitationsOutput) {
|
|
694
|
-
ListShareInvitationsOutput.filterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
});
|
|
697
|
-
})(ListShareInvitationsOutput = exports.ListShareInvitationsOutput || (exports.ListShareInvitationsOutput = {}));
|
|
698
|
-
var ListTagsForResourceInput;
|
|
699
|
-
(function (ListTagsForResourceInput) {
|
|
700
|
-
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
704
|
-
var ListTagsForResourceOutput;
|
|
705
|
-
(function (ListTagsForResourceOutput) {
|
|
706
|
-
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
|
-
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
710
|
-
var ListWorkloadsInput;
|
|
711
|
-
(function (ListWorkloadsInput) {
|
|
712
|
-
ListWorkloadsInput.filterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
})(ListWorkloadsInput = exports.ListWorkloadsInput || (exports.ListWorkloadsInput = {}));
|
|
716
|
-
var ListWorkloadsOutput;
|
|
717
|
-
(function (ListWorkloadsOutput) {
|
|
718
|
-
ListWorkloadsOutput.filterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
})(ListWorkloadsOutput = exports.ListWorkloadsOutput || (exports.ListWorkloadsOutput = {}));
|
|
722
|
-
var ListWorkloadSharesInput;
|
|
723
|
-
(function (ListWorkloadSharesInput) {
|
|
724
|
-
ListWorkloadSharesInput.filterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
})(ListWorkloadSharesInput = exports.ListWorkloadSharesInput || (exports.ListWorkloadSharesInput = {}));
|
|
728
|
-
var WorkloadShareSummary;
|
|
729
|
-
(function (WorkloadShareSummary) {
|
|
730
|
-
WorkloadShareSummary.filterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
})(WorkloadShareSummary = exports.WorkloadShareSummary || (exports.WorkloadShareSummary = {}));
|
|
734
|
-
var ListWorkloadSharesOutput;
|
|
735
|
-
(function (ListWorkloadSharesOutput) {
|
|
736
|
-
ListWorkloadSharesOutput.filterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
})(ListWorkloadSharesOutput = exports.ListWorkloadSharesOutput || (exports.ListWorkloadSharesOutput = {}));
|
|
740
230
|
var OrganizationSharingStatus;
|
|
741
231
|
(function (OrganizationSharingStatus) {
|
|
742
232
|
OrganizationSharingStatus["DISABLED"] = "DISABLED";
|
|
743
233
|
OrganizationSharingStatus["ENABLED"] = "ENABLED";
|
|
744
234
|
})(OrganizationSharingStatus = exports.OrganizationSharingStatus || (exports.OrganizationSharingStatus = {}));
|
|
745
|
-
var ShareInvitation;
|
|
746
|
-
(function (ShareInvitation) {
|
|
747
|
-
ShareInvitation.filterSensitiveLog = (obj) => ({
|
|
748
|
-
...obj,
|
|
749
|
-
});
|
|
750
|
-
})(ShareInvitation = exports.ShareInvitation || (exports.ShareInvitation = {}));
|
|
751
235
|
var ShareInvitationAction;
|
|
752
236
|
(function (ShareInvitationAction) {
|
|
753
237
|
ShareInvitationAction["ACCEPT"] = "ACCEPT";
|
|
754
238
|
ShareInvitationAction["REJECT"] = "REJECT";
|
|
755
239
|
})(ShareInvitationAction = exports.ShareInvitationAction || (exports.ShareInvitationAction = {}));
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
240
|
+
const ChoiceContentFilterSensitiveLog = (obj) => ({
|
|
241
|
+
...obj,
|
|
242
|
+
});
|
|
243
|
+
exports.ChoiceContentFilterSensitiveLog = ChoiceContentFilterSensitiveLog;
|
|
244
|
+
const AdditionalResourcesFilterSensitiveLog = (obj) => ({
|
|
245
|
+
...obj,
|
|
246
|
+
});
|
|
247
|
+
exports.AdditionalResourcesFilterSensitiveLog = AdditionalResourcesFilterSensitiveLog;
|
|
248
|
+
const ChoiceAnswerFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
exports.ChoiceAnswerFilterSensitiveLog = ChoiceAnswerFilterSensitiveLog;
|
|
252
|
+
const ChoiceFilterSensitiveLog = (obj) => ({
|
|
253
|
+
...obj,
|
|
254
|
+
});
|
|
255
|
+
exports.ChoiceFilterSensitiveLog = ChoiceFilterSensitiveLog;
|
|
256
|
+
const AnswerFilterSensitiveLog = (obj) => ({
|
|
257
|
+
...obj,
|
|
258
|
+
});
|
|
259
|
+
exports.AnswerFilterSensitiveLog = AnswerFilterSensitiveLog;
|
|
260
|
+
const ChoiceAnswerSummaryFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
exports.ChoiceAnswerSummaryFilterSensitiveLog = ChoiceAnswerSummaryFilterSensitiveLog;
|
|
264
|
+
const AnswerSummaryFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
exports.AnswerSummaryFilterSensitiveLog = AnswerSummaryFilterSensitiveLog;
|
|
268
|
+
const AssociateLensesInputFilterSensitiveLog = (obj) => ({
|
|
269
|
+
...obj,
|
|
270
|
+
});
|
|
271
|
+
exports.AssociateLensesInputFilterSensitiveLog = AssociateLensesInputFilterSensitiveLog;
|
|
272
|
+
const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
exports.ValidationExceptionFieldFilterSensitiveLog = ValidationExceptionFieldFilterSensitiveLog;
|
|
276
|
+
const ChoiceImprovementPlanFilterSensitiveLog = (obj) => ({
|
|
277
|
+
...obj,
|
|
278
|
+
});
|
|
279
|
+
exports.ChoiceImprovementPlanFilterSensitiveLog = ChoiceImprovementPlanFilterSensitiveLog;
|
|
280
|
+
const ChoiceUpdateFilterSensitiveLog = (obj) => ({
|
|
281
|
+
...obj,
|
|
282
|
+
});
|
|
283
|
+
exports.ChoiceUpdateFilterSensitiveLog = ChoiceUpdateFilterSensitiveLog;
|
|
284
|
+
const CreateLensShareInputFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
exports.CreateLensShareInputFilterSensitiveLog = CreateLensShareInputFilterSensitiveLog;
|
|
288
|
+
const CreateLensShareOutputFilterSensitiveLog = (obj) => ({
|
|
289
|
+
...obj,
|
|
290
|
+
});
|
|
291
|
+
exports.CreateLensShareOutputFilterSensitiveLog = CreateLensShareOutputFilterSensitiveLog;
|
|
292
|
+
const CreateLensVersionInputFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
});
|
|
295
|
+
exports.CreateLensVersionInputFilterSensitiveLog = CreateLensVersionInputFilterSensitiveLog;
|
|
296
|
+
const CreateLensVersionOutputFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
exports.CreateLensVersionOutputFilterSensitiveLog = CreateLensVersionOutputFilterSensitiveLog;
|
|
300
|
+
const CreateMilestoneInputFilterSensitiveLog = (obj) => ({
|
|
301
|
+
...obj,
|
|
302
|
+
});
|
|
303
|
+
exports.CreateMilestoneInputFilterSensitiveLog = CreateMilestoneInputFilterSensitiveLog;
|
|
304
|
+
const CreateMilestoneOutputFilterSensitiveLog = (obj) => ({
|
|
305
|
+
...obj,
|
|
306
|
+
});
|
|
307
|
+
exports.CreateMilestoneOutputFilterSensitiveLog = CreateMilestoneOutputFilterSensitiveLog;
|
|
308
|
+
const CreateWorkloadInputFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
exports.CreateWorkloadInputFilterSensitiveLog = CreateWorkloadInputFilterSensitiveLog;
|
|
312
|
+
const CreateWorkloadOutputFilterSensitiveLog = (obj) => ({
|
|
313
|
+
...obj,
|
|
314
|
+
});
|
|
315
|
+
exports.CreateWorkloadOutputFilterSensitiveLog = CreateWorkloadOutputFilterSensitiveLog;
|
|
316
|
+
const CreateWorkloadShareInputFilterSensitiveLog = (obj) => ({
|
|
317
|
+
...obj,
|
|
318
|
+
});
|
|
319
|
+
exports.CreateWorkloadShareInputFilterSensitiveLog = CreateWorkloadShareInputFilterSensitiveLog;
|
|
320
|
+
const CreateWorkloadShareOutputFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
exports.CreateWorkloadShareOutputFilterSensitiveLog = CreateWorkloadShareOutputFilterSensitiveLog;
|
|
324
|
+
const DeleteLensInputFilterSensitiveLog = (obj) => ({
|
|
325
|
+
...obj,
|
|
326
|
+
});
|
|
327
|
+
exports.DeleteLensInputFilterSensitiveLog = DeleteLensInputFilterSensitiveLog;
|
|
328
|
+
const DeleteLensShareInputFilterSensitiveLog = (obj) => ({
|
|
329
|
+
...obj,
|
|
330
|
+
});
|
|
331
|
+
exports.DeleteLensShareInputFilterSensitiveLog = DeleteLensShareInputFilterSensitiveLog;
|
|
332
|
+
const DeleteWorkloadInputFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
exports.DeleteWorkloadInputFilterSensitiveLog = DeleteWorkloadInputFilterSensitiveLog;
|
|
336
|
+
const DeleteWorkloadShareInputFilterSensitiveLog = (obj) => ({
|
|
337
|
+
...obj,
|
|
338
|
+
});
|
|
339
|
+
exports.DeleteWorkloadShareInputFilterSensitiveLog = DeleteWorkloadShareInputFilterSensitiveLog;
|
|
340
|
+
const DisassociateLensesInputFilterSensitiveLog = (obj) => ({
|
|
341
|
+
...obj,
|
|
342
|
+
});
|
|
343
|
+
exports.DisassociateLensesInputFilterSensitiveLog = DisassociateLensesInputFilterSensitiveLog;
|
|
344
|
+
const ExportLensInputFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
exports.ExportLensInputFilterSensitiveLog = ExportLensInputFilterSensitiveLog;
|
|
348
|
+
const ExportLensOutputFilterSensitiveLog = (obj) => ({
|
|
349
|
+
...obj,
|
|
350
|
+
});
|
|
351
|
+
exports.ExportLensOutputFilterSensitiveLog = ExportLensOutputFilterSensitiveLog;
|
|
352
|
+
const GetAnswerInputFilterSensitiveLog = (obj) => ({
|
|
353
|
+
...obj,
|
|
354
|
+
});
|
|
355
|
+
exports.GetAnswerInputFilterSensitiveLog = GetAnswerInputFilterSensitiveLog;
|
|
356
|
+
const GetAnswerOutputFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
exports.GetAnswerOutputFilterSensitiveLog = GetAnswerOutputFilterSensitiveLog;
|
|
360
|
+
const GetLensInputFilterSensitiveLog = (obj) => ({
|
|
361
|
+
...obj,
|
|
362
|
+
});
|
|
363
|
+
exports.GetLensInputFilterSensitiveLog = GetLensInputFilterSensitiveLog;
|
|
364
|
+
const LensFilterSensitiveLog = (obj) => ({
|
|
365
|
+
...obj,
|
|
366
|
+
});
|
|
367
|
+
exports.LensFilterSensitiveLog = LensFilterSensitiveLog;
|
|
368
|
+
const GetLensOutputFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
exports.GetLensOutputFilterSensitiveLog = GetLensOutputFilterSensitiveLog;
|
|
372
|
+
const GetLensReviewInputFilterSensitiveLog = (obj) => ({
|
|
373
|
+
...obj,
|
|
374
|
+
});
|
|
375
|
+
exports.GetLensReviewInputFilterSensitiveLog = GetLensReviewInputFilterSensitiveLog;
|
|
376
|
+
const PillarReviewSummaryFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
exports.PillarReviewSummaryFilterSensitiveLog = PillarReviewSummaryFilterSensitiveLog;
|
|
380
|
+
const LensReviewFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
exports.LensReviewFilterSensitiveLog = LensReviewFilterSensitiveLog;
|
|
384
|
+
const GetLensReviewOutputFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
exports.GetLensReviewOutputFilterSensitiveLog = GetLensReviewOutputFilterSensitiveLog;
|
|
388
|
+
const GetLensReviewReportInputFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
exports.GetLensReviewReportInputFilterSensitiveLog = GetLensReviewReportInputFilterSensitiveLog;
|
|
392
|
+
const LensReviewReportFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
exports.LensReviewReportFilterSensitiveLog = LensReviewReportFilterSensitiveLog;
|
|
396
|
+
const GetLensReviewReportOutputFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
exports.GetLensReviewReportOutputFilterSensitiveLog = GetLensReviewReportOutputFilterSensitiveLog;
|
|
400
|
+
const GetLensVersionDifferenceInputFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
exports.GetLensVersionDifferenceInputFilterSensitiveLog = GetLensVersionDifferenceInputFilterSensitiveLog;
|
|
404
|
+
const QuestionDifferenceFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
exports.QuestionDifferenceFilterSensitiveLog = QuestionDifferenceFilterSensitiveLog;
|
|
408
|
+
const PillarDifferenceFilterSensitiveLog = (obj) => ({
|
|
409
|
+
...obj,
|
|
410
|
+
});
|
|
411
|
+
exports.PillarDifferenceFilterSensitiveLog = PillarDifferenceFilterSensitiveLog;
|
|
412
|
+
const VersionDifferencesFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
exports.VersionDifferencesFilterSensitiveLog = VersionDifferencesFilterSensitiveLog;
|
|
416
|
+
const GetLensVersionDifferenceOutputFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
exports.GetLensVersionDifferenceOutputFilterSensitiveLog = GetLensVersionDifferenceOutputFilterSensitiveLog;
|
|
420
|
+
const GetMilestoneInputFilterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
});
|
|
423
|
+
exports.GetMilestoneInputFilterSensitiveLog = GetMilestoneInputFilterSensitiveLog;
|
|
424
|
+
const WorkloadFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
exports.WorkloadFilterSensitiveLog = WorkloadFilterSensitiveLog;
|
|
428
|
+
const MilestoneFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
exports.MilestoneFilterSensitiveLog = MilestoneFilterSensitiveLog;
|
|
432
|
+
const GetMilestoneOutputFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
exports.GetMilestoneOutputFilterSensitiveLog = GetMilestoneOutputFilterSensitiveLog;
|
|
436
|
+
const GetWorkloadInputFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
});
|
|
439
|
+
exports.GetWorkloadInputFilterSensitiveLog = GetWorkloadInputFilterSensitiveLog;
|
|
440
|
+
const GetWorkloadOutputFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
exports.GetWorkloadOutputFilterSensitiveLog = GetWorkloadOutputFilterSensitiveLog;
|
|
444
|
+
const ImportLensInputFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
exports.ImportLensInputFilterSensitiveLog = ImportLensInputFilterSensitiveLog;
|
|
448
|
+
const ImportLensOutputFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
exports.ImportLensOutputFilterSensitiveLog = ImportLensOutputFilterSensitiveLog;
|
|
452
|
+
const ImprovementSummaryFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.ImprovementSummaryFilterSensitiveLog = ImprovementSummaryFilterSensitiveLog;
|
|
456
|
+
const LensReviewSummaryFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.LensReviewSummaryFilterSensitiveLog = LensReviewSummaryFilterSensitiveLog;
|
|
460
|
+
const LensShareSummaryFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
exports.LensShareSummaryFilterSensitiveLog = LensShareSummaryFilterSensitiveLog;
|
|
464
|
+
const LensSummaryFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.LensSummaryFilterSensitiveLog = LensSummaryFilterSensitiveLog;
|
|
468
|
+
const LensUpgradeSummaryFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
exports.LensUpgradeSummaryFilterSensitiveLog = LensUpgradeSummaryFilterSensitiveLog;
|
|
472
|
+
const ListAnswersInputFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.ListAnswersInputFilterSensitiveLog = ListAnswersInputFilterSensitiveLog;
|
|
476
|
+
const ListAnswersOutputFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
exports.ListAnswersOutputFilterSensitiveLog = ListAnswersOutputFilterSensitiveLog;
|
|
480
|
+
const ListLensesInputFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
});
|
|
483
|
+
exports.ListLensesInputFilterSensitiveLog = ListLensesInputFilterSensitiveLog;
|
|
484
|
+
const ListLensesOutputFilterSensitiveLog = (obj) => ({
|
|
485
|
+
...obj,
|
|
486
|
+
});
|
|
487
|
+
exports.ListLensesOutputFilterSensitiveLog = ListLensesOutputFilterSensitiveLog;
|
|
488
|
+
const ListLensReviewImprovementsInputFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
exports.ListLensReviewImprovementsInputFilterSensitiveLog = ListLensReviewImprovementsInputFilterSensitiveLog;
|
|
492
|
+
const ListLensReviewImprovementsOutputFilterSensitiveLog = (obj) => ({
|
|
493
|
+
...obj,
|
|
494
|
+
});
|
|
495
|
+
exports.ListLensReviewImprovementsOutputFilterSensitiveLog = ListLensReviewImprovementsOutputFilterSensitiveLog;
|
|
496
|
+
const ListLensReviewsInputFilterSensitiveLog = (obj) => ({
|
|
497
|
+
...obj,
|
|
498
|
+
});
|
|
499
|
+
exports.ListLensReviewsInputFilterSensitiveLog = ListLensReviewsInputFilterSensitiveLog;
|
|
500
|
+
const ListLensReviewsOutputFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
exports.ListLensReviewsOutputFilterSensitiveLog = ListLensReviewsOutputFilterSensitiveLog;
|
|
504
|
+
const ListLensSharesInputFilterSensitiveLog = (obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
});
|
|
507
|
+
exports.ListLensSharesInputFilterSensitiveLog = ListLensSharesInputFilterSensitiveLog;
|
|
508
|
+
const ListLensSharesOutputFilterSensitiveLog = (obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
});
|
|
511
|
+
exports.ListLensSharesOutputFilterSensitiveLog = ListLensSharesOutputFilterSensitiveLog;
|
|
512
|
+
const ListMilestonesInputFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
exports.ListMilestonesInputFilterSensitiveLog = ListMilestonesInputFilterSensitiveLog;
|
|
516
|
+
const WorkloadSummaryFilterSensitiveLog = (obj) => ({
|
|
517
|
+
...obj,
|
|
518
|
+
});
|
|
519
|
+
exports.WorkloadSummaryFilterSensitiveLog = WorkloadSummaryFilterSensitiveLog;
|
|
520
|
+
const MilestoneSummaryFilterSensitiveLog = (obj) => ({
|
|
521
|
+
...obj,
|
|
522
|
+
});
|
|
523
|
+
exports.MilestoneSummaryFilterSensitiveLog = MilestoneSummaryFilterSensitiveLog;
|
|
524
|
+
const ListMilestonesOutputFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
exports.ListMilestonesOutputFilterSensitiveLog = ListMilestonesOutputFilterSensitiveLog;
|
|
528
|
+
const ListNotificationsInputFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
exports.ListNotificationsInputFilterSensitiveLog = ListNotificationsInputFilterSensitiveLog;
|
|
532
|
+
const NotificationSummaryFilterSensitiveLog = (obj) => ({
|
|
533
|
+
...obj,
|
|
534
|
+
});
|
|
535
|
+
exports.NotificationSummaryFilterSensitiveLog = NotificationSummaryFilterSensitiveLog;
|
|
536
|
+
const ListNotificationsOutputFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
exports.ListNotificationsOutputFilterSensitiveLog = ListNotificationsOutputFilterSensitiveLog;
|
|
540
|
+
const ListShareInvitationsInputFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
exports.ListShareInvitationsInputFilterSensitiveLog = ListShareInvitationsInputFilterSensitiveLog;
|
|
544
|
+
const ShareInvitationSummaryFilterSensitiveLog = (obj) => ({
|
|
545
|
+
...obj,
|
|
546
|
+
});
|
|
547
|
+
exports.ShareInvitationSummaryFilterSensitiveLog = ShareInvitationSummaryFilterSensitiveLog;
|
|
548
|
+
const ListShareInvitationsOutputFilterSensitiveLog = (obj) => ({
|
|
549
|
+
...obj,
|
|
550
|
+
});
|
|
551
|
+
exports.ListShareInvitationsOutputFilterSensitiveLog = ListShareInvitationsOutputFilterSensitiveLog;
|
|
552
|
+
const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
|
|
556
|
+
const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
|
|
557
|
+
...obj,
|
|
558
|
+
});
|
|
559
|
+
exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
|
|
560
|
+
const ListWorkloadsInputFilterSensitiveLog = (obj) => ({
|
|
561
|
+
...obj,
|
|
562
|
+
});
|
|
563
|
+
exports.ListWorkloadsInputFilterSensitiveLog = ListWorkloadsInputFilterSensitiveLog;
|
|
564
|
+
const ListWorkloadsOutputFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
exports.ListWorkloadsOutputFilterSensitiveLog = ListWorkloadsOutputFilterSensitiveLog;
|
|
568
|
+
const ListWorkloadSharesInputFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
571
|
+
exports.ListWorkloadSharesInputFilterSensitiveLog = ListWorkloadSharesInputFilterSensitiveLog;
|
|
572
|
+
const WorkloadShareSummaryFilterSensitiveLog = (obj) => ({
|
|
573
|
+
...obj,
|
|
574
|
+
});
|
|
575
|
+
exports.WorkloadShareSummaryFilterSensitiveLog = WorkloadShareSummaryFilterSensitiveLog;
|
|
576
|
+
const ListWorkloadSharesOutputFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
});
|
|
579
|
+
exports.ListWorkloadSharesOutputFilterSensitiveLog = ListWorkloadSharesOutputFilterSensitiveLog;
|
|
580
|
+
const ShareInvitationFilterSensitiveLog = (obj) => ({
|
|
581
|
+
...obj,
|
|
582
|
+
});
|
|
583
|
+
exports.ShareInvitationFilterSensitiveLog = ShareInvitationFilterSensitiveLog;
|
|
584
|
+
const TagResourceInputFilterSensitiveLog = (obj) => ({
|
|
585
|
+
...obj,
|
|
586
|
+
});
|
|
587
|
+
exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
|
|
588
|
+
const TagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
589
|
+
...obj,
|
|
590
|
+
});
|
|
591
|
+
exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
|
|
592
|
+
const UntagResourceInputFilterSensitiveLog = (obj) => ({
|
|
593
|
+
...obj,
|
|
594
|
+
});
|
|
595
|
+
exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
|
|
596
|
+
const UntagResourceOutputFilterSensitiveLog = (obj) => ({
|
|
597
|
+
...obj,
|
|
598
|
+
});
|
|
599
|
+
exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;
|
|
600
|
+
const UpdateAnswerInputFilterSensitiveLog = (obj) => ({
|
|
601
|
+
...obj,
|
|
602
|
+
});
|
|
603
|
+
exports.UpdateAnswerInputFilterSensitiveLog = UpdateAnswerInputFilterSensitiveLog;
|
|
604
|
+
const UpdateAnswerOutputFilterSensitiveLog = (obj) => ({
|
|
605
|
+
...obj,
|
|
606
|
+
});
|
|
607
|
+
exports.UpdateAnswerOutputFilterSensitiveLog = UpdateAnswerOutputFilterSensitiveLog;
|
|
608
|
+
const UpdateGlobalSettingsInputFilterSensitiveLog = (obj) => ({
|
|
609
|
+
...obj,
|
|
610
|
+
});
|
|
611
|
+
exports.UpdateGlobalSettingsInputFilterSensitiveLog = UpdateGlobalSettingsInputFilterSensitiveLog;
|
|
612
|
+
const UpdateLensReviewInputFilterSensitiveLog = (obj) => ({
|
|
613
|
+
...obj,
|
|
614
|
+
});
|
|
615
|
+
exports.UpdateLensReviewInputFilterSensitiveLog = UpdateLensReviewInputFilterSensitiveLog;
|
|
616
|
+
const UpdateLensReviewOutputFilterSensitiveLog = (obj) => ({
|
|
617
|
+
...obj,
|
|
618
|
+
});
|
|
619
|
+
exports.UpdateLensReviewOutputFilterSensitiveLog = UpdateLensReviewOutputFilterSensitiveLog;
|
|
620
|
+
const UpdateShareInvitationInputFilterSensitiveLog = (obj) => ({
|
|
621
|
+
...obj,
|
|
622
|
+
});
|
|
623
|
+
exports.UpdateShareInvitationInputFilterSensitiveLog = UpdateShareInvitationInputFilterSensitiveLog;
|
|
624
|
+
const UpdateShareInvitationOutputFilterSensitiveLog = (obj) => ({
|
|
625
|
+
...obj,
|
|
626
|
+
});
|
|
627
|
+
exports.UpdateShareInvitationOutputFilterSensitiveLog = UpdateShareInvitationOutputFilterSensitiveLog;
|
|
628
|
+
const UpdateWorkloadInputFilterSensitiveLog = (obj) => ({
|
|
629
|
+
...obj,
|
|
630
|
+
});
|
|
631
|
+
exports.UpdateWorkloadInputFilterSensitiveLog = UpdateWorkloadInputFilterSensitiveLog;
|
|
632
|
+
const UpdateWorkloadOutputFilterSensitiveLog = (obj) => ({
|
|
633
|
+
...obj,
|
|
634
|
+
});
|
|
635
|
+
exports.UpdateWorkloadOutputFilterSensitiveLog = UpdateWorkloadOutputFilterSensitiveLog;
|
|
636
|
+
const UpdateWorkloadShareInputFilterSensitiveLog = (obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
});
|
|
639
|
+
exports.UpdateWorkloadShareInputFilterSensitiveLog = UpdateWorkloadShareInputFilterSensitiveLog;
|
|
640
|
+
const WorkloadShareFilterSensitiveLog = (obj) => ({
|
|
641
|
+
...obj,
|
|
642
|
+
});
|
|
643
|
+
exports.WorkloadShareFilterSensitiveLog = WorkloadShareFilterSensitiveLog;
|
|
644
|
+
const UpdateWorkloadShareOutputFilterSensitiveLog = (obj) => ({
|
|
645
|
+
...obj,
|
|
646
|
+
});
|
|
647
|
+
exports.UpdateWorkloadShareOutputFilterSensitiveLog = UpdateWorkloadShareOutputFilterSensitiveLog;
|
|
648
|
+
const UpgradeLensReviewInputFilterSensitiveLog = (obj) => ({
|
|
649
|
+
...obj,
|
|
650
|
+
});
|
|
651
|
+
exports.UpgradeLensReviewInputFilterSensitiveLog = UpgradeLensReviewInputFilterSensitiveLog;
|