@aws-sdk/client-wellarchitected 3.1107.0 → 3.1109.0

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