@aws-sdk/client-wellarchitected 3.1108.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 +1 -1
|
@@ -1,15 +1,23 @@
|
|
|
1
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
1
2
|
import {
|
|
2
3
|
AccountJiraIssueManagementStatus,
|
|
3
4
|
AdditionalResourceType,
|
|
4
5
|
AnswerReason,
|
|
6
|
+
ApplicationType,
|
|
5
7
|
CheckFailureReason,
|
|
6
8
|
CheckProvider,
|
|
7
9
|
CheckStatus,
|
|
8
10
|
ChoiceReason,
|
|
9
11
|
ChoiceStatus,
|
|
12
|
+
ContextType,
|
|
13
|
+
Criticality,
|
|
10
14
|
DefinitionType,
|
|
11
15
|
DifferenceStatus,
|
|
12
16
|
DiscoveryIntegrationStatus,
|
|
17
|
+
Effort,
|
|
18
|
+
FeedbackCategory,
|
|
19
|
+
GenerationStatus,
|
|
20
|
+
ImpactCategory,
|
|
13
21
|
ImportLensStatus,
|
|
14
22
|
IntegratingService,
|
|
15
23
|
IntegrationStatus,
|
|
@@ -22,15 +30,25 @@ import {
|
|
|
22
30
|
NotificationType,
|
|
23
31
|
OrganizationSharingStatus,
|
|
24
32
|
PermissionType,
|
|
33
|
+
Pillar,
|
|
34
|
+
Priority,
|
|
25
35
|
ProfileNotificationType,
|
|
26
36
|
ProfileOwnerType,
|
|
27
37
|
Question,
|
|
28
38
|
QuestionPriority,
|
|
29
39
|
QuestionType,
|
|
40
|
+
RecommendationFeedbackType,
|
|
41
|
+
RecommendationItemType,
|
|
42
|
+
RecommendationSource,
|
|
43
|
+
RecommendationState,
|
|
44
|
+
RecommendationStatus,
|
|
45
|
+
RecommendationType,
|
|
46
|
+
RemediationType,
|
|
30
47
|
ReportFormat,
|
|
31
48
|
ReviewTemplateAnswerStatus,
|
|
32
49
|
ReviewTemplateUpdateStatus,
|
|
33
50
|
Risk,
|
|
51
|
+
RiskRating,
|
|
34
52
|
ShareInvitationAction,
|
|
35
53
|
ShareResourceType,
|
|
36
54
|
ShareStatus,
|
|
@@ -61,6 +79,100 @@ export interface AdditionalResources {
|
|
|
61
79
|
Type?: AdditionalResourceType | undefined;
|
|
62
80
|
Content?: ChoiceContent[] | undefined;
|
|
63
81
|
}
|
|
82
|
+
export interface AggregationConfiguration {
|
|
83
|
+
accountId: string | undefined;
|
|
84
|
+
regions: string[] | undefined;
|
|
85
|
+
accessRoleArn: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface Tag {
|
|
88
|
+
key: string | undefined;
|
|
89
|
+
value: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface AgentProfileSummary {
|
|
92
|
+
name: string | undefined;
|
|
93
|
+
displayName?: string | undefined;
|
|
94
|
+
description?: string | undefined;
|
|
95
|
+
businessOverview?: string | undefined;
|
|
96
|
+
pillars: Pillar[] | undefined;
|
|
97
|
+
deletionProtection?: boolean | undefined;
|
|
98
|
+
executionRoleArn: string | undefined;
|
|
99
|
+
aggregationConfiguration: AggregationConfiguration[] | undefined;
|
|
100
|
+
arn: string | undefined;
|
|
101
|
+
eligibleForScheduledGeneration?: boolean | undefined;
|
|
102
|
+
eligibleForArchitectureGeneration?: boolean | undefined;
|
|
103
|
+
fieldErrors?: Record<string, string> | undefined;
|
|
104
|
+
tags?: Tag[] | undefined;
|
|
105
|
+
createdBy: string | undefined;
|
|
106
|
+
createdAt: Date | undefined;
|
|
107
|
+
lastModifiedBy?: string | undefined;
|
|
108
|
+
lastModifiedAt?: Date | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface AgentRecommendationGenerationSummary {
|
|
111
|
+
id: string | undefined;
|
|
112
|
+
profileArn: string | undefined;
|
|
113
|
+
name?: string | undefined;
|
|
114
|
+
status: GenerationStatus | undefined;
|
|
115
|
+
estimatedCompletionTime?: Date | undefined;
|
|
116
|
+
createdBy: string | undefined;
|
|
117
|
+
createdAt: Date | undefined;
|
|
118
|
+
lastModifiedBy?: string | undefined;
|
|
119
|
+
lastModifiedAt?: Date | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface AgentRecommendationItemSummary {
|
|
122
|
+
id: string | undefined;
|
|
123
|
+
recommendationArn: string | undefined;
|
|
124
|
+
type: RecommendationItemType | undefined;
|
|
125
|
+
metadata: __DocumentType | undefined;
|
|
126
|
+
createdBy: string | undefined;
|
|
127
|
+
createdAt: Date | undefined;
|
|
128
|
+
lastModifiedBy?: string | undefined;
|
|
129
|
+
lastModifiedAt?: Date | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface ResourceLink {
|
|
132
|
+
url: string | undefined;
|
|
133
|
+
title?: string | undefined;
|
|
134
|
+
}
|
|
135
|
+
export interface RemediationStep {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
content: string | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface AgentRecommendationRemediation {
|
|
140
|
+
recommendationArn: string | undefined;
|
|
141
|
+
type: RemediationType | undefined;
|
|
142
|
+
steps: RemediationStep[] | undefined;
|
|
143
|
+
resourceLinks?: ResourceLink[] | undefined;
|
|
144
|
+
createdBy: string | undefined;
|
|
145
|
+
createdAt: Date | undefined;
|
|
146
|
+
lastModifiedBy?: string | undefined;
|
|
147
|
+
lastModifiedAt?: Date | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface Roi {
|
|
150
|
+
estimate?: string | undefined;
|
|
151
|
+
detail: string | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface AgentRecommendationSummary {
|
|
154
|
+
recommendationArn: string | undefined;
|
|
155
|
+
profileArn: string | undefined;
|
|
156
|
+
title: string | undefined;
|
|
157
|
+
description: string | undefined;
|
|
158
|
+
type: RecommendationType | undefined;
|
|
159
|
+
pillar: Pillar | undefined;
|
|
160
|
+
priority: Priority | undefined;
|
|
161
|
+
effort: Effort | undefined;
|
|
162
|
+
status: RecommendationStatus | undefined;
|
|
163
|
+
state: RecommendationState | undefined;
|
|
164
|
+
updateReason?: string | undefined;
|
|
165
|
+
impact: ImpactCategory | undefined;
|
|
166
|
+
roi: Roi | undefined;
|
|
167
|
+
numberOfResources?: number | undefined;
|
|
168
|
+
awsServices?: string[] | undefined;
|
|
169
|
+
businessUnits?: string[] | undefined;
|
|
170
|
+
applications?: string[] | undefined;
|
|
171
|
+
createdBy: string | undefined;
|
|
172
|
+
createdAt: Date | undefined;
|
|
173
|
+
lastModifiedBy?: string | undefined;
|
|
174
|
+
lastModifiedAt?: Date | undefined;
|
|
175
|
+
}
|
|
64
176
|
export interface ChoiceAnswer {
|
|
65
177
|
ChoiceId?: string | undefined;
|
|
66
178
|
Status?: ChoiceStatus | undefined;
|
|
@@ -193,6 +305,98 @@ export interface ConsolidatedReportMetric {
|
|
|
193
305
|
Lenses?: LensMetric[] | undefined;
|
|
194
306
|
LensesAppliedCount?: number | undefined;
|
|
195
307
|
}
|
|
308
|
+
export interface ContextResourceTag {
|
|
309
|
+
key: string | undefined;
|
|
310
|
+
value: string | undefined;
|
|
311
|
+
}
|
|
312
|
+
export interface ContextContent {
|
|
313
|
+
accountIds?: string[] | undefined;
|
|
314
|
+
regions?: string[] | undefined;
|
|
315
|
+
awsServices?: string[] | undefined;
|
|
316
|
+
resourceTypes?: string[] | undefined;
|
|
317
|
+
resourceTags?: ContextResourceTag[] | undefined;
|
|
318
|
+
applicationOverview?: string | undefined;
|
|
319
|
+
industry?: string | undefined;
|
|
320
|
+
applicationType?: ApplicationType | undefined;
|
|
321
|
+
criticality?: Criticality | undefined;
|
|
322
|
+
architectureOverview?: string | undefined;
|
|
323
|
+
additionalContext?: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface ContextSummary {
|
|
326
|
+
id: string | undefined;
|
|
327
|
+
profileArn: string | undefined;
|
|
328
|
+
title: string | undefined;
|
|
329
|
+
contextType: ContextType | undefined;
|
|
330
|
+
content: ContextContent | undefined;
|
|
331
|
+
applicationType?: ApplicationType | undefined;
|
|
332
|
+
criticality?: Criticality | undefined;
|
|
333
|
+
createdBy: string | undefined;
|
|
334
|
+
createdAt: Date | undefined;
|
|
335
|
+
lastModifiedBy?: string | undefined;
|
|
336
|
+
lastModifiedAt?: Date | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface CreateAgentContextRequest {
|
|
339
|
+
clientToken?: string | undefined;
|
|
340
|
+
profileArn: string | undefined;
|
|
341
|
+
title: string | undefined;
|
|
342
|
+
contextType: ContextType | undefined;
|
|
343
|
+
content: ContextContent | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface CreateAgentContextResponse {
|
|
346
|
+
context: ContextSummary | undefined;
|
|
347
|
+
}
|
|
348
|
+
export interface CreateAgentGoalRequest {
|
|
349
|
+
clientToken?: string | undefined;
|
|
350
|
+
profileArn: string | undefined;
|
|
351
|
+
pillars: Pillar[] | undefined;
|
|
352
|
+
title: string | undefined;
|
|
353
|
+
description?: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface GoalSummary {
|
|
356
|
+
id: string | undefined;
|
|
357
|
+
profileArn: string | undefined;
|
|
358
|
+
pillars: Pillar[] | undefined;
|
|
359
|
+
title: string | undefined;
|
|
360
|
+
description?: string | undefined;
|
|
361
|
+
createdBy: string | undefined;
|
|
362
|
+
createdAt: Date | undefined;
|
|
363
|
+
lastModifiedBy?: string | undefined;
|
|
364
|
+
lastModifiedAt?: Date | undefined;
|
|
365
|
+
}
|
|
366
|
+
export interface CreateAgentGoalResponse {
|
|
367
|
+
goal: GoalSummary | undefined;
|
|
368
|
+
}
|
|
369
|
+
export interface CreateAgentProfileRequest {
|
|
370
|
+
name: string | undefined;
|
|
371
|
+
displayName?: string | undefined;
|
|
372
|
+
description?: string | undefined;
|
|
373
|
+
businessOverview?: string | undefined;
|
|
374
|
+
pillars: Pillar[] | undefined;
|
|
375
|
+
deletionProtection?: boolean | undefined;
|
|
376
|
+
executionRoleArn: string | undefined;
|
|
377
|
+
aggregationConfiguration: AggregationConfiguration[] | undefined;
|
|
378
|
+
clientToken?: string | undefined;
|
|
379
|
+
tags?: Tag[] | undefined;
|
|
380
|
+
}
|
|
381
|
+
export interface CreateAgentProfileResponse {
|
|
382
|
+
name: string | undefined;
|
|
383
|
+
displayName?: string | undefined;
|
|
384
|
+
description?: string | undefined;
|
|
385
|
+
businessOverview?: string | undefined;
|
|
386
|
+
pillars: Pillar[] | undefined;
|
|
387
|
+
deletionProtection?: boolean | undefined;
|
|
388
|
+
executionRoleArn: string | undefined;
|
|
389
|
+
aggregationConfiguration: AggregationConfiguration[] | undefined;
|
|
390
|
+
arn: string | undefined;
|
|
391
|
+
eligibleForScheduledGeneration?: boolean | undefined;
|
|
392
|
+
eligibleForArchitectureGeneration?: boolean | undefined;
|
|
393
|
+
fieldErrors?: Record<string, string> | undefined;
|
|
394
|
+
tags?: Tag[] | undefined;
|
|
395
|
+
createdBy: string | undefined;
|
|
396
|
+
createdAt: Date | undefined;
|
|
397
|
+
lastModifiedBy?: string | undefined;
|
|
398
|
+
lastModifiedAt?: Date | undefined;
|
|
399
|
+
}
|
|
196
400
|
export interface CreateLensShareInput {
|
|
197
401
|
LensAlias: string | undefined;
|
|
198
402
|
SharedWith: string | undefined;
|
|
@@ -309,6 +513,26 @@ export interface CreateWorkloadShareOutput {
|
|
|
309
513
|
WorkloadId?: string | undefined;
|
|
310
514
|
ShareId?: string | undefined;
|
|
311
515
|
}
|
|
516
|
+
export interface CrossPillarBenefit {
|
|
517
|
+
pillar: Pillar | undefined;
|
|
518
|
+
title: string | undefined;
|
|
519
|
+
description: string | undefined;
|
|
520
|
+
impact: ImpactCategory | undefined;
|
|
521
|
+
}
|
|
522
|
+
export interface DeleteAgentContextRequest {
|
|
523
|
+
profileArn: string | undefined;
|
|
524
|
+
id: string | undefined;
|
|
525
|
+
}
|
|
526
|
+
export interface DeleteAgentContextResponse {}
|
|
527
|
+
export interface DeleteAgentGoalRequest {
|
|
528
|
+
profileArn: string | undefined;
|
|
529
|
+
id: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
export interface DeleteAgentGoalResponse {}
|
|
532
|
+
export interface DeleteAgentProfileRequest {
|
|
533
|
+
profileArn: string | undefined;
|
|
534
|
+
}
|
|
535
|
+
export interface DeleteAgentProfileResponse {}
|
|
312
536
|
export interface DeleteLensInput {
|
|
313
537
|
LensAlias: string | undefined;
|
|
314
538
|
ClientRequestToken?: string | undefined;
|
|
@@ -354,6 +578,10 @@ export interface DisassociateProfilesInput {
|
|
|
354
578
|
WorkloadId: string | undefined;
|
|
355
579
|
ProfileArns: string[] | undefined;
|
|
356
580
|
}
|
|
581
|
+
export interface ErrorDetails {
|
|
582
|
+
code: string | undefined;
|
|
583
|
+
message: string | undefined;
|
|
584
|
+
}
|
|
357
585
|
export interface ExportLensInput {
|
|
358
586
|
LensAlias: string | undefined;
|
|
359
587
|
LensVersion?: string | undefined;
|
|
@@ -361,6 +589,133 @@ export interface ExportLensInput {
|
|
|
361
589
|
export interface ExportLensOutput {
|
|
362
590
|
LensJSON?: string | undefined;
|
|
363
591
|
}
|
|
592
|
+
export interface GetAgentContextRequest {
|
|
593
|
+
profileArn: string | undefined;
|
|
594
|
+
id: string | undefined;
|
|
595
|
+
}
|
|
596
|
+
export interface GetAgentContextResponse {
|
|
597
|
+
context: ContextSummary | undefined;
|
|
598
|
+
}
|
|
599
|
+
export interface GetAgentGoalRequest {
|
|
600
|
+
profileArn: string | undefined;
|
|
601
|
+
id: string | undefined;
|
|
602
|
+
}
|
|
603
|
+
export interface GetAgentGoalResponse {
|
|
604
|
+
goal: GoalSummary | undefined;
|
|
605
|
+
}
|
|
606
|
+
export interface GetAgentProfileRequest {
|
|
607
|
+
profileArn: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
export interface GetAgentProfileResponse {
|
|
610
|
+
name: string | undefined;
|
|
611
|
+
displayName?: string | undefined;
|
|
612
|
+
description?: string | undefined;
|
|
613
|
+
businessOverview?: string | undefined;
|
|
614
|
+
pillars: Pillar[] | undefined;
|
|
615
|
+
deletionProtection?: boolean | undefined;
|
|
616
|
+
executionRoleArn: string | undefined;
|
|
617
|
+
aggregationConfiguration: AggregationConfiguration[] | undefined;
|
|
618
|
+
arn: string | undefined;
|
|
619
|
+
eligibleForScheduledGeneration?: boolean | undefined;
|
|
620
|
+
eligibleForArchitectureGeneration?: boolean | undefined;
|
|
621
|
+
fieldErrors?: Record<string, string> | undefined;
|
|
622
|
+
tags?: Tag[] | undefined;
|
|
623
|
+
createdBy: string | undefined;
|
|
624
|
+
createdAt: Date | undefined;
|
|
625
|
+
lastModifiedBy?: string | undefined;
|
|
626
|
+
lastModifiedAt?: Date | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface GetAgentRecommendationRequest {
|
|
629
|
+
recommendationArn: string | undefined;
|
|
630
|
+
remediationType?: RemediationType | undefined;
|
|
631
|
+
}
|
|
632
|
+
export interface RecommendationGoal {
|
|
633
|
+
title: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
export interface Insight {
|
|
636
|
+
usagePattern: string | undefined;
|
|
637
|
+
signalsDetected?: string | undefined;
|
|
638
|
+
}
|
|
639
|
+
export interface RemediationSummary {
|
|
640
|
+
recommendation: string | undefined;
|
|
641
|
+
steps: string[] | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface TradeOff {
|
|
644
|
+
pillar: Pillar | undefined;
|
|
645
|
+
title: string | undefined;
|
|
646
|
+
description: string | undefined;
|
|
647
|
+
risk: RiskRating | undefined;
|
|
648
|
+
mitigation: string | undefined;
|
|
649
|
+
riskExplanation?: string | undefined;
|
|
650
|
+
}
|
|
651
|
+
export interface GetAgentRecommendationResponse {
|
|
652
|
+
recommendationArn: string | undefined;
|
|
653
|
+
profileArn: string | undefined;
|
|
654
|
+
title: string | undefined;
|
|
655
|
+
description: string | undefined;
|
|
656
|
+
type: RecommendationType | undefined;
|
|
657
|
+
pillar: Pillar | undefined;
|
|
658
|
+
priority: Priority | undefined;
|
|
659
|
+
effort: Effort | undefined;
|
|
660
|
+
status: RecommendationStatus | undefined;
|
|
661
|
+
state: RecommendationState | undefined;
|
|
662
|
+
updateReason?: string | undefined;
|
|
663
|
+
impact: ImpactCategory | undefined;
|
|
664
|
+
roi: Roi | undefined;
|
|
665
|
+
numberOfResources?: number | undefined;
|
|
666
|
+
awsServices?: string[] | undefined;
|
|
667
|
+
businessUnits?: string[] | undefined;
|
|
668
|
+
applications?: string[] | undefined;
|
|
669
|
+
impactDetails: string[] | undefined;
|
|
670
|
+
insights: Insight[] | undefined;
|
|
671
|
+
highlights: string[] | undefined;
|
|
672
|
+
remediationSummary: RemediationSummary | undefined;
|
|
673
|
+
crossPillarBenefits?: CrossPillarBenefit[] | undefined;
|
|
674
|
+
tradeOffs?: TradeOff[] | undefined;
|
|
675
|
+
sources?: RecommendationSource[] | undefined;
|
|
676
|
+
goals?: RecommendationGoal[] | undefined;
|
|
677
|
+
tags?: Tag[] | undefined;
|
|
678
|
+
createdBy: string | undefined;
|
|
679
|
+
createdAt: Date | undefined;
|
|
680
|
+
lastModifiedBy?: string | undefined;
|
|
681
|
+
lastModifiedAt?: Date | undefined;
|
|
682
|
+
remediations?: AgentRecommendationRemediation[] | undefined;
|
|
683
|
+
}
|
|
684
|
+
export interface GetAgentRecommendationGenerationRequest {
|
|
685
|
+
profileArn: string | undefined;
|
|
686
|
+
generationId: string | undefined;
|
|
687
|
+
}
|
|
688
|
+
export interface Progress {
|
|
689
|
+
stepsCompleted: number | undefined;
|
|
690
|
+
totalSteps: number | undefined;
|
|
691
|
+
completionPercentage: number | undefined;
|
|
692
|
+
}
|
|
693
|
+
export interface PillarItem {
|
|
694
|
+
pillar: Pillar | undefined;
|
|
695
|
+
ids: string[] | undefined;
|
|
696
|
+
}
|
|
697
|
+
export interface Scope {
|
|
698
|
+
pillars: Pillar[] | undefined;
|
|
699
|
+
goalIds?: string[] | undefined;
|
|
700
|
+
items?: PillarItem[] | undefined;
|
|
701
|
+
}
|
|
702
|
+
export interface GetAgentRecommendationGenerationResponse {
|
|
703
|
+
id: string | undefined;
|
|
704
|
+
profileArn: string | undefined;
|
|
705
|
+
name?: string | undefined;
|
|
706
|
+
status: GenerationStatus | undefined;
|
|
707
|
+
estimatedCompletionTime?: Date | undefined;
|
|
708
|
+
createdBy: string | undefined;
|
|
709
|
+
createdAt: Date | undefined;
|
|
710
|
+
lastModifiedBy?: string | undefined;
|
|
711
|
+
lastModifiedAt?: Date | undefined;
|
|
712
|
+
additionalContext?: __DocumentType | undefined;
|
|
713
|
+
scope?: Scope | undefined;
|
|
714
|
+
startedAt?: Date | undefined;
|
|
715
|
+
endedAt?: Date | undefined;
|
|
716
|
+
progress?: Progress | undefined;
|
|
717
|
+
errorDetails?: ErrorDetails | undefined;
|
|
718
|
+
}
|
|
364
719
|
export interface GetAnswerInput {
|
|
365
720
|
WorkloadId: string | undefined;
|
|
366
721
|
LensAlias: string | undefined;
|
|
@@ -732,6 +1087,63 @@ export interface LensUpgradeSummary {
|
|
|
732
1087
|
ResourceArn?: string | undefined;
|
|
733
1088
|
ResourceName?: string | undefined;
|
|
734
1089
|
}
|
|
1090
|
+
export interface ListAgentContextsRequest {
|
|
1091
|
+
profileArn: string | undefined;
|
|
1092
|
+
maxResults?: number | undefined;
|
|
1093
|
+
nextToken?: string | undefined;
|
|
1094
|
+
}
|
|
1095
|
+
export interface ListAgentContextsResponse {
|
|
1096
|
+
items: ContextSummary[] | undefined;
|
|
1097
|
+
nextToken?: string | undefined;
|
|
1098
|
+
}
|
|
1099
|
+
export interface ListAgentGoalsRequest {
|
|
1100
|
+
profileArn: string | undefined;
|
|
1101
|
+
maxResults?: number | undefined;
|
|
1102
|
+
nextToken?: string | undefined;
|
|
1103
|
+
}
|
|
1104
|
+
export interface ListAgentGoalsResponse {
|
|
1105
|
+
items: GoalSummary[] | undefined;
|
|
1106
|
+
nextToken?: string | undefined;
|
|
1107
|
+
}
|
|
1108
|
+
export interface ListAgentProfilesRequest {
|
|
1109
|
+
maxResults?: number | undefined;
|
|
1110
|
+
nextToken?: string | undefined;
|
|
1111
|
+
}
|
|
1112
|
+
export interface ListAgentProfilesResponse {
|
|
1113
|
+
items: AgentProfileSummary[] | undefined;
|
|
1114
|
+
nextToken?: string | undefined;
|
|
1115
|
+
}
|
|
1116
|
+
export interface ListAgentRecommendationGenerationsRequest {
|
|
1117
|
+
profileArn: string | undefined;
|
|
1118
|
+
recommendationType?: RecommendationType | undefined;
|
|
1119
|
+
maxResults?: number | undefined;
|
|
1120
|
+
nextToken?: string | undefined;
|
|
1121
|
+
}
|
|
1122
|
+
export interface ListAgentRecommendationGenerationsResponse {
|
|
1123
|
+
items: AgentRecommendationGenerationSummary[] | undefined;
|
|
1124
|
+
nextToken?: string | undefined;
|
|
1125
|
+
}
|
|
1126
|
+
export interface ListAgentRecommendationItemsRequest {
|
|
1127
|
+
recommendationArn: string | undefined;
|
|
1128
|
+
type?: RecommendationItemType | undefined;
|
|
1129
|
+
maxResults?: number | undefined;
|
|
1130
|
+
nextToken?: string | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
export interface ListAgentRecommendationItemsResponse {
|
|
1133
|
+
items: AgentRecommendationItemSummary[] | undefined;
|
|
1134
|
+
nextToken?: string | undefined;
|
|
1135
|
+
}
|
|
1136
|
+
export interface ListAgentRecommendationsRequest {
|
|
1137
|
+
profileArn: string | undefined;
|
|
1138
|
+
maxResults?: number | undefined;
|
|
1139
|
+
nextToken?: string | undefined;
|
|
1140
|
+
state?: RecommendationState | undefined;
|
|
1141
|
+
pillar?: Pillar | undefined;
|
|
1142
|
+
}
|
|
1143
|
+
export interface ListAgentRecommendationsResponse {
|
|
1144
|
+
items: AgentRecommendationSummary[] | undefined;
|
|
1145
|
+
nextToken?: string | undefined;
|
|
1146
|
+
}
|
|
735
1147
|
export interface ListAnswersInput {
|
|
736
1148
|
WorkloadId: string | undefined;
|
|
737
1149
|
LensAlias: string | undefined;
|
|
@@ -1044,6 +1456,13 @@ export interface ListWorkloadSharesOutput {
|
|
|
1044
1456
|
WorkloadShareSummaries?: WorkloadShareSummary[] | undefined;
|
|
1045
1457
|
NextToken?: string | undefined;
|
|
1046
1458
|
}
|
|
1459
|
+
export interface PutAgentRecommendationFeedbackRequest {
|
|
1460
|
+
recommendationArn: string | undefined;
|
|
1461
|
+
type: RecommendationFeedbackType | undefined;
|
|
1462
|
+
feedbackCategory?: FeedbackCategory | undefined;
|
|
1463
|
+
comments?: string | undefined;
|
|
1464
|
+
}
|
|
1465
|
+
export interface PutAgentRecommendationFeedbackResponse {}
|
|
1047
1466
|
export interface ShareInvitation {
|
|
1048
1467
|
ShareInvitationId?: string | undefined;
|
|
1049
1468
|
ShareResourceType?: ShareResourceType | undefined;
|
|
@@ -1053,6 +1472,24 @@ export interface ShareInvitation {
|
|
|
1053
1472
|
ProfileArn?: string | undefined;
|
|
1054
1473
|
TemplateArn?: string | undefined;
|
|
1055
1474
|
}
|
|
1475
|
+
export interface StartAgentRecommendationGenerationRequest {
|
|
1476
|
+
profileArn: string | undefined;
|
|
1477
|
+
types: RecommendationType[] | undefined;
|
|
1478
|
+
name?: string | undefined;
|
|
1479
|
+
additionalContext?: __DocumentType | undefined;
|
|
1480
|
+
scope: Scope | undefined;
|
|
1481
|
+
}
|
|
1482
|
+
export interface StartAgentRecommendationGenerationResponse {
|
|
1483
|
+
id: string | undefined;
|
|
1484
|
+
profileArn: string | undefined;
|
|
1485
|
+
name?: string | undefined;
|
|
1486
|
+
status: GenerationStatus | undefined;
|
|
1487
|
+
estimatedCompletionTime?: Date | undefined;
|
|
1488
|
+
createdBy: string | undefined;
|
|
1489
|
+
createdAt: Date | undefined;
|
|
1490
|
+
lastModifiedBy?: string | undefined;
|
|
1491
|
+
lastModifiedAt?: Date | undefined;
|
|
1492
|
+
}
|
|
1056
1493
|
export interface TagResourceInput {
|
|
1057
1494
|
WorkloadArn: string | undefined;
|
|
1058
1495
|
Tags: Record<string, string> | undefined;
|
|
@@ -1063,6 +1500,63 @@ export interface UntagResourceInput {
|
|
|
1063
1500
|
TagKeys: string[] | undefined;
|
|
1064
1501
|
}
|
|
1065
1502
|
export interface UntagResourceOutput {}
|
|
1503
|
+
export interface UpdateAgentContextRequest {
|
|
1504
|
+
clientToken?: string | undefined;
|
|
1505
|
+
profileArn: string | undefined;
|
|
1506
|
+
id: string | undefined;
|
|
1507
|
+
title?: string | undefined;
|
|
1508
|
+
content?: ContextContent | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export interface UpdateAgentContextResponse {
|
|
1511
|
+
context: ContextSummary | undefined;
|
|
1512
|
+
}
|
|
1513
|
+
export interface UpdateAgentGoalRequest {
|
|
1514
|
+
clientToken?: string | undefined;
|
|
1515
|
+
profileArn: string | undefined;
|
|
1516
|
+
id: string | undefined;
|
|
1517
|
+
pillars?: Pillar[] | undefined;
|
|
1518
|
+
title?: string | undefined;
|
|
1519
|
+
description?: string | undefined;
|
|
1520
|
+
}
|
|
1521
|
+
export interface UpdateAgentGoalResponse {
|
|
1522
|
+
goal: GoalSummary | undefined;
|
|
1523
|
+
}
|
|
1524
|
+
export interface UpdateAgentProfileRequest {
|
|
1525
|
+
clientToken?: string | undefined;
|
|
1526
|
+
profileArn: string | undefined;
|
|
1527
|
+
displayName?: string | undefined;
|
|
1528
|
+
description?: string | undefined;
|
|
1529
|
+
executionRoleArn?: string | undefined;
|
|
1530
|
+
aggregationConfiguration?: AggregationConfiguration[] | undefined;
|
|
1531
|
+
businessOverview?: string | undefined;
|
|
1532
|
+
pillars?: Pillar[] | undefined;
|
|
1533
|
+
deletionProtection?: boolean | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
export interface UpdateAgentProfileResponse {
|
|
1536
|
+
name: string | undefined;
|
|
1537
|
+
displayName?: string | undefined;
|
|
1538
|
+
description?: string | undefined;
|
|
1539
|
+
businessOverview?: string | undefined;
|
|
1540
|
+
pillars: Pillar[] | undefined;
|
|
1541
|
+
deletionProtection?: boolean | undefined;
|
|
1542
|
+
executionRoleArn: string | undefined;
|
|
1543
|
+
aggregationConfiguration: AggregationConfiguration[] | undefined;
|
|
1544
|
+
arn: string | undefined;
|
|
1545
|
+
eligibleForScheduledGeneration?: boolean | undefined;
|
|
1546
|
+
eligibleForArchitectureGeneration?: boolean | undefined;
|
|
1547
|
+
fieldErrors?: Record<string, string> | undefined;
|
|
1548
|
+
tags?: Tag[] | undefined;
|
|
1549
|
+
createdBy: string | undefined;
|
|
1550
|
+
createdAt: Date | undefined;
|
|
1551
|
+
lastModifiedBy?: string | undefined;
|
|
1552
|
+
lastModifiedAt?: Date | undefined;
|
|
1553
|
+
}
|
|
1554
|
+
export interface UpdateAgentRecommendationStatusRequest {
|
|
1555
|
+
recommendationArn: string | undefined;
|
|
1556
|
+
status: RecommendationStatus | undefined;
|
|
1557
|
+
updateReason?: string | undefined;
|
|
1558
|
+
}
|
|
1559
|
+
export interface UpdateAgentRecommendationStatusResponse {}
|
|
1066
1560
|
export interface UpdateAnswerInput {
|
|
1067
1561
|
WorkloadId: string | undefined;
|
|
1068
1562
|
LensAlias: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentContextsCommandInput,
|
|
4
|
+
ListAgentContextsCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentContextsCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentContexts: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentContextsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentContextsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentGoalsCommandInput,
|
|
4
|
+
ListAgentGoalsCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentGoalsCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentGoals: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentGoalsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentGoalsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentProfilesCommandInput,
|
|
4
|
+
ListAgentProfilesCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentProfilesCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentProfiles: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentProfilesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentProfilesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationGenerationsCommandInput,
|
|
4
|
+
ListAgentRecommendationGenerationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentRecommendationGenerationsCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentRecommendationGenerations: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentRecommendationGenerationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentRecommendationGenerationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationItemsCommandInput,
|
|
4
|
+
ListAgentRecommendationItemsCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentRecommendationItemsCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentRecommendationItems: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentRecommendationItemsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentRecommendationItemsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationsCommandInput,
|
|
4
|
+
ListAgentRecommendationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAgentRecommendationsCommand";
|
|
6
|
+
import { WellArchitectedPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAgentRecommendations: (
|
|
8
|
+
config: WellArchitectedPaginationConfiguration,
|
|
9
|
+
input: ListAgentRecommendationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAgentRecommendationsCommandOutput>;
|
|
@@ -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";
|