@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
|
@@ -11,6 +11,18 @@ import {
|
|
|
11
11
|
AssociateProfilesCommandInput,
|
|
12
12
|
AssociateProfilesCommandOutput,
|
|
13
13
|
} from "./commands/AssociateProfilesCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAgentContextCommandInput,
|
|
16
|
+
CreateAgentContextCommandOutput,
|
|
17
|
+
} from "./commands/CreateAgentContextCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAgentGoalCommandInput,
|
|
20
|
+
CreateAgentGoalCommandOutput,
|
|
21
|
+
} from "./commands/CreateAgentGoalCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateAgentProfileCommandInput,
|
|
24
|
+
CreateAgentProfileCommandOutput,
|
|
25
|
+
} from "./commands/CreateAgentProfileCommand";
|
|
14
26
|
import {
|
|
15
27
|
CreateLensShareCommandInput,
|
|
16
28
|
CreateLensShareCommandOutput,
|
|
@@ -47,6 +59,18 @@ import {
|
|
|
47
59
|
CreateWorkloadShareCommandInput,
|
|
48
60
|
CreateWorkloadShareCommandOutput,
|
|
49
61
|
} from "./commands/CreateWorkloadShareCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteAgentContextCommandInput,
|
|
64
|
+
DeleteAgentContextCommandOutput,
|
|
65
|
+
} from "./commands/DeleteAgentContextCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteAgentGoalCommandInput,
|
|
68
|
+
DeleteAgentGoalCommandOutput,
|
|
69
|
+
} from "./commands/DeleteAgentGoalCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteAgentProfileCommandInput,
|
|
72
|
+
DeleteAgentProfileCommandOutput,
|
|
73
|
+
} from "./commands/DeleteAgentProfileCommand";
|
|
50
74
|
import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
|
|
51
75
|
import {
|
|
52
76
|
DeleteLensShareCommandInput,
|
|
@@ -85,6 +109,26 @@ import {
|
|
|
85
109
|
DisassociateProfilesCommandOutput,
|
|
86
110
|
} from "./commands/DisassociateProfilesCommand";
|
|
87
111
|
import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
|
|
112
|
+
import {
|
|
113
|
+
GetAgentContextCommandInput,
|
|
114
|
+
GetAgentContextCommandOutput,
|
|
115
|
+
} from "./commands/GetAgentContextCommand";
|
|
116
|
+
import {
|
|
117
|
+
GetAgentGoalCommandInput,
|
|
118
|
+
GetAgentGoalCommandOutput,
|
|
119
|
+
} from "./commands/GetAgentGoalCommand";
|
|
120
|
+
import {
|
|
121
|
+
GetAgentProfileCommandInput,
|
|
122
|
+
GetAgentProfileCommandOutput,
|
|
123
|
+
} from "./commands/GetAgentProfileCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetAgentRecommendationCommandInput,
|
|
126
|
+
GetAgentRecommendationCommandOutput,
|
|
127
|
+
} from "./commands/GetAgentRecommendationCommand";
|
|
128
|
+
import {
|
|
129
|
+
GetAgentRecommendationGenerationCommandInput,
|
|
130
|
+
GetAgentRecommendationGenerationCommandOutput,
|
|
131
|
+
} from "./commands/GetAgentRecommendationGenerationCommand";
|
|
88
132
|
import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
|
|
89
133
|
import {
|
|
90
134
|
GetConsolidatedReportCommandInput,
|
|
@@ -130,6 +174,30 @@ import {
|
|
|
130
174
|
} from "./commands/GetReviewTemplateLensReviewCommand";
|
|
131
175
|
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
|
|
132
176
|
import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListAgentContextsCommandInput,
|
|
179
|
+
ListAgentContextsCommandOutput,
|
|
180
|
+
} from "./commands/ListAgentContextsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListAgentGoalsCommandInput,
|
|
183
|
+
ListAgentGoalsCommandOutput,
|
|
184
|
+
} from "./commands/ListAgentGoalsCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListAgentProfilesCommandInput,
|
|
187
|
+
ListAgentProfilesCommandOutput,
|
|
188
|
+
} from "./commands/ListAgentProfilesCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListAgentRecommendationGenerationsCommandInput,
|
|
191
|
+
ListAgentRecommendationGenerationsCommandOutput,
|
|
192
|
+
} from "./commands/ListAgentRecommendationGenerationsCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListAgentRecommendationItemsCommandInput,
|
|
195
|
+
ListAgentRecommendationItemsCommandOutput,
|
|
196
|
+
} from "./commands/ListAgentRecommendationItemsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListAgentRecommendationsCommandInput,
|
|
199
|
+
ListAgentRecommendationsCommandOutput,
|
|
200
|
+
} from "./commands/ListAgentRecommendationsCommand";
|
|
133
201
|
import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
|
|
134
202
|
import {
|
|
135
203
|
ListCheckDetailsCommandInput,
|
|
@@ -200,11 +268,35 @@ import {
|
|
|
200
268
|
ListWorkloadSharesCommandInput,
|
|
201
269
|
ListWorkloadSharesCommandOutput,
|
|
202
270
|
} from "./commands/ListWorkloadSharesCommand";
|
|
271
|
+
import {
|
|
272
|
+
PutAgentRecommendationFeedbackCommandInput,
|
|
273
|
+
PutAgentRecommendationFeedbackCommandOutput,
|
|
274
|
+
} from "./commands/PutAgentRecommendationFeedbackCommand";
|
|
275
|
+
import {
|
|
276
|
+
StartAgentRecommendationGenerationCommandInput,
|
|
277
|
+
StartAgentRecommendationGenerationCommandOutput,
|
|
278
|
+
} from "./commands/StartAgentRecommendationGenerationCommand";
|
|
203
279
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
204
280
|
import {
|
|
205
281
|
UntagResourceCommandInput,
|
|
206
282
|
UntagResourceCommandOutput,
|
|
207
283
|
} from "./commands/UntagResourceCommand";
|
|
284
|
+
import {
|
|
285
|
+
UpdateAgentContextCommandInput,
|
|
286
|
+
UpdateAgentContextCommandOutput,
|
|
287
|
+
} from "./commands/UpdateAgentContextCommand";
|
|
288
|
+
import {
|
|
289
|
+
UpdateAgentGoalCommandInput,
|
|
290
|
+
UpdateAgentGoalCommandOutput,
|
|
291
|
+
} from "./commands/UpdateAgentGoalCommand";
|
|
292
|
+
import {
|
|
293
|
+
UpdateAgentProfileCommandInput,
|
|
294
|
+
UpdateAgentProfileCommandOutput,
|
|
295
|
+
} from "./commands/UpdateAgentProfileCommand";
|
|
296
|
+
import {
|
|
297
|
+
UpdateAgentRecommendationStatusCommandInput,
|
|
298
|
+
UpdateAgentRecommendationStatusCommandOutput,
|
|
299
|
+
} from "./commands/UpdateAgentRecommendationStatusCommand";
|
|
208
300
|
import {
|
|
209
301
|
UpdateAnswerCommandInput,
|
|
210
302
|
UpdateAnswerCommandOutput,
|
|
@@ -289,6 +381,45 @@ export interface WellArchitected {
|
|
|
289
381
|
options: __HttpHandlerOptions,
|
|
290
382
|
cb: (err: any, data?: AssociateProfilesCommandOutput) => void,
|
|
291
383
|
): void;
|
|
384
|
+
createAgentContext(
|
|
385
|
+
args: CreateAgentContextCommandInput,
|
|
386
|
+
options?: __HttpHandlerOptions,
|
|
387
|
+
): Promise<CreateAgentContextCommandOutput>;
|
|
388
|
+
createAgentContext(
|
|
389
|
+
args: CreateAgentContextCommandInput,
|
|
390
|
+
cb: (err: any, data?: CreateAgentContextCommandOutput) => void,
|
|
391
|
+
): void;
|
|
392
|
+
createAgentContext(
|
|
393
|
+
args: CreateAgentContextCommandInput,
|
|
394
|
+
options: __HttpHandlerOptions,
|
|
395
|
+
cb: (err: any, data?: CreateAgentContextCommandOutput) => void,
|
|
396
|
+
): void;
|
|
397
|
+
createAgentGoal(
|
|
398
|
+
args: CreateAgentGoalCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions,
|
|
400
|
+
): Promise<CreateAgentGoalCommandOutput>;
|
|
401
|
+
createAgentGoal(
|
|
402
|
+
args: CreateAgentGoalCommandInput,
|
|
403
|
+
cb: (err: any, data?: CreateAgentGoalCommandOutput) => void,
|
|
404
|
+
): void;
|
|
405
|
+
createAgentGoal(
|
|
406
|
+
args: CreateAgentGoalCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: CreateAgentGoalCommandOutput) => void,
|
|
409
|
+
): void;
|
|
410
|
+
createAgentProfile(
|
|
411
|
+
args: CreateAgentProfileCommandInput,
|
|
412
|
+
options?: __HttpHandlerOptions,
|
|
413
|
+
): Promise<CreateAgentProfileCommandOutput>;
|
|
414
|
+
createAgentProfile(
|
|
415
|
+
args: CreateAgentProfileCommandInput,
|
|
416
|
+
cb: (err: any, data?: CreateAgentProfileCommandOutput) => void,
|
|
417
|
+
): void;
|
|
418
|
+
createAgentProfile(
|
|
419
|
+
args: CreateAgentProfileCommandInput,
|
|
420
|
+
options: __HttpHandlerOptions,
|
|
421
|
+
cb: (err: any, data?: CreateAgentProfileCommandOutput) => void,
|
|
422
|
+
): void;
|
|
292
423
|
createLensShare(
|
|
293
424
|
args: CreateLensShareCommandInput,
|
|
294
425
|
options?: __HttpHandlerOptions,
|
|
@@ -406,6 +537,45 @@ export interface WellArchitected {
|
|
|
406
537
|
options: __HttpHandlerOptions,
|
|
407
538
|
cb: (err: any, data?: CreateWorkloadShareCommandOutput) => void,
|
|
408
539
|
): void;
|
|
540
|
+
deleteAgentContext(
|
|
541
|
+
args: DeleteAgentContextCommandInput,
|
|
542
|
+
options?: __HttpHandlerOptions,
|
|
543
|
+
): Promise<DeleteAgentContextCommandOutput>;
|
|
544
|
+
deleteAgentContext(
|
|
545
|
+
args: DeleteAgentContextCommandInput,
|
|
546
|
+
cb: (err: any, data?: DeleteAgentContextCommandOutput) => void,
|
|
547
|
+
): void;
|
|
548
|
+
deleteAgentContext(
|
|
549
|
+
args: DeleteAgentContextCommandInput,
|
|
550
|
+
options: __HttpHandlerOptions,
|
|
551
|
+
cb: (err: any, data?: DeleteAgentContextCommandOutput) => void,
|
|
552
|
+
): void;
|
|
553
|
+
deleteAgentGoal(
|
|
554
|
+
args: DeleteAgentGoalCommandInput,
|
|
555
|
+
options?: __HttpHandlerOptions,
|
|
556
|
+
): Promise<DeleteAgentGoalCommandOutput>;
|
|
557
|
+
deleteAgentGoal(
|
|
558
|
+
args: DeleteAgentGoalCommandInput,
|
|
559
|
+
cb: (err: any, data?: DeleteAgentGoalCommandOutput) => void,
|
|
560
|
+
): void;
|
|
561
|
+
deleteAgentGoal(
|
|
562
|
+
args: DeleteAgentGoalCommandInput,
|
|
563
|
+
options: __HttpHandlerOptions,
|
|
564
|
+
cb: (err: any, data?: DeleteAgentGoalCommandOutput) => void,
|
|
565
|
+
): void;
|
|
566
|
+
deleteAgentProfile(
|
|
567
|
+
args: DeleteAgentProfileCommandInput,
|
|
568
|
+
options?: __HttpHandlerOptions,
|
|
569
|
+
): Promise<DeleteAgentProfileCommandOutput>;
|
|
570
|
+
deleteAgentProfile(
|
|
571
|
+
args: DeleteAgentProfileCommandInput,
|
|
572
|
+
cb: (err: any, data?: DeleteAgentProfileCommandOutput) => void,
|
|
573
|
+
): void;
|
|
574
|
+
deleteAgentProfile(
|
|
575
|
+
args: DeleteAgentProfileCommandInput,
|
|
576
|
+
options: __HttpHandlerOptions,
|
|
577
|
+
cb: (err: any, data?: DeleteAgentProfileCommandOutput) => void,
|
|
578
|
+
): void;
|
|
409
579
|
deleteLens(
|
|
410
580
|
args: DeleteLensCommandInput,
|
|
411
581
|
options?: __HttpHandlerOptions,
|
|
@@ -549,6 +719,71 @@ export interface WellArchitected {
|
|
|
549
719
|
options: __HttpHandlerOptions,
|
|
550
720
|
cb: (err: any, data?: ExportLensCommandOutput) => void,
|
|
551
721
|
): void;
|
|
722
|
+
getAgentContext(
|
|
723
|
+
args: GetAgentContextCommandInput,
|
|
724
|
+
options?: __HttpHandlerOptions,
|
|
725
|
+
): Promise<GetAgentContextCommandOutput>;
|
|
726
|
+
getAgentContext(
|
|
727
|
+
args: GetAgentContextCommandInput,
|
|
728
|
+
cb: (err: any, data?: GetAgentContextCommandOutput) => void,
|
|
729
|
+
): void;
|
|
730
|
+
getAgentContext(
|
|
731
|
+
args: GetAgentContextCommandInput,
|
|
732
|
+
options: __HttpHandlerOptions,
|
|
733
|
+
cb: (err: any, data?: GetAgentContextCommandOutput) => void,
|
|
734
|
+
): void;
|
|
735
|
+
getAgentGoal(
|
|
736
|
+
args: GetAgentGoalCommandInput,
|
|
737
|
+
options?: __HttpHandlerOptions,
|
|
738
|
+
): Promise<GetAgentGoalCommandOutput>;
|
|
739
|
+
getAgentGoal(
|
|
740
|
+
args: GetAgentGoalCommandInput,
|
|
741
|
+
cb: (err: any, data?: GetAgentGoalCommandOutput) => void,
|
|
742
|
+
): void;
|
|
743
|
+
getAgentGoal(
|
|
744
|
+
args: GetAgentGoalCommandInput,
|
|
745
|
+
options: __HttpHandlerOptions,
|
|
746
|
+
cb: (err: any, data?: GetAgentGoalCommandOutput) => void,
|
|
747
|
+
): void;
|
|
748
|
+
getAgentProfile(
|
|
749
|
+
args: GetAgentProfileCommandInput,
|
|
750
|
+
options?: __HttpHandlerOptions,
|
|
751
|
+
): Promise<GetAgentProfileCommandOutput>;
|
|
752
|
+
getAgentProfile(
|
|
753
|
+
args: GetAgentProfileCommandInput,
|
|
754
|
+
cb: (err: any, data?: GetAgentProfileCommandOutput) => void,
|
|
755
|
+
): void;
|
|
756
|
+
getAgentProfile(
|
|
757
|
+
args: GetAgentProfileCommandInput,
|
|
758
|
+
options: __HttpHandlerOptions,
|
|
759
|
+
cb: (err: any, data?: GetAgentProfileCommandOutput) => void,
|
|
760
|
+
): void;
|
|
761
|
+
getAgentRecommendation(
|
|
762
|
+
args: GetAgentRecommendationCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions,
|
|
764
|
+
): Promise<GetAgentRecommendationCommandOutput>;
|
|
765
|
+
getAgentRecommendation(
|
|
766
|
+
args: GetAgentRecommendationCommandInput,
|
|
767
|
+
cb: (err: any, data?: GetAgentRecommendationCommandOutput) => void,
|
|
768
|
+
): void;
|
|
769
|
+
getAgentRecommendation(
|
|
770
|
+
args: GetAgentRecommendationCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: GetAgentRecommendationCommandOutput) => void,
|
|
773
|
+
): void;
|
|
774
|
+
getAgentRecommendationGeneration(
|
|
775
|
+
args: GetAgentRecommendationGenerationCommandInput,
|
|
776
|
+
options?: __HttpHandlerOptions,
|
|
777
|
+
): Promise<GetAgentRecommendationGenerationCommandOutput>;
|
|
778
|
+
getAgentRecommendationGeneration(
|
|
779
|
+
args: GetAgentRecommendationGenerationCommandInput,
|
|
780
|
+
cb: (err: any, data?: GetAgentRecommendationGenerationCommandOutput) => void,
|
|
781
|
+
): void;
|
|
782
|
+
getAgentRecommendationGeneration(
|
|
783
|
+
args: GetAgentRecommendationGenerationCommandInput,
|
|
784
|
+
options: __HttpHandlerOptions,
|
|
785
|
+
cb: (err: any, data?: GetAgentRecommendationGenerationCommandOutput) => void,
|
|
786
|
+
): void;
|
|
552
787
|
getAnswer(
|
|
553
788
|
args: GetAnswerCommandInput,
|
|
554
789
|
options?: __HttpHandlerOptions,
|
|
@@ -740,6 +975,85 @@ export interface WellArchitected {
|
|
|
740
975
|
options: __HttpHandlerOptions,
|
|
741
976
|
cb: (err: any, data?: ImportLensCommandOutput) => void,
|
|
742
977
|
): void;
|
|
978
|
+
listAgentContexts(
|
|
979
|
+
args: ListAgentContextsCommandInput,
|
|
980
|
+
options?: __HttpHandlerOptions,
|
|
981
|
+
): Promise<ListAgentContextsCommandOutput>;
|
|
982
|
+
listAgentContexts(
|
|
983
|
+
args: ListAgentContextsCommandInput,
|
|
984
|
+
cb: (err: any, data?: ListAgentContextsCommandOutput) => void,
|
|
985
|
+
): void;
|
|
986
|
+
listAgentContexts(
|
|
987
|
+
args: ListAgentContextsCommandInput,
|
|
988
|
+
options: __HttpHandlerOptions,
|
|
989
|
+
cb: (err: any, data?: ListAgentContextsCommandOutput) => void,
|
|
990
|
+
): void;
|
|
991
|
+
listAgentGoals(
|
|
992
|
+
args: ListAgentGoalsCommandInput,
|
|
993
|
+
options?: __HttpHandlerOptions,
|
|
994
|
+
): Promise<ListAgentGoalsCommandOutput>;
|
|
995
|
+
listAgentGoals(
|
|
996
|
+
args: ListAgentGoalsCommandInput,
|
|
997
|
+
cb: (err: any, data?: ListAgentGoalsCommandOutput) => void,
|
|
998
|
+
): void;
|
|
999
|
+
listAgentGoals(
|
|
1000
|
+
args: ListAgentGoalsCommandInput,
|
|
1001
|
+
options: __HttpHandlerOptions,
|
|
1002
|
+
cb: (err: any, data?: ListAgentGoalsCommandOutput) => void,
|
|
1003
|
+
): void;
|
|
1004
|
+
listAgentProfiles(): Promise<ListAgentProfilesCommandOutput>;
|
|
1005
|
+
listAgentProfiles(
|
|
1006
|
+
args: ListAgentProfilesCommandInput,
|
|
1007
|
+
options?: __HttpHandlerOptions,
|
|
1008
|
+
): Promise<ListAgentProfilesCommandOutput>;
|
|
1009
|
+
listAgentProfiles(
|
|
1010
|
+
args: ListAgentProfilesCommandInput,
|
|
1011
|
+
cb: (err: any, data?: ListAgentProfilesCommandOutput) => void,
|
|
1012
|
+
): void;
|
|
1013
|
+
listAgentProfiles(
|
|
1014
|
+
args: ListAgentProfilesCommandInput,
|
|
1015
|
+
options: __HttpHandlerOptions,
|
|
1016
|
+
cb: (err: any, data?: ListAgentProfilesCommandOutput) => void,
|
|
1017
|
+
): void;
|
|
1018
|
+
listAgentRecommendationGenerations(
|
|
1019
|
+
args: ListAgentRecommendationGenerationsCommandInput,
|
|
1020
|
+
options?: __HttpHandlerOptions,
|
|
1021
|
+
): Promise<ListAgentRecommendationGenerationsCommandOutput>;
|
|
1022
|
+
listAgentRecommendationGenerations(
|
|
1023
|
+
args: ListAgentRecommendationGenerationsCommandInput,
|
|
1024
|
+
cb: (err: any, data?: ListAgentRecommendationGenerationsCommandOutput) => void,
|
|
1025
|
+
): void;
|
|
1026
|
+
listAgentRecommendationGenerations(
|
|
1027
|
+
args: ListAgentRecommendationGenerationsCommandInput,
|
|
1028
|
+
options: __HttpHandlerOptions,
|
|
1029
|
+
cb: (err: any, data?: ListAgentRecommendationGenerationsCommandOutput) => void,
|
|
1030
|
+
): void;
|
|
1031
|
+
listAgentRecommendationItems(
|
|
1032
|
+
args: ListAgentRecommendationItemsCommandInput,
|
|
1033
|
+
options?: __HttpHandlerOptions,
|
|
1034
|
+
): Promise<ListAgentRecommendationItemsCommandOutput>;
|
|
1035
|
+
listAgentRecommendationItems(
|
|
1036
|
+
args: ListAgentRecommendationItemsCommandInput,
|
|
1037
|
+
cb: (err: any, data?: ListAgentRecommendationItemsCommandOutput) => void,
|
|
1038
|
+
): void;
|
|
1039
|
+
listAgentRecommendationItems(
|
|
1040
|
+
args: ListAgentRecommendationItemsCommandInput,
|
|
1041
|
+
options: __HttpHandlerOptions,
|
|
1042
|
+
cb: (err: any, data?: ListAgentRecommendationItemsCommandOutput) => void,
|
|
1043
|
+
): void;
|
|
1044
|
+
listAgentRecommendations(
|
|
1045
|
+
args: ListAgentRecommendationsCommandInput,
|
|
1046
|
+
options?: __HttpHandlerOptions,
|
|
1047
|
+
): Promise<ListAgentRecommendationsCommandOutput>;
|
|
1048
|
+
listAgentRecommendations(
|
|
1049
|
+
args: ListAgentRecommendationsCommandInput,
|
|
1050
|
+
cb: (err: any, data?: ListAgentRecommendationsCommandOutput) => void,
|
|
1051
|
+
): void;
|
|
1052
|
+
listAgentRecommendations(
|
|
1053
|
+
args: ListAgentRecommendationsCommandInput,
|
|
1054
|
+
options: __HttpHandlerOptions,
|
|
1055
|
+
cb: (err: any, data?: ListAgentRecommendationsCommandOutput) => void,
|
|
1056
|
+
): void;
|
|
743
1057
|
listAnswers(
|
|
744
1058
|
args: ListAnswersCommandInput,
|
|
745
1059
|
options?: __HttpHandlerOptions,
|
|
@@ -994,6 +1308,32 @@ export interface WellArchitected {
|
|
|
994
1308
|
options: __HttpHandlerOptions,
|
|
995
1309
|
cb: (err: any, data?: ListWorkloadSharesCommandOutput) => void,
|
|
996
1310
|
): void;
|
|
1311
|
+
putAgentRecommendationFeedback(
|
|
1312
|
+
args: PutAgentRecommendationFeedbackCommandInput,
|
|
1313
|
+
options?: __HttpHandlerOptions,
|
|
1314
|
+
): Promise<PutAgentRecommendationFeedbackCommandOutput>;
|
|
1315
|
+
putAgentRecommendationFeedback(
|
|
1316
|
+
args: PutAgentRecommendationFeedbackCommandInput,
|
|
1317
|
+
cb: (err: any, data?: PutAgentRecommendationFeedbackCommandOutput) => void,
|
|
1318
|
+
): void;
|
|
1319
|
+
putAgentRecommendationFeedback(
|
|
1320
|
+
args: PutAgentRecommendationFeedbackCommandInput,
|
|
1321
|
+
options: __HttpHandlerOptions,
|
|
1322
|
+
cb: (err: any, data?: PutAgentRecommendationFeedbackCommandOutput) => void,
|
|
1323
|
+
): void;
|
|
1324
|
+
startAgentRecommendationGeneration(
|
|
1325
|
+
args: StartAgentRecommendationGenerationCommandInput,
|
|
1326
|
+
options?: __HttpHandlerOptions,
|
|
1327
|
+
): Promise<StartAgentRecommendationGenerationCommandOutput>;
|
|
1328
|
+
startAgentRecommendationGeneration(
|
|
1329
|
+
args: StartAgentRecommendationGenerationCommandInput,
|
|
1330
|
+
cb: (err: any, data?: StartAgentRecommendationGenerationCommandOutput) => void,
|
|
1331
|
+
): void;
|
|
1332
|
+
startAgentRecommendationGeneration(
|
|
1333
|
+
args: StartAgentRecommendationGenerationCommandInput,
|
|
1334
|
+
options: __HttpHandlerOptions,
|
|
1335
|
+
cb: (err: any, data?: StartAgentRecommendationGenerationCommandOutput) => void,
|
|
1336
|
+
): void;
|
|
997
1337
|
tagResource(
|
|
998
1338
|
args: TagResourceCommandInput,
|
|
999
1339
|
options?: __HttpHandlerOptions,
|
|
@@ -1020,6 +1360,58 @@ export interface WellArchitected {
|
|
|
1020
1360
|
options: __HttpHandlerOptions,
|
|
1021
1361
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1022
1362
|
): void;
|
|
1363
|
+
updateAgentContext(
|
|
1364
|
+
args: UpdateAgentContextCommandInput,
|
|
1365
|
+
options?: __HttpHandlerOptions,
|
|
1366
|
+
): Promise<UpdateAgentContextCommandOutput>;
|
|
1367
|
+
updateAgentContext(
|
|
1368
|
+
args: UpdateAgentContextCommandInput,
|
|
1369
|
+
cb: (err: any, data?: UpdateAgentContextCommandOutput) => void,
|
|
1370
|
+
): void;
|
|
1371
|
+
updateAgentContext(
|
|
1372
|
+
args: UpdateAgentContextCommandInput,
|
|
1373
|
+
options: __HttpHandlerOptions,
|
|
1374
|
+
cb: (err: any, data?: UpdateAgentContextCommandOutput) => void,
|
|
1375
|
+
): void;
|
|
1376
|
+
updateAgentGoal(
|
|
1377
|
+
args: UpdateAgentGoalCommandInput,
|
|
1378
|
+
options?: __HttpHandlerOptions,
|
|
1379
|
+
): Promise<UpdateAgentGoalCommandOutput>;
|
|
1380
|
+
updateAgentGoal(
|
|
1381
|
+
args: UpdateAgentGoalCommandInput,
|
|
1382
|
+
cb: (err: any, data?: UpdateAgentGoalCommandOutput) => void,
|
|
1383
|
+
): void;
|
|
1384
|
+
updateAgentGoal(
|
|
1385
|
+
args: UpdateAgentGoalCommandInput,
|
|
1386
|
+
options: __HttpHandlerOptions,
|
|
1387
|
+
cb: (err: any, data?: UpdateAgentGoalCommandOutput) => void,
|
|
1388
|
+
): void;
|
|
1389
|
+
updateAgentProfile(
|
|
1390
|
+
args: UpdateAgentProfileCommandInput,
|
|
1391
|
+
options?: __HttpHandlerOptions,
|
|
1392
|
+
): Promise<UpdateAgentProfileCommandOutput>;
|
|
1393
|
+
updateAgentProfile(
|
|
1394
|
+
args: UpdateAgentProfileCommandInput,
|
|
1395
|
+
cb: (err: any, data?: UpdateAgentProfileCommandOutput) => void,
|
|
1396
|
+
): void;
|
|
1397
|
+
updateAgentProfile(
|
|
1398
|
+
args: UpdateAgentProfileCommandInput,
|
|
1399
|
+
options: __HttpHandlerOptions,
|
|
1400
|
+
cb: (err: any, data?: UpdateAgentProfileCommandOutput) => void,
|
|
1401
|
+
): void;
|
|
1402
|
+
updateAgentRecommendationStatus(
|
|
1403
|
+
args: UpdateAgentRecommendationStatusCommandInput,
|
|
1404
|
+
options?: __HttpHandlerOptions,
|
|
1405
|
+
): Promise<UpdateAgentRecommendationStatusCommandOutput>;
|
|
1406
|
+
updateAgentRecommendationStatus(
|
|
1407
|
+
args: UpdateAgentRecommendationStatusCommandInput,
|
|
1408
|
+
cb: (err: any, data?: UpdateAgentRecommendationStatusCommandOutput) => void,
|
|
1409
|
+
): void;
|
|
1410
|
+
updateAgentRecommendationStatus(
|
|
1411
|
+
args: UpdateAgentRecommendationStatusCommandInput,
|
|
1412
|
+
options: __HttpHandlerOptions,
|
|
1413
|
+
cb: (err: any, data?: UpdateAgentRecommendationStatusCommandOutput) => void,
|
|
1414
|
+
): void;
|
|
1023
1415
|
updateAnswer(
|
|
1024
1416
|
args: UpdateAnswerCommandInput,
|
|
1025
1417
|
options?: __HttpHandlerOptions,
|
|
@@ -1210,6 +1602,48 @@ export interface WellArchitected {
|
|
|
1210
1602
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1211
1603
|
>,
|
|
1212
1604
|
): Paginator<GetConsolidatedReportCommandOutput>;
|
|
1605
|
+
paginateListAgentContexts(
|
|
1606
|
+
args: ListAgentContextsCommandInput,
|
|
1607
|
+
paginationConfig?: Pick<
|
|
1608
|
+
PaginationConfiguration,
|
|
1609
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1610
|
+
>,
|
|
1611
|
+
): Paginator<ListAgentContextsCommandOutput>;
|
|
1612
|
+
paginateListAgentGoals(
|
|
1613
|
+
args: ListAgentGoalsCommandInput,
|
|
1614
|
+
paginationConfig?: Pick<
|
|
1615
|
+
PaginationConfiguration,
|
|
1616
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1617
|
+
>,
|
|
1618
|
+
): Paginator<ListAgentGoalsCommandOutput>;
|
|
1619
|
+
paginateListAgentProfiles(
|
|
1620
|
+
args?: ListAgentProfilesCommandInput,
|
|
1621
|
+
paginationConfig?: Pick<
|
|
1622
|
+
PaginationConfiguration,
|
|
1623
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1624
|
+
>,
|
|
1625
|
+
): Paginator<ListAgentProfilesCommandOutput>;
|
|
1626
|
+
paginateListAgentRecommendationGenerations(
|
|
1627
|
+
args: ListAgentRecommendationGenerationsCommandInput,
|
|
1628
|
+
paginationConfig?: Pick<
|
|
1629
|
+
PaginationConfiguration,
|
|
1630
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1631
|
+
>,
|
|
1632
|
+
): Paginator<ListAgentRecommendationGenerationsCommandOutput>;
|
|
1633
|
+
paginateListAgentRecommendationItems(
|
|
1634
|
+
args: ListAgentRecommendationItemsCommandInput,
|
|
1635
|
+
paginationConfig?: Pick<
|
|
1636
|
+
PaginationConfiguration,
|
|
1637
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1638
|
+
>,
|
|
1639
|
+
): Paginator<ListAgentRecommendationItemsCommandOutput>;
|
|
1640
|
+
paginateListAgentRecommendations(
|
|
1641
|
+
args: ListAgentRecommendationsCommandInput,
|
|
1642
|
+
paginationConfig?: Pick<
|
|
1643
|
+
PaginationConfiguration,
|
|
1644
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1645
|
+
>,
|
|
1646
|
+
): Paginator<ListAgentRecommendationsCommandOutput>;
|
|
1213
1647
|
paginateListAnswers(
|
|
1214
1648
|
args: ListAnswersCommandInput,
|
|
1215
1649
|
paginationConfig?: Pick<
|