@aws-sdk/client-wellarchitected 3.1107.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 +6 -6
|
@@ -12,6 +12,12 @@ export declare const errorTypeRegistries: TypeRegistry[];
|
|
|
12
12
|
export declare var AccountJiraConfigurationInput$: StaticStructureSchema;
|
|
13
13
|
export declare var AccountJiraConfigurationOutput$: StaticStructureSchema;
|
|
14
14
|
export declare var AdditionalResources$: StaticStructureSchema;
|
|
15
|
+
export declare var AgentProfileSummary$: StaticStructureSchema;
|
|
16
|
+
export declare var AgentRecommendationGenerationSummary$: StaticStructureSchema;
|
|
17
|
+
export declare var AgentRecommendationItemSummary$: StaticStructureSchema;
|
|
18
|
+
export declare var AgentRecommendationRemediation$: StaticStructureSchema;
|
|
19
|
+
export declare var AgentRecommendationSummary$: StaticStructureSchema;
|
|
20
|
+
export declare var AggregationConfiguration$: StaticStructureSchema;
|
|
15
21
|
export declare var Answer$: StaticStructureSchema;
|
|
16
22
|
export declare var AnswerSummary$: StaticStructureSchema;
|
|
17
23
|
export declare var AssociateLensesInput$: StaticStructureSchema;
|
|
@@ -26,6 +32,15 @@ export declare var ChoiceContent$: StaticStructureSchema;
|
|
|
26
32
|
export declare var ChoiceImprovementPlan$: StaticStructureSchema;
|
|
27
33
|
export declare var ChoiceUpdate$: StaticStructureSchema;
|
|
28
34
|
export declare var ConsolidatedReportMetric$: StaticStructureSchema;
|
|
35
|
+
export declare var ContextContent$: StaticStructureSchema;
|
|
36
|
+
export declare var ContextResourceTag$: StaticStructureSchema;
|
|
37
|
+
export declare var ContextSummary$: StaticStructureSchema;
|
|
38
|
+
export declare var CreateAgentContextRequest$: StaticStructureSchema;
|
|
39
|
+
export declare var CreateAgentContextResponse$: StaticStructureSchema;
|
|
40
|
+
export declare var CreateAgentGoalRequest$: StaticStructureSchema;
|
|
41
|
+
export declare var CreateAgentGoalResponse$: StaticStructureSchema;
|
|
42
|
+
export declare var CreateAgentProfileRequest$: StaticStructureSchema;
|
|
43
|
+
export declare var CreateAgentProfileResponse$: StaticStructureSchema;
|
|
29
44
|
export declare var CreateLensShareInput$: StaticStructureSchema;
|
|
30
45
|
export declare var CreateLensShareOutput$: StaticStructureSchema;
|
|
31
46
|
export declare var CreateLensVersionInput$: StaticStructureSchema;
|
|
@@ -44,6 +59,13 @@ export declare var CreateWorkloadInput$: StaticStructureSchema;
|
|
|
44
59
|
export declare var CreateWorkloadOutput$: StaticStructureSchema;
|
|
45
60
|
export declare var CreateWorkloadShareInput$: StaticStructureSchema;
|
|
46
61
|
export declare var CreateWorkloadShareOutput$: StaticStructureSchema;
|
|
62
|
+
export declare var CrossPillarBenefit$: StaticStructureSchema;
|
|
63
|
+
export declare var DeleteAgentContextRequest$: StaticStructureSchema;
|
|
64
|
+
export declare var DeleteAgentContextResponse$: StaticStructureSchema;
|
|
65
|
+
export declare var DeleteAgentGoalRequest$: StaticStructureSchema;
|
|
66
|
+
export declare var DeleteAgentGoalResponse$: StaticStructureSchema;
|
|
67
|
+
export declare var DeleteAgentProfileRequest$: StaticStructureSchema;
|
|
68
|
+
export declare var DeleteAgentProfileResponse$: StaticStructureSchema;
|
|
47
69
|
export declare var DeleteLensInput$: StaticStructureSchema;
|
|
48
70
|
export declare var DeleteLensShareInput$: StaticStructureSchema;
|
|
49
71
|
export declare var DeleteProfileInput$: StaticStructureSchema;
|
|
@@ -54,8 +76,19 @@ export declare var DeleteWorkloadInput$: StaticStructureSchema;
|
|
|
54
76
|
export declare var DeleteWorkloadShareInput$: StaticStructureSchema;
|
|
55
77
|
export declare var DisassociateLensesInput$: StaticStructureSchema;
|
|
56
78
|
export declare var DisassociateProfilesInput$: StaticStructureSchema;
|
|
79
|
+
export declare var ErrorDetails$: StaticStructureSchema;
|
|
57
80
|
export declare var ExportLensInput$: StaticStructureSchema;
|
|
58
81
|
export declare var ExportLensOutput$: StaticStructureSchema;
|
|
82
|
+
export declare var GetAgentContextRequest$: StaticStructureSchema;
|
|
83
|
+
export declare var GetAgentContextResponse$: StaticStructureSchema;
|
|
84
|
+
export declare var GetAgentGoalRequest$: StaticStructureSchema;
|
|
85
|
+
export declare var GetAgentGoalResponse$: StaticStructureSchema;
|
|
86
|
+
export declare var GetAgentProfileRequest$: StaticStructureSchema;
|
|
87
|
+
export declare var GetAgentProfileResponse$: StaticStructureSchema;
|
|
88
|
+
export declare var GetAgentRecommendationGenerationRequest$: StaticStructureSchema;
|
|
89
|
+
export declare var GetAgentRecommendationGenerationResponse$: StaticStructureSchema;
|
|
90
|
+
export declare var GetAgentRecommendationRequest$: StaticStructureSchema;
|
|
91
|
+
export declare var GetAgentRecommendationResponse$: StaticStructureSchema;
|
|
59
92
|
export declare var GetAnswerInput$: StaticStructureSchema;
|
|
60
93
|
export declare var GetAnswerOutput$: StaticStructureSchema;
|
|
61
94
|
export declare var GetConsolidatedReportInput$: StaticStructureSchema;
|
|
@@ -83,9 +116,11 @@ export declare var GetReviewTemplateLensReviewOutput$: StaticStructureSchema;
|
|
|
83
116
|
export declare var GetReviewTemplateOutput$: StaticStructureSchema;
|
|
84
117
|
export declare var GetWorkloadInput$: StaticStructureSchema;
|
|
85
118
|
export declare var GetWorkloadOutput$: StaticStructureSchema;
|
|
119
|
+
export declare var GoalSummary$: StaticStructureSchema;
|
|
86
120
|
export declare var ImportLensInput$: StaticStructureSchema;
|
|
87
121
|
export declare var ImportLensOutput$: StaticStructureSchema;
|
|
88
122
|
export declare var ImprovementSummary$: StaticStructureSchema;
|
|
123
|
+
export declare var Insight$: StaticStructureSchema;
|
|
89
124
|
export declare var JiraConfiguration$: StaticStructureSchema;
|
|
90
125
|
export declare var JiraSelectedQuestionConfiguration$: StaticStructureSchema;
|
|
91
126
|
export declare var Lens$: StaticStructureSchema;
|
|
@@ -96,6 +131,18 @@ export declare var LensReviewSummary$: StaticStructureSchema;
|
|
|
96
131
|
export declare var LensShareSummary$: StaticStructureSchema;
|
|
97
132
|
export declare var LensSummary$: StaticStructureSchema;
|
|
98
133
|
export declare var LensUpgradeSummary$: StaticStructureSchema;
|
|
134
|
+
export declare var ListAgentContextsRequest$: StaticStructureSchema;
|
|
135
|
+
export declare var ListAgentContextsResponse$: StaticStructureSchema;
|
|
136
|
+
export declare var ListAgentGoalsRequest$: StaticStructureSchema;
|
|
137
|
+
export declare var ListAgentGoalsResponse$: StaticStructureSchema;
|
|
138
|
+
export declare var ListAgentProfilesRequest$: StaticStructureSchema;
|
|
139
|
+
export declare var ListAgentProfilesResponse$: StaticStructureSchema;
|
|
140
|
+
export declare var ListAgentRecommendationGenerationsRequest$: StaticStructureSchema;
|
|
141
|
+
export declare var ListAgentRecommendationGenerationsResponse$: StaticStructureSchema;
|
|
142
|
+
export declare var ListAgentRecommendationItemsRequest$: StaticStructureSchema;
|
|
143
|
+
export declare var ListAgentRecommendationItemsResponse$: StaticStructureSchema;
|
|
144
|
+
export declare var ListAgentRecommendationsRequest$: StaticStructureSchema;
|
|
145
|
+
export declare var ListAgentRecommendationsResponse$: StaticStructureSchema;
|
|
99
146
|
export declare var ListAnswersInput$: StaticStructureSchema;
|
|
100
147
|
export declare var ListAnswersOutput$: StaticStructureSchema;
|
|
101
148
|
export declare var ListCheckDetailsInput$: StaticStructureSchema;
|
|
@@ -138,6 +185,7 @@ export declare var Milestone$: StaticStructureSchema;
|
|
|
138
185
|
export declare var MilestoneSummary$: StaticStructureSchema;
|
|
139
186
|
export declare var NotificationSummary$: StaticStructureSchema;
|
|
140
187
|
export declare var PillarDifference$: StaticStructureSchema;
|
|
188
|
+
export declare var PillarItem$: StaticStructureSchema;
|
|
141
189
|
export declare var PillarMetric$: StaticStructureSchema;
|
|
142
190
|
export declare var PillarReviewSummary$: StaticStructureSchema;
|
|
143
191
|
export declare var Profile$: StaticStructureSchema;
|
|
@@ -150,22 +198,43 @@ export declare var ProfileSummary$: StaticStructureSchema;
|
|
|
150
198
|
export declare var ProfileTemplate$: StaticStructureSchema;
|
|
151
199
|
export declare var ProfileTemplateChoice$: StaticStructureSchema;
|
|
152
200
|
export declare var ProfileTemplateQuestion$: StaticStructureSchema;
|
|
201
|
+
export declare var Progress$: StaticStructureSchema;
|
|
202
|
+
export declare var PutAgentRecommendationFeedbackRequest$: StaticStructureSchema;
|
|
203
|
+
export declare var PutAgentRecommendationFeedbackResponse$: StaticStructureSchema;
|
|
153
204
|
export declare var QuestionDifference$: StaticStructureSchema;
|
|
154
205
|
export declare var QuestionMetric$: StaticStructureSchema;
|
|
206
|
+
export declare var RecommendationGoal$: StaticStructureSchema;
|
|
207
|
+
export declare var RemediationStep$: StaticStructureSchema;
|
|
208
|
+
export declare var RemediationSummary$: StaticStructureSchema;
|
|
209
|
+
export declare var ResourceLink$: StaticStructureSchema;
|
|
155
210
|
export declare var ReviewTemplate$: StaticStructureSchema;
|
|
156
211
|
export declare var ReviewTemplateAnswer$: StaticStructureSchema;
|
|
157
212
|
export declare var ReviewTemplateAnswerSummary$: StaticStructureSchema;
|
|
158
213
|
export declare var ReviewTemplateLensReview$: StaticStructureSchema;
|
|
159
214
|
export declare var ReviewTemplatePillarReviewSummary$: StaticStructureSchema;
|
|
160
215
|
export declare var ReviewTemplateSummary$: StaticStructureSchema;
|
|
216
|
+
export declare var Roi$: StaticStructureSchema;
|
|
217
|
+
export declare var Scope$: StaticStructureSchema;
|
|
161
218
|
export declare var SelectedPillar$: StaticStructureSchema;
|
|
162
219
|
export declare var ShareInvitation$: StaticStructureSchema;
|
|
163
220
|
export declare var ShareInvitationSummary$: StaticStructureSchema;
|
|
221
|
+
export declare var StartAgentRecommendationGenerationRequest$: StaticStructureSchema;
|
|
222
|
+
export declare var StartAgentRecommendationGenerationResponse$: StaticStructureSchema;
|
|
223
|
+
export declare var Tag$: StaticStructureSchema;
|
|
164
224
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
165
225
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
166
226
|
export declare var TemplateShareSummary$: StaticStructureSchema;
|
|
227
|
+
export declare var TradeOff$: StaticStructureSchema;
|
|
167
228
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
168
229
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
230
|
+
export declare var UpdateAgentContextRequest$: StaticStructureSchema;
|
|
231
|
+
export declare var UpdateAgentContextResponse$: StaticStructureSchema;
|
|
232
|
+
export declare var UpdateAgentGoalRequest$: StaticStructureSchema;
|
|
233
|
+
export declare var UpdateAgentGoalResponse$: StaticStructureSchema;
|
|
234
|
+
export declare var UpdateAgentProfileRequest$: StaticStructureSchema;
|
|
235
|
+
export declare var UpdateAgentProfileResponse$: StaticStructureSchema;
|
|
236
|
+
export declare var UpdateAgentRecommendationStatusRequest$: StaticStructureSchema;
|
|
237
|
+
export declare var UpdateAgentRecommendationStatusResponse$: StaticStructureSchema;
|
|
169
238
|
export declare var UpdateAnswerInput$: StaticStructureSchema;
|
|
170
239
|
export declare var UpdateAnswerOutput$: StaticStructureSchema;
|
|
171
240
|
export declare var UpdateGlobalSettingsInput$: StaticStructureSchema;
|
|
@@ -201,6 +270,9 @@ export declare var WorkloadShareSummary$: StaticStructureSchema;
|
|
|
201
270
|
export declare var WorkloadSummary$: StaticStructureSchema;
|
|
202
271
|
export declare var AssociateLenses$: StaticOperationSchema;
|
|
203
272
|
export declare var AssociateProfiles$: StaticOperationSchema;
|
|
273
|
+
export declare var CreateAgentContext$: StaticOperationSchema;
|
|
274
|
+
export declare var CreateAgentGoal$: StaticOperationSchema;
|
|
275
|
+
export declare var CreateAgentProfile$: StaticOperationSchema;
|
|
204
276
|
export declare var CreateLensShare$: StaticOperationSchema;
|
|
205
277
|
export declare var CreateLensVersion$: StaticOperationSchema;
|
|
206
278
|
export declare var CreateMilestone$: StaticOperationSchema;
|
|
@@ -210,6 +282,9 @@ export declare var CreateReviewTemplate$: StaticOperationSchema;
|
|
|
210
282
|
export declare var CreateTemplateShare$: StaticOperationSchema;
|
|
211
283
|
export declare var CreateWorkload$: StaticOperationSchema;
|
|
212
284
|
export declare var CreateWorkloadShare$: StaticOperationSchema;
|
|
285
|
+
export declare var DeleteAgentContext$: StaticOperationSchema;
|
|
286
|
+
export declare var DeleteAgentGoal$: StaticOperationSchema;
|
|
287
|
+
export declare var DeleteAgentProfile$: StaticOperationSchema;
|
|
213
288
|
export declare var DeleteLens$: StaticOperationSchema;
|
|
214
289
|
export declare var DeleteLensShare$: StaticOperationSchema;
|
|
215
290
|
export declare var DeleteProfile$: StaticOperationSchema;
|
|
@@ -221,6 +296,11 @@ export declare var DeleteWorkloadShare$: StaticOperationSchema;
|
|
|
221
296
|
export declare var DisassociateLenses$: StaticOperationSchema;
|
|
222
297
|
export declare var DisassociateProfiles$: StaticOperationSchema;
|
|
223
298
|
export declare var ExportLens$: StaticOperationSchema;
|
|
299
|
+
export declare var GetAgentContext$: StaticOperationSchema;
|
|
300
|
+
export declare var GetAgentGoal$: StaticOperationSchema;
|
|
301
|
+
export declare var GetAgentProfile$: StaticOperationSchema;
|
|
302
|
+
export declare var GetAgentRecommendation$: StaticOperationSchema;
|
|
303
|
+
export declare var GetAgentRecommendationGeneration$: StaticOperationSchema;
|
|
224
304
|
export declare var GetAnswer$: StaticOperationSchema;
|
|
225
305
|
export declare var GetConsolidatedReport$: StaticOperationSchema;
|
|
226
306
|
export declare var GetGlobalSettings$: StaticOperationSchema;
|
|
@@ -236,6 +316,12 @@ export declare var GetReviewTemplateAnswer$: StaticOperationSchema;
|
|
|
236
316
|
export declare var GetReviewTemplateLensReview$: StaticOperationSchema;
|
|
237
317
|
export declare var GetWorkload$: StaticOperationSchema;
|
|
238
318
|
export declare var ImportLens$: StaticOperationSchema;
|
|
319
|
+
export declare var ListAgentContexts$: StaticOperationSchema;
|
|
320
|
+
export declare var ListAgentGoals$: StaticOperationSchema;
|
|
321
|
+
export declare var ListAgentProfiles$: StaticOperationSchema;
|
|
322
|
+
export declare var ListAgentRecommendationGenerations$: StaticOperationSchema;
|
|
323
|
+
export declare var ListAgentRecommendationItems$: StaticOperationSchema;
|
|
324
|
+
export declare var ListAgentRecommendations$: StaticOperationSchema;
|
|
239
325
|
export declare var ListAnswers$: StaticOperationSchema;
|
|
240
326
|
export declare var ListCheckDetails$: StaticOperationSchema;
|
|
241
327
|
export declare var ListCheckSummaries$: StaticOperationSchema;
|
|
@@ -255,8 +341,14 @@ export declare var ListTagsForResource$: StaticOperationSchema;
|
|
|
255
341
|
export declare var ListTemplateShares$: StaticOperationSchema;
|
|
256
342
|
export declare var ListWorkloads$: StaticOperationSchema;
|
|
257
343
|
export declare var ListWorkloadShares$: StaticOperationSchema;
|
|
344
|
+
export declare var PutAgentRecommendationFeedback$: StaticOperationSchema;
|
|
345
|
+
export declare var StartAgentRecommendationGeneration$: StaticOperationSchema;
|
|
258
346
|
export declare var TagResource$: StaticOperationSchema;
|
|
259
347
|
export declare var UntagResource$: StaticOperationSchema;
|
|
348
|
+
export declare var UpdateAgentContext$: StaticOperationSchema;
|
|
349
|
+
export declare var UpdateAgentGoal$: StaticOperationSchema;
|
|
350
|
+
export declare var UpdateAgentProfile$: StaticOperationSchema;
|
|
351
|
+
export declare var UpdateAgentRecommendationStatus$: StaticOperationSchema;
|
|
260
352
|
export declare var UpdateAnswer$: StaticOperationSchema;
|
|
261
353
|
export declare var UpdateGlobalSettings$: StaticOperationSchema;
|
|
262
354
|
export declare var UpdateIntegration$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1109.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-wellarchitected",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"clean": "premove dist-cjs dist-es dist-types",
|
|
44
44
|
"extract:docs": "api-extractor run --local",
|
|
45
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
46
|
-
"test:index": "tsc
|
|
46
|
+
"test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.977.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
51
|
-
"@aws-sdk/types": "^3.974.
|
|
49
|
+
"@aws-sdk/core": "^3.977.7",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.79",
|
|
51
|
+
"@aws-sdk/types": "^3.974.3",
|
|
52
52
|
"@smithy/core": "^3.31.1",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.13",
|
|
54
54
|
"@smithy/node-http-handler": "^4.9.13",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"premove": "4.0.0",
|
|
64
|
-
"typescript": "~
|
|
64
|
+
"typescript": "~6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"engines": {
|
|
67
67
|
"node": ">=20.0.0"
|