@aws-sdk/client-wellarchitected 3.325.0 → 3.327.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 +7 -7
|
@@ -37,6 +37,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new TagResourceCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
@@ -51,6 +53,8 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
|
|
|
51
53
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
54
|
* <p>The requested resource was not found.</p>
|
|
53
55
|
*
|
|
56
|
+
* @throws {@link WellArchitectedServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
54
58
|
*
|
|
55
59
|
*/
|
|
56
60
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new UntagResourceCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
@@ -55,6 +57,8 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
|
|
|
55
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
58
|
* <p>The requested resource was not found.</p>
|
|
57
59
|
*
|
|
60
|
+
* @throws {@link WellArchitectedServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
58
62
|
*
|
|
59
63
|
*/
|
|
60
64
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -46,6 +46,62 @@ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __Metadat
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateAnswerCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // UpdateAnswerOutput
|
|
50
|
+
* // WorkloadId: "STRING_VALUE",
|
|
51
|
+
* // LensAlias: "STRING_VALUE",
|
|
52
|
+
* // LensArn: "STRING_VALUE",
|
|
53
|
+
* // Answer: { // Answer
|
|
54
|
+
* // QuestionId: "STRING_VALUE",
|
|
55
|
+
* // PillarId: "STRING_VALUE",
|
|
56
|
+
* // QuestionTitle: "STRING_VALUE",
|
|
57
|
+
* // QuestionDescription: "STRING_VALUE",
|
|
58
|
+
* // ImprovementPlanUrl: "STRING_VALUE",
|
|
59
|
+
* // HelpfulResourceUrl: "STRING_VALUE",
|
|
60
|
+
* // HelpfulResourceDisplayText: "STRING_VALUE",
|
|
61
|
+
* // Choices: [ // Choices
|
|
62
|
+
* // { // Choice
|
|
63
|
+
* // ChoiceId: "STRING_VALUE",
|
|
64
|
+
* // Title: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // HelpfulResource: { // ChoiceContent
|
|
67
|
+
* // DisplayText: "STRING_VALUE",
|
|
68
|
+
* // Url: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ImprovementPlan: {
|
|
71
|
+
* // DisplayText: "STRING_VALUE",
|
|
72
|
+
* // Url: "STRING_VALUE",
|
|
73
|
+
* // },
|
|
74
|
+
* // AdditionalResources: [ // AdditionalResourcesList
|
|
75
|
+
* // { // AdditionalResources
|
|
76
|
+
* // Type: "HELPFUL_RESOURCE" || "IMPROVEMENT_PLAN",
|
|
77
|
+
* // Content: [ // Urls
|
|
78
|
+
* // {
|
|
79
|
+
* // DisplayText: "STRING_VALUE",
|
|
80
|
+
* // Url: "STRING_VALUE",
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // },
|
|
84
|
+
* // ],
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // SelectedChoices: [ // SelectedChoices
|
|
88
|
+
* // "STRING_VALUE",
|
|
89
|
+
* // ],
|
|
90
|
+
* // ChoiceAnswers: [ // ChoiceAnswers
|
|
91
|
+
* // { // ChoiceAnswer
|
|
92
|
+
* // ChoiceId: "STRING_VALUE",
|
|
93
|
+
* // Status: "SELECTED" || "NOT_APPLICABLE" || "UNSELECTED",
|
|
94
|
+
* // Reason: "OUT_OF_SCOPE" || "BUSINESS_PRIORITIES" || "ARCHITECTURE_CONSTRAINTS" || "OTHER" || "NONE",
|
|
95
|
+
* // Notes: "STRING_VALUE",
|
|
96
|
+
* // },
|
|
97
|
+
* // ],
|
|
98
|
+
* // IsApplicable: true || false,
|
|
99
|
+
* // Risk: "UNANSWERED" || "HIGH" || "MEDIUM" || "NONE" || "NOT_APPLICABLE",
|
|
100
|
+
* // Notes: "STRING_VALUE",
|
|
101
|
+
* // Reason: "OUT_OF_SCOPE" || "BUSINESS_PRIORITIES" || "ARCHITECTURE_CONSTRAINTS" || "OTHER" || "NONE",
|
|
102
|
+
* // },
|
|
103
|
+
* // };
|
|
104
|
+
*
|
|
49
105
|
* ```
|
|
50
106
|
*
|
|
51
107
|
* @param UpdateAnswerCommandInput - {@link UpdateAnswerCommandInput}
|
|
@@ -72,6 +128,8 @@ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __Metadat
|
|
|
72
128
|
* @throws {@link ValidationException} (client fault)
|
|
73
129
|
* <p>The user input is not valid.</p>
|
|
74
130
|
*
|
|
131
|
+
* @throws {@link WellArchitectedServiceException}
|
|
132
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
75
133
|
*
|
|
76
134
|
*/
|
|
77
135
|
export declare class UpdateAnswerCommand extends $Command<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -19,7 +19,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Updates whether the Amazon Web Services account is opted into organization sharing features.</p>
|
|
22
|
+
* <p>Updates whether the Amazon Web Services account is opted into organization sharing and discovery integration features.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
25
|
* ```javascript
|
|
@@ -28,9 +28,12 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* const client = new WellArchitectedClient(config);
|
|
29
29
|
* const input = { // UpdateGlobalSettingsInput
|
|
30
30
|
* OrganizationSharingStatus: "ENABLED" || "DISABLED",
|
|
31
|
+
* DiscoveryIntegrationStatus: "ENABLED" || "DISABLED",
|
|
31
32
|
* };
|
|
32
33
|
* const command = new UpdateGlobalSettingsCommand(input);
|
|
33
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
34
37
|
* ```
|
|
35
38
|
*
|
|
36
39
|
* @param UpdateGlobalSettingsCommandInput - {@link UpdateGlobalSettingsCommandInput}
|
|
@@ -54,6 +57,8 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
54
57
|
* @throws {@link ValidationException} (client fault)
|
|
55
58
|
* <p>The user input is not valid.</p>
|
|
56
59
|
*
|
|
60
|
+
* @throws {@link WellArchitectedServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
57
62
|
*
|
|
58
63
|
*/
|
|
59
64
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -36,6 +36,33 @@ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, _
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new UpdateLensReviewCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // UpdateLensReviewOutput
|
|
40
|
+
* // WorkloadId: "STRING_VALUE",
|
|
41
|
+
* // LensReview: { // LensReview
|
|
42
|
+
* // LensAlias: "STRING_VALUE",
|
|
43
|
+
* // LensArn: "STRING_VALUE",
|
|
44
|
+
* // LensVersion: "STRING_VALUE",
|
|
45
|
+
* // LensName: "STRING_VALUE",
|
|
46
|
+
* // LensStatus: "CURRENT" || "NOT_CURRENT" || "DEPRECATED" || "DELETED" || "UNSHARED",
|
|
47
|
+
* // PillarReviewSummaries: [ // PillarReviewSummaries
|
|
48
|
+
* // { // PillarReviewSummary
|
|
49
|
+
* // PillarId: "STRING_VALUE",
|
|
50
|
+
* // PillarName: "STRING_VALUE",
|
|
51
|
+
* // Notes: "STRING_VALUE",
|
|
52
|
+
* // RiskCounts: { // RiskCounts
|
|
53
|
+
* // "<keys>": Number("int"),
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // Notes: "STRING_VALUE",
|
|
59
|
+
* // RiskCounts: {
|
|
60
|
+
* // "<keys>": Number("int"),
|
|
61
|
+
* // },
|
|
62
|
+
* // NextToken: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // };
|
|
65
|
+
*
|
|
39
66
|
* ```
|
|
40
67
|
*
|
|
41
68
|
* @param UpdateLensReviewCommandInput - {@link UpdateLensReviewCommandInput}
|
|
@@ -62,6 +89,8 @@ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, _
|
|
|
62
89
|
* @throws {@link ValidationException} (client fault)
|
|
63
90
|
* <p>The user input is not valid.</p>
|
|
64
91
|
*
|
|
92
|
+
* @throws {@link WellArchitectedServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
65
94
|
*
|
|
66
95
|
*/
|
|
67
96
|
export declare class UpdateLensReviewCommand extends $Command<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateShareInvitationCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdateShareInvitationOutput
|
|
39
|
+
* // ShareInvitation: { // ShareInvitation
|
|
40
|
+
* // ShareInvitationId: "STRING_VALUE",
|
|
41
|
+
* // ShareResourceType: "WORKLOAD" || "LENS",
|
|
42
|
+
* // WorkloadId: "STRING_VALUE",
|
|
43
|
+
* // LensAlias: "STRING_VALUE",
|
|
44
|
+
* // LensArn: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param UpdateShareInvitationCommandInput - {@link UpdateShareInvitationCommandInput}
|
|
@@ -61,6 +71,8 @@ export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitatio
|
|
|
61
71
|
* @throws {@link ValidationException} (client fault)
|
|
62
72
|
* <p>The user input is not valid.</p>
|
|
63
73
|
*
|
|
74
|
+
* @throws {@link WellArchitectedServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
64
76
|
*
|
|
65
77
|
*/
|
|
66
78
|
export declare class UpdateShareInvitationCommand extends $Command<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -52,6 +52,9 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
|
|
|
52
52
|
* ImprovementStatus: "NOT_APPLICABLE" || "NOT_STARTED" || "IN_PROGRESS" || "COMPLETE" || "RISK_ACKNOWLEDGED",
|
|
53
53
|
* DiscoveryConfig: { // WorkloadDiscoveryConfig
|
|
54
54
|
* TrustedAdvisorIntegrationStatus: "ENABLED" || "DISABLED",
|
|
55
|
+
* WorkloadResourceDefinition: [ // WorkloadResourceDefinition
|
|
56
|
+
* "WORKLOAD_METADATA" || "APP_REGISTRY",
|
|
57
|
+
* ],
|
|
55
58
|
* },
|
|
56
59
|
* Applications: [ // WorkloadApplications
|
|
57
60
|
* "STRING_VALUE",
|
|
@@ -59,6 +62,57 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
|
|
|
59
62
|
* };
|
|
60
63
|
* const command = new UpdateWorkloadCommand(input);
|
|
61
64
|
* const response = await client.send(command);
|
|
65
|
+
* // { // UpdateWorkloadOutput
|
|
66
|
+
* // Workload: { // Workload
|
|
67
|
+
* // WorkloadId: "STRING_VALUE",
|
|
68
|
+
* // WorkloadArn: "STRING_VALUE",
|
|
69
|
+
* // WorkloadName: "STRING_VALUE",
|
|
70
|
+
* // Description: "STRING_VALUE",
|
|
71
|
+
* // Environment: "PRODUCTION" || "PREPRODUCTION",
|
|
72
|
+
* // UpdatedAt: new Date("TIMESTAMP"),
|
|
73
|
+
* // AccountIds: [ // WorkloadAccountIds
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // AwsRegions: [ // WorkloadAwsRegions
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // NonAwsRegions: [ // WorkloadNonAwsRegions
|
|
80
|
+
* // "STRING_VALUE",
|
|
81
|
+
* // ],
|
|
82
|
+
* // ArchitecturalDesign: "STRING_VALUE",
|
|
83
|
+
* // ReviewOwner: "STRING_VALUE",
|
|
84
|
+
* // ReviewRestrictionDate: new Date("TIMESTAMP"),
|
|
85
|
+
* // IsReviewOwnerUpdateAcknowledged: true || false,
|
|
86
|
+
* // IndustryType: "STRING_VALUE",
|
|
87
|
+
* // Industry: "STRING_VALUE",
|
|
88
|
+
* // Notes: "STRING_VALUE",
|
|
89
|
+
* // ImprovementStatus: "NOT_APPLICABLE" || "NOT_STARTED" || "IN_PROGRESS" || "COMPLETE" || "RISK_ACKNOWLEDGED",
|
|
90
|
+
* // RiskCounts: { // RiskCounts
|
|
91
|
+
* // "<keys>": Number("int"),
|
|
92
|
+
* // },
|
|
93
|
+
* // PillarPriorities: [ // WorkloadPillarPriorities
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // Lenses: [ // WorkloadLenses
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // Owner: "STRING_VALUE",
|
|
100
|
+
* // ShareInvitationId: "STRING_VALUE",
|
|
101
|
+
* // Tags: { // TagMap
|
|
102
|
+
* // "<keys>": "STRING_VALUE",
|
|
103
|
+
* // },
|
|
104
|
+
* // DiscoveryConfig: { // WorkloadDiscoveryConfig
|
|
105
|
+
* // TrustedAdvisorIntegrationStatus: "ENABLED" || "DISABLED",
|
|
106
|
+
* // WorkloadResourceDefinition: [ // WorkloadResourceDefinition
|
|
107
|
+
* // "WORKLOAD_METADATA" || "APP_REGISTRY",
|
|
108
|
+
* // ],
|
|
109
|
+
* // },
|
|
110
|
+
* // Applications: [ // WorkloadApplications
|
|
111
|
+
* // "STRING_VALUE",
|
|
112
|
+
* // ],
|
|
113
|
+
* // },
|
|
114
|
+
* // };
|
|
115
|
+
*
|
|
62
116
|
* ```
|
|
63
117
|
*
|
|
64
118
|
* @param UpdateWorkloadCommandInput - {@link UpdateWorkloadCommandInput}
|
|
@@ -85,6 +139,8 @@ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __Met
|
|
|
85
139
|
* @throws {@link ValidationException} (client fault)
|
|
86
140
|
* <p>The user input is not valid.</p>
|
|
87
141
|
*
|
|
142
|
+
* @throws {@link WellArchitectedServiceException}
|
|
143
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
88
144
|
*
|
|
89
145
|
*/
|
|
90
146
|
export declare class UpdateWorkloadCommand extends $Command<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -33,6 +33,19 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateWorkloadShareCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateWorkloadShareOutput
|
|
37
|
+
* // WorkloadId: "STRING_VALUE",
|
|
38
|
+
* // WorkloadShare: { // WorkloadShare
|
|
39
|
+
* // ShareId: "STRING_VALUE",
|
|
40
|
+
* // SharedBy: "STRING_VALUE",
|
|
41
|
+
* // SharedWith: "STRING_VALUE",
|
|
42
|
+
* // PermissionType: "READONLY" || "CONTRIBUTOR",
|
|
43
|
+
* // Status: "ACCEPTED" || "REJECTED" || "PENDING" || "REVOKED" || "EXPIRED" || "ASSOCIATING" || "ASSOCIATED" || "FAILED",
|
|
44
|
+
* // WorkloadName: "STRING_VALUE",
|
|
45
|
+
* // WorkloadId: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
36
49
|
* ```
|
|
37
50
|
*
|
|
38
51
|
* @param UpdateWorkloadShareCommandInput - {@link UpdateWorkloadShareCommandInput}
|
|
@@ -59,6 +72,8 @@ export interface UpdateWorkloadShareCommandOutput extends UpdateWorkloadShareOut
|
|
|
59
72
|
* @throws {@link ValidationException} (client fault)
|
|
60
73
|
* <p>The user input is not valid.</p>
|
|
61
74
|
*
|
|
75
|
+
* @throws {@link WellArchitectedServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
62
77
|
*
|
|
63
78
|
*/
|
|
64
79
|
export declare class UpdateWorkloadShareCommand extends $Command<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpgradeLensReviewCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpgradeLensReviewCommandInput - {@link UpgradeLensReviewCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {
|
|
|
60
62
|
* @throws {@link ValidationException} (client fault)
|
|
61
63
|
* <p>The user input is not valid.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link WellArchitectedServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from WellArchitected service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class UpgradeLensReviewCommand extends $Command<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
|
|
@@ -945,6 +945,18 @@ export declare const TrustedAdvisorIntegrationStatus: {
|
|
|
945
945
|
* @public
|
|
946
946
|
*/
|
|
947
947
|
export type TrustedAdvisorIntegrationStatus = (typeof TrustedAdvisorIntegrationStatus)[keyof typeof TrustedAdvisorIntegrationStatus];
|
|
948
|
+
/**
|
|
949
|
+
* @public
|
|
950
|
+
* @enum
|
|
951
|
+
*/
|
|
952
|
+
export declare const DefinitionType: {
|
|
953
|
+
readonly APP_REGISTRY: "APP_REGISTRY";
|
|
954
|
+
readonly WORKLOAD_METADATA: "WORKLOAD_METADATA";
|
|
955
|
+
};
|
|
956
|
+
/**
|
|
957
|
+
* @public
|
|
958
|
+
*/
|
|
959
|
+
export type DefinitionType = (typeof DefinitionType)[keyof typeof DefinitionType];
|
|
948
960
|
/**
|
|
949
961
|
* @public
|
|
950
962
|
* <p>Discovery configuration associated to the workload.</p>
|
|
@@ -954,6 +966,11 @@ export interface WorkloadDiscoveryConfig {
|
|
|
954
966
|
* <p>Discovery integration status in respect to Trusted Advisor for the workload.</p>
|
|
955
967
|
*/
|
|
956
968
|
TrustedAdvisorIntegrationStatus?: TrustedAdvisorIntegrationStatus | string;
|
|
969
|
+
/**
|
|
970
|
+
* <p>The mode to use for identifying resources associated with the workload.</p>
|
|
971
|
+
* <p>You can specify <code>WORKLOAD_METADATA</code>, <code>APP_REGISTRY</code>, or both.</p>
|
|
972
|
+
*/
|
|
973
|
+
WorkloadResourceDefinition?: (DefinitionType | string)[];
|
|
957
974
|
}
|
|
958
975
|
/**
|
|
959
976
|
* @public
|
|
@@ -1421,6 +1438,18 @@ export interface DisassociateLensesInput {
|
|
|
1421
1438
|
*/
|
|
1422
1439
|
LensAliases: string[] | undefined;
|
|
1423
1440
|
}
|
|
1441
|
+
/**
|
|
1442
|
+
* @public
|
|
1443
|
+
* @enum
|
|
1444
|
+
*/
|
|
1445
|
+
export declare const DiscoveryIntegrationStatus: {
|
|
1446
|
+
readonly DISABLED: "DISABLED";
|
|
1447
|
+
readonly ENABLED: "ENABLED";
|
|
1448
|
+
};
|
|
1449
|
+
/**
|
|
1450
|
+
* @public
|
|
1451
|
+
*/
|
|
1452
|
+
export type DiscoveryIntegrationStatus = (typeof DiscoveryIntegrationStatus)[keyof typeof DiscoveryIntegrationStatus];
|
|
1424
1453
|
/**
|
|
1425
1454
|
* @public
|
|
1426
1455
|
*/
|
|
@@ -3507,6 +3536,10 @@ export interface UpdateGlobalSettingsInput {
|
|
|
3507
3536
|
* <p>The status of organization sharing settings.</p>
|
|
3508
3537
|
*/
|
|
3509
3538
|
OrganizationSharingStatus?: OrganizationSharingStatus | string;
|
|
3539
|
+
/**
|
|
3540
|
+
* <p>The status of discovery support settings.</p>
|
|
3541
|
+
*/
|
|
3542
|
+
DiscoveryIntegrationStatus?: DiscoveryIntegrationStatus | string;
|
|
3510
3543
|
}
|
|
3511
3544
|
/**
|
|
3512
3545
|
* @public
|
|
@@ -296,8 +296,15 @@ export declare const TrustedAdvisorIntegrationStatus: {
|
|
|
296
296
|
};
|
|
297
297
|
export type TrustedAdvisorIntegrationStatus =
|
|
298
298
|
(typeof TrustedAdvisorIntegrationStatus)[keyof typeof TrustedAdvisorIntegrationStatus];
|
|
299
|
+
export declare const DefinitionType: {
|
|
300
|
+
readonly APP_REGISTRY: "APP_REGISTRY";
|
|
301
|
+
readonly WORKLOAD_METADATA: "WORKLOAD_METADATA";
|
|
302
|
+
};
|
|
303
|
+
export type DefinitionType =
|
|
304
|
+
(typeof DefinitionType)[keyof typeof DefinitionType];
|
|
299
305
|
export interface WorkloadDiscoveryConfig {
|
|
300
306
|
TrustedAdvisorIntegrationStatus?: TrustedAdvisorIntegrationStatus | string;
|
|
307
|
+
WorkloadResourceDefinition?: (DefinitionType | string)[];
|
|
301
308
|
}
|
|
302
309
|
export declare const WorkloadEnvironment: {
|
|
303
310
|
readonly PREPRODUCTION: "PREPRODUCTION";
|
|
@@ -381,6 +388,12 @@ export interface DisassociateLensesInput {
|
|
|
381
388
|
WorkloadId: string | undefined;
|
|
382
389
|
LensAliases: string[] | undefined;
|
|
383
390
|
}
|
|
391
|
+
export declare const DiscoveryIntegrationStatus: {
|
|
392
|
+
readonly DISABLED: "DISABLED";
|
|
393
|
+
readonly ENABLED: "ENABLED";
|
|
394
|
+
};
|
|
395
|
+
export type DiscoveryIntegrationStatus =
|
|
396
|
+
(typeof DiscoveryIntegrationStatus)[keyof typeof DiscoveryIntegrationStatus];
|
|
384
397
|
export interface ExportLensInput {
|
|
385
398
|
LensAlias: string | undefined;
|
|
386
399
|
LensVersion?: string;
|
|
@@ -890,6 +903,7 @@ export interface UpdateAnswerOutput {
|
|
|
890
903
|
}
|
|
891
904
|
export interface UpdateGlobalSettingsInput {
|
|
892
905
|
OrganizationSharingStatus?: OrganizationSharingStatus | string;
|
|
906
|
+
DiscoveryIntegrationStatus?: DiscoveryIntegrationStatus | string;
|
|
893
907
|
}
|
|
894
908
|
export interface UpdateLensReviewInput {
|
|
895
909
|
WorkloadId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.327.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|