@aws-sdk/client-qconnect 3.940.0 → 3.943.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 +16 -0
- package/dist-cjs/index.js +879 -101
- package/dist-es/QConnect.js +4 -0
- package/dist-es/commands/ListSpansCommand.js +16 -0
- package/dist-es/commands/RetrieveCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/enums.js +61 -12
- package/dist-es/models/errors.js +12 -0
- package/dist-es/pagination/ListSpansPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +774 -90
- package/dist-types/QConnect.d.ts +14 -0
- package/dist-types/QConnectClient.d.ts +4 -2
- package/dist-types/commands/CreateAIAgentCommand.d.ts +126 -0
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +63 -0
- package/dist-types/commands/CreateAIPromptCommand.d.ts +16 -0
- package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +8 -0
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +14 -1
- 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 +63 -0
- package/dist-types/commands/GetAIPromptCommand.d.ts +8 -0
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +4 -0
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -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 +1 -1
- package/dist-types/commands/GetNextMessageCommand.d.ts +26 -0
- package/dist-types/commands/GetQuickResponseCommand.d.ts +1 -1
- package/dist-types/commands/GetRecommendationsCommand.d.ts +39 -0
- package/dist-types/commands/GetSessionCommand.d.ts +6 -0
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +63 -0
- package/dist-types/commands/ListAIAgentsCommand.d.ts +63 -0
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +4 -0
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -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 +23 -0
- package/dist-types/commands/ListSpansCommand.d.ts +207 -0
- package/dist-types/commands/QueryAssistantCommand.d.ts +41 -0
- package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +1 -0
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +1 -2
- package/dist-types/commands/RetrieveCommand.d.ts +168 -0
- package/dist-types/commands/SendMessageCommand.d.ts +37 -1
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +126 -0
- package/dist-types/commands/UpdateAIPromptCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +12 -0
- package/dist-types/commands/UpdateSessionCommand.d.ts +13 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/enums.d.ts +110 -21
- package/dist-types/models/errors.d.ts +13 -1
- package/dist-types/models/models_0.d.ts +996 -723
- package/dist-types/models/models_1.d.ts +1563 -48
- package/dist-types/pagination/ListSpansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +64 -0
- package/dist-types/ts3.4/QConnect.d.ts +34 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +12 -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/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/GetQuickResponseCommand.d.ts +1 -1
- 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/ListSpansCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -15
- package/dist-types/ts3.4/models/errors.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +354 -172
- package/dist-types/ts3.4/models/models_1.d.ts +663 -2
- package/dist-types/ts3.4/pagination/ListSpansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
- package/package.json +5 -5
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListSpansCommandInput, ListSpansCommandOutput } from "../commands/ListSpansCommand";
|
|
3
|
+
import { QConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListSpans: (config: QConnectPaginationConfiguration, input: ListSpansCommandInput, ...rest: any[]) => Paginator<ListSpansCommandOutput>;
|
|
@@ -15,6 +15,7 @@ export * from "./ListMessageTemplateVersionsPaginator";
|
|
|
15
15
|
export * from "./ListMessageTemplatesPaginator";
|
|
16
16
|
export * from "./ListMessagesPaginator";
|
|
17
17
|
export * from "./ListQuickResponsesPaginator";
|
|
18
|
+
export * from "./ListSpansPaginator";
|
|
18
19
|
export * from "./QueryAssistantPaginator";
|
|
19
20
|
export * from "./SearchContentPaginator";
|
|
20
21
|
export * from "./SearchMessageTemplatesPaginator";
|
|
@@ -21,13 +21,16 @@ export declare var GuardrailTopicExample: StaticSimpleSchema;
|
|
|
21
21
|
export declare var GuardrailTopicName: StaticSimpleSchema;
|
|
22
22
|
export declare var GuardrailTopicType: StaticSimpleSchema;
|
|
23
23
|
export declare var GuardrailWordText: StaticSimpleSchema;
|
|
24
|
+
export declare var MaxTokensToSample: StaticSimpleSchema;
|
|
24
25
|
export declare var MessageTemplateAttributeValue: StaticSimpleSchema;
|
|
25
26
|
export declare var NonEmptySensitiveString: StaticSimpleSchema;
|
|
26
27
|
export declare var NonEmptyUnlimitedString: StaticSimpleSchema;
|
|
28
|
+
export declare var Probability: StaticSimpleSchema;
|
|
27
29
|
export declare var QueryText: StaticSimpleSchema;
|
|
28
30
|
export declare var QuickResponseContent: StaticSimpleSchema;
|
|
29
31
|
export declare var SensitiveString: StaticSimpleSchema;
|
|
30
32
|
export declare var TextAIPrompt: StaticSimpleSchema;
|
|
33
|
+
export declare var TopK: StaticSimpleSchema;
|
|
31
34
|
export declare var Url: StaticSimpleSchema;
|
|
32
35
|
export declare var UrlFilterPattern: StaticSimpleSchema;
|
|
33
36
|
export declare var AccessDeniedException: StaticErrorSchema;
|
|
@@ -38,6 +41,7 @@ export declare var AIAgentConfigurationData: StaticStructureSchema;
|
|
|
38
41
|
export declare var AIAgentData: StaticStructureSchema;
|
|
39
42
|
export declare var AIAgentSummary: StaticStructureSchema;
|
|
40
43
|
export declare var AIAgentVersionSummary: StaticStructureSchema;
|
|
44
|
+
export declare var AIGuardrailAssessment: StaticStructureSchema;
|
|
41
45
|
export declare var AIGuardrailContentPolicyConfig: StaticStructureSchema;
|
|
42
46
|
export declare var AIGuardrailContextualGroundingPolicyConfig: StaticStructureSchema;
|
|
43
47
|
export declare var AIGuardrailData: StaticStructureSchema;
|
|
@@ -50,6 +54,7 @@ export declare var AIPromptData: StaticStructureSchema;
|
|
|
50
54
|
export declare var AIPromptSummary: StaticStructureSchema;
|
|
51
55
|
export declare var AIPromptVersionSummary: StaticStructureSchema;
|
|
52
56
|
export declare var AmazonConnectGuideAssociationData: StaticStructureSchema;
|
|
57
|
+
export declare var Annotation: StaticStructureSchema;
|
|
53
58
|
export declare var AnswerRecommendationAIAgentConfiguration: StaticStructureSchema;
|
|
54
59
|
export declare var AppIntegrationsConfiguration: StaticStructureSchema;
|
|
55
60
|
export declare var AssistantAssociationData: StaticStructureSchema;
|
|
@@ -60,7 +65,11 @@ export declare var AssistantIntegrationConfiguration: StaticStructureSchema;
|
|
|
60
65
|
export declare var AssistantSummary: StaticStructureSchema;
|
|
61
66
|
export declare var AssociationConfiguration: StaticStructureSchema;
|
|
62
67
|
export declare var BedrockFoundationModelConfigurationForParsing: StaticStructureSchema;
|
|
68
|
+
export declare var CaseSummarizationAIAgentConfiguration: StaticStructureSchema;
|
|
69
|
+
export declare var CaseSummarizationChunkDataDetails: StaticStructureSchema;
|
|
70
|
+
export declare var CaseSummarizationInputData: StaticStructureSchema;
|
|
63
71
|
export declare var ChunkingConfiguration: StaticStructureSchema;
|
|
72
|
+
export declare var Citation: StaticStructureSchema;
|
|
64
73
|
export declare var CitationSpan: StaticStructureSchema;
|
|
65
74
|
export declare var ConflictException: StaticErrorSchema;
|
|
66
75
|
export declare var ConnectConfiguration: StaticStructureSchema;
|
|
@@ -151,8 +160,10 @@ export declare var EmailOverviewChunkDataDetails: StaticStructureSchema;
|
|
|
151
160
|
export declare var EmailResponseAIAgentConfiguration: StaticStructureSchema;
|
|
152
161
|
export declare var EmailResponseChunkDataDetails: StaticStructureSchema;
|
|
153
162
|
export declare var ExtendedMessageTemplateData: StaticStructureSchema;
|
|
163
|
+
export declare var ExternalBedrockKnowledgeBaseConfig: StaticStructureSchema;
|
|
154
164
|
export declare var ExternalSourceConfiguration: StaticStructureSchema;
|
|
155
165
|
export declare var Filter: StaticStructureSchema;
|
|
166
|
+
export declare var FilterAttribute: StaticStructureSchema;
|
|
156
167
|
export declare var FixedSizeChunkingConfiguration: StaticStructureSchema;
|
|
157
168
|
export declare var GenerativeChunkDataDetails: StaticStructureSchema;
|
|
158
169
|
export declare var GenerativeContentFeedbackData: StaticStructureSchema;
|
|
@@ -239,6 +250,8 @@ export declare var ListMessageTemplateVersionsRequest: StaticStructureSchema;
|
|
|
239
250
|
export declare var ListMessageTemplateVersionsResponse: StaticStructureSchema;
|
|
240
251
|
export declare var ListQuickResponsesRequest: StaticStructureSchema;
|
|
241
252
|
export declare var ListQuickResponsesResponse: StaticStructureSchema;
|
|
253
|
+
export declare var ListSpansRequest: StaticStructureSchema;
|
|
254
|
+
export declare var ListSpansResponse: StaticStructureSchema;
|
|
242
255
|
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
243
256
|
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
244
257
|
export declare var ManualSearchAIAgentConfiguration: StaticStructureSchema;
|
|
@@ -255,9 +268,14 @@ export declare var MessageTemplateSearchExpression: StaticStructureSchema;
|
|
|
255
268
|
export declare var MessageTemplateSearchResultData: StaticStructureSchema;
|
|
256
269
|
export declare var MessageTemplateSummary: StaticStructureSchema;
|
|
257
270
|
export declare var MessageTemplateVersionSummary: StaticStructureSchema;
|
|
271
|
+
export declare var NotesChunkDataDetails: StaticStructureSchema;
|
|
272
|
+
export declare var NotesDataDetails: StaticStructureSchema;
|
|
273
|
+
export declare var NoteTakingAIAgentConfiguration: StaticStructureSchema;
|
|
258
274
|
export declare var NotifyRecommendationsReceivedError: StaticStructureSchema;
|
|
259
275
|
export declare var NotifyRecommendationsReceivedRequest: StaticStructureSchema;
|
|
260
276
|
export declare var NotifyRecommendationsReceivedResponse: StaticStructureSchema;
|
|
277
|
+
export declare var OrchestrationAIAgentConfiguration: StaticStructureSchema;
|
|
278
|
+
export declare var OrchestratorConfigurationEntry: StaticStructureSchema;
|
|
261
279
|
export declare var ParsingConfiguration: StaticStructureSchema;
|
|
262
280
|
export declare var ParsingPrompt: StaticStructureSchema;
|
|
263
281
|
export declare var PreconditionFailedException: StaticErrorSchema;
|
|
@@ -294,6 +312,10 @@ export declare var RenderMessageTemplateResponse: StaticStructureSchema;
|
|
|
294
312
|
export declare var RequestTimeoutException: StaticErrorSchema;
|
|
295
313
|
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
296
314
|
export declare var ResultData: StaticStructureSchema;
|
|
315
|
+
export declare var RetrievalConfiguration: StaticStructureSchema;
|
|
316
|
+
export declare var RetrieveRequest: StaticStructureSchema;
|
|
317
|
+
export declare var RetrieveResponse: StaticStructureSchema;
|
|
318
|
+
export declare var RetrieveResult: StaticStructureSchema;
|
|
297
319
|
export declare var RuntimeSessionData: StaticStructureSchema;
|
|
298
320
|
export declare var SearchContentRequest: StaticStructureSchema;
|
|
299
321
|
export declare var SearchContentResponse: StaticStructureSchema;
|
|
@@ -318,21 +340,39 @@ export declare var SessionSummary: StaticStructureSchema;
|
|
|
318
340
|
export declare var SMSMessageTemplateContent: StaticStructureSchema;
|
|
319
341
|
export declare var SMSMessageTemplateContentBody: StaticStructureSchema;
|
|
320
342
|
export declare var SourceContentDataDetails: StaticStructureSchema;
|
|
343
|
+
export declare var Span: StaticStructureSchema;
|
|
344
|
+
export declare var SpanAttributes: StaticStructureSchema;
|
|
345
|
+
export declare var SpanCitation: StaticStructureSchema;
|
|
346
|
+
export declare var SpanMessage: StaticStructureSchema;
|
|
347
|
+
export declare var SpanTextValue: StaticStructureSchema;
|
|
348
|
+
export declare var SpanToolResultValue: StaticStructureSchema;
|
|
349
|
+
export declare var SpanToolUseValue: StaticStructureSchema;
|
|
321
350
|
export declare var StartContentUploadRequest: StaticStructureSchema;
|
|
322
351
|
export declare var StartContentUploadResponse: StaticStructureSchema;
|
|
323
352
|
export declare var StartImportJobRequest: StaticStructureSchema;
|
|
324
353
|
export declare var StartImportJobResponse: StaticStructureSchema;
|
|
354
|
+
export declare var SuggestedMessageDataDetails: StaticStructureSchema;
|
|
355
|
+
export declare var SuggestedMessageReference: StaticStructureSchema;
|
|
325
356
|
export declare var SystemAttributes: StaticStructureSchema;
|
|
326
357
|
export declare var SystemEndpointAttributes: StaticStructureSchema;
|
|
327
358
|
export declare var TagCondition: StaticStructureSchema;
|
|
328
359
|
export declare var TagResourceRequest: StaticStructureSchema;
|
|
329
360
|
export declare var TagResourceResponse: StaticStructureSchema;
|
|
361
|
+
export declare var TextAIPromptInferenceConfiguration: StaticStructureSchema;
|
|
330
362
|
export declare var TextData: StaticStructureSchema;
|
|
331
363
|
export declare var TextFullAIPromptEditTemplateConfiguration: StaticStructureSchema;
|
|
332
364
|
export declare var TextMessage: StaticStructureSchema;
|
|
333
365
|
export declare var ThrottlingException: StaticErrorSchema;
|
|
366
|
+
export declare var ToolConfiguration: StaticStructureSchema;
|
|
367
|
+
export declare var ToolInstruction: StaticStructureSchema;
|
|
368
|
+
export declare var ToolOutputConfiguration: StaticStructureSchema;
|
|
369
|
+
export declare var ToolOutputFilter: StaticStructureSchema;
|
|
370
|
+
export declare var ToolOverrideConstantInputValue: StaticStructureSchema;
|
|
371
|
+
export declare var ToolOverrideInputValue: StaticStructureSchema;
|
|
372
|
+
export declare var ToolUseResultData: StaticStructureSchema;
|
|
334
373
|
export declare var TooManyTagsException: StaticErrorSchema;
|
|
335
374
|
export declare var UnauthorizedException: StaticErrorSchema;
|
|
375
|
+
export declare var UnprocessableContentException: StaticErrorSchema;
|
|
336
376
|
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
337
377
|
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
338
378
|
export declare var UpdateAIAgentRequest: StaticStructureSchema;
|
|
@@ -358,6 +398,7 @@ export declare var UpdateSessionDataResponse: StaticStructureSchema;
|
|
|
358
398
|
export declare var UpdateSessionRequest: StaticStructureSchema;
|
|
359
399
|
export declare var UpdateSessionResponse: StaticStructureSchema;
|
|
360
400
|
export declare var UrlConfiguration: StaticStructureSchema;
|
|
401
|
+
export declare var UserInteractionConfiguration: StaticStructureSchema;
|
|
361
402
|
export declare var ValidationException: StaticErrorSchema;
|
|
362
403
|
export declare var VectorIngestionConfiguration: StaticStructureSchema;
|
|
363
404
|
export declare var WebCrawlerConfiguration: StaticStructureSchema;
|
|
@@ -373,10 +414,12 @@ export declare var AIGuardrailVersionSummariesList: StaticListSchema;
|
|
|
373
414
|
export declare var AIPromptSummaryList: StaticListSchema;
|
|
374
415
|
export declare var AIPromptVersionSummariesList: StaticListSchema;
|
|
375
416
|
export declare var AndConditions: StaticListSchema;
|
|
417
|
+
export declare var AssistantAssociationIdList: number;
|
|
376
418
|
export declare var AssistantAssociationSummaryList: StaticListSchema;
|
|
377
419
|
export declare var AssistantList: StaticListSchema;
|
|
378
420
|
export declare var AssociationConfigurationList: StaticListSchema;
|
|
379
421
|
export declare var Channels: StaticListSchema;
|
|
422
|
+
export declare var Citations: StaticListSchema;
|
|
380
423
|
export declare var ContactAttributeKeys: StaticListSchema;
|
|
381
424
|
export declare var ContentAssociationSummaryList: StaticListSchema;
|
|
382
425
|
export declare var ContentSummaryList: StaticListSchema;
|
|
@@ -410,6 +453,7 @@ export declare var MessageTemplateSummaryList: StaticListSchema;
|
|
|
410
453
|
export declare var MessageTemplateVersionSummaryList: StaticListSchema;
|
|
411
454
|
export declare var NotifyRecommendationsReceivedErrorList: StaticListSchema;
|
|
412
455
|
export declare var ObjectFieldsList: number;
|
|
456
|
+
export declare var OrchestratorConfigurationList: StaticListSchema;
|
|
413
457
|
export declare var OrConditions: StaticListSchema;
|
|
414
458
|
export declare var QueryConditionExpression: StaticListSchema;
|
|
415
459
|
export declare var QueryResultsList: StaticListSchema;
|
|
@@ -422,11 +466,23 @@ export declare var QuickResponseSummaryList: StaticListSchema;
|
|
|
422
466
|
export declare var RecommendationIdList: number;
|
|
423
467
|
export declare var RecommendationList: StaticListSchema;
|
|
424
468
|
export declare var RecommendationTriggerList: StaticListSchema;
|
|
469
|
+
export declare var RetrievalFilterList: StaticListSchema;
|
|
470
|
+
export declare var RetrieveResultList: StaticListSchema;
|
|
425
471
|
export declare var RuntimeSessionDataList: StaticListSchema;
|
|
426
472
|
export declare var SeedUrls: StaticListSchema;
|
|
427
473
|
export declare var SelfServiceConversationHistoryList: StaticListSchema;
|
|
428
474
|
export declare var SessionSummaries: StaticListSchema;
|
|
475
|
+
export declare var SpanCitationList: StaticListSchema;
|
|
476
|
+
export declare var SpanFinishReasonList: number;
|
|
477
|
+
export declare var SpanList: StaticListSchema;
|
|
478
|
+
export declare var SpanMessageList: StaticListSchema;
|
|
479
|
+
export declare var SpanMessageValueList: StaticListSchema;
|
|
480
|
+
export declare var SuggestedMessagesList: StaticListSchema;
|
|
429
481
|
export declare var TagKeyList: number;
|
|
482
|
+
export declare var ToolConfigurationList: StaticListSchema;
|
|
483
|
+
export declare var ToolExampleList: number;
|
|
484
|
+
export declare var ToolOutputFilterList: StaticListSchema;
|
|
485
|
+
export declare var ToolOverrideInputValueList: StaticListSchema;
|
|
430
486
|
export declare var UrlFilterList: StaticListSchema;
|
|
431
487
|
export declare var WhatsAppMessageTemplateComponents: number;
|
|
432
488
|
export declare var AIAgentConfigurationMap: StaticMapSchema;
|
|
@@ -434,8 +490,10 @@ export declare var ContactAttributes: StaticMapSchema;
|
|
|
434
490
|
export declare var ContentMetadata: number;
|
|
435
491
|
export declare var CustomAttributes: StaticMapSchema;
|
|
436
492
|
export declare var Headers: number;
|
|
493
|
+
export declare var MessageMetadata: number;
|
|
437
494
|
export declare var Tags: number;
|
|
438
495
|
export declare var AIAgentConfiguration: StaticStructureSchema;
|
|
496
|
+
export declare var AIPromptInferenceConfiguration: StaticStructureSchema;
|
|
439
497
|
export declare var AIPromptTemplateConfiguration: StaticStructureSchema;
|
|
440
498
|
export declare var AssistantAssociationInputData: StaticStructureSchema;
|
|
441
499
|
export declare var AssistantAssociationOutputData: StaticStructureSchema;
|
|
@@ -445,6 +503,7 @@ export declare var ContentAssociationContents: StaticStructureSchema;
|
|
|
445
503
|
export declare var ContentFeedbackData: StaticStructureSchema;
|
|
446
504
|
export declare var DataDetails: StaticStructureSchema;
|
|
447
505
|
export declare var DataReference: StaticStructureSchema;
|
|
506
|
+
export declare var KnowledgeSource: StaticStructureSchema;
|
|
448
507
|
export declare var ManagedSourceConfiguration: StaticStructureSchema;
|
|
449
508
|
export declare var MessageData: StaticStructureSchema;
|
|
450
509
|
export declare var MessageTemplateBodyContentProvider: StaticStructureSchema;
|
|
@@ -457,9 +516,12 @@ export declare var QueryInputData: StaticStructureSchema;
|
|
|
457
516
|
export declare var QuickResponseContentProvider: StaticStructureSchema;
|
|
458
517
|
export declare var QuickResponseDataProvider: StaticStructureSchema;
|
|
459
518
|
export declare var RecommendationTriggerData: StaticStructureSchema;
|
|
519
|
+
export declare var RetrievalFilterConfiguration: StaticStructureSchema;
|
|
460
520
|
export declare var RuntimeSessionDataValue: StaticStructureSchema;
|
|
461
521
|
export declare var SourceConfiguration: StaticStructureSchema;
|
|
522
|
+
export declare var SpanMessageValue: StaticStructureSchema;
|
|
462
523
|
export declare var TagFilter: StaticStructureSchema;
|
|
524
|
+
export declare var ToolOverrideInputValueConfiguration: StaticStructureSchema;
|
|
463
525
|
export declare var ActivateMessageTemplate: StaticOperationSchema;
|
|
464
526
|
export declare var CreateAIAgent: StaticOperationSchema;
|
|
465
527
|
export declare var CreateAIAgentVersion: StaticOperationSchema;
|
|
@@ -524,6 +586,7 @@ export declare var ListMessages: StaticOperationSchema;
|
|
|
524
586
|
export declare var ListMessageTemplates: StaticOperationSchema;
|
|
525
587
|
export declare var ListMessageTemplateVersions: StaticOperationSchema;
|
|
526
588
|
export declare var ListQuickResponses: StaticOperationSchema;
|
|
589
|
+
export declare var ListSpans: StaticOperationSchema;
|
|
527
590
|
export declare var ListTagsForResource: StaticOperationSchema;
|
|
528
591
|
export declare var NotifyRecommendationsReceived: StaticOperationSchema;
|
|
529
592
|
export declare var PutFeedback: StaticOperationSchema;
|
|
@@ -531,6 +594,7 @@ export declare var QueryAssistant: StaticOperationSchema;
|
|
|
531
594
|
export declare var RemoveAssistantAIAgent: StaticOperationSchema;
|
|
532
595
|
export declare var RemoveKnowledgeBaseTemplateUri: StaticOperationSchema;
|
|
533
596
|
export declare var RenderMessageTemplate: StaticOperationSchema;
|
|
597
|
+
export declare var Retrieve: StaticOperationSchema;
|
|
534
598
|
export declare var SearchContent: StaticOperationSchema;
|
|
535
599
|
export declare var SearchMessageTemplates: StaticOperationSchema;
|
|
536
600
|
export declare var SearchQuickResponses: StaticOperationSchema;
|
|
@@ -255,6 +255,10 @@ import {
|
|
|
255
255
|
ListQuickResponsesCommandInput,
|
|
256
256
|
ListQuickResponsesCommandOutput,
|
|
257
257
|
} from "./commands/ListQuickResponsesCommand";
|
|
258
|
+
import {
|
|
259
|
+
ListSpansCommandInput,
|
|
260
|
+
ListSpansCommandOutput,
|
|
261
|
+
} from "./commands/ListSpansCommand";
|
|
258
262
|
import {
|
|
259
263
|
ListTagsForResourceCommandInput,
|
|
260
264
|
ListTagsForResourceCommandOutput,
|
|
@@ -283,6 +287,10 @@ import {
|
|
|
283
287
|
RenderMessageTemplateCommandInput,
|
|
284
288
|
RenderMessageTemplateCommandOutput,
|
|
285
289
|
} from "./commands/RenderMessageTemplateCommand";
|
|
290
|
+
import {
|
|
291
|
+
RetrieveCommandInput,
|
|
292
|
+
RetrieveCommandOutput,
|
|
293
|
+
} from "./commands/RetrieveCommand";
|
|
286
294
|
import {
|
|
287
295
|
SearchContentCommandInput,
|
|
288
296
|
SearchContentCommandOutput,
|
|
@@ -1199,6 +1207,19 @@ export interface QConnect {
|
|
|
1199
1207
|
options: __HttpHandlerOptions,
|
|
1200
1208
|
cb: (err: any, data?: ListQuickResponsesCommandOutput) => void
|
|
1201
1209
|
): void;
|
|
1210
|
+
listSpans(
|
|
1211
|
+
args: ListSpansCommandInput,
|
|
1212
|
+
options?: __HttpHandlerOptions
|
|
1213
|
+
): Promise<ListSpansCommandOutput>;
|
|
1214
|
+
listSpans(
|
|
1215
|
+
args: ListSpansCommandInput,
|
|
1216
|
+
cb: (err: any, data?: ListSpansCommandOutput) => void
|
|
1217
|
+
): void;
|
|
1218
|
+
listSpans(
|
|
1219
|
+
args: ListSpansCommandInput,
|
|
1220
|
+
options: __HttpHandlerOptions,
|
|
1221
|
+
cb: (err: any, data?: ListSpansCommandOutput) => void
|
|
1222
|
+
): void;
|
|
1202
1223
|
listTagsForResource(
|
|
1203
1224
|
args: ListTagsForResourceCommandInput,
|
|
1204
1225
|
options?: __HttpHandlerOptions
|
|
@@ -1290,6 +1311,19 @@ export interface QConnect {
|
|
|
1290
1311
|
options: __HttpHandlerOptions,
|
|
1291
1312
|
cb: (err: any, data?: RenderMessageTemplateCommandOutput) => void
|
|
1292
1313
|
): void;
|
|
1314
|
+
retrieve(
|
|
1315
|
+
args: RetrieveCommandInput,
|
|
1316
|
+
options?: __HttpHandlerOptions
|
|
1317
|
+
): Promise<RetrieveCommandOutput>;
|
|
1318
|
+
retrieve(
|
|
1319
|
+
args: RetrieveCommandInput,
|
|
1320
|
+
cb: (err: any, data?: RetrieveCommandOutput) => void
|
|
1321
|
+
): void;
|
|
1322
|
+
retrieve(
|
|
1323
|
+
args: RetrieveCommandInput,
|
|
1324
|
+
options: __HttpHandlerOptions,
|
|
1325
|
+
cb: (err: any, data?: RetrieveCommandOutput) => void
|
|
1326
|
+
): void;
|
|
1293
1327
|
searchContent(
|
|
1294
1328
|
args: SearchContentCommandInput,
|
|
1295
1329
|
options?: __HttpHandlerOptions
|
|
@@ -304,6 +304,10 @@ import {
|
|
|
304
304
|
ListQuickResponsesCommandInput,
|
|
305
305
|
ListQuickResponsesCommandOutput,
|
|
306
306
|
} from "./commands/ListQuickResponsesCommand";
|
|
307
|
+
import {
|
|
308
|
+
ListSpansCommandInput,
|
|
309
|
+
ListSpansCommandOutput,
|
|
310
|
+
} from "./commands/ListSpansCommand";
|
|
307
311
|
import {
|
|
308
312
|
ListTagsForResourceCommandInput,
|
|
309
313
|
ListTagsForResourceCommandOutput,
|
|
@@ -332,6 +336,10 @@ import {
|
|
|
332
336
|
RenderMessageTemplateCommandInput,
|
|
333
337
|
RenderMessageTemplateCommandOutput,
|
|
334
338
|
} from "./commands/RenderMessageTemplateCommand";
|
|
339
|
+
import {
|
|
340
|
+
RetrieveCommandInput,
|
|
341
|
+
RetrieveCommandOutput,
|
|
342
|
+
} from "./commands/RetrieveCommand";
|
|
335
343
|
import {
|
|
336
344
|
SearchContentCommandInput,
|
|
337
345
|
SearchContentCommandOutput,
|
|
@@ -484,6 +492,7 @@ export type ServiceInputTypes =
|
|
|
484
492
|
| ListMessageTemplatesCommandInput
|
|
485
493
|
| ListMessagesCommandInput
|
|
486
494
|
| ListQuickResponsesCommandInput
|
|
495
|
+
| ListSpansCommandInput
|
|
487
496
|
| ListTagsForResourceCommandInput
|
|
488
497
|
| NotifyRecommendationsReceivedCommandInput
|
|
489
498
|
| PutFeedbackCommandInput
|
|
@@ -491,6 +500,7 @@ export type ServiceInputTypes =
|
|
|
491
500
|
| RemoveAssistantAIAgentCommandInput
|
|
492
501
|
| RemoveKnowledgeBaseTemplateUriCommandInput
|
|
493
502
|
| RenderMessageTemplateCommandInput
|
|
503
|
+
| RetrieveCommandInput
|
|
494
504
|
| SearchContentCommandInput
|
|
495
505
|
| SearchMessageTemplatesCommandInput
|
|
496
506
|
| SearchQuickResponsesCommandInput
|
|
@@ -576,6 +586,7 @@ export type ServiceOutputTypes =
|
|
|
576
586
|
| ListMessageTemplatesCommandOutput
|
|
577
587
|
| ListMessagesCommandOutput
|
|
578
588
|
| ListQuickResponsesCommandOutput
|
|
589
|
+
| ListSpansCommandOutput
|
|
579
590
|
| ListTagsForResourceCommandOutput
|
|
580
591
|
| NotifyRecommendationsReceivedCommandOutput
|
|
581
592
|
| PutFeedbackCommandOutput
|
|
@@ -583,6 +594,7 @@ export type ServiceOutputTypes =
|
|
|
583
594
|
| RemoveAssistantAIAgentCommandOutput
|
|
584
595
|
| RemoveKnowledgeBaseTemplateUriCommandOutput
|
|
585
596
|
| RenderMessageTemplateCommandOutput
|
|
597
|
+
| RetrieveCommandOutput
|
|
586
598
|
| SearchContentCommandOutput
|
|
587
599
|
| SearchMessageTemplatesCommandOutput
|
|
588
600
|
| SearchQuickResponsesCommandOutput
|
|
@@ -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,
|
|
@@ -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,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListMessageTemplateVersionsRequest,
|
|
5
5
|
ListMessageTemplateVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_1";
|
|
7
7
|
import {
|
|
8
8
|
QConnectClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListSpansRequest } from "../models/models_0";
|
|
4
|
+
import { ListSpansResponse } from "../models/models_1";
|
|
5
|
+
import {
|
|
6
|
+
QConnectClientResolvedConfig,
|
|
7
|
+
ServiceInputTypes,
|
|
8
|
+
ServiceOutputTypes,
|
|
9
|
+
} from "../QConnectClient";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface ListSpansCommandInput extends ListSpansRequest {}
|
|
13
|
+
export interface ListSpansCommandOutput
|
|
14
|
+
extends ListSpansResponse,
|
|
15
|
+
__MetadataBearer {}
|
|
16
|
+
declare const ListSpansCommand_base: {
|
|
17
|
+
new (
|
|
18
|
+
input: ListSpansCommandInput
|
|
19
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
20
|
+
ListSpansCommandInput,
|
|
21
|
+
ListSpansCommandOutput,
|
|
22
|
+
QConnectClientResolvedConfig,
|
|
23
|
+
ServiceInputTypes,
|
|
24
|
+
ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
new (
|
|
27
|
+
input: ListSpansCommandInput
|
|
28
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
29
|
+
ListSpansCommandInput,
|
|
30
|
+
ListSpansCommandOutput,
|
|
31
|
+
QConnectClientResolvedConfig,
|
|
32
|
+
ServiceInputTypes,
|
|
33
|
+
ServiceOutputTypes
|
|
34
|
+
>;
|
|
35
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
|
+
};
|
|
37
|
+
export declare class ListSpansCommand extends ListSpansCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: ListSpansRequest;
|
|
41
|
+
output: ListSpansResponse;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: ListSpansCommandInput;
|
|
45
|
+
output: ListSpansCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
RenderMessageTemplateRequest,
|
|
5
|
+
RenderMessageTemplateResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
5
7
|
import {
|
|
6
8
|
QConnectClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { RetrieveResponse } from "../models/models_0";
|
|
4
|
+
import { RetrieveRequest } from "../models/models_1";
|
|
5
|
+
import {
|
|
6
|
+
QConnectClientResolvedConfig,
|
|
7
|
+
ServiceInputTypes,
|
|
8
|
+
ServiceOutputTypes,
|
|
9
|
+
} from "../QConnectClient";
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
12
|
+
export interface RetrieveCommandInput extends RetrieveRequest {}
|
|
13
|
+
export interface RetrieveCommandOutput
|
|
14
|
+
extends RetrieveResponse,
|
|
15
|
+
__MetadataBearer {}
|
|
16
|
+
declare const RetrieveCommand_base: {
|
|
17
|
+
new (
|
|
18
|
+
input: RetrieveCommandInput
|
|
19
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
20
|
+
RetrieveCommandInput,
|
|
21
|
+
RetrieveCommandOutput,
|
|
22
|
+
QConnectClientResolvedConfig,
|
|
23
|
+
ServiceInputTypes,
|
|
24
|
+
ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
new (
|
|
27
|
+
input: RetrieveCommandInput
|
|
28
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
29
|
+
RetrieveCommandInput,
|
|
30
|
+
RetrieveCommandOutput,
|
|
31
|
+
QConnectClientResolvedConfig,
|
|
32
|
+
ServiceInputTypes,
|
|
33
|
+
ServiceOutputTypes
|
|
34
|
+
>;
|
|
35
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
36
|
+
};
|
|
37
|
+
export declare class RetrieveCommand extends RetrieveCommand_base {
|
|
38
|
+
protected static __types: {
|
|
39
|
+
api: {
|
|
40
|
+
input: RetrieveRequest;
|
|
41
|
+
output: RetrieveResponse;
|
|
42
|
+
};
|
|
43
|
+
sdk: {
|
|
44
|
+
input: RetrieveCommandInput;
|
|
45
|
+
output: RetrieveCommandOutput;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
@@ -62,6 +62,7 @@ export * from "./ListMessageTemplateVersionsCommand";
|
|
|
62
62
|
export * from "./ListMessageTemplatesCommand";
|
|
63
63
|
export * from "./ListMessagesCommand";
|
|
64
64
|
export * from "./ListQuickResponsesCommand";
|
|
65
|
+
export * from "./ListSpansCommand";
|
|
65
66
|
export * from "./ListTagsForResourceCommand";
|
|
66
67
|
export * from "./NotifyRecommendationsReceivedCommand";
|
|
67
68
|
export * from "./PutFeedbackCommand";
|
|
@@ -69,6 +70,7 @@ export * from "./QueryAssistantCommand";
|
|
|
69
70
|
export * from "./RemoveAssistantAIAgentCommand";
|
|
70
71
|
export * from "./RemoveKnowledgeBaseTemplateUriCommand";
|
|
71
72
|
export * from "./RenderMessageTemplateCommand";
|
|
73
|
+
export * from "./RetrieveCommand";
|
|
72
74
|
export * from "./SearchContentCommand";
|
|
73
75
|
export * from "./SearchMessageTemplatesCommand";
|
|
74
76
|
export * from "./SearchQuickResponsesCommand";
|