@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.
- package/README.md +162 -6
- package/dist-cjs/index.js +1125 -107
- package/dist-es/WellArchitected.js +58 -0
- package/dist-es/commands/CreateAgentContextCommand.js +4 -0
- package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
- package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
- package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
- package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
- package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentContextCommand.js +4 -0
- package/dist-es/commands/GetAgentGoalCommand.js +4 -0
- package/dist-es/commands/GetAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/ListAgentContextsCommand.js +4 -0
- package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
- package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
- package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
- package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
- package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
- package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
- package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/enums.js +92 -0
- package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +799 -106
- package/dist-types/WellArchitected.d.ts +205 -6
- package/dist-types/WellArchitectedClient.d.ts +26 -8
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
- package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
- package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
- package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
- package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
- package/dist-types/commands/ExportLensCommand.d.ts +1 -16
- package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
- package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
- package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
- package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
- package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
- package/dist-types/commands/ImportLensCommand.d.ts +1 -20
- package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
- package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
- package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
- package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
- package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
- package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
- package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
- package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
- package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
- package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
- package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/enums.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +2830 -1786
- package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +92 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/enums.d.ts +111 -0
- package/dist-types/ts3.4/models/models_0.d.ts +494 -0
- package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +1 -1
|
@@ -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";
|