@aws-sdk/client-qconnect 3.928.0 → 3.929.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/dist-cjs/index.js +5186 -5071
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/QConnectClient.js +2 -0
- package/dist-es/commands/ActivateMessageTemplateCommand.js +3 -9
- package/dist-es/commands/CreateAIAgentCommand.js +3 -9
- package/dist-es/commands/CreateAIAgentVersionCommand.js +3 -9
- package/dist-es/commands/CreateAIGuardrailCommand.js +3 -10
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +3 -10
- package/dist-es/commands/CreateAIPromptCommand.js +3 -10
- package/dist-es/commands/CreateAIPromptVersionCommand.js +3 -10
- package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/CreateAssistantCommand.js +3 -9
- package/dist-es/commands/CreateContentAssociationCommand.js +3 -9
- package/dist-es/commands/CreateContentCommand.js +3 -10
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -10
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +3 -10
- package/dist-es/commands/CreateMessageTemplateCommand.js +3 -11
- package/dist-es/commands/CreateMessageTemplateVersionCommand.js +3 -10
- package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
- package/dist-es/commands/CreateSessionCommand.js +3 -9
- package/dist-es/commands/DeactivateMessageTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteAIAgentCommand.js +3 -9
- package/dist-es/commands/DeleteAIAgentVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAIGuardrailCommand.js +3 -9
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAIPromptCommand.js +3 -9
- package/dist-es/commands/DeleteAIPromptVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteAssistantCommand.js +3 -9
- package/dist-es/commands/DeleteContentAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteContentCommand.js +3 -9
- package/dist-es/commands/DeleteImportJobCommand.js +3 -9
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
- package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteMessageTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
- package/dist-es/commands/GetAIAgentCommand.js +3 -9
- package/dist-es/commands/GetAIGuardrailCommand.js +3 -10
- package/dist-es/commands/GetAIPromptCommand.js +3 -10
- package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
- package/dist-es/commands/GetAssistantCommand.js +3 -9
- package/dist-es/commands/GetContentAssociationCommand.js +3 -9
- package/dist-es/commands/GetContentCommand.js +3 -10
- package/dist-es/commands/GetContentSummaryCommand.js +3 -9
- package/dist-es/commands/GetImportJobCommand.js +3 -10
- package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -10
- package/dist-es/commands/GetMessageTemplateCommand.js +3 -10
- package/dist-es/commands/GetNextMessageCommand.js +3 -10
- package/dist-es/commands/GetQuickResponseCommand.js +3 -10
- package/dist-es/commands/GetRecommendationsCommand.js +3 -10
- package/dist-es/commands/GetSessionCommand.js +3 -9
- package/dist-es/commands/ListAIAgentVersionsCommand.js +3 -9
- package/dist-es/commands/ListAIAgentsCommand.js +3 -9
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +3 -10
- package/dist-es/commands/ListAIGuardrailsCommand.js +3 -10
- package/dist-es/commands/ListAIPromptVersionsCommand.js +3 -9
- package/dist-es/commands/ListAIPromptsCommand.js +3 -9
- package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
- package/dist-es/commands/ListAssistantsCommand.js +3 -9
- package/dist-es/commands/ListContentAssociationsCommand.js +3 -9
- package/dist-es/commands/ListContentsCommand.js +3 -9
- package/dist-es/commands/ListImportJobsCommand.js +3 -9
- package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -10
- package/dist-es/commands/ListMessageTemplateVersionsCommand.js +3 -9
- package/dist-es/commands/ListMessageTemplatesCommand.js +3 -9
- package/dist-es/commands/ListMessagesCommand.js +3 -10
- package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
- package/dist-es/commands/PutFeedbackCommand.js +3 -9
- package/dist-es/commands/QueryAssistantCommand.js +3 -11
- package/dist-es/commands/RemoveAssistantAIAgentCommand.js +3 -9
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
- package/dist-es/commands/RenderMessageTemplateCommand.js +3 -10
- package/dist-es/commands/SearchContentCommand.js +3 -9
- package/dist-es/commands/SearchMessageTemplatesCommand.js +3 -10
- package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
- package/dist-es/commands/SearchSessionsCommand.js +3 -9
- package/dist-es/commands/SendMessageCommand.js +3 -10
- package/dist-es/commands/StartContentUploadCommand.js +3 -10
- package/dist-es/commands/StartImportJobCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAIAgentCommand.js +3 -9
- package/dist-es/commands/UpdateAIGuardrailCommand.js +3 -10
- package/dist-es/commands/UpdateAIPromptCommand.js +3 -10
- package/dist-es/commands/UpdateAssistantAIAgentCommand.js +3 -9
- package/dist-es/commands/UpdateContentCommand.js +3 -10
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -10
- package/dist-es/commands/UpdateMessageTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +3 -10
- package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
- package/dist-es/commands/UpdateSessionCommand.js +3 -9
- package/dist-es/commands/UpdateSessionDataCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -538
- package/dist-es/models/models_1.js +0 -276
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +4975 -0
- package/dist-types/QConnectClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -332
- package/dist-types/models/models_1.d.ts +0 -188
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +542 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -231
- package/dist-types/ts3.4/models/models_1.d.ts +0 -135
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +549 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -3456
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -821
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1097
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
|
|
11
11
|
import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
|
|
@@ -232,6 +232,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
232
232
|
* Optional extensions
|
|
233
233
|
*/
|
|
234
234
|
extensions?: RuntimeExtension[];
|
|
235
|
+
/**
|
|
236
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
237
|
+
* may be overridden. A default will always be set by the client.
|
|
238
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
239
|
+
* the client.
|
|
240
|
+
* @alpha
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
235
244
|
/**
|
|
236
245
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
237
246
|
*/
|
|
@@ -6672,335 +6672,3 @@ export declare const MessageTemplateAttributeType: {
|
|
|
6672
6672
|
* @public
|
|
6673
6673
|
*/
|
|
6674
6674
|
export type MessageTemplateAttributeType = (typeof MessageTemplateAttributeType)[keyof typeof MessageTemplateAttributeType];
|
|
6675
|
-
/**
|
|
6676
|
-
* @internal
|
|
6677
|
-
*/
|
|
6678
|
-
export declare const AgentAttributesFilterSensitiveLog: (obj: AgentAttributes) => any;
|
|
6679
|
-
/**
|
|
6680
|
-
* @internal
|
|
6681
|
-
*/
|
|
6682
|
-
export declare const GuardrailContentFilterConfigFilterSensitiveLog: (obj: GuardrailContentFilterConfig) => any;
|
|
6683
|
-
/**
|
|
6684
|
-
* @internal
|
|
6685
|
-
*/
|
|
6686
|
-
export declare const AIGuardrailContentPolicyConfigFilterSensitiveLog: (obj: AIGuardrailContentPolicyConfig) => any;
|
|
6687
|
-
/**
|
|
6688
|
-
* @internal
|
|
6689
|
-
*/
|
|
6690
|
-
export declare const GuardrailContextualGroundingFilterConfigFilterSensitiveLog: (obj: GuardrailContextualGroundingFilterConfig) => any;
|
|
6691
|
-
/**
|
|
6692
|
-
* @internal
|
|
6693
|
-
*/
|
|
6694
|
-
export declare const AIGuardrailContextualGroundingPolicyConfigFilterSensitiveLog: (obj: AIGuardrailContextualGroundingPolicyConfig) => any;
|
|
6695
|
-
/**
|
|
6696
|
-
* @internal
|
|
6697
|
-
*/
|
|
6698
|
-
export declare const GuardrailPiiEntityConfigFilterSensitiveLog: (obj: GuardrailPiiEntityConfig) => any;
|
|
6699
|
-
/**
|
|
6700
|
-
* @internal
|
|
6701
|
-
*/
|
|
6702
|
-
export declare const GuardrailRegexConfigFilterSensitiveLog: (obj: GuardrailRegexConfig) => any;
|
|
6703
|
-
/**
|
|
6704
|
-
* @internal
|
|
6705
|
-
*/
|
|
6706
|
-
export declare const AIGuardrailSensitiveInformationPolicyConfigFilterSensitiveLog: (obj: AIGuardrailSensitiveInformationPolicyConfig) => any;
|
|
6707
|
-
/**
|
|
6708
|
-
* @internal
|
|
6709
|
-
*/
|
|
6710
|
-
export declare const GuardrailTopicConfigFilterSensitiveLog: (obj: GuardrailTopicConfig) => any;
|
|
6711
|
-
/**
|
|
6712
|
-
* @internal
|
|
6713
|
-
*/
|
|
6714
|
-
export declare const AIGuardrailTopicPolicyConfigFilterSensitiveLog: (obj: AIGuardrailTopicPolicyConfig) => any;
|
|
6715
|
-
/**
|
|
6716
|
-
* @internal
|
|
6717
|
-
*/
|
|
6718
|
-
export declare const GuardrailManagedWordsConfigFilterSensitiveLog: (obj: GuardrailManagedWordsConfig) => any;
|
|
6719
|
-
/**
|
|
6720
|
-
* @internal
|
|
6721
|
-
*/
|
|
6722
|
-
export declare const GuardrailWordConfigFilterSensitiveLog: (obj: GuardrailWordConfig) => any;
|
|
6723
|
-
/**
|
|
6724
|
-
* @internal
|
|
6725
|
-
*/
|
|
6726
|
-
export declare const AIGuardrailWordPolicyConfigFilterSensitiveLog: (obj: AIGuardrailWordPolicyConfig) => any;
|
|
6727
|
-
/**
|
|
6728
|
-
* @internal
|
|
6729
|
-
*/
|
|
6730
|
-
export declare const CreateAIGuardrailRequestFilterSensitiveLog: (obj: CreateAIGuardrailRequest) => any;
|
|
6731
|
-
/**
|
|
6732
|
-
* @internal
|
|
6733
|
-
*/
|
|
6734
|
-
export declare const AIGuardrailDataFilterSensitiveLog: (obj: AIGuardrailData) => any;
|
|
6735
|
-
/**
|
|
6736
|
-
* @internal
|
|
6737
|
-
*/
|
|
6738
|
-
export declare const CreateAIGuardrailResponseFilterSensitiveLog: (obj: CreateAIGuardrailResponse) => any;
|
|
6739
|
-
/**
|
|
6740
|
-
* @internal
|
|
6741
|
-
*/
|
|
6742
|
-
export declare const CreateAIGuardrailVersionResponseFilterSensitiveLog: (obj: CreateAIGuardrailVersionResponse) => any;
|
|
6743
|
-
/**
|
|
6744
|
-
* @internal
|
|
6745
|
-
*/
|
|
6746
|
-
export declare const GetAIGuardrailResponseFilterSensitiveLog: (obj: GetAIGuardrailResponse) => any;
|
|
6747
|
-
/**
|
|
6748
|
-
* @internal
|
|
6749
|
-
*/
|
|
6750
|
-
export declare const AIGuardrailSummaryFilterSensitiveLog: (obj: AIGuardrailSummary) => any;
|
|
6751
|
-
/**
|
|
6752
|
-
* @internal
|
|
6753
|
-
*/
|
|
6754
|
-
export declare const ListAIGuardrailsResponseFilterSensitiveLog: (obj: ListAIGuardrailsResponse) => any;
|
|
6755
|
-
/**
|
|
6756
|
-
* @internal
|
|
6757
|
-
*/
|
|
6758
|
-
export declare const AIGuardrailVersionSummaryFilterSensitiveLog: (obj: AIGuardrailVersionSummary) => any;
|
|
6759
|
-
/**
|
|
6760
|
-
* @internal
|
|
6761
|
-
*/
|
|
6762
|
-
export declare const ListAIGuardrailVersionsResponseFilterSensitiveLog: (obj: ListAIGuardrailVersionsResponse) => any;
|
|
6763
|
-
/**
|
|
6764
|
-
* @internal
|
|
6765
|
-
*/
|
|
6766
|
-
export declare const UpdateAIGuardrailRequestFilterSensitiveLog: (obj: UpdateAIGuardrailRequest) => any;
|
|
6767
|
-
/**
|
|
6768
|
-
* @internal
|
|
6769
|
-
*/
|
|
6770
|
-
export declare const UpdateAIGuardrailResponseFilterSensitiveLog: (obj: UpdateAIGuardrailResponse) => any;
|
|
6771
|
-
/**
|
|
6772
|
-
* @internal
|
|
6773
|
-
*/
|
|
6774
|
-
export declare const TextFullAIPromptEditTemplateConfigurationFilterSensitiveLog: (obj: TextFullAIPromptEditTemplateConfiguration) => any;
|
|
6775
|
-
/**
|
|
6776
|
-
* @internal
|
|
6777
|
-
*/
|
|
6778
|
-
export declare const AIPromptTemplateConfigurationFilterSensitiveLog: (obj: AIPromptTemplateConfiguration) => any;
|
|
6779
|
-
/**
|
|
6780
|
-
* @internal
|
|
6781
|
-
*/
|
|
6782
|
-
export declare const CreateAIPromptRequestFilterSensitiveLog: (obj: CreateAIPromptRequest) => any;
|
|
6783
|
-
/**
|
|
6784
|
-
* @internal
|
|
6785
|
-
*/
|
|
6786
|
-
export declare const AIPromptDataFilterSensitiveLog: (obj: AIPromptData) => any;
|
|
6787
|
-
/**
|
|
6788
|
-
* @internal
|
|
6789
|
-
*/
|
|
6790
|
-
export declare const CreateAIPromptResponseFilterSensitiveLog: (obj: CreateAIPromptResponse) => any;
|
|
6791
|
-
/**
|
|
6792
|
-
* @internal
|
|
6793
|
-
*/
|
|
6794
|
-
export declare const CreateAIPromptVersionResponseFilterSensitiveLog: (obj: CreateAIPromptVersionResponse) => any;
|
|
6795
|
-
/**
|
|
6796
|
-
* @internal
|
|
6797
|
-
*/
|
|
6798
|
-
export declare const GetAIPromptResponseFilterSensitiveLog: (obj: GetAIPromptResponse) => any;
|
|
6799
|
-
/**
|
|
6800
|
-
* @internal
|
|
6801
|
-
*/
|
|
6802
|
-
export declare const UpdateAIPromptRequestFilterSensitiveLog: (obj: UpdateAIPromptRequest) => any;
|
|
6803
|
-
/**
|
|
6804
|
-
* @internal
|
|
6805
|
-
*/
|
|
6806
|
-
export declare const UpdateAIPromptResponseFilterSensitiveLog: (obj: UpdateAIPromptResponse) => any;
|
|
6807
|
-
/**
|
|
6808
|
-
* @internal
|
|
6809
|
-
*/
|
|
6810
|
-
export declare const DocumentTextFilterSensitiveLog: (obj: DocumentText) => any;
|
|
6811
|
-
/**
|
|
6812
|
-
* @internal
|
|
6813
|
-
*/
|
|
6814
|
-
export declare const TextDataFilterSensitiveLog: (obj: TextData) => any;
|
|
6815
|
-
/**
|
|
6816
|
-
* @internal
|
|
6817
|
-
*/
|
|
6818
|
-
export declare const ContentDataDetailsFilterSensitiveLog: (obj: ContentDataDetails) => any;
|
|
6819
|
-
/**
|
|
6820
|
-
* @internal
|
|
6821
|
-
*/
|
|
6822
|
-
export declare const EmailOverviewChunkDataDetailsFilterSensitiveLog: (obj: EmailOverviewChunkDataDetails) => any;
|
|
6823
|
-
/**
|
|
6824
|
-
* @internal
|
|
6825
|
-
*/
|
|
6826
|
-
export declare const EmailResponseChunkDataDetailsFilterSensitiveLog: (obj: EmailResponseChunkDataDetails) => any;
|
|
6827
|
-
/**
|
|
6828
|
-
* @internal
|
|
6829
|
-
*/
|
|
6830
|
-
export declare const IntentDetectedDataDetailsFilterSensitiveLog: (obj: IntentDetectedDataDetails) => any;
|
|
6831
|
-
/**
|
|
6832
|
-
* @internal
|
|
6833
|
-
*/
|
|
6834
|
-
export declare const SourceContentDataDetailsFilterSensitiveLog: (obj: SourceContentDataDetails) => any;
|
|
6835
|
-
/**
|
|
6836
|
-
* @internal
|
|
6837
|
-
*/
|
|
6838
|
-
export declare const DocumentFilterSensitiveLog: (obj: Document) => any;
|
|
6839
|
-
/**
|
|
6840
|
-
* @internal
|
|
6841
|
-
*/
|
|
6842
|
-
export declare const QueryRecommendationTriggerDataFilterSensitiveLog: (obj: QueryRecommendationTriggerData) => any;
|
|
6843
|
-
/**
|
|
6844
|
-
* @internal
|
|
6845
|
-
*/
|
|
6846
|
-
export declare const RecommendationTriggerDataFilterSensitiveLog: (obj: RecommendationTriggerData) => any;
|
|
6847
|
-
/**
|
|
6848
|
-
* @internal
|
|
6849
|
-
*/
|
|
6850
|
-
export declare const RecommendationTriggerFilterSensitiveLog: (obj: RecommendationTrigger) => any;
|
|
6851
|
-
/**
|
|
6852
|
-
* @internal
|
|
6853
|
-
*/
|
|
6854
|
-
export declare const QueryTextInputDataFilterSensitiveLog: (obj: QueryTextInputData) => any;
|
|
6855
|
-
/**
|
|
6856
|
-
* @internal
|
|
6857
|
-
*/
|
|
6858
|
-
export declare const QueryInputDataFilterSensitiveLog: (obj: QueryInputData) => any;
|
|
6859
|
-
/**
|
|
6860
|
-
* @internal
|
|
6861
|
-
*/
|
|
6862
|
-
export declare const QueryAssistantRequestFilterSensitiveLog: (obj: QueryAssistantRequest) => any;
|
|
6863
|
-
/**
|
|
6864
|
-
* @internal
|
|
6865
|
-
*/
|
|
6866
|
-
export declare const RuntimeSessionDataValueFilterSensitiveLog: (obj: RuntimeSessionDataValue) => any;
|
|
6867
|
-
/**
|
|
6868
|
-
* @internal
|
|
6869
|
-
*/
|
|
6870
|
-
export declare const RuntimeSessionDataFilterSensitiveLog: (obj: RuntimeSessionData) => any;
|
|
6871
|
-
/**
|
|
6872
|
-
* @internal
|
|
6873
|
-
*/
|
|
6874
|
-
export declare const TextMessageFilterSensitiveLog: (obj: TextMessage) => any;
|
|
6875
|
-
/**
|
|
6876
|
-
* @internal
|
|
6877
|
-
*/
|
|
6878
|
-
export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
|
|
6879
|
-
/**
|
|
6880
|
-
* @internal
|
|
6881
|
-
*/
|
|
6882
|
-
export declare const MessageOutputFilterSensitiveLog: (obj: MessageOutput) => any;
|
|
6883
|
-
/**
|
|
6884
|
-
* @internal
|
|
6885
|
-
*/
|
|
6886
|
-
export declare const GetNextMessageResponseFilterSensitiveLog: (obj: GetNextMessageResponse) => any;
|
|
6887
|
-
/**
|
|
6888
|
-
* @internal
|
|
6889
|
-
*/
|
|
6890
|
-
export declare const ListMessagesResponseFilterSensitiveLog: (obj: ListMessagesResponse) => any;
|
|
6891
|
-
/**
|
|
6892
|
-
* @internal
|
|
6893
|
-
*/
|
|
6894
|
-
export declare const SelfServiceConversationHistoryFilterSensitiveLog: (obj: SelfServiceConversationHistory) => any;
|
|
6895
|
-
/**
|
|
6896
|
-
* @internal
|
|
6897
|
-
*/
|
|
6898
|
-
export declare const ConversationContextFilterSensitiveLog: (obj: ConversationContext) => any;
|
|
6899
|
-
/**
|
|
6900
|
-
* @internal
|
|
6901
|
-
*/
|
|
6902
|
-
export declare const MessageInputFilterSensitiveLog: (obj: MessageInput) => any;
|
|
6903
|
-
/**
|
|
6904
|
-
* @internal
|
|
6905
|
-
*/
|
|
6906
|
-
export declare const SendMessageRequestFilterSensitiveLog: (obj: SendMessageRequest) => any;
|
|
6907
|
-
/**
|
|
6908
|
-
* @internal
|
|
6909
|
-
*/
|
|
6910
|
-
export declare const UpdateSessionDataRequestFilterSensitiveLog: (obj: UpdateSessionDataRequest) => any;
|
|
6911
|
-
/**
|
|
6912
|
-
* @internal
|
|
6913
|
-
*/
|
|
6914
|
-
export declare const UpdateSessionDataResponseFilterSensitiveLog: (obj: UpdateSessionDataResponse) => any;
|
|
6915
|
-
/**
|
|
6916
|
-
* @internal
|
|
6917
|
-
*/
|
|
6918
|
-
export declare const ContentDataFilterSensitiveLog: (obj: ContentData) => any;
|
|
6919
|
-
/**
|
|
6920
|
-
* @internal
|
|
6921
|
-
*/
|
|
6922
|
-
export declare const CreateContentResponseFilterSensitiveLog: (obj: CreateContentResponse) => any;
|
|
6923
|
-
/**
|
|
6924
|
-
* @internal
|
|
6925
|
-
*/
|
|
6926
|
-
export declare const GetContentResponseFilterSensitiveLog: (obj: GetContentResponse) => any;
|
|
6927
|
-
/**
|
|
6928
|
-
* @internal
|
|
6929
|
-
*/
|
|
6930
|
-
export declare const UpdateContentResponseFilterSensitiveLog: (obj: UpdateContentResponse) => any;
|
|
6931
|
-
/**
|
|
6932
|
-
* @internal
|
|
6933
|
-
*/
|
|
6934
|
-
export declare const WebCrawlerConfigurationFilterSensitiveLog: (obj: WebCrawlerConfiguration) => any;
|
|
6935
|
-
/**
|
|
6936
|
-
* @internal
|
|
6937
|
-
*/
|
|
6938
|
-
export declare const ManagedSourceConfigurationFilterSensitiveLog: (obj: ManagedSourceConfiguration) => any;
|
|
6939
|
-
/**
|
|
6940
|
-
* @internal
|
|
6941
|
-
*/
|
|
6942
|
-
export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
6943
|
-
/**
|
|
6944
|
-
* @internal
|
|
6945
|
-
*/
|
|
6946
|
-
export declare const CreateKnowledgeBaseRequestFilterSensitiveLog: (obj: CreateKnowledgeBaseRequest) => any;
|
|
6947
|
-
/**
|
|
6948
|
-
* @internal
|
|
6949
|
-
*/
|
|
6950
|
-
export declare const KnowledgeBaseDataFilterSensitiveLog: (obj: KnowledgeBaseData) => any;
|
|
6951
|
-
/**
|
|
6952
|
-
* @internal
|
|
6953
|
-
*/
|
|
6954
|
-
export declare const CreateKnowledgeBaseResponseFilterSensitiveLog: (obj: CreateKnowledgeBaseResponse) => any;
|
|
6955
|
-
/**
|
|
6956
|
-
* @internal
|
|
6957
|
-
*/
|
|
6958
|
-
export declare const MessageTemplateBodyContentProviderFilterSensitiveLog: (obj: MessageTemplateBodyContentProvider) => any;
|
|
6959
|
-
/**
|
|
6960
|
-
* @internal
|
|
6961
|
-
*/
|
|
6962
|
-
export declare const EmailMessageTemplateContentBodyFilterSensitiveLog: (obj: EmailMessageTemplateContentBody) => any;
|
|
6963
|
-
/**
|
|
6964
|
-
* @internal
|
|
6965
|
-
*/
|
|
6966
|
-
export declare const EmailHeaderFilterSensitiveLog: (obj: EmailHeader) => any;
|
|
6967
|
-
/**
|
|
6968
|
-
* @internal
|
|
6969
|
-
*/
|
|
6970
|
-
export declare const EmailMessageTemplateContentFilterSensitiveLog: (obj: EmailMessageTemplateContent) => any;
|
|
6971
|
-
/**
|
|
6972
|
-
* @internal
|
|
6973
|
-
*/
|
|
6974
|
-
export declare const SMSMessageTemplateContentBodyFilterSensitiveLog: (obj: SMSMessageTemplateContentBody) => any;
|
|
6975
|
-
/**
|
|
6976
|
-
* @internal
|
|
6977
|
-
*/
|
|
6978
|
-
export declare const SMSMessageTemplateContentFilterSensitiveLog: (obj: SMSMessageTemplateContent) => any;
|
|
6979
|
-
/**
|
|
6980
|
-
* @internal
|
|
6981
|
-
*/
|
|
6982
|
-
export declare const MessageTemplateContentProviderFilterSensitiveLog: (obj: MessageTemplateContentProvider) => any;
|
|
6983
|
-
/**
|
|
6984
|
-
* @internal
|
|
6985
|
-
*/
|
|
6986
|
-
export declare const CustomerProfileAttributesFilterSensitiveLog: (obj: CustomerProfileAttributes) => any;
|
|
6987
|
-
/**
|
|
6988
|
-
* @internal
|
|
6989
|
-
*/
|
|
6990
|
-
export declare const SystemEndpointAttributesFilterSensitiveLog: (obj: SystemEndpointAttributes) => any;
|
|
6991
|
-
/**
|
|
6992
|
-
* @internal
|
|
6993
|
-
*/
|
|
6994
|
-
export declare const SystemAttributesFilterSensitiveLog: (obj: SystemAttributes) => any;
|
|
6995
|
-
/**
|
|
6996
|
-
* @internal
|
|
6997
|
-
*/
|
|
6998
|
-
export declare const MessageTemplateAttributesFilterSensitiveLog: (obj: MessageTemplateAttributes) => any;
|
|
6999
|
-
/**
|
|
7000
|
-
* @internal
|
|
7001
|
-
*/
|
|
7002
|
-
export declare const GroupingConfigurationFilterSensitiveLog: (obj: GroupingConfiguration) => any;
|
|
7003
|
-
/**
|
|
7004
|
-
* @internal
|
|
7005
|
-
*/
|
|
7006
|
-
export declare const CreateMessageTemplateRequestFilterSensitiveLog: (obj: CreateMessageTemplateRequest) => any;
|
|
@@ -2741,191 +2741,3 @@ export interface QueryAssistantResponse {
|
|
|
2741
2741
|
*/
|
|
2742
2742
|
nextToken?: string | undefined;
|
|
2743
2743
|
}
|
|
2744
|
-
/**
|
|
2745
|
-
* @internal
|
|
2746
|
-
*/
|
|
2747
|
-
export declare const MessageTemplateDataFilterSensitiveLog: (obj: MessageTemplateData) => any;
|
|
2748
|
-
/**
|
|
2749
|
-
* @internal
|
|
2750
|
-
*/
|
|
2751
|
-
export declare const CreateMessageTemplateResponseFilterSensitiveLog: (obj: CreateMessageTemplateResponse) => any;
|
|
2752
|
-
/**
|
|
2753
|
-
* @internal
|
|
2754
|
-
*/
|
|
2755
|
-
export declare const CreateMessageTemplateAttachmentRequestFilterSensitiveLog: (obj: CreateMessageTemplateAttachmentRequest) => any;
|
|
2756
|
-
/**
|
|
2757
|
-
* @internal
|
|
2758
|
-
*/
|
|
2759
|
-
export declare const MessageTemplateAttachmentFilterSensitiveLog: (obj: MessageTemplateAttachment) => any;
|
|
2760
|
-
/**
|
|
2761
|
-
* @internal
|
|
2762
|
-
*/
|
|
2763
|
-
export declare const CreateMessageTemplateAttachmentResponseFilterSensitiveLog: (obj: CreateMessageTemplateAttachmentResponse) => any;
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
export declare const ExtendedMessageTemplateDataFilterSensitiveLog: (obj: ExtendedMessageTemplateData) => any;
|
|
2768
|
-
/**
|
|
2769
|
-
* @internal
|
|
2770
|
-
*/
|
|
2771
|
-
export declare const CreateMessageTemplateVersionResponseFilterSensitiveLog: (obj: CreateMessageTemplateVersionResponse) => any;
|
|
2772
|
-
/**
|
|
2773
|
-
* @internal
|
|
2774
|
-
*/
|
|
2775
|
-
export declare const QuickResponseDataProviderFilterSensitiveLog: (obj: QuickResponseDataProvider) => any;
|
|
2776
|
-
/**
|
|
2777
|
-
* @internal
|
|
2778
|
-
*/
|
|
2779
|
-
export declare const CreateQuickResponseRequestFilterSensitiveLog: (obj: CreateQuickResponseRequest) => any;
|
|
2780
|
-
/**
|
|
2781
|
-
* @internal
|
|
2782
|
-
*/
|
|
2783
|
-
export declare const QuickResponseContentProviderFilterSensitiveLog: (obj: QuickResponseContentProvider) => any;
|
|
2784
|
-
/**
|
|
2785
|
-
* @internal
|
|
2786
|
-
*/
|
|
2787
|
-
export declare const QuickResponseContentsFilterSensitiveLog: (obj: QuickResponseContents) => any;
|
|
2788
|
-
/**
|
|
2789
|
-
* @internal
|
|
2790
|
-
*/
|
|
2791
|
-
export declare const QuickResponseDataFilterSensitiveLog: (obj: QuickResponseData) => any;
|
|
2792
|
-
/**
|
|
2793
|
-
* @internal
|
|
2794
|
-
*/
|
|
2795
|
-
export declare const CreateQuickResponseResponseFilterSensitiveLog: (obj: CreateQuickResponseResponse) => any;
|
|
2796
|
-
/**
|
|
2797
|
-
* @internal
|
|
2798
|
-
*/
|
|
2799
|
-
export declare const ImportJobDataFilterSensitiveLog: (obj: ImportJobData) => any;
|
|
2800
|
-
/**
|
|
2801
|
-
* @internal
|
|
2802
|
-
*/
|
|
2803
|
-
export declare const GetImportJobResponseFilterSensitiveLog: (obj: GetImportJobResponse) => any;
|
|
2804
|
-
/**
|
|
2805
|
-
* @internal
|
|
2806
|
-
*/
|
|
2807
|
-
export declare const GetKnowledgeBaseResponseFilterSensitiveLog: (obj: GetKnowledgeBaseResponse) => any;
|
|
2808
|
-
/**
|
|
2809
|
-
* @internal
|
|
2810
|
-
*/
|
|
2811
|
-
export declare const GetMessageTemplateResponseFilterSensitiveLog: (obj: GetMessageTemplateResponse) => any;
|
|
2812
|
-
/**
|
|
2813
|
-
* @internal
|
|
2814
|
-
*/
|
|
2815
|
-
export declare const GetQuickResponseResponseFilterSensitiveLog: (obj: GetQuickResponseResponse) => any;
|
|
2816
|
-
/**
|
|
2817
|
-
* @internal
|
|
2818
|
-
*/
|
|
2819
|
-
export declare const KnowledgeBaseSummaryFilterSensitiveLog: (obj: KnowledgeBaseSummary) => any;
|
|
2820
|
-
/**
|
|
2821
|
-
* @internal
|
|
2822
|
-
*/
|
|
2823
|
-
export declare const ListKnowledgeBasesResponseFilterSensitiveLog: (obj: ListKnowledgeBasesResponse) => any;
|
|
2824
|
-
/**
|
|
2825
|
-
* @internal
|
|
2826
|
-
*/
|
|
2827
|
-
export declare const RenderMessageTemplateRequestFilterSensitiveLog: (obj: RenderMessageTemplateRequest) => any;
|
|
2828
|
-
/**
|
|
2829
|
-
* @internal
|
|
2830
|
-
*/
|
|
2831
|
-
export declare const RenderMessageTemplateResponseFilterSensitiveLog: (obj: RenderMessageTemplateResponse) => any;
|
|
2832
|
-
/**
|
|
2833
|
-
* @internal
|
|
2834
|
-
*/
|
|
2835
|
-
export declare const UpdateMessageTemplateRequestFilterSensitiveLog: (obj: UpdateMessageTemplateRequest) => any;
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
export declare const UpdateMessageTemplateResponseFilterSensitiveLog: (obj: UpdateMessageTemplateResponse) => any;
|
|
2840
|
-
/**
|
|
2841
|
-
* @internal
|
|
2842
|
-
*/
|
|
2843
|
-
export declare const UpdateMessageTemplateMetadataRequestFilterSensitiveLog: (obj: UpdateMessageTemplateMetadataRequest) => any;
|
|
2844
|
-
/**
|
|
2845
|
-
* @internal
|
|
2846
|
-
*/
|
|
2847
|
-
export declare const UpdateMessageTemplateMetadataResponseFilterSensitiveLog: (obj: UpdateMessageTemplateMetadataResponse) => any;
|
|
2848
|
-
/**
|
|
2849
|
-
* @internal
|
|
2850
|
-
*/
|
|
2851
|
-
export declare const QuickResponseSummaryFilterSensitiveLog: (obj: QuickResponseSummary) => any;
|
|
2852
|
-
/**
|
|
2853
|
-
* @internal
|
|
2854
|
-
*/
|
|
2855
|
-
export declare const ListQuickResponsesResponseFilterSensitiveLog: (obj: ListQuickResponsesResponse) => any;
|
|
2856
|
-
/**
|
|
2857
|
-
* @internal
|
|
2858
|
-
*/
|
|
2859
|
-
export declare const UpdateQuickResponseRequestFilterSensitiveLog: (obj: UpdateQuickResponseRequest) => any;
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
export declare const UpdateQuickResponseResponseFilterSensitiveLog: (obj: UpdateQuickResponseResponse) => any;
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
export declare const MessageTemplateSearchResultDataFilterSensitiveLog: (obj: MessageTemplateSearchResultData) => any;
|
|
2868
|
-
/**
|
|
2869
|
-
* @internal
|
|
2870
|
-
*/
|
|
2871
|
-
export declare const SearchMessageTemplatesResponseFilterSensitiveLog: (obj: SearchMessageTemplatesResponse) => any;
|
|
2872
|
-
/**
|
|
2873
|
-
* @internal
|
|
2874
|
-
*/
|
|
2875
|
-
export declare const SearchQuickResponsesRequestFilterSensitiveLog: (obj: SearchQuickResponsesRequest) => any;
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
export declare const QuickResponseSearchResultDataFilterSensitiveLog: (obj: QuickResponseSearchResultData) => any;
|
|
2880
|
-
/**
|
|
2881
|
-
* @internal
|
|
2882
|
-
*/
|
|
2883
|
-
export declare const SearchQuickResponsesResponseFilterSensitiveLog: (obj: SearchQuickResponsesResponse) => any;
|
|
2884
|
-
/**
|
|
2885
|
-
* @internal
|
|
2886
|
-
*/
|
|
2887
|
-
export declare const StartContentUploadResponseFilterSensitiveLog: (obj: StartContentUploadResponse) => any;
|
|
2888
|
-
/**
|
|
2889
|
-
* @internal
|
|
2890
|
-
*/
|
|
2891
|
-
export declare const StartImportJobResponseFilterSensitiveLog: (obj: StartImportJobResponse) => any;
|
|
2892
|
-
/**
|
|
2893
|
-
* @internal
|
|
2894
|
-
*/
|
|
2895
|
-
export declare const UpdateKnowledgeBaseTemplateUriResponseFilterSensitiveLog: (obj: UpdateKnowledgeBaseTemplateUriResponse) => any;
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
export declare const DataDetailsFilterSensitiveLog: (obj: DataDetails) => any;
|
|
2900
|
-
/**
|
|
2901
|
-
* @internal
|
|
2902
|
-
*/
|
|
2903
|
-
export declare const DataSummaryFilterSensitiveLog: (obj: DataSummary) => any;
|
|
2904
|
-
/**
|
|
2905
|
-
* @internal
|
|
2906
|
-
*/
|
|
2907
|
-
export declare const EmailGenerativeAnswerChunkDataDetailsFilterSensitiveLog: (obj: EmailGenerativeAnswerChunkDataDetails) => any;
|
|
2908
|
-
/**
|
|
2909
|
-
* @internal
|
|
2910
|
-
*/
|
|
2911
|
-
export declare const GenerativeChunkDataDetailsFilterSensitiveLog: (obj: GenerativeChunkDataDetails) => any;
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2915
|
-
export declare const GenerativeDataDetailsFilterSensitiveLog: (obj: GenerativeDataDetails) => any;
|
|
2916
|
-
/**
|
|
2917
|
-
* @internal
|
|
2918
|
-
*/
|
|
2919
|
-
export declare const RecommendationDataFilterSensitiveLog: (obj: RecommendationData) => any;
|
|
2920
|
-
/**
|
|
2921
|
-
* @internal
|
|
2922
|
-
*/
|
|
2923
|
-
export declare const ResultDataFilterSensitiveLog: (obj: ResultData) => any;
|
|
2924
|
-
/**
|
|
2925
|
-
* @internal
|
|
2926
|
-
*/
|
|
2927
|
-
export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
|
|
2928
|
-
/**
|
|
2929
|
-
* @internal
|
|
2930
|
-
*/
|
|
2931
|
-
export declare const QueryAssistantResponseFilterSensitiveLog: (obj: QueryAssistantResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").QConnectHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|