@aws-sdk/client-wellarchitected 3.325.0 → 3.326.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/models/models_0.js +9 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/commands/AssociateLensesCommand.d.ts +4 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +6 -0
- package/dist-types/commands/CreateLensVersionCommand.d.ts +7 -0
- package/dist-types/commands/CreateMilestoneCommand.d.ts +7 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +10 -0
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +7 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +4 -0
- package/dist-types/commands/DeleteLensShareCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateLensesCommand.d.ts +4 -0
- package/dist-types/commands/ExportLensCommand.d.ts +6 -0
- package/dist-types/commands/GetAnswerCommand.d.ts +59 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +46 -0
- package/dist-types/commands/GetLensCommand.d.ts +16 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +30 -0
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +12 -0
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +26 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +59 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +53 -0
- package/dist-types/commands/ImportLensCommand.d.ts +7 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +56 -0
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +23 -0
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +23 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +26 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +21 -0
- package/dist-types/commands/ListLensSharesCommand.d.ts +14 -0
- package/dist-types/commands/ListLensesCommand.d.ts +20 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +28 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +19 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +19 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +16 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +22 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAnswerCommand.d.ts +58 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +6 -1
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +29 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +12 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +56 -0
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +15 -0
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ShareInvitationAction = exports.OrganizationSharingStatus = exports.ShareResourceType = exports.NotificationType = exports.LensType = exports.ShareStatus = exports.ImportLensStatus = exports.WorkloadImprovementStatus = exports.LensStatus = exports.ReportFormat = exports.DifferenceStatus = exports.LensStatusType = exports.PermissionType = exports.WorkloadEnvironment = exports.TrustedAdvisorIntegrationStatus = exports.ServiceQuotaExceededException = exports.MetricType = exports.CheckFailureReason = exports.CheckProvider = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.Risk = exports.AnswerReason = exports.ChoiceStatus = exports.ChoiceReason = exports.AdditionalResourceType = exports.CheckStatus = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.ShareInvitationAction = exports.OrganizationSharingStatus = exports.ShareResourceType = exports.NotificationType = exports.LensType = exports.ShareStatus = exports.ImportLensStatus = 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.Risk = exports.AnswerReason = exports.ChoiceStatus = exports.ChoiceReason = exports.AdditionalResourceType = exports.CheckStatus = exports.AccessDeniedException = void 0;
|
|
4
4
|
const WellArchitectedServiceException_1 = require("./WellArchitectedServiceException");
|
|
5
5
|
class AccessDeniedException extends WellArchitectedServiceException_1.WellArchitectedServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -171,6 +171,10 @@ exports.TrustedAdvisorIntegrationStatus = {
|
|
|
171
171
|
DISABLED: "DISABLED",
|
|
172
172
|
ENABLED: "ENABLED",
|
|
173
173
|
};
|
|
174
|
+
exports.DefinitionType = {
|
|
175
|
+
APP_REGISTRY: "APP_REGISTRY",
|
|
176
|
+
WORKLOAD_METADATA: "WORKLOAD_METADATA",
|
|
177
|
+
};
|
|
174
178
|
exports.WorkloadEnvironment = {
|
|
175
179
|
PREPRODUCTION: "PREPRODUCTION",
|
|
176
180
|
PRODUCTION: "PRODUCTION",
|
|
@@ -189,6 +193,10 @@ exports.DifferenceStatus = {
|
|
|
189
193
|
NEW: "NEW",
|
|
190
194
|
UPDATED: "UPDATED",
|
|
191
195
|
};
|
|
196
|
+
exports.DiscoveryIntegrationStatus = {
|
|
197
|
+
DISABLED: "DISABLED",
|
|
198
|
+
ENABLED: "ENABLED",
|
|
199
|
+
};
|
|
192
200
|
exports.ReportFormat = {
|
|
193
201
|
JSON: "JSON",
|
|
194
202
|
PDF: "PDF",
|
|
@@ -885,6 +885,7 @@ const se_UpdateGlobalSettingsCommand = async (input, context) => {
|
|
|
885
885
|
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/global-settings";
|
|
886
886
|
let body;
|
|
887
887
|
body = JSON.stringify((0, smithy_client_1.take)(input, {
|
|
888
|
+
DiscoveryIntegrationStatus: [],
|
|
888
889
|
OrganizationSharingStatus: [],
|
|
889
890
|
}));
|
|
890
891
|
return new protocol_http_1.HttpRequest({
|
|
@@ -161,6 +161,10 @@ export const TrustedAdvisorIntegrationStatus = {
|
|
|
161
161
|
DISABLED: "DISABLED",
|
|
162
162
|
ENABLED: "ENABLED",
|
|
163
163
|
};
|
|
164
|
+
export const DefinitionType = {
|
|
165
|
+
APP_REGISTRY: "APP_REGISTRY",
|
|
166
|
+
WORKLOAD_METADATA: "WORKLOAD_METADATA",
|
|
167
|
+
};
|
|
164
168
|
export const WorkloadEnvironment = {
|
|
165
169
|
PREPRODUCTION: "PREPRODUCTION",
|
|
166
170
|
PRODUCTION: "PRODUCTION",
|
|
@@ -179,6 +183,10 @@ export const DifferenceStatus = {
|
|
|
179
183
|
NEW: "NEW",
|
|
180
184
|
UPDATED: "UPDATED",
|
|
181
185
|
};
|
|
186
|
+
export const DiscoveryIntegrationStatus = {
|
|
187
|
+
DISABLED: "DISABLED",
|
|
188
|
+
ENABLED: "ENABLED",
|
|
189
|
+
};
|
|
182
190
|
export const ReportFormat = {
|
|
183
191
|
JSON: "JSON",
|
|
184
192
|
PDF: "PDF",
|
|
@@ -844,6 +844,7 @@ export const se_UpdateGlobalSettingsCommand = async (input, context) => {
|
|
|
844
844
|
const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/global-settings";
|
|
845
845
|
let body;
|
|
846
846
|
body = JSON.stringify(take(input, {
|
|
847
|
+
DiscoveryIntegrationStatus: [],
|
|
847
848
|
OrganizationSharingStatus: [],
|
|
848
849
|
}));
|
|
849
850
|
return new __HttpRequest({
|
|
@@ -44,6 +44,8 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new AssociateLensesCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // {};
|
|
48
|
+
*
|
|
47
49
|
* ```
|
|
48
50
|
*
|
|
49
51
|
* @param AssociateLensesCommandInput - {@link AssociateLensesCommandInput}
|
|
@@ -70,6 +72,8 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {
|
|
|
70
72
|
* @throws {@link ValidationException} (client fault)
|
|
71
73
|
* <p>The user input is not valid.</p>
|
|
72
74
|
*
|
|
75
|
+
* @throws {@link WellArchitectedServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
73
77
|
*
|
|
74
78
|
*/
|
|
75
79
|
export declare class AssociateLensesCommand extends $Command<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -53,6 +53,10 @@ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __M
|
|
|
53
53
|
* };
|
|
54
54
|
* const command = new CreateLensShareCommand(input);
|
|
55
55
|
* const response = await client.send(command);
|
|
56
|
+
* // { // CreateLensShareOutput
|
|
57
|
+
* // ShareId: "STRING_VALUE",
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
56
60
|
* ```
|
|
57
61
|
*
|
|
58
62
|
* @param CreateLensShareCommandInput - {@link CreateLensShareCommandInput}
|
|
@@ -82,6 +86,8 @@ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __M
|
|
|
82
86
|
* @throws {@link ValidationException} (client fault)
|
|
83
87
|
* <p>The user input is not valid.</p>
|
|
84
88
|
*
|
|
89
|
+
* @throws {@link WellArchitectedServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
85
91
|
*
|
|
86
92
|
*/
|
|
87
93
|
export declare class CreateLensShareCommand extends $Command<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -40,6 +40,11 @@ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput,
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateLensVersionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateLensVersionOutput
|
|
44
|
+
* // LensArn: "STRING_VALUE",
|
|
45
|
+
* // LensVersion: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param CreateLensVersionCommandInput - {@link CreateLensVersionCommandInput}
|
|
@@ -69,6 +74,8 @@ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput,
|
|
|
69
74
|
* @throws {@link ValidationException} (client fault)
|
|
70
75
|
* <p>The user input is not valid.</p>
|
|
71
76
|
*
|
|
77
|
+
* @throws {@link WellArchitectedServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
72
79
|
*
|
|
73
80
|
*/
|
|
74
81
|
export declare class CreateLensVersionCommand extends $Command<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CreateMilestoneCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // CreateMilestoneOutput
|
|
37
|
+
* // WorkloadId: "STRING_VALUE",
|
|
38
|
+
* // MilestoneNumber: Number("int"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param CreateMilestoneCommandInput - {@link CreateMilestoneCommandInput}
|
|
@@ -62,6 +67,8 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M
|
|
|
62
67
|
* @throws {@link ValidationException} (client fault)
|
|
63
68
|
* <p>The user input is not valid.</p>
|
|
64
69
|
*
|
|
70
|
+
* @throws {@link WellArchitectedServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
65
72
|
*
|
|
66
73
|
*/
|
|
67
74
|
export declare class CreateMilestoneCommand extends $Command<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -68,6 +68,9 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
|
|
|
68
68
|
* },
|
|
69
69
|
* DiscoveryConfig: { // WorkloadDiscoveryConfig
|
|
70
70
|
* TrustedAdvisorIntegrationStatus: "ENABLED" || "DISABLED",
|
|
71
|
+
* WorkloadResourceDefinition: [ // WorkloadResourceDefinition
|
|
72
|
+
* "WORKLOAD_METADATA" || "APP_REGISTRY",
|
|
73
|
+
* ],
|
|
71
74
|
* },
|
|
72
75
|
* Applications: [ // WorkloadApplications
|
|
73
76
|
* "STRING_VALUE",
|
|
@@ -75,6 +78,11 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
|
|
|
75
78
|
* };
|
|
76
79
|
* const command = new CreateWorkloadCommand(input);
|
|
77
80
|
* const response = await client.send(command);
|
|
81
|
+
* // { // CreateWorkloadOutput
|
|
82
|
+
* // WorkloadId: "STRING_VALUE",
|
|
83
|
+
* // WorkloadArn: "STRING_VALUE",
|
|
84
|
+
* // };
|
|
85
|
+
*
|
|
78
86
|
* ```
|
|
79
87
|
*
|
|
80
88
|
* @param CreateWorkloadCommandInput - {@link CreateWorkloadCommandInput}
|
|
@@ -104,6 +112,8 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
|
|
|
104
112
|
* @throws {@link ValidationException} (client fault)
|
|
105
113
|
* <p>The user input is not valid.</p>
|
|
106
114
|
*
|
|
115
|
+
* @throws {@link WellArchitectedServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
107
117
|
*
|
|
108
118
|
*/
|
|
109
119
|
export declare class CreateWorkloadCommand extends $Command<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -41,6 +41,11 @@ export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOut
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateWorkloadShareCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateWorkloadShareOutput
|
|
45
|
+
* // WorkloadId: "STRING_VALUE",
|
|
46
|
+
* // ShareId: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
46
51
|
* @param CreateWorkloadShareCommandInput - {@link CreateWorkloadShareCommandInput}
|
|
@@ -70,6 +75,8 @@ export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOut
|
|
|
70
75
|
* @throws {@link ValidationException} (client fault)
|
|
71
76
|
* <p>The user input is not valid.</p>
|
|
72
77
|
*
|
|
78
|
+
* @throws {@link WellArchitectedServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
73
80
|
*
|
|
74
81
|
*/
|
|
75
82
|
export declare class CreateWorkloadShareCommand extends $Command<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -47,6 +47,8 @@ export interface DeleteLensCommandOutput extends __MetadataBearer {
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DeleteLensCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* @param DeleteLensCommandInput - {@link DeleteLensCommandInput}
|
|
@@ -73,6 +75,8 @@ export interface DeleteLensCommandOutput extends __MetadataBearer {
|
|
|
73
75
|
* @throws {@link ValidationException} (client fault)
|
|
74
76
|
* <p>The user input is not valid.</p>
|
|
75
77
|
*
|
|
78
|
+
* @throws {@link WellArchitectedServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
76
80
|
*
|
|
77
81
|
*/
|
|
78
82
|
export declare class DeleteLensCommand extends $Command<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -47,6 +47,8 @@ export interface DeleteLensShareCommandOutput extends __MetadataBearer {
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new DeleteLensShareCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // {};
|
|
51
|
+
*
|
|
50
52
|
* ```
|
|
51
53
|
*
|
|
52
54
|
* @param DeleteLensShareCommandInput - {@link DeleteLensShareCommandInput}
|
|
@@ -73,6 +75,8 @@ export interface DeleteLensShareCommandOutput extends __MetadataBearer {
|
|
|
73
75
|
* @throws {@link ValidationException} (client fault)
|
|
74
76
|
* <p>The user input is not valid.</p>
|
|
75
77
|
*
|
|
78
|
+
* @throws {@link WellArchitectedServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
76
80
|
*
|
|
77
81
|
*/
|
|
78
82
|
export declare class DeleteLensShareCommand extends $Command<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteWorkloadCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteWorkloadCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteWorkloadCommandInput - {@link DeleteWorkloadCommandInput}
|
|
@@ -58,6 +60,8 @@ export interface DeleteWorkloadCommandOutput extends __MetadataBearer {
|
|
|
58
60
|
* @throws {@link ValidationException} (client fault)
|
|
59
61
|
* <p>The user input is not valid.</p>
|
|
60
62
|
*
|
|
63
|
+
* @throws {@link WellArchitectedServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
61
65
|
*
|
|
62
66
|
*/
|
|
63
67
|
export declare class DeleteWorkloadCommand extends $Command<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteWorkloadShareCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteWorkloadShareCommandInput - {@link DeleteWorkloadShareCommandInput}
|
|
@@ -59,6 +61,8 @@ export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {
|
|
|
59
61
|
* @throws {@link ValidationException} (client fault)
|
|
60
62
|
* <p>The user input is not valid.</p>
|
|
61
63
|
*
|
|
64
|
+
* @throws {@link WellArchitectedServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
62
66
|
*
|
|
63
67
|
*/
|
|
64
68
|
export declare class DeleteWorkloadShareCommand extends $Command<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface DisassociateLensesCommandOutput extends __MetadataBearer {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DisassociateLensesCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param DisassociateLensesCommandInput - {@link DisassociateLensesCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface DisassociateLensesCommandOutput extends __MetadataBearer {
|
|
|
65
67
|
* @throws {@link ValidationException} (client fault)
|
|
66
68
|
* <p>The user input is not valid.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link WellArchitectedServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class DisassociateLensesCommand extends $Command<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -47,6 +47,10 @@ export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBea
|
|
|
47
47
|
* };
|
|
48
48
|
* const command = new ExportLensCommand(input);
|
|
49
49
|
* const response = await client.send(command);
|
|
50
|
+
* // { // ExportLensOutput
|
|
51
|
+
* // LensJSON: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
50
54
|
* ```
|
|
51
55
|
*
|
|
52
56
|
* @param ExportLensCommandInput - {@link ExportLensCommandInput}
|
|
@@ -70,6 +74,8 @@ export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBea
|
|
|
70
74
|
* @throws {@link ValidationException} (client fault)
|
|
71
75
|
* <p>The user input is not valid.</p>
|
|
72
76
|
*
|
|
77
|
+
* @throws {@link WellArchitectedServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
73
79
|
*
|
|
74
80
|
*/
|
|
75
81
|
export declare class ExportLensCommand extends $Command<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -34,6 +34,63 @@ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBeare
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetAnswerCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetAnswerOutput
|
|
38
|
+
* // WorkloadId: "STRING_VALUE",
|
|
39
|
+
* // MilestoneNumber: Number("int"),
|
|
40
|
+
* // LensAlias: "STRING_VALUE",
|
|
41
|
+
* // LensArn: "STRING_VALUE",
|
|
42
|
+
* // Answer: { // Answer
|
|
43
|
+
* // QuestionId: "STRING_VALUE",
|
|
44
|
+
* // PillarId: "STRING_VALUE",
|
|
45
|
+
* // QuestionTitle: "STRING_VALUE",
|
|
46
|
+
* // QuestionDescription: "STRING_VALUE",
|
|
47
|
+
* // ImprovementPlanUrl: "STRING_VALUE",
|
|
48
|
+
* // HelpfulResourceUrl: "STRING_VALUE",
|
|
49
|
+
* // HelpfulResourceDisplayText: "STRING_VALUE",
|
|
50
|
+
* // Choices: [ // Choices
|
|
51
|
+
* // { // Choice
|
|
52
|
+
* // ChoiceId: "STRING_VALUE",
|
|
53
|
+
* // Title: "STRING_VALUE",
|
|
54
|
+
* // Description: "STRING_VALUE",
|
|
55
|
+
* // HelpfulResource: { // ChoiceContent
|
|
56
|
+
* // DisplayText: "STRING_VALUE",
|
|
57
|
+
* // Url: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ImprovementPlan: {
|
|
60
|
+
* // DisplayText: "STRING_VALUE",
|
|
61
|
+
* // Url: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // AdditionalResources: [ // AdditionalResourcesList
|
|
64
|
+
* // { // AdditionalResources
|
|
65
|
+
* // Type: "HELPFUL_RESOURCE" || "IMPROVEMENT_PLAN",
|
|
66
|
+
* // Content: [ // Urls
|
|
67
|
+
* // {
|
|
68
|
+
* // DisplayText: "STRING_VALUE",
|
|
69
|
+
* // Url: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // SelectedChoices: [ // SelectedChoices
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // ChoiceAnswers: [ // ChoiceAnswers
|
|
80
|
+
* // { // ChoiceAnswer
|
|
81
|
+
* // ChoiceId: "STRING_VALUE",
|
|
82
|
+
* // Status: "SELECTED" || "NOT_APPLICABLE" || "UNSELECTED",
|
|
83
|
+
* // Reason: "OUT_OF_SCOPE" || "BUSINESS_PRIORITIES" || "ARCHITECTURE_CONSTRAINTS" || "OTHER" || "NONE",
|
|
84
|
+
* // Notes: "STRING_VALUE",
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // IsApplicable: true || false,
|
|
88
|
+
* // Risk: "UNANSWERED" || "HIGH" || "MEDIUM" || "NONE" || "NOT_APPLICABLE",
|
|
89
|
+
* // Notes: "STRING_VALUE",
|
|
90
|
+
* // Reason: "OUT_OF_SCOPE" || "BUSINESS_PRIORITIES" || "ARCHITECTURE_CONSTRAINTS" || "OTHER" || "NONE",
|
|
91
|
+
* // },
|
|
92
|
+
* // };
|
|
93
|
+
*
|
|
37
94
|
* ```
|
|
38
95
|
*
|
|
39
96
|
* @param GetAnswerCommandInput - {@link GetAnswerCommandInput}
|
|
@@ -57,6 +114,8 @@ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBeare
|
|
|
57
114
|
* @throws {@link ValidationException} (client fault)
|
|
58
115
|
* <p>The user input is not valid.</p>
|
|
59
116
|
*
|
|
117
|
+
* @throws {@link WellArchitectedServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
60
119
|
*
|
|
61
120
|
*/
|
|
62
121
|
export declare class GetAnswerCommand extends $Command<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -35,6 +35,50 @@ export interface GetConsolidatedReportCommandOutput extends GetConsolidatedRepor
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetConsolidatedReportCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetConsolidatedReportOutput
|
|
39
|
+
* // Metrics: [ // ConsolidatedReportMetrics
|
|
40
|
+
* // { // ConsolidatedReportMetric
|
|
41
|
+
* // MetricType: "WORKLOAD",
|
|
42
|
+
* // RiskCounts: { // RiskCounts
|
|
43
|
+
* // "<keys>": Number("int"),
|
|
44
|
+
* // },
|
|
45
|
+
* // WorkloadId: "STRING_VALUE",
|
|
46
|
+
* // WorkloadName: "STRING_VALUE",
|
|
47
|
+
* // WorkloadArn: "STRING_VALUE",
|
|
48
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // Lenses: [ // LensMetrics
|
|
50
|
+
* // { // LensMetric
|
|
51
|
+
* // LensArn: "STRING_VALUE",
|
|
52
|
+
* // Pillars: [ // PillarMetrics
|
|
53
|
+
* // { // PillarMetric
|
|
54
|
+
* // PillarId: "STRING_VALUE",
|
|
55
|
+
* // RiskCounts: {
|
|
56
|
+
* // "<keys>": Number("int"),
|
|
57
|
+
* // },
|
|
58
|
+
* // Questions: [ // QuestionMetrics
|
|
59
|
+
* // { // QuestionMetric
|
|
60
|
+
* // QuestionId: "STRING_VALUE",
|
|
61
|
+
* // Risk: "UNANSWERED" || "HIGH" || "MEDIUM" || "NONE" || "NOT_APPLICABLE",
|
|
62
|
+
* // BestPractices: [ // BestPractices
|
|
63
|
+
* // { // BestPractice
|
|
64
|
+
* // ChoiceId: "STRING_VALUE",
|
|
65
|
+
* // ChoiceTitle: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
71
|
+
* // ],
|
|
72
|
+
* // RiskCounts: "<RiskCounts>",
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // LensesAppliedCount: Number("int"),
|
|
76
|
+
* // },
|
|
77
|
+
* // ],
|
|
78
|
+
* // NextToken: "STRING_VALUE",
|
|
79
|
+
* // Base64String: "STRING_VALUE",
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
38
82
|
* ```
|
|
39
83
|
*
|
|
40
84
|
* @param GetConsolidatedReportCommandInput - {@link GetConsolidatedReportCommandInput}
|
|
@@ -58,6 +102,8 @@ export interface GetConsolidatedReportCommandOutput extends GetConsolidatedRepor
|
|
|
58
102
|
* @throws {@link ValidationException} (client fault)
|
|
59
103
|
* <p>The user input is not valid.</p>
|
|
60
104
|
*
|
|
105
|
+
* @throws {@link WellArchitectedServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
61
107
|
*
|
|
62
108
|
*/
|
|
63
109
|
export declare class GetConsolidatedReportCommand extends $Command<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -32,6 +32,20 @@ export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetLensCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetLensOutput
|
|
36
|
+
* // Lens: { // Lens
|
|
37
|
+
* // LensArn: "STRING_VALUE",
|
|
38
|
+
* // LensVersion: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Description: "STRING_VALUE",
|
|
41
|
+
* // Owner: "STRING_VALUE",
|
|
42
|
+
* // ShareInvitationId: "STRING_VALUE",
|
|
43
|
+
* // Tags: { // TagMap
|
|
44
|
+
* // "<keys>": "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
35
49
|
* ```
|
|
36
50
|
*
|
|
37
51
|
* @param GetLensCommandInput - {@link GetLensCommandInput}
|
|
@@ -55,6 +69,8 @@ export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
|
|
|
55
69
|
* @throws {@link ValidationException} (client fault)
|
|
56
70
|
* <p>The user input is not valid.</p>
|
|
57
71
|
*
|
|
72
|
+
* @throws {@link WellArchitectedServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
58
74
|
*
|
|
59
75
|
*/
|
|
60
76
|
export declare class GetLensCommand extends $Command<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,34 @@ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetLensReviewCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetLensReviewOutput
|
|
37
|
+
* // WorkloadId: "STRING_VALUE",
|
|
38
|
+
* // MilestoneNumber: Number("int"),
|
|
39
|
+
* // LensReview: { // LensReview
|
|
40
|
+
* // LensAlias: "STRING_VALUE",
|
|
41
|
+
* // LensArn: "STRING_VALUE",
|
|
42
|
+
* // LensVersion: "STRING_VALUE",
|
|
43
|
+
* // LensName: "STRING_VALUE",
|
|
44
|
+
* // LensStatus: "CURRENT" || "NOT_CURRENT" || "DEPRECATED" || "DELETED" || "UNSHARED",
|
|
45
|
+
* // PillarReviewSummaries: [ // PillarReviewSummaries
|
|
46
|
+
* // { // PillarReviewSummary
|
|
47
|
+
* // PillarId: "STRING_VALUE",
|
|
48
|
+
* // PillarName: "STRING_VALUE",
|
|
49
|
+
* // Notes: "STRING_VALUE",
|
|
50
|
+
* // RiskCounts: { // RiskCounts
|
|
51
|
+
* // "<keys>": Number("int"),
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
56
|
+
* // Notes: "STRING_VALUE",
|
|
57
|
+
* // RiskCounts: {
|
|
58
|
+
* // "<keys>": Number("int"),
|
|
59
|
+
* // },
|
|
60
|
+
* // NextToken: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
36
64
|
* ```
|
|
37
65
|
*
|
|
38
66
|
* @param GetLensReviewCommandInput - {@link GetLensReviewCommandInput}
|
|
@@ -56,6 +84,8 @@ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __Metad
|
|
|
56
84
|
* @throws {@link ValidationException} (client fault)
|
|
57
85
|
* <p>The user input is not valid.</p>
|
|
58
86
|
*
|
|
87
|
+
* @throws {@link WellArchitectedServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
59
89
|
*
|
|
60
90
|
*/
|
|
61
91
|
export declare class GetLensReviewCommand extends $Command<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,16 @@ export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOut
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetLensReviewReportCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetLensReviewReportOutput
|
|
37
|
+
* // WorkloadId: "STRING_VALUE",
|
|
38
|
+
* // MilestoneNumber: Number("int"),
|
|
39
|
+
* // LensReviewReport: { // LensReviewReport
|
|
40
|
+
* // LensAlias: "STRING_VALUE",
|
|
41
|
+
* // LensArn: "STRING_VALUE",
|
|
42
|
+
* // Base64String: "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
36
46
|
* ```
|
|
37
47
|
*
|
|
38
48
|
* @param GetLensReviewReportCommandInput - {@link GetLensReviewReportCommandInput}
|
|
@@ -56,6 +66,8 @@ export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOut
|
|
|
56
66
|
* @throws {@link ValidationException} (client fault)
|
|
57
67
|
* <p>The user input is not valid.</p>
|
|
58
68
|
*
|
|
69
|
+
* @throws {@link WellArchitectedServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
59
71
|
*
|
|
60
72
|
*/
|
|
61
73
|
export declare class GetLensReviewReportCommand extends $Command<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,30 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetLensVersionDifferenceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetLensVersionDifferenceOutput
|
|
37
|
+
* // LensAlias: "STRING_VALUE",
|
|
38
|
+
* // LensArn: "STRING_VALUE",
|
|
39
|
+
* // BaseLensVersion: "STRING_VALUE",
|
|
40
|
+
* // TargetLensVersion: "STRING_VALUE",
|
|
41
|
+
* // LatestLensVersion: "STRING_VALUE",
|
|
42
|
+
* // VersionDifferences: { // VersionDifferences
|
|
43
|
+
* // PillarDifferences: [ // PillarDifferences
|
|
44
|
+
* // { // PillarDifference
|
|
45
|
+
* // PillarId: "STRING_VALUE",
|
|
46
|
+
* // PillarName: "STRING_VALUE",
|
|
47
|
+
* // DifferenceStatus: "UPDATED" || "NEW" || "DELETED",
|
|
48
|
+
* // QuestionDifferences: [ // QuestionDifferences
|
|
49
|
+
* // { // QuestionDifference
|
|
50
|
+
* // QuestionId: "STRING_VALUE",
|
|
51
|
+
* // QuestionTitle: "STRING_VALUE",
|
|
52
|
+
* // DifferenceStatus: "UPDATED" || "NEW" || "DELETED",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // },
|
|
58
|
+
* // };
|
|
59
|
+
*
|
|
36
60
|
* ```
|
|
37
61
|
*
|
|
38
62
|
* @param GetLensVersionDifferenceCommandInput - {@link GetLensVersionDifferenceCommandInput}
|
|
@@ -56,6 +80,8 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif
|
|
|
56
80
|
* @throws {@link ValidationException} (client fault)
|
|
57
81
|
* <p>The user input is not valid.</p>
|
|
58
82
|
*
|
|
83
|
+
* @throws {@link WellArchitectedServiceException}
|
|
84
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
59
85
|
*
|
|
60
86
|
*/
|
|
61
87
|
export declare class GetLensVersionDifferenceCommand extends $Command<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig> {
|