@aws-sdk/client-wellarchitected 3.1108.0 → 3.1110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,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";
@@ -1,10 +1,5 @@
1
1
  /**
2
- * <fullname>Well-Architected Tool</fullname>
3
- * <p>This is the <i>Well-Architected Tool API Reference</i>. The WA Tool API provides programmatic access to the
4
- * <a href="http://aws.amazon.com/well-architected-tool">Well-Architected Tool</a> in the
5
- * <a href="https://console.aws.amazon.com/wellarchitected">Amazon Web Services Management Console</a>. For information
6
- * about the Well-Architected Tool, see the
7
- * <a href="https://docs.aws.amazon.com/wellarchitected/latest/userguide/intro.html">Well-Architected Tool User Guide</a>.</p>
2
+ * <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>
8
3
  *
9
4
  * @packageDocumentation
10
5
  */
@@ -72,6 +72,140 @@ export declare const AdditionalResourceType: {
72
72
  * @public
73
73
  */
74
74
  export type AdditionalResourceType = (typeof AdditionalResourceType)[keyof typeof AdditionalResourceType];
75
+ /**
76
+ * @public
77
+ * @enum
78
+ */
79
+ export declare const Pillar: {
80
+ readonly COST_OPTIMIZATION: "COST_OPTIMIZATION";
81
+ readonly OPERATIONAL_EXCELLENCE: "OPERATIONAL_EXCELLENCE";
82
+ readonly PERFORMANCE: "PERFORMANCE";
83
+ readonly RESILIENCE: "RESILIENCE";
84
+ readonly SECURITY: "SECURITY";
85
+ };
86
+ /**
87
+ * @public
88
+ */
89
+ export type Pillar = (typeof Pillar)[keyof typeof Pillar];
90
+ /**
91
+ * @public
92
+ * @enum
93
+ */
94
+ export declare const GenerationStatus: {
95
+ readonly COMPLETED: "COMPLETED";
96
+ readonly ERROR: "ERROR";
97
+ readonly IN_PROGRESS: "IN_PROGRESS";
98
+ readonly QUEUED: "QUEUED";
99
+ };
100
+ /**
101
+ * @public
102
+ */
103
+ export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];
104
+ /**
105
+ * @public
106
+ * @enum
107
+ */
108
+ export declare const RecommendationItemType: {
109
+ readonly AWS_RESOURCE: "AWS_RESOURCE";
110
+ readonly RECOMMENDATION: "RECOMMENDATION";
111
+ };
112
+ /**
113
+ * @public
114
+ */
115
+ export type RecommendationItemType = (typeof RecommendationItemType)[keyof typeof RecommendationItemType];
116
+ /**
117
+ * @public
118
+ * @enum
119
+ */
120
+ export declare const RemediationType: {
121
+ readonly AUTO_REMEDIATION: "AUTO_REMEDIATION";
122
+ readonly CLI: "CLI";
123
+ readonly CONSOLE: "CONSOLE";
124
+ readonly IAC: "IAC";
125
+ readonly MCP: "MCP";
126
+ readonly SDK: "SDK";
127
+ };
128
+ /**
129
+ * @public
130
+ */
131
+ export type RemediationType = (typeof RemediationType)[keyof typeof RemediationType];
132
+ /**
133
+ * @public
134
+ * @enum
135
+ */
136
+ export declare const Effort: {
137
+ readonly LARGE: "LARGE";
138
+ readonly MEDIUM: "MEDIUM";
139
+ readonly SMALL: "SMALL";
140
+ };
141
+ /**
142
+ * @public
143
+ */
144
+ export type Effort = (typeof Effort)[keyof typeof Effort];
145
+ /**
146
+ * @public
147
+ * @enum
148
+ */
149
+ export declare const ImpactCategory: {
150
+ readonly HIGH: "HIGH";
151
+ readonly LOW: "LOW";
152
+ readonly MEDIUM: "MEDIUM";
153
+ };
154
+ /**
155
+ * @public
156
+ */
157
+ export type ImpactCategory = (typeof ImpactCategory)[keyof typeof ImpactCategory];
158
+ /**
159
+ * @public
160
+ * @enum
161
+ */
162
+ export declare const Priority: {
163
+ readonly HIGH: "HIGH";
164
+ readonly LOW: "LOW";
165
+ readonly MEDIUM: "MEDIUM";
166
+ };
167
+ /**
168
+ * @public
169
+ */
170
+ export type Priority = (typeof Priority)[keyof typeof Priority];
171
+ /**
172
+ * @public
173
+ * @enum
174
+ */
175
+ export declare const RecommendationState: {
176
+ readonly CLOSED: "CLOSED";
177
+ readonly OPEN: "OPEN";
178
+ };
179
+ /**
180
+ * @public
181
+ */
182
+ export type RecommendationState = (typeof RecommendationState)[keyof typeof RecommendationState];
183
+ /**
184
+ * @public
185
+ * @enum
186
+ */
187
+ export declare const RecommendationStatus: {
188
+ readonly ACTIVE: "ACTIVE";
189
+ readonly COMPLETED: "COMPLETED";
190
+ readonly SUPPRESSED: "SUPPRESSED";
191
+ };
192
+ /**
193
+ * @public
194
+ */
195
+ export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
196
+ /**
197
+ * @public
198
+ * @enum
199
+ */
200
+ export declare const RecommendationType: {
201
+ readonly APPLICATION: "APPLICATION";
202
+ readonly ARCHITECTURE: "ARCHITECTURE";
203
+ readonly RESOURCE: "RESOURCE";
204
+ };
205
+ /**
206
+ * @public
207
+ */
208
+ export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType];
75
209
  /**
76
210
  * @public
77
211
  * @enum
@@ -142,6 +276,19 @@ export declare const QuestionType: {
142
276
  * @public
143
277
  */
144
278
  export type QuestionType = (typeof QuestionType)[keyof typeof QuestionType];
279
+ /**
280
+ * @public
281
+ * @enum
282
+ */
283
+ export declare const ApplicationType: {
284
+ readonly DESKTOP_APPLICATION: "DESKTOP_APPLICATION";
285
+ readonly OTHER: "OTHER";
286
+ readonly SAS: "SAS";
287
+ };
288
+ /**
289
+ * @public
290
+ */
291
+ export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
145
292
  /**
146
293
  * @public
147
294
  * @enum
@@ -192,6 +339,31 @@ export declare const MetricType: {
192
339
  * @public
193
340
  */
194
341
  export type MetricType = (typeof MetricType)[keyof typeof MetricType];
342
+ /**
343
+ * @public
344
+ * @enum
345
+ */
346
+ export declare const Criticality: {
347
+ readonly BUSINESS_CRITICAL: "BUSINESS_CRITICAL";
348
+ readonly MISSION_CRITICAL: "MISSION_CRITICAL";
349
+ readonly NON_CRITICAL: "NON_CRITICAL";
350
+ readonly TEST_DEVELOPMENT: "TEST_DEVELOPMENT";
351
+ };
352
+ /**
353
+ * @public
354
+ */
355
+ export type Criticality = (typeof Criticality)[keyof typeof Criticality];
356
+ /**
357
+ * @public
358
+ * @enum
359
+ */
360
+ export declare const ContextType: {
361
+ readonly APPLICATION: "APPLICATION";
362
+ };
363
+ /**
364
+ * @public
365
+ */
366
+ export type ContextType = (typeof ContextType)[keyof typeof ContextType];
195
367
  /**
196
368
  * @public
197
369
  * @enum
@@ -291,6 +463,50 @@ export declare const DiscoveryIntegrationStatus: {
291
463
  * @public
292
464
  */
293
465
  export type DiscoveryIntegrationStatus = (typeof DiscoveryIntegrationStatus)[keyof typeof DiscoveryIntegrationStatus];
466
+ /**
467
+ * @public
468
+ * @enum
469
+ */
470
+ export declare const FeedbackCategory: {
471
+ readonly OTHER: "OTHER";
472
+ readonly RECOMMENDATION_INCORRECT: "RECOMMENDATION_INCORRECT";
473
+ readonly RECOMMENDATION_NOT_RELEVANT: "RECOMMENDATION_NOT_RELEVANT";
474
+ readonly RESOURCE_NOT_IMPORTANT: "RESOURCE_NOT_IMPORTANT";
475
+ readonly RESOURCE_TYPE_NOT_IMPORTANT: "RESOURCE_TYPE_NOT_IMPORTANT";
476
+ };
477
+ /**
478
+ * @public
479
+ */
480
+ export type FeedbackCategory = (typeof FeedbackCategory)[keyof typeof FeedbackCategory];
481
+ /**
482
+ * @public
483
+ * @enum
484
+ */
485
+ export declare const RecommendationSource: {
486
+ readonly CLOUDWATCH: "CLOUDWATCH";
487
+ readonly COST_EXPLORER: "COST_EXPLORER";
488
+ readonly CUSTOMER_IAC: "CUSTOMER_IAC";
489
+ readonly TRUSTED_ADVISOR: "TRUSTED_ADVISOR";
490
+ readonly WELL_ARCHITECTED_AGENT: "WELL_ARCHITECTED_AGENT";
491
+ readonly WELL_ARCHITECTED_TOOL: "WELL_ARCHITECTED_TOOL";
492
+ };
493
+ /**
494
+ * @public
495
+ */
496
+ export type RecommendationSource = (typeof RecommendationSource)[keyof typeof RecommendationSource];
497
+ /**
498
+ * @public
499
+ * @enum
500
+ */
501
+ export declare const RiskRating: {
502
+ readonly HIGH: "HIGH";
503
+ readonly LOW: "LOW";
504
+ readonly MEDIUM: "MEDIUM";
505
+ };
506
+ /**
507
+ * @public
508
+ */
509
+ export type RiskRating = (typeof RiskRating)[keyof typeof RiskRating];
294
510
  /**
295
511
  * @public
296
512
  * @enum
@@ -498,6 +714,18 @@ export declare const ShareResourceType: {
498
714
  * @public
499
715
  */
500
716
  export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType];
717
+ /**
718
+ * @public
719
+ * @enum
720
+ */
721
+ export declare const RecommendationFeedbackType: {
722
+ readonly NOT_USEFUL: "NOT_USEFUL";
723
+ readonly USEFUL: "USEFUL";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type RecommendationFeedbackType = (typeof RecommendationFeedbackType)[keyof typeof RecommendationFeedbackType];
501
729
  /**
502
730
  * @public
503
731
  * @enum