@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.
Files changed (131) hide show
  1. package/README.md +162 -6
  2. package/dist-cjs/index.js +1125 -107
  3. package/dist-es/WellArchitected.js +58 -0
  4. package/dist-es/commands/CreateAgentContextCommand.js +4 -0
  5. package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
  6. package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
  7. package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
  8. package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
  9. package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
  10. package/dist-es/commands/GetAgentContextCommand.js +4 -0
  11. package/dist-es/commands/GetAgentGoalCommand.js +4 -0
  12. package/dist-es/commands/GetAgentProfileCommand.js +4 -0
  13. package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
  14. package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
  15. package/dist-es/commands/ListAgentContextsCommand.js +4 -0
  16. package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
  17. package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
  18. package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
  19. package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
  20. package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
  21. package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
  22. package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
  23. package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
  24. package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
  25. package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
  26. package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
  27. package/dist-es/commands/index.js +23 -0
  28. package/dist-es/models/enums.js +92 -0
  29. package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
  30. package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
  31. package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
  32. package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
  33. package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
  34. package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
  35. package/dist-es/pagination/index.js +6 -0
  36. package/dist-es/schemas/schemas_0.js +799 -106
  37. package/dist-types/WellArchitected.d.ts +205 -6
  38. package/dist-types/WellArchitectedClient.d.ts +26 -8
  39. package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
  40. package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
  41. package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
  42. package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
  43. package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
  44. package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
  45. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
  46. package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
  47. package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
  48. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
  49. package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
  50. package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
  51. package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
  52. package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
  53. package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
  54. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
  55. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
  56. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
  57. package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
  58. package/dist-types/commands/ExportLensCommand.d.ts +1 -16
  59. package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
  60. package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
  61. package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
  62. package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
  63. package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
  64. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
  65. package/dist-types/commands/ImportLensCommand.d.ts +1 -20
  66. package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
  67. package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
  68. package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
  69. package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
  70. package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
  71. package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
  72. package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
  74. package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
  75. package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +1 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
  78. package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
  79. package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
  80. package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
  81. package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
  82. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
  83. package/dist-types/commands/index.d.ts +23 -0
  84. package/dist-types/index.d.ts +1 -6
  85. package/dist-types/models/enums.d.ts +228 -0
  86. package/dist-types/models/models_0.d.ts +2830 -1786
  87. package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
  93. package/dist-types/pagination/index.d.ts +6 -0
  94. package/dist-types/schemas/schemas_0.d.ts +92 -0
  95. package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
  96. package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
  97. package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
  99. package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
  100. package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
  101. package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
  102. package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
  104. package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
  105. package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
  106. package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
  110. package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
  111. package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
  114. package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
  115. package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
  116. package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
  117. package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
  118. package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  121. package/dist-types/ts3.4/models/enums.d.ts +111 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +494 -0
  123. package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
  124. package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
  125. package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
  126. package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
  127. package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
  129. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  130. package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
  131. package/package.json +1 -1
@@ -1,6 +1,9 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
2
  import { type AssociateLensesCommandInput, type AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
3
3
  import { type AssociateProfilesCommandInput, type AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
4
+ import { type CreateAgentContextCommandInput, type CreateAgentContextCommandOutput } from "./commands/CreateAgentContextCommand";
5
+ import { type CreateAgentGoalCommandInput, type CreateAgentGoalCommandOutput } from "./commands/CreateAgentGoalCommand";
6
+ import { type CreateAgentProfileCommandInput, type CreateAgentProfileCommandOutput } from "./commands/CreateAgentProfileCommand";
4
7
  import { type CreateLensShareCommandInput, type CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
5
8
  import { type CreateLensVersionCommandInput, type CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
6
9
  import { type CreateMilestoneCommandInput, type CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
@@ -10,6 +13,9 @@ import { type CreateReviewTemplateCommandInput, type CreateReviewTemplateCommand
10
13
  import { type CreateTemplateShareCommandInput, type CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
11
14
  import { type CreateWorkloadCommandInput, type CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
12
15
  import { type CreateWorkloadShareCommandInput, type CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
16
+ import { type DeleteAgentContextCommandInput, type DeleteAgentContextCommandOutput } from "./commands/DeleteAgentContextCommand";
17
+ import { type DeleteAgentGoalCommandInput, type DeleteAgentGoalCommandOutput } from "./commands/DeleteAgentGoalCommand";
18
+ import { type DeleteAgentProfileCommandInput, type DeleteAgentProfileCommandOutput } from "./commands/DeleteAgentProfileCommand";
13
19
  import { type DeleteLensCommandInput, type DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
14
20
  import { type DeleteLensShareCommandInput, type DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
15
21
  import { type DeleteProfileCommandInput, type DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
@@ -21,6 +27,11 @@ import { type DeleteWorkloadShareCommandInput, type DeleteWorkloadShareCommandOu
21
27
  import { type DisassociateLensesCommandInput, type DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
22
28
  import { type DisassociateProfilesCommandInput, type DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
23
29
  import { type ExportLensCommandInput, type ExportLensCommandOutput } from "./commands/ExportLensCommand";
30
+ import { type GetAgentContextCommandInput, type GetAgentContextCommandOutput } from "./commands/GetAgentContextCommand";
31
+ import { type GetAgentGoalCommandInput, type GetAgentGoalCommandOutput } from "./commands/GetAgentGoalCommand";
32
+ import { type GetAgentProfileCommandInput, type GetAgentProfileCommandOutput } from "./commands/GetAgentProfileCommand";
33
+ import { type GetAgentRecommendationCommandInput, type GetAgentRecommendationCommandOutput } from "./commands/GetAgentRecommendationCommand";
34
+ import { type GetAgentRecommendationGenerationCommandInput, type GetAgentRecommendationGenerationCommandOutput } from "./commands/GetAgentRecommendationGenerationCommand";
24
35
  import { type GetAnswerCommandInput, type GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
25
36
  import { type GetConsolidatedReportCommandInput, type GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
26
37
  import { type GetGlobalSettingsCommandInput, type GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
@@ -36,6 +47,12 @@ import { type GetReviewTemplateCommandInput, type GetReviewTemplateCommandOutput
36
47
  import { type GetReviewTemplateLensReviewCommandInput, type GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
37
48
  import { type GetWorkloadCommandInput, type GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
38
49
  import { type ImportLensCommandInput, type ImportLensCommandOutput } from "./commands/ImportLensCommand";
50
+ import { type ListAgentContextsCommandInput, type ListAgentContextsCommandOutput } from "./commands/ListAgentContextsCommand";
51
+ import { type ListAgentGoalsCommandInput, type ListAgentGoalsCommandOutput } from "./commands/ListAgentGoalsCommand";
52
+ import { type ListAgentProfilesCommandInput, type ListAgentProfilesCommandOutput } from "./commands/ListAgentProfilesCommand";
53
+ import { type ListAgentRecommendationGenerationsCommandInput, type ListAgentRecommendationGenerationsCommandOutput } from "./commands/ListAgentRecommendationGenerationsCommand";
54
+ import { type ListAgentRecommendationItemsCommandInput, type ListAgentRecommendationItemsCommandOutput } from "./commands/ListAgentRecommendationItemsCommand";
55
+ import { type ListAgentRecommendationsCommandInput, type ListAgentRecommendationsCommandOutput } from "./commands/ListAgentRecommendationsCommand";
39
56
  import { type ListAnswersCommandInput, type ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
40
57
  import { type ListCheckDetailsCommandInput, type ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
41
58
  import { type ListCheckSummariesCommandInput, type ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
@@ -55,8 +72,14 @@ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOu
55
72
  import { type ListTemplateSharesCommandInput, type ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
56
73
  import { type ListWorkloadsCommandInput, type ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
57
74
  import { type ListWorkloadSharesCommandInput, type ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
75
+ import { type PutAgentRecommendationFeedbackCommandInput, type PutAgentRecommendationFeedbackCommandOutput } from "./commands/PutAgentRecommendationFeedbackCommand";
76
+ import { type StartAgentRecommendationGenerationCommandInput, type StartAgentRecommendationGenerationCommandOutput } from "./commands/StartAgentRecommendationGenerationCommand";
58
77
  import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
78
  import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
79
+ import { type UpdateAgentContextCommandInput, type UpdateAgentContextCommandOutput } from "./commands/UpdateAgentContextCommand";
80
+ import { type UpdateAgentGoalCommandInput, type UpdateAgentGoalCommandOutput } from "./commands/UpdateAgentGoalCommand";
81
+ import { type UpdateAgentProfileCommandInput, type UpdateAgentProfileCommandOutput } from "./commands/UpdateAgentProfileCommand";
82
+ import { type UpdateAgentRecommendationStatusCommandInput, type UpdateAgentRecommendationStatusCommandOutput } from "./commands/UpdateAgentRecommendationStatusCommand";
60
83
  import { type UpdateAnswerCommandInput, type UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
61
84
  import { type UpdateGlobalSettingsCommandInput, type UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
62
85
  import { type UpdateIntegrationCommandInput, type UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
@@ -85,6 +108,24 @@ export interface WellArchitected {
85
108
  associateProfiles(args: AssociateProfilesCommandInput, options?: __HttpHandlerOptions): Promise<AssociateProfilesCommandOutput>;
86
109
  associateProfiles(args: AssociateProfilesCommandInput, cb: (err: any, data?: AssociateProfilesCommandOutput) => void): void;
87
110
  associateProfiles(args: AssociateProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateProfilesCommandOutput) => void): void;
111
+ /**
112
+ * @see {@link CreateAgentContextCommand}
113
+ */
114
+ createAgentContext(args: CreateAgentContextCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentContextCommandOutput>;
115
+ createAgentContext(args: CreateAgentContextCommandInput, cb: (err: any, data?: CreateAgentContextCommandOutput) => void): void;
116
+ createAgentContext(args: CreateAgentContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentContextCommandOutput) => void): void;
117
+ /**
118
+ * @see {@link CreateAgentGoalCommand}
119
+ */
120
+ createAgentGoal(args: CreateAgentGoalCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentGoalCommandOutput>;
121
+ createAgentGoal(args: CreateAgentGoalCommandInput, cb: (err: any, data?: CreateAgentGoalCommandOutput) => void): void;
122
+ createAgentGoal(args: CreateAgentGoalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentGoalCommandOutput) => void): void;
123
+ /**
124
+ * @see {@link CreateAgentProfileCommand}
125
+ */
126
+ createAgentProfile(args: CreateAgentProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateAgentProfileCommandOutput>;
127
+ createAgentProfile(args: CreateAgentProfileCommandInput, cb: (err: any, data?: CreateAgentProfileCommandOutput) => void): void;
128
+ createAgentProfile(args: CreateAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAgentProfileCommandOutput) => void): void;
88
129
  /**
89
130
  * @see {@link CreateLensShareCommand}
90
131
  */
@@ -139,6 +180,24 @@ export interface WellArchitected {
139
180
  createWorkloadShare(args: CreateWorkloadShareCommandInput, options?: __HttpHandlerOptions): Promise<CreateWorkloadShareCommandOutput>;
140
181
  createWorkloadShare(args: CreateWorkloadShareCommandInput, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
141
182
  createWorkloadShare(args: CreateWorkloadShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void): void;
183
+ /**
184
+ * @see {@link DeleteAgentContextCommand}
185
+ */
186
+ deleteAgentContext(args: DeleteAgentContextCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentContextCommandOutput>;
187
+ deleteAgentContext(args: DeleteAgentContextCommandInput, cb: (err: any, data?: DeleteAgentContextCommandOutput) => void): void;
188
+ deleteAgentContext(args: DeleteAgentContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentContextCommandOutput) => void): void;
189
+ /**
190
+ * @see {@link DeleteAgentGoalCommand}
191
+ */
192
+ deleteAgentGoal(args: DeleteAgentGoalCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentGoalCommandOutput>;
193
+ deleteAgentGoal(args: DeleteAgentGoalCommandInput, cb: (err: any, data?: DeleteAgentGoalCommandOutput) => void): void;
194
+ deleteAgentGoal(args: DeleteAgentGoalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentGoalCommandOutput) => void): void;
195
+ /**
196
+ * @see {@link DeleteAgentProfileCommand}
197
+ */
198
+ deleteAgentProfile(args: DeleteAgentProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAgentProfileCommandOutput>;
199
+ deleteAgentProfile(args: DeleteAgentProfileCommandInput, cb: (err: any, data?: DeleteAgentProfileCommandOutput) => void): void;
200
+ deleteAgentProfile(args: DeleteAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAgentProfileCommandOutput) => void): void;
142
201
  /**
143
202
  * @see {@link DeleteLensCommand}
144
203
  */
@@ -205,6 +264,36 @@ export interface WellArchitected {
205
264
  exportLens(args: ExportLensCommandInput, options?: __HttpHandlerOptions): Promise<ExportLensCommandOutput>;
206
265
  exportLens(args: ExportLensCommandInput, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
207
266
  exportLens(args: ExportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportLensCommandOutput) => void): void;
267
+ /**
268
+ * @see {@link GetAgentContextCommand}
269
+ */
270
+ getAgentContext(args: GetAgentContextCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentContextCommandOutput>;
271
+ getAgentContext(args: GetAgentContextCommandInput, cb: (err: any, data?: GetAgentContextCommandOutput) => void): void;
272
+ getAgentContext(args: GetAgentContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentContextCommandOutput) => void): void;
273
+ /**
274
+ * @see {@link GetAgentGoalCommand}
275
+ */
276
+ getAgentGoal(args: GetAgentGoalCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentGoalCommandOutput>;
277
+ getAgentGoal(args: GetAgentGoalCommandInput, cb: (err: any, data?: GetAgentGoalCommandOutput) => void): void;
278
+ getAgentGoal(args: GetAgentGoalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentGoalCommandOutput) => void): void;
279
+ /**
280
+ * @see {@link GetAgentProfileCommand}
281
+ */
282
+ getAgentProfile(args: GetAgentProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentProfileCommandOutput>;
283
+ getAgentProfile(args: GetAgentProfileCommandInput, cb: (err: any, data?: GetAgentProfileCommandOutput) => void): void;
284
+ getAgentProfile(args: GetAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentProfileCommandOutput) => void): void;
285
+ /**
286
+ * @see {@link GetAgentRecommendationCommand}
287
+ */
288
+ getAgentRecommendation(args: GetAgentRecommendationCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentRecommendationCommandOutput>;
289
+ getAgentRecommendation(args: GetAgentRecommendationCommandInput, cb: (err: any, data?: GetAgentRecommendationCommandOutput) => void): void;
290
+ getAgentRecommendation(args: GetAgentRecommendationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentRecommendationCommandOutput) => void): void;
291
+ /**
292
+ * @see {@link GetAgentRecommendationGenerationCommand}
293
+ */
294
+ getAgentRecommendationGeneration(args: GetAgentRecommendationGenerationCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentRecommendationGenerationCommandOutput>;
295
+ getAgentRecommendationGeneration(args: GetAgentRecommendationGenerationCommandInput, cb: (err: any, data?: GetAgentRecommendationGenerationCommandOutput) => void): void;
296
+ getAgentRecommendationGeneration(args: GetAgentRecommendationGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAgentRecommendationGenerationCommandOutput) => void): void;
208
297
  /**
209
298
  * @see {@link GetAnswerCommand}
210
299
  */
@@ -297,6 +386,43 @@ export interface WellArchitected {
297
386
  importLens(args: ImportLensCommandInput, options?: __HttpHandlerOptions): Promise<ImportLensCommandOutput>;
298
387
  importLens(args: ImportLensCommandInput, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
299
388
  importLens(args: ImportLensCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportLensCommandOutput) => void): void;
389
+ /**
390
+ * @see {@link ListAgentContextsCommand}
391
+ */
392
+ listAgentContexts(args: ListAgentContextsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentContextsCommandOutput>;
393
+ listAgentContexts(args: ListAgentContextsCommandInput, cb: (err: any, data?: ListAgentContextsCommandOutput) => void): void;
394
+ listAgentContexts(args: ListAgentContextsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentContextsCommandOutput) => void): void;
395
+ /**
396
+ * @see {@link ListAgentGoalsCommand}
397
+ */
398
+ listAgentGoals(args: ListAgentGoalsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentGoalsCommandOutput>;
399
+ listAgentGoals(args: ListAgentGoalsCommandInput, cb: (err: any, data?: ListAgentGoalsCommandOutput) => void): void;
400
+ listAgentGoals(args: ListAgentGoalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentGoalsCommandOutput) => void): void;
401
+ /**
402
+ * @see {@link ListAgentProfilesCommand}
403
+ */
404
+ listAgentProfiles(): Promise<ListAgentProfilesCommandOutput>;
405
+ listAgentProfiles(args: ListAgentProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentProfilesCommandOutput>;
406
+ listAgentProfiles(args: ListAgentProfilesCommandInput, cb: (err: any, data?: ListAgentProfilesCommandOutput) => void): void;
407
+ listAgentProfiles(args: ListAgentProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentProfilesCommandOutput) => void): void;
408
+ /**
409
+ * @see {@link ListAgentRecommendationGenerationsCommand}
410
+ */
411
+ listAgentRecommendationGenerations(args: ListAgentRecommendationGenerationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentRecommendationGenerationsCommandOutput>;
412
+ listAgentRecommendationGenerations(args: ListAgentRecommendationGenerationsCommandInput, cb: (err: any, data?: ListAgentRecommendationGenerationsCommandOutput) => void): void;
413
+ listAgentRecommendationGenerations(args: ListAgentRecommendationGenerationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentRecommendationGenerationsCommandOutput) => void): void;
414
+ /**
415
+ * @see {@link ListAgentRecommendationItemsCommand}
416
+ */
417
+ listAgentRecommendationItems(args: ListAgentRecommendationItemsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentRecommendationItemsCommandOutput>;
418
+ listAgentRecommendationItems(args: ListAgentRecommendationItemsCommandInput, cb: (err: any, data?: ListAgentRecommendationItemsCommandOutput) => void): void;
419
+ listAgentRecommendationItems(args: ListAgentRecommendationItemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentRecommendationItemsCommandOutput) => void): void;
420
+ /**
421
+ * @see {@link ListAgentRecommendationsCommand}
422
+ */
423
+ listAgentRecommendations(args: ListAgentRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAgentRecommendationsCommandOutput>;
424
+ listAgentRecommendations(args: ListAgentRecommendationsCommandInput, cb: (err: any, data?: ListAgentRecommendationsCommandOutput) => void): void;
425
+ listAgentRecommendations(args: ListAgentRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAgentRecommendationsCommandOutput) => void): void;
300
426
  /**
301
427
  * @see {@link ListAnswersCommand}
302
428
  */
@@ -418,6 +544,18 @@ export interface WellArchitected {
418
544
  listWorkloadShares(args: ListWorkloadSharesCommandInput, options?: __HttpHandlerOptions): Promise<ListWorkloadSharesCommandOutput>;
419
545
  listWorkloadShares(args: ListWorkloadSharesCommandInput, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
420
546
  listWorkloadShares(args: ListWorkloadSharesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void): void;
547
+ /**
548
+ * @see {@link PutAgentRecommendationFeedbackCommand}
549
+ */
550
+ putAgentRecommendationFeedback(args: PutAgentRecommendationFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutAgentRecommendationFeedbackCommandOutput>;
551
+ putAgentRecommendationFeedback(args: PutAgentRecommendationFeedbackCommandInput, cb: (err: any, data?: PutAgentRecommendationFeedbackCommandOutput) => void): void;
552
+ putAgentRecommendationFeedback(args: PutAgentRecommendationFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAgentRecommendationFeedbackCommandOutput) => void): void;
553
+ /**
554
+ * @see {@link StartAgentRecommendationGenerationCommand}
555
+ */
556
+ startAgentRecommendationGeneration(args: StartAgentRecommendationGenerationCommandInput, options?: __HttpHandlerOptions): Promise<StartAgentRecommendationGenerationCommandOutput>;
557
+ startAgentRecommendationGeneration(args: StartAgentRecommendationGenerationCommandInput, cb: (err: any, data?: StartAgentRecommendationGenerationCommandOutput) => void): void;
558
+ startAgentRecommendationGeneration(args: StartAgentRecommendationGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAgentRecommendationGenerationCommandOutput) => void): void;
421
559
  /**
422
560
  * @see {@link TagResourceCommand}
423
561
  */
@@ -430,6 +568,30 @@ export interface WellArchitected {
430
568
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
431
569
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
432
570
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
571
+ /**
572
+ * @see {@link UpdateAgentContextCommand}
573
+ */
574
+ updateAgentContext(args: UpdateAgentContextCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentContextCommandOutput>;
575
+ updateAgentContext(args: UpdateAgentContextCommandInput, cb: (err: any, data?: UpdateAgentContextCommandOutput) => void): void;
576
+ updateAgentContext(args: UpdateAgentContextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentContextCommandOutput) => void): void;
577
+ /**
578
+ * @see {@link UpdateAgentGoalCommand}
579
+ */
580
+ updateAgentGoal(args: UpdateAgentGoalCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentGoalCommandOutput>;
581
+ updateAgentGoal(args: UpdateAgentGoalCommandInput, cb: (err: any, data?: UpdateAgentGoalCommandOutput) => void): void;
582
+ updateAgentGoal(args: UpdateAgentGoalCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentGoalCommandOutput) => void): void;
583
+ /**
584
+ * @see {@link UpdateAgentProfileCommand}
585
+ */
586
+ updateAgentProfile(args: UpdateAgentProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentProfileCommandOutput>;
587
+ updateAgentProfile(args: UpdateAgentProfileCommandInput, cb: (err: any, data?: UpdateAgentProfileCommandOutput) => void): void;
588
+ updateAgentProfile(args: UpdateAgentProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentProfileCommandOutput) => void): void;
589
+ /**
590
+ * @see {@link UpdateAgentRecommendationStatusCommand}
591
+ */
592
+ updateAgentRecommendationStatus(args: UpdateAgentRecommendationStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentRecommendationStatusCommandOutput>;
593
+ updateAgentRecommendationStatus(args: UpdateAgentRecommendationStatusCommandInput, cb: (err: any, data?: UpdateAgentRecommendationStatusCommandOutput) => void): void;
594
+ updateAgentRecommendationStatus(args: UpdateAgentRecommendationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentRecommendationStatusCommandOutput) => void): void;
433
595
  /**
434
596
  * @see {@link UpdateAnswerCommand}
435
597
  */
@@ -522,6 +684,48 @@ export interface WellArchitected {
522
684
  * @returns AsyncIterable of {@link GetConsolidatedReportCommandOutput}.
523
685
  */
524
686
  paginateGetConsolidatedReport(args: GetConsolidatedReportCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetConsolidatedReportCommandOutput>;
687
+ /**
688
+ * @see {@link ListAgentContextsCommand}
689
+ * @param args - command input.
690
+ * @param paginationConfig - optional pagination config.
691
+ * @returns AsyncIterable of {@link ListAgentContextsCommandOutput}.
692
+ */
693
+ paginateListAgentContexts(args: ListAgentContextsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentContextsCommandOutput>;
694
+ /**
695
+ * @see {@link ListAgentGoalsCommand}
696
+ * @param args - command input.
697
+ * @param paginationConfig - optional pagination config.
698
+ * @returns AsyncIterable of {@link ListAgentGoalsCommandOutput}.
699
+ */
700
+ paginateListAgentGoals(args: ListAgentGoalsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentGoalsCommandOutput>;
701
+ /**
702
+ * @see {@link ListAgentProfilesCommand}
703
+ * @param args - command input.
704
+ * @param paginationConfig - optional pagination config.
705
+ * @returns AsyncIterable of {@link ListAgentProfilesCommandOutput}.
706
+ */
707
+ paginateListAgentProfiles(args?: ListAgentProfilesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentProfilesCommandOutput>;
708
+ /**
709
+ * @see {@link ListAgentRecommendationGenerationsCommand}
710
+ * @param args - command input.
711
+ * @param paginationConfig - optional pagination config.
712
+ * @returns AsyncIterable of {@link ListAgentRecommendationGenerationsCommandOutput}.
713
+ */
714
+ paginateListAgentRecommendationGenerations(args: ListAgentRecommendationGenerationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentRecommendationGenerationsCommandOutput>;
715
+ /**
716
+ * @see {@link ListAgentRecommendationItemsCommand}
717
+ * @param args - command input.
718
+ * @param paginationConfig - optional pagination config.
719
+ * @returns AsyncIterable of {@link ListAgentRecommendationItemsCommandOutput}.
720
+ */
721
+ paginateListAgentRecommendationItems(args: ListAgentRecommendationItemsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentRecommendationItemsCommandOutput>;
722
+ /**
723
+ * @see {@link ListAgentRecommendationsCommand}
724
+ * @param args - command input.
725
+ * @param paginationConfig - optional pagination config.
726
+ * @returns AsyncIterable of {@link ListAgentRecommendationsCommandOutput}.
727
+ */
728
+ paginateListAgentRecommendations(args: ListAgentRecommendationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAgentRecommendationsCommandOutput>;
525
729
  /**
526
730
  * @see {@link ListAnswersCommand}
527
731
  * @param args - command input.
@@ -650,12 +854,7 @@ export interface WellArchitected {
650
854
  paginateListWorkloadShares(args: ListWorkloadSharesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkloadSharesCommandOutput>;
651
855
  }
652
856
  /**
653
- * <fullname>Well-Architected Tool</fullname>
654
- * <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
655
- * <a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the
656
- * <a href="https://console.aws.amazon.com/wellarchitected">Amazon Web Services Management Console</a>. For information
657
- * about the Well-Architected Tool, see the
658
- * <a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Well-Architected Tool User Guide</a>.</p>
857
+ * <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>
659
858
  * @public
660
859
  */
661
860
  export declare class WellArchitected extends WellArchitectedClient implements WellArchitected {
@@ -8,6 +8,9 @@ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengt
8
8
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
9
9
  import type { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
10
10
  import type { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
11
+ import type { CreateAgentContextCommandInput, CreateAgentContextCommandOutput } from "./commands/CreateAgentContextCommand";
12
+ import type { CreateAgentGoalCommandInput, CreateAgentGoalCommandOutput } from "./commands/CreateAgentGoalCommand";
13
+ import type { CreateAgentProfileCommandInput, CreateAgentProfileCommandOutput } from "./commands/CreateAgentProfileCommand";
11
14
  import type { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
12
15
  import type { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
13
16
  import type { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
@@ -17,6 +20,9 @@ import type { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutpu
17
20
  import type { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
18
21
  import type { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
19
22
  import type { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
23
+ import type { DeleteAgentContextCommandInput, DeleteAgentContextCommandOutput } from "./commands/DeleteAgentContextCommand";
24
+ import type { DeleteAgentGoalCommandInput, DeleteAgentGoalCommandOutput } from "./commands/DeleteAgentGoalCommand";
25
+ import type { DeleteAgentProfileCommandInput, DeleteAgentProfileCommandOutput } from "./commands/DeleteAgentProfileCommand";
20
26
  import type { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
21
27
  import type { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
22
28
  import type { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
@@ -28,6 +34,11 @@ import type { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput
28
34
  import type { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
29
35
  import type { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
30
36
  import type { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
37
+ import type { GetAgentContextCommandInput, GetAgentContextCommandOutput } from "./commands/GetAgentContextCommand";
38
+ import type { GetAgentGoalCommandInput, GetAgentGoalCommandOutput } from "./commands/GetAgentGoalCommand";
39
+ import type { GetAgentProfileCommandInput, GetAgentProfileCommandOutput } from "./commands/GetAgentProfileCommand";
40
+ import type { GetAgentRecommendationCommandInput, GetAgentRecommendationCommandOutput } from "./commands/GetAgentRecommendationCommand";
41
+ import type { GetAgentRecommendationGenerationCommandInput, GetAgentRecommendationGenerationCommandOutput } from "./commands/GetAgentRecommendationGenerationCommand";
31
42
  import type { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
32
43
  import type { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
33
44
  import type { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
@@ -43,6 +54,12 @@ import type { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } fr
43
54
  import type { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
44
55
  import type { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
45
56
  import type { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
57
+ import type { ListAgentContextsCommandInput, ListAgentContextsCommandOutput } from "./commands/ListAgentContextsCommand";
58
+ import type { ListAgentGoalsCommandInput, ListAgentGoalsCommandOutput } from "./commands/ListAgentGoalsCommand";
59
+ import type { ListAgentProfilesCommandInput, ListAgentProfilesCommandOutput } from "./commands/ListAgentProfilesCommand";
60
+ import type { ListAgentRecommendationGenerationsCommandInput, ListAgentRecommendationGenerationsCommandOutput } from "./commands/ListAgentRecommendationGenerationsCommand";
61
+ import type { ListAgentRecommendationItemsCommandInput, ListAgentRecommendationItemsCommandOutput } from "./commands/ListAgentRecommendationItemsCommand";
62
+ import type { ListAgentRecommendationsCommandInput, ListAgentRecommendationsCommandOutput } from "./commands/ListAgentRecommendationsCommand";
46
63
  import type { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
47
64
  import type { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
48
65
  import type { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
@@ -62,8 +79,14 @@ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput
62
79
  import type { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
63
80
  import type { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
64
81
  import type { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
82
+ import type { PutAgentRecommendationFeedbackCommandInput, PutAgentRecommendationFeedbackCommandOutput } from "./commands/PutAgentRecommendationFeedbackCommand";
83
+ import type { StartAgentRecommendationGenerationCommandInput, StartAgentRecommendationGenerationCommandOutput } from "./commands/StartAgentRecommendationGenerationCommand";
65
84
  import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
66
85
  import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
86
+ import type { UpdateAgentContextCommandInput, UpdateAgentContextCommandOutput } from "./commands/UpdateAgentContextCommand";
87
+ import type { UpdateAgentGoalCommandInput, UpdateAgentGoalCommandOutput } from "./commands/UpdateAgentGoalCommand";
88
+ import type { UpdateAgentProfileCommandInput, UpdateAgentProfileCommandOutput } from "./commands/UpdateAgentProfileCommand";
89
+ import type { UpdateAgentRecommendationStatusCommandInput, UpdateAgentRecommendationStatusCommandOutput } from "./commands/UpdateAgentRecommendationStatusCommand";
67
90
  import type { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
68
91
  import type { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
69
92
  import type { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
@@ -84,11 +107,11 @@ export { __Client };
84
107
  /**
85
108
  * @public
86
109
  */
87
- export type ServiceInputTypes = AssociateLensesCommandInput | AssociateProfilesCommandInput | CreateLensShareCommandInput | CreateLensVersionCommandInput | CreateMilestoneCommandInput | CreateProfileCommandInput | CreateProfileShareCommandInput | CreateReviewTemplateCommandInput | CreateTemplateShareCommandInput | CreateWorkloadCommandInput | CreateWorkloadShareCommandInput | DeleteLensCommandInput | DeleteLensShareCommandInput | DeleteProfileCommandInput | DeleteProfileShareCommandInput | DeleteReviewTemplateCommandInput | DeleteTemplateShareCommandInput | DeleteWorkloadCommandInput | DeleteWorkloadShareCommandInput | DisassociateLensesCommandInput | DisassociateProfilesCommandInput | ExportLensCommandInput | GetAnswerCommandInput | GetConsolidatedReportCommandInput | GetGlobalSettingsCommandInput | GetLensCommandInput | GetLensReviewCommandInput | GetLensReviewReportCommandInput | GetLensVersionDifferenceCommandInput | GetMilestoneCommandInput | GetProfileCommandInput | GetProfileTemplateCommandInput | GetReviewTemplateAnswerCommandInput | GetReviewTemplateCommandInput | GetReviewTemplateLensReviewCommandInput | GetWorkloadCommandInput | ImportLensCommandInput | ListAnswersCommandInput | ListCheckDetailsCommandInput | ListCheckSummariesCommandInput | ListLensReviewImprovementsCommandInput | ListLensReviewsCommandInput | ListLensSharesCommandInput | ListLensesCommandInput | ListMilestonesCommandInput | ListNotificationsCommandInput | ListProfileNotificationsCommandInput | ListProfileSharesCommandInput | ListProfilesCommandInput | ListReviewTemplateAnswersCommandInput | ListReviewTemplatesCommandInput | ListShareInvitationsCommandInput | ListTagsForResourceCommandInput | ListTemplateSharesCommandInput | ListWorkloadSharesCommandInput | ListWorkloadsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnswerCommandInput | UpdateGlobalSettingsCommandInput | UpdateIntegrationCommandInput | UpdateLensReviewCommandInput | UpdateProfileCommandInput | UpdateReviewTemplateAnswerCommandInput | UpdateReviewTemplateCommandInput | UpdateReviewTemplateLensReviewCommandInput | UpdateShareInvitationCommandInput | UpdateWorkloadCommandInput | UpdateWorkloadShareCommandInput | UpgradeLensReviewCommandInput | UpgradeProfileVersionCommandInput | UpgradeReviewTemplateLensReviewCommandInput;
110
+ export type ServiceInputTypes = AssociateLensesCommandInput | AssociateProfilesCommandInput | CreateAgentContextCommandInput | CreateAgentGoalCommandInput | CreateAgentProfileCommandInput | CreateLensShareCommandInput | CreateLensVersionCommandInput | CreateMilestoneCommandInput | CreateProfileCommandInput | CreateProfileShareCommandInput | CreateReviewTemplateCommandInput | CreateTemplateShareCommandInput | CreateWorkloadCommandInput | CreateWorkloadShareCommandInput | DeleteAgentContextCommandInput | DeleteAgentGoalCommandInput | DeleteAgentProfileCommandInput | DeleteLensCommandInput | DeleteLensShareCommandInput | DeleteProfileCommandInput | DeleteProfileShareCommandInput | DeleteReviewTemplateCommandInput | DeleteTemplateShareCommandInput | DeleteWorkloadCommandInput | DeleteWorkloadShareCommandInput | DisassociateLensesCommandInput | DisassociateProfilesCommandInput | ExportLensCommandInput | GetAgentContextCommandInput | GetAgentGoalCommandInput | GetAgentProfileCommandInput | GetAgentRecommendationCommandInput | GetAgentRecommendationGenerationCommandInput | GetAnswerCommandInput | GetConsolidatedReportCommandInput | GetGlobalSettingsCommandInput | GetLensCommandInput | GetLensReviewCommandInput | GetLensReviewReportCommandInput | GetLensVersionDifferenceCommandInput | GetMilestoneCommandInput | GetProfileCommandInput | GetProfileTemplateCommandInput | GetReviewTemplateAnswerCommandInput | GetReviewTemplateCommandInput | GetReviewTemplateLensReviewCommandInput | GetWorkloadCommandInput | ImportLensCommandInput | ListAgentContextsCommandInput | ListAgentGoalsCommandInput | ListAgentProfilesCommandInput | ListAgentRecommendationGenerationsCommandInput | ListAgentRecommendationItemsCommandInput | ListAgentRecommendationsCommandInput | ListAnswersCommandInput | ListCheckDetailsCommandInput | ListCheckSummariesCommandInput | ListLensReviewImprovementsCommandInput | ListLensReviewsCommandInput | ListLensSharesCommandInput | ListLensesCommandInput | ListMilestonesCommandInput | ListNotificationsCommandInput | ListProfileNotificationsCommandInput | ListProfileSharesCommandInput | ListProfilesCommandInput | ListReviewTemplateAnswersCommandInput | ListReviewTemplatesCommandInput | ListShareInvitationsCommandInput | ListTagsForResourceCommandInput | ListTemplateSharesCommandInput | ListWorkloadSharesCommandInput | ListWorkloadsCommandInput | PutAgentRecommendationFeedbackCommandInput | StartAgentRecommendationGenerationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentContextCommandInput | UpdateAgentGoalCommandInput | UpdateAgentProfileCommandInput | UpdateAgentRecommendationStatusCommandInput | UpdateAnswerCommandInput | UpdateGlobalSettingsCommandInput | UpdateIntegrationCommandInput | UpdateLensReviewCommandInput | UpdateProfileCommandInput | UpdateReviewTemplateAnswerCommandInput | UpdateReviewTemplateCommandInput | UpdateReviewTemplateLensReviewCommandInput | UpdateShareInvitationCommandInput | UpdateWorkloadCommandInput | UpdateWorkloadShareCommandInput | UpgradeLensReviewCommandInput | UpgradeProfileVersionCommandInput | UpgradeReviewTemplateLensReviewCommandInput;
88
111
  /**
89
112
  * @public
90
113
  */
91
- export type ServiceOutputTypes = AssociateLensesCommandOutput | AssociateProfilesCommandOutput | CreateLensShareCommandOutput | CreateLensVersionCommandOutput | CreateMilestoneCommandOutput | CreateProfileCommandOutput | CreateProfileShareCommandOutput | CreateReviewTemplateCommandOutput | CreateTemplateShareCommandOutput | CreateWorkloadCommandOutput | CreateWorkloadShareCommandOutput | DeleteLensCommandOutput | DeleteLensShareCommandOutput | DeleteProfileCommandOutput | DeleteProfileShareCommandOutput | DeleteReviewTemplateCommandOutput | DeleteTemplateShareCommandOutput | DeleteWorkloadCommandOutput | DeleteWorkloadShareCommandOutput | DisassociateLensesCommandOutput | DisassociateProfilesCommandOutput | ExportLensCommandOutput | GetAnswerCommandOutput | GetConsolidatedReportCommandOutput | GetGlobalSettingsCommandOutput | GetLensCommandOutput | GetLensReviewCommandOutput | GetLensReviewReportCommandOutput | GetLensVersionDifferenceCommandOutput | GetMilestoneCommandOutput | GetProfileCommandOutput | GetProfileTemplateCommandOutput | GetReviewTemplateAnswerCommandOutput | GetReviewTemplateCommandOutput | GetReviewTemplateLensReviewCommandOutput | GetWorkloadCommandOutput | ImportLensCommandOutput | ListAnswersCommandOutput | ListCheckDetailsCommandOutput | ListCheckSummariesCommandOutput | ListLensReviewImprovementsCommandOutput | ListLensReviewsCommandOutput | ListLensSharesCommandOutput | ListLensesCommandOutput | ListMilestonesCommandOutput | ListNotificationsCommandOutput | ListProfileNotificationsCommandOutput | ListProfileSharesCommandOutput | ListProfilesCommandOutput | ListReviewTemplateAnswersCommandOutput | ListReviewTemplatesCommandOutput | ListShareInvitationsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateSharesCommandOutput | ListWorkloadSharesCommandOutput | ListWorkloadsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnswerCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateIntegrationCommandOutput | UpdateLensReviewCommandOutput | UpdateProfileCommandOutput | UpdateReviewTemplateAnswerCommandOutput | UpdateReviewTemplateCommandOutput | UpdateReviewTemplateLensReviewCommandOutput | UpdateShareInvitationCommandOutput | UpdateWorkloadCommandOutput | UpdateWorkloadShareCommandOutput | UpgradeLensReviewCommandOutput | UpgradeProfileVersionCommandOutput | UpgradeReviewTemplateLensReviewCommandOutput;
114
+ export type ServiceOutputTypes = AssociateLensesCommandOutput | AssociateProfilesCommandOutput | CreateAgentContextCommandOutput | CreateAgentGoalCommandOutput | CreateAgentProfileCommandOutput | CreateLensShareCommandOutput | CreateLensVersionCommandOutput | CreateMilestoneCommandOutput | CreateProfileCommandOutput | CreateProfileShareCommandOutput | CreateReviewTemplateCommandOutput | CreateTemplateShareCommandOutput | CreateWorkloadCommandOutput | CreateWorkloadShareCommandOutput | DeleteAgentContextCommandOutput | DeleteAgentGoalCommandOutput | DeleteAgentProfileCommandOutput | DeleteLensCommandOutput | DeleteLensShareCommandOutput | DeleteProfileCommandOutput | DeleteProfileShareCommandOutput | DeleteReviewTemplateCommandOutput | DeleteTemplateShareCommandOutput | DeleteWorkloadCommandOutput | DeleteWorkloadShareCommandOutput | DisassociateLensesCommandOutput | DisassociateProfilesCommandOutput | ExportLensCommandOutput | GetAgentContextCommandOutput | GetAgentGoalCommandOutput | GetAgentProfileCommandOutput | GetAgentRecommendationCommandOutput | GetAgentRecommendationGenerationCommandOutput | GetAnswerCommandOutput | GetConsolidatedReportCommandOutput | GetGlobalSettingsCommandOutput | GetLensCommandOutput | GetLensReviewCommandOutput | GetLensReviewReportCommandOutput | GetLensVersionDifferenceCommandOutput | GetMilestoneCommandOutput | GetProfileCommandOutput | GetProfileTemplateCommandOutput | GetReviewTemplateAnswerCommandOutput | GetReviewTemplateCommandOutput | GetReviewTemplateLensReviewCommandOutput | GetWorkloadCommandOutput | ImportLensCommandOutput | ListAgentContextsCommandOutput | ListAgentGoalsCommandOutput | ListAgentProfilesCommandOutput | ListAgentRecommendationGenerationsCommandOutput | ListAgentRecommendationItemsCommandOutput | ListAgentRecommendationsCommandOutput | ListAnswersCommandOutput | ListCheckDetailsCommandOutput | ListCheckSummariesCommandOutput | ListLensReviewImprovementsCommandOutput | ListLensReviewsCommandOutput | ListLensSharesCommandOutput | ListLensesCommandOutput | ListMilestonesCommandOutput | ListNotificationsCommandOutput | ListProfileNotificationsCommandOutput | ListProfileSharesCommandOutput | ListProfilesCommandOutput | ListReviewTemplateAnswersCommandOutput | ListReviewTemplatesCommandOutput | ListShareInvitationsCommandOutput | ListTagsForResourceCommandOutput | ListTemplateSharesCommandOutput | ListWorkloadSharesCommandOutput | ListWorkloadsCommandOutput | PutAgentRecommendationFeedbackCommandOutput | StartAgentRecommendationGenerationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentContextCommandOutput | UpdateAgentGoalCommandOutput | UpdateAgentProfileCommandOutput | UpdateAgentRecommendationStatusCommandOutput | UpdateAnswerCommandOutput | UpdateGlobalSettingsCommandOutput | UpdateIntegrationCommandOutput | UpdateLensReviewCommandOutput | UpdateProfileCommandOutput | UpdateReviewTemplateAnswerCommandOutput | UpdateReviewTemplateCommandOutput | UpdateReviewTemplateLensReviewCommandOutput | UpdateShareInvitationCommandOutput | UpdateWorkloadCommandOutput | UpdateWorkloadShareCommandOutput | UpgradeLensReviewCommandOutput | UpgradeProfileVersionCommandOutput | UpgradeReviewTemplateLensReviewCommandOutput;
92
115
  /**
93
116
  * @public
94
117
  */
@@ -240,12 +263,7 @@ export type WellArchitectedClientResolvedConfigType = __SmithyResolvedConfigurat
240
263
  export interface WellArchitectedClientResolvedConfig extends WellArchitectedClientResolvedConfigType {
241
264
  }
242
265
  /**
243
- * <fullname>Well-Architected Tool</fullname>
244
- * <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
245
- * <a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the
246
- * <a href="https://console.aws.amazon.com/wellarchitected">Amazon Web Services Management Console</a>. For information
247
- * about the Well-Architected Tool, see the
248
- * <a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Well-Architected Tool User Guide</a>.</p>
266
+ * <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>
249
267
  * @public
250
268
  */
251
269
  export declare class WellArchitectedClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig> {
@@ -24,17 +24,7 @@ declare const AssociateLensesCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Associate a lens to a workload.</p>
28
- * <p>Up to 10 lenses can be associated with a workload in a single API operation. A
29
- * maximum of 20 lenses can be associated with a workload.</p>
30
- * <note>
31
- * <p>
32
- * <b>Disclaimer</b>
33
- * </p>
34
- * <p>By accessing and/or applying custom lenses created by another Amazon Web Services user or account,
35
- * you acknowledge that custom lenses created by other users and shared with you are
36
- * Third Party Content as defined in the Amazon Web Services Customer Agreement. </p>
37
- * </note>
27
+ * <p>Associate a lens to a workload.</p> <p>Up to 10 lenses can be associated with a workload in a single API operation. A maximum of 20 lenses can be associated with a workload.</p> <note> <p> <b>Disclaimer</b> </p> <p>By accessing and/or applying custom lenses created by another Amazon Web Services user or account, you acknowledge that custom lenses created by other users and shared with you are Third Party Content as defined in the Amazon Web Services Customer Agreement. </p> </note>
38
28
  * @example
39
29
  * Use a bare-bones client and the command you need to make an API call.
40
30
  * ```javascript
@@ -0,0 +1,158 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { CreateAgentContextRequest, CreateAgentContextResponse } from "../models/models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link CreateAgentContextCommand}.
11
+ */
12
+ export interface CreateAgentContextCommandInput extends CreateAgentContextRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link CreateAgentContextCommand}.
18
+ */
19
+ export interface CreateAgentContextCommandOutput extends CreateAgentContextResponse, __MetadataBearer {
20
+ }
21
+ declare const CreateAgentContextCommand_base: {
22
+ new (input: CreateAgentContextCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentContextCommandInput, CreateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAgentContextCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentContextCommandInput, CreateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Creates a context associated with an optimization profile. Contexts provide application and environment information used during recommendation generation.</p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { WellArchitectedClient, CreateAgentContextCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
32
+ * // const { WellArchitectedClient, CreateAgentContextCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
33
+ * // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
34
+ * const config = {}; // type is WellArchitectedClientConfig
35
+ * const client = new WellArchitectedClient(config);
36
+ * const input = { // CreateAgentContextRequest
37
+ * clientToken: "STRING_VALUE",
38
+ * profileArn: "STRING_VALUE", // required
39
+ * title: "STRING_VALUE", // required
40
+ * contextType: "APPLICATION", // required
41
+ * content: { // ContextContent
42
+ * accountIds: [ // ContextAccountIdList
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * regions: [ // ContextRegionList
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * awsServices: [ // ContextAwsServiceList
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * resourceTypes: [ // ContextResourceTypeList
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * resourceTags: [ // ContextResourceTagList
55
+ * { // ContextResourceTag
56
+ * key: "STRING_VALUE", // required
57
+ * value: "STRING_VALUE", // required
58
+ * },
59
+ * ],
60
+ * applicationOverview: "STRING_VALUE",
61
+ * industry: "STRING_VALUE",
62
+ * applicationType: "SAS" || "DESKTOP_APPLICATION" || "OTHER",
63
+ * criticality: "MISSION_CRITICAL" || "BUSINESS_CRITICAL" || "NON_CRITICAL" || "TEST_DEVELOPMENT",
64
+ * architectureOverview: "STRING_VALUE",
65
+ * additionalContext: "STRING_VALUE",
66
+ * },
67
+ * };
68
+ * const command = new CreateAgentContextCommand(input);
69
+ * const response = await client.send(command);
70
+ * // { // CreateAgentContextResponse
71
+ * // context: { // ContextSummary
72
+ * // id: "STRING_VALUE", // required
73
+ * // profileArn: "STRING_VALUE", // required
74
+ * // title: "STRING_VALUE", // required
75
+ * // contextType: "APPLICATION", // required
76
+ * // content: { // ContextContent
77
+ * // accountIds: [ // ContextAccountIdList
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // regions: [ // ContextRegionList
81
+ * // "STRING_VALUE",
82
+ * // ],
83
+ * // awsServices: [ // ContextAwsServiceList
84
+ * // "STRING_VALUE",
85
+ * // ],
86
+ * // resourceTypes: [ // ContextResourceTypeList
87
+ * // "STRING_VALUE",
88
+ * // ],
89
+ * // resourceTags: [ // ContextResourceTagList
90
+ * // { // ContextResourceTag
91
+ * // key: "STRING_VALUE", // required
92
+ * // value: "STRING_VALUE", // required
93
+ * // },
94
+ * // ],
95
+ * // applicationOverview: "STRING_VALUE",
96
+ * // industry: "STRING_VALUE",
97
+ * // applicationType: "SAS" || "DESKTOP_APPLICATION" || "OTHER",
98
+ * // criticality: "MISSION_CRITICAL" || "BUSINESS_CRITICAL" || "NON_CRITICAL" || "TEST_DEVELOPMENT",
99
+ * // architectureOverview: "STRING_VALUE",
100
+ * // additionalContext: "STRING_VALUE",
101
+ * // },
102
+ * // applicationType: "SAS" || "DESKTOP_APPLICATION" || "OTHER",
103
+ * // criticality: "MISSION_CRITICAL" || "BUSINESS_CRITICAL" || "NON_CRITICAL" || "TEST_DEVELOPMENT",
104
+ * // createdBy: "STRING_VALUE", // required
105
+ * // createdAt: new Date("TIMESTAMP"), // required
106
+ * // lastModifiedBy: "STRING_VALUE",
107
+ * // lastModifiedAt: new Date("TIMESTAMP"),
108
+ * // },
109
+ * // };
110
+ *
111
+ * ```
112
+ *
113
+ * @param CreateAgentContextCommandInput - {@link CreateAgentContextCommandInput}
114
+ * @returns {@link CreateAgentContextCommandOutput}
115
+ * @see {@link CreateAgentContextCommandInput} for command's `input` shape.
116
+ * @see {@link CreateAgentContextCommandOutput} for command's `response` shape.
117
+ * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
118
+ *
119
+ * @throws {@link AccessDeniedException} (client fault)
120
+ * <p>User does not have sufficient access to perform this action.</p>
121
+ *
122
+ * @throws {@link ConflictException} (client fault)
123
+ * <p>The resource has already been processed, was deleted, or is too large.</p>
124
+ *
125
+ * @throws {@link InternalServerException} (server fault)
126
+ * <p>There is a problem with the Well-Architected Tool API service.</p>
127
+ *
128
+ * @throws {@link ResourceNotFoundException} (client fault)
129
+ * <p>The requested resource was not found.</p>
130
+ *
131
+ * @throws {@link ServiceQuotaExceededException} (client fault)
132
+ * <p>The user has reached their resource quota.</p>
133
+ *
134
+ * @throws {@link ThrottlingException} (client fault)
135
+ * <p>Request was denied due to request throttling.</p>
136
+ *
137
+ * @throws {@link ValidationException} (client fault)
138
+ * <p>The user input is not valid.</p>
139
+ *
140
+ * @throws {@link WellArchitectedServiceException}
141
+ * <p>Base exception class for all service exceptions from WellArchitected service.</p>
142
+ *
143
+ *
144
+ * @public
145
+ */
146
+ export declare class CreateAgentContextCommand extends CreateAgentContextCommand_base {
147
+ /** @internal type navigation helper, not in runtime. */
148
+ protected static __types: {
149
+ api: {
150
+ input: CreateAgentContextRequest;
151
+ output: CreateAgentContextResponse;
152
+ };
153
+ sdk: {
154
+ input: CreateAgentContextCommandInput;
155
+ output: CreateAgentContextCommandOutput;
156
+ };
157
+ };
158
+ }