@aws-sdk/client-wellarchitected 3.1108.0 → 3.1110.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +162 -6
- package/dist-cjs/index.js +1125 -107
- package/dist-es/WellArchitected.js +58 -0
- package/dist-es/commands/CreateAgentContextCommand.js +4 -0
- package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
- package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
- package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
- package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
- package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentContextCommand.js +4 -0
- package/dist-es/commands/GetAgentGoalCommand.js +4 -0
- package/dist-es/commands/GetAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/ListAgentContextsCommand.js +4 -0
- package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
- package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
- package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
- package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
- package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
- package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
- package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/enums.js +92 -0
- package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +799 -106
- package/dist-types/WellArchitected.d.ts +205 -6
- package/dist-types/WellArchitectedClient.d.ts +26 -8
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
- package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
- package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
- package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
- package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
- package/dist-types/commands/ExportLensCommand.d.ts +1 -16
- package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
- package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
- package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
- package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
- package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
- package/dist-types/commands/ImportLensCommand.d.ts +1 -20
- package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
- package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
- package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
- package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
- package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
- package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
- package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
- package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
- package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
- package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
- package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/enums.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +2830 -1786
- package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +92 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/enums.d.ts +111 -0
- package/dist-types/ts3.4/models/models_0.d.ts +494 -0
- package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +1 -1
|
@@ -41,6 +41,18 @@ import {
|
|
|
41
41
|
AssociateProfilesCommandInput,
|
|
42
42
|
AssociateProfilesCommandOutput,
|
|
43
43
|
} from "./commands/AssociateProfilesCommand";
|
|
44
|
+
import {
|
|
45
|
+
CreateAgentContextCommandInput,
|
|
46
|
+
CreateAgentContextCommandOutput,
|
|
47
|
+
} from "./commands/CreateAgentContextCommand";
|
|
48
|
+
import {
|
|
49
|
+
CreateAgentGoalCommandInput,
|
|
50
|
+
CreateAgentGoalCommandOutput,
|
|
51
|
+
} from "./commands/CreateAgentGoalCommand";
|
|
52
|
+
import {
|
|
53
|
+
CreateAgentProfileCommandInput,
|
|
54
|
+
CreateAgentProfileCommandOutput,
|
|
55
|
+
} from "./commands/CreateAgentProfileCommand";
|
|
44
56
|
import {
|
|
45
57
|
CreateLensShareCommandInput,
|
|
46
58
|
CreateLensShareCommandOutput,
|
|
@@ -77,6 +89,18 @@ import {
|
|
|
77
89
|
CreateWorkloadShareCommandInput,
|
|
78
90
|
CreateWorkloadShareCommandOutput,
|
|
79
91
|
} from "./commands/CreateWorkloadShareCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteAgentContextCommandInput,
|
|
94
|
+
DeleteAgentContextCommandOutput,
|
|
95
|
+
} from "./commands/DeleteAgentContextCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteAgentGoalCommandInput,
|
|
98
|
+
DeleteAgentGoalCommandOutput,
|
|
99
|
+
} from "./commands/DeleteAgentGoalCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteAgentProfileCommandInput,
|
|
102
|
+
DeleteAgentProfileCommandOutput,
|
|
103
|
+
} from "./commands/DeleteAgentProfileCommand";
|
|
80
104
|
import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
|
|
81
105
|
import {
|
|
82
106
|
DeleteLensShareCommandInput,
|
|
@@ -115,6 +139,26 @@ import {
|
|
|
115
139
|
DisassociateProfilesCommandOutput,
|
|
116
140
|
} from "./commands/DisassociateProfilesCommand";
|
|
117
141
|
import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetAgentContextCommandInput,
|
|
144
|
+
GetAgentContextCommandOutput,
|
|
145
|
+
} from "./commands/GetAgentContextCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetAgentGoalCommandInput,
|
|
148
|
+
GetAgentGoalCommandOutput,
|
|
149
|
+
} from "./commands/GetAgentGoalCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetAgentProfileCommandInput,
|
|
152
|
+
GetAgentProfileCommandOutput,
|
|
153
|
+
} from "./commands/GetAgentProfileCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetAgentRecommendationCommandInput,
|
|
156
|
+
GetAgentRecommendationCommandOutput,
|
|
157
|
+
} from "./commands/GetAgentRecommendationCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetAgentRecommendationGenerationCommandInput,
|
|
160
|
+
GetAgentRecommendationGenerationCommandOutput,
|
|
161
|
+
} from "./commands/GetAgentRecommendationGenerationCommand";
|
|
118
162
|
import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
|
|
119
163
|
import {
|
|
120
164
|
GetConsolidatedReportCommandInput,
|
|
@@ -160,6 +204,30 @@ import {
|
|
|
160
204
|
} from "./commands/GetReviewTemplateLensReviewCommand";
|
|
161
205
|
import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
|
|
162
206
|
import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
|
|
207
|
+
import {
|
|
208
|
+
ListAgentContextsCommandInput,
|
|
209
|
+
ListAgentContextsCommandOutput,
|
|
210
|
+
} from "./commands/ListAgentContextsCommand";
|
|
211
|
+
import {
|
|
212
|
+
ListAgentGoalsCommandInput,
|
|
213
|
+
ListAgentGoalsCommandOutput,
|
|
214
|
+
} from "./commands/ListAgentGoalsCommand";
|
|
215
|
+
import {
|
|
216
|
+
ListAgentProfilesCommandInput,
|
|
217
|
+
ListAgentProfilesCommandOutput,
|
|
218
|
+
} from "./commands/ListAgentProfilesCommand";
|
|
219
|
+
import {
|
|
220
|
+
ListAgentRecommendationGenerationsCommandInput,
|
|
221
|
+
ListAgentRecommendationGenerationsCommandOutput,
|
|
222
|
+
} from "./commands/ListAgentRecommendationGenerationsCommand";
|
|
223
|
+
import {
|
|
224
|
+
ListAgentRecommendationItemsCommandInput,
|
|
225
|
+
ListAgentRecommendationItemsCommandOutput,
|
|
226
|
+
} from "./commands/ListAgentRecommendationItemsCommand";
|
|
227
|
+
import {
|
|
228
|
+
ListAgentRecommendationsCommandInput,
|
|
229
|
+
ListAgentRecommendationsCommandOutput,
|
|
230
|
+
} from "./commands/ListAgentRecommendationsCommand";
|
|
163
231
|
import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
|
|
164
232
|
import {
|
|
165
233
|
ListCheckDetailsCommandInput,
|
|
@@ -230,11 +298,35 @@ import {
|
|
|
230
298
|
ListWorkloadSharesCommandInput,
|
|
231
299
|
ListWorkloadSharesCommandOutput,
|
|
232
300
|
} from "./commands/ListWorkloadSharesCommand";
|
|
301
|
+
import {
|
|
302
|
+
PutAgentRecommendationFeedbackCommandInput,
|
|
303
|
+
PutAgentRecommendationFeedbackCommandOutput,
|
|
304
|
+
} from "./commands/PutAgentRecommendationFeedbackCommand";
|
|
305
|
+
import {
|
|
306
|
+
StartAgentRecommendationGenerationCommandInput,
|
|
307
|
+
StartAgentRecommendationGenerationCommandOutput,
|
|
308
|
+
} from "./commands/StartAgentRecommendationGenerationCommand";
|
|
233
309
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
234
310
|
import {
|
|
235
311
|
UntagResourceCommandInput,
|
|
236
312
|
UntagResourceCommandOutput,
|
|
237
313
|
} from "./commands/UntagResourceCommand";
|
|
314
|
+
import {
|
|
315
|
+
UpdateAgentContextCommandInput,
|
|
316
|
+
UpdateAgentContextCommandOutput,
|
|
317
|
+
} from "./commands/UpdateAgentContextCommand";
|
|
318
|
+
import {
|
|
319
|
+
UpdateAgentGoalCommandInput,
|
|
320
|
+
UpdateAgentGoalCommandOutput,
|
|
321
|
+
} from "./commands/UpdateAgentGoalCommand";
|
|
322
|
+
import {
|
|
323
|
+
UpdateAgentProfileCommandInput,
|
|
324
|
+
UpdateAgentProfileCommandOutput,
|
|
325
|
+
} from "./commands/UpdateAgentProfileCommand";
|
|
326
|
+
import {
|
|
327
|
+
UpdateAgentRecommendationStatusCommandInput,
|
|
328
|
+
UpdateAgentRecommendationStatusCommandOutput,
|
|
329
|
+
} from "./commands/UpdateAgentRecommendationStatusCommand";
|
|
238
330
|
import {
|
|
239
331
|
UpdateAnswerCommandInput,
|
|
240
332
|
UpdateAnswerCommandOutput,
|
|
@@ -301,6 +393,9 @@ export { __Client };
|
|
|
301
393
|
export type ServiceInputTypes =
|
|
302
394
|
| AssociateLensesCommandInput
|
|
303
395
|
| AssociateProfilesCommandInput
|
|
396
|
+
| CreateAgentContextCommandInput
|
|
397
|
+
| CreateAgentGoalCommandInput
|
|
398
|
+
| CreateAgentProfileCommandInput
|
|
304
399
|
| CreateLensShareCommandInput
|
|
305
400
|
| CreateLensVersionCommandInput
|
|
306
401
|
| CreateMilestoneCommandInput
|
|
@@ -310,6 +405,9 @@ export type ServiceInputTypes =
|
|
|
310
405
|
| CreateTemplateShareCommandInput
|
|
311
406
|
| CreateWorkloadCommandInput
|
|
312
407
|
| CreateWorkloadShareCommandInput
|
|
408
|
+
| DeleteAgentContextCommandInput
|
|
409
|
+
| DeleteAgentGoalCommandInput
|
|
410
|
+
| DeleteAgentProfileCommandInput
|
|
313
411
|
| DeleteLensCommandInput
|
|
314
412
|
| DeleteLensShareCommandInput
|
|
315
413
|
| DeleteProfileCommandInput
|
|
@@ -321,6 +419,11 @@ export type ServiceInputTypes =
|
|
|
321
419
|
| DisassociateLensesCommandInput
|
|
322
420
|
| DisassociateProfilesCommandInput
|
|
323
421
|
| ExportLensCommandInput
|
|
422
|
+
| GetAgentContextCommandInput
|
|
423
|
+
| GetAgentGoalCommandInput
|
|
424
|
+
| GetAgentProfileCommandInput
|
|
425
|
+
| GetAgentRecommendationCommandInput
|
|
426
|
+
| GetAgentRecommendationGenerationCommandInput
|
|
324
427
|
| GetAnswerCommandInput
|
|
325
428
|
| GetConsolidatedReportCommandInput
|
|
326
429
|
| GetGlobalSettingsCommandInput
|
|
@@ -336,6 +439,12 @@ export type ServiceInputTypes =
|
|
|
336
439
|
| GetReviewTemplateLensReviewCommandInput
|
|
337
440
|
| GetWorkloadCommandInput
|
|
338
441
|
| ImportLensCommandInput
|
|
442
|
+
| ListAgentContextsCommandInput
|
|
443
|
+
| ListAgentGoalsCommandInput
|
|
444
|
+
| ListAgentProfilesCommandInput
|
|
445
|
+
| ListAgentRecommendationGenerationsCommandInput
|
|
446
|
+
| ListAgentRecommendationItemsCommandInput
|
|
447
|
+
| ListAgentRecommendationsCommandInput
|
|
339
448
|
| ListAnswersCommandInput
|
|
340
449
|
| ListCheckDetailsCommandInput
|
|
341
450
|
| ListCheckSummariesCommandInput
|
|
@@ -355,8 +464,14 @@ export type ServiceInputTypes =
|
|
|
355
464
|
| ListTemplateSharesCommandInput
|
|
356
465
|
| ListWorkloadSharesCommandInput
|
|
357
466
|
| ListWorkloadsCommandInput
|
|
467
|
+
| PutAgentRecommendationFeedbackCommandInput
|
|
468
|
+
| StartAgentRecommendationGenerationCommandInput
|
|
358
469
|
| TagResourceCommandInput
|
|
359
470
|
| UntagResourceCommandInput
|
|
471
|
+
| UpdateAgentContextCommandInput
|
|
472
|
+
| UpdateAgentGoalCommandInput
|
|
473
|
+
| UpdateAgentProfileCommandInput
|
|
474
|
+
| UpdateAgentRecommendationStatusCommandInput
|
|
360
475
|
| UpdateAnswerCommandInput
|
|
361
476
|
| UpdateGlobalSettingsCommandInput
|
|
362
477
|
| UpdateIntegrationCommandInput
|
|
@@ -374,6 +489,9 @@ export type ServiceInputTypes =
|
|
|
374
489
|
export type ServiceOutputTypes =
|
|
375
490
|
| AssociateLensesCommandOutput
|
|
376
491
|
| AssociateProfilesCommandOutput
|
|
492
|
+
| CreateAgentContextCommandOutput
|
|
493
|
+
| CreateAgentGoalCommandOutput
|
|
494
|
+
| CreateAgentProfileCommandOutput
|
|
377
495
|
| CreateLensShareCommandOutput
|
|
378
496
|
| CreateLensVersionCommandOutput
|
|
379
497
|
| CreateMilestoneCommandOutput
|
|
@@ -383,6 +501,9 @@ export type ServiceOutputTypes =
|
|
|
383
501
|
| CreateTemplateShareCommandOutput
|
|
384
502
|
| CreateWorkloadCommandOutput
|
|
385
503
|
| CreateWorkloadShareCommandOutput
|
|
504
|
+
| DeleteAgentContextCommandOutput
|
|
505
|
+
| DeleteAgentGoalCommandOutput
|
|
506
|
+
| DeleteAgentProfileCommandOutput
|
|
386
507
|
| DeleteLensCommandOutput
|
|
387
508
|
| DeleteLensShareCommandOutput
|
|
388
509
|
| DeleteProfileCommandOutput
|
|
@@ -394,6 +515,11 @@ export type ServiceOutputTypes =
|
|
|
394
515
|
| DisassociateLensesCommandOutput
|
|
395
516
|
| DisassociateProfilesCommandOutput
|
|
396
517
|
| ExportLensCommandOutput
|
|
518
|
+
| GetAgentContextCommandOutput
|
|
519
|
+
| GetAgentGoalCommandOutput
|
|
520
|
+
| GetAgentProfileCommandOutput
|
|
521
|
+
| GetAgentRecommendationCommandOutput
|
|
522
|
+
| GetAgentRecommendationGenerationCommandOutput
|
|
397
523
|
| GetAnswerCommandOutput
|
|
398
524
|
| GetConsolidatedReportCommandOutput
|
|
399
525
|
| GetGlobalSettingsCommandOutput
|
|
@@ -409,6 +535,12 @@ export type ServiceOutputTypes =
|
|
|
409
535
|
| GetReviewTemplateLensReviewCommandOutput
|
|
410
536
|
| GetWorkloadCommandOutput
|
|
411
537
|
| ImportLensCommandOutput
|
|
538
|
+
| ListAgentContextsCommandOutput
|
|
539
|
+
| ListAgentGoalsCommandOutput
|
|
540
|
+
| ListAgentProfilesCommandOutput
|
|
541
|
+
| ListAgentRecommendationGenerationsCommandOutput
|
|
542
|
+
| ListAgentRecommendationItemsCommandOutput
|
|
543
|
+
| ListAgentRecommendationsCommandOutput
|
|
412
544
|
| ListAnswersCommandOutput
|
|
413
545
|
| ListCheckDetailsCommandOutput
|
|
414
546
|
| ListCheckSummariesCommandOutput
|
|
@@ -428,8 +560,14 @@ export type ServiceOutputTypes =
|
|
|
428
560
|
| ListTemplateSharesCommandOutput
|
|
429
561
|
| ListWorkloadSharesCommandOutput
|
|
430
562
|
| ListWorkloadsCommandOutput
|
|
563
|
+
| PutAgentRecommendationFeedbackCommandOutput
|
|
564
|
+
| StartAgentRecommendationGenerationCommandOutput
|
|
431
565
|
| TagResourceCommandOutput
|
|
432
566
|
| UntagResourceCommandOutput
|
|
567
|
+
| UpdateAgentContextCommandOutput
|
|
568
|
+
| UpdateAgentGoalCommandOutput
|
|
569
|
+
| UpdateAgentProfileCommandOutput
|
|
570
|
+
| UpdateAgentRecommendationStatusCommandOutput
|
|
433
571
|
| UpdateAnswerCommandOutput
|
|
434
572
|
| UpdateGlobalSettingsCommandOutput
|
|
435
573
|
| UpdateIntegrationCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { CreateAgentContextRequest, CreateAgentContextResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface CreateAgentContextCommandInput extends CreateAgentContextRequest {}
|
|
5
|
+
export interface CreateAgentContextCommandOutput
|
|
6
|
+
extends CreateAgentContextResponse, __MetadataBearer {}
|
|
7
|
+
declare const CreateAgentContextCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: CreateAgentContextCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
CreateAgentContextCommandInput,
|
|
12
|
+
CreateAgentContextCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: CreateAgentContextCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
CreateAgentContextCommandInput,
|
|
21
|
+
CreateAgentContextCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class CreateAgentContextCommand extends CreateAgentContextCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: CreateAgentContextRequest;
|
|
32
|
+
output: CreateAgentContextResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: CreateAgentContextCommandInput;
|
|
36
|
+
output: CreateAgentContextCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { CreateAgentGoalRequest, CreateAgentGoalResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface CreateAgentGoalCommandInput extends CreateAgentGoalRequest {}
|
|
5
|
+
export interface CreateAgentGoalCommandOutput extends CreateAgentGoalResponse, __MetadataBearer {}
|
|
6
|
+
declare const CreateAgentGoalCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: CreateAgentGoalCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
CreateAgentGoalCommandInput,
|
|
11
|
+
CreateAgentGoalCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: CreateAgentGoalCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
CreateAgentGoalCommandInput,
|
|
20
|
+
CreateAgentGoalCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class CreateAgentGoalCommand extends CreateAgentGoalCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: CreateAgentGoalRequest;
|
|
31
|
+
output: CreateAgentGoalResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: CreateAgentGoalCommandInput;
|
|
35
|
+
output: CreateAgentGoalCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { CreateAgentProfileRequest, CreateAgentProfileResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface CreateAgentProfileCommandInput extends CreateAgentProfileRequest {}
|
|
5
|
+
export interface CreateAgentProfileCommandOutput
|
|
6
|
+
extends CreateAgentProfileResponse, __MetadataBearer {}
|
|
7
|
+
declare const CreateAgentProfileCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: CreateAgentProfileCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
CreateAgentProfileCommandInput,
|
|
12
|
+
CreateAgentProfileCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: CreateAgentProfileCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
CreateAgentProfileCommandInput,
|
|
21
|
+
CreateAgentProfileCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class CreateAgentProfileCommand extends CreateAgentProfileCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: CreateAgentProfileRequest;
|
|
32
|
+
output: CreateAgentProfileResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: CreateAgentProfileCommandInput;
|
|
36
|
+
output: CreateAgentProfileCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { DeleteAgentContextRequest, DeleteAgentContextResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface DeleteAgentContextCommandInput extends DeleteAgentContextRequest {}
|
|
5
|
+
export interface DeleteAgentContextCommandOutput
|
|
6
|
+
extends DeleteAgentContextResponse, __MetadataBearer {}
|
|
7
|
+
declare const DeleteAgentContextCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: DeleteAgentContextCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
DeleteAgentContextCommandInput,
|
|
12
|
+
DeleteAgentContextCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: DeleteAgentContextCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
DeleteAgentContextCommandInput,
|
|
21
|
+
DeleteAgentContextCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class DeleteAgentContextCommand extends DeleteAgentContextCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: DeleteAgentContextRequest;
|
|
32
|
+
output: {};
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: DeleteAgentContextCommandInput;
|
|
36
|
+
output: DeleteAgentContextCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { DeleteAgentGoalRequest, DeleteAgentGoalResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface DeleteAgentGoalCommandInput extends DeleteAgentGoalRequest {}
|
|
5
|
+
export interface DeleteAgentGoalCommandOutput extends DeleteAgentGoalResponse, __MetadataBearer {}
|
|
6
|
+
declare const DeleteAgentGoalCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteAgentGoalCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
DeleteAgentGoalCommandInput,
|
|
11
|
+
DeleteAgentGoalCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteAgentGoalCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
DeleteAgentGoalCommandInput,
|
|
20
|
+
DeleteAgentGoalCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class DeleteAgentGoalCommand extends DeleteAgentGoalCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: DeleteAgentGoalRequest;
|
|
31
|
+
output: {};
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: DeleteAgentGoalCommandInput;
|
|
35
|
+
output: DeleteAgentGoalCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { DeleteAgentProfileRequest, DeleteAgentProfileResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface DeleteAgentProfileCommandInput extends DeleteAgentProfileRequest {}
|
|
5
|
+
export interface DeleteAgentProfileCommandOutput
|
|
6
|
+
extends DeleteAgentProfileResponse, __MetadataBearer {}
|
|
7
|
+
declare const DeleteAgentProfileCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: DeleteAgentProfileCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
DeleteAgentProfileCommandInput,
|
|
12
|
+
DeleteAgentProfileCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: DeleteAgentProfileCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
DeleteAgentProfileCommandInput,
|
|
21
|
+
DeleteAgentProfileCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class DeleteAgentProfileCommand extends DeleteAgentProfileCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: DeleteAgentProfileRequest;
|
|
32
|
+
output: {};
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: DeleteAgentProfileCommandInput;
|
|
36
|
+
output: DeleteAgentProfileCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetAgentContextRequest, GetAgentContextResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetAgentContextCommandInput extends GetAgentContextRequest {}
|
|
5
|
+
export interface GetAgentContextCommandOutput extends GetAgentContextResponse, __MetadataBearer {}
|
|
6
|
+
declare const GetAgentContextCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: GetAgentContextCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
GetAgentContextCommandInput,
|
|
11
|
+
GetAgentContextCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: GetAgentContextCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
GetAgentContextCommandInput,
|
|
20
|
+
GetAgentContextCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class GetAgentContextCommand extends GetAgentContextCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: GetAgentContextRequest;
|
|
31
|
+
output: GetAgentContextResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: GetAgentContextCommandInput;
|
|
35
|
+
output: GetAgentContextCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetAgentGoalRequest, GetAgentGoalResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetAgentGoalCommandInput extends GetAgentGoalRequest {}
|
|
5
|
+
export interface GetAgentGoalCommandOutput extends GetAgentGoalResponse, __MetadataBearer {}
|
|
6
|
+
declare const GetAgentGoalCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: GetAgentGoalCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
GetAgentGoalCommandInput,
|
|
11
|
+
GetAgentGoalCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: GetAgentGoalCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
GetAgentGoalCommandInput,
|
|
20
|
+
GetAgentGoalCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class GetAgentGoalCommand extends GetAgentGoalCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: GetAgentGoalRequest;
|
|
31
|
+
output: GetAgentGoalResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: GetAgentGoalCommandInput;
|
|
35
|
+
output: GetAgentGoalCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetAgentProfileRequest, GetAgentProfileResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetAgentProfileCommandInput extends GetAgentProfileRequest {}
|
|
5
|
+
export interface GetAgentProfileCommandOutput extends GetAgentProfileResponse, __MetadataBearer {}
|
|
6
|
+
declare const GetAgentProfileCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: GetAgentProfileCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
GetAgentProfileCommandInput,
|
|
11
|
+
GetAgentProfileCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: GetAgentProfileCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
GetAgentProfileCommandInput,
|
|
20
|
+
GetAgentProfileCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class GetAgentProfileCommand extends GetAgentProfileCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: GetAgentProfileRequest;
|
|
31
|
+
output: GetAgentProfileResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: GetAgentProfileCommandInput;
|
|
35
|
+
output: GetAgentProfileCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetAgentRecommendationRequest, GetAgentRecommendationResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetAgentRecommendationCommandInput extends GetAgentRecommendationRequest {}
|
|
5
|
+
export interface GetAgentRecommendationCommandOutput
|
|
6
|
+
extends GetAgentRecommendationResponse, __MetadataBearer {}
|
|
7
|
+
declare const GetAgentRecommendationCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: GetAgentRecommendationCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
GetAgentRecommendationCommandInput,
|
|
12
|
+
GetAgentRecommendationCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: GetAgentRecommendationCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
GetAgentRecommendationCommandInput,
|
|
21
|
+
GetAgentRecommendationCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class GetAgentRecommendationCommand extends GetAgentRecommendationCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: GetAgentRecommendationRequest;
|
|
32
|
+
output: GetAgentRecommendationResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: GetAgentRecommendationCommandInput;
|
|
36
|
+
output: GetAgentRecommendationCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetAgentRecommendationGenerationRequest,
|
|
4
|
+
GetAgentRecommendationGenerationResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetAgentRecommendationGenerationCommandInput extends GetAgentRecommendationGenerationRequest {}
|
|
8
|
+
export interface GetAgentRecommendationGenerationCommandOutput
|
|
9
|
+
extends GetAgentRecommendationGenerationResponse, __MetadataBearer {}
|
|
10
|
+
declare const GetAgentRecommendationGenerationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetAgentRecommendationGenerationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetAgentRecommendationGenerationCommandInput,
|
|
15
|
+
GetAgentRecommendationGenerationCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetAgentRecommendationGenerationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetAgentRecommendationGenerationCommandInput,
|
|
24
|
+
GetAgentRecommendationGenerationCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetAgentRecommendationGenerationCommand extends GetAgentRecommendationGenerationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetAgentRecommendationGenerationRequest;
|
|
35
|
+
output: GetAgentRecommendationGenerationResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetAgentRecommendationGenerationCommandInput;
|
|
39
|
+
output: GetAgentRecommendationGenerationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|