@aws-sdk/client-wellarchitected 3.489.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/WellArchitected.js +1 -151
- package/dist-cjs/WellArchitectedClient.js +1 -43
- package/dist-cjs/commands/AssociateLensesCommand.js +1 -28
- package/dist-cjs/commands/AssociateProfilesCommand.js +1 -28
- package/dist-cjs/commands/CreateLensShareCommand.js +1 -28
- package/dist-cjs/commands/CreateLensVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateMilestoneCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileShareCommand.js +1 -28
- package/dist-cjs/commands/CreateReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateTemplateShareCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkloadCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteLensCommand.js +1 -28
- package/dist-cjs/commands/DeleteLensShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/DeleteTemplateShareCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkloadCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/DisassociateLensesCommand.js +1 -28
- package/dist-cjs/commands/DisassociateProfilesCommand.js +1 -28
- package/dist-cjs/commands/ExportLensCommand.js +1 -28
- package/dist-cjs/commands/GetAnswerCommand.js +1 -28
- package/dist-cjs/commands/GetConsolidatedReportCommand.js +1 -28
- package/dist-cjs/commands/GetLensCommand.js +1 -28
- package/dist-cjs/commands/GetLensReviewCommand.js +1 -28
- package/dist-cjs/commands/GetLensReviewReportCommand.js +1 -28
- package/dist-cjs/commands/GetLensVersionDifferenceCommand.js +1 -28
- package/dist-cjs/commands/GetMilestoneCommand.js +1 -28
- package/dist-cjs/commands/GetProfileCommand.js +1 -28
- package/dist-cjs/commands/GetProfileTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateAnswerCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/GetWorkloadCommand.js +1 -28
- package/dist-cjs/commands/ImportLensCommand.js +1 -28
- package/dist-cjs/commands/ListAnswersCommand.js +1 -28
- package/dist-cjs/commands/ListCheckDetailsCommand.js +1 -28
- package/dist-cjs/commands/ListCheckSummariesCommand.js +1 -28
- package/dist-cjs/commands/ListLensReviewImprovementsCommand.js +1 -28
- package/dist-cjs/commands/ListLensReviewsCommand.js +1 -28
- package/dist-cjs/commands/ListLensSharesCommand.js +1 -28
- package/dist-cjs/commands/ListLensesCommand.js +1 -28
- package/dist-cjs/commands/ListMilestonesCommand.js +1 -28
- package/dist-cjs/commands/ListNotificationsCommand.js +1 -28
- package/dist-cjs/commands/ListProfileNotificationsCommand.js +1 -28
- package/dist-cjs/commands/ListProfileSharesCommand.js +1 -28
- package/dist-cjs/commands/ListProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListReviewTemplateAnswersCommand.js +1 -28
- package/dist-cjs/commands/ListReviewTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListShareInvitationsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTemplateSharesCommand.js +1 -28
- package/dist-cjs/commands/ListWorkloadSharesCommand.js +1 -28
- package/dist-cjs/commands/ListWorkloadsCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAnswerCommand.js +1 -28
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpdateProfileCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateAnswerCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateCommand.js +1 -28
- package/dist-cjs/commands/UpdateReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpdateShareInvitationCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkloadCommand.js +1 -28
- package/dist-cjs/commands/UpdateWorkloadShareCommand.js +1 -28
- package/dist-cjs/commands/UpgradeLensReviewCommand.js +1 -28
- package/dist-cjs/commands/UpgradeProfileVersionCommand.js +1 -28
- package/dist-cjs/commands/UpgradeReviewTemplateLensReviewCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -73
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6842 -11
- package/dist-cjs/models/WellArchitectedServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -283
- package/dist-cjs/pagination/GetConsolidatedReportPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAnswersPaginator.js +1 -7
- package/dist-cjs/pagination/ListCheckDetailsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCheckSummariesPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensReviewImprovementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensReviewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListLensesPaginator.js +1 -7
- package/dist-cjs/pagination/ListMilestonesPaginator.js +1 -7
- package/dist-cjs/pagination/ListNotificationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfileNotificationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfileSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewTemplateAnswersPaginator.js +1 -7
- package/dist-cjs/pagination/ListReviewTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListShareInvitationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTemplateSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkloadSharesPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkloadsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -23
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4886
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WellArchitectedServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class WellArchitectedServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, WellArchitectedServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.WellArchitectedServiceException = WellArchitectedServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,283 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShareInvitationAction = exports.OrganizationSharingStatus = exports.ShareResourceType = exports.ProfileOwnerType = exports.ProfileNotificationType = exports.NotificationType = exports.QuestionPriority = exports.LensType = exports.ShareStatus = exports.ImportLensStatus = exports.ReviewTemplateAnswerStatus = exports.ReviewTemplateUpdateStatus = exports.Question = exports.WorkloadImprovementStatus = exports.LensStatus = exports.ReportFormat = exports.DiscoveryIntegrationStatus = exports.DifferenceStatus = exports.LensStatusType = exports.PermissionType = exports.WorkloadEnvironment = exports.DefinitionType = exports.TrustedAdvisorIntegrationStatus = exports.ServiceQuotaExceededException = exports.MetricType = exports.CheckFailureReason = exports.CheckProvider = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.QuestionType = exports.Risk = exports.AnswerReason = exports.ChoiceStatus = exports.ChoiceReason = exports.AdditionalResourceType = exports.CheckStatus = exports.AccessDeniedException = void 0;
|
|
4
|
-
const WellArchitectedServiceException_1 = require("./WellArchitectedServiceException");
|
|
5
|
-
class AccessDeniedException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
this.Message = opts.Message;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.CheckStatus = {
|
|
20
|
-
ERROR: "ERROR",
|
|
21
|
-
FETCH_FAILED: "FETCH_FAILED",
|
|
22
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
23
|
-
OKAY: "OKAY",
|
|
24
|
-
WARNING: "WARNING",
|
|
25
|
-
};
|
|
26
|
-
exports.AdditionalResourceType = {
|
|
27
|
-
HELPFUL_RESOURCE: "HELPFUL_RESOURCE",
|
|
28
|
-
IMPROVEMENT_PLAN: "IMPROVEMENT_PLAN",
|
|
29
|
-
};
|
|
30
|
-
exports.ChoiceReason = {
|
|
31
|
-
ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",
|
|
32
|
-
BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",
|
|
33
|
-
NONE: "NONE",
|
|
34
|
-
OTHER: "OTHER",
|
|
35
|
-
OUT_OF_SCOPE: "OUT_OF_SCOPE",
|
|
36
|
-
};
|
|
37
|
-
exports.ChoiceStatus = {
|
|
38
|
-
NOT_APPLICABLE: "NOT_APPLICABLE",
|
|
39
|
-
SELECTED: "SELECTED",
|
|
40
|
-
UNSELECTED: "UNSELECTED",
|
|
41
|
-
};
|
|
42
|
-
exports.AnswerReason = {
|
|
43
|
-
ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",
|
|
44
|
-
BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",
|
|
45
|
-
NONE: "NONE",
|
|
46
|
-
OTHER: "OTHER",
|
|
47
|
-
OUT_OF_SCOPE: "OUT_OF_SCOPE",
|
|
48
|
-
};
|
|
49
|
-
exports.Risk = {
|
|
50
|
-
HIGH: "HIGH",
|
|
51
|
-
MEDIUM: "MEDIUM",
|
|
52
|
-
NONE: "NONE",
|
|
53
|
-
NOT_APPLICABLE: "NOT_APPLICABLE",
|
|
54
|
-
UNANSWERED: "UNANSWERED",
|
|
55
|
-
};
|
|
56
|
-
exports.QuestionType = {
|
|
57
|
-
NON_PRIORITIZED: "NON_PRIORITIZED",
|
|
58
|
-
PRIORITIZED: "PRIORITIZED",
|
|
59
|
-
};
|
|
60
|
-
class ConflictException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
61
|
-
constructor(opts) {
|
|
62
|
-
super({
|
|
63
|
-
name: "ConflictException",
|
|
64
|
-
$fault: "client",
|
|
65
|
-
...opts,
|
|
66
|
-
});
|
|
67
|
-
this.name = "ConflictException";
|
|
68
|
-
this.$fault = "client";
|
|
69
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
70
|
-
this.Message = opts.Message;
|
|
71
|
-
this.ResourceId = opts.ResourceId;
|
|
72
|
-
this.ResourceType = opts.ResourceType;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
exports.ConflictException = ConflictException;
|
|
76
|
-
class InternalServerException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
77
|
-
constructor(opts) {
|
|
78
|
-
super({
|
|
79
|
-
name: "InternalServerException",
|
|
80
|
-
$fault: "server",
|
|
81
|
-
...opts,
|
|
82
|
-
});
|
|
83
|
-
this.name = "InternalServerException";
|
|
84
|
-
this.$fault = "server";
|
|
85
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
86
|
-
this.Message = opts.Message;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
exports.InternalServerException = InternalServerException;
|
|
90
|
-
class ResourceNotFoundException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
91
|
-
constructor(opts) {
|
|
92
|
-
super({
|
|
93
|
-
name: "ResourceNotFoundException",
|
|
94
|
-
$fault: "client",
|
|
95
|
-
...opts,
|
|
96
|
-
});
|
|
97
|
-
this.name = "ResourceNotFoundException";
|
|
98
|
-
this.$fault = "client";
|
|
99
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
100
|
-
this.Message = opts.Message;
|
|
101
|
-
this.ResourceId = opts.ResourceId;
|
|
102
|
-
this.ResourceType = opts.ResourceType;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
106
|
-
class ThrottlingException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
107
|
-
constructor(opts) {
|
|
108
|
-
super({
|
|
109
|
-
name: "ThrottlingException",
|
|
110
|
-
$fault: "client",
|
|
111
|
-
...opts,
|
|
112
|
-
});
|
|
113
|
-
this.name = "ThrottlingException";
|
|
114
|
-
this.$fault = "client";
|
|
115
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
116
|
-
this.Message = opts.Message;
|
|
117
|
-
this.QuotaCode = opts.QuotaCode;
|
|
118
|
-
this.ServiceCode = opts.ServiceCode;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
exports.ThrottlingException = ThrottlingException;
|
|
122
|
-
exports.ValidationExceptionReason = {
|
|
123
|
-
CANNOT_PARSE: "CANNOT_PARSE",
|
|
124
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
125
|
-
OTHER: "OTHER",
|
|
126
|
-
UNKNOWN_OPERATION: "UNKNOWN_OPERATION",
|
|
127
|
-
};
|
|
128
|
-
class ValidationException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
129
|
-
constructor(opts) {
|
|
130
|
-
super({
|
|
131
|
-
name: "ValidationException",
|
|
132
|
-
$fault: "client",
|
|
133
|
-
...opts,
|
|
134
|
-
});
|
|
135
|
-
this.name = "ValidationException";
|
|
136
|
-
this.$fault = "client";
|
|
137
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
138
|
-
this.Message = opts.Message;
|
|
139
|
-
this.Reason = opts.Reason;
|
|
140
|
-
this.Fields = opts.Fields;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
exports.ValidationException = ValidationException;
|
|
144
|
-
exports.CheckProvider = {
|
|
145
|
-
TRUSTED_ADVISOR: "TRUSTED_ADVISOR",
|
|
146
|
-
};
|
|
147
|
-
exports.CheckFailureReason = {
|
|
148
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
149
|
-
ASSUME_ROLE_ERROR: "ASSUME_ROLE_ERROR",
|
|
150
|
-
PREMIUM_SUPPORT_REQUIRED: "PREMIUM_SUPPORT_REQUIRED",
|
|
151
|
-
UNKNOWN_ERROR: "UNKNOWN_ERROR",
|
|
152
|
-
};
|
|
153
|
-
exports.MetricType = {
|
|
154
|
-
WORKLOAD: "WORKLOAD",
|
|
155
|
-
};
|
|
156
|
-
class ServiceQuotaExceededException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
157
|
-
constructor(opts) {
|
|
158
|
-
super({
|
|
159
|
-
name: "ServiceQuotaExceededException",
|
|
160
|
-
$fault: "client",
|
|
161
|
-
...opts,
|
|
162
|
-
});
|
|
163
|
-
this.name = "ServiceQuotaExceededException";
|
|
164
|
-
this.$fault = "client";
|
|
165
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
166
|
-
this.Message = opts.Message;
|
|
167
|
-
this.ResourceId = opts.ResourceId;
|
|
168
|
-
this.ResourceType = opts.ResourceType;
|
|
169
|
-
this.QuotaCode = opts.QuotaCode;
|
|
170
|
-
this.ServiceCode = opts.ServiceCode;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
174
|
-
exports.TrustedAdvisorIntegrationStatus = {
|
|
175
|
-
DISABLED: "DISABLED",
|
|
176
|
-
ENABLED: "ENABLED",
|
|
177
|
-
};
|
|
178
|
-
exports.DefinitionType = {
|
|
179
|
-
APP_REGISTRY: "APP_REGISTRY",
|
|
180
|
-
WORKLOAD_METADATA: "WORKLOAD_METADATA",
|
|
181
|
-
};
|
|
182
|
-
exports.WorkloadEnvironment = {
|
|
183
|
-
PREPRODUCTION: "PREPRODUCTION",
|
|
184
|
-
PRODUCTION: "PRODUCTION",
|
|
185
|
-
};
|
|
186
|
-
exports.PermissionType = {
|
|
187
|
-
CONTRIBUTOR: "CONTRIBUTOR",
|
|
188
|
-
READONLY: "READONLY",
|
|
189
|
-
};
|
|
190
|
-
exports.LensStatusType = {
|
|
191
|
-
ALL: "ALL",
|
|
192
|
-
DRAFT: "DRAFT",
|
|
193
|
-
PUBLISHED: "PUBLISHED",
|
|
194
|
-
};
|
|
195
|
-
exports.DifferenceStatus = {
|
|
196
|
-
DELETED: "DELETED",
|
|
197
|
-
NEW: "NEW",
|
|
198
|
-
UPDATED: "UPDATED",
|
|
199
|
-
};
|
|
200
|
-
exports.DiscoveryIntegrationStatus = {
|
|
201
|
-
DISABLED: "DISABLED",
|
|
202
|
-
ENABLED: "ENABLED",
|
|
203
|
-
};
|
|
204
|
-
exports.ReportFormat = {
|
|
205
|
-
JSON: "JSON",
|
|
206
|
-
PDF: "PDF",
|
|
207
|
-
};
|
|
208
|
-
exports.LensStatus = {
|
|
209
|
-
CURRENT: "CURRENT",
|
|
210
|
-
DELETED: "DELETED",
|
|
211
|
-
DEPRECATED: "DEPRECATED",
|
|
212
|
-
NOT_CURRENT: "NOT_CURRENT",
|
|
213
|
-
UNSHARED: "UNSHARED",
|
|
214
|
-
};
|
|
215
|
-
exports.WorkloadImprovementStatus = {
|
|
216
|
-
COMPLETE: "COMPLETE",
|
|
217
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
218
|
-
NOT_APPLICABLE: "NOT_APPLICABLE",
|
|
219
|
-
NOT_STARTED: "NOT_STARTED",
|
|
220
|
-
RISK_ACKNOWLEDGED: "RISK_ACKNOWLEDGED",
|
|
221
|
-
};
|
|
222
|
-
exports.Question = {
|
|
223
|
-
ANSWERED: "ANSWERED",
|
|
224
|
-
UNANSWERED: "UNANSWERED",
|
|
225
|
-
};
|
|
226
|
-
exports.ReviewTemplateUpdateStatus = {
|
|
227
|
-
CURRENT: "CURRENT",
|
|
228
|
-
LENS_NOT_CURRENT: "LENS_NOT_CURRENT",
|
|
229
|
-
};
|
|
230
|
-
exports.ReviewTemplateAnswerStatus = {
|
|
231
|
-
ANSWERED: "ANSWERED",
|
|
232
|
-
UNANSWERED: "UNANSWERED",
|
|
233
|
-
};
|
|
234
|
-
exports.ImportLensStatus = {
|
|
235
|
-
COMPLETE: "COMPLETE",
|
|
236
|
-
ERROR: "ERROR",
|
|
237
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
238
|
-
};
|
|
239
|
-
exports.ShareStatus = {
|
|
240
|
-
ACCEPTED: "ACCEPTED",
|
|
241
|
-
ASSOCIATED: "ASSOCIATED",
|
|
242
|
-
ASSOCIATING: "ASSOCIATING",
|
|
243
|
-
EXPIRED: "EXPIRED",
|
|
244
|
-
FAILED: "FAILED",
|
|
245
|
-
PENDING: "PENDING",
|
|
246
|
-
REJECTED: "REJECTED",
|
|
247
|
-
REVOKED: "REVOKED",
|
|
248
|
-
};
|
|
249
|
-
exports.LensType = {
|
|
250
|
-
AWS_OFFICIAL: "AWS_OFFICIAL",
|
|
251
|
-
CUSTOM_SELF: "CUSTOM_SELF",
|
|
252
|
-
CUSTOM_SHARED: "CUSTOM_SHARED",
|
|
253
|
-
};
|
|
254
|
-
exports.QuestionPriority = {
|
|
255
|
-
NONE: "NONE",
|
|
256
|
-
PRIORITIZED: "PRIORITIZED",
|
|
257
|
-
};
|
|
258
|
-
exports.NotificationType = {
|
|
259
|
-
LENS_VERSION_DEPRECATED: "LENS_VERSION_DEPRECATED",
|
|
260
|
-
LENS_VERSION_UPGRADED: "LENS_VERSION_UPGRADED",
|
|
261
|
-
};
|
|
262
|
-
exports.ProfileNotificationType = {
|
|
263
|
-
PROFILE_ANSWERS_UPDATED: "PROFILE_ANSWERS_UPDATED",
|
|
264
|
-
PROFILE_DELETED: "PROFILE_DELETED",
|
|
265
|
-
};
|
|
266
|
-
exports.ProfileOwnerType = {
|
|
267
|
-
SELF: "SELF",
|
|
268
|
-
SHARED: "SHARED",
|
|
269
|
-
};
|
|
270
|
-
exports.ShareResourceType = {
|
|
271
|
-
LENS: "LENS",
|
|
272
|
-
PROFILE: "PROFILE",
|
|
273
|
-
TEMPLATE: "TEMPLATE",
|
|
274
|
-
WORKLOAD: "WORKLOAD",
|
|
275
|
-
};
|
|
276
|
-
exports.OrganizationSharingStatus = {
|
|
277
|
-
DISABLED: "DISABLED",
|
|
278
|
-
ENABLED: "ENABLED",
|
|
279
|
-
};
|
|
280
|
-
exports.ShareInvitationAction = {
|
|
281
|
-
ACCEPT: "ACCEPT",
|
|
282
|
-
REJECT: "REJECT",
|
|
283
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetConsolidatedReport = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const GetConsolidatedReportCommand_1 = require("../commands/GetConsolidatedReportCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateGetConsolidatedReport = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, GetConsolidatedReportCommand_1.GetConsolidatedReportCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAnswers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAnswersCommand_1 = require("../commands/ListAnswersCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListAnswers = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListAnswersCommand_1.ListAnswersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCheckDetails = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCheckDetailsCommand_1 = require("../commands/ListCheckDetailsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListCheckDetails = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListCheckDetailsCommand_1.ListCheckDetailsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCheckSummaries = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCheckSummariesCommand_1 = require("../commands/ListCheckSummariesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListCheckSummaries = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListCheckSummariesCommand_1.ListCheckSummariesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLensReviewImprovements = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLensReviewImprovementsCommand_1 = require("../commands/ListLensReviewImprovementsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListLensReviewImprovements = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListLensReviewImprovementsCommand_1.ListLensReviewImprovementsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLensReviews = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLensReviewsCommand_1 = require("../commands/ListLensReviewsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListLensReviews = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListLensReviewsCommand_1.ListLensReviewsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLensShares = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLensSharesCommand_1 = require("../commands/ListLensSharesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListLensShares = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListLensSharesCommand_1.ListLensSharesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListLenses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListLensesCommand_1 = require("../commands/ListLensesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListLenses = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListLensesCommand_1.ListLensesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMilestones = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMilestonesCommand_1 = require("../commands/ListMilestonesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListMilestones = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListMilestonesCommand_1.ListMilestonesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListNotifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListNotificationsCommand_1 = require("../commands/ListNotificationsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListNotifications = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListNotificationsCommand_1.ListNotificationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProfileNotifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProfileNotificationsCommand_1 = require("../commands/ListProfileNotificationsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListProfileNotifications = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListProfileNotificationsCommand_1.ListProfileNotificationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProfileShares = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProfileSharesCommand_1 = require("../commands/ListProfileSharesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListProfileShares = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListProfileSharesCommand_1.ListProfileSharesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProfiles = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProfilesCommand_1 = require("../commands/ListProfilesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListProfiles = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListProfilesCommand_1.ListProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReviewTemplateAnswers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListReviewTemplateAnswersCommand_1 = require("../commands/ListReviewTemplateAnswersCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListReviewTemplateAnswers = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListReviewTemplateAnswersCommand_1.ListReviewTemplateAnswersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListReviewTemplates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListReviewTemplatesCommand_1 = require("../commands/ListReviewTemplatesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListReviewTemplates = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListReviewTemplatesCommand_1.ListReviewTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListShareInvitations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListShareInvitationsCommand_1 = require("../commands/ListShareInvitationsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListShareInvitations = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListShareInvitationsCommand_1.ListShareInvitationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTemplateShares = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTemplateSharesCommand_1 = require("../commands/ListTemplateSharesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListTemplateShares = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListTemplateSharesCommand_1.ListTemplateSharesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListWorkloadShares = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListWorkloadSharesCommand_1 = require("../commands/ListWorkloadSharesCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListWorkloadShares = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListWorkloadSharesCommand_1.ListWorkloadSharesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListWorkloads = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListWorkloadsCommand_1 = require("../commands/ListWorkloadsCommand");
|
|
6
|
-
const WellArchitectedClient_1 = require("../WellArchitectedClient");
|
|
7
|
-
exports.paginateListWorkloads = (0, core_1.createPaginator)(WellArchitectedClient_1.WellArchitectedClient, ListWorkloadsCommand_1.ListWorkloadsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,23 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./GetConsolidatedReportPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAnswersPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListCheckDetailsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListCheckSummariesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListLensReviewImprovementsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListLensReviewsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListLensSharesPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListLensesPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListMilestonesPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListNotificationsPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListProfileNotificationsPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListProfileSharesPaginator"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./ListProfilesPaginator"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./ListReviewTemplateAnswersPaginator"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./ListReviewTemplatesPaginator"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./ListShareInvitationsPaginator"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./ListTemplateSharesPaginator"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./ListWorkloadSharesPaginator"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./ListWorkloadsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|