@awboost/cfntypes 0.100.166 → 0.100.168
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.
@@ -50237,7 +50237,7 @@ export type DynamoDBTablePointInTimeRecoverySpecification = {
|
|
50237
50237
|
export type DynamoDBTableProjection = {
|
50238
50238
|
/**
|
50239
50239
|
* Represents the non-key attribute names which will be projected into the index.
|
50240
|
-
For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the
|
50240
|
+
For global and local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total. This limit only applies when you specify the ProjectionType of ``INCLUDE``. You still can specify the ProjectionType of ``ALL`` to project all attributes from the source table, even if the table has more than 100 attributes.
|
50241
50241
|
*/
|
50242
50242
|
NonKeyAttributes?: string[];
|
50243
50243
|
/**
|
@@ -52919,7 +52919,7 @@ export type EC2LaunchTemplateEbs = {
|
|
52919
52919
|
};
|
52920
52920
|
/**
|
52921
52921
|
* Type definition for `AWS::EC2::LaunchTemplate.ElasticGpuSpecification`.
|
52922
|
-
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
52922
|
+
* Amazon Elastic Graphics reached end of life on January 8, 2024.
|
52923
52923
|
Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
52924
52924
|
``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
52925
52925
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html}
|
@@ -53073,7 +53073,6 @@ export type EC2LaunchTemplateInstanceRequirements = {
|
|
53073
53073
|
* The accelerator types that must be on the instance type.
|
53074
53074
|
+ For instance types with FPGA accelerators, specify ``fpga``.
|
53075
53075
|
+ For instance types with GPU accelerators, specify ``gpu``.
|
53076
|
-
+ For instance types with Inference accelerators, specify ``inference``.
|
53077
53076
|
|
53078
53077
|
Default: Any accelerator type
|
53079
53078
|
*/
|
@@ -53289,14 +53288,13 @@ export type EC2LaunchTemplateLaunchTemplateData = {
|
|
53289
53288
|
EbsOptimized?: boolean;
|
53290
53289
|
/**
|
53291
53290
|
* Deprecated.
|
53292
|
-
Amazon Elastic Graphics reached end of life on January 8, 2024.
|
53291
|
+
Amazon Elastic Graphics reached end of life on January 8, 2024.
|
53293
53292
|
*/
|
53294
53293
|
ElasticGpuSpecifications?: EC2LaunchTemplateElasticGpuSpecification[];
|
53295
53294
|
/**
|
53296
53295
|
* Amazon Elastic Inference is no longer available.
|
53297
53296
|
An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
|
53298
53297
|
You cannot specify accelerators from different generations in the same request.
|
53299
|
-
Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
|
53300
53298
|
*/
|
53301
53299
|
ElasticInferenceAccelerators?: EC2LaunchTemplateLaunchTemplateElasticInferenceAccelerator[];
|
53302
53300
|
/**
|
@@ -53420,7 +53418,8 @@ export type EC2LaunchTemplateLaunchTemplateData = {
|
|
53420
53418
|
};
|
53421
53419
|
/**
|
53422
53420
|
* Type definition for `AWS::EC2::LaunchTemplate.LaunchTemplateElasticInferenceAccelerator`.
|
53423
|
-
*
|
53421
|
+
* Amazon Elastic Inference is no longer available.
|
53422
|
+
Specifies an elastic inference accelerator.
|
53424
53423
|
``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
53425
53424
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html}
|
53426
53425
|
*/
|
@@ -53600,7 +53599,7 @@ export type EC2LaunchTemplateNetworkInterface = {
|
|
53600
53599
|
*/
|
53601
53600
|
Description?: string;
|
53602
53601
|
/**
|
53603
|
-
* The device index for the network interface attachment. If the network interface is of type ``interface``, you must specify a device index.
|
53602
|
+
* The device index for the network interface attachment. The primary network interface has a device index of 0. If the network interface is of type ``interface``, you must specify a device index.
|
53604
53603
|
If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the ``LaunchTemplate`` property of ``AWS::EC2::Instance``, then you must include a primary network interface using the ``NetworkInterfaces`` property of ``AWS::EC2::Instance``.
|
53605
53604
|
*/
|
53606
53605
|
DeviceIndex?: number;
|
@@ -53689,12 +53688,14 @@ export type EC2LaunchTemplateNetworkInterfaceCount = {
|
|
53689
53688
|
};
|
53690
53689
|
/**
|
53691
53690
|
* Type definition for `AWS::EC2::LaunchTemplate.NetworkPerformanceOptions`.
|
53691
|
+
* Contains settings for the network performance options for the instance.
|
53692
53692
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkperformanceoptions.html}
|
53693
53693
|
*/
|
53694
53694
|
export type EC2LaunchTemplateNetworkPerformanceOptions = {
|
53695
53695
|
/**
|
53696
|
-
|
53697
|
-
|
53696
|
+
* Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:
|
53697
|
+
+ default This option uses the standard bandwidth configuration for your instance type. + vpc-1 This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth. + ebs-1 This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
|
53698
|
+
*/
|
53698
53699
|
BandwidthWeighting?: string;
|
53699
53700
|
};
|
53700
53701
|
/**
|
@@ -68595,6 +68596,11 @@ export type EventsApiDestinationAttributes = {
|
|
68595
68596
|
* @pattern `^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:api-destination/[\.\-_A-Za-z0-9]+/[\-A-Za-z0-9]+$`
|
68596
68597
|
*/
|
68597
68598
|
Arn: string;
|
68599
|
+
/**
|
68600
|
+
* The arn of the api destination to be used in IAM policies.
|
68601
|
+
* @pattern `^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:api-destination/[\.\-_A-Za-z0-9]+$`
|
68602
|
+
*/
|
68603
|
+
ArnForPolicy: string;
|
68598
68604
|
};
|
68599
68605
|
/**
|
68600
68606
|
* Resource Type definition for AWS::Events::Archive
|
@@ -68609,6 +68615,11 @@ export type EventsArchiveProps = {
|
|
68609
68615
|
ArchiveName?: string;
|
68610
68616
|
Description?: string;
|
68611
68617
|
EventPattern?: Record<string, any>;
|
68618
|
+
/**
|
68619
|
+
* @minLength `0`
|
68620
|
+
* @maxLength `2048`
|
68621
|
+
*/
|
68622
|
+
KmsKeyIdentifier?: string;
|
68612
68623
|
RetentionDays?: number;
|
68613
68624
|
SourceArn: string;
|
68614
68625
|
};
|
@@ -68658,6 +68669,11 @@ export type EventsConnectionAttributes = {
|
|
68658
68669
|
* @pattern `^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:connection\/[\.\-_A-Za-z0-9]+\/[\-A-Za-z0-9]+$`
|
68659
68670
|
*/
|
68660
68671
|
Arn: string;
|
68672
|
+
/**
|
68673
|
+
* The arn of the connection resource to be used in IAM policies.
|
68674
|
+
* @pattern `^arn:aws([a-z]|\-)*:events:([a-z]|\d|\-)*:([0-9]{12})?:connection\/[\.\-_A-Za-z0-9]+$`
|
68675
|
+
*/
|
68676
|
+
ArnForPolicy: string;
|
68661
68677
|
AuthParameters: {
|
68662
68678
|
ConnectivityParameters: {
|
68663
68679
|
ResourceParameters: {
|
@@ -98322,8 +98338,9 @@ export type LambdaEventSourceMappingProps = {
|
|
98322
98338
|
*/
|
98323
98339
|
BatchSize?: number;
|
98324
98340
|
/**
|
98325
|
-
|
98326
|
-
|
98341
|
+
* (Kinesis and DynamoDB Streams only) If the function returns an error, split the batch in two and retry. The default value is false.
|
98342
|
+
When using ``BisectBatchOnFunctionError``, check the ``BatchSize`` parameter in the ``OnFailure`` destination message's metadata. The ``BatchSize`` could be greater than 1 since LAM consolidates failed messages metadata when writing to the ``OnFailure`` destination.
|
98343
|
+
*/
|
98327
98344
|
BisectBatchOnFunctionError?: boolean;
|
98328
98345
|
/**
|
98329
98346
|
* (Kinesis, DynamoDB Streams, Amazon MSK, and self-managed Apache Kafka event sources only) A configuration object that specifies the destination of an event after Lambda processes it.
|
@@ -99460,7 +99477,7 @@ export type LaunchWizardDeploymentProps = {
|
|
99460
99477
|
/**
|
99461
99478
|
* LaunchWizard deployment specifications
|
99462
99479
|
*/
|
99463
|
-
Specifications
|
99480
|
+
Specifications?: LaunchWizardDeploymentDeploymentSpecifications;
|
99464
99481
|
/**
|
99465
99482
|
* Tags for LaunchWizard deployment
|
99466
99483
|
*/
|
@@ -99542,26 +99559,13 @@ export type LaunchWizardDeploymentTags = {
|
|
99542
99559
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html}
|
99543
99560
|
*/
|
99544
99561
|
export type LexBotProps = {
|
99545
|
-
/**
|
99546
|
-
* Specifies whether to build the bot locales after bot creation completes.
|
99547
|
-
*/
|
99548
99562
|
AutoBuildBotLocales?: boolean;
|
99549
|
-
/**
|
99550
|
-
* S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
|
99551
|
-
*/
|
99552
99563
|
BotFileS3Location?: LexBotS3Location;
|
99553
|
-
/**
|
99554
|
-
* List of bot locales
|
99555
|
-
*/
|
99556
99564
|
BotLocales?: LexBotBotLocale[];
|
99557
99565
|
/**
|
99558
|
-
* A list of tags to add to the bot, which can only be added at bot creation.
|
99559
99566
|
* @maxLength `200`
|
99560
99567
|
*/
|
99561
99568
|
BotTags?: LexBotTag[];
|
99562
|
-
/**
|
99563
|
-
* Data privacy setting of the Bot.
|
99564
|
-
*/
|
99565
99569
|
DataPrivacy: {
|
99566
99570
|
ChildDirected: boolean;
|
99567
99571
|
};
|
@@ -99571,35 +99575,25 @@ export type LexBotProps = {
|
|
99571
99575
|
*/
|
99572
99576
|
Description?: string;
|
99573
99577
|
/**
|
99574
|
-
* IdleSessionTTLInSeconds of the resource
|
99575
99578
|
* @min `60`
|
99576
99579
|
* @max `86400`
|
99577
99580
|
*/
|
99578
99581
|
IdleSessionTTLInSeconds: number;
|
99579
99582
|
/**
|
99580
|
-
* Unique name for a resource.
|
99581
99583
|
* @minLength `1`
|
99582
99584
|
* @maxLength `100`
|
99583
99585
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
99584
99586
|
*/
|
99585
99587
|
Name: string;
|
99586
|
-
/**
|
99587
|
-
* Parameter used to create a replication of the source bot in the secondary region.
|
99588
|
-
*/
|
99589
99588
|
Replication?: LexBotReplication;
|
99590
99589
|
/**
|
99591
|
-
* The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
99592
99590
|
* @minLength `32`
|
99593
99591
|
* @maxLength `2048`
|
99594
99592
|
* @pattern `^arn:aws[a-zA-Z-]*:iam::[0-9]{12}:role/.*$`
|
99595
99593
|
*/
|
99596
99594
|
RoleArn: string;
|
99597
|
-
/**
|
99598
|
-
* Configuring the test bot alias settings for a given bot
|
99599
|
-
*/
|
99600
99595
|
TestBotAliasSettings?: LexBotTestBotAliasSettings;
|
99601
99596
|
/**
|
99602
|
-
* A list of tags to add to the test alias for a bot, , which can only be added at bot/bot alias creation.
|
99603
99597
|
* @maxLength `200`
|
99604
99598
|
*/
|
99605
99599
|
TestBotAliasTags?: LexBotTag[];
|
@@ -99616,7 +99610,6 @@ export type LexBotAttributes = {
|
|
99616
99610
|
*/
|
99617
99611
|
Arn: string;
|
99618
99612
|
/**
|
99619
|
-
* Unique ID of resource
|
99620
99613
|
* @minLength `10`
|
99621
99614
|
* @maxLength `10`
|
99622
99615
|
* @pattern `^[0-9a-zA-Z]+$`
|
@@ -99625,131 +99618,115 @@ export type LexBotAttributes = {
|
|
99625
99618
|
};
|
99626
99619
|
/**
|
99627
99620
|
* Type definition for `AWS::Lex::Bot.AdvancedRecognitionSetting`.
|
99628
|
-
* Provides settings that enable advanced recognition settings for slot values.
|
99629
99621
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-advancedrecognitionsetting.html}
|
99630
99622
|
*/
|
99631
99623
|
export type LexBotAdvancedRecognitionSetting = {
|
99632
|
-
/**
|
99633
|
-
* Enables using slot values as a custom vocabulary when recognizing user utterances.
|
99634
|
-
*/
|
99635
99624
|
AudioRecognitionStrategy?: LexBotAudioRecognitionStrategy;
|
99636
99625
|
};
|
99637
99626
|
/**
|
99638
99627
|
* Type definition for `AWS::Lex::Bot.AllowedInputTypes`.
|
99639
|
-
* Specifies the allowed input types.
|
99640
99628
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-allowedinputtypes.html}
|
99641
99629
|
*/
|
99642
99630
|
export type LexBotAllowedInputTypes = {
|
99643
|
-
/**
|
99644
|
-
* Indicates whether audio input is allowed.
|
99645
|
-
*/
|
99646
99631
|
AllowAudioInput: boolean;
|
99647
|
-
/**
|
99648
|
-
* Indicates whether DTMF input is allowed.
|
99649
|
-
*/
|
99650
99632
|
AllowDTMFInput: boolean;
|
99651
99633
|
};
|
99652
99634
|
/**
|
99653
99635
|
* Type definition for `AWS::Lex::Bot.AudioAndDTMFInputSpecification`.
|
99654
|
-
* Specifies the audio and DTMF input specification.
|
99655
99636
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audioanddtmfinputspecification.html}
|
99656
99637
|
*/
|
99657
99638
|
export type LexBotAudioAndDTMFInputSpecification = {
|
99658
|
-
/**
|
99659
|
-
* Specifies the audio input specifications.
|
99660
|
-
*/
|
99661
99639
|
AudioSpecification?: LexBotAudioSpecification;
|
99662
|
-
/**
|
99663
|
-
* Specifies the settings on DTMF input.
|
99664
|
-
*/
|
99665
99640
|
DTMFSpecification?: LexBotDTMFSpecification;
|
99666
99641
|
/**
|
99667
|
-
* Time for which a bot waits before assuming that the customer isn't going to speak or press a key. This timeout is shared between Audio and DTMF inputs.
|
99668
99642
|
* @min `1`
|
99669
99643
|
*/
|
99670
99644
|
StartTimeoutMs: number;
|
99671
99645
|
};
|
99672
99646
|
/**
|
99673
99647
|
* Type definition for `AWS::Lex::Bot.AudioLogDestination`.
|
99674
|
-
* The location of audio log files collected when conversation logging is enabled for a bot.
|
99675
99648
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologdestination.html}
|
99676
99649
|
*/
|
99677
99650
|
export type LexBotAudioLogDestination = {
|
99678
|
-
/**
|
99679
|
-
* Specifies an Amazon S3 bucket for logging audio conversations
|
99680
|
-
*/
|
99681
99651
|
S3Bucket: LexBotS3BucketLogDestination;
|
99682
99652
|
};
|
99683
99653
|
/**
|
99684
99654
|
* Type definition for `AWS::Lex::Bot.AudioLogSetting`.
|
99685
|
-
* Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
|
99686
99655
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiologsetting.html}
|
99687
99656
|
*/
|
99688
99657
|
export type LexBotAudioLogSetting = {
|
99689
|
-
/**
|
99690
|
-
* The location of audio log files collected when conversation logging is enabled for a bot.
|
99691
|
-
*/
|
99692
99658
|
Destination: LexBotAudioLogDestination;
|
99693
99659
|
Enabled: boolean;
|
99694
99660
|
};
|
99695
99661
|
/**
|
99696
99662
|
* Type definition for `AWS::Lex::Bot.AudioRecognitionStrategy`.
|
99697
|
-
* Enables using slot values as a custom vocabulary when recognizing user utterances.
|
99698
99663
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiorecognitionstrategy.html}
|
99699
99664
|
*/
|
99700
99665
|
export type LexBotAudioRecognitionStrategy = "UseSlotValuesAsCustomVocabulary";
|
99701
99666
|
/**
|
99702
99667
|
* Type definition for `AWS::Lex::Bot.AudioSpecification`.
|
99703
|
-
* Specifies the audio input specifications.
|
99704
99668
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-audiospecification.html}
|
99705
99669
|
*/
|
99706
99670
|
export type LexBotAudioSpecification = {
|
99707
99671
|
/**
|
99708
|
-
* Time for which a bot waits after the customer stops speaking to assume the utterance is finished.
|
99709
99672
|
* @min `1`
|
99710
99673
|
*/
|
99711
99674
|
EndTimeoutMs: number;
|
99712
99675
|
/**
|
99713
|
-
* Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.
|
99714
99676
|
* @min `1`
|
99715
99677
|
*/
|
99716
99678
|
MaxLengthMs: number;
|
99717
99679
|
};
|
99680
|
+
/**
|
99681
|
+
* Type definition for `AWS::Lex::Bot.BedrockAgentIntentConfiguration`.
|
99682
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockagentintentconfiguration.html}
|
99683
|
+
*/
|
99684
|
+
export type LexBotBedrockAgentIntentConfiguration = {
|
99685
|
+
BedrockAgentConfiguration?: {
|
99686
|
+
/**
|
99687
|
+
* @minLength `1`
|
99688
|
+
* @maxLength `5000`
|
99689
|
+
*/
|
99690
|
+
BedrockAgentAliasId?: string;
|
99691
|
+
/**
|
99692
|
+
* @minLength `1`
|
99693
|
+
* @maxLength `5000`
|
99694
|
+
*/
|
99695
|
+
BedrockAgentId?: string;
|
99696
|
+
};
|
99697
|
+
BedrockAgentIntentKnowledgeBaseConfiguration?: {
|
99698
|
+
/**
|
99699
|
+
* @minLength `1`
|
99700
|
+
* @maxLength `5000`
|
99701
|
+
*/
|
99702
|
+
BedrockKnowledgeBaseArn: string;
|
99703
|
+
BedrockModelConfiguration: LexBotBedrockModelSpecification;
|
99704
|
+
};
|
99705
|
+
};
|
99718
99706
|
/**
|
99719
99707
|
* Type definition for `AWS::Lex::Bot.BedrockModelSpecification`.
|
99720
|
-
* Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
|
99721
99708
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-bedrockmodelspecification.html}
|
99722
99709
|
*/
|
99723
99710
|
export type LexBotBedrockModelSpecification = {
|
99724
|
-
/**
|
99725
|
-
* The guardrail configuration in the Bedrock model specification details.
|
99726
|
-
*/
|
99727
99711
|
BedrockGuardrailConfiguration?: {
|
99728
99712
|
/**
|
99729
|
-
* The unique guardrail id for the Bedrock guardrail configuration.
|
99730
99713
|
* @minLength `1`
|
99731
99714
|
* @maxLength `5000`
|
99732
99715
|
*/
|
99733
99716
|
BedrockGuardrailIdentifier?: string;
|
99734
99717
|
/**
|
99735
|
-
* The guardrail version for the Bedrock guardrail configuration.
|
99736
99718
|
* @minLength `1`
|
99737
99719
|
* @maxLength `5000`
|
99738
99720
|
*/
|
99739
99721
|
BedrockGuardrailVersion?: string;
|
99740
99722
|
};
|
99741
99723
|
/**
|
99742
|
-
* The custom prompt used in the Bedrock model specification details.
|
99743
99724
|
* @minLength `1`
|
99744
99725
|
* @maxLength `5000`
|
99745
99726
|
*/
|
99746
99727
|
BedrockModelCustomPrompt?: string;
|
99747
|
-
/**
|
99748
|
-
* The Bedrock trace status in the Bedrock model specification details.
|
99749
|
-
*/
|
99750
99728
|
BedrockTraceStatus?: "ENABLED" | "DISABLED";
|
99751
99729
|
/**
|
99752
|
-
* The ARN of the foundation model used in descriptive bot building.
|
99753
99730
|
* @minLength `1`
|
99754
99731
|
* @maxLength `5000`
|
99755
99732
|
*/
|
@@ -99757,31 +99734,19 @@ export type LexBotBedrockModelSpecification = {
|
|
99757
99734
|
};
|
99758
99735
|
/**
|
99759
99736
|
* Type definition for `AWS::Lex::Bot.BotAliasLocaleSettings`.
|
99760
|
-
* You can use this parameter to specify a specific Lambda function to run different functions in different locales.
|
99761
99737
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettings.html}
|
99762
99738
|
*/
|
99763
99739
|
export type LexBotBotAliasLocaleSettings = {
|
99764
|
-
/**
|
99765
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
99766
|
-
*/
|
99767
99740
|
CodeHookSpecification?: LexBotCodeHookSpecification;
|
99768
|
-
/**
|
99769
|
-
* Whether the Lambda code hook is enabled
|
99770
|
-
*/
|
99771
99741
|
Enabled: boolean;
|
99772
99742
|
};
|
99773
99743
|
/**
|
99774
99744
|
* Type definition for `AWS::Lex::Bot.BotAliasLocaleSettingsItem`.
|
99775
|
-
* A locale setting in alias
|
99776
99745
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botaliaslocalesettingsitem.html}
|
99777
99746
|
*/
|
99778
99747
|
export type LexBotBotAliasLocaleSettingsItem = {
|
99779
|
-
/**
|
99780
|
-
* You can use this parameter to specify a specific Lambda function to run different functions in different locales.
|
99781
|
-
*/
|
99782
99748
|
BotAliasLocaleSetting: LexBotBotAliasLocaleSettings;
|
99783
99749
|
/**
|
99784
|
-
* A string used to identify the locale
|
99785
99750
|
* @minLength `1`
|
99786
99751
|
* @maxLength `128`
|
99787
99752
|
*/
|
@@ -99789,13 +99754,9 @@ export type LexBotBotAliasLocaleSettingsItem = {
|
|
99789
99754
|
};
|
99790
99755
|
/**
|
99791
99756
|
* Type definition for `AWS::Lex::Bot.BotLocale`.
|
99792
|
-
* A locale in the bot, which contains the intents and slot types that the bot uses in conversations with users in the specified language and locale.
|
99793
99757
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-botlocale.html}
|
99794
99758
|
*/
|
99795
99759
|
export type LexBotBotLocale = {
|
99796
|
-
/**
|
99797
|
-
* A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.
|
99798
|
-
*/
|
99799
99760
|
CustomVocabulary?: LexBotCustomVocabulary;
|
99800
99761
|
/**
|
99801
99762
|
* A description of the resource
|
@@ -99803,44 +99764,32 @@ export type LexBotBotLocale = {
|
|
99803
99764
|
*/
|
99804
99765
|
Description?: string;
|
99805
99766
|
/**
|
99806
|
-
* List of intents
|
99807
99767
|
* @maxLength `1000`
|
99808
99768
|
*/
|
99809
99769
|
Intents?: LexBotIntent[];
|
99810
|
-
/**
|
99811
|
-
* The identifier of the language and locale that the bot will be used in.
|
99812
|
-
*/
|
99813
99770
|
LocaleId: string;
|
99814
99771
|
/**
|
99815
|
-
* The specified confidence threshold for inserting the AMAZON.FallbackIntent, AMAZON.KendraSearchIntent intents and AMAZON.QnAIntent.
|
99816
99772
|
* @min `0`
|
99817
99773
|
* @max `1`
|
99818
99774
|
*/
|
99819
99775
|
NluConfidenceThreshold: number;
|
99820
99776
|
/**
|
99821
|
-
* List of SlotTypes
|
99822
99777
|
* @maxLength `250`
|
99823
99778
|
*/
|
99824
99779
|
SlotTypes?: LexBotSlotType[];
|
99825
|
-
/**
|
99826
|
-
* Settings for using an Amazon Polly voice to communicate with a user.
|
99827
|
-
*/
|
99828
99780
|
VoiceSettings?: LexBotVoiceSettings;
|
99829
99781
|
};
|
99830
99782
|
/**
|
99831
99783
|
* Type definition for `AWS::Lex::Bot.Button`.
|
99832
|
-
* A button to use on a response card used to gather slot values from a user.
|
99833
99784
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-button.html}
|
99834
99785
|
*/
|
99835
99786
|
export type LexBotButton = {
|
99836
99787
|
/**
|
99837
|
-
* The text that appears on the button.
|
99838
99788
|
* @minLength `1`
|
99839
99789
|
* @maxLength `50`
|
99840
99790
|
*/
|
99841
99791
|
Text: string;
|
99842
99792
|
/**
|
99843
|
-
* The value returned to Amazon Lex when the user chooses this button.
|
99844
99793
|
* @minLength `1`
|
99845
99794
|
* @maxLength `50`
|
99846
99795
|
*/
|
@@ -99852,13 +99801,11 @@ export type LexBotButton = {
|
|
99852
99801
|
*/
|
99853
99802
|
export type LexBotCloudWatchLogGroupLogDestination = {
|
99854
99803
|
/**
|
99855
|
-
* A string used to identify the groupArn for the Cloudwatch Log Group
|
99856
99804
|
* @minLength `1`
|
99857
99805
|
* @maxLength `2048`
|
99858
99806
|
*/
|
99859
99807
|
CloudWatchLogGroupArn: string;
|
99860
99808
|
/**
|
99861
|
-
* A string containing the value for the Log Prefix
|
99862
99809
|
* @minLength `0`
|
99863
99810
|
* @maxLength `1024`
|
99864
99811
|
*/
|
@@ -99866,23 +99813,28 @@ export type LexBotCloudWatchLogGroupLogDestination = {
|
|
99866
99813
|
};
|
99867
99814
|
/**
|
99868
99815
|
* Type definition for `AWS::Lex::Bot.CodeHookSpecification`.
|
99869
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
99870
99816
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-codehookspecification.html}
|
99871
99817
|
*/
|
99872
99818
|
export type LexBotCodeHookSpecification = {
|
99819
|
+
LambdaCodeHook: LexBotLambdaCodeHook;
|
99820
|
+
};
|
99821
|
+
/**
|
99822
|
+
* Type definition for `AWS::Lex::Bot.CompositeSlotTypeSetting`.
|
99823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-compositeslottypesetting.html}
|
99824
|
+
*/
|
99825
|
+
export type LexBotCompositeSlotTypeSetting = {
|
99873
99826
|
/**
|
99874
|
-
*
|
99827
|
+
* @minLength `1`
|
99828
|
+
* @maxLength `6`
|
99875
99829
|
*/
|
99876
|
-
|
99830
|
+
SubSlots?: LexBotSubSlotTypeComposition[];
|
99877
99831
|
};
|
99878
99832
|
/**
|
99879
99833
|
* Type definition for `AWS::Lex::Bot.Condition`.
|
99880
|
-
* Provides an expression that evaluates to true or false.
|
99881
99834
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html}
|
99882
99835
|
*/
|
99883
99836
|
export type LexBotCondition = {
|
99884
99837
|
/**
|
99885
|
-
* The expression string that is evaluated.
|
99886
99838
|
* @minLength `1`
|
99887
99839
|
* @maxLength `1024`
|
99888
99840
|
*/
|
@@ -99890,76 +99842,52 @@ export type LexBotCondition = {
|
|
99890
99842
|
};
|
99891
99843
|
/**
|
99892
99844
|
* Type definition for `AWS::Lex::Bot.ConditionalBranch`.
|
99893
|
-
* A set of actions that Amazon Lex should run if the condition is matched.
|
99894
99845
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html}
|
99895
99846
|
*/
|
99896
99847
|
export type LexBotConditionalBranch = {
|
99897
|
-
/**
|
99898
|
-
* Contains the expression to evaluate. If the condition is true, the branch's actions are taken.
|
99899
|
-
*/
|
99900
99848
|
Condition: LexBotCondition;
|
99901
99849
|
/**
|
99902
|
-
* The name of the branch.
|
99903
99850
|
* @minLength `1`
|
99904
99851
|
* @maxLength `100`
|
99905
99852
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
99906
99853
|
*/
|
99907
99854
|
Name: string;
|
99908
|
-
/**
|
99909
|
-
* The next step in the conversation.
|
99910
|
-
*/
|
99911
99855
|
NextStep: LexBotDialogState;
|
99912
|
-
/**
|
99913
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
99914
|
-
*/
|
99915
99856
|
Response?: LexBotResponseSpecification;
|
99916
99857
|
};
|
99917
99858
|
/**
|
99918
99859
|
* Type definition for `AWS::Lex::Bot.ConditionalSpecification`.
|
99919
|
-
* Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
|
99920
99860
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html}
|
99921
99861
|
*/
|
99922
99862
|
export type LexBotConditionalSpecification = {
|
99923
99863
|
/**
|
99924
|
-
* A list of conditional branches. A conditional branch is made up of a condition, a response and a next step. The response and next step are executed when the condition is true.
|
99925
99864
|
* @minLength `1`
|
99926
99865
|
* @maxLength `4`
|
99927
99866
|
*/
|
99928
99867
|
ConditionalBranches: LexBotConditionalBranch[];
|
99929
|
-
/**
|
99930
|
-
* The conditional branch that should be followed when the conditions for other branches are not satisfied. A conditional branch is made up of a condition, a response and a next step.
|
99931
|
-
*/
|
99932
99868
|
DefaultBranch: LexBotDefaultConditionalBranch;
|
99933
|
-
/**
|
99934
|
-
* Determines whether a conditional branch is active. When active is false, the conditions are not evaluated.
|
99935
|
-
*/
|
99936
99869
|
IsActive: boolean;
|
99937
99870
|
};
|
99938
99871
|
/**
|
99939
99872
|
* Type definition for `AWS::Lex::Bot.ConversationLogSettings`.
|
99940
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
99941
99873
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conversationlogsettings.html}
|
99942
99874
|
*/
|
99943
99875
|
export type LexBotConversationLogSettings = {
|
99944
99876
|
/**
|
99945
|
-
* List of audio log settings that pertain to the conversation log settings for the bot's TestBotAlias.
|
99946
99877
|
* @maxLength `1`
|
99947
99878
|
*/
|
99948
99879
|
AudioLogSettings?: LexBotAudioLogSetting[];
|
99949
99880
|
/**
|
99950
|
-
* List of text log settings that pertain to the conversation log settings for the bot's TestBotAlias
|
99951
99881
|
* @maxLength `1`
|
99952
99882
|
*/
|
99953
99883
|
TextLogSettings?: LexBotTextLogSetting[];
|
99954
99884
|
};
|
99955
99885
|
/**
|
99956
99886
|
* Type definition for `AWS::Lex::Bot.CustomPayload`.
|
99957
|
-
* A message in a custom format defined by the client application.
|
99958
99887
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-custompayload.html}
|
99959
99888
|
*/
|
99960
99889
|
export type LexBotCustomPayload = {
|
99961
99890
|
/**
|
99962
|
-
* The string that is sent to your application.
|
99963
99891
|
* @minLength `1`
|
99964
99892
|
* @maxLength `1000`
|
99965
99893
|
*/
|
@@ -99967,7 +99895,6 @@ export type LexBotCustomPayload = {
|
|
99967
99895
|
};
|
99968
99896
|
/**
|
99969
99897
|
* Type definition for `AWS::Lex::Bot.CustomVocabulary`.
|
99970
|
-
* A custom vocabulary is a list of specific phrases that you want Amazon Lex V2 to recognize in the audio input.
|
99971
99898
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabulary.html}
|
99972
99899
|
*/
|
99973
99900
|
export type LexBotCustomVocabulary = {
|
@@ -99978,24 +99905,20 @@ export type LexBotCustomVocabulary = {
|
|
99978
99905
|
};
|
99979
99906
|
/**
|
99980
99907
|
* Type definition for `AWS::Lex::Bot.CustomVocabularyItem`.
|
99981
|
-
* A custom vocabulary item that contains the phrase to recognize and a weight to give the boost.
|
99982
99908
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-customvocabularyitem.html}
|
99983
99909
|
*/
|
99984
99910
|
export type LexBotCustomVocabularyItem = {
|
99985
99911
|
/**
|
99986
|
-
* Defines how you want your phrase to look in your transcription output.
|
99987
99912
|
* @minLength `1`
|
99988
99913
|
* @maxLength `100`
|
99989
99914
|
*/
|
99990
99915
|
DisplayAs?: string;
|
99991
99916
|
/**
|
99992
|
-
* Phrase that should be recognized.
|
99993
99917
|
* @minLength `1`
|
99994
99918
|
* @maxLength `100`
|
99995
99919
|
*/
|
99996
99920
|
Phrase: string;
|
99997
99921
|
/**
|
99998
|
-
* The degree to which the phrase recognition is boosted. The weight 0 means that no boosting will be applied and the entry will only be used for performing replacements using the displayAs field.
|
99999
99922
|
* @min `0`
|
100000
99923
|
* @max `3`
|
100001
99924
|
*/
|
@@ -100003,76 +99926,48 @@ export type LexBotCustomVocabularyItem = {
|
|
100003
99926
|
};
|
100004
99927
|
/**
|
100005
99928
|
* Type definition for `AWS::Lex::Bot.DefaultConditionalBranch`.
|
100006
|
-
* A set of actions that Amazon Lex should run if none of the other conditions are met.
|
100007
99929
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html}
|
100008
99930
|
*/
|
100009
99931
|
export type LexBotDefaultConditionalBranch = {
|
100010
|
-
/**
|
100011
|
-
* The next step in the conversation.
|
100012
|
-
*/
|
100013
99932
|
NextStep?: LexBotDialogState;
|
100014
|
-
/**
|
100015
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100016
|
-
*/
|
100017
99933
|
Response?: LexBotResponseSpecification;
|
100018
99934
|
};
|
100019
99935
|
/**
|
100020
99936
|
* Type definition for `AWS::Lex::Bot.DialogAction`.
|
100021
|
-
* Defines the action that the bot executes at runtime when the conversation reaches this step.
|
100022
99937
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html}
|
100023
99938
|
*/
|
100024
99939
|
export type LexBotDialogAction = {
|
100025
99940
|
/**
|
100026
|
-
* If the dialog action is ElicitSlot, defines the slot to elicit from the user.
|
100027
99941
|
* @minLength `1`
|
100028
99942
|
* @maxLength `100`
|
100029
99943
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
100030
99944
|
*/
|
100031
99945
|
SlotToElicit?: string;
|
100032
|
-
/**
|
100033
|
-
* When true the next message for the intent is not used.
|
100034
|
-
*/
|
100035
99946
|
SuppressNextMessage?: boolean;
|
100036
|
-
/**
|
100037
|
-
* The action that the bot should execute.
|
100038
|
-
*/
|
100039
99947
|
Type: LexBotDialogActionType;
|
100040
99948
|
};
|
100041
99949
|
/**
|
100042
99950
|
* Type definition for `AWS::Lex::Bot.DialogActionType`.
|
100043
|
-
* The possible values of actions that the conversation can take.
|
100044
99951
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogactiontype.html}
|
100045
99952
|
*/
|
100046
99953
|
export type LexBotDialogActionType = "CloseIntent" | "ConfirmIntent" | "ElicitIntent" | "ElicitSlot" | "StartIntent" | "FulfillIntent" | "EndConversation" | "EvaluateConditional" | "InvokeDialogCodeHook";
|
100047
99954
|
/**
|
100048
99955
|
* Type definition for `AWS::Lex::Bot.DialogCodeHookInvocationSetting`.
|
100049
|
-
* Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
|
100050
99956
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html}
|
100051
99957
|
*/
|
100052
99958
|
export type LexBotDialogCodeHookInvocationSetting = {
|
100053
|
-
/**
|
100054
|
-
* Indicates whether a Lambda function should be invoked for the dialog.
|
100055
|
-
*/
|
100056
99959
|
EnableCodeHookInvocation: boolean;
|
100057
99960
|
/**
|
100058
|
-
* A label that indicates the dialog step from which the dialog code hook is happening.
|
100059
99961
|
* @minLength `1`
|
100060
99962
|
* @maxLength `100`
|
100061
99963
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
100062
99964
|
*/
|
100063
99965
|
InvocationLabel?: string;
|
100064
|
-
/**
|
100065
|
-
* Determines whether a dialog code hook is used when the intent is activated.
|
100066
|
-
*/
|
100067
99966
|
IsActive: boolean;
|
100068
|
-
/**
|
100069
|
-
* Contains the responses and actions that Amazon Lex takes after the Lambda function is complete.
|
100070
|
-
*/
|
100071
99967
|
PostCodeHookSpecification: LexBotPostDialogCodeHookInvocationSpecification;
|
100072
99968
|
};
|
100073
99969
|
/**
|
100074
99970
|
* Type definition for `AWS::Lex::Bot.DialogCodeHookSetting`.
|
100075
|
-
* Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
|
100076
99971
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehooksetting.html}
|
100077
99972
|
*/
|
100078
99973
|
export type LexBotDialogCodeHookSetting = {
|
@@ -100080,46 +99975,31 @@ export type LexBotDialogCodeHookSetting = {
|
|
100080
99975
|
};
|
100081
99976
|
/**
|
100082
99977
|
* Type definition for `AWS::Lex::Bot.DialogState`.
|
100083
|
-
* The current state of the conversation with the user.
|
100084
99978
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html}
|
100085
99979
|
*/
|
100086
99980
|
export type LexBotDialogState = {
|
100087
|
-
/**
|
100088
|
-
* Defines the action that the bot executes at runtime when the conversation reaches this step.
|
100089
|
-
*/
|
100090
99981
|
DialogAction?: LexBotDialogAction;
|
100091
|
-
/**
|
100092
|
-
* Override settings to configure the intent state.
|
100093
|
-
*/
|
100094
99982
|
Intent?: LexBotIntentOverride;
|
100095
|
-
/**
|
100096
|
-
* List of session attributes to be applied when the conversation reaches this step.
|
100097
|
-
*/
|
100098
99983
|
SessionAttributes?: LexBotSessionAttribute[];
|
100099
99984
|
};
|
100100
99985
|
/**
|
100101
99986
|
* Type definition for `AWS::Lex::Bot.DTMFSpecification`.
|
100102
|
-
* Specifies the settings on DTMF input.
|
100103
99987
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dtmfspecification.html}
|
100104
99988
|
*/
|
100105
99989
|
export type LexBotDTMFSpecification = {
|
100106
99990
|
/**
|
100107
|
-
* The DTMF character that clears the accumulated DTMF digits and immediately ends the input.
|
100108
99991
|
* @pattern `^[A-D0-9#*]{1}$`
|
100109
99992
|
*/
|
100110
99993
|
DeletionCharacter: string;
|
100111
99994
|
/**
|
100112
|
-
* The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.
|
100113
99995
|
* @pattern `^[A-D0-9#*]{1}$`
|
100114
99996
|
*/
|
100115
99997
|
EndCharacter: string;
|
100116
99998
|
/**
|
100117
|
-
* How long the bot should wait after the last DTMF character input before assuming that the input has concluded.
|
100118
99999
|
* @min `1`
|
100119
100000
|
*/
|
100120
100001
|
EndTimeoutMs: number;
|
100121
100002
|
/**
|
100122
|
-
* The maximum number of DTMF digits allowed in an utterance.
|
100123
100003
|
* @min `1`
|
100124
100004
|
* @max `1024`
|
100125
100005
|
*/
|
@@ -100127,16 +100007,11 @@ export type LexBotDTMFSpecification = {
|
|
100127
100007
|
};
|
100128
100008
|
/**
|
100129
100009
|
* Type definition for `AWS::Lex::Bot.ElicitationCodeHookInvocationSetting`.
|
100130
|
-
* Settings that specify the dialog code hook that is called by Amazon Lex between eliciting slot values.
|
100131
100010
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html}
|
100132
100011
|
*/
|
100133
100012
|
export type LexBotElicitationCodeHookInvocationSetting = {
|
100134
|
-
/**
|
100135
|
-
* Indicates whether a Lambda function should be invoked for the dialog.
|
100136
|
-
*/
|
100137
100013
|
EnableCodeHookInvocation: boolean;
|
100138
100014
|
/**
|
100139
|
-
* A label that indicates the dialog step from which the dialog code hook is happening.
|
100140
100015
|
* @minLength `1`
|
100141
100016
|
* @maxLength `100`
|
100142
100017
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
@@ -100145,53 +100020,33 @@ export type LexBotElicitationCodeHookInvocationSetting = {
|
|
100145
100020
|
};
|
100146
100021
|
/**
|
100147
100022
|
* Type definition for `AWS::Lex::Bot.ExternalSourceSetting`.
|
100148
|
-
* Provides information about the external source of the slot type's definition.
|
100149
100023
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-externalsourcesetting.html}
|
100150
100024
|
*/
|
100151
100025
|
export type LexBotExternalSourceSetting = {
|
100152
|
-
/**
|
100153
|
-
* Settings required for a slot type based on a grammar that you provide.
|
100154
|
-
*/
|
100155
100026
|
GrammarSlotTypeSetting?: LexBotGrammarSlotTypeSetting;
|
100156
100027
|
};
|
100157
100028
|
/**
|
100158
100029
|
* Type definition for `AWS::Lex::Bot.FulfillmentCodeHookSetting`.
|
100159
|
-
* Settings that determine if a Lambda function should be invoked to fulfill a specific intent.
|
100160
100030
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html}
|
100161
100031
|
*/
|
100162
100032
|
export type LexBotFulfillmentCodeHookSetting = {
|
100163
100033
|
Enabled: boolean;
|
100164
|
-
/**
|
100165
|
-
* Provides information for updating the user on the progress of fulfilling an intent.
|
100166
|
-
*/
|
100167
100034
|
FulfillmentUpdatesSpecification?: LexBotFulfillmentUpdatesSpecification;
|
100168
|
-
/**
|
100169
|
-
* Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.
|
100170
|
-
*/
|
100171
100035
|
IsActive?: boolean;
|
100172
|
-
/**
|
100173
|
-
* Provides a setting that determines whether the post-fulfillment response is sent to the user.
|
100174
|
-
*/
|
100175
100036
|
PostFulfillmentStatusSpecification?: LexBotPostFulfillmentStatusSpecification;
|
100176
100037
|
};
|
100177
100038
|
/**
|
100178
100039
|
* Type definition for `AWS::Lex::Bot.FulfillmentStartResponseSpecification`.
|
100179
|
-
* Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
|
100180
100040
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentstartresponsespecification.html}
|
100181
100041
|
*/
|
100182
100042
|
export type LexBotFulfillmentStartResponseSpecification = {
|
100183
|
-
/**
|
100184
|
-
* Determines whether the user can interrupt the start message while it is playing.
|
100185
|
-
*/
|
100186
100043
|
AllowInterrupt?: boolean;
|
100187
100044
|
/**
|
100188
|
-
* The delay between when the Lambda fulfillment function starts running and the start message is played. If the Lambda function returns before the delay is over, the start message isn't played.
|
100189
100045
|
* @min `1`
|
100190
100046
|
* @max `900`
|
100191
100047
|
*/
|
100192
100048
|
DelayInSeconds: number;
|
100193
100049
|
/**
|
100194
|
-
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
100195
100050
|
* @minLength `1`
|
100196
100051
|
* @maxLength `5`
|
100197
100052
|
*/
|
@@ -100199,22 +100054,16 @@ export type LexBotFulfillmentStartResponseSpecification = {
|
|
100199
100054
|
};
|
100200
100055
|
/**
|
100201
100056
|
* Type definition for `AWS::Lex::Bot.FulfillmentUpdateResponseSpecification`.
|
100202
|
-
* Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
|
100203
100057
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdateresponsespecification.html}
|
100204
100058
|
*/
|
100205
100059
|
export type LexBotFulfillmentUpdateResponseSpecification = {
|
100206
|
-
/**
|
100207
|
-
* Determines whether the user can interrupt an update message while it is playing.
|
100208
|
-
*/
|
100209
100060
|
AllowInterrupt?: boolean;
|
100210
100061
|
/**
|
100211
|
-
* The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.
|
100212
100062
|
* @min `1`
|
100213
100063
|
* @max `900`
|
100214
100064
|
*/
|
100215
100065
|
FrequencyInSeconds: number;
|
100216
100066
|
/**
|
100217
|
-
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
100218
100067
|
* @minLength `1`
|
100219
100068
|
* @maxLength `5`
|
100220
100069
|
*/
|
@@ -100222,62 +100071,43 @@ export type LexBotFulfillmentUpdateResponseSpecification = {
|
|
100222
100071
|
};
|
100223
100072
|
/**
|
100224
100073
|
* Type definition for `AWS::Lex::Bot.FulfillmentUpdatesSpecification`.
|
100225
|
-
* Provides information for updating the user on the progress of fulfilling an intent.
|
100226
100074
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentupdatesspecification.html}
|
100227
100075
|
*/
|
100228
100076
|
export type LexBotFulfillmentUpdatesSpecification = {
|
100229
|
-
/**
|
100230
|
-
* Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.
|
100231
|
-
*/
|
100232
100077
|
Active: boolean;
|
100233
|
-
/**
|
100234
|
-
* Provides settings for a message that is sent to the user when a fulfillment Lambda function starts running.
|
100235
|
-
*/
|
100236
100078
|
StartResponse?: LexBotFulfillmentStartResponseSpecification;
|
100237
100079
|
/**
|
100238
|
-
* The length of time that the fulfillment Lambda function should run before it times out.
|
100239
100080
|
* @min `1`
|
100240
100081
|
* @max `900`
|
100241
100082
|
*/
|
100242
100083
|
TimeoutInSeconds?: number;
|
100243
|
-
/**
|
100244
|
-
* Provides settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.
|
100245
|
-
*/
|
100246
100084
|
UpdateResponse?: LexBotFulfillmentUpdateResponseSpecification;
|
100247
100085
|
};
|
100248
100086
|
/**
|
100249
100087
|
* Type definition for `AWS::Lex::Bot.GrammarSlotTypeSetting`.
|
100250
|
-
* Settings required for a slot type based on a grammar that you provide.
|
100251
100088
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesetting.html}
|
100252
100089
|
*/
|
100253
100090
|
export type LexBotGrammarSlotTypeSetting = {
|
100254
|
-
/**
|
100255
|
-
* Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
|
100256
|
-
*/
|
100257
100091
|
Source?: LexBotGrammarSlotTypeSource;
|
100258
100092
|
};
|
100259
100093
|
/**
|
100260
100094
|
* Type definition for `AWS::Lex::Bot.GrammarSlotTypeSource`.
|
100261
|
-
* Describes the Amazon S3 bucket name and location for the grammar that is the source for the slot type.
|
100262
100095
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-grammarslottypesource.html}
|
100263
100096
|
*/
|
100264
100097
|
export type LexBotGrammarSlotTypeSource = {
|
100265
100098
|
/**
|
100266
|
-
* The Amazon KMS key required to decrypt the contents of the grammar, if any.
|
100267
100099
|
* @minLength `20`
|
100268
100100
|
* @maxLength `2048`
|
100269
100101
|
* @pattern `^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$`
|
100270
100102
|
*/
|
100271
100103
|
KmsKeyArn?: string;
|
100272
100104
|
/**
|
100273
|
-
* The name of the S3 bucket that contains the grammar source.
|
100274
100105
|
* @minLength `3`
|
100275
100106
|
* @maxLength `63`
|
100276
100107
|
* @pattern `^[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$`
|
100277
100108
|
*/
|
100278
100109
|
S3BucketName: string;
|
100279
100110
|
/**
|
100280
|
-
* The path to the grammar in the S3 bucket.
|
100281
100111
|
* @minLength `1`
|
100282
100112
|
* @maxLength `1024`
|
100283
100113
|
* @pattern `[\.\-\!\*\_\'\(\)a-zA-Z0-9][\.\-\!\*\_\'\(\)\/a-zA-Z0-9]*$`
|
@@ -100286,29 +100116,24 @@ export type LexBotGrammarSlotTypeSource = {
|
|
100286
100116
|
};
|
100287
100117
|
/**
|
100288
100118
|
* Type definition for `AWS::Lex::Bot.ImageResponseCard`.
|
100289
|
-
* A message that defines a response card that the client application can show to the user.
|
100290
100119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-imageresponsecard.html}
|
100291
100120
|
*/
|
100292
100121
|
export type LexBotImageResponseCard = {
|
100293
100122
|
/**
|
100294
|
-
* A list of buttons that should be displayed on the response card.
|
100295
100123
|
* @maxLength `5`
|
100296
100124
|
*/
|
100297
100125
|
Buttons?: LexBotButton[];
|
100298
100126
|
/**
|
100299
|
-
* The URL of an image to display on the response card.
|
100300
100127
|
* @minLength `1`
|
100301
100128
|
* @maxLength `250`
|
100302
100129
|
*/
|
100303
100130
|
ImageUrl?: string;
|
100304
100131
|
/**
|
100305
|
-
* The subtitle to display on the response card.
|
100306
100132
|
* @minLength `1`
|
100307
100133
|
* @maxLength `250`
|
100308
100134
|
*/
|
100309
100135
|
Subtitle?: string;
|
100310
100136
|
/**
|
100311
|
-
* The title to display on the response card.
|
100312
100137
|
* @minLength `1`
|
100313
100138
|
* @maxLength `250`
|
100314
100139
|
*/
|
@@ -100316,35 +100141,20 @@ export type LexBotImageResponseCard = {
|
|
100316
100141
|
};
|
100317
100142
|
/**
|
100318
100143
|
* Type definition for `AWS::Lex::Bot.InitialResponseSetting`.
|
100319
|
-
* Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
100320
100144
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html}
|
100321
100145
|
*/
|
100322
100146
|
export type LexBotInitialResponseSetting = {
|
100323
|
-
/**
|
100324
|
-
* Settings that specify the dialog code hook that is called by Amazon Lex at a step of the conversation.
|
100325
|
-
*/
|
100326
100147
|
CodeHook?: LexBotDialogCodeHookInvocationSetting;
|
100327
|
-
/**
|
100328
|
-
* Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
|
100329
|
-
*/
|
100330
100148
|
Conditional?: LexBotConditionalSpecification;
|
100331
|
-
/**
|
100332
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100333
|
-
*/
|
100334
100149
|
InitialResponse?: LexBotResponseSpecification;
|
100335
|
-
/**
|
100336
|
-
* The next step in the conversation.
|
100337
|
-
*/
|
100338
100150
|
NextStep?: LexBotDialogState;
|
100339
100151
|
};
|
100340
100152
|
/**
|
100341
100153
|
* Type definition for `AWS::Lex::Bot.InputContext`.
|
100342
|
-
* InputContext specified for the intent.
|
100343
100154
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.html}
|
100344
100155
|
*/
|
100345
100156
|
export type LexBotInputContext = {
|
100346
100157
|
/**
|
100347
|
-
* The name of the context.
|
100348
100158
|
* @minLength `1`
|
100349
100159
|
* @maxLength `100`
|
100350
100160
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
@@ -100353,216 +100163,116 @@ export type LexBotInputContext = {
|
|
100353
100163
|
};
|
100354
100164
|
/**
|
100355
100165
|
* Type definition for `AWS::Lex::Bot.Intent`.
|
100356
|
-
* Represents an action that the user wants to perform.
|
100357
100166
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html}
|
100358
100167
|
*/
|
100359
100168
|
export type LexBotIntent = {
|
100169
|
+
BedrockAgentIntentConfiguration?: LexBotBedrockAgentIntentConfiguration;
|
100360
100170
|
/**
|
100361
100171
|
* Description of thr intent.
|
100362
100172
|
* @maxLength `200`
|
100363
100173
|
*/
|
100364
100174
|
Description?: string;
|
100365
|
-
/**
|
100366
|
-
* Settings that determine the Lambda function that Amazon Lex uses for processing user responses.
|
100367
|
-
*/
|
100368
100175
|
DialogCodeHook?: LexBotDialogCodeHookSetting;
|
100369
|
-
/**
|
100370
|
-
* Settings that determine if a Lambda function should be invoked to fulfill a specific intent.
|
100371
|
-
*/
|
100372
100176
|
FulfillmentCodeHook?: LexBotFulfillmentCodeHookSetting;
|
100373
|
-
/**
|
100374
|
-
* Configuration setting for a response sent to the user before Amazon Lex starts eliciting slots.
|
100375
|
-
*/
|
100376
100177
|
InitialResponseSetting?: LexBotInitialResponseSetting;
|
100377
100178
|
/**
|
100378
|
-
* The list of input contexts specified for the intent.
|
100379
100179
|
* @maxLength `5`
|
100380
100180
|
*/
|
100381
100181
|
InputContexts?: LexBotInputContext[];
|
100382
|
-
/**
|
100383
|
-
* Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
|
100384
|
-
*/
|
100385
100182
|
IntentClosingSetting?: LexBotIntentClosingSetting;
|
100386
|
-
/**
|
100387
|
-
* Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
|
100388
|
-
*/
|
100389
100183
|
IntentConfirmationSetting?: LexBotIntentConfirmationSetting;
|
100390
|
-
/**
|
100391
|
-
* Configuration for searching a Amazon Kendra index specified for the intent.
|
100392
|
-
*/
|
100393
100184
|
KendraConfiguration?: LexBotKendraConfiguration;
|
100394
100185
|
/**
|
100395
|
-
* The name of the intent.
|
100396
100186
|
* @minLength `1`
|
100397
100187
|
* @maxLength `100`
|
100398
100188
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
100399
100189
|
*/
|
100400
100190
|
Name: string;
|
100401
100191
|
/**
|
100402
|
-
* A list of contexts that the intent activates when it is fulfilled.
|
100403
100192
|
* @maxLength `10`
|
100404
100193
|
*/
|
100405
100194
|
OutputContexts?: LexBotOutputContext[];
|
100406
|
-
/**
|
100407
|
-
* A unique identifier for the built-in intent to base this intent on.
|
100408
|
-
*/
|
100409
100195
|
ParentIntentSignature?: string;
|
100410
|
-
|
100411
|
-
* Details about the the configuration of the built-in Amazon.QnAIntent.
|
100412
|
-
*/
|
100196
|
+
QInConnectIntentConfiguration?: LexBotQInConnectIntentConfiguration;
|
100413
100197
|
QnAIntentConfiguration?: LexBotQnAIntentConfiguration;
|
100414
|
-
/**
|
100415
|
-
* A sample utterance that invokes an intent or respond to a slot elicitation prompt.
|
100416
|
-
*/
|
100417
100198
|
SampleUtterances?: LexBotSampleUtterance[];
|
100418
|
-
/**
|
100419
|
-
* List for slot priorities
|
100420
|
-
*/
|
100421
100199
|
SlotPriorities?: LexBotSlotPriority[];
|
100422
100200
|
/**
|
100423
|
-
* List of slots
|
100424
100201
|
* @maxLength `100`
|
100425
100202
|
*/
|
100426
100203
|
Slots?: LexBotSlot[];
|
100427
100204
|
};
|
100428
100205
|
/**
|
100429
100206
|
* Type definition for `AWS::Lex::Bot.IntentClosingSetting`.
|
100430
|
-
* Provides a statement the Amazon Lex conveys to the user when the intent is successfully fulfilled.
|
100431
100207
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html}
|
100432
100208
|
*/
|
100433
100209
|
export type LexBotIntentClosingSetting = {
|
100434
|
-
/**
|
100435
|
-
* The response that Amazon Lex sends to the user when the intent is complete.
|
100436
|
-
*/
|
100437
100210
|
ClosingResponse?: LexBotResponseSpecification;
|
100438
|
-
/**
|
100439
|
-
* A list of conditional branches associated with the intent's closing response. These branches are executed when the nextStep attribute is set to EvalutateConditional.
|
100440
|
-
*/
|
100441
100211
|
Conditional?: LexBotConditionalSpecification;
|
100442
|
-
/**
|
100443
|
-
* Specifies whether an intent's closing response is used. When this field is false, the closing response isn't sent to the user. If the active field isn't specified, the default is true.
|
100444
|
-
*/
|
100445
100212
|
IsActive?: boolean;
|
100446
|
-
/**
|
100447
|
-
* Specifies the next step that the bot executes after playing the intent's closing response.
|
100448
|
-
*/
|
100449
100213
|
NextStep?: LexBotDialogState;
|
100450
100214
|
};
|
100451
100215
|
/**
|
100452
100216
|
* Type definition for `AWS::Lex::Bot.IntentConfirmationSetting`.
|
100453
|
-
* Provides a prompt for making sure that the user is ready for the intent to be fulfilled.
|
100454
100217
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html}
|
100455
100218
|
*/
|
100456
100219
|
export type LexBotIntentConfirmationSetting = {
|
100457
|
-
/**
|
100458
|
-
* The DialogCodeHookInvocationSetting object associated with intent's confirmation step. The dialog code hook is triggered based on these invocation settings when the confirmation next step or declination next step or failure next step is InvokeDialogCodeHook.
|
100459
|
-
*/
|
100460
100220
|
CodeHook?: LexBotDialogCodeHookInvocationSetting;
|
100461
|
-
/**
|
100462
|
-
* A list of conditional branches to evaluate after the intent is closed.
|
100463
|
-
*/
|
100464
100221
|
ConfirmationConditional?: LexBotConditionalSpecification;
|
100465
|
-
/**
|
100466
|
-
* Specifies the next step that the bot executes when the customer confirms the intent.
|
100467
|
-
*/
|
100468
100222
|
ConfirmationNextStep?: LexBotDialogState;
|
100469
|
-
/**
|
100470
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100471
|
-
*/
|
100472
100223
|
ConfirmationResponse?: LexBotResponseSpecification;
|
100473
|
-
/**
|
100474
|
-
* A list of conditional branches to evaluate after the intent is declined.
|
100475
|
-
*/
|
100476
100224
|
DeclinationConditional?: LexBotConditionalSpecification;
|
100477
|
-
/**
|
100478
|
-
* Specifies the next step that the bot executes when the customer declines the intent.
|
100479
|
-
*/
|
100480
100225
|
DeclinationNextStep?: LexBotDialogState;
|
100481
|
-
/**
|
100482
|
-
* When the user answers "no" to the question defined in promptSpecification, Amazon Lex responds with this response to acknowledge that the intent was canceled.
|
100483
|
-
*/
|
100484
100226
|
DeclinationResponse?: LexBotResponseSpecification;
|
100485
|
-
/**
|
100486
|
-
* The DialogCodeHookInvocationSetting used when the code hook is invoked during confirmation prompt retries.
|
100487
|
-
*/
|
100488
100227
|
ElicitationCodeHook?: LexBotElicitationCodeHookInvocationSetting;
|
100489
|
-
/**
|
100490
|
-
* Provides a list of conditional branches. Branches are evaluated in the order that they are entered in the list. The first branch with a condition that evaluates to true is executed. The last branch in the list is the default branch. The default branch should not have any condition expression. The default branch is executed if no other branch has a matching condition.
|
100491
|
-
*/
|
100492
100228
|
FailureConditional?: LexBotConditionalSpecification;
|
100493
|
-
/**
|
100494
|
-
* The next step to take in the conversation if the confirmation step fails.
|
100495
|
-
*/
|
100496
100229
|
FailureNextStep?: LexBotDialogState;
|
100497
|
-
/**
|
100498
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100499
|
-
*/
|
100500
100230
|
FailureResponse?: LexBotResponseSpecification;
|
100501
|
-
/**
|
100502
|
-
* Specifies whether the intent's confirmation is sent to the user. When this field is false, confirmation and declination responses aren't sent. If the active field isn't specified, the default is true.
|
100503
|
-
*/
|
100504
100231
|
IsActive?: boolean;
|
100505
|
-
/**
|
100506
|
-
* Prompts the user to confirm the intent. This question should have a yes or no answer.
|
100507
|
-
*/
|
100508
100232
|
PromptSpecification: LexBotPromptSpecification;
|
100509
100233
|
};
|
100510
100234
|
/**
|
100511
100235
|
* Type definition for `AWS::Lex::Bot.IntentOverride`.
|
100512
|
-
* Override settings to configure the intent state.
|
100513
100236
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html}
|
100514
100237
|
*/
|
100515
100238
|
export type LexBotIntentOverride = {
|
100516
100239
|
/**
|
100517
|
-
* The name of the intent. Only required when you're switching intents.
|
100518
100240
|
* @minLength `1`
|
100519
100241
|
* @maxLength `100`
|
100520
100242
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
100521
100243
|
*/
|
100522
100244
|
Name?: string;
|
100523
|
-
/**
|
100524
|
-
* A map of all of the slot value overrides for the intent.
|
100525
|
-
*/
|
100526
100245
|
Slots?: LexBotSlotValueOverrideMap[];
|
100527
100246
|
};
|
100528
100247
|
/**
|
100529
100248
|
* Type definition for `AWS::Lex::Bot.KendraConfiguration`.
|
100530
|
-
* Configuration for searching a Amazon Kendra index specified for the intent.
|
100531
100249
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html}
|
100532
100250
|
*/
|
100533
100251
|
export type LexBotKendraConfiguration = {
|
100534
100252
|
/**
|
100535
|
-
* The Amazon Resource Name (ARN) of the Amazon Kendra index that you want the AMAZON.KendraSearchIntent intent to search.
|
100536
100253
|
* @minLength `32`
|
100537
100254
|
* @maxLength `2048`
|
100538
100255
|
* @pattern `^arn:aws[a-zA-Z-]*:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index/[a-zA-Z0-9][a-zA-Z0-9_-]*$`
|
100539
100256
|
*/
|
100540
100257
|
KendraIndex: string;
|
100541
100258
|
/**
|
100542
|
-
* A query filter that Amazon Lex sends to Amazon Kendra to filter the response from a query.
|
100543
100259
|
* @minLength `1`
|
100544
100260
|
* @maxLength `5000`
|
100545
100261
|
*/
|
100546
100262
|
QueryFilterString?: string;
|
100547
|
-
/**
|
100548
|
-
* Determines whether the AMAZON.KendraSearchIntent intent uses a custom query string to query the Amazon Kendra index.
|
100549
|
-
*/
|
100550
100263
|
QueryFilterStringEnabled?: boolean;
|
100551
100264
|
};
|
100552
100265
|
/**
|
100553
100266
|
* Type definition for `AWS::Lex::Bot.LambdaCodeHook`.
|
100554
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
100555
100267
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-lambdacodehook.html}
|
100556
100268
|
*/
|
100557
100269
|
export type LexBotLambdaCodeHook = {
|
100558
100270
|
/**
|
100559
|
-
* The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
|
100560
100271
|
* @minLength `1`
|
100561
100272
|
* @maxLength `5`
|
100562
100273
|
*/
|
100563
100274
|
CodeHookInterfaceVersion: string;
|
100564
100275
|
/**
|
100565
|
-
* The Amazon Resource Name (ARN) of the Lambda function.
|
100566
100276
|
* @minLength `20`
|
100567
100277
|
* @maxLength `2048`
|
100568
100278
|
*/
|
@@ -100570,52 +100280,32 @@ export type LexBotLambdaCodeHook = {
|
|
100570
100280
|
};
|
100571
100281
|
/**
|
100572
100282
|
* Type definition for `AWS::Lex::Bot.Message`.
|
100573
|
-
* The primary message that Amazon Lex should send to the user.
|
100574
100283
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-message.html}
|
100575
100284
|
*/
|
100576
100285
|
export type LexBotMessage = {
|
100577
|
-
/**
|
100578
|
-
* A message in a custom format defined by the client application.
|
100579
|
-
*/
|
100580
100286
|
CustomPayload?: LexBotCustomPayload;
|
100581
|
-
/**
|
100582
|
-
* A message that defines a response card that the client application can show to the user.
|
100583
|
-
*/
|
100584
100287
|
ImageResponseCard?: LexBotImageResponseCard;
|
100585
|
-
/**
|
100586
|
-
* A message in plain text format.
|
100587
|
-
*/
|
100588
100288
|
PlainTextMessage?: LexBotPlainTextMessage;
|
100589
|
-
/**
|
100590
|
-
* A message in Speech Synthesis Markup Language (SSML).
|
100591
|
-
*/
|
100592
100289
|
SSMLMessage?: LexBotSSMLMessage;
|
100593
100290
|
};
|
100594
100291
|
/**
|
100595
100292
|
* Type definition for `AWS::Lex::Bot.MessageGroup`.
|
100596
|
-
* One or more messages that Amazon Lex can send to the user.
|
100597
100293
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messagegroup.html}
|
100598
100294
|
*/
|
100599
100295
|
export type LexBotMessageGroup = {
|
100600
|
-
/**
|
100601
|
-
* The primary message that Amazon Lex should send to the user.
|
100602
|
-
*/
|
100603
100296
|
Message: LexBotMessage;
|
100604
100297
|
/**
|
100605
|
-
* Message variations to send to the user.
|
100606
100298
|
* @maxLength `2`
|
100607
100299
|
*/
|
100608
100300
|
Variations?: LexBotMessage[];
|
100609
100301
|
};
|
100610
100302
|
/**
|
100611
100303
|
* Type definition for `AWS::Lex::Bot.MessageSelectionStrategy`.
|
100612
|
-
* Indicates how a message is selected from a message group among retries.
|
100613
100304
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-messageselectionstrategy.html}
|
100614
100305
|
*/
|
100615
100306
|
export type LexBotMessageSelectionStrategy = "Random" | "Ordered";
|
100616
100307
|
/**
|
100617
100308
|
* Type definition for `AWS::Lex::Bot.MultipleValuesSetting`.
|
100618
|
-
* Indicates whether a slot can return multiple values.
|
100619
100309
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-multiplevaluessetting.html}
|
100620
100310
|
*/
|
100621
100311
|
export type LexBotMultipleValuesSetting = {
|
@@ -100623,36 +100313,28 @@ export type LexBotMultipleValuesSetting = {
|
|
100623
100313
|
};
|
100624
100314
|
/**
|
100625
100315
|
* Type definition for `AWS::Lex::Bot.ObfuscationSetting`.
|
100626
|
-
* Determines whether Amazon Lex obscures slot values in conversation logs.
|
100627
100316
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-obfuscationsetting.html}
|
100628
100317
|
*/
|
100629
100318
|
export type LexBotObfuscationSetting = {
|
100630
|
-
/**
|
100631
|
-
* Value that determines whether Amazon Lex obscures slot values in conversation logs. The default is to obscure the values.
|
100632
|
-
*/
|
100633
100319
|
ObfuscationSettingType: "None" | "DefaultObfuscation";
|
100634
100320
|
};
|
100635
100321
|
/**
|
100636
100322
|
* Type definition for `AWS::Lex::Bot.OutputContext`.
|
100637
|
-
* A session context that is activated when an intent is fulfilled.
|
100638
100323
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-outputcontext.html}
|
100639
100324
|
*/
|
100640
100325
|
export type LexBotOutputContext = {
|
100641
100326
|
/**
|
100642
|
-
* Unique name for a resource.
|
100643
100327
|
* @minLength `1`
|
100644
100328
|
* @maxLength `100`
|
100645
100329
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
100646
100330
|
*/
|
100647
100331
|
Name: string;
|
100648
100332
|
/**
|
100649
|
-
* The amount of time, in seconds, that the output context should remain active.
|
100650
100333
|
* @min `5`
|
100651
100334
|
* @max `86400`
|
100652
100335
|
*/
|
100653
100336
|
TimeToLiveInSeconds: number;
|
100654
100337
|
/**
|
100655
|
-
* The number of conversation turns that the output context should remain active.
|
100656
100338
|
* @min `1`
|
100657
100339
|
* @max `20`
|
100658
100340
|
*/
|
@@ -100660,12 +100342,10 @@ export type LexBotOutputContext = {
|
|
100660
100342
|
};
|
100661
100343
|
/**
|
100662
100344
|
* Type definition for `AWS::Lex::Bot.PlainTextMessage`.
|
100663
|
-
* A message in plain text format.
|
100664
100345
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-plaintextmessage.html}
|
100665
100346
|
*/
|
100666
100347
|
export type LexBotPlainTextMessage = {
|
100667
100348
|
/**
|
100668
|
-
* The message to send to the user.
|
100669
100349
|
* @minLength `1`
|
100670
100350
|
* @maxLength `1000`
|
100671
100351
|
*/
|
@@ -100673,225 +100353,121 @@ export type LexBotPlainTextMessage = {
|
|
100673
100353
|
};
|
100674
100354
|
/**
|
100675
100355
|
* Type definition for `AWS::Lex::Bot.PostDialogCodeHookInvocationSpecification`.
|
100676
|
-
* Specifies next steps to run after the dialog code hook finishes.
|
100677
100356
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html}
|
100678
100357
|
*/
|
100679
100358
|
export type LexBotPostDialogCodeHookInvocationSpecification = {
|
100680
|
-
/**
|
100681
|
-
* A list of conditional branches to evaluate after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
|
100682
|
-
*/
|
100683
100359
|
FailureConditional?: LexBotConditionalSpecification;
|
100684
|
-
/**
|
100685
|
-
* Specifies the next step the bot runs after the dialog code hook throws an exception or returns with the State field of the Intent object set to Failed.
|
100686
|
-
*/
|
100687
100360
|
FailureNextStep?: LexBotDialogState;
|
100688
|
-
/**
|
100689
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100690
|
-
*/
|
100691
100361
|
FailureResponse?: LexBotResponseSpecification;
|
100692
|
-
/**
|
100693
|
-
* A list of conditional branches to evaluate after the dialog code hook finishes successfully.
|
100694
|
-
*/
|
100695
100362
|
SuccessConditional?: LexBotConditionalSpecification;
|
100696
|
-
/**
|
100697
|
-
* Specifics the next step the bot runs after the dialog code hook finishes successfully.
|
100698
|
-
*/
|
100699
100363
|
SuccessNextStep?: LexBotDialogState;
|
100700
|
-
/**
|
100701
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100702
|
-
*/
|
100703
100364
|
SuccessResponse?: LexBotResponseSpecification;
|
100704
|
-
/**
|
100705
|
-
* A list of conditional branches to evaluate if the code hook times out.
|
100706
|
-
*/
|
100707
100365
|
TimeoutConditional?: LexBotConditionalSpecification;
|
100708
|
-
/**
|
100709
|
-
* Specifies the next step that the bot runs when the code hook times out.
|
100710
|
-
*/
|
100711
100366
|
TimeoutNextStep?: LexBotDialogState;
|
100712
|
-
/**
|
100713
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100714
|
-
*/
|
100715
100367
|
TimeoutResponse?: LexBotResponseSpecification;
|
100716
100368
|
};
|
100717
100369
|
/**
|
100718
100370
|
* Type definition for `AWS::Lex::Bot.PostFulfillmentStatusSpecification`.
|
100719
|
-
* Provides a setting that determines whether the post-fulfillment response is sent to the user.
|
100720
100371
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html}
|
100721
100372
|
*/
|
100722
100373
|
export type LexBotPostFulfillmentStatusSpecification = {
|
100723
|
-
/**
|
100724
|
-
* A list of conditional branches to evaluate after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
|
100725
|
-
*/
|
100726
100374
|
FailureConditional?: LexBotConditionalSpecification;
|
100727
|
-
/**
|
100728
|
-
* Specifies the next step the bot runs after the fulfillment code hook throws an exception or returns with the State field of the Intent object set to Failed.
|
100729
|
-
*/
|
100730
100375
|
FailureNextStep?: LexBotDialogState;
|
100731
|
-
/**
|
100732
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100733
|
-
*/
|
100734
100376
|
FailureResponse?: LexBotResponseSpecification;
|
100735
|
-
/**
|
100736
|
-
* A list of conditional branches to evaluate after the fulfillment code hook finishes successfully.
|
100737
|
-
*/
|
100738
100377
|
SuccessConditional?: LexBotConditionalSpecification;
|
100739
|
-
/**
|
100740
|
-
* Specifies the next step in the conversation that Amazon Lex invokes when the fulfillment code hook completes successfully.
|
100741
|
-
*/
|
100742
100378
|
SuccessNextStep?: LexBotDialogState;
|
100743
|
-
/**
|
100744
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100745
|
-
*/
|
100746
100379
|
SuccessResponse?: LexBotResponseSpecification;
|
100747
|
-
/**
|
100748
|
-
* A list of conditional branches to evaluate if the fulfillment code hook times out.
|
100749
|
-
*/
|
100750
100380
|
TimeoutConditional?: LexBotConditionalSpecification;
|
100751
|
-
/**
|
100752
|
-
* Specifies the next step that the bot runs when the fulfillment code hook times out.
|
100753
|
-
*/
|
100754
100381
|
TimeoutNextStep?: LexBotDialogState;
|
100755
|
-
/**
|
100756
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
100757
|
-
*/
|
100758
100382
|
TimeoutResponse?: LexBotResponseSpecification;
|
100759
100383
|
};
|
100760
100384
|
/**
|
100761
100385
|
* Type definition for `AWS::Lex::Bot.PromptAttemptSpecification`.
|
100762
|
-
* Specifies the settings on a prompt attempt.
|
100763
100386
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptattemptspecification.html}
|
100764
100387
|
*/
|
100765
100388
|
export type LexBotPromptAttemptSpecification = {
|
100766
|
-
/**
|
100767
|
-
* Indicates whether the user can interrupt a speech prompt attempt from the bot.
|
100768
|
-
*/
|
100769
100389
|
AllowInterrupt?: boolean;
|
100770
|
-
/**
|
100771
|
-
* Specifies the allowed input types.
|
100772
|
-
*/
|
100773
100390
|
AllowedInputTypes: LexBotAllowedInputTypes;
|
100774
|
-
/**
|
100775
|
-
* Specifies the audio and DTMF input specification.
|
100776
|
-
*/
|
100777
100391
|
AudioAndDTMFInputSpecification?: LexBotAudioAndDTMFInputSpecification;
|
100778
|
-
/**
|
100779
|
-
* Specifies the text input specifications.
|
100780
|
-
*/
|
100781
100392
|
TextInputSpecification?: LexBotTextInputSpecification;
|
100782
100393
|
};
|
100783
100394
|
/**
|
100784
100395
|
* Type definition for `AWS::Lex::Bot.PromptSpecification`.
|
100785
|
-
* Prompts the user to confirm the intent.
|
100786
100396
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-promptspecification.html}
|
100787
100397
|
*/
|
100788
100398
|
export type LexBotPromptSpecification = {
|
100789
|
-
/**
|
100790
|
-
* Indicates whether the user can interrupt a speech prompt from the bot.
|
100791
|
-
*/
|
100792
100399
|
AllowInterrupt?: boolean;
|
100793
100400
|
/**
|
100794
|
-
* The maximum number of times the bot tries to elicit a response from the user using this prompt.
|
100795
100401
|
* @min `0`
|
100796
100402
|
* @max `5`
|
100797
100403
|
*/
|
100798
100404
|
MaxRetries: number;
|
100799
100405
|
/**
|
100800
|
-
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
100801
100406
|
* @minLength `1`
|
100802
100407
|
* @maxLength `5`
|
100803
100408
|
*/
|
100804
100409
|
MessageGroupsList: LexBotMessageGroup[];
|
100805
|
-
/**
|
100806
|
-
* Indicates how a message is selected from a message group among retries.
|
100807
|
-
*/
|
100808
100410
|
MessageSelectionStrategy?: LexBotMessageSelectionStrategy;
|
100809
|
-
/**
|
100810
|
-
* Specifies the advanced settings on each attempt of the prompt.
|
100811
|
-
*/
|
100812
100411
|
PromptAttemptsSpecification?: Record<string, LexBotPromptAttemptSpecification>;
|
100813
100412
|
};
|
100413
|
+
/**
|
100414
|
+
* Type definition for `AWS::Lex::Bot.QInConnectIntentConfiguration`.
|
100415
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qinconnectintentconfiguration.html}
|
100416
|
+
*/
|
100417
|
+
export type LexBotQInConnectIntentConfiguration = {
|
100418
|
+
QInConnectAssistantConfiguration?: {
|
100419
|
+
/**
|
100420
|
+
* @minLength `1`
|
100421
|
+
* @maxLength `200`
|
100422
|
+
* @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
|
100423
|
+
*/
|
100424
|
+
AssistantArn: string;
|
100425
|
+
};
|
100426
|
+
};
|
100814
100427
|
/**
|
100815
100428
|
* Type definition for `AWS::Lex::Bot.QnAIntentConfiguration`.
|
100816
|
-
* Details about the the configuration of the built-in Amazon.QnAIntent.
|
100817
100429
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnaintentconfiguration.html}
|
100818
100430
|
*/
|
100819
100431
|
export type LexBotQnAIntentConfiguration = {
|
100820
|
-
/**
|
100821
|
-
* Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
|
100822
|
-
*/
|
100823
100432
|
BedrockModelConfiguration: LexBotBedrockModelSpecification;
|
100824
|
-
/**
|
100825
|
-
* Contains details about the configuration of the data source used for the AMAZON.QnAIntent.
|
100826
|
-
*/
|
100827
100433
|
DataSourceConfiguration: {
|
100828
|
-
/**
|
100829
|
-
* Contains details about the configuration of a Amazon Bedrock knowledge base.
|
100830
|
-
*/
|
100831
100434
|
BedrockKnowledgeStoreConfiguration?: {
|
100832
|
-
/**
|
100833
|
-
* Contains the names of the fields used for an exact response to the user.
|
100834
|
-
*/
|
100835
100435
|
BKBExactResponseFields?: {
|
100836
100436
|
/**
|
100837
|
-
* The answer field used for an exact response from Bedrock Knowledge Store.
|
100838
100437
|
* @minLength `1`
|
100839
100438
|
* @maxLength `5000`
|
100840
100439
|
*/
|
100841
100440
|
AnswerField?: string;
|
100842
100441
|
};
|
100843
100442
|
/**
|
100844
|
-
* The base ARN of the knowledge base used.
|
100845
100443
|
* @minLength `1`
|
100846
100444
|
* @maxLength `5000`
|
100847
100445
|
*/
|
100848
100446
|
BedrockKnowledgeBaseArn?: string;
|
100849
|
-
/**
|
100850
|
-
* Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
|
100851
|
-
*/
|
100852
100447
|
ExactResponse?: boolean;
|
100853
100448
|
};
|
100854
|
-
/**
|
100855
|
-
* Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.
|
100856
|
-
*/
|
100857
100449
|
KendraConfiguration?: LexBotQnAKendraConfiguration;
|
100858
|
-
/**
|
100859
|
-
* Contains details about the configuration of the Amazon OpenSearch Service database used for the AMAZON.QnAIntent.
|
100860
|
-
*/
|
100861
100450
|
OpensearchConfiguration?: {
|
100862
100451
|
/**
|
100863
|
-
* The endpoint of the Amazon OpenSearch Service domain.
|
100864
100452
|
* @minLength `1`
|
100865
100453
|
* @maxLength `5000`
|
100866
100454
|
*/
|
100867
100455
|
DomainEndpoint?: string;
|
100868
|
-
/**
|
100869
|
-
* Specifies whether to return an exact response or to return an answer generated by the model using the fields you specify from the database.
|
100870
|
-
*/
|
100871
100456
|
ExactResponse?: boolean;
|
100872
|
-
/**
|
100873
|
-
* Contains the names of the fields used for an exact response to the user.
|
100874
|
-
*/
|
100875
100457
|
ExactResponseFields?: {
|
100876
100458
|
/**
|
100877
|
-
* The name of the field that contains the answer to the query made to the OpenSearch Service database.
|
100878
100459
|
* @minLength `1`
|
100879
100460
|
* @maxLength `5000`
|
100880
100461
|
*/
|
100881
100462
|
AnswerField?: string;
|
100882
100463
|
/**
|
100883
|
-
* The name of the field that contains the query made to the OpenSearch Service database.
|
100884
100464
|
* @minLength `1`
|
100885
100465
|
* @maxLength `5000`
|
100886
100466
|
*/
|
100887
100467
|
QuestionField?: string;
|
100888
100468
|
};
|
100889
|
-
/**
|
100890
|
-
* List of fields to include
|
100891
|
-
*/
|
100892
100469
|
IncludeFields?: string[];
|
100893
100470
|
/**
|
100894
|
-
* The name of the Amazon OpenSearch Service index.
|
100895
100471
|
* @minLength `1`
|
100896
100472
|
* @maxLength `5000`
|
100897
100473
|
*/
|
@@ -100901,39 +100477,28 @@ export type LexBotQnAIntentConfiguration = {
|
|
100901
100477
|
};
|
100902
100478
|
/**
|
100903
100479
|
* Type definition for `AWS::Lex::Bot.QnAKendraConfiguration`.
|
100904
|
-
* Contains details about the configuration of the Amazon Kendra index used for the AMAZON.QnAIntent.
|
100905
100480
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-qnakendraconfiguration.html}
|
100906
100481
|
*/
|
100907
100482
|
export type LexBotQnAKendraConfiguration = {
|
100908
|
-
/**
|
100909
|
-
* Specifies whether to return an exact response from the Amazon Kendra index or to let the Amazon Bedrock model you select generate a response based on the results.
|
100910
|
-
*/
|
100911
100483
|
ExactResponse: boolean;
|
100912
100484
|
/**
|
100913
|
-
* The ARN of the Amazon Kendra index to use.
|
100914
100485
|
* @minLength `1`
|
100915
100486
|
* @maxLength `5000`
|
100916
100487
|
*/
|
100917
100488
|
KendraIndex: string;
|
100918
100489
|
/**
|
100919
|
-
* Contains the Amazon Kendra filter string to use if enabled.
|
100920
100490
|
* @minLength `1`
|
100921
100491
|
* @maxLength `5000`
|
100922
100492
|
*/
|
100923
100493
|
QueryFilterString?: string;
|
100924
|
-
/**
|
100925
|
-
* Specifies whether to enable an Amazon Kendra filter string or not.
|
100926
|
-
*/
|
100927
100494
|
QueryFilterStringEnabled: boolean;
|
100928
100495
|
};
|
100929
100496
|
/**
|
100930
100497
|
* Type definition for `AWS::Lex::Bot.Replication`.
|
100931
|
-
* Parameter used to create a replication of the source bot in the secondary region.
|
100932
100498
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-replication.html}
|
100933
100499
|
*/
|
100934
100500
|
export type LexBotReplication = {
|
100935
100501
|
/**
|
100936
|
-
* List of secondary regions for bot replication.
|
100937
100502
|
* @minLength `1`
|
100938
100503
|
* @maxLength `1`
|
100939
100504
|
*/
|
@@ -100941,16 +100506,11 @@ export type LexBotReplication = {
|
|
100941
100506
|
};
|
100942
100507
|
/**
|
100943
100508
|
* Type definition for `AWS::Lex::Bot.ResponseSpecification`.
|
100944
|
-
* A list of message groups that Amazon Lex uses to respond the user input.
|
100945
100509
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-responsespecification.html}
|
100946
100510
|
*/
|
100947
100511
|
export type LexBotResponseSpecification = {
|
100948
|
-
/**
|
100949
|
-
* Indicates whether the user can interrupt a speech prompt from the bot.
|
100950
|
-
*/
|
100951
100512
|
AllowInterrupt?: boolean;
|
100952
100513
|
/**
|
100953
|
-
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
100954
100514
|
* @minLength `1`
|
100955
100515
|
* @maxLength `5`
|
100956
100516
|
*/
|
@@ -100958,25 +100518,21 @@ export type LexBotResponseSpecification = {
|
|
100958
100518
|
};
|
100959
100519
|
/**
|
100960
100520
|
* Type definition for `AWS::Lex::Bot.S3BucketLogDestination`.
|
100961
|
-
* Specifies an Amazon S3 bucket for logging audio conversations
|
100962
100521
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3bucketlogdestination.html}
|
100963
100522
|
*/
|
100964
100523
|
export type LexBotS3BucketLogDestination = {
|
100965
100524
|
/**
|
100966
|
-
* The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.
|
100967
100525
|
* @minLength `20`
|
100968
100526
|
* @maxLength `2048`
|
100969
100527
|
* @pattern `^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$`
|
100970
100528
|
*/
|
100971
100529
|
KmsKeyArn?: string;
|
100972
100530
|
/**
|
100973
|
-
* The Amazon S3 key of the deployment package.
|
100974
100531
|
* @minLength `0`
|
100975
100532
|
* @maxLength `1024`
|
100976
100533
|
*/
|
100977
100534
|
LogPrefix: string;
|
100978
100535
|
/**
|
100979
|
-
* The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
|
100980
100536
|
* @minLength `1`
|
100981
100537
|
* @maxLength `2048`
|
100982
100538
|
* @pattern `^arn:[\w\-]+:s3:::[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$`
|
@@ -100985,26 +100541,22 @@ export type LexBotS3BucketLogDestination = {
|
|
100985
100541
|
};
|
100986
100542
|
/**
|
100987
100543
|
* Type definition for `AWS::Lex::Bot.S3Location`.
|
100988
|
-
* S3 location of bot definitions zip file, if it's not defined inline in CloudFormation.
|
100989
100544
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-s3location.html}
|
100990
100545
|
*/
|
100991
100546
|
export type LexBotS3Location = {
|
100992
100547
|
/**
|
100993
|
-
* An Amazon S3 bucket in the same AWS Region as your function. The bucket can be in a different AWS account.
|
100994
100548
|
* @minLength `3`
|
100995
100549
|
* @maxLength `63`
|
100996
100550
|
* @pattern `^[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$`
|
100997
100551
|
*/
|
100998
100552
|
S3Bucket: string;
|
100999
100553
|
/**
|
101000
|
-
* The Amazon S3 key of the deployment package.
|
101001
100554
|
* @minLength `1`
|
101002
100555
|
* @maxLength `1024`
|
101003
100556
|
* @pattern `[\.\-\!\*\_\'\(\)a-zA-Z0-9][\.\-\!\*\_\'\(\)\/a-zA-Z0-9]*$`
|
101004
100557
|
*/
|
101005
100558
|
S3ObjectKey: string;
|
101006
100559
|
/**
|
101007
|
-
* For versioned objects, the version of the deployment package object to use. If not specified, the current object version will be used.
|
101008
100560
|
* @minLength `1`
|
101009
100561
|
* @maxLength `1024`
|
101010
100562
|
*/
|
@@ -101012,23 +100564,17 @@ export type LexBotS3Location = {
|
|
101012
100564
|
};
|
101013
100565
|
/**
|
101014
100566
|
* Type definition for `AWS::Lex::Bot.SampleUtterance`.
|
101015
|
-
* A sample utterance that invokes an intent or respond to a slot elicitation prompt.
|
101016
100567
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sampleutterance.html}
|
101017
100568
|
*/
|
101018
100569
|
export type LexBotSampleUtterance = {
|
101019
|
-
/**
|
101020
|
-
* The sample utterance that Amazon Lex uses to build its machine-learning model to recognize intents/slots.
|
101021
|
-
*/
|
101022
100570
|
Utterance: string;
|
101023
100571
|
};
|
101024
100572
|
/**
|
101025
100573
|
* Type definition for `AWS::Lex::Bot.SampleValue`.
|
101026
|
-
* Defines one of the values for a slot type.
|
101027
100574
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-samplevalue.html}
|
101028
100575
|
*/
|
101029
100576
|
export type LexBotSampleValue = {
|
101030
100577
|
/**
|
101031
|
-
* The value that can be used for a slot type.
|
101032
100578
|
* @minLength `1`
|
101033
100579
|
* @maxLength `140`
|
101034
100580
|
*/
|
@@ -101036,7 +100582,6 @@ export type LexBotSampleValue = {
|
|
101036
100582
|
};
|
101037
100583
|
/**
|
101038
100584
|
* Type definition for `AWS::Lex::Bot.SessionAttribute`.
|
101039
|
-
* Key/value pair representing session-specific context information. It contains application information passed between Amazon Lex and a client application.
|
101040
100585
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html}
|
101041
100586
|
*/
|
101042
100587
|
export type LexBotSessionAttribute = {
|
@@ -101053,7 +100598,6 @@ export type LexBotSessionAttribute = {
|
|
101053
100598
|
};
|
101054
100599
|
/**
|
101055
100600
|
* Type definition for `AWS::Lex::Bot.Slot`.
|
101056
|
-
* A slot is a variable needed to fulfill an intent, where an intent can require zero or more slots.
|
101057
100601
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html}
|
101058
100602
|
*/
|
101059
100603
|
export type LexBotSlot = {
|
@@ -101062,67 +100606,29 @@ export type LexBotSlot = {
|
|
101062
100606
|
* @maxLength `200`
|
101063
100607
|
*/
|
101064
100608
|
Description?: string;
|
101065
|
-
/**
|
101066
|
-
* Indicates whether a slot can return multiple values.
|
101067
|
-
*/
|
101068
100609
|
MultipleValuesSetting?: LexBotMultipleValuesSetting;
|
101069
100610
|
/**
|
101070
|
-
* Unique name for a resource.
|
101071
100611
|
* @minLength `1`
|
101072
100612
|
* @maxLength `100`
|
101073
100613
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
101074
100614
|
*/
|
101075
100615
|
Name: string;
|
101076
|
-
/**
|
101077
|
-
* Determines whether Amazon Lex obscures slot values in conversation logs.
|
101078
|
-
*/
|
101079
100616
|
ObfuscationSetting?: LexBotObfuscationSetting;
|
101080
|
-
/**
|
101081
|
-
* The slot type name that is used in the slot. Allows for custom and built-in slot type names
|
101082
|
-
*/
|
101083
100617
|
SlotTypeName: string;
|
101084
|
-
/**
|
101085
|
-
* Settings that you can use for eliciting a slot value.
|
101086
|
-
*/
|
101087
100618
|
ValueElicitationSetting: LexBotSlotValueElicitationSetting;
|
101088
100619
|
};
|
101089
100620
|
/**
|
101090
100621
|
* Type definition for `AWS::Lex::Bot.SlotCaptureSetting`.
|
101091
|
-
* Settings used when Amazon Lex successfully captures a slot value from a user.
|
101092
100622
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html}
|
101093
100623
|
*/
|
101094
100624
|
export type LexBotSlotCaptureSetting = {
|
101095
|
-
/**
|
101096
|
-
* A list of conditional branches to evaluate after the slot value is captured.
|
101097
|
-
*/
|
101098
100625
|
CaptureConditional?: LexBotConditionalSpecification;
|
101099
|
-
/**
|
101100
|
-
* Specifies the next step that the bot runs when the slot value is captured before the code hook times out.
|
101101
|
-
*/
|
101102
100626
|
CaptureNextStep?: LexBotDialogState;
|
101103
|
-
/**
|
101104
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
101105
|
-
*/
|
101106
100627
|
CaptureResponse?: LexBotResponseSpecification;
|
101107
|
-
/**
|
101108
|
-
* Code hook called after Amazon Lex successfully captures a slot value.
|
101109
|
-
*/
|
101110
100628
|
CodeHook?: LexBotDialogCodeHookInvocationSetting;
|
101111
|
-
/**
|
101112
|
-
* Code hook called when Amazon Lex doesn't capture a slot value.
|
101113
|
-
*/
|
101114
100629
|
ElicitationCodeHook?: LexBotElicitationCodeHookInvocationSetting;
|
101115
|
-
/**
|
101116
|
-
* A list of conditional branches to evaluate when the slot value isn't captured.
|
101117
|
-
*/
|
101118
100630
|
FailureConditional?: LexBotConditionalSpecification;
|
101119
|
-
/**
|
101120
|
-
* Specifies the next step that the bot runs when the slot value code is not recognized.
|
101121
|
-
*/
|
101122
100631
|
FailureNextStep?: LexBotDialogState;
|
101123
|
-
/**
|
101124
|
-
* Specifies a list of message groups that Amazon Lex uses to respond the user input.
|
101125
|
-
*/
|
101126
100632
|
FailureResponse?: LexBotResponseSpecification;
|
101127
100633
|
};
|
101128
100634
|
/**
|
@@ -101132,12 +100638,10 @@ export type LexBotSlotCaptureSetting = {
|
|
101132
100638
|
export type LexBotSlotConstraint = "Required" | "Optional";
|
101133
100639
|
/**
|
101134
100640
|
* Type definition for `AWS::Lex::Bot.SlotDefaultValue`.
|
101135
|
-
* The default value to use when a user doesn't provide a value for a slot.
|
101136
100641
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvalue.html}
|
101137
100642
|
*/
|
101138
100643
|
export type LexBotSlotDefaultValue = {
|
101139
100644
|
/**
|
101140
|
-
* The default value to use when a user doesn't provide a value for a slot.
|
101141
100645
|
* @minLength `1`
|
101142
100646
|
* @maxLength `202`
|
101143
100647
|
*/
|
@@ -101145,30 +100649,25 @@ export type LexBotSlotDefaultValue = {
|
|
101145
100649
|
};
|
101146
100650
|
/**
|
101147
100651
|
* Type definition for `AWS::Lex::Bot.SlotDefaultValueSpecification`.
|
101148
|
-
* A list of values that Amazon Lex should use as the default value for a slot.
|
101149
100652
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvaluespecification.html}
|
101150
100653
|
*/
|
101151
100654
|
export type LexBotSlotDefaultValueSpecification = {
|
101152
100655
|
/**
|
101153
|
-
* A list of slot default values
|
101154
100656
|
* @maxLength `10`
|
101155
100657
|
*/
|
101156
100658
|
DefaultValueList: LexBotSlotDefaultValue[];
|
101157
100659
|
};
|
101158
100660
|
/**
|
101159
100661
|
* Type definition for `AWS::Lex::Bot.SlotPriority`.
|
101160
|
-
* The priority that Amazon Lex should use when eliciting slot values from a user.
|
101161
100662
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotpriority.html}
|
101162
100663
|
*/
|
101163
100664
|
export type LexBotSlotPriority = {
|
101164
100665
|
/**
|
101165
|
-
* The priority that a slot should be elicited.
|
101166
100666
|
* @min `0`
|
101167
100667
|
* @max `100`
|
101168
100668
|
*/
|
101169
100669
|
Priority: number;
|
101170
100670
|
/**
|
101171
|
-
* The name of the slot.
|
101172
100671
|
* @minLength `1`
|
101173
100672
|
* @maxLength `100`
|
101174
100673
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
@@ -101177,70 +100676,51 @@ export type LexBotSlotPriority = {
|
|
101177
100676
|
};
|
101178
100677
|
/**
|
101179
100678
|
* Type definition for `AWS::Lex::Bot.SlotShape`.
|
101180
|
-
* The different shapes that a slot can be in during a conversation.
|
101181
100679
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotshape.html}
|
101182
100680
|
*/
|
101183
100681
|
export type LexBotSlotShape = "Scalar" | "List";
|
101184
100682
|
/**
|
101185
100683
|
* Type definition for `AWS::Lex::Bot.SlotType`.
|
101186
|
-
* A custom, extended built-in or a grammar slot type.
|
101187
100684
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottype.html}
|
101188
100685
|
*/
|
101189
100686
|
export type LexBotSlotType = {
|
100687
|
+
CompositeSlotTypeSetting?: LexBotCompositeSlotTypeSetting;
|
101190
100688
|
/**
|
101191
100689
|
* A description of the resource
|
101192
100690
|
* @maxLength `200`
|
101193
100691
|
*/
|
101194
100692
|
Description?: string;
|
101195
|
-
/**
|
101196
|
-
* Provides information about the external source of the slot type's definition.
|
101197
|
-
*/
|
101198
100693
|
ExternalSourceSetting?: LexBotExternalSourceSetting;
|
101199
100694
|
/**
|
101200
|
-
* Unique name for a resource.
|
101201
100695
|
* @minLength `1`
|
101202
100696
|
* @maxLength `100`
|
101203
100697
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
101204
100698
|
*/
|
101205
100699
|
Name: string;
|
101206
|
-
/**
|
101207
|
-
* The built-in slot type used as a parent of this slot type.
|
101208
|
-
*/
|
101209
100700
|
ParentSlotTypeSignature?: string;
|
101210
100701
|
/**
|
101211
|
-
* A List of slot type values
|
101212
100702
|
* @maxLength `10000`
|
101213
100703
|
*/
|
101214
100704
|
SlotTypeValues?: LexBotSlotTypeValue[];
|
101215
|
-
/**
|
101216
|
-
* Contains settings used by Amazon Lex to select a slot value.
|
101217
|
-
*/
|
101218
100705
|
ValueSelectionSetting?: LexBotSlotValueSelectionSetting;
|
101219
100706
|
};
|
101220
100707
|
/**
|
101221
100708
|
* Type definition for `AWS::Lex::Bot.SlotTypeValue`.
|
101222
|
-
* Value that the slot type can take.
|
101223
100709
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slottypevalue.html}
|
101224
100710
|
*/
|
101225
100711
|
export type LexBotSlotTypeValue = {
|
101226
|
-
/**
|
101227
|
-
* Defines one of the values for a slot type.
|
101228
|
-
*/
|
101229
100712
|
SampleValue: LexBotSampleValue;
|
101230
100713
|
/**
|
101231
|
-
* Additional values related to the slot type entry.
|
101232
100714
|
* @maxLength `10000`
|
101233
100715
|
*/
|
101234
100716
|
Synonyms?: LexBotSampleValue[];
|
101235
100717
|
};
|
101236
100718
|
/**
|
101237
100719
|
* Type definition for `AWS::Lex::Bot.SlotValue`.
|
101238
|
-
* The value to set in a slot.
|
101239
100720
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html}
|
101240
100721
|
*/
|
101241
100722
|
export type LexBotSlotValue = {
|
101242
100723
|
/**
|
101243
|
-
* The value that Amazon Lex determines for the slot.
|
101244
100724
|
* @minLength `1`
|
101245
100725
|
* @maxLength `202`
|
101246
100726
|
*/
|
@@ -101248,80 +100728,44 @@ export type LexBotSlotValue = {
|
|
101248
100728
|
};
|
101249
100729
|
/**
|
101250
100730
|
* Type definition for `AWS::Lex::Bot.SlotValueElicitationSetting`.
|
101251
|
-
* Settings that you can use for eliciting a slot value.
|
101252
100731
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html}
|
101253
100732
|
*/
|
101254
100733
|
export type LexBotSlotValueElicitationSetting = {
|
101255
|
-
/**
|
101256
|
-
* A list of default values for a slot.
|
101257
|
-
*/
|
101258
100734
|
DefaultValueSpecification?: LexBotSlotDefaultValueSpecification;
|
101259
|
-
/**
|
101260
|
-
* The prompt that Amazon Lex uses to elicit the slot value from the user.
|
101261
|
-
*/
|
101262
100735
|
PromptSpecification?: LexBotPromptSpecification;
|
101263
|
-
/**
|
101264
|
-
* If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can provide those utterances to improve accuracy.
|
101265
|
-
*/
|
101266
100736
|
SampleUtterances?: LexBotSampleUtterance[];
|
101267
|
-
/**
|
101268
|
-
* Specifies the next stage in the conversation after capturing the slot.
|
101269
|
-
*/
|
101270
100737
|
SlotCaptureSetting?: LexBotSlotCaptureSetting;
|
101271
|
-
/**
|
101272
|
-
* Specifies whether the slot is required or optional.
|
101273
|
-
*/
|
101274
100738
|
SlotConstraint: LexBotSlotConstraint;
|
101275
|
-
/**
|
101276
|
-
* Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.
|
101277
|
-
*/
|
101278
100739
|
WaitAndContinueSpecification?: LexBotWaitAndContinueSpecification;
|
101279
100740
|
};
|
101280
100741
|
/**
|
101281
100742
|
* Type definition for `AWS::Lex::Bot.SlotValueOverride`.
|
101282
|
-
* The slot values that Amazon Lex uses when it sets slot values in a dialog step.
|
101283
100743
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html}
|
101284
100744
|
*/
|
101285
100745
|
export type LexBotSlotValueOverride = {
|
101286
|
-
/**
|
101287
|
-
* When the shape value is List, it indicates that the values field contains a list of slot values. When the value is Scalar, it indicates that the value field contains a single value.
|
101288
|
-
*/
|
101289
100746
|
Shape?: LexBotSlotShape;
|
101290
|
-
/**
|
101291
|
-
* The current value of the slot.
|
101292
|
-
*/
|
101293
100747
|
Value?: LexBotSlotValue;
|
101294
|
-
/**
|
101295
|
-
* A list of one or more values that the user provided for the slot. For example, for a slot that elicits pizza toppings, the values might be "pepperoni" and "pineapple."
|
101296
|
-
*/
|
101297
100748
|
Values?: LexBotSlotValueOverride[];
|
101298
100749
|
};
|
101299
100750
|
/**
|
101300
100751
|
* Type definition for `AWS::Lex::Bot.SlotValueOverrideMap`.
|
101301
|
-
* A map of slot names and their overridden values.
|
101302
100752
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html}
|
101303
100753
|
*/
|
101304
100754
|
export type LexBotSlotValueOverrideMap = {
|
101305
100755
|
/**
|
101306
|
-
* Unique name for a resource.
|
101307
100756
|
* @minLength `1`
|
101308
100757
|
* @maxLength `100`
|
101309
100758
|
* @pattern `^([0-9a-zA-Z][_-]?)+$`
|
101310
100759
|
*/
|
101311
100760
|
SlotName?: string;
|
101312
|
-
/**
|
101313
|
-
* The slot values that Amazon Lex uses when it sets slot values in a dialog step.
|
101314
|
-
*/
|
101315
100761
|
SlotValueOverride?: LexBotSlotValueOverride;
|
101316
100762
|
};
|
101317
100763
|
/**
|
101318
100764
|
* Type definition for `AWS::Lex::Bot.SlotValueRegexFilter`.
|
101319
|
-
* A regular expression used to validate the value of a slot.
|
101320
100765
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueregexfilter.html}
|
101321
100766
|
*/
|
101322
100767
|
export type LexBotSlotValueRegexFilter = {
|
101323
100768
|
/**
|
101324
|
-
* Regex pattern
|
101325
100769
|
* @minLength `1`
|
101326
100770
|
* @maxLength `300`
|
101327
100771
|
*/
|
@@ -101331,31 +100775,22 @@ export type LexBotSlotValueRegexFilter = {
|
|
101331
100775
|
* Type definition for `AWS::Lex::Bot.SlotValueResolutionStrategy`.
|
101332
100776
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueresolutionstrategy.html}
|
101333
100777
|
*/
|
101334
|
-
export type LexBotSlotValueResolutionStrategy = "ORIGINAL_VALUE" | "TOP_RESOLUTION";
|
100778
|
+
export type LexBotSlotValueResolutionStrategy = "ORIGINAL_VALUE" | "TOP_RESOLUTION" | "CONCATENATION";
|
101335
100779
|
/**
|
101336
100780
|
* Type definition for `AWS::Lex::Bot.SlotValueSelectionSetting`.
|
101337
|
-
* Contains settings used by Amazon Lex to select a slot value.
|
101338
100781
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueselectionsetting.html}
|
101339
100782
|
*/
|
101340
100783
|
export type LexBotSlotValueSelectionSetting = {
|
101341
|
-
/**
|
101342
|
-
* Provides settings that enable advanced recognition settings for slot values.
|
101343
|
-
*/
|
101344
100784
|
AdvancedRecognitionSetting?: LexBotAdvancedRecognitionSetting;
|
101345
|
-
/**
|
101346
|
-
* A regular expression used to validate the value of a slot.
|
101347
|
-
*/
|
101348
100785
|
RegexFilter?: LexBotSlotValueRegexFilter;
|
101349
100786
|
ResolutionStrategy: LexBotSlotValueResolutionStrategy;
|
101350
100787
|
};
|
101351
100788
|
/**
|
101352
100789
|
* Type definition for `AWS::Lex::Bot.SSMLMessage`.
|
101353
|
-
* A message in Speech Synthesis Markup Language (SSML).
|
101354
100790
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-ssmlmessage.html}
|
101355
100791
|
*/
|
101356
100792
|
export type LexBotSSMLMessage = {
|
101357
100793
|
/**
|
101358
|
-
* The SSML text that defines the prompt.
|
101359
100794
|
* @minLength `1`
|
101360
100795
|
* @maxLength `1000`
|
101361
100796
|
*/
|
@@ -101363,47 +100798,55 @@ export type LexBotSSMLMessage = {
|
|
101363
100798
|
};
|
101364
100799
|
/**
|
101365
100800
|
* Type definition for `AWS::Lex::Bot.StillWaitingResponseSpecification`.
|
101366
|
-
* StillWaitingResponseSpecification.
|
101367
100801
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-stillwaitingresponsespecification.html}
|
101368
100802
|
*/
|
101369
100803
|
export type LexBotStillWaitingResponseSpecification = {
|
101370
|
-
/**
|
101371
|
-
* Indicates whether the user can interrupt a speech prompt from the bot.
|
101372
|
-
*/
|
101373
100804
|
AllowInterrupt?: boolean;
|
101374
100805
|
/**
|
101375
|
-
* How often a message should be sent to the user in seconds.
|
101376
100806
|
* @min `1`
|
101377
100807
|
* @max `300`
|
101378
100808
|
*/
|
101379
100809
|
FrequencyInSeconds: number;
|
101380
100810
|
/**
|
101381
|
-
* One to 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.
|
101382
100811
|
* @minLength `1`
|
101383
100812
|
* @maxLength `5`
|
101384
100813
|
*/
|
101385
100814
|
MessageGroupsList: LexBotMessageGroup[];
|
101386
100815
|
/**
|
101387
|
-
* If Amazon Lex waits longer than this length of time in seconds for a response, it will stop sending messages.
|
101388
100816
|
* @min `1`
|
101389
100817
|
* @max `900`
|
101390
100818
|
*/
|
101391
100819
|
TimeoutInSeconds: number;
|
101392
100820
|
};
|
100821
|
+
/**
|
100822
|
+
* Type definition for `AWS::Lex::Bot.SubSlotTypeComposition`.
|
100823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-subslottypecomposition.html}
|
100824
|
+
*/
|
100825
|
+
export type LexBotSubSlotTypeComposition = {
|
100826
|
+
/**
|
100827
|
+
* @minLength `1`
|
100828
|
+
* @maxLength `100`
|
100829
|
+
* @pattern `^([0-9a-zA-Z][_-]?){1,100}$`
|
100830
|
+
*/
|
100831
|
+
Name: string;
|
100832
|
+
/**
|
100833
|
+
* @minLength `1`
|
100834
|
+
* @maxLength `25`
|
100835
|
+
* @pattern `^((AMAZON\.)[a-zA-Z_]+?|[0-9a-zA-Z]+)$`
|
100836
|
+
*/
|
100837
|
+
SlotTypeId: string;
|
100838
|
+
};
|
101393
100839
|
/**
|
101394
100840
|
* Type definition for `AWS::Lex::Bot.Tag`.
|
101395
|
-
* A key-value pair for tagging Lex resources
|
101396
100841
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-tag.html}
|
101397
100842
|
*/
|
101398
100843
|
export type LexBotTag = {
|
101399
100844
|
/**
|
101400
|
-
* The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
101401
100845
|
* @minLength `1`
|
101402
100846
|
* @maxLength `128`
|
101403
100847
|
*/
|
101404
100848
|
Key: string;
|
101405
100849
|
/**
|
101406
|
-
* The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
101407
100850
|
* @minLength `0`
|
101408
100851
|
* @maxLength `256`
|
101409
100852
|
*/
|
@@ -101411,49 +100854,35 @@ export type LexBotTag = {
|
|
101411
100854
|
};
|
101412
100855
|
/**
|
101413
100856
|
* Type definition for `AWS::Lex::Bot.TestBotAliasSettings`.
|
101414
|
-
* Configuring the test bot alias settings for a given bot
|
101415
100857
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-testbotaliassettings.html}
|
101416
100858
|
*/
|
101417
100859
|
export type LexBotTestBotAliasSettings = {
|
101418
100860
|
/**
|
101419
|
-
* A list of bot alias locale settings to add to the bot alias.
|
101420
100861
|
* @maxLength `50`
|
101421
100862
|
*/
|
101422
100863
|
BotAliasLocaleSettings?: LexBotBotAliasLocaleSettingsItem[];
|
101423
|
-
/**
|
101424
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
101425
|
-
*/
|
101426
100864
|
ConversationLogSettings?: LexBotConversationLogSettings;
|
101427
100865
|
/**
|
101428
100866
|
* A description of the resource
|
101429
100867
|
* @maxLength `200`
|
101430
100868
|
*/
|
101431
100869
|
Description?: string;
|
101432
|
-
/**
|
101433
|
-
* Determines whether Amazon Lex will use Amazon Comprehend to detect the sentiment of user utterances.
|
101434
|
-
*/
|
101435
100870
|
SentimentAnalysisSettings?: {
|
101436
|
-
/**
|
101437
|
-
* Enable to call Amazon Comprehend for Sentiment natively within Lex
|
101438
|
-
*/
|
101439
100871
|
DetectSentiment: boolean;
|
101440
100872
|
};
|
101441
100873
|
};
|
101442
100874
|
/**
|
101443
100875
|
* Type definition for `AWS::Lex::Bot.TextInputSpecification`.
|
101444
|
-
* Specifies the text input specifications.
|
101445
100876
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textinputspecification.html}
|
101446
100877
|
*/
|
101447
100878
|
export type LexBotTextInputSpecification = {
|
101448
100879
|
/**
|
101449
|
-
* Time for which a bot waits before re-prompting a customer for text input.
|
101450
100880
|
* @min `1`
|
101451
100881
|
*/
|
101452
100882
|
StartTimeoutMs: number;
|
101453
100883
|
};
|
101454
100884
|
/**
|
101455
100885
|
* Type definition for `AWS::Lex::Bot.TextLogDestination`.
|
101456
|
-
* Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
|
101457
100886
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogdestination.html}
|
101458
100887
|
*/
|
101459
100888
|
export type LexBotTextLogDestination = {
|
@@ -101461,52 +100890,28 @@ export type LexBotTextLogDestination = {
|
|
101461
100890
|
};
|
101462
100891
|
/**
|
101463
100892
|
* Type definition for `AWS::Lex::Bot.TextLogSetting`.
|
101464
|
-
* Contains information about code hooks that Amazon Lex calls during a conversation.
|
101465
100893
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-textlogsetting.html}
|
101466
100894
|
*/
|
101467
100895
|
export type LexBotTextLogSetting = {
|
101468
|
-
/**
|
101469
|
-
* Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
|
101470
|
-
*/
|
101471
100896
|
Destination: LexBotTextLogDestination;
|
101472
100897
|
Enabled: boolean;
|
101473
100898
|
};
|
101474
100899
|
/**
|
101475
100900
|
* Type definition for `AWS::Lex::Bot.VoiceSettings`.
|
101476
|
-
* Settings for using an Amazon Polly voice to communicate with a user.
|
101477
100901
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-voicesettings.html}
|
101478
100902
|
*/
|
101479
100903
|
export type LexBotVoiceSettings = {
|
101480
|
-
/**
|
101481
|
-
* Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the engine parameter of the SynthesizeSpeech operation in the Amazon Polly developer guide.
|
101482
|
-
*/
|
101483
100904
|
Engine?: "standard" | "neural" | "long-form" | "generative";
|
101484
|
-
/**
|
101485
|
-
* The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.
|
101486
|
-
*/
|
101487
100905
|
VoiceId: string;
|
101488
100906
|
};
|
101489
100907
|
/**
|
101490
100908
|
* Type definition for `AWS::Lex::Bot.WaitAndContinueSpecification`.
|
101491
|
-
* The prompts that Amazon Lex uses while a bot is waiting for customer input.
|
101492
100909
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-waitandcontinuespecification.html}
|
101493
100910
|
*/
|
101494
100911
|
export type LexBotWaitAndContinueSpecification = {
|
101495
|
-
/**
|
101496
|
-
* The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.
|
101497
|
-
*/
|
101498
100912
|
ContinueResponse: LexBotResponseSpecification;
|
101499
|
-
/**
|
101500
|
-
* Specifies whether the bot will wait for a user to respond.
|
101501
|
-
*/
|
101502
100913
|
IsActive?: boolean;
|
101503
|
-
/**
|
101504
|
-
* The response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.
|
101505
|
-
*/
|
101506
100914
|
StillWaitingResponse?: LexBotStillWaitingResponseSpecification;
|
101507
|
-
/**
|
101508
|
-
* The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.
|
101509
|
-
*/
|
101510
100915
|
WaitingResponse: LexBotResponseSpecification;
|
101511
100916
|
};
|
101512
100917
|
/**
|
@@ -161697,7 +161102,7 @@ export type RolesAnywhereTrustAnchorTag = {
|
|
161697
161102
|
*/
|
161698
161103
|
export type RolesAnywhereTrustAnchorTrustAnchorType = "AWS_ACM_PCA" | "CERTIFICATE_BUNDLE" | "SELF_SIGNED_REPOSITORY";
|
161699
161104
|
/**
|
161700
|
-
* Resource
|
161105
|
+
* Resource Type definition for AWS::Route53::CidrCollection.
|
161701
161106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-cidrcollection.html}
|
161702
161107
|
*/
|
161703
161108
|
export type Route53CidrCollectionProps = {
|
@@ -166919,6 +166324,10 @@ export type S3OutpostsEndpointNetworkInterface = {
|
|
166919
166324
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucket.html}
|
166920
166325
|
*/
|
166921
166326
|
export type S3TablesTableBucketProps = {
|
166327
|
+
/**
|
166328
|
+
* Specifies encryption settings for the table bucket
|
166329
|
+
*/
|
166330
|
+
EncryptionConfiguration?: S3TablesTableBucketEncryptionConfiguration;
|
166922
166331
|
/**
|
166923
166332
|
* A name for the table bucket.
|
166924
166333
|
* @minLength `3`
|
@@ -166940,6 +166349,21 @@ export type S3TablesTableBucketAttributes = {
|
|
166940
166349
|
*/
|
166941
166350
|
TableBucketARN: string;
|
166942
166351
|
};
|
166352
|
+
/**
|
166353
|
+
* Type definition for `AWS::S3Tables::TableBucket.EncryptionConfiguration`.
|
166354
|
+
* Specifies encryption settings for the table bucket
|
166355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablebucket-encryptionconfiguration.html}
|
166356
|
+
*/
|
166357
|
+
export type S3TablesTableBucketEncryptionConfiguration = {
|
166358
|
+
/**
|
166359
|
+
* ARN of the KMS key to use for encryption
|
166360
|
+
*/
|
166361
|
+
KMSKeyArn?: string;
|
166362
|
+
/**
|
166363
|
+
* Server-side encryption algorithm
|
166364
|
+
*/
|
166365
|
+
SSEAlgorithm?: "AES256" | "aws:kms";
|
166366
|
+
};
|
166943
166367
|
/**
|
166944
166368
|
* Type definition for `AWS::S3Tables::TableBucket.UnreferencedFileRemoval`.
|
166945
166369
|
* Settings governing the Unreferenced File Removal maintenance action. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots.
|
@@ -179889,6 +179313,7 @@ export type SESMailManagerIngressPointProps = {
|
|
179889
179313
|
* @pattern `^[A-Za-z0-9_\-]+$`
|
179890
179314
|
*/
|
179891
179315
|
IngressPointName?: string;
|
179316
|
+
NetworkConfiguration?: SESMailManagerIngressPointNetworkConfiguration;
|
179892
179317
|
/**
|
179893
179318
|
* @minLength `1`
|
179894
179319
|
* @maxLength `100`
|
@@ -179953,6 +179378,32 @@ export type SESMailManagerIngressPointIngressPointStatusToUpdate = "ACTIVE" | "C
|
|
179953
179378
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-ingresspointtype.html}
|
179954
179379
|
*/
|
179955
179380
|
export type SESMailManagerIngressPointIngressPointType = "OPEN" | "AUTH";
|
179381
|
+
/**
|
179382
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.NetworkConfiguration`.
|
179383
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-networkconfiguration.html}
|
179384
|
+
*/
|
179385
|
+
export type SESMailManagerIngressPointNetworkConfiguration = {
|
179386
|
+
PublicNetworkConfiguration: SESMailManagerIngressPointPublicNetworkConfiguration;
|
179387
|
+
} | {
|
179388
|
+
PrivateNetworkConfiguration: SESMailManagerIngressPointPrivateNetworkConfiguration;
|
179389
|
+
};
|
179390
|
+
/**
|
179391
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.PrivateNetworkConfiguration`.
|
179392
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-privatenetworkconfiguration.html}
|
179393
|
+
*/
|
179394
|
+
export type SESMailManagerIngressPointPrivateNetworkConfiguration = {
|
179395
|
+
/**
|
179396
|
+
* @pattern `^vpce-[a-zA-Z0-9]{17}$`
|
179397
|
+
*/
|
179398
|
+
VpcEndpointId: string;
|
179399
|
+
};
|
179400
|
+
/**
|
179401
|
+
* Type definition for `AWS::SES::MailManagerIngressPoint.PublicNetworkConfiguration`.
|
179402
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-publicnetworkconfiguration.html}
|
179403
|
+
*/
|
179404
|
+
export type SESMailManagerIngressPointPublicNetworkConfiguration = {
|
179405
|
+
IpType: any;
|
179406
|
+
};
|
179956
179407
|
/**
|
179957
179408
|
* Type definition for `AWS::SES::MailManagerIngressPoint.Tag`.
|
179958
179409
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanageringresspoint-tag.html}
|
@@ -180116,7 +179567,7 @@ export type SESMailManagerRuleSetAnalysis = {
|
|
180116
179567
|
/**
|
180117
179568
|
* @minLength `1`
|
180118
179569
|
* @maxLength `256`
|
180119
|
-
* @pattern `^[\sa-zA-Z0-9_]+$`
|
179570
|
+
* @pattern `^(addon\.)?[\sa-zA-Z0-9_]+$`
|
180120
179571
|
*/
|
180121
179572
|
ResultField: string;
|
180122
179573
|
};
|
@@ -180286,6 +179737,8 @@ export type SESMailManagerRuleSetRuleBooleanOperator = "IS_TRUE" | "IS_FALSE";
|
|
180286
179737
|
*/
|
180287
179738
|
export type SESMailManagerRuleSetRuleBooleanToEvaluate = {
|
180288
179739
|
Attribute: SESMailManagerRuleSetRuleBooleanEmailAttribute;
|
179740
|
+
} | {
|
179741
|
+
Analysis: SESMailManagerRuleSetAnalysis;
|
180289
179742
|
};
|
180290
179743
|
/**
|
180291
179744
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleCondition`.
|
@@ -180416,6 +179869,8 @@ export type SESMailManagerRuleSetRuleStringToEvaluate = {
|
|
180416
179869
|
* @pattern `^X-[a-zA-Z0-9-]{1,256}$`
|
180417
179870
|
*/
|
180418
179871
|
MimeHeaderAttribute: string;
|
179872
|
+
} | {
|
179873
|
+
Analysis: SESMailManagerRuleSetAnalysis;
|
180419
179874
|
};
|
180420
179875
|
/**
|
180421
179876
|
* Type definition for `AWS::SES::MailManagerRuleSet.RuleVerdict`.
|
@@ -180568,7 +180023,7 @@ export type SESMailManagerTrafficPolicyIngressAnalysis = {
|
|
180568
180023
|
/**
|
180569
180024
|
* @minLength `1`
|
180570
180025
|
* @maxLength `256`
|
180571
|
-
* @pattern `^[\sa-zA-Z0-9_]+$`
|
180026
|
+
* @pattern `^(addon\.)?[\sa-zA-Z0-9_]+$`
|
180572
180027
|
*/
|
180573
180028
|
ResultField: string;
|
180574
180029
|
};
|
@@ -180618,6 +180073,27 @@ export type SESMailManagerTrafficPolicyIngressIpv4Expression = {
|
|
180618
180073
|
Operator: SESMailManagerTrafficPolicyIngressIpOperator;
|
180619
180074
|
Values: string[];
|
180620
180075
|
};
|
180076
|
+
/**
|
180077
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6Attribute`.
|
180078
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6attribute.html}
|
180079
|
+
*/
|
180080
|
+
export type SESMailManagerTrafficPolicyIngressIpv6Attribute = "SENDER_IPV6";
|
180081
|
+
/**
|
180082
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6Expression`.
|
180083
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6expression.html}
|
180084
|
+
*/
|
180085
|
+
export type SESMailManagerTrafficPolicyIngressIpv6Expression = {
|
180086
|
+
Evaluate: SESMailManagerTrafficPolicyIngressIpv6ToEvaluate;
|
180087
|
+
Operator: SESMailManagerTrafficPolicyIngressIpOperator;
|
180088
|
+
Values: string[];
|
180089
|
+
};
|
180090
|
+
/**
|
180091
|
+
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressIpv6ToEvaluate`.
|
180092
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressipv6toevaluate.html}
|
180093
|
+
*/
|
180094
|
+
export type SESMailManagerTrafficPolicyIngressIpv6ToEvaluate = {
|
180095
|
+
Attribute: SESMailManagerTrafficPolicyIngressIpv6Attribute;
|
180096
|
+
};
|
180621
180097
|
/**
|
180622
180098
|
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressStringEmailAttribute`.
|
180623
180099
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-mailmanagertrafficpolicy-ingressstringemailattribute.html}
|
@@ -180643,6 +180119,8 @@ export type SESMailManagerTrafficPolicyIngressStringOperator = "EQUALS" | "NOT_E
|
|
180643
180119
|
*/
|
180644
180120
|
export type SESMailManagerTrafficPolicyIngressStringToEvaluate = {
|
180645
180121
|
Attribute: SESMailManagerTrafficPolicyIngressStringEmailAttribute;
|
180122
|
+
} | {
|
180123
|
+
Analysis: SESMailManagerTrafficPolicyIngressAnalysis;
|
180646
180124
|
};
|
180647
180125
|
/**
|
180648
180126
|
* Type definition for `AWS::SES::MailManagerTrafficPolicy.IngressTlsAttribute`.
|
@@ -180683,6 +180161,8 @@ export type SESMailManagerTrafficPolicyPolicyCondition = {
|
|
180683
180161
|
StringExpression: SESMailManagerTrafficPolicyIngressStringExpression;
|
180684
180162
|
} | {
|
180685
180163
|
IpExpression: SESMailManagerTrafficPolicyIngressIpv4Expression;
|
180164
|
+
} | {
|
180165
|
+
Ipv6Expression: SESMailManagerTrafficPolicyIngressIpv6Expression;
|
180686
180166
|
} | {
|
180687
180167
|
TlsExpression: SESMailManagerTrafficPolicyIngressTlsProtocolExpression;
|
180688
180168
|
} | {
|