@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
@@ -33,6 +33,71 @@ export declare const AdditionalResourceType: {
33
33
  };
34
34
  export type AdditionalResourceType =
35
35
  (typeof AdditionalResourceType)[keyof typeof AdditionalResourceType];
36
+ export declare const Pillar: {
37
+ readonly COST_OPTIMIZATION: "COST_OPTIMIZATION";
38
+ readonly OPERATIONAL_EXCELLENCE: "OPERATIONAL_EXCELLENCE";
39
+ readonly PERFORMANCE: "PERFORMANCE";
40
+ readonly RESILIENCE: "RESILIENCE";
41
+ readonly SECURITY: "SECURITY";
42
+ };
43
+ export type Pillar = (typeof Pillar)[keyof typeof Pillar];
44
+ export declare const GenerationStatus: {
45
+ readonly COMPLETED: "COMPLETED";
46
+ readonly ERROR: "ERROR";
47
+ readonly IN_PROGRESS: "IN_PROGRESS";
48
+ readonly QUEUED: "QUEUED";
49
+ };
50
+ export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];
51
+ export declare const RecommendationItemType: {
52
+ readonly AWS_RESOURCE: "AWS_RESOURCE";
53
+ readonly RECOMMENDATION: "RECOMMENDATION";
54
+ };
55
+ export type RecommendationItemType =
56
+ (typeof RecommendationItemType)[keyof typeof RecommendationItemType];
57
+ export declare const RemediationType: {
58
+ readonly AUTO_REMEDIATION: "AUTO_REMEDIATION";
59
+ readonly CLI: "CLI";
60
+ readonly CONSOLE: "CONSOLE";
61
+ readonly IAC: "IAC";
62
+ readonly MCP: "MCP";
63
+ readonly SDK: "SDK";
64
+ };
65
+ export type RemediationType = (typeof RemediationType)[keyof typeof RemediationType];
66
+ export declare const Effort: {
67
+ readonly LARGE: "LARGE";
68
+ readonly MEDIUM: "MEDIUM";
69
+ readonly SMALL: "SMALL";
70
+ };
71
+ export type Effort = (typeof Effort)[keyof typeof Effort];
72
+ export declare const ImpactCategory: {
73
+ readonly HIGH: "HIGH";
74
+ readonly LOW: "LOW";
75
+ readonly MEDIUM: "MEDIUM";
76
+ };
77
+ export type ImpactCategory = (typeof ImpactCategory)[keyof typeof ImpactCategory];
78
+ export declare const Priority: {
79
+ readonly HIGH: "HIGH";
80
+ readonly LOW: "LOW";
81
+ readonly MEDIUM: "MEDIUM";
82
+ };
83
+ export type Priority = (typeof Priority)[keyof typeof Priority];
84
+ export declare const RecommendationState: {
85
+ readonly CLOSED: "CLOSED";
86
+ readonly OPEN: "OPEN";
87
+ };
88
+ export type RecommendationState = (typeof RecommendationState)[keyof typeof RecommendationState];
89
+ export declare const RecommendationStatus: {
90
+ readonly ACTIVE: "ACTIVE";
91
+ readonly COMPLETED: "COMPLETED";
92
+ readonly SUPPRESSED: "SUPPRESSED";
93
+ };
94
+ export type RecommendationStatus = (typeof RecommendationStatus)[keyof typeof RecommendationStatus];
95
+ export declare const RecommendationType: {
96
+ readonly APPLICATION: "APPLICATION";
97
+ readonly ARCHITECTURE: "ARCHITECTURE";
98
+ readonly RESOURCE: "RESOURCE";
99
+ };
100
+ export type RecommendationType = (typeof RecommendationType)[keyof typeof RecommendationType];
36
101
  export declare const ChoiceReason: {
37
102
  readonly ARCHITECTURE_CONSTRAINTS: "ARCHITECTURE_CONSTRAINTS";
38
103
  readonly BUSINESS_PRIORITIES: "BUSINESS_PRIORITIES";
@@ -68,6 +133,12 @@ export declare const QuestionType: {
68
133
  readonly PRIORITIZED: "PRIORITIZED";
69
134
  };
70
135
  export type QuestionType = (typeof QuestionType)[keyof typeof QuestionType];
136
+ export declare const ApplicationType: {
137
+ readonly DESKTOP_APPLICATION: "DESKTOP_APPLICATION";
138
+ readonly OTHER: "OTHER";
139
+ readonly SAS: "SAS";
140
+ };
141
+ export type ApplicationType = (typeof ApplicationType)[keyof typeof ApplicationType];
71
142
  export declare const ValidationExceptionReason: {
72
143
  readonly CANNOT_PARSE: "CANNOT_PARSE";
73
144
  readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
@@ -91,6 +162,17 @@ export declare const MetricType: {
91
162
  readonly WORKLOAD: "WORKLOAD";
92
163
  };
93
164
  export type MetricType = (typeof MetricType)[keyof typeof MetricType];
165
+ export declare const Criticality: {
166
+ readonly BUSINESS_CRITICAL: "BUSINESS_CRITICAL";
167
+ readonly MISSION_CRITICAL: "MISSION_CRITICAL";
168
+ readonly NON_CRITICAL: "NON_CRITICAL";
169
+ readonly TEST_DEVELOPMENT: "TEST_DEVELOPMENT";
170
+ };
171
+ export type Criticality = (typeof Criticality)[keyof typeof Criticality];
172
+ export declare const ContextType: {
173
+ readonly APPLICATION: "APPLICATION";
174
+ };
175
+ export type ContextType = (typeof ContextType)[keyof typeof ContextType];
94
176
  export declare const TrustedAdvisorIntegrationStatus: {
95
177
  readonly DISABLED: "DISABLED";
96
178
  readonly ENABLED: "ENABLED";
@@ -137,6 +219,29 @@ export declare const DiscoveryIntegrationStatus: {
137
219
  };
138
220
  export type DiscoveryIntegrationStatus =
139
221
  (typeof DiscoveryIntegrationStatus)[keyof typeof DiscoveryIntegrationStatus];
222
+ export declare const FeedbackCategory: {
223
+ readonly OTHER: "OTHER";
224
+ readonly RECOMMENDATION_INCORRECT: "RECOMMENDATION_INCORRECT";
225
+ readonly RECOMMENDATION_NOT_RELEVANT: "RECOMMENDATION_NOT_RELEVANT";
226
+ readonly RESOURCE_NOT_IMPORTANT: "RESOURCE_NOT_IMPORTANT";
227
+ readonly RESOURCE_TYPE_NOT_IMPORTANT: "RESOURCE_TYPE_NOT_IMPORTANT";
228
+ };
229
+ export type FeedbackCategory = (typeof FeedbackCategory)[keyof typeof FeedbackCategory];
230
+ export declare const RecommendationSource: {
231
+ readonly CLOUDWATCH: "CLOUDWATCH";
232
+ readonly COST_EXPLORER: "COST_EXPLORER";
233
+ readonly CUSTOMER_IAC: "CUSTOMER_IAC";
234
+ readonly TRUSTED_ADVISOR: "TRUSTED_ADVISOR";
235
+ readonly WELL_ARCHITECTED_AGENT: "WELL_ARCHITECTED_AGENT";
236
+ readonly WELL_ARCHITECTED_TOOL: "WELL_ARCHITECTED_TOOL";
237
+ };
238
+ export type RecommendationSource = (typeof RecommendationSource)[keyof typeof RecommendationSource];
239
+ export declare const RiskRating: {
240
+ readonly HIGH: "HIGH";
241
+ readonly LOW: "LOW";
242
+ readonly MEDIUM: "MEDIUM";
243
+ };
244
+ export type RiskRating = (typeof RiskRating)[keyof typeof RiskRating];
140
245
  export declare const ReportFormat: {
141
246
  readonly JSON: "JSON";
142
247
  readonly PDF: "PDF";
@@ -237,6 +342,12 @@ export declare const ShareResourceType: {
237
342
  readonly WORKLOAD: "WORKLOAD";
238
343
  };
239
344
  export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType];
345
+ export declare const RecommendationFeedbackType: {
346
+ readonly NOT_USEFUL: "NOT_USEFUL";
347
+ readonly USEFUL: "USEFUL";
348
+ };
349
+ export type RecommendationFeedbackType =
350
+ (typeof RecommendationFeedbackType)[keyof typeof RecommendationFeedbackType];
240
351
  export declare const ShareInvitationAction: {
241
352
  readonly ACCEPT: "ACCEPT";
242
353
  readonly REJECT: "REJECT";