@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.
- 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 +6 -6
|
@@ -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";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>Well-Architected Tool</
|
|
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
|