@aws-sdk/client-wellarchitected 3.1108.0 → 3.1110.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
package/README.md
CHANGED
|
@@ -6,12 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript WellArchitected Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<fullname>Well-Architected Tool</
|
|
10
|
-
<p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
|
|
11
|
-
<a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the
|
|
12
|
-
<a href="https://console.aws.amazon.com/wellarchitected">Amazon Web Services Management Console</a>. For information
|
|
13
|
-
about the Well-Architected Tool, see the
|
|
14
|
-
<a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Well-Architected Tool User Guide</a>.</p>
|
|
9
|
+
<fullname>Amazon Web Services Well-Architected</fullname> <p>Amazon Web Services Well-Architected helps you evaluate your architectures against Amazon Web Services best practices across operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability. The service includes the Amazon Web Services Well-Architected Agent for AI-powered recommendations tailored to your specific environment, and the <a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> for conducting reviews and tracking improvements.</p> <p>This is the <i>Amazon Web Services Well-Architected API Reference</i>. Through this API, you can programmatically access personalized recommendations and automation scripts from the Amazon Web Services Well-Architected Agent, and create and manage workloads, conduct lens reviews, track milestones, manage custom lenses, share workloads across accounts, and manage profiles with the Well-Architected Tool.</p> <p>For more information about the service, see the <a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Amazon Web Services Well-Architected User Guide</a>.</p>
|
|
15
10
|
|
|
16
11
|
## Installing
|
|
17
12
|
|
|
@@ -200,6 +195,27 @@ AssociateProfiles
|
|
|
200
195
|
</details>
|
|
201
196
|
<details>
|
|
202
197
|
<summary>
|
|
198
|
+
CreateAgentContext
|
|
199
|
+
</summary>
|
|
200
|
+
|
|
201
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateAgentContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentContextCommandOutput/)
|
|
202
|
+
</details>
|
|
203
|
+
<details>
|
|
204
|
+
<summary>
|
|
205
|
+
CreateAgentGoal
|
|
206
|
+
</summary>
|
|
207
|
+
|
|
208
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateAgentGoalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentGoalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentGoalCommandOutput/)
|
|
209
|
+
</details>
|
|
210
|
+
<details>
|
|
211
|
+
<summary>
|
|
212
|
+
CreateAgentProfile
|
|
213
|
+
</summary>
|
|
214
|
+
|
|
215
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/CreateAgentProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/CreateAgentProfileCommandOutput/)
|
|
216
|
+
</details>
|
|
217
|
+
<details>
|
|
218
|
+
<summary>
|
|
203
219
|
CreateLensShare
|
|
204
220
|
</summary>
|
|
205
221
|
|
|
@@ -263,6 +279,27 @@ CreateWorkloadShare
|
|
|
263
279
|
</details>
|
|
264
280
|
<details>
|
|
265
281
|
<summary>
|
|
282
|
+
DeleteAgentContext
|
|
283
|
+
</summary>
|
|
284
|
+
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteAgentContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentContextCommandOutput/)
|
|
286
|
+
</details>
|
|
287
|
+
<details>
|
|
288
|
+
<summary>
|
|
289
|
+
DeleteAgentGoal
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteAgentGoalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentGoalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentGoalCommandOutput/)
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
296
|
+
DeleteAgentProfile
|
|
297
|
+
</summary>
|
|
298
|
+
|
|
299
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/DeleteAgentProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/DeleteAgentProfileCommandOutput/)
|
|
300
|
+
</details>
|
|
301
|
+
<details>
|
|
302
|
+
<summary>
|
|
266
303
|
DeleteLens
|
|
267
304
|
</summary>
|
|
268
305
|
|
|
@@ -340,6 +377,41 @@ ExportLens
|
|
|
340
377
|
</details>
|
|
341
378
|
<details>
|
|
342
379
|
<summary>
|
|
380
|
+
GetAgentContext
|
|
381
|
+
</summary>
|
|
382
|
+
|
|
383
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAgentContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentContextCommandOutput/)
|
|
384
|
+
</details>
|
|
385
|
+
<details>
|
|
386
|
+
<summary>
|
|
387
|
+
GetAgentGoal
|
|
388
|
+
</summary>
|
|
389
|
+
|
|
390
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAgentGoalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentGoalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentGoalCommandOutput/)
|
|
391
|
+
</details>
|
|
392
|
+
<details>
|
|
393
|
+
<summary>
|
|
394
|
+
GetAgentProfile
|
|
395
|
+
</summary>
|
|
396
|
+
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAgentProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentProfileCommandOutput/)
|
|
398
|
+
</details>
|
|
399
|
+
<details>
|
|
400
|
+
<summary>
|
|
401
|
+
GetAgentRecommendation
|
|
402
|
+
</summary>
|
|
403
|
+
|
|
404
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAgentRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentRecommendationCommandOutput/)
|
|
405
|
+
</details>
|
|
406
|
+
<details>
|
|
407
|
+
<summary>
|
|
408
|
+
GetAgentRecommendationGeneration
|
|
409
|
+
</summary>
|
|
410
|
+
|
|
411
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/GetAgentRecommendationGenerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentRecommendationGenerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/GetAgentRecommendationGenerationCommandOutput/)
|
|
412
|
+
</details>
|
|
413
|
+
<details>
|
|
414
|
+
<summary>
|
|
343
415
|
GetAnswer
|
|
344
416
|
</summary>
|
|
345
417
|
|
|
@@ -445,6 +517,48 @@ ImportLens
|
|
|
445
517
|
</details>
|
|
446
518
|
<details>
|
|
447
519
|
<summary>
|
|
520
|
+
ListAgentContexts
|
|
521
|
+
</summary>
|
|
522
|
+
|
|
523
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentContextsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentContextsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentContextsCommandOutput/)
|
|
524
|
+
</details>
|
|
525
|
+
<details>
|
|
526
|
+
<summary>
|
|
527
|
+
ListAgentGoals
|
|
528
|
+
</summary>
|
|
529
|
+
|
|
530
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentGoalsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentGoalsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentGoalsCommandOutput/)
|
|
531
|
+
</details>
|
|
532
|
+
<details>
|
|
533
|
+
<summary>
|
|
534
|
+
ListAgentProfiles
|
|
535
|
+
</summary>
|
|
536
|
+
|
|
537
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentProfilesCommandOutput/)
|
|
538
|
+
</details>
|
|
539
|
+
<details>
|
|
540
|
+
<summary>
|
|
541
|
+
ListAgentRecommendationGenerations
|
|
542
|
+
</summary>
|
|
543
|
+
|
|
544
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentRecommendationGenerationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationGenerationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationGenerationsCommandOutput/)
|
|
545
|
+
</details>
|
|
546
|
+
<details>
|
|
547
|
+
<summary>
|
|
548
|
+
ListAgentRecommendationItems
|
|
549
|
+
</summary>
|
|
550
|
+
|
|
551
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentRecommendationItemsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationItemsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationItemsCommandOutput/)
|
|
552
|
+
</details>
|
|
553
|
+
<details>
|
|
554
|
+
<summary>
|
|
555
|
+
ListAgentRecommendations
|
|
556
|
+
</summary>
|
|
557
|
+
|
|
558
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/ListAgentRecommendationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/ListAgentRecommendationsCommandOutput/)
|
|
559
|
+
</details>
|
|
560
|
+
<details>
|
|
561
|
+
<summary>
|
|
448
562
|
ListAnswers
|
|
449
563
|
</summary>
|
|
450
564
|
|
|
@@ -578,6 +692,20 @@ ListWorkloadShares
|
|
|
578
692
|
</details>
|
|
579
693
|
<details>
|
|
580
694
|
<summary>
|
|
695
|
+
PutAgentRecommendationFeedback
|
|
696
|
+
</summary>
|
|
697
|
+
|
|
698
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/PutAgentRecommendationFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/PutAgentRecommendationFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/PutAgentRecommendationFeedbackCommandOutput/)
|
|
699
|
+
</details>
|
|
700
|
+
<details>
|
|
701
|
+
<summary>
|
|
702
|
+
StartAgentRecommendationGeneration
|
|
703
|
+
</summary>
|
|
704
|
+
|
|
705
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/StartAgentRecommendationGenerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/StartAgentRecommendationGenerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/StartAgentRecommendationGenerationCommandOutput/)
|
|
706
|
+
</details>
|
|
707
|
+
<details>
|
|
708
|
+
<summary>
|
|
581
709
|
TagResource
|
|
582
710
|
</summary>
|
|
583
711
|
|
|
@@ -592,6 +720,34 @@ UntagResource
|
|
|
592
720
|
</details>
|
|
593
721
|
<details>
|
|
594
722
|
<summary>
|
|
723
|
+
UpdateAgentContext
|
|
724
|
+
</summary>
|
|
725
|
+
|
|
726
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateAgentContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentContextCommandOutput/)
|
|
727
|
+
</details>
|
|
728
|
+
<details>
|
|
729
|
+
<summary>
|
|
730
|
+
UpdateAgentGoal
|
|
731
|
+
</summary>
|
|
732
|
+
|
|
733
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateAgentGoalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentGoalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentGoalCommandOutput/)
|
|
734
|
+
</details>
|
|
735
|
+
<details>
|
|
736
|
+
<summary>
|
|
737
|
+
UpdateAgentProfile
|
|
738
|
+
</summary>
|
|
739
|
+
|
|
740
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateAgentProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentProfileCommandOutput/)
|
|
741
|
+
</details>
|
|
742
|
+
<details>
|
|
743
|
+
<summary>
|
|
744
|
+
UpdateAgentRecommendationStatus
|
|
745
|
+
</summary>
|
|
746
|
+
|
|
747
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wellarchitected/command/UpdateAgentRecommendationStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentRecommendationStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wellarchitected/Interface/UpdateAgentRecommendationStatusCommandOutput/)
|
|
748
|
+
</details>
|
|
749
|
+
<details>
|
|
750
|
+
<summary>
|
|
595
751
|
UpdateAnswer
|
|
596
752
|
</summary>
|
|
597
753
|
|