@aws-sdk/client-wellarchitected 3.1108.0 → 3.1109.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/README.md +162 -6
- package/dist-cjs/index.js +1125 -107
- package/dist-es/WellArchitected.js +58 -0
- package/dist-es/commands/CreateAgentContextCommand.js +4 -0
- package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
- package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
- package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
- package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
- package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentContextCommand.js +4 -0
- package/dist-es/commands/GetAgentGoalCommand.js +4 -0
- package/dist-es/commands/GetAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/ListAgentContextsCommand.js +4 -0
- package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
- package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
- package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
- package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
- package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
- package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
- package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/enums.js +92 -0
- package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +799 -106
- package/dist-types/WellArchitected.d.ts +205 -6
- package/dist-types/WellArchitectedClient.d.ts +26 -8
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
- package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
- package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
- package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
- package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
- package/dist-types/commands/ExportLensCommand.d.ts +1 -16
- package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
- package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
- package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
- package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
- package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
- package/dist-types/commands/ImportLensCommand.d.ts +1 -20
- package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
- package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
- package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
- package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
- package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
- package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
- package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
- package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
- package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
- package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
- package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/enums.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +2830 -1786
- package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +92 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/enums.d.ts +111 -0
- package/dist-types/ts3.4/models/models_0.d.ts +494 -0
- package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +1 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/core/client";
|
|
2
2
|
import { AssociateLensesCommand, } from "./commands/AssociateLensesCommand";
|
|
3
3
|
import { AssociateProfilesCommand, } from "./commands/AssociateProfilesCommand";
|
|
4
|
+
import { CreateAgentContextCommand, } from "./commands/CreateAgentContextCommand";
|
|
5
|
+
import { CreateAgentGoalCommand, } from "./commands/CreateAgentGoalCommand";
|
|
6
|
+
import { CreateAgentProfileCommand, } from "./commands/CreateAgentProfileCommand";
|
|
4
7
|
import { CreateLensShareCommand, } from "./commands/CreateLensShareCommand";
|
|
5
8
|
import { CreateLensVersionCommand, } from "./commands/CreateLensVersionCommand";
|
|
6
9
|
import { CreateMilestoneCommand, } from "./commands/CreateMilestoneCommand";
|
|
@@ -10,6 +13,9 @@ import { CreateReviewTemplateCommand, } from "./commands/CreateReviewTemplateCom
|
|
|
10
13
|
import { CreateTemplateShareCommand, } from "./commands/CreateTemplateShareCommand";
|
|
11
14
|
import { CreateWorkloadCommand, } from "./commands/CreateWorkloadCommand";
|
|
12
15
|
import { CreateWorkloadShareCommand, } from "./commands/CreateWorkloadShareCommand";
|
|
16
|
+
import { DeleteAgentContextCommand, } from "./commands/DeleteAgentContextCommand";
|
|
17
|
+
import { DeleteAgentGoalCommand, } from "./commands/DeleteAgentGoalCommand";
|
|
18
|
+
import { DeleteAgentProfileCommand, } from "./commands/DeleteAgentProfileCommand";
|
|
13
19
|
import { DeleteLensCommand, } from "./commands/DeleteLensCommand";
|
|
14
20
|
import { DeleteLensShareCommand, } from "./commands/DeleteLensShareCommand";
|
|
15
21
|
import { DeleteProfileCommand, } from "./commands/DeleteProfileCommand";
|
|
@@ -21,6 +27,11 @@ import { DeleteWorkloadShareCommand, } from "./commands/DeleteWorkloadShareComma
|
|
|
21
27
|
import { DisassociateLensesCommand, } from "./commands/DisassociateLensesCommand";
|
|
22
28
|
import { DisassociateProfilesCommand, } from "./commands/DisassociateProfilesCommand";
|
|
23
29
|
import { ExportLensCommand, } from "./commands/ExportLensCommand";
|
|
30
|
+
import { GetAgentContextCommand, } from "./commands/GetAgentContextCommand";
|
|
31
|
+
import { GetAgentGoalCommand, } from "./commands/GetAgentGoalCommand";
|
|
32
|
+
import { GetAgentProfileCommand, } from "./commands/GetAgentProfileCommand";
|
|
33
|
+
import { GetAgentRecommendationCommand, } from "./commands/GetAgentRecommendationCommand";
|
|
34
|
+
import { GetAgentRecommendationGenerationCommand, } from "./commands/GetAgentRecommendationGenerationCommand";
|
|
24
35
|
import { GetAnswerCommand } from "./commands/GetAnswerCommand";
|
|
25
36
|
import { GetConsolidatedReportCommand, } from "./commands/GetConsolidatedReportCommand";
|
|
26
37
|
import { GetGlobalSettingsCommand, } from "./commands/GetGlobalSettingsCommand";
|
|
@@ -36,6 +47,12 @@ import { GetReviewTemplateCommand, } from "./commands/GetReviewTemplateCommand";
|
|
|
36
47
|
import { GetReviewTemplateLensReviewCommand, } from "./commands/GetReviewTemplateLensReviewCommand";
|
|
37
48
|
import { GetWorkloadCommand, } from "./commands/GetWorkloadCommand";
|
|
38
49
|
import { ImportLensCommand, } from "./commands/ImportLensCommand";
|
|
50
|
+
import { ListAgentContextsCommand, } from "./commands/ListAgentContextsCommand";
|
|
51
|
+
import { ListAgentGoalsCommand, } from "./commands/ListAgentGoalsCommand";
|
|
52
|
+
import { ListAgentProfilesCommand, } from "./commands/ListAgentProfilesCommand";
|
|
53
|
+
import { ListAgentRecommendationGenerationsCommand, } from "./commands/ListAgentRecommendationGenerationsCommand";
|
|
54
|
+
import { ListAgentRecommendationItemsCommand, } from "./commands/ListAgentRecommendationItemsCommand";
|
|
55
|
+
import { ListAgentRecommendationsCommand, } from "./commands/ListAgentRecommendationsCommand";
|
|
39
56
|
import { ListAnswersCommand, } from "./commands/ListAnswersCommand";
|
|
40
57
|
import { ListCheckDetailsCommand, } from "./commands/ListCheckDetailsCommand";
|
|
41
58
|
import { ListCheckSummariesCommand, } from "./commands/ListCheckSummariesCommand";
|
|
@@ -55,8 +72,14 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
|
|
|
55
72
|
import { ListTemplateSharesCommand, } from "./commands/ListTemplateSharesCommand";
|
|
56
73
|
import { ListWorkloadsCommand, } from "./commands/ListWorkloadsCommand";
|
|
57
74
|
import { ListWorkloadSharesCommand, } from "./commands/ListWorkloadSharesCommand";
|
|
75
|
+
import { PutAgentRecommendationFeedbackCommand, } from "./commands/PutAgentRecommendationFeedbackCommand";
|
|
76
|
+
import { StartAgentRecommendationGenerationCommand, } from "./commands/StartAgentRecommendationGenerationCommand";
|
|
58
77
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
59
78
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
79
|
+
import { UpdateAgentContextCommand, } from "./commands/UpdateAgentContextCommand";
|
|
80
|
+
import { UpdateAgentGoalCommand, } from "./commands/UpdateAgentGoalCommand";
|
|
81
|
+
import { UpdateAgentProfileCommand, } from "./commands/UpdateAgentProfileCommand";
|
|
82
|
+
import { UpdateAgentRecommendationStatusCommand, } from "./commands/UpdateAgentRecommendationStatusCommand";
|
|
60
83
|
import { UpdateAnswerCommand, } from "./commands/UpdateAnswerCommand";
|
|
61
84
|
import { UpdateGlobalSettingsCommand, } from "./commands/UpdateGlobalSettingsCommand";
|
|
62
85
|
import { UpdateIntegrationCommand, } from "./commands/UpdateIntegrationCommand";
|
|
@@ -72,6 +95,12 @@ import { UpgradeLensReviewCommand, } from "./commands/UpgradeLensReviewCommand";
|
|
|
72
95
|
import { UpgradeProfileVersionCommand, } from "./commands/UpgradeProfileVersionCommand";
|
|
73
96
|
import { UpgradeReviewTemplateLensReviewCommand, } from "./commands/UpgradeReviewTemplateLensReviewCommand";
|
|
74
97
|
import { paginateGetConsolidatedReport } from "./pagination/GetConsolidatedReportPaginator";
|
|
98
|
+
import { paginateListAgentContexts } from "./pagination/ListAgentContextsPaginator";
|
|
99
|
+
import { paginateListAgentGoals } from "./pagination/ListAgentGoalsPaginator";
|
|
100
|
+
import { paginateListAgentProfiles } from "./pagination/ListAgentProfilesPaginator";
|
|
101
|
+
import { paginateListAgentRecommendationGenerations } from "./pagination/ListAgentRecommendationGenerationsPaginator";
|
|
102
|
+
import { paginateListAgentRecommendationItems } from "./pagination/ListAgentRecommendationItemsPaginator";
|
|
103
|
+
import { paginateListAgentRecommendations } from "./pagination/ListAgentRecommendationsPaginator";
|
|
75
104
|
import { paginateListAnswers } from "./pagination/ListAnswersPaginator";
|
|
76
105
|
import { paginateListCheckDetails } from "./pagination/ListCheckDetailsPaginator";
|
|
77
106
|
import { paginateListCheckSummaries } from "./pagination/ListCheckSummariesPaginator";
|
|
@@ -94,6 +123,9 @@ import { WellArchitectedClient } from "./WellArchitectedClient";
|
|
|
94
123
|
const commands = {
|
|
95
124
|
AssociateLensesCommand,
|
|
96
125
|
AssociateProfilesCommand,
|
|
126
|
+
CreateAgentContextCommand,
|
|
127
|
+
CreateAgentGoalCommand,
|
|
128
|
+
CreateAgentProfileCommand,
|
|
97
129
|
CreateLensShareCommand,
|
|
98
130
|
CreateLensVersionCommand,
|
|
99
131
|
CreateMilestoneCommand,
|
|
@@ -103,6 +135,9 @@ const commands = {
|
|
|
103
135
|
CreateTemplateShareCommand,
|
|
104
136
|
CreateWorkloadCommand,
|
|
105
137
|
CreateWorkloadShareCommand,
|
|
138
|
+
DeleteAgentContextCommand,
|
|
139
|
+
DeleteAgentGoalCommand,
|
|
140
|
+
DeleteAgentProfileCommand,
|
|
106
141
|
DeleteLensCommand,
|
|
107
142
|
DeleteLensShareCommand,
|
|
108
143
|
DeleteProfileCommand,
|
|
@@ -114,6 +149,11 @@ const commands = {
|
|
|
114
149
|
DisassociateLensesCommand,
|
|
115
150
|
DisassociateProfilesCommand,
|
|
116
151
|
ExportLensCommand,
|
|
152
|
+
GetAgentContextCommand,
|
|
153
|
+
GetAgentGoalCommand,
|
|
154
|
+
GetAgentProfileCommand,
|
|
155
|
+
GetAgentRecommendationCommand,
|
|
156
|
+
GetAgentRecommendationGenerationCommand,
|
|
117
157
|
GetAnswerCommand,
|
|
118
158
|
GetConsolidatedReportCommand,
|
|
119
159
|
GetGlobalSettingsCommand,
|
|
@@ -129,6 +169,12 @@ const commands = {
|
|
|
129
169
|
GetReviewTemplateLensReviewCommand,
|
|
130
170
|
GetWorkloadCommand,
|
|
131
171
|
ImportLensCommand,
|
|
172
|
+
ListAgentContextsCommand,
|
|
173
|
+
ListAgentGoalsCommand,
|
|
174
|
+
ListAgentProfilesCommand,
|
|
175
|
+
ListAgentRecommendationGenerationsCommand,
|
|
176
|
+
ListAgentRecommendationItemsCommand,
|
|
177
|
+
ListAgentRecommendationsCommand,
|
|
132
178
|
ListAnswersCommand,
|
|
133
179
|
ListCheckDetailsCommand,
|
|
134
180
|
ListCheckSummariesCommand,
|
|
@@ -148,8 +194,14 @@ const commands = {
|
|
|
148
194
|
ListTemplateSharesCommand,
|
|
149
195
|
ListWorkloadsCommand,
|
|
150
196
|
ListWorkloadSharesCommand,
|
|
197
|
+
PutAgentRecommendationFeedbackCommand,
|
|
198
|
+
StartAgentRecommendationGenerationCommand,
|
|
151
199
|
TagResourceCommand,
|
|
152
200
|
UntagResourceCommand,
|
|
201
|
+
UpdateAgentContextCommand,
|
|
202
|
+
UpdateAgentGoalCommand,
|
|
203
|
+
UpdateAgentProfileCommand,
|
|
204
|
+
UpdateAgentRecommendationStatusCommand,
|
|
153
205
|
UpdateAnswerCommand,
|
|
154
206
|
UpdateGlobalSettingsCommand,
|
|
155
207
|
UpdateIntegrationCommand,
|
|
@@ -167,6 +219,12 @@ const commands = {
|
|
|
167
219
|
};
|
|
168
220
|
const paginators = {
|
|
169
221
|
paginateGetConsolidatedReport,
|
|
222
|
+
paginateListAgentContexts,
|
|
223
|
+
paginateListAgentGoals,
|
|
224
|
+
paginateListAgentProfiles,
|
|
225
|
+
paginateListAgentRecommendationGenerations,
|
|
226
|
+
paginateListAgentRecommendationItems,
|
|
227
|
+
paginateListAgentRecommendations,
|
|
170
228
|
paginateListAnswers,
|
|
171
229
|
paginateListCheckDetails,
|
|
172
230
|
paginateListCheckSummaries,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetAgentRecommendationGeneration$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetAgentRecommendationGenerationCommand extends command(_ep0, _mw0, "GetAgentRecommendationGeneration", GetAgentRecommendationGeneration$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ListAgentRecommendationGenerations$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ListAgentRecommendationGenerationsCommand extends command(_ep0, _mw0, "ListAgentRecommendationGenerations", ListAgentRecommendationGenerations$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { ListAgentRecommendationItems$ } from "../schemas/schemas_0";
|
|
3
|
+
export class ListAgentRecommendationItemsCommand extends command(_ep0, _mw0, "ListAgentRecommendationItems", ListAgentRecommendationItems$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { PutAgentRecommendationFeedback$ } from "../schemas/schemas_0";
|
|
3
|
+
export class PutAgentRecommendationFeedbackCommand extends command(_ep0, _mw0, "PutAgentRecommendationFeedback", PutAgentRecommendationFeedback$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { StartAgentRecommendationGeneration$ } from "../schemas/schemas_0";
|
|
3
|
+
export class StartAgentRecommendationGenerationCommand extends command(_ep0, _mw0, "StartAgentRecommendationGeneration", StartAgentRecommendationGeneration$) {
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { UpdateAgentRecommendationStatus$ } from "../schemas/schemas_0";
|
|
3
|
+
export class UpdateAgentRecommendationStatusCommand extends command(_ep0, _mw0, "UpdateAgentRecommendationStatus", UpdateAgentRecommendationStatus$) {
|
|
4
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from "./AssociateLensesCommand";
|
|
2
2
|
export * from "./AssociateProfilesCommand";
|
|
3
|
+
export * from "./CreateAgentContextCommand";
|
|
4
|
+
export * from "./CreateAgentGoalCommand";
|
|
5
|
+
export * from "./CreateAgentProfileCommand";
|
|
3
6
|
export * from "./CreateLensShareCommand";
|
|
4
7
|
export * from "./CreateLensVersionCommand";
|
|
5
8
|
export * from "./CreateMilestoneCommand";
|
|
@@ -9,6 +12,9 @@ export * from "./CreateReviewTemplateCommand";
|
|
|
9
12
|
export * from "./CreateTemplateShareCommand";
|
|
10
13
|
export * from "./CreateWorkloadCommand";
|
|
11
14
|
export * from "./CreateWorkloadShareCommand";
|
|
15
|
+
export * from "./DeleteAgentContextCommand";
|
|
16
|
+
export * from "./DeleteAgentGoalCommand";
|
|
17
|
+
export * from "./DeleteAgentProfileCommand";
|
|
12
18
|
export * from "./DeleteLensCommand";
|
|
13
19
|
export * from "./DeleteLensShareCommand";
|
|
14
20
|
export * from "./DeleteProfileCommand";
|
|
@@ -20,6 +26,11 @@ export * from "./DeleteWorkloadShareCommand";
|
|
|
20
26
|
export * from "./DisassociateLensesCommand";
|
|
21
27
|
export * from "./DisassociateProfilesCommand";
|
|
22
28
|
export * from "./ExportLensCommand";
|
|
29
|
+
export * from "./GetAgentContextCommand";
|
|
30
|
+
export * from "./GetAgentGoalCommand";
|
|
31
|
+
export * from "./GetAgentProfileCommand";
|
|
32
|
+
export * from "./GetAgentRecommendationCommand";
|
|
33
|
+
export * from "./GetAgentRecommendationGenerationCommand";
|
|
23
34
|
export * from "./GetAnswerCommand";
|
|
24
35
|
export * from "./GetConsolidatedReportCommand";
|
|
25
36
|
export * from "./GetGlobalSettingsCommand";
|
|
@@ -35,6 +46,12 @@ export * from "./GetReviewTemplateCommand";
|
|
|
35
46
|
export * from "./GetReviewTemplateLensReviewCommand";
|
|
36
47
|
export * from "./GetWorkloadCommand";
|
|
37
48
|
export * from "./ImportLensCommand";
|
|
49
|
+
export * from "./ListAgentContextsCommand";
|
|
50
|
+
export * from "./ListAgentGoalsCommand";
|
|
51
|
+
export * from "./ListAgentProfilesCommand";
|
|
52
|
+
export * from "./ListAgentRecommendationGenerationsCommand";
|
|
53
|
+
export * from "./ListAgentRecommendationItemsCommand";
|
|
54
|
+
export * from "./ListAgentRecommendationsCommand";
|
|
38
55
|
export * from "./ListAnswersCommand";
|
|
39
56
|
export * from "./ListCheckDetailsCommand";
|
|
40
57
|
export * from "./ListCheckSummariesCommand";
|
|
@@ -54,8 +71,14 @@ export * from "./ListTagsForResourceCommand";
|
|
|
54
71
|
export * from "./ListTemplateSharesCommand";
|
|
55
72
|
export * from "./ListWorkloadSharesCommand";
|
|
56
73
|
export * from "./ListWorkloadsCommand";
|
|
74
|
+
export * from "./PutAgentRecommendationFeedbackCommand";
|
|
75
|
+
export * from "./StartAgentRecommendationGenerationCommand";
|
|
57
76
|
export * from "./TagResourceCommand";
|
|
58
77
|
export * from "./UntagResourceCommand";
|
|
78
|
+
export * from "./UpdateAgentContextCommand";
|
|
79
|
+
export * from "./UpdateAgentGoalCommand";
|
|
80
|
+
export * from "./UpdateAgentProfileCommand";
|
|
81
|
+
export * from "./UpdateAgentRecommendationStatusCommand";
|
|
59
82
|
export * from "./UpdateAnswerCommand";
|
|
60
83
|
export * from "./UpdateGlobalSettingsCommand";
|
|
61
84
|
export * from "./UpdateIntegrationCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -24,6 +24,60 @@ export const AdditionalResourceType = {
|
|
|
24
24
|
HELPFUL_RESOURCE: "HELPFUL_RESOURCE",
|
|
25
25
|
IMPROVEMENT_PLAN: "IMPROVEMENT_PLAN",
|
|
26
26
|
};
|
|
27
|
+
export const Pillar = {
|
|
28
|
+
COST_OPTIMIZATION: "COST_OPTIMIZATION",
|
|
29
|
+
OPERATIONAL_EXCELLENCE: "OPERATIONAL_EXCELLENCE",
|
|
30
|
+
PERFORMANCE: "PERFORMANCE",
|
|
31
|
+
RESILIENCE: "RESILIENCE",
|
|
32
|
+
SECURITY: "SECURITY",
|
|
33
|
+
};
|
|
34
|
+
export const GenerationStatus = {
|
|
35
|
+
COMPLETED: "COMPLETED",
|
|
36
|
+
ERROR: "ERROR",
|
|
37
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
38
|
+
QUEUED: "QUEUED",
|
|
39
|
+
};
|
|
40
|
+
export const RecommendationItemType = {
|
|
41
|
+
AWS_RESOURCE: "AWS_RESOURCE",
|
|
42
|
+
RECOMMENDATION: "RECOMMENDATION",
|
|
43
|
+
};
|
|
44
|
+
export const RemediationType = {
|
|
45
|
+
AUTO_REMEDIATION: "AUTO_REMEDIATION",
|
|
46
|
+
CLI: "CLI",
|
|
47
|
+
CONSOLE: "CONSOLE",
|
|
48
|
+
IAC: "IAC",
|
|
49
|
+
MCP: "MCP",
|
|
50
|
+
SDK: "SDK",
|
|
51
|
+
};
|
|
52
|
+
export const Effort = {
|
|
53
|
+
LARGE: "LARGE",
|
|
54
|
+
MEDIUM: "MEDIUM",
|
|
55
|
+
SMALL: "SMALL",
|
|
56
|
+
};
|
|
57
|
+
export const ImpactCategory = {
|
|
58
|
+
HIGH: "HIGH",
|
|
59
|
+
LOW: "LOW",
|
|
60
|
+
MEDIUM: "MEDIUM",
|
|
61
|
+
};
|
|
62
|
+
export const Priority = {
|
|
63
|
+
HIGH: "HIGH",
|
|
64
|
+
LOW: "LOW",
|
|
65
|
+
MEDIUM: "MEDIUM",
|
|
66
|
+
};
|
|
67
|
+
export const RecommendationState = {
|
|
68
|
+
CLOSED: "CLOSED",
|
|
69
|
+
OPEN: "OPEN",
|
|
70
|
+
};
|
|
71
|
+
export const RecommendationStatus = {
|
|
72
|
+
ACTIVE: "ACTIVE",
|
|
73
|
+
COMPLETED: "COMPLETED",
|
|
74
|
+
SUPPRESSED: "SUPPRESSED",
|
|
75
|
+
};
|
|
76
|
+
export const RecommendationType = {
|
|
77
|
+
APPLICATION: "APPLICATION",
|
|
78
|
+
ARCHITECTURE: "ARCHITECTURE",
|
|
79
|
+
RESOURCE: "RESOURCE",
|
|
80
|
+
};
|
|
27
81
|
export const ChoiceReason = {
|
|
28
82
|
ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS",
|
|
29
83
|
BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES",
|
|
@@ -54,6 +108,11 @@ export const QuestionType = {
|
|
|
54
108
|
NON_PRIORITIZED: "NON_PRIORITIZED",
|
|
55
109
|
PRIORITIZED: "PRIORITIZED",
|
|
56
110
|
};
|
|
111
|
+
export const ApplicationType = {
|
|
112
|
+
DESKTOP_APPLICATION: "DESKTOP_APPLICATION",
|
|
113
|
+
OTHER: "OTHER",
|
|
114
|
+
SAS: "SAS",
|
|
115
|
+
};
|
|
57
116
|
export const ValidationExceptionReason = {
|
|
58
117
|
CANNOT_PARSE: "CANNOT_PARSE",
|
|
59
118
|
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
@@ -72,6 +131,15 @@ export const CheckFailureReason = {
|
|
|
72
131
|
export const MetricType = {
|
|
73
132
|
WORKLOAD: "WORKLOAD",
|
|
74
133
|
};
|
|
134
|
+
export const Criticality = {
|
|
135
|
+
BUSINESS_CRITICAL: "BUSINESS_CRITICAL",
|
|
136
|
+
MISSION_CRITICAL: "MISSION_CRITICAL",
|
|
137
|
+
NON_CRITICAL: "NON_CRITICAL",
|
|
138
|
+
TEST_DEVELOPMENT: "TEST_DEVELOPMENT",
|
|
139
|
+
};
|
|
140
|
+
export const ContextType = {
|
|
141
|
+
APPLICATION: "APPLICATION",
|
|
142
|
+
};
|
|
75
143
|
export const TrustedAdvisorIntegrationStatus = {
|
|
76
144
|
DISABLED: "DISABLED",
|
|
77
145
|
ENABLED: "ENABLED",
|
|
@@ -107,6 +175,26 @@ export const DiscoveryIntegrationStatus = {
|
|
|
107
175
|
DISABLED: "DISABLED",
|
|
108
176
|
ENABLED: "ENABLED",
|
|
109
177
|
};
|
|
178
|
+
export const FeedbackCategory = {
|
|
179
|
+
OTHER: "OTHER",
|
|
180
|
+
RECOMMENDATION_INCORRECT: "RECOMMENDATION_INCORRECT",
|
|
181
|
+
RECOMMENDATION_NOT_RELEVANT: "RECOMMENDATION_NOT_RELEVANT",
|
|
182
|
+
RESOURCE_NOT_IMPORTANT: "RESOURCE_NOT_IMPORTANT",
|
|
183
|
+
RESOURCE_TYPE_NOT_IMPORTANT: "RESOURCE_TYPE_NOT_IMPORTANT",
|
|
184
|
+
};
|
|
185
|
+
export const RecommendationSource = {
|
|
186
|
+
CLOUDWATCH: "CLOUDWATCH",
|
|
187
|
+
COST_EXPLORER: "COST_EXPLORER",
|
|
188
|
+
CUSTOMER_IAC: "CUSTOMER_IAC",
|
|
189
|
+
TRUSTED_ADVISOR: "TRUSTED_ADVISOR",
|
|
190
|
+
WELL_ARCHITECTED_AGENT: "WELL_ARCHITECTED_AGENT",
|
|
191
|
+
WELL_ARCHITECTED_TOOL: "WELL_ARCHITECTED_TOOL",
|
|
192
|
+
};
|
|
193
|
+
export const RiskRating = {
|
|
194
|
+
HIGH: "HIGH",
|
|
195
|
+
LOW: "LOW",
|
|
196
|
+
MEDIUM: "MEDIUM",
|
|
197
|
+
};
|
|
110
198
|
export const ReportFormat = {
|
|
111
199
|
JSON: "JSON",
|
|
112
200
|
PDF: "PDF",
|
|
@@ -186,6 +274,10 @@ export const ShareResourceType = {
|
|
|
186
274
|
TEMPLATE: "TEMPLATE",
|
|
187
275
|
WORKLOAD: "WORKLOAD",
|
|
188
276
|
};
|
|
277
|
+
export const RecommendationFeedbackType = {
|
|
278
|
+
NOT_USEFUL: "NOT_USEFUL",
|
|
279
|
+
USEFUL: "USEFUL",
|
|
280
|
+
};
|
|
189
281
|
export const ShareInvitationAction = {
|
|
190
282
|
ACCEPT: "ACCEPT",
|
|
191
283
|
REJECT: "REJECT",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentContextsCommand, } from "../commands/ListAgentContextsCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentContexts = createPaginator(WellArchitectedClient, ListAgentContextsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentGoalsCommand, } from "../commands/ListAgentGoalsCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentGoals = createPaginator(WellArchitectedClient, ListAgentGoalsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentProfilesCommand, } from "../commands/ListAgentProfilesCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentProfiles = createPaginator(WellArchitectedClient, ListAgentProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentRecommendationGenerationsCommand, } from "../commands/ListAgentRecommendationGenerationsCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentRecommendationGenerations = createPaginator(WellArchitectedClient, ListAgentRecommendationGenerationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentRecommendationItemsCommand, } from "../commands/ListAgentRecommendationItemsCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentRecommendationItems = createPaginator(WellArchitectedClient, ListAgentRecommendationItemsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAgentRecommendationsCommand, } from "../commands/ListAgentRecommendationsCommand";
|
|
3
|
+
import { WellArchitectedClient } from "../WellArchitectedClient";
|
|
4
|
+
export const paginateListAgentRecommendations = createPaginator(WellArchitectedClient, ListAgentRecommendationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./GetConsolidatedReportPaginator";
|
|
3
|
+
export * from "./ListAgentContextsPaginator";
|
|
4
|
+
export * from "./ListAgentGoalsPaginator";
|
|
5
|
+
export * from "./ListAgentProfilesPaginator";
|
|
6
|
+
export * from "./ListAgentRecommendationGenerationsPaginator";
|
|
7
|
+
export * from "./ListAgentRecommendationItemsPaginator";
|
|
8
|
+
export * from "./ListAgentRecommendationsPaginator";
|
|
3
9
|
export * from "./ListAnswersPaginator";
|
|
4
10
|
export * from "./ListCheckDetailsPaginator";
|
|
5
11
|
export * from "./ListCheckSummariesPaginator";
|