@aws-sdk/client-qconnect 3.696.0 → 3.703.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 +88 -0
- package/dist-cjs/index.js +1188 -127
- package/dist-es/QConnect.js +22 -0
- package/dist-es/commands/CreateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +23 -0
- package/dist-es/commands/CreateQuickResponseCommand.js +1 -1
- package/dist-es/commands/DeleteAIGuardrailCommand.js +22 -0
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +22 -0
- package/dist-es/commands/GetAIGuardrailCommand.js +23 -0
- package/dist-es/commands/GetImportJobCommand.js +1 -1
- package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -1
- package/dist-es/commands/GetMessageTemplateCommand.js +1 -1
- package/dist-es/commands/GetNextMessageCommand.js +23 -0
- package/dist-es/commands/GetQuickResponseCommand.js +1 -1
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +23 -0
- package/dist-es/commands/ListAIGuardrailsCommand.js +23 -0
- package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -1
- package/dist-es/commands/ListMessagesCommand.js +23 -0
- package/dist-es/commands/ListQuickResponsesCommand.js +1 -1
- package/dist-es/commands/RenderMessageTemplateCommand.js +1 -1
- package/dist-es/commands/SendMessageCommand.js +23 -0
- package/dist-es/commands/UpdateAIGuardrailCommand.js +23 -0
- package/dist-es/commands/UpdateMessageTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +1 -1
- package/dist-es/commands/UpdateQuickResponseCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +310 -166
- package/dist-es/models/models_1.js +167 -1
- package/dist-es/pagination/ListAIGuardrailVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListAIGuardrailsPaginator.js +4 -0
- package/dist-es/pagination/ListMessagesPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +443 -1
- package/dist-types/QConnect.d.ts +77 -0
- package/dist-types/QConnectClient.d.ts +13 -2
- package/dist-types/commands/CreateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +31 -0
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +231 -0
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +169 -0
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +88 -0
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +89 -0
- package/dist-types/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetAIAgentCommand.d.ts +31 -0
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +157 -0
- package/dist-types/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +4 -3
- package/dist-types/commands/GetNextMessageCommand.d.ts +106 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +31 -0
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +101 -0
- package/dist-types/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +95 -0
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -2
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/SendMessageCommand.d.ts +114 -0
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +62 -0
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +224 -0
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +3820 -3619
- package/dist-types/models/models_1.d.ts +1513 -1
- package/dist-types/pagination/ListAIGuardrailVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIGuardrailsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMessagesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
- package/dist-types/ts3.4/QConnect.d.ts +187 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +482 -441
- package/dist-types/ts3.4/models/models_1.d.ts +437 -5
- package/dist-types/ts3.4/pagination/ListAIGuardrailVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIGuardrailsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMessagesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
- package/package.json +4 -4
|
@@ -57,6 +57,14 @@ import {
|
|
|
57
57
|
CreateAIAgentVersionCommandInput,
|
|
58
58
|
CreateAIAgentVersionCommandOutput,
|
|
59
59
|
} from "./commands/CreateAIAgentVersionCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateAIGuardrailCommandInput,
|
|
62
|
+
CreateAIGuardrailCommandOutput,
|
|
63
|
+
} from "./commands/CreateAIGuardrailCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateAIGuardrailVersionCommandInput,
|
|
66
|
+
CreateAIGuardrailVersionCommandOutput,
|
|
67
|
+
} from "./commands/CreateAIGuardrailVersionCommand";
|
|
60
68
|
import {
|
|
61
69
|
CreateAIPromptCommandInput,
|
|
62
70
|
CreateAIPromptCommandOutput,
|
|
@@ -117,6 +125,14 @@ import {
|
|
|
117
125
|
DeleteAIAgentVersionCommandInput,
|
|
118
126
|
DeleteAIAgentVersionCommandOutput,
|
|
119
127
|
} from "./commands/DeleteAIAgentVersionCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteAIGuardrailCommandInput,
|
|
130
|
+
DeleteAIGuardrailCommandOutput,
|
|
131
|
+
} from "./commands/DeleteAIGuardrailCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteAIGuardrailVersionCommandInput,
|
|
134
|
+
DeleteAIGuardrailVersionCommandOutput,
|
|
135
|
+
} from "./commands/DeleteAIGuardrailVersionCommand";
|
|
120
136
|
import {
|
|
121
137
|
DeleteAIPromptCommandInput,
|
|
122
138
|
DeleteAIPromptCommandOutput,
|
|
@@ -165,6 +181,10 @@ import {
|
|
|
165
181
|
GetAIAgentCommandInput,
|
|
166
182
|
GetAIAgentCommandOutput,
|
|
167
183
|
} from "./commands/GetAIAgentCommand";
|
|
184
|
+
import {
|
|
185
|
+
GetAIGuardrailCommandInput,
|
|
186
|
+
GetAIGuardrailCommandOutput,
|
|
187
|
+
} from "./commands/GetAIGuardrailCommand";
|
|
168
188
|
import {
|
|
169
189
|
GetAIPromptCommandInput,
|
|
170
190
|
GetAIPromptCommandOutput,
|
|
@@ -201,6 +221,10 @@ import {
|
|
|
201
221
|
GetMessageTemplateCommandInput,
|
|
202
222
|
GetMessageTemplateCommandOutput,
|
|
203
223
|
} from "./commands/GetMessageTemplateCommand";
|
|
224
|
+
import {
|
|
225
|
+
GetNextMessageCommandInput,
|
|
226
|
+
GetNextMessageCommandOutput,
|
|
227
|
+
} from "./commands/GetNextMessageCommand";
|
|
204
228
|
import {
|
|
205
229
|
GetQuickResponseCommandInput,
|
|
206
230
|
GetQuickResponseCommandOutput,
|
|
@@ -221,6 +245,14 @@ import {
|
|
|
221
245
|
ListAIAgentVersionsCommandInput,
|
|
222
246
|
ListAIAgentVersionsCommandOutput,
|
|
223
247
|
} from "./commands/ListAIAgentVersionsCommand";
|
|
248
|
+
import {
|
|
249
|
+
ListAIGuardrailsCommandInput,
|
|
250
|
+
ListAIGuardrailsCommandOutput,
|
|
251
|
+
} from "./commands/ListAIGuardrailsCommand";
|
|
252
|
+
import {
|
|
253
|
+
ListAIGuardrailVersionsCommandInput,
|
|
254
|
+
ListAIGuardrailVersionsCommandOutput,
|
|
255
|
+
} from "./commands/ListAIGuardrailVersionsCommand";
|
|
224
256
|
import {
|
|
225
257
|
ListAIPromptsCommandInput,
|
|
226
258
|
ListAIPromptsCommandOutput,
|
|
@@ -253,6 +285,10 @@ import {
|
|
|
253
285
|
ListKnowledgeBasesCommandInput,
|
|
254
286
|
ListKnowledgeBasesCommandOutput,
|
|
255
287
|
} from "./commands/ListKnowledgeBasesCommand";
|
|
288
|
+
import {
|
|
289
|
+
ListMessagesCommandInput,
|
|
290
|
+
ListMessagesCommandOutput,
|
|
291
|
+
} from "./commands/ListMessagesCommand";
|
|
256
292
|
import {
|
|
257
293
|
ListMessageTemplatesCommandInput,
|
|
258
294
|
ListMessageTemplatesCommandOutput,
|
|
@@ -309,6 +345,10 @@ import {
|
|
|
309
345
|
SearchSessionsCommandInput,
|
|
310
346
|
SearchSessionsCommandOutput,
|
|
311
347
|
} from "./commands/SearchSessionsCommand";
|
|
348
|
+
import {
|
|
349
|
+
SendMessageCommandInput,
|
|
350
|
+
SendMessageCommandOutput,
|
|
351
|
+
} from "./commands/SendMessageCommand";
|
|
312
352
|
import {
|
|
313
353
|
StartContentUploadCommandInput,
|
|
314
354
|
StartContentUploadCommandOutput,
|
|
@@ -329,6 +369,10 @@ import {
|
|
|
329
369
|
UpdateAIAgentCommandInput,
|
|
330
370
|
UpdateAIAgentCommandOutput,
|
|
331
371
|
} from "./commands/UpdateAIAgentCommand";
|
|
372
|
+
import {
|
|
373
|
+
UpdateAIGuardrailCommandInput,
|
|
374
|
+
UpdateAIGuardrailCommandOutput,
|
|
375
|
+
} from "./commands/UpdateAIGuardrailCommand";
|
|
332
376
|
import {
|
|
333
377
|
UpdateAIPromptCommandInput,
|
|
334
378
|
UpdateAIPromptCommandOutput,
|
|
@@ -376,6 +420,8 @@ export type ServiceInputTypes =
|
|
|
376
420
|
| ActivateMessageTemplateCommandInput
|
|
377
421
|
| CreateAIAgentCommandInput
|
|
378
422
|
| CreateAIAgentVersionCommandInput
|
|
423
|
+
| CreateAIGuardrailCommandInput
|
|
424
|
+
| CreateAIGuardrailVersionCommandInput
|
|
379
425
|
| CreateAIPromptCommandInput
|
|
380
426
|
| CreateAIPromptVersionCommandInput
|
|
381
427
|
| CreateAssistantAssociationCommandInput
|
|
@@ -391,6 +437,8 @@ export type ServiceInputTypes =
|
|
|
391
437
|
| DeactivateMessageTemplateCommandInput
|
|
392
438
|
| DeleteAIAgentCommandInput
|
|
393
439
|
| DeleteAIAgentVersionCommandInput
|
|
440
|
+
| DeleteAIGuardrailCommandInput
|
|
441
|
+
| DeleteAIGuardrailVersionCommandInput
|
|
394
442
|
| DeleteAIPromptCommandInput
|
|
395
443
|
| DeleteAIPromptVersionCommandInput
|
|
396
444
|
| DeleteAssistantAssociationCommandInput
|
|
@@ -403,6 +451,7 @@ export type ServiceInputTypes =
|
|
|
403
451
|
| DeleteMessageTemplateCommandInput
|
|
404
452
|
| DeleteQuickResponseCommandInput
|
|
405
453
|
| GetAIAgentCommandInput
|
|
454
|
+
| GetAIGuardrailCommandInput
|
|
406
455
|
| GetAIPromptCommandInput
|
|
407
456
|
| GetAssistantAssociationCommandInput
|
|
408
457
|
| GetAssistantCommandInput
|
|
@@ -412,11 +461,14 @@ export type ServiceInputTypes =
|
|
|
412
461
|
| GetImportJobCommandInput
|
|
413
462
|
| GetKnowledgeBaseCommandInput
|
|
414
463
|
| GetMessageTemplateCommandInput
|
|
464
|
+
| GetNextMessageCommandInput
|
|
415
465
|
| GetQuickResponseCommandInput
|
|
416
466
|
| GetRecommendationsCommandInput
|
|
417
467
|
| GetSessionCommandInput
|
|
418
468
|
| ListAIAgentVersionsCommandInput
|
|
419
469
|
| ListAIAgentsCommandInput
|
|
470
|
+
| ListAIGuardrailVersionsCommandInput
|
|
471
|
+
| ListAIGuardrailsCommandInput
|
|
420
472
|
| ListAIPromptVersionsCommandInput
|
|
421
473
|
| ListAIPromptsCommandInput
|
|
422
474
|
| ListAssistantAssociationsCommandInput
|
|
@@ -427,6 +479,7 @@ export type ServiceInputTypes =
|
|
|
427
479
|
| ListKnowledgeBasesCommandInput
|
|
428
480
|
| ListMessageTemplateVersionsCommandInput
|
|
429
481
|
| ListMessageTemplatesCommandInput
|
|
482
|
+
| ListMessagesCommandInput
|
|
430
483
|
| ListQuickResponsesCommandInput
|
|
431
484
|
| ListTagsForResourceCommandInput
|
|
432
485
|
| NotifyRecommendationsReceivedCommandInput
|
|
@@ -439,11 +492,13 @@ export type ServiceInputTypes =
|
|
|
439
492
|
| SearchMessageTemplatesCommandInput
|
|
440
493
|
| SearchQuickResponsesCommandInput
|
|
441
494
|
| SearchSessionsCommandInput
|
|
495
|
+
| SendMessageCommandInput
|
|
442
496
|
| StartContentUploadCommandInput
|
|
443
497
|
| StartImportJobCommandInput
|
|
444
498
|
| TagResourceCommandInput
|
|
445
499
|
| UntagResourceCommandInput
|
|
446
500
|
| UpdateAIAgentCommandInput
|
|
501
|
+
| UpdateAIGuardrailCommandInput
|
|
447
502
|
| UpdateAIPromptCommandInput
|
|
448
503
|
| UpdateAssistantAIAgentCommandInput
|
|
449
504
|
| UpdateContentCommandInput
|
|
@@ -457,6 +512,8 @@ export type ServiceOutputTypes =
|
|
|
457
512
|
| ActivateMessageTemplateCommandOutput
|
|
458
513
|
| CreateAIAgentCommandOutput
|
|
459
514
|
| CreateAIAgentVersionCommandOutput
|
|
515
|
+
| CreateAIGuardrailCommandOutput
|
|
516
|
+
| CreateAIGuardrailVersionCommandOutput
|
|
460
517
|
| CreateAIPromptCommandOutput
|
|
461
518
|
| CreateAIPromptVersionCommandOutput
|
|
462
519
|
| CreateAssistantAssociationCommandOutput
|
|
@@ -472,6 +529,8 @@ export type ServiceOutputTypes =
|
|
|
472
529
|
| DeactivateMessageTemplateCommandOutput
|
|
473
530
|
| DeleteAIAgentCommandOutput
|
|
474
531
|
| DeleteAIAgentVersionCommandOutput
|
|
532
|
+
| DeleteAIGuardrailCommandOutput
|
|
533
|
+
| DeleteAIGuardrailVersionCommandOutput
|
|
475
534
|
| DeleteAIPromptCommandOutput
|
|
476
535
|
| DeleteAIPromptVersionCommandOutput
|
|
477
536
|
| DeleteAssistantAssociationCommandOutput
|
|
@@ -484,6 +543,7 @@ export type ServiceOutputTypes =
|
|
|
484
543
|
| DeleteMessageTemplateCommandOutput
|
|
485
544
|
| DeleteQuickResponseCommandOutput
|
|
486
545
|
| GetAIAgentCommandOutput
|
|
546
|
+
| GetAIGuardrailCommandOutput
|
|
487
547
|
| GetAIPromptCommandOutput
|
|
488
548
|
| GetAssistantAssociationCommandOutput
|
|
489
549
|
| GetAssistantCommandOutput
|
|
@@ -493,11 +553,14 @@ export type ServiceOutputTypes =
|
|
|
493
553
|
| GetImportJobCommandOutput
|
|
494
554
|
| GetKnowledgeBaseCommandOutput
|
|
495
555
|
| GetMessageTemplateCommandOutput
|
|
556
|
+
| GetNextMessageCommandOutput
|
|
496
557
|
| GetQuickResponseCommandOutput
|
|
497
558
|
| GetRecommendationsCommandOutput
|
|
498
559
|
| GetSessionCommandOutput
|
|
499
560
|
| ListAIAgentVersionsCommandOutput
|
|
500
561
|
| ListAIAgentsCommandOutput
|
|
562
|
+
| ListAIGuardrailVersionsCommandOutput
|
|
563
|
+
| ListAIGuardrailsCommandOutput
|
|
501
564
|
| ListAIPromptVersionsCommandOutput
|
|
502
565
|
| ListAIPromptsCommandOutput
|
|
503
566
|
| ListAssistantAssociationsCommandOutput
|
|
@@ -508,6 +571,7 @@ export type ServiceOutputTypes =
|
|
|
508
571
|
| ListKnowledgeBasesCommandOutput
|
|
509
572
|
| ListMessageTemplateVersionsCommandOutput
|
|
510
573
|
| ListMessageTemplatesCommandOutput
|
|
574
|
+
| ListMessagesCommandOutput
|
|
511
575
|
| ListQuickResponsesCommandOutput
|
|
512
576
|
| ListTagsForResourceCommandOutput
|
|
513
577
|
| NotifyRecommendationsReceivedCommandOutput
|
|
@@ -520,11 +584,13 @@ export type ServiceOutputTypes =
|
|
|
520
584
|
| SearchMessageTemplatesCommandOutput
|
|
521
585
|
| SearchQuickResponsesCommandOutput
|
|
522
586
|
| SearchSessionsCommandOutput
|
|
587
|
+
| SendMessageCommandOutput
|
|
523
588
|
| StartContentUploadCommandOutput
|
|
524
589
|
| StartImportJobCommandOutput
|
|
525
590
|
| TagResourceCommandOutput
|
|
526
591
|
| UntagResourceCommandOutput
|
|
527
592
|
| UpdateAIAgentCommandOutput
|
|
593
|
+
| UpdateAIGuardrailCommandOutput
|
|
528
594
|
| UpdateAIPromptCommandOutput
|
|
529
595
|
| UpdateAssistantAIAgentCommandOutput
|
|
530
596
|
| UpdateContentCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAIGuardrailRequest,
|
|
5
|
+
CreateAIGuardrailResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAIGuardrailCommandInput
|
|
15
|
+
extends CreateAIGuardrailRequest {}
|
|
16
|
+
export interface CreateAIGuardrailCommandOutput
|
|
17
|
+
extends CreateAIGuardrailResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAIGuardrailCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAIGuardrailCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAIGuardrailCommandInput,
|
|
24
|
+
CreateAIGuardrailCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateAIGuardrailCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAIGuardrailCommandInput,
|
|
33
|
+
CreateAIGuardrailCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAIGuardrailCommand extends CreateAIGuardrailCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAIGuardrailRequest;
|
|
44
|
+
output: CreateAIGuardrailResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAIGuardrailCommandInput;
|
|
48
|
+
output: CreateAIGuardrailCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateAIGuardrailVersionRequest,
|
|
5
|
+
CreateAIGuardrailVersionResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAIGuardrailVersionCommandInput
|
|
15
|
+
extends CreateAIGuardrailVersionRequest {}
|
|
16
|
+
export interface CreateAIGuardrailVersionCommandOutput
|
|
17
|
+
extends CreateAIGuardrailVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAIGuardrailVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAIGuardrailVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAIGuardrailVersionCommandInput,
|
|
24
|
+
CreateAIGuardrailVersionCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateAIGuardrailVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAIGuardrailVersionCommandInput,
|
|
33
|
+
CreateAIGuardrailVersionCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAIGuardrailVersionCommand extends CreateAIGuardrailVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAIGuardrailVersionRequest;
|
|
44
|
+
output: CreateAIGuardrailVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAIGuardrailVersionCommandInput;
|
|
48
|
+
output: CreateAIGuardrailVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeactivateMessageTemplateRequest,
|
|
5
5
|
DeactivateMessageTemplateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAIGuardrailRequest,
|
|
5
|
+
DeleteAIGuardrailResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAIGuardrailCommandInput
|
|
15
|
+
extends DeleteAIGuardrailRequest {}
|
|
16
|
+
export interface DeleteAIGuardrailCommandOutput
|
|
17
|
+
extends DeleteAIGuardrailResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAIGuardrailCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAIGuardrailCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAIGuardrailCommandInput,
|
|
24
|
+
DeleteAIGuardrailCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteAIGuardrailCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAIGuardrailCommandInput,
|
|
33
|
+
DeleteAIGuardrailCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAIGuardrailCommand extends DeleteAIGuardrailCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAIGuardrailRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAIGuardrailCommandInput;
|
|
48
|
+
output: DeleteAIGuardrailCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteAIGuardrailVersionRequest,
|
|
5
|
+
DeleteAIGuardrailVersionResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAIGuardrailVersionCommandInput
|
|
15
|
+
extends DeleteAIGuardrailVersionRequest {}
|
|
16
|
+
export interface DeleteAIGuardrailVersionCommandOutput
|
|
17
|
+
extends DeleteAIGuardrailVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAIGuardrailVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAIGuardrailVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAIGuardrailVersionCommandInput,
|
|
24
|
+
DeleteAIGuardrailVersionCommandOutput,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteAIGuardrailVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAIGuardrailVersionCommandInput,
|
|
33
|
+
DeleteAIGuardrailVersionCommandOutput,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAIGuardrailVersionCommand extends DeleteAIGuardrailVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAIGuardrailVersionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAIGuardrailVersionCommandInput;
|
|
48
|
+
output: DeleteAIGuardrailVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteMessageTemplateAttachmentRequest,
|
|
5
5
|
DeleteMessageTemplateAttachmentResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeleteMessageTemplateRequest,
|
|
5
5
|
DeleteMessageTemplateResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetAIGuardrailRequest,
|
|
5
|
+
GetAIGuardrailResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetAIGuardrailCommandInput extends GetAIGuardrailRequest {}
|
|
15
|
+
export interface GetAIGuardrailCommandOutput
|
|
16
|
+
extends GetAIGuardrailResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetAIGuardrailCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetAIGuardrailCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetAIGuardrailCommandInput,
|
|
23
|
+
GetAIGuardrailCommandOutput,
|
|
24
|
+
QConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAIGuardrailCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAIGuardrailCommandInput,
|
|
32
|
+
GetAIGuardrailCommandOutput,
|
|
33
|
+
QConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetAIGuardrailCommand extends GetAIGuardrailCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAIGuardrailRequest;
|
|
43
|
+
output: GetAIGuardrailResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAIGuardrailCommandInput;
|
|
47
|
+
output: GetAIGuardrailCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetImportJobRequest, GetImportJobResponse } from "../models/
|
|
3
|
+
import { GetImportJobRequest, GetImportJobResponse } from "../models/models_1";
|
|
4
4
|
import {
|
|
5
5
|
QConnectClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetNextMessageRequest,
|
|
5
|
+
GetNextMessageResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
QConnectClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QConnectClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetNextMessageCommandInput extends GetNextMessageRequest {}
|
|
15
|
+
export interface GetNextMessageCommandOutput
|
|
16
|
+
extends GetNextMessageResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetNextMessageCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetNextMessageCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetNextMessageCommandInput,
|
|
23
|
+
GetNextMessageCommandOutput,
|
|
24
|
+
QConnectClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetNextMessageCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetNextMessageCommandInput,
|
|
32
|
+
GetNextMessageCommandOutput,
|
|
33
|
+
QConnectClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class GetNextMessageCommand extends GetNextMessageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetNextMessageRequest;
|
|
43
|
+
output: GetNextMessageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetNextMessageCommandInput;
|
|
47
|
+
output: GetNextMessageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|