aws-sdk-lexmodelsv2 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +1092 -7
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +87 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +3253 -1310
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +2 -2
| @@ -22,6 +22,7 @@ module Aws::LexModelsV2 | |
| 22 22 | 
             
                AggregatedUtterancesSortBy = Shapes::StructureShape.new(name: 'AggregatedUtterancesSortBy')
         | 
| 23 23 | 
             
                AggregatedUtterancesSummary = Shapes::StructureShape.new(name: 'AggregatedUtterancesSummary')
         | 
| 24 24 | 
             
                AggregatedUtterancesSummaryList = Shapes::ListShape.new(name: 'AggregatedUtterancesSummaryList')
         | 
| 25 | 
            +
                AllowedInputTypes = Shapes::StructureShape.new(name: 'AllowedInputTypes')
         | 
| 25 26 | 
             
                AmazonResourceName = Shapes::StringShape.new(name: 'AmazonResourceName')
         | 
| 26 27 | 
             
                AssociatedTranscript = Shapes::StructureShape.new(name: 'AssociatedTranscript')
         | 
| 27 28 | 
             
                AssociatedTranscriptFilter = Shapes::StructureShape.new(name: 'AssociatedTranscriptFilter')
         | 
| @@ -30,10 +31,12 @@ module Aws::LexModelsV2 | |
| 30 31 | 
             
                AssociatedTranscriptList = Shapes::ListShape.new(name: 'AssociatedTranscriptList')
         | 
| 31 32 | 
             
                AttachmentTitle = Shapes::StringShape.new(name: 'AttachmentTitle')
         | 
| 32 33 | 
             
                AttachmentUrl = Shapes::StringShape.new(name: 'AttachmentUrl')
         | 
| 34 | 
            +
                AudioAndDTMFInputSpecification = Shapes::StructureShape.new(name: 'AudioAndDTMFInputSpecification')
         | 
| 33 35 | 
             
                AudioLogDestination = Shapes::StructureShape.new(name: 'AudioLogDestination')
         | 
| 34 36 | 
             
                AudioLogSetting = Shapes::StructureShape.new(name: 'AudioLogSetting')
         | 
| 35 37 | 
             
                AudioLogSettingsList = Shapes::ListShape.new(name: 'AudioLogSettingsList')
         | 
| 36 38 | 
             
                AudioRecognitionStrategy = Shapes::StringShape.new(name: 'AudioRecognitionStrategy')
         | 
| 39 | 
            +
                AudioSpecification = Shapes::StructureShape.new(name: 'AudioSpecification')
         | 
| 37 40 | 
             
                Boolean = Shapes::BooleanShape.new(name: 'Boolean')
         | 
| 38 41 | 
             
                BotAliasHistoryEvent = Shapes::StructureShape.new(name: 'BotAliasHistoryEvent')
         | 
| 39 42 | 
             
                BotAliasHistoryEventsList = Shapes::ListShape.new(name: 'BotAliasHistoryEventsList')
         | 
| @@ -102,6 +105,7 @@ module Aws::LexModelsV2 | |
| 102 105 | 
             
                CloudWatchLogGroupLogDestination = Shapes::StructureShape.new(name: 'CloudWatchLogGroupLogDestination')
         | 
| 103 106 | 
             
                CodeHookInterfaceVersion = Shapes::StringShape.new(name: 'CodeHookInterfaceVersion')
         | 
| 104 107 | 
             
                CodeHookSpecification = Shapes::StructureShape.new(name: 'CodeHookSpecification')
         | 
| 108 | 
            +
                CompositeSlotTypeSetting = Shapes::StructureShape.new(name: 'CompositeSlotTypeSetting')
         | 
| 105 109 | 
             
                Condition = Shapes::StructureShape.new(name: 'Condition')
         | 
| 106 110 | 
             
                ConditionExpression = Shapes::StringShape.new(name: 'ConditionExpression')
         | 
| 107 111 | 
             
                ConditionKey = Shapes::StringShape.new(name: 'ConditionKey')
         | 
| @@ -145,6 +149,8 @@ module Aws::LexModelsV2 | |
| 145 149 | 
             
                CustomVocabularyExportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyExportSpecification')
         | 
| 146 150 | 
             
                CustomVocabularyImportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyImportSpecification')
         | 
| 147 151 | 
             
                CustomVocabularyStatus = Shapes::StringShape.new(name: 'CustomVocabularyStatus')
         | 
| 152 | 
            +
                DTMFCharacter = Shapes::StringShape.new(name: 'DTMFCharacter')
         | 
| 153 | 
            +
                DTMFSpecification = Shapes::StructureShape.new(name: 'DTMFSpecification')
         | 
| 148 154 | 
             
                DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
         | 
| 149 155 | 
             
                DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
         | 
| 150 156 | 
             
                DefaultConditionalBranch = Shapes::StructureShape.new(name: 'DefaultConditionalBranch')
         | 
| @@ -305,6 +311,7 @@ module Aws::LexModelsV2 | |
| 305 311 | 
             
                LocaleName = Shapes::StringShape.new(name: 'LocaleName')
         | 
| 306 312 | 
             
                LogPrefix = Shapes::StringShape.new(name: 'LogPrefix')
         | 
| 307 313 | 
             
                MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
         | 
| 314 | 
            +
                MaxUtteranceDigits = Shapes::IntegerShape.new(name: 'MaxUtteranceDigits')
         | 
| 308 315 | 
             
                MergeStrategy = Shapes::StringShape.new(name: 'MergeStrategy')
         | 
| 309 316 | 
             
                Message = Shapes::StructureShape.new(name: 'Message')
         | 
| 310 317 | 
             
                MessageGroup = Shapes::StructureShape.new(name: 'MessageGroup')
         | 
| @@ -338,6 +345,9 @@ module Aws::LexModelsV2 | |
| 338 345 | 
             
                PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
         | 
| 339 346 | 
             
                PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
         | 
| 340 347 | 
             
                PriorityValue = Shapes::IntegerShape.new(name: 'PriorityValue')
         | 
| 348 | 
            +
                PromptAttempt = Shapes::StringShape.new(name: 'PromptAttempt')
         | 
| 349 | 
            +
                PromptAttemptSpecification = Shapes::StructureShape.new(name: 'PromptAttemptSpecification')
         | 
| 350 | 
            +
                PromptAttemptsSpecificationMap = Shapes::MapShape.new(name: 'PromptAttemptsSpecificationMap')
         | 
| 341 351 | 
             
                PromptMaxRetries = Shapes::IntegerShape.new(name: 'PromptMaxRetries')
         | 
| 342 352 | 
             
                PromptSpecification = Shapes::StructureShape.new(name: 'PromptSpecification')
         | 
| 343 353 | 
             
                QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
         | 
| @@ -412,6 +422,7 @@ module Aws::LexModelsV2 | |
| 412 422 | 
             
                SlotValueSelectionSetting = Shapes::StructureShape.new(name: 'SlotValueSelectionSetting')
         | 
| 413 423 | 
             
                SlotValues = Shapes::ListShape.new(name: 'SlotValues')
         | 
| 414 424 | 
             
                SortOrder = Shapes::StringShape.new(name: 'SortOrder')
         | 
| 425 | 
            +
                Specifications = Shapes::StructureShape.new(name: 'Specifications')
         | 
| 415 426 | 
             
                StartBotRecommendationRequest = Shapes::StructureShape.new(name: 'StartBotRecommendationRequest')
         | 
| 416 427 | 
             
                StartBotRecommendationResponse = Shapes::StructureShape.new(name: 'StartBotRecommendationResponse')
         | 
| 417 428 | 
             
                StartImportRequest = Shapes::StructureShape.new(name: 'StartImportRequest')
         | 
| @@ -423,6 +434,12 @@ module Aws::LexModelsV2 | |
| 423 434 | 
             
                StopBotRecommendationResponse = Shapes::StructureShape.new(name: 'StopBotRecommendationResponse')
         | 
| 424 435 | 
             
                String = Shapes::StringShape.new(name: 'String')
         | 
| 425 436 | 
             
                StringMap = Shapes::MapShape.new(name: 'StringMap')
         | 
| 437 | 
            +
                SubSlotExpression = Shapes::StringShape.new(name: 'SubSlotExpression')
         | 
| 438 | 
            +
                SubSlotSetting = Shapes::StructureShape.new(name: 'SubSlotSetting')
         | 
| 439 | 
            +
                SubSlotSpecificationMap = Shapes::MapShape.new(name: 'SubSlotSpecificationMap')
         | 
| 440 | 
            +
                SubSlotTypeComposition = Shapes::StructureShape.new(name: 'SubSlotTypeComposition')
         | 
| 441 | 
            +
                SubSlotTypeList = Shapes::ListShape.new(name: 'SubSlotTypeList')
         | 
| 442 | 
            +
                SubSlotValueElicitationSetting = Shapes::StructureShape.new(name: 'SubSlotValueElicitationSetting')
         | 
| 426 443 | 
             
                SynonymList = Shapes::ListShape.new(name: 'SynonymList')
         | 
| 427 444 | 
             
                TagKey = Shapes::StringShape.new(name: 'TagKey')
         | 
| 428 445 | 
             
                TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
         | 
| @@ -430,11 +447,13 @@ module Aws::LexModelsV2 | |
| 430 447 | 
             
                TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
         | 
| 431 448 | 
             
                TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
         | 
| 432 449 | 
             
                TagValue = Shapes::StringShape.new(name: 'TagValue')
         | 
| 450 | 
            +
                TextInputSpecification = Shapes::StructureShape.new(name: 'TextInputSpecification')
         | 
| 433 451 | 
             
                TextLogDestination = Shapes::StructureShape.new(name: 'TextLogDestination')
         | 
| 434 452 | 
             
                TextLogSetting = Shapes::StructureShape.new(name: 'TextLogSetting')
         | 
| 435 453 | 
             
                TextLogSettingsList = Shapes::ListShape.new(name: 'TextLogSettingsList')
         | 
| 436 454 | 
             
                ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
         | 
| 437 455 | 
             
                TimeDimension = Shapes::StringShape.new(name: 'TimeDimension')
         | 
| 456 | 
            +
                TimeInMilliSeconds = Shapes::IntegerShape.new(name: 'TimeInMilliSeconds')
         | 
| 438 457 | 
             
                TimeValue = Shapes::IntegerShape.new(name: 'TimeValue')
         | 
| 439 458 | 
             
                Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
         | 
| 440 459 | 
             
                Transcript = Shapes::StringShape.new(name: 'Transcript')
         | 
| @@ -494,6 +513,10 @@ module Aws::LexModelsV2 | |
| 494 513 |  | 
| 495 514 | 
             
                AggregatedUtterancesSummaryList.member = Shapes::ShapeRef.new(shape: AggregatedUtterancesSummary)
         | 
| 496 515 |  | 
| 516 | 
            +
                AllowedInputTypes.add_member(:allow_audio_input, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "allowAudioInput"))
         | 
| 517 | 
            +
                AllowedInputTypes.add_member(:allow_dtmf_input, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "allowDTMFInput"))
         | 
| 518 | 
            +
                AllowedInputTypes.struct_class = Types::AllowedInputTypes
         | 
| 519 | 
            +
             | 
| 497 520 | 
             
                AssociatedTranscript.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "transcript"))
         | 
| 498 521 | 
             
                AssociatedTranscript.struct_class = Types::AssociatedTranscript
         | 
| 499 522 |  | 
| @@ -505,6 +528,11 @@ module Aws::LexModelsV2 | |
| 505 528 |  | 
| 506 529 | 
             
                AssociatedTranscriptList.member = Shapes::ShapeRef.new(shape: AssociatedTranscript)
         | 
| 507 530 |  | 
| 531 | 
            +
                AudioAndDTMFInputSpecification.add_member(:start_timeout_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "startTimeoutMs"))
         | 
| 532 | 
            +
                AudioAndDTMFInputSpecification.add_member(:audio_specification, Shapes::ShapeRef.new(shape: AudioSpecification, location_name: "audioSpecification"))
         | 
| 533 | 
            +
                AudioAndDTMFInputSpecification.add_member(:dtmf_specification, Shapes::ShapeRef.new(shape: DTMFSpecification, location_name: "dtmfSpecification"))
         | 
| 534 | 
            +
                AudioAndDTMFInputSpecification.struct_class = Types::AudioAndDTMFInputSpecification
         | 
| 535 | 
            +
             | 
| 508 536 | 
             
                AudioLogDestination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketLogDestination, required: true, location_name: "s3Bucket"))
         | 
| 509 537 | 
             
                AudioLogDestination.struct_class = Types::AudioLogDestination
         | 
| 510 538 |  | 
| @@ -514,6 +542,10 @@ module Aws::LexModelsV2 | |
| 514 542 |  | 
| 515 543 | 
             
                AudioLogSettingsList.member = Shapes::ShapeRef.new(shape: AudioLogSetting)
         | 
| 516 544 |  | 
| 545 | 
            +
                AudioSpecification.add_member(:max_length_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "maxLengthMs"))
         | 
| 546 | 
            +
                AudioSpecification.add_member(:end_timeout_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "endTimeoutMs"))
         | 
| 547 | 
            +
                AudioSpecification.struct_class = Types::AudioSpecification
         | 
| 548 | 
            +
             | 
| 517 549 | 
             
                BotAliasHistoryEvent.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
         | 
| 518 550 | 
             
                BotAliasHistoryEvent.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startDate"))
         | 
| 519 551 | 
             
                BotAliasHistoryEvent.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endDate"))
         | 
| @@ -692,6 +724,9 @@ module Aws::LexModelsV2 | |
| 692 724 | 
             
                CodeHookSpecification.add_member(:lambda_code_hook, Shapes::ShapeRef.new(shape: LambdaCodeHook, required: true, location_name: "lambdaCodeHook"))
         | 
| 693 725 | 
             
                CodeHookSpecification.struct_class = Types::CodeHookSpecification
         | 
| 694 726 |  | 
| 727 | 
            +
                CompositeSlotTypeSetting.add_member(:sub_slots, Shapes::ShapeRef.new(shape: SubSlotTypeList, location_name: "subSlots"))
         | 
| 728 | 
            +
                CompositeSlotTypeSetting.struct_class = Types::CompositeSlotTypeSetting
         | 
| 729 | 
            +
             | 
| 695 730 | 
             
                Condition.add_member(:expression_string, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "expressionString"))
         | 
| 696 731 | 
             
                Condition.struct_class = Types::Condition
         | 
| 697 732 |  | 
| @@ -876,6 +911,7 @@ module Aws::LexModelsV2 | |
| 876 911 | 
             
                CreateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
         | 
| 877 912 | 
             
                CreateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
         | 
| 878 913 | 
             
                CreateSlotRequest.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
         | 
| 914 | 
            +
                CreateSlotRequest.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
         | 
| 879 915 | 
             
                CreateSlotRequest.struct_class = Types::CreateSlotRequest
         | 
| 880 916 |  | 
| 881 917 | 
             
                CreateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
         | 
| @@ -890,6 +926,7 @@ module Aws::LexModelsV2 | |
| 890 926 | 
             
                CreateSlotResponse.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, location_name: "intentId"))
         | 
| 891 927 | 
             
                CreateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 892 928 | 
             
                CreateSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
         | 
| 929 | 
            +
                CreateSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
         | 
| 893 930 | 
             
                CreateSlotResponse.struct_class = Types::CreateSlotResponse
         | 
| 894 931 |  | 
| 895 932 | 
             
                CreateSlotTypeRequest.add_member(:slot_type_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "slotTypeName"))
         | 
| @@ -901,6 +938,7 @@ module Aws::LexModelsV2 | |
| 901 938 | 
             
                CreateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
         | 
| 902 939 | 
             
                CreateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
         | 
| 903 940 | 
             
                CreateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
         | 
| 941 | 
            +
                CreateSlotTypeRequest.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
         | 
| 904 942 | 
             
                CreateSlotTypeRequest.struct_class = Types::CreateSlotTypeRequest
         | 
| 905 943 |  | 
| 906 944 | 
             
                CreateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
         | 
| @@ -914,6 +952,7 @@ module Aws::LexModelsV2 | |
| 914 952 | 
             
                CreateSlotTypeResponse.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, location_name: "localeId"))
         | 
| 915 953 | 
             
                CreateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 916 954 | 
             
                CreateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
         | 
| 955 | 
            +
                CreateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
         | 
| 917 956 | 
             
                CreateSlotTypeResponse.struct_class = Types::CreateSlotTypeResponse
         | 
| 918 957 |  | 
| 919 958 | 
             
                CreateUploadUrlRequest.struct_class = Types::CreateUploadUrlRequest
         | 
| @@ -935,6 +974,12 @@ module Aws::LexModelsV2 | |
| 935 974 | 
             
                CustomVocabularyImportSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
         | 
| 936 975 | 
             
                CustomVocabularyImportSpecification.struct_class = Types::CustomVocabularyImportSpecification
         | 
| 937 976 |  | 
| 977 | 
            +
                DTMFSpecification.add_member(:max_length, Shapes::ShapeRef.new(shape: MaxUtteranceDigits, required: true, location_name: "maxLength"))
         | 
| 978 | 
            +
                DTMFSpecification.add_member(:end_timeout_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "endTimeoutMs"))
         | 
| 979 | 
            +
                DTMFSpecification.add_member(:deletion_character, Shapes::ShapeRef.new(shape: DTMFCharacter, required: true, location_name: "deletionCharacter"))
         | 
| 980 | 
            +
                DTMFSpecification.add_member(:end_character, Shapes::ShapeRef.new(shape: DTMFCharacter, required: true, location_name: "endCharacter"))
         | 
| 981 | 
            +
                DTMFSpecification.struct_class = Types::DTMFSpecification
         | 
| 982 | 
            +
             | 
| 938 983 | 
             
                DataPrivacy.add_member(:child_directed, Shapes::ShapeRef.new(shape: ChildDirected, required: true, location_name: "childDirected"))
         | 
| 939 984 | 
             
                DataPrivacy.struct_class = Types::DataPrivacy
         | 
| 940 985 |  | 
| @@ -1239,6 +1284,7 @@ module Aws::LexModelsV2 | |
| 1239 1284 | 
             
                DescribeSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 1240 1285 | 
             
                DescribeSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
         | 
| 1241 1286 | 
             
                DescribeSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
         | 
| 1287 | 
            +
                DescribeSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
         | 
| 1242 1288 | 
             
                DescribeSlotResponse.struct_class = Types::DescribeSlotResponse
         | 
| 1243 1289 |  | 
| 1244 1290 | 
             
                DescribeSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
         | 
| @@ -1259,6 +1305,7 @@ module Aws::LexModelsV2 | |
| 1259 1305 | 
             
                DescribeSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 1260 1306 | 
             
                DescribeSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
         | 
| 1261 1307 | 
             
                DescribeSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
         | 
| 1308 | 
            +
                DescribeSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
         | 
| 1262 1309 | 
             
                DescribeSlotTypeResponse.struct_class = Types::DescribeSlotTypeResponse
         | 
| 1263 1310 |  | 
| 1264 1311 | 
             
                DialogAction.add_member(:type, Shapes::ShapeRef.new(shape: DialogActionType, required: true, location_name: "type"))
         | 
| @@ -1738,10 +1785,20 @@ module Aws::LexModelsV2 | |
| 1738 1785 |  | 
| 1739 1786 | 
             
                PrincipalList.member = Shapes::ShapeRef.new(shape: Principal)
         | 
| 1740 1787 |  | 
| 1788 | 
            +
                PromptAttemptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
         | 
| 1789 | 
            +
                PromptAttemptSpecification.add_member(:allowed_input_types, Shapes::ShapeRef.new(shape: AllowedInputTypes, required: true, location_name: "allowedInputTypes"))
         | 
| 1790 | 
            +
                PromptAttemptSpecification.add_member(:audio_and_dtmf_input_specification, Shapes::ShapeRef.new(shape: AudioAndDTMFInputSpecification, location_name: "audioAndDTMFInputSpecification"))
         | 
| 1791 | 
            +
                PromptAttemptSpecification.add_member(:text_input_specification, Shapes::ShapeRef.new(shape: TextInputSpecification, location_name: "textInputSpecification"))
         | 
| 1792 | 
            +
                PromptAttemptSpecification.struct_class = Types::PromptAttemptSpecification
         | 
| 1793 | 
            +
             | 
| 1794 | 
            +
                PromptAttemptsSpecificationMap.key = Shapes::ShapeRef.new(shape: PromptAttempt)
         | 
| 1795 | 
            +
                PromptAttemptsSpecificationMap.value = Shapes::ShapeRef.new(shape: PromptAttemptSpecification)
         | 
| 1796 | 
            +
             | 
| 1741 1797 | 
             
                PromptSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
         | 
| 1742 1798 | 
             
                PromptSpecification.add_member(:max_retries, Shapes::ShapeRef.new(shape: PromptMaxRetries, required: true, location_name: "maxRetries"))
         | 
| 1743 1799 | 
             
                PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
         | 
| 1744 1800 | 
             
                PromptSpecification.add_member(:message_selection_strategy, Shapes::ShapeRef.new(shape: MessageSelectionStrategy, location_name: "messageSelectionStrategy"))
         | 
| 1801 | 
            +
                PromptSpecification.add_member(:prompt_attempts_specification, Shapes::ShapeRef.new(shape: PromptAttemptsSpecificationMap, location_name: "promptAttemptsSpecification"))
         | 
| 1745 1802 | 
             
                PromptSpecification.struct_class = Types::PromptSpecification
         | 
| 1746 1803 |  | 
| 1747 1804 | 
             
                RecommendedActions.member = Shapes::ShapeRef.new(shape: RecommendedAction)
         | 
| @@ -1917,6 +1974,10 @@ module Aws::LexModelsV2 | |
| 1917 1974 |  | 
| 1918 1975 | 
             
                SlotValues.member = Shapes::ShapeRef.new(shape: SlotValueOverride)
         | 
| 1919 1976 |  | 
| 1977 | 
            +
                Specifications.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
         | 
| 1978 | 
            +
                Specifications.add_member(:value_elicitation_setting, Shapes::ShapeRef.new(shape: SubSlotValueElicitationSetting, required: true, location_name: "valueElicitationSetting"))
         | 
| 1979 | 
            +
                Specifications.struct_class = Types::Specifications
         | 
| 1980 | 
            +
             | 
| 1920 1981 | 
             
                StartBotRecommendationRequest.add_member(:bot_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "botId"))
         | 
| 1921 1982 | 
             
                StartBotRecommendationRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
         | 
| 1922 1983 | 
             
                StartBotRecommendationRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
         | 
| @@ -1969,6 +2030,25 @@ module Aws::LexModelsV2 | |
| 1969 2030 | 
             
                StringMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
         | 
| 1970 2031 | 
             
                StringMap.value = Shapes::ShapeRef.new(shape: String)
         | 
| 1971 2032 |  | 
| 2033 | 
            +
                SubSlotSetting.add_member(:expression, Shapes::ShapeRef.new(shape: SubSlotExpression, location_name: "expression"))
         | 
| 2034 | 
            +
                SubSlotSetting.add_member(:slot_specifications, Shapes::ShapeRef.new(shape: SubSlotSpecificationMap, location_name: "slotSpecifications"))
         | 
| 2035 | 
            +
                SubSlotSetting.struct_class = Types::SubSlotSetting
         | 
| 2036 | 
            +
             | 
| 2037 | 
            +
                SubSlotSpecificationMap.key = Shapes::ShapeRef.new(shape: Name)
         | 
| 2038 | 
            +
                SubSlotSpecificationMap.value = Shapes::ShapeRef.new(shape: Specifications)
         | 
| 2039 | 
            +
             | 
| 2040 | 
            +
                SubSlotTypeComposition.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
         | 
| 2041 | 
            +
                SubSlotTypeComposition.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: BuiltInOrCustomSlotTypeId, required: true, location_name: "slotTypeId"))
         | 
| 2042 | 
            +
                SubSlotTypeComposition.struct_class = Types::SubSlotTypeComposition
         | 
| 2043 | 
            +
             | 
| 2044 | 
            +
                SubSlotTypeList.member = Shapes::ShapeRef.new(shape: SubSlotTypeComposition)
         | 
| 2045 | 
            +
             | 
| 2046 | 
            +
                SubSlotValueElicitationSetting.add_member(:default_value_specification, Shapes::ShapeRef.new(shape: SlotDefaultValueSpecification, location_name: "defaultValueSpecification"))
         | 
| 2047 | 
            +
                SubSlotValueElicitationSetting.add_member(:prompt_specification, Shapes::ShapeRef.new(shape: PromptSpecification, required: true, location_name: "promptSpecification"))
         | 
| 2048 | 
            +
                SubSlotValueElicitationSetting.add_member(:sample_utterances, Shapes::ShapeRef.new(shape: SampleUtterancesList, location_name: "sampleUtterances"))
         | 
| 2049 | 
            +
                SubSlotValueElicitationSetting.add_member(:wait_and_continue_specification, Shapes::ShapeRef.new(shape: WaitAndContinueSpecification, location_name: "waitAndContinueSpecification"))
         | 
| 2050 | 
            +
                SubSlotValueElicitationSetting.struct_class = Types::SubSlotValueElicitationSetting
         | 
| 2051 | 
            +
             | 
| 1972 2052 | 
             
                SynonymList.member = Shapes::ShapeRef.new(shape: SampleValue)
         | 
| 1973 2053 |  | 
| 1974 2054 | 
             
                TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
         | 
| @@ -1982,6 +2062,9 @@ module Aws::LexModelsV2 | |
| 1982 2062 |  | 
| 1983 2063 | 
             
                TagResourceResponse.struct_class = Types::TagResourceResponse
         | 
| 1984 2064 |  | 
| 2065 | 
            +
                TextInputSpecification.add_member(:start_timeout_ms, Shapes::ShapeRef.new(shape: TimeInMilliSeconds, required: true, location_name: "startTimeoutMs"))
         | 
| 2066 | 
            +
                TextInputSpecification.struct_class = Types::TextInputSpecification
         | 
| 2067 | 
            +
             | 
| 1985 2068 | 
             
                TextLogDestination.add_member(:cloud_watch, Shapes::ShapeRef.new(shape: CloudWatchLogGroupLogDestination, required: true, location_name: "cloudWatch"))
         | 
| 1986 2069 | 
             
                TextLogDestination.struct_class = Types::TextLogDestination
         | 
| 1987 2070 |  | 
| @@ -2161,6 +2244,7 @@ module Aws::LexModelsV2 | |
| 2161 2244 | 
             
                UpdateSlotRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
         | 
| 2162 2245 | 
             
                UpdateSlotRequest.add_member(:intent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "intentId"))
         | 
| 2163 2246 | 
             
                UpdateSlotRequest.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
         | 
| 2247 | 
            +
                UpdateSlotRequest.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
         | 
| 2164 2248 | 
             
                UpdateSlotRequest.struct_class = Types::UpdateSlotRequest
         | 
| 2165 2249 |  | 
| 2166 2250 | 
             
                UpdateSlotResponse.add_member(:slot_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotId"))
         | 
| @@ -2176,6 +2260,7 @@ module Aws::LexModelsV2 | |
| 2176 2260 | 
             
                UpdateSlotResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 2177 2261 | 
             
                UpdateSlotResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
         | 
| 2178 2262 | 
             
                UpdateSlotResponse.add_member(:multiple_values_setting, Shapes::ShapeRef.new(shape: MultipleValuesSetting, location_name: "multipleValuesSetting"))
         | 
| 2263 | 
            +
                UpdateSlotResponse.add_member(:sub_slot_setting, Shapes::ShapeRef.new(shape: SubSlotSetting, location_name: "subSlotSetting"))
         | 
| 2179 2264 | 
             
                UpdateSlotResponse.struct_class = Types::UpdateSlotResponse
         | 
| 2180 2265 |  | 
| 2181 2266 | 
             
                UpdateSlotTypeRequest.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "slotTypeId"))
         | 
| @@ -2188,6 +2273,7 @@ module Aws::LexModelsV2 | |
| 2188 2273 | 
             
                UpdateSlotTypeRequest.add_member(:bot_version, Shapes::ShapeRef.new(shape: DraftBotVersion, required: true, location: "uri", location_name: "botVersion"))
         | 
| 2189 2274 | 
             
                UpdateSlotTypeRequest.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location: "uri", location_name: "localeId"))
         | 
| 2190 2275 | 
             
                UpdateSlotTypeRequest.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
         | 
| 2276 | 
            +
                UpdateSlotTypeRequest.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
         | 
| 2191 2277 | 
             
                UpdateSlotTypeRequest.struct_class = Types::UpdateSlotTypeRequest
         | 
| 2192 2278 |  | 
| 2193 2279 | 
             
                UpdateSlotTypeResponse.add_member(:slot_type_id, Shapes::ShapeRef.new(shape: Id, location_name: "slotTypeId"))
         | 
| @@ -2202,6 +2288,7 @@ module Aws::LexModelsV2 | |
| 2202 2288 | 
             
                UpdateSlotTypeResponse.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationDateTime"))
         | 
| 2203 2289 | 
             
                UpdateSlotTypeResponse.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedDateTime"))
         | 
| 2204 2290 | 
             
                UpdateSlotTypeResponse.add_member(:external_source_setting, Shapes::ShapeRef.new(shape: ExternalSourceSetting, location_name: "externalSourceSetting"))
         | 
| 2291 | 
            +
                UpdateSlotTypeResponse.add_member(:composite_slot_type_setting, Shapes::ShapeRef.new(shape: CompositeSlotTypeSetting, location_name: "compositeSlotTypeSetting"))
         | 
| 2205 2292 | 
             
                UpdateSlotTypeResponse.struct_class = Types::UpdateSlotTypeResponse
         | 
| 2206 2293 |  | 
| 2207 2294 | 
             
                UtteranceAggregationDuration.add_member(:relative_aggregation_duration, Shapes::ShapeRef.new(shape: RelativeAggregationDuration, required: true, location_name: "relativeAggregationDuration"))
         |