@aws-sdk/client-qconnect 3.928.0 → 3.930.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 +5185 -5292
- 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 -722
- package/dist-es/models/models_1.js +0 -314
- 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 +80 -352
- package/dist-types/models/models_1.d.ts +12 -191
- 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 -269
- package/dist-types/ts3.4/models/models_1.d.ts +0 -141
- 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 +33 -34
- 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
|
*/
|
|
@@ -173,12 +173,15 @@ export declare namespace OrCondition {
|
|
|
173
173
|
tagCondition?: never;
|
|
174
174
|
$unknown: [string, any];
|
|
175
175
|
}
|
|
176
|
+
/**
|
|
177
|
+
* @deprecated unused in schema-serde mode.
|
|
178
|
+
*
|
|
179
|
+
*/
|
|
176
180
|
interface Visitor<T> {
|
|
177
181
|
andConditions: (value: TagCondition[]) => T;
|
|
178
182
|
tagCondition: (value: TagCondition) => T;
|
|
179
183
|
_: (name: string, value: any) => T;
|
|
180
184
|
}
|
|
181
|
-
const visit: <T>(value: OrCondition, visitor: Visitor<T>) => T;
|
|
182
185
|
}
|
|
183
186
|
/**
|
|
184
187
|
* <p>An object that can be used to specify Tag conditions.</p>
|
|
@@ -228,13 +231,16 @@ export declare namespace TagFilter {
|
|
|
228
231
|
orConditions?: never;
|
|
229
232
|
$unknown: [string, any];
|
|
230
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* @deprecated unused in schema-serde mode.
|
|
236
|
+
*
|
|
237
|
+
*/
|
|
231
238
|
interface Visitor<T> {
|
|
232
239
|
tagCondition: (value: TagCondition) => T;
|
|
233
240
|
andConditions: (value: TagCondition[]) => T;
|
|
234
241
|
orConditions: (value: OrCondition[]) => T;
|
|
235
242
|
_: (name: string, value: any) => T;
|
|
236
243
|
}
|
|
237
|
-
const visit: <T>(value: TagFilter, visitor: Visitor<T>) => T;
|
|
238
244
|
}
|
|
239
245
|
/**
|
|
240
246
|
* @public
|
|
@@ -293,11 +299,14 @@ export declare namespace AssociationConfigurationData {
|
|
|
293
299
|
knowledgeBaseAssociationConfigurationData?: never;
|
|
294
300
|
$unknown: [string, any];
|
|
295
301
|
}
|
|
302
|
+
/**
|
|
303
|
+
* @deprecated unused in schema-serde mode.
|
|
304
|
+
*
|
|
305
|
+
*/
|
|
296
306
|
interface Visitor<T> {
|
|
297
307
|
knowledgeBaseAssociationConfigurationData: (value: KnowledgeBaseAssociationConfigurationData) => T;
|
|
298
308
|
_: (name: string, value: any) => T;
|
|
299
309
|
}
|
|
300
|
-
const visit: <T>(value: AssociationConfigurationData, visitor: Visitor<T>) => T;
|
|
301
310
|
}
|
|
302
311
|
/**
|
|
303
312
|
* @public
|
|
@@ -586,6 +595,10 @@ export declare namespace AIAgentConfiguration {
|
|
|
586
595
|
emailGenerativeAnswerAIAgentConfiguration?: never;
|
|
587
596
|
$unknown: [string, any];
|
|
588
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* @deprecated unused in schema-serde mode.
|
|
600
|
+
*
|
|
601
|
+
*/
|
|
589
602
|
interface Visitor<T> {
|
|
590
603
|
manualSearchAIAgentConfiguration: (value: ManualSearchAIAgentConfiguration) => T;
|
|
591
604
|
answerRecommendationAIAgentConfiguration: (value: AnswerRecommendationAIAgentConfiguration) => T;
|
|
@@ -595,7 +608,6 @@ export declare namespace AIAgentConfiguration {
|
|
|
595
608
|
emailGenerativeAnswerAIAgentConfiguration: (value: EmailGenerativeAnswerAIAgentConfiguration) => T;
|
|
596
609
|
_: (name: string, value: any) => T;
|
|
597
610
|
}
|
|
598
|
-
const visit: <T>(value: AIAgentConfiguration, visitor: Visitor<T>) => T;
|
|
599
611
|
}
|
|
600
612
|
/**
|
|
601
613
|
* @public
|
|
@@ -2012,11 +2024,14 @@ export declare namespace AIPromptTemplateConfiguration {
|
|
|
2012
2024
|
textFullAIPromptEditTemplateConfiguration?: never;
|
|
2013
2025
|
$unknown: [string, any];
|
|
2014
2026
|
}
|
|
2027
|
+
/**
|
|
2028
|
+
* @deprecated unused in schema-serde mode.
|
|
2029
|
+
*
|
|
2030
|
+
*/
|
|
2015
2031
|
interface Visitor<T> {
|
|
2016
2032
|
textFullAIPromptEditTemplateConfiguration: (value: TextFullAIPromptEditTemplateConfiguration) => T;
|
|
2017
2033
|
_: (name: string, value: any) => T;
|
|
2018
2034
|
}
|
|
2019
|
-
const visit: <T>(value: AIPromptTemplateConfiguration, visitor: Visitor<T>) => T;
|
|
2020
2035
|
}
|
|
2021
2036
|
/**
|
|
2022
2037
|
* @public
|
|
@@ -2602,11 +2617,14 @@ export declare namespace AssistantAssociationInputData {
|
|
|
2602
2617
|
knowledgeBaseId?: never;
|
|
2603
2618
|
$unknown: [string, any];
|
|
2604
2619
|
}
|
|
2620
|
+
/**
|
|
2621
|
+
* @deprecated unused in schema-serde mode.
|
|
2622
|
+
*
|
|
2623
|
+
*/
|
|
2605
2624
|
interface Visitor<T> {
|
|
2606
2625
|
knowledgeBaseId: (value: string) => T;
|
|
2607
2626
|
_: (name: string, value: any) => T;
|
|
2608
2627
|
}
|
|
2609
|
-
const visit: <T>(value: AssistantAssociationInputData, visitor: Visitor<T>) => T;
|
|
2610
2628
|
}
|
|
2611
2629
|
/**
|
|
2612
2630
|
* @public
|
|
@@ -2689,11 +2707,14 @@ export declare namespace AssistantAssociationOutputData {
|
|
|
2689
2707
|
knowledgeBaseAssociation?: never;
|
|
2690
2708
|
$unknown: [string, any];
|
|
2691
2709
|
}
|
|
2710
|
+
/**
|
|
2711
|
+
* @deprecated unused in schema-serde mode.
|
|
2712
|
+
*
|
|
2713
|
+
*/
|
|
2692
2714
|
interface Visitor<T> {
|
|
2693
2715
|
knowledgeBaseAssociation: (value: KnowledgeBaseAssociationData) => T;
|
|
2694
2716
|
_: (name: string, value: any) => T;
|
|
2695
2717
|
}
|
|
2696
|
-
const visit: <T>(value: AssistantAssociationOutputData, visitor: Visitor<T>) => T;
|
|
2697
2718
|
}
|
|
2698
2719
|
/**
|
|
2699
2720
|
* <p>Information about the assistant association.</p>
|
|
@@ -3408,12 +3429,15 @@ export declare namespace DataReference {
|
|
|
3408
3429
|
generativeReference?: never;
|
|
3409
3430
|
$unknown: [string, any];
|
|
3410
3431
|
}
|
|
3432
|
+
/**
|
|
3433
|
+
* @deprecated unused in schema-serde mode.
|
|
3434
|
+
*
|
|
3435
|
+
*/
|
|
3411
3436
|
interface Visitor<T> {
|
|
3412
3437
|
contentReference: (value: ContentReference) => T;
|
|
3413
3438
|
generativeReference: (value: GenerativeReference) => T;
|
|
3414
3439
|
_: (name: string, value: any) => T;
|
|
3415
3440
|
}
|
|
3416
|
-
const visit: <T>(value: DataReference, visitor: Visitor<T>) => T;
|
|
3417
3441
|
}
|
|
3418
3442
|
/**
|
|
3419
3443
|
* <p>The document.</p>
|
|
@@ -3492,11 +3516,14 @@ export declare namespace RecommendationTriggerData {
|
|
|
3492
3516
|
query?: never;
|
|
3493
3517
|
$unknown: [string, any];
|
|
3494
3518
|
}
|
|
3519
|
+
/**
|
|
3520
|
+
* @deprecated unused in schema-serde mode.
|
|
3521
|
+
*
|
|
3522
|
+
*/
|
|
3495
3523
|
interface Visitor<T> {
|
|
3496
3524
|
query: (value: QueryRecommendationTriggerData) => T;
|
|
3497
3525
|
_: (name: string, value: any) => T;
|
|
3498
3526
|
}
|
|
3499
|
-
const visit: <T>(value: RecommendationTriggerData, visitor: Visitor<T>) => T;
|
|
3500
3527
|
}
|
|
3501
3528
|
/**
|
|
3502
3529
|
* @public
|
|
@@ -3743,11 +3770,14 @@ export declare namespace ContentFeedbackData {
|
|
|
3743
3770
|
generativeContentFeedbackData?: never;
|
|
3744
3771
|
$unknown: [string, any];
|
|
3745
3772
|
}
|
|
3773
|
+
/**
|
|
3774
|
+
* @deprecated unused in schema-serde mode.
|
|
3775
|
+
*
|
|
3776
|
+
*/
|
|
3746
3777
|
interface Visitor<T> {
|
|
3747
3778
|
generativeContentFeedbackData: (value: GenerativeContentFeedbackData) => T;
|
|
3748
3779
|
_: (name: string, value: any) => T;
|
|
3749
3780
|
}
|
|
3750
|
-
const visit: <T>(value: ContentFeedbackData, visitor: Visitor<T>) => T;
|
|
3751
3781
|
}
|
|
3752
3782
|
/**
|
|
3753
3783
|
* @public
|
|
@@ -3883,11 +3913,14 @@ export declare namespace QueryCondition {
|
|
|
3883
3913
|
single?: never;
|
|
3884
3914
|
$unknown: [string, any];
|
|
3885
3915
|
}
|
|
3916
|
+
/**
|
|
3917
|
+
* @deprecated unused in schema-serde mode.
|
|
3918
|
+
*
|
|
3919
|
+
*/
|
|
3886
3920
|
interface Visitor<T> {
|
|
3887
3921
|
single: (value: QueryConditionItem) => T;
|
|
3888
3922
|
_: (name: string, value: any) => T;
|
|
3889
3923
|
}
|
|
3890
|
-
const visit: <T>(value: QueryCondition, visitor: Visitor<T>) => T;
|
|
3891
3924
|
}
|
|
3892
3925
|
/**
|
|
3893
3926
|
* <p>Information about the Amazon Q intent.</p>
|
|
@@ -3946,12 +3979,15 @@ export declare namespace QueryInputData {
|
|
|
3946
3979
|
intentInputData?: never;
|
|
3947
3980
|
$unknown: [string, any];
|
|
3948
3981
|
}
|
|
3982
|
+
/**
|
|
3983
|
+
* @deprecated unused in schema-serde mode.
|
|
3984
|
+
*
|
|
3985
|
+
*/
|
|
3949
3986
|
interface Visitor<T> {
|
|
3950
3987
|
queryTextInputData: (value: QueryTextInputData) => T;
|
|
3951
3988
|
intentInputData: (value: IntentInputData) => T;
|
|
3952
3989
|
_: (name: string, value: any) => T;
|
|
3953
3990
|
}
|
|
3954
|
-
const visit: <T>(value: QueryInputData, visitor: Visitor<T>) => T;
|
|
3955
3991
|
}
|
|
3956
3992
|
/**
|
|
3957
3993
|
* @public
|
|
@@ -4344,11 +4380,14 @@ export declare namespace RuntimeSessionDataValue {
|
|
|
4344
4380
|
stringValue?: never;
|
|
4345
4381
|
$unknown: [string, any];
|
|
4346
4382
|
}
|
|
4383
|
+
/**
|
|
4384
|
+
* @deprecated unused in schema-serde mode.
|
|
4385
|
+
*
|
|
4386
|
+
*/
|
|
4347
4387
|
interface Visitor<T> {
|
|
4348
4388
|
stringValue: (value: string) => T;
|
|
4349
4389
|
_: (name: string, value: any) => T;
|
|
4350
4390
|
}
|
|
4351
|
-
const visit: <T>(value: RuntimeSessionDataValue, visitor: Visitor<T>) => T;
|
|
4352
4391
|
}
|
|
4353
4392
|
/**
|
|
4354
4393
|
* <p>The list of key-value pairs that are stored on the session.</p>
|
|
@@ -4456,11 +4495,14 @@ export declare namespace MessageData {
|
|
|
4456
4495
|
text?: never;
|
|
4457
4496
|
$unknown: [string, any];
|
|
4458
4497
|
}
|
|
4498
|
+
/**
|
|
4499
|
+
* @deprecated unused in schema-serde mode.
|
|
4500
|
+
*
|
|
4501
|
+
*/
|
|
4459
4502
|
interface Visitor<T> {
|
|
4460
4503
|
text: (value: TextMessage) => T;
|
|
4461
4504
|
_: (name: string, value: any) => T;
|
|
4462
4505
|
}
|
|
4463
|
-
const visit: <T>(value: MessageData, visitor: Visitor<T>) => T;
|
|
4464
4506
|
}
|
|
4465
4507
|
/**
|
|
4466
4508
|
* <p>The message output.</p>
|
|
@@ -5022,11 +5064,14 @@ export declare namespace Configuration {
|
|
|
5022
5064
|
connectConfiguration?: never;
|
|
5023
5065
|
$unknown: [string, any];
|
|
5024
5066
|
}
|
|
5067
|
+
/**
|
|
5068
|
+
* @deprecated unused in schema-serde mode.
|
|
5069
|
+
*
|
|
5070
|
+
*/
|
|
5025
5071
|
interface Visitor<T> {
|
|
5026
5072
|
connectConfiguration: (value: ConnectConfiguration) => T;
|
|
5027
5073
|
_: (name: string, value: any) => T;
|
|
5028
5074
|
}
|
|
5029
|
-
const visit: <T>(value: Configuration, visitor: Visitor<T>) => T;
|
|
5030
5075
|
}
|
|
5031
5076
|
/**
|
|
5032
5077
|
* <p>The contents of a content association.</p>
|
|
@@ -5052,11 +5097,14 @@ export declare namespace ContentAssociationContents {
|
|
|
5052
5097
|
amazonConnectGuideAssociation?: never;
|
|
5053
5098
|
$unknown: [string, any];
|
|
5054
5099
|
}
|
|
5100
|
+
/**
|
|
5101
|
+
* @deprecated unused in schema-serde mode.
|
|
5102
|
+
*
|
|
5103
|
+
*/
|
|
5055
5104
|
interface Visitor<T> {
|
|
5056
5105
|
amazonConnectGuideAssociation: (value: AmazonConnectGuideAssociationData) => T;
|
|
5057
5106
|
_: (name: string, value: any) => T;
|
|
5058
5107
|
}
|
|
5059
|
-
const visit: <T>(value: ContentAssociationContents, visitor: Visitor<T>) => T;
|
|
5060
5108
|
}
|
|
5061
5109
|
/**
|
|
5062
5110
|
* @public
|
|
@@ -5829,11 +5877,14 @@ export declare namespace ManagedSourceConfiguration {
|
|
|
5829
5877
|
webCrawlerConfiguration?: never;
|
|
5830
5878
|
$unknown: [string, any];
|
|
5831
5879
|
}
|
|
5880
|
+
/**
|
|
5881
|
+
* @deprecated unused in schema-serde mode.
|
|
5882
|
+
*
|
|
5883
|
+
*/
|
|
5832
5884
|
interface Visitor<T> {
|
|
5833
5885
|
webCrawlerConfiguration: (value: WebCrawlerConfiguration) => T;
|
|
5834
5886
|
_: (name: string, value: any) => T;
|
|
5835
5887
|
}
|
|
5836
|
-
const visit: <T>(value: ManagedSourceConfiguration, visitor: Visitor<T>) => T;
|
|
5837
5888
|
}
|
|
5838
5889
|
/**
|
|
5839
5890
|
* <p>Configuration information about the external data source.</p>
|
|
@@ -5870,12 +5921,15 @@ export declare namespace SourceConfiguration {
|
|
|
5870
5921
|
managedSourceConfiguration?: never;
|
|
5871
5922
|
$unknown: [string, any];
|
|
5872
5923
|
}
|
|
5924
|
+
/**
|
|
5925
|
+
* @deprecated unused in schema-serde mode.
|
|
5926
|
+
*
|
|
5927
|
+
*/
|
|
5873
5928
|
interface Visitor<T> {
|
|
5874
5929
|
appIntegrations: (value: AppIntegrationsConfiguration) => T;
|
|
5875
5930
|
managedSourceConfiguration: (value: ManagedSourceConfiguration) => T;
|
|
5876
5931
|
_: (name: string, value: any) => T;
|
|
5877
5932
|
}
|
|
5878
|
-
const visit: <T>(value: SourceConfiguration, visitor: Visitor<T>) => T;
|
|
5879
5933
|
}
|
|
5880
5934
|
/**
|
|
5881
5935
|
* @public
|
|
@@ -6110,11 +6164,14 @@ export declare namespace MessageTemplateBodyContentProvider {
|
|
|
6110
6164
|
content?: never;
|
|
6111
6165
|
$unknown: [string, any];
|
|
6112
6166
|
}
|
|
6167
|
+
/**
|
|
6168
|
+
* @deprecated unused in schema-serde mode.
|
|
6169
|
+
*
|
|
6170
|
+
*/
|
|
6113
6171
|
interface Visitor<T> {
|
|
6114
6172
|
content: (value: string) => T;
|
|
6115
6173
|
_: (name: string, value: any) => T;
|
|
6116
6174
|
}
|
|
6117
|
-
const visit: <T>(value: MessageTemplateBodyContentProvider, visitor: Visitor<T>) => T;
|
|
6118
6175
|
}
|
|
6119
6176
|
/**
|
|
6120
6177
|
* <p>The body to use in email messages.</p>
|
|
@@ -6226,12 +6283,15 @@ export declare namespace MessageTemplateContentProvider {
|
|
|
6226
6283
|
sms?: never;
|
|
6227
6284
|
$unknown: [string, any];
|
|
6228
6285
|
}
|
|
6286
|
+
/**
|
|
6287
|
+
* @deprecated unused in schema-serde mode.
|
|
6288
|
+
*
|
|
6289
|
+
*/
|
|
6229
6290
|
interface Visitor<T> {
|
|
6230
6291
|
email: (value: EmailMessageTemplateContent) => T;
|
|
6231
6292
|
sms: (value: SMSMessageTemplateContent) => T;
|
|
6232
6293
|
_: (name: string, value: any) => T;
|
|
6233
6294
|
}
|
|
6234
|
-
const visit: <T>(value: MessageTemplateContentProvider, visitor: Visitor<T>) => T;
|
|
6235
6295
|
}
|
|
6236
6296
|
/**
|
|
6237
6297
|
* <p>The customer profile attributes that are used with the message template.</p>
|
|
@@ -6672,335 +6732,3 @@ export declare const MessageTemplateAttributeType: {
|
|
|
6672
6732
|
* @public
|
|
6673
6733
|
*/
|
|
6674
6734
|
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;
|