@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
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentContextsCommandInput, ListAgentContextsCommandOutput } from "../commands/ListAgentContextsCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentContexts: (config: WellArchitectedPaginationConfiguration, input: ListAgentContextsCommandInput, ...rest: any[]) => Paginator<ListAgentContextsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentGoalsCommandInput, ListAgentGoalsCommandOutput } from "../commands/ListAgentGoalsCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentGoals: (config: WellArchitectedPaginationConfiguration, input: ListAgentGoalsCommandInput, ...rest: any[]) => Paginator<ListAgentGoalsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentProfilesCommandInput, ListAgentProfilesCommandOutput } from "../commands/ListAgentProfilesCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentProfiles: (config: WellArchitectedPaginationConfiguration, input: ListAgentProfilesCommandInput, ...rest: any[]) => Paginator<ListAgentProfilesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentRecommendationGenerationsCommandInput, ListAgentRecommendationGenerationsCommandOutput } from "../commands/ListAgentRecommendationGenerationsCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentRecommendationGenerations: (config: WellArchitectedPaginationConfiguration, input: ListAgentRecommendationGenerationsCommandInput, ...rest: any[]) => Paginator<ListAgentRecommendationGenerationsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentRecommendationItemsCommandInput, ListAgentRecommendationItemsCommandOutput } from "../commands/ListAgentRecommendationItemsCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentRecommendationItems: (config: WellArchitectedPaginationConfiguration, input: ListAgentRecommendationItemsCommandInput, ...rest: any[]) => Paginator<ListAgentRecommendationItemsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAgentRecommendationsCommandInput, ListAgentRecommendationsCommandOutput } from "../commands/ListAgentRecommendationsCommand";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAgentRecommendations: (config: WellArchitectedPaginationConfiguration, input: ListAgentRecommendationsCommandInput, ...rest: any[]) => Paginator<ListAgentRecommendationsCommandOutput>;
@@ -1,5 +1,11 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./GetConsolidatedReportPaginator";
3
+ export * from "./ListAgentContextsPaginator";
4
+ export * from "./ListAgentGoalsPaginator";
5
+ export * from "./ListAgentProfilesPaginator";
6
+ export * from "./ListAgentRecommendationGenerationsPaginator";
7
+ export * from "./ListAgentRecommendationItemsPaginator";
8
+ export * from "./ListAgentRecommendationsPaginator";
3
9
  export * from "./ListAnswersPaginator";
4
10
  export * from "./ListCheckDetailsPaginator";
5
11
  export * from "./ListCheckSummariesPaginator";
@@ -17,6 +17,12 @@ export declare const errorTypeRegistries: TypeRegistry[];
17
17
  export declare var AccountJiraConfigurationInput$: StaticStructureSchema;
18
18
  export declare var AccountJiraConfigurationOutput$: StaticStructureSchema;
19
19
  export declare var AdditionalResources$: StaticStructureSchema;
20
+ export declare var AgentProfileSummary$: StaticStructureSchema;
21
+ export declare var AgentRecommendationGenerationSummary$: StaticStructureSchema;
22
+ export declare var AgentRecommendationItemSummary$: StaticStructureSchema;
23
+ export declare var AgentRecommendationRemediation$: StaticStructureSchema;
24
+ export declare var AgentRecommendationSummary$: StaticStructureSchema;
25
+ export declare var AggregationConfiguration$: StaticStructureSchema;
20
26
  export declare var Answer$: StaticStructureSchema;
21
27
  export declare var AnswerSummary$: StaticStructureSchema;
22
28
  export declare var AssociateLensesInput$: StaticStructureSchema;
@@ -31,6 +37,15 @@ export declare var ChoiceContent$: StaticStructureSchema;
31
37
  export declare var ChoiceImprovementPlan$: StaticStructureSchema;
32
38
  export declare var ChoiceUpdate$: StaticStructureSchema;
33
39
  export declare var ConsolidatedReportMetric$: StaticStructureSchema;
40
+ export declare var ContextContent$: StaticStructureSchema;
41
+ export declare var ContextResourceTag$: StaticStructureSchema;
42
+ export declare var ContextSummary$: StaticStructureSchema;
43
+ export declare var CreateAgentContextRequest$: StaticStructureSchema;
44
+ export declare var CreateAgentContextResponse$: StaticStructureSchema;
45
+ export declare var CreateAgentGoalRequest$: StaticStructureSchema;
46
+ export declare var CreateAgentGoalResponse$: StaticStructureSchema;
47
+ export declare var CreateAgentProfileRequest$: StaticStructureSchema;
48
+ export declare var CreateAgentProfileResponse$: StaticStructureSchema;
34
49
  export declare var CreateLensShareInput$: StaticStructureSchema;
35
50
  export declare var CreateLensShareOutput$: StaticStructureSchema;
36
51
  export declare var CreateLensVersionInput$: StaticStructureSchema;
@@ -49,6 +64,13 @@ export declare var CreateWorkloadInput$: StaticStructureSchema;
49
64
  export declare var CreateWorkloadOutput$: StaticStructureSchema;
50
65
  export declare var CreateWorkloadShareInput$: StaticStructureSchema;
51
66
  export declare var CreateWorkloadShareOutput$: StaticStructureSchema;
67
+ export declare var CrossPillarBenefit$: StaticStructureSchema;
68
+ export declare var DeleteAgentContextRequest$: StaticStructureSchema;
69
+ export declare var DeleteAgentContextResponse$: StaticStructureSchema;
70
+ export declare var DeleteAgentGoalRequest$: StaticStructureSchema;
71
+ export declare var DeleteAgentGoalResponse$: StaticStructureSchema;
72
+ export declare var DeleteAgentProfileRequest$: StaticStructureSchema;
73
+ export declare var DeleteAgentProfileResponse$: StaticStructureSchema;
52
74
  export declare var DeleteLensInput$: StaticStructureSchema;
53
75
  export declare var DeleteLensShareInput$: StaticStructureSchema;
54
76
  export declare var DeleteProfileInput$: StaticStructureSchema;
@@ -59,8 +81,19 @@ export declare var DeleteWorkloadInput$: StaticStructureSchema;
59
81
  export declare var DeleteWorkloadShareInput$: StaticStructureSchema;
60
82
  export declare var DisassociateLensesInput$: StaticStructureSchema;
61
83
  export declare var DisassociateProfilesInput$: StaticStructureSchema;
84
+ export declare var ErrorDetails$: StaticStructureSchema;
62
85
  export declare var ExportLensInput$: StaticStructureSchema;
63
86
  export declare var ExportLensOutput$: StaticStructureSchema;
87
+ export declare var GetAgentContextRequest$: StaticStructureSchema;
88
+ export declare var GetAgentContextResponse$: StaticStructureSchema;
89
+ export declare var GetAgentGoalRequest$: StaticStructureSchema;
90
+ export declare var GetAgentGoalResponse$: StaticStructureSchema;
91
+ export declare var GetAgentProfileRequest$: StaticStructureSchema;
92
+ export declare var GetAgentProfileResponse$: StaticStructureSchema;
93
+ export declare var GetAgentRecommendationGenerationRequest$: StaticStructureSchema;
94
+ export declare var GetAgentRecommendationGenerationResponse$: StaticStructureSchema;
95
+ export declare var GetAgentRecommendationRequest$: StaticStructureSchema;
96
+ export declare var GetAgentRecommendationResponse$: StaticStructureSchema;
64
97
  export declare var GetAnswerInput$: StaticStructureSchema;
65
98
  export declare var GetAnswerOutput$: StaticStructureSchema;
66
99
  export declare var GetConsolidatedReportInput$: StaticStructureSchema;
@@ -88,9 +121,11 @@ export declare var GetReviewTemplateLensReviewOutput$: StaticStructureSchema;
88
121
  export declare var GetReviewTemplateOutput$: StaticStructureSchema;
89
122
  export declare var GetWorkloadInput$: StaticStructureSchema;
90
123
  export declare var GetWorkloadOutput$: StaticStructureSchema;
124
+ export declare var GoalSummary$: StaticStructureSchema;
91
125
  export declare var ImportLensInput$: StaticStructureSchema;
92
126
  export declare var ImportLensOutput$: StaticStructureSchema;
93
127
  export declare var ImprovementSummary$: StaticStructureSchema;
128
+ export declare var Insight$: StaticStructureSchema;
94
129
  export declare var JiraConfiguration$: StaticStructureSchema;
95
130
  export declare var JiraSelectedQuestionConfiguration$: StaticStructureSchema;
96
131
  export declare var Lens$: StaticStructureSchema;
@@ -101,6 +136,18 @@ export declare var LensReviewSummary$: StaticStructureSchema;
101
136
  export declare var LensShareSummary$: StaticStructureSchema;
102
137
  export declare var LensSummary$: StaticStructureSchema;
103
138
  export declare var LensUpgradeSummary$: StaticStructureSchema;
139
+ export declare var ListAgentContextsRequest$: StaticStructureSchema;
140
+ export declare var ListAgentContextsResponse$: StaticStructureSchema;
141
+ export declare var ListAgentGoalsRequest$: StaticStructureSchema;
142
+ export declare var ListAgentGoalsResponse$: StaticStructureSchema;
143
+ export declare var ListAgentProfilesRequest$: StaticStructureSchema;
144
+ export declare var ListAgentProfilesResponse$: StaticStructureSchema;
145
+ export declare var ListAgentRecommendationGenerationsRequest$: StaticStructureSchema;
146
+ export declare var ListAgentRecommendationGenerationsResponse$: StaticStructureSchema;
147
+ export declare var ListAgentRecommendationItemsRequest$: StaticStructureSchema;
148
+ export declare var ListAgentRecommendationItemsResponse$: StaticStructureSchema;
149
+ export declare var ListAgentRecommendationsRequest$: StaticStructureSchema;
150
+ export declare var ListAgentRecommendationsResponse$: StaticStructureSchema;
104
151
  export declare var ListAnswersInput$: StaticStructureSchema;
105
152
  export declare var ListAnswersOutput$: StaticStructureSchema;
106
153
  export declare var ListCheckDetailsInput$: StaticStructureSchema;
@@ -143,6 +190,7 @@ export declare var Milestone$: StaticStructureSchema;
143
190
  export declare var MilestoneSummary$: StaticStructureSchema;
144
191
  export declare var NotificationSummary$: StaticStructureSchema;
145
192
  export declare var PillarDifference$: StaticStructureSchema;
193
+ export declare var PillarItem$: StaticStructureSchema;
146
194
  export declare var PillarMetric$: StaticStructureSchema;
147
195
  export declare var PillarReviewSummary$: StaticStructureSchema;
148
196
  export declare var Profile$: StaticStructureSchema;
@@ -155,22 +203,43 @@ export declare var ProfileSummary$: StaticStructureSchema;
155
203
  export declare var ProfileTemplate$: StaticStructureSchema;
156
204
  export declare var ProfileTemplateChoice$: StaticStructureSchema;
157
205
  export declare var ProfileTemplateQuestion$: StaticStructureSchema;
206
+ export declare var Progress$: StaticStructureSchema;
207
+ export declare var PutAgentRecommendationFeedbackRequest$: StaticStructureSchema;
208
+ export declare var PutAgentRecommendationFeedbackResponse$: StaticStructureSchema;
158
209
  export declare var QuestionDifference$: StaticStructureSchema;
159
210
  export declare var QuestionMetric$: StaticStructureSchema;
211
+ export declare var RecommendationGoal$: StaticStructureSchema;
212
+ export declare var RemediationStep$: StaticStructureSchema;
213
+ export declare var RemediationSummary$: StaticStructureSchema;
214
+ export declare var ResourceLink$: StaticStructureSchema;
160
215
  export declare var ReviewTemplate$: StaticStructureSchema;
161
216
  export declare var ReviewTemplateAnswer$: StaticStructureSchema;
162
217
  export declare var ReviewTemplateAnswerSummary$: StaticStructureSchema;
163
218
  export declare var ReviewTemplateLensReview$: StaticStructureSchema;
164
219
  export declare var ReviewTemplatePillarReviewSummary$: StaticStructureSchema;
165
220
  export declare var ReviewTemplateSummary$: StaticStructureSchema;
221
+ export declare var Roi$: StaticStructureSchema;
222
+ export declare var Scope$: StaticStructureSchema;
166
223
  export declare var SelectedPillar$: StaticStructureSchema;
167
224
  export declare var ShareInvitation$: StaticStructureSchema;
168
225
  export declare var ShareInvitationSummary$: StaticStructureSchema;
226
+ export declare var StartAgentRecommendationGenerationRequest$: StaticStructureSchema;
227
+ export declare var StartAgentRecommendationGenerationResponse$: StaticStructureSchema;
228
+ export declare var Tag$: StaticStructureSchema;
169
229
  export declare var TagResourceInput$: StaticStructureSchema;
170
230
  export declare var TagResourceOutput$: StaticStructureSchema;
171
231
  export declare var TemplateShareSummary$: StaticStructureSchema;
232
+ export declare var TradeOff$: StaticStructureSchema;
172
233
  export declare var UntagResourceInput$: StaticStructureSchema;
173
234
  export declare var UntagResourceOutput$: StaticStructureSchema;
235
+ export declare var UpdateAgentContextRequest$: StaticStructureSchema;
236
+ export declare var UpdateAgentContextResponse$: StaticStructureSchema;
237
+ export declare var UpdateAgentGoalRequest$: StaticStructureSchema;
238
+ export declare var UpdateAgentGoalResponse$: StaticStructureSchema;
239
+ export declare var UpdateAgentProfileRequest$: StaticStructureSchema;
240
+ export declare var UpdateAgentProfileResponse$: StaticStructureSchema;
241
+ export declare var UpdateAgentRecommendationStatusRequest$: StaticStructureSchema;
242
+ export declare var UpdateAgentRecommendationStatusResponse$: StaticStructureSchema;
174
243
  export declare var UpdateAnswerInput$: StaticStructureSchema;
175
244
  export declare var UpdateAnswerOutput$: StaticStructureSchema;
176
245
  export declare var UpdateGlobalSettingsInput$: StaticStructureSchema;
@@ -206,6 +275,9 @@ export declare var WorkloadShareSummary$: StaticStructureSchema;
206
275
  export declare var WorkloadSummary$: StaticStructureSchema;
207
276
  export declare var AssociateLenses$: StaticOperationSchema;
208
277
  export declare var AssociateProfiles$: StaticOperationSchema;
278
+ export declare var CreateAgentContext$: StaticOperationSchema;
279
+ export declare var CreateAgentGoal$: StaticOperationSchema;
280
+ export declare var CreateAgentProfile$: StaticOperationSchema;
209
281
  export declare var CreateLensShare$: StaticOperationSchema;
210
282
  export declare var CreateLensVersion$: StaticOperationSchema;
211
283
  export declare var CreateMilestone$: StaticOperationSchema;
@@ -215,6 +287,9 @@ export declare var CreateReviewTemplate$: StaticOperationSchema;
215
287
  export declare var CreateTemplateShare$: StaticOperationSchema;
216
288
  export declare var CreateWorkload$: StaticOperationSchema;
217
289
  export declare var CreateWorkloadShare$: StaticOperationSchema;
290
+ export declare var DeleteAgentContext$: StaticOperationSchema;
291
+ export declare var DeleteAgentGoal$: StaticOperationSchema;
292
+ export declare var DeleteAgentProfile$: StaticOperationSchema;
218
293
  export declare var DeleteLens$: StaticOperationSchema;
219
294
  export declare var DeleteLensShare$: StaticOperationSchema;
220
295
  export declare var DeleteProfile$: StaticOperationSchema;
@@ -226,6 +301,11 @@ export declare var DeleteWorkloadShare$: StaticOperationSchema;
226
301
  export declare var DisassociateLenses$: StaticOperationSchema;
227
302
  export declare var DisassociateProfiles$: StaticOperationSchema;
228
303
  export declare var ExportLens$: StaticOperationSchema;
304
+ export declare var GetAgentContext$: StaticOperationSchema;
305
+ export declare var GetAgentGoal$: StaticOperationSchema;
306
+ export declare var GetAgentProfile$: StaticOperationSchema;
307
+ export declare var GetAgentRecommendation$: StaticOperationSchema;
308
+ export declare var GetAgentRecommendationGeneration$: StaticOperationSchema;
229
309
  export declare var GetAnswer$: StaticOperationSchema;
230
310
  export declare var GetConsolidatedReport$: StaticOperationSchema;
231
311
  export declare var GetGlobalSettings$: StaticOperationSchema;
@@ -241,6 +321,12 @@ export declare var GetReviewTemplateAnswer$: StaticOperationSchema;
241
321
  export declare var GetReviewTemplateLensReview$: StaticOperationSchema;
242
322
  export declare var GetWorkload$: StaticOperationSchema;
243
323
  export declare var ImportLens$: StaticOperationSchema;
324
+ export declare var ListAgentContexts$: StaticOperationSchema;
325
+ export declare var ListAgentGoals$: StaticOperationSchema;
326
+ export declare var ListAgentProfiles$: StaticOperationSchema;
327
+ export declare var ListAgentRecommendationGenerations$: StaticOperationSchema;
328
+ export declare var ListAgentRecommendationItems$: StaticOperationSchema;
329
+ export declare var ListAgentRecommendations$: StaticOperationSchema;
244
330
  export declare var ListAnswers$: StaticOperationSchema;
245
331
  export declare var ListCheckDetails$: StaticOperationSchema;
246
332
  export declare var ListCheckSummaries$: StaticOperationSchema;
@@ -260,8 +346,14 @@ export declare var ListTagsForResource$: StaticOperationSchema;
260
346
  export declare var ListTemplateShares$: StaticOperationSchema;
261
347
  export declare var ListWorkloads$: StaticOperationSchema;
262
348
  export declare var ListWorkloadShares$: StaticOperationSchema;
349
+ export declare var PutAgentRecommendationFeedback$: StaticOperationSchema;
350
+ export declare var StartAgentRecommendationGeneration$: StaticOperationSchema;
263
351
  export declare var TagResource$: StaticOperationSchema;
264
352
  export declare var UntagResource$: StaticOperationSchema;
353
+ export declare var UpdateAgentContext$: StaticOperationSchema;
354
+ export declare var UpdateAgentGoal$: StaticOperationSchema;
355
+ export declare var UpdateAgentProfile$: StaticOperationSchema;
356
+ export declare var UpdateAgentRecommendationStatus$: StaticOperationSchema;
265
357
  export declare var UpdateAnswer$: StaticOperationSchema;
266
358
  export declare var UpdateGlobalSettings$: StaticOperationSchema;
267
359
  export declare var UpdateIntegration$: StaticOperationSchema;