aws-sdk-lexmodelsv2 1.27.0 → 1.29.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 +290 -3
- data/lib/aws-sdk-lexmodelsv2/client_api.rb +43 -0
- data/lib/aws-sdk-lexmodelsv2/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-lexmodelsv2/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-lexmodelsv2/endpoints.rb +953 -0
- data/lib/aws-sdk-lexmodelsv2/plugins/endpoints.rb +202 -0
- data/lib/aws-sdk-lexmodelsv2/types.rb +526 -1
- data/lib/aws-sdk-lexmodelsv2.rb +5 -1
- metadata +8 -4
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: d31a937416b2e3c55f68c467d1ea28a02ff695dbf524f0b3034da278b56c531f
         | 
| 4 | 
            +
              data.tar.gz: ab4a62ed36d9cadde8a0350278e6a9129b66235ed10d0625660c4e8b476588da
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 8bdfd62519c17c945a0b1415efaf036e8e693bbad2dcd3d183d28fe0e3c863788ee56d66cff6f1328d93caeabe6d70806d50754fdbf9c2f36ea52c0423c4fb01
         | 
| 7 | 
            +
              data.tar.gz: 795012ebeceeafaba517b0c29c9f32036dd5f222ddfd1e7c69bdf90beb7425eb640a43029d47a7e4b28b5e0c9dc6da386ebf68d98dfd0ab5e75367e4beee073e
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,6 +1,16 @@ | |
| 1 1 | 
             
            Unreleased Changes
         | 
| 2 2 | 
             
            ------------------
         | 
| 3 3 |  | 
| 4 | 
            +
            1.29.0 (2022-10-25)
         | 
| 5 | 
            +
            ------------------
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            1.28.0 (2022-09-23)
         | 
| 10 | 
            +
            ------------------
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            * Feature - This release introduces additional optional parameters promptAttemptsSpecification to PromptSpecification, which enables the users to configure interrupt setting and Audio, DTMF and Text input configuration for the initial and retry prompt played by the Bot
         | 
| 13 | 
            +
             | 
| 4 14 | 
             
            1.27.0 (2022-09-09)
         | 
| 5 15 | 
             
            ------------------
         | 
| 6 16 |  | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.29.0
         | 
| @@ -30,7 +30,7 @@ require 'aws-sdk-core/plugins/http_checksum.rb' | |
| 30 30 | 
             
            require 'aws-sdk-core/plugins/checksum_algorithm.rb'
         | 
| 31 31 | 
             
            require 'aws-sdk-core/plugins/defaults_mode.rb'
         | 
| 32 32 | 
             
            require 'aws-sdk-core/plugins/recursion_detection.rb'
         | 
| 33 | 
            -
            require 'aws-sdk-core/plugins/ | 
| 33 | 
            +
            require 'aws-sdk-core/plugins/sign.rb'
         | 
| 34 34 | 
             
            require 'aws-sdk-core/plugins/protocols/rest_json.rb'
         | 
| 35 35 |  | 
| 36 36 | 
             
            Aws::Plugins::GlobalConfiguration.add_identifier(:lexmodelsv2)
         | 
| @@ -79,8 +79,9 @@ module Aws::LexModelsV2 | |
| 79 79 | 
             
                add_plugin(Aws::Plugins::ChecksumAlgorithm)
         | 
| 80 80 | 
             
                add_plugin(Aws::Plugins::DefaultsMode)
         | 
| 81 81 | 
             
                add_plugin(Aws::Plugins::RecursionDetection)
         | 
| 82 | 
            -
                add_plugin(Aws::Plugins:: | 
| 82 | 
            +
                add_plugin(Aws::Plugins::Sign)
         | 
| 83 83 | 
             
                add_plugin(Aws::Plugins::Protocols::RestJson)
         | 
| 84 | 
            +
                add_plugin(Aws::LexModelsV2::Plugins::Endpoints)
         | 
| 84 85 |  | 
| 85 86 | 
             
                # @overload initialize(options)
         | 
| 86 87 | 
             
                #   @param [Hash] options
         | 
| @@ -287,6 +288,19 @@ module Aws::LexModelsV2 | |
| 287 288 | 
             
                #     ** Please note ** When response stubbing is enabled, no HTTP
         | 
| 288 289 | 
             
                #     requests are made, and retries are disabled.
         | 
| 289 290 | 
             
                #
         | 
| 291 | 
            +
                #   @option options [Aws::TokenProvider] :token_provider
         | 
| 292 | 
            +
                #     A Bearer Token Provider. This can be an instance of any one of the
         | 
| 293 | 
            +
                #     following classes:
         | 
| 294 | 
            +
                #
         | 
| 295 | 
            +
                #     * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
         | 
| 296 | 
            +
                #       tokens.
         | 
| 297 | 
            +
                #
         | 
| 298 | 
            +
                #     * `Aws::SSOTokenProvider` - Used for loading tokens from AWS SSO using an
         | 
| 299 | 
            +
                #       access token generated from `aws login`.
         | 
| 300 | 
            +
                #
         | 
| 301 | 
            +
                #     When `:token_provider` is not configured directly, the `Aws::TokenProviderChain`
         | 
| 302 | 
            +
                #     will be used to search for tokens configured for your profile in shared configuration files.
         | 
| 303 | 
            +
                #
         | 
| 290 304 | 
             
                #   @option options [Boolean] :use_dualstack_endpoint
         | 
| 291 305 | 
             
                #     When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
         | 
| 292 306 | 
             
                #     will be used if available.
         | 
| @@ -300,6 +314,9 @@ module Aws::LexModelsV2 | |
| 300 314 | 
             
                #     When `true`, request parameters are validated before
         | 
| 301 315 | 
             
                #     sending the request.
         | 
| 302 316 | 
             
                #
         | 
| 317 | 
            +
                #   @option options [Aws::LexModelsV2::EndpointProvider] :endpoint_provider
         | 
| 318 | 
            +
                #     The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::LexModelsV2::EndpointParameters`
         | 
| 319 | 
            +
                #
         | 
| 303 320 | 
             
                #   @option options [URI::HTTP,String] :http_proxy A proxy to send
         | 
| 304 321 | 
             
                #     requests through.  Formatted like 'http://proxy.com:123'.
         | 
| 305 322 | 
             
                #
         | 
| @@ -1988,6 +2005,31 @@ module Aws::LexModelsV2 | |
| 1988 2005 | 
             
                #         max_retries: 1, # required
         | 
| 1989 2006 | 
             
                #         allow_interrupt: false,
         | 
| 1990 2007 | 
             
                #         message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 2008 | 
            +
                #         prompt_attempts_specification: {
         | 
| 2009 | 
            +
                #           "Initial" => {
         | 
| 2010 | 
            +
                #             allow_interrupt: false,
         | 
| 2011 | 
            +
                #             allowed_input_types: { # required
         | 
| 2012 | 
            +
                #               allow_audio_input: false, # required
         | 
| 2013 | 
            +
                #               allow_dtmf_input: false, # required
         | 
| 2014 | 
            +
                #             },
         | 
| 2015 | 
            +
                #             audio_and_dtmf_input_specification: {
         | 
| 2016 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 2017 | 
            +
                #               audio_specification: {
         | 
| 2018 | 
            +
                #                 max_length_ms: 1, # required
         | 
| 2019 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 2020 | 
            +
                #               },
         | 
| 2021 | 
            +
                #               dtmf_specification: {
         | 
| 2022 | 
            +
                #                 max_length: 1, # required
         | 
| 2023 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 2024 | 
            +
                #                 deletion_character: "DTMFCharacter", # required
         | 
| 2025 | 
            +
                #                 end_character: "DTMFCharacter", # required
         | 
| 2026 | 
            +
                #               },
         | 
| 2027 | 
            +
                #             },
         | 
| 2028 | 
            +
                #             text_input_specification: {
         | 
| 2029 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 2030 | 
            +
                #             },
         | 
| 2031 | 
            +
                #           },
         | 
| 2032 | 
            +
                #         },
         | 
| 1991 2033 | 
             
                #       },
         | 
| 1992 2034 | 
             
                #       declination_response: {
         | 
| 1993 2035 | 
             
                #         message_groups: [ # required
         | 
| @@ -5166,6 +5208,18 @@ module Aws::LexModelsV2 | |
| 5166 5208 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
         | 
| 5167 5209 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 5168 5210 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 5211 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 5212 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 5213 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 5214 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 5215 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 5216 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 5217 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 5218 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 5219 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 5220 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 5221 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 5222 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 5169 5223 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups #=> Array
         | 
| 5170 5224 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
         | 
| 5171 5225 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
         | 
| @@ -6593,6 +6647,31 @@ module Aws::LexModelsV2 | |
| 6593 6647 | 
             
                #         max_retries: 1, # required
         | 
| 6594 6648 | 
             
                #         allow_interrupt: false,
         | 
| 6595 6649 | 
             
                #         message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 6650 | 
            +
                #         prompt_attempts_specification: {
         | 
| 6651 | 
            +
                #           "Initial" => {
         | 
| 6652 | 
            +
                #             allow_interrupt: false,
         | 
| 6653 | 
            +
                #             allowed_input_types: { # required
         | 
| 6654 | 
            +
                #               allow_audio_input: false, # required
         | 
| 6655 | 
            +
                #               allow_dtmf_input: false, # required
         | 
| 6656 | 
            +
                #             },
         | 
| 6657 | 
            +
                #             audio_and_dtmf_input_specification: {
         | 
| 6658 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 6659 | 
            +
                #               audio_specification: {
         | 
| 6660 | 
            +
                #                 max_length_ms: 1, # required
         | 
| 6661 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 6662 | 
            +
                #               },
         | 
| 6663 | 
            +
                #               dtmf_specification: {
         | 
| 6664 | 
            +
                #                 max_length: 1, # required
         | 
| 6665 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 6666 | 
            +
                #                 deletion_character: "DTMFCharacter", # required
         | 
| 6667 | 
            +
                #                 end_character: "DTMFCharacter", # required
         | 
| 6668 | 
            +
                #               },
         | 
| 6669 | 
            +
                #             },
         | 
| 6670 | 
            +
                #             text_input_specification: {
         | 
| 6671 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 6672 | 
            +
                #             },
         | 
| 6673 | 
            +
                #           },
         | 
| 6674 | 
            +
                #         },
         | 
| 6596 6675 | 
             
                #       },
         | 
| 6597 6676 | 
             
                #       sample_utterances: [
         | 
| 6598 6677 | 
             
                #         {
         | 
| @@ -8104,6 +8183,31 @@ module Aws::LexModelsV2 | |
| 8104 8183 | 
             
                #               max_retries: 1, # required
         | 
| 8105 8184 | 
             
                #               allow_interrupt: false,
         | 
| 8106 8185 | 
             
                #               message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 8186 | 
            +
                #               prompt_attempts_specification: {
         | 
| 8187 | 
            +
                #                 "Initial" => {
         | 
| 8188 | 
            +
                #                   allow_interrupt: false,
         | 
| 8189 | 
            +
                #                   allowed_input_types: { # required
         | 
| 8190 | 
            +
                #                     allow_audio_input: false, # required
         | 
| 8191 | 
            +
                #                     allow_dtmf_input: false, # required
         | 
| 8192 | 
            +
                #                   },
         | 
| 8193 | 
            +
                #                   audio_and_dtmf_input_specification: {
         | 
| 8194 | 
            +
                #                     start_timeout_ms: 1, # required
         | 
| 8195 | 
            +
                #                     audio_specification: {
         | 
| 8196 | 
            +
                #                       max_length_ms: 1, # required
         | 
| 8197 | 
            +
                #                       end_timeout_ms: 1, # required
         | 
| 8198 | 
            +
                #                     },
         | 
| 8199 | 
            +
                #                     dtmf_specification: {
         | 
| 8200 | 
            +
                #                       max_length: 1, # required
         | 
| 8201 | 
            +
                #                       end_timeout_ms: 1, # required
         | 
| 8202 | 
            +
                #                       deletion_character: "DTMFCharacter", # required
         | 
| 8203 | 
            +
                #                       end_character: "DTMFCharacter", # required
         | 
| 8204 | 
            +
                #                     },
         | 
| 8205 | 
            +
                #                   },
         | 
| 8206 | 
            +
                #                   text_input_specification: {
         | 
| 8207 | 
            +
                #                     start_timeout_ms: 1, # required
         | 
| 8208 | 
            +
                #                   },
         | 
| 8209 | 
            +
                #                 },
         | 
| 8210 | 
            +
                #               },
         | 
| 8107 8211 | 
             
                #             },
         | 
| 8108 8212 | 
             
                #             sample_utterances: [
         | 
| 8109 8213 | 
             
                #               {
         | 
| @@ -8312,6 +8416,18 @@ module Aws::LexModelsV2 | |
| 8312 8416 | 
             
                #   resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 8313 8417 | 
             
                #   resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 8314 8418 | 
             
                #   resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 8419 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 8420 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 8421 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 8422 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 8423 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 8424 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 8425 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 8426 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 8427 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 8428 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 8429 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 8430 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 8315 8431 | 
             
                #   resp.value_elicitation_setting.sample_utterances #=> Array
         | 
| 8316 8432 | 
             
                #   resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 8317 8433 | 
             
                #   resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -8920,6 +9036,18 @@ module Aws::LexModelsV2 | |
| 8920 9036 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 8921 9037 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 8922 9038 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 9039 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 9040 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 9041 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 9042 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 9043 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 9044 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 9045 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 9046 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 9047 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 9048 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 9049 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 9050 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 8923 9051 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
         | 
| 8924 9052 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 8925 9053 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -10704,6 +10832,18 @@ module Aws::LexModelsV2 | |
| 10704 10832 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
         | 
| 10705 10833 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 10706 10834 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 10835 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 10836 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 10837 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 10838 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 10839 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 10840 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 10841 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 10842 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 10843 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 10844 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 10845 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 10846 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 10707 10847 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups #=> Array
         | 
| 10708 10848 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
         | 
| 10709 10849 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
         | 
| @@ -11953,6 +12093,18 @@ module Aws::LexModelsV2 | |
| 11953 12093 | 
             
                #   resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 11954 12094 | 
             
                #   resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 11955 12095 | 
             
                #   resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 12096 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 12097 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 12098 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 12099 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 12100 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 12101 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 12102 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 12103 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 12104 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 12105 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 12106 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 12107 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 11956 12108 | 
             
                #   resp.value_elicitation_setting.sample_utterances #=> Array
         | 
| 11957 12109 | 
             
                #   resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 11958 12110 | 
             
                #   resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -12562,6 +12714,18 @@ module Aws::LexModelsV2 | |
| 12562 12714 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 12563 12715 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 12564 12716 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 12717 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 12718 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 12719 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 12720 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 12721 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 12722 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 12723 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 12724 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 12725 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 12726 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 12727 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 12728 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 12565 12729 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
         | 
| 12566 12730 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 12567 12731 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -13903,6 +14067,18 @@ module Aws::LexModelsV2 | |
| 13903 14067 | 
             
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.max_retries #=> Integer
         | 
| 13904 14068 | 
             
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.allow_interrupt #=> Boolean
         | 
| 13905 14069 | 
             
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 14070 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 14071 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 14072 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 14073 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 14074 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 14075 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 14076 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 14077 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 14078 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 14079 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 14080 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 14081 | 
            +
                #   resp.slot_summaries[0].value_elicitation_prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 13906 14082 | 
             
                #   resp.slot_summaries[0].last_updated_date_time #=> Time
         | 
| 13907 14083 | 
             
                #   resp.next_token #=> String
         | 
| 13908 14084 | 
             
                #
         | 
| @@ -15815,6 +15991,31 @@ module Aws::LexModelsV2 | |
| 15815 15991 | 
             
                #         max_retries: 1, # required
         | 
| 15816 15992 | 
             
                #         allow_interrupt: false,
         | 
| 15817 15993 | 
             
                #         message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 15994 | 
            +
                #         prompt_attempts_specification: {
         | 
| 15995 | 
            +
                #           "Initial" => {
         | 
| 15996 | 
            +
                #             allow_interrupt: false,
         | 
| 15997 | 
            +
                #             allowed_input_types: { # required
         | 
| 15998 | 
            +
                #               allow_audio_input: false, # required
         | 
| 15999 | 
            +
                #               allow_dtmf_input: false, # required
         | 
| 16000 | 
            +
                #             },
         | 
| 16001 | 
            +
                #             audio_and_dtmf_input_specification: {
         | 
| 16002 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 16003 | 
            +
                #               audio_specification: {
         | 
| 16004 | 
            +
                #                 max_length_ms: 1, # required
         | 
| 16005 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 16006 | 
            +
                #               },
         | 
| 16007 | 
            +
                #               dtmf_specification: {
         | 
| 16008 | 
            +
                #                 max_length: 1, # required
         | 
| 16009 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 16010 | 
            +
                #                 deletion_character: "DTMFCharacter", # required
         | 
| 16011 | 
            +
                #                 end_character: "DTMFCharacter", # required
         | 
| 16012 | 
            +
                #               },
         | 
| 16013 | 
            +
                #             },
         | 
| 16014 | 
            +
                #             text_input_specification: {
         | 
| 16015 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 16016 | 
            +
                #             },
         | 
| 16017 | 
            +
                #           },
         | 
| 16018 | 
            +
                #         },
         | 
| 15818 16019 | 
             
                #       },
         | 
| 15819 16020 | 
             
                #       declination_response: {
         | 
| 15820 16021 | 
             
                #         message_groups: [ # required
         | 
| @@ -18996,6 +19197,18 @@ module Aws::LexModelsV2 | |
| 18996 19197 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.max_retries #=> Integer
         | 
| 18997 19198 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 18998 19199 | 
             
                #   resp.intent_confirmation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 19200 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 19201 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 19202 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 19203 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 19204 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 19205 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 19206 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 19207 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 19208 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 19209 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 19210 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 19211 | 
            +
                #   resp.intent_confirmation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 18999 19212 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups #=> Array
         | 
| 19000 19213 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.plain_text_message.value #=> String
         | 
| 19001 19214 | 
             
                #   resp.intent_confirmation_setting.declination_response.message_groups[0].message.custom_payload.value #=> String
         | 
| @@ -20327,6 +20540,31 @@ module Aws::LexModelsV2 | |
| 20327 20540 | 
             
                #         max_retries: 1, # required
         | 
| 20328 20541 | 
             
                #         allow_interrupt: false,
         | 
| 20329 20542 | 
             
                #         message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 20543 | 
            +
                #         prompt_attempts_specification: {
         | 
| 20544 | 
            +
                #           "Initial" => {
         | 
| 20545 | 
            +
                #             allow_interrupt: false,
         | 
| 20546 | 
            +
                #             allowed_input_types: { # required
         | 
| 20547 | 
            +
                #               allow_audio_input: false, # required
         | 
| 20548 | 
            +
                #               allow_dtmf_input: false, # required
         | 
| 20549 | 
            +
                #             },
         | 
| 20550 | 
            +
                #             audio_and_dtmf_input_specification: {
         | 
| 20551 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 20552 | 
            +
                #               audio_specification: {
         | 
| 20553 | 
            +
                #                 max_length_ms: 1, # required
         | 
| 20554 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 20555 | 
            +
                #               },
         | 
| 20556 | 
            +
                #               dtmf_specification: {
         | 
| 20557 | 
            +
                #                 max_length: 1, # required
         | 
| 20558 | 
            +
                #                 end_timeout_ms: 1, # required
         | 
| 20559 | 
            +
                #                 deletion_character: "DTMFCharacter", # required
         | 
| 20560 | 
            +
                #                 end_character: "DTMFCharacter", # required
         | 
| 20561 | 
            +
                #               },
         | 
| 20562 | 
            +
                #             },
         | 
| 20563 | 
            +
                #             text_input_specification: {
         | 
| 20564 | 
            +
                #               start_timeout_ms: 1, # required
         | 
| 20565 | 
            +
                #             },
         | 
| 20566 | 
            +
                #           },
         | 
| 20567 | 
            +
                #         },
         | 
| 20330 20568 | 
             
                #       },
         | 
| 20331 20569 | 
             
                #       sample_utterances: [
         | 
| 20332 20570 | 
             
                #         {
         | 
| @@ -21838,6 +22076,31 @@ module Aws::LexModelsV2 | |
| 21838 22076 | 
             
                #               max_retries: 1, # required
         | 
| 21839 22077 | 
             
                #               allow_interrupt: false,
         | 
| 21840 22078 | 
             
                #               message_selection_strategy: "Random", # accepts Random, Ordered
         | 
| 22079 | 
            +
                #               prompt_attempts_specification: {
         | 
| 22080 | 
            +
                #                 "Initial" => {
         | 
| 22081 | 
            +
                #                   allow_interrupt: false,
         | 
| 22082 | 
            +
                #                   allowed_input_types: { # required
         | 
| 22083 | 
            +
                #                     allow_audio_input: false, # required
         | 
| 22084 | 
            +
                #                     allow_dtmf_input: false, # required
         | 
| 22085 | 
            +
                #                   },
         | 
| 22086 | 
            +
                #                   audio_and_dtmf_input_specification: {
         | 
| 22087 | 
            +
                #                     start_timeout_ms: 1, # required
         | 
| 22088 | 
            +
                #                     audio_specification: {
         | 
| 22089 | 
            +
                #                       max_length_ms: 1, # required
         | 
| 22090 | 
            +
                #                       end_timeout_ms: 1, # required
         | 
| 22091 | 
            +
                #                     },
         | 
| 22092 | 
            +
                #                     dtmf_specification: {
         | 
| 22093 | 
            +
                #                       max_length: 1, # required
         | 
| 22094 | 
            +
                #                       end_timeout_ms: 1, # required
         | 
| 22095 | 
            +
                #                       deletion_character: "DTMFCharacter", # required
         | 
| 22096 | 
            +
                #                       end_character: "DTMFCharacter", # required
         | 
| 22097 | 
            +
                #                     },
         | 
| 22098 | 
            +
                #                   },
         | 
| 22099 | 
            +
                #                   text_input_specification: {
         | 
| 22100 | 
            +
                #                     start_timeout_ms: 1, # required
         | 
| 22101 | 
            +
                #                   },
         | 
| 22102 | 
            +
                #                 },
         | 
| 22103 | 
            +
                #               },
         | 
| 21841 22104 | 
             
                #             },
         | 
| 21842 22105 | 
             
                #             sample_utterances: [
         | 
| 21843 22106 | 
             
                #               {
         | 
| @@ -22046,6 +22309,18 @@ module Aws::LexModelsV2 | |
| 22046 22309 | 
             
                #   resp.value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 22047 22310 | 
             
                #   resp.value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 22048 22311 | 
             
                #   resp.value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 22312 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 22313 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 22314 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 22315 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 22316 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 22317 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 22318 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 22319 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 22320 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 22321 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 22322 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 22323 | 
            +
                #   resp.value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 22049 22324 | 
             
                #   resp.value_elicitation_setting.sample_utterances #=> Array
         | 
| 22050 22325 | 
             
                #   resp.value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 22051 22326 | 
             
                #   resp.value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -22655,6 +22930,18 @@ module Aws::LexModelsV2 | |
| 22655 22930 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.max_retries #=> Integer
         | 
| 22656 22931 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.allow_interrupt #=> Boolean
         | 
| 22657 22932 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.message_selection_strategy #=> String, one of "Random", "Ordered"
         | 
| 22933 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification #=> Hash
         | 
| 22934 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allow_interrupt #=> Boolean
         | 
| 22935 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_audio_input #=> Boolean
         | 
| 22936 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].allowed_input_types.allow_dtmf_input #=> Boolean
         | 
| 22937 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.start_timeout_ms #=> Integer
         | 
| 22938 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.max_length_ms #=> Integer
         | 
| 22939 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.audio_specification.end_timeout_ms #=> Integer
         | 
| 22940 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.max_length #=> Integer
         | 
| 22941 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_timeout_ms #=> Integer
         | 
| 22942 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.deletion_character #=> String
         | 
| 22943 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].audio_and_dtmf_input_specification.dtmf_specification.end_character #=> String
         | 
| 22944 | 
            +
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.prompt_specification.prompt_attempts_specification["PromptAttempt"].text_input_specification.start_timeout_ms #=> Integer
         | 
| 22658 22945 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances #=> Array
         | 
| 22659 22946 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.sample_utterances[0].utterance #=> String
         | 
| 22660 22947 | 
             
                #   resp.sub_slot_setting.slot_specifications["Name"].value_elicitation_setting.wait_and_continue_specification.waiting_response.message_groups #=> Array
         | 
| @@ -22891,7 +23178,7 @@ module Aws::LexModelsV2 | |
| 22891 23178 | 
             
                    params: params,
         | 
| 22892 23179 | 
             
                    config: config)
         | 
| 22893 23180 | 
             
                  context[:gem_name] = 'aws-sdk-lexmodelsv2'
         | 
| 22894 | 
            -
                  context[:gem_version] = '1. | 
| 23181 | 
            +
                  context[:gem_version] = '1.29.0'
         | 
| 22895 23182 | 
             
                  Seahorse::Client::Request.new(handlers, context)
         | 
| 22896 23183 | 
             
                end
         | 
| 22897 23184 |  | 
| @@ -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')
         | 
| @@ -146,6 +149,8 @@ module Aws::LexModelsV2 | |
| 146 149 | 
             
                CustomVocabularyExportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyExportSpecification')
         | 
| 147 150 | 
             
                CustomVocabularyImportSpecification = Shapes::StructureShape.new(name: 'CustomVocabularyImportSpecification')
         | 
| 148 151 | 
             
                CustomVocabularyStatus = Shapes::StringShape.new(name: 'CustomVocabularyStatus')
         | 
| 152 | 
            +
                DTMFCharacter = Shapes::StringShape.new(name: 'DTMFCharacter')
         | 
| 153 | 
            +
                DTMFSpecification = Shapes::StructureShape.new(name: 'DTMFSpecification')
         | 
| 149 154 | 
             
                DataPrivacy = Shapes::StructureShape.new(name: 'DataPrivacy')
         | 
| 150 155 | 
             
                DateRangeFilter = Shapes::StructureShape.new(name: 'DateRangeFilter')
         | 
| 151 156 | 
             
                DefaultConditionalBranch = Shapes::StructureShape.new(name: 'DefaultConditionalBranch')
         | 
| @@ -306,6 +311,7 @@ module Aws::LexModelsV2 | |
| 306 311 | 
             
                LocaleName = Shapes::StringShape.new(name: 'LocaleName')
         | 
| 307 312 | 
             
                LogPrefix = Shapes::StringShape.new(name: 'LogPrefix')
         | 
| 308 313 | 
             
                MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
         | 
| 314 | 
            +
                MaxUtteranceDigits = Shapes::IntegerShape.new(name: 'MaxUtteranceDigits')
         | 
| 309 315 | 
             
                MergeStrategy = Shapes::StringShape.new(name: 'MergeStrategy')
         | 
| 310 316 | 
             
                Message = Shapes::StructureShape.new(name: 'Message')
         | 
| 311 317 | 
             
                MessageGroup = Shapes::StructureShape.new(name: 'MessageGroup')
         | 
| @@ -339,6 +345,9 @@ module Aws::LexModelsV2 | |
| 339 345 | 
             
                PrincipalArn = Shapes::StringShape.new(name: 'PrincipalArn')
         | 
| 340 346 | 
             
                PrincipalList = Shapes::ListShape.new(name: 'PrincipalList')
         | 
| 341 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')
         | 
| 342 351 | 
             
                PromptMaxRetries = Shapes::IntegerShape.new(name: 'PromptMaxRetries')
         | 
| 343 352 | 
             
                PromptSpecification = Shapes::StructureShape.new(name: 'PromptSpecification')
         | 
| 344 353 | 
             
                QueryFilterString = Shapes::StringShape.new(name: 'QueryFilterString')
         | 
| @@ -438,11 +447,13 @@ module Aws::LexModelsV2 | |
| 438 447 | 
             
                TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
         | 
| 439 448 | 
             
                TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
         | 
| 440 449 | 
             
                TagValue = Shapes::StringShape.new(name: 'TagValue')
         | 
| 450 | 
            +
                TextInputSpecification = Shapes::StructureShape.new(name: 'TextInputSpecification')
         | 
| 441 451 | 
             
                TextLogDestination = Shapes::StructureShape.new(name: 'TextLogDestination')
         | 
| 442 452 | 
             
                TextLogSetting = Shapes::StructureShape.new(name: 'TextLogSetting')
         | 
| 443 453 | 
             
                TextLogSettingsList = Shapes::ListShape.new(name: 'TextLogSettingsList')
         | 
| 444 454 | 
             
                ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
         | 
| 445 455 | 
             
                TimeDimension = Shapes::StringShape.new(name: 'TimeDimension')
         | 
| 456 | 
            +
                TimeInMilliSeconds = Shapes::IntegerShape.new(name: 'TimeInMilliSeconds')
         | 
| 446 457 | 
             
                TimeValue = Shapes::IntegerShape.new(name: 'TimeValue')
         | 
| 447 458 | 
             
                Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
         | 
| 448 459 | 
             
                Transcript = Shapes::StringShape.new(name: 'Transcript')
         | 
| @@ -502,6 +513,10 @@ module Aws::LexModelsV2 | |
| 502 513 |  | 
| 503 514 | 
             
                AggregatedUtterancesSummaryList.member = Shapes::ShapeRef.new(shape: AggregatedUtterancesSummary)
         | 
| 504 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 | 
            +
             | 
| 505 520 | 
             
                AssociatedTranscript.add_member(:transcript, Shapes::ShapeRef.new(shape: Transcript, location_name: "transcript"))
         | 
| 506 521 | 
             
                AssociatedTranscript.struct_class = Types::AssociatedTranscript
         | 
| 507 522 |  | 
| @@ -513,6 +528,11 @@ module Aws::LexModelsV2 | |
| 513 528 |  | 
| 514 529 | 
             
                AssociatedTranscriptList.member = Shapes::ShapeRef.new(shape: AssociatedTranscript)
         | 
| 515 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 | 
            +
             | 
| 516 536 | 
             
                AudioLogDestination.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3BucketLogDestination, required: true, location_name: "s3Bucket"))
         | 
| 517 537 | 
             
                AudioLogDestination.struct_class = Types::AudioLogDestination
         | 
| 518 538 |  | 
| @@ -522,6 +542,10 @@ module Aws::LexModelsV2 | |
| 522 542 |  | 
| 523 543 | 
             
                AudioLogSettingsList.member = Shapes::ShapeRef.new(shape: AudioLogSetting)
         | 
| 524 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 | 
            +
             | 
| 525 549 | 
             
                BotAliasHistoryEvent.add_member(:bot_version, Shapes::ShapeRef.new(shape: BotVersion, location_name: "botVersion"))
         | 
| 526 550 | 
             
                BotAliasHistoryEvent.add_member(:start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startDate"))
         | 
| 527 551 | 
             
                BotAliasHistoryEvent.add_member(:end_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endDate"))
         | 
| @@ -950,6 +974,12 @@ module Aws::LexModelsV2 | |
| 950 974 | 
             
                CustomVocabularyImportSpecification.add_member(:locale_id, Shapes::ShapeRef.new(shape: LocaleId, required: true, location_name: "localeId"))
         | 
| 951 975 | 
             
                CustomVocabularyImportSpecification.struct_class = Types::CustomVocabularyImportSpecification
         | 
| 952 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 | 
            +
             | 
| 953 983 | 
             
                DataPrivacy.add_member(:child_directed, Shapes::ShapeRef.new(shape: ChildDirected, required: true, location_name: "childDirected"))
         | 
| 954 984 | 
             
                DataPrivacy.struct_class = Types::DataPrivacy
         | 
| 955 985 |  | 
| @@ -1755,10 +1785,20 @@ module Aws::LexModelsV2 | |
| 1755 1785 |  | 
| 1756 1786 | 
             
                PrincipalList.member = Shapes::ShapeRef.new(shape: Principal)
         | 
| 1757 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 | 
            +
             | 
| 1758 1797 | 
             
                PromptSpecification.add_member(:message_groups, Shapes::ShapeRef.new(shape: MessageGroupsList, required: true, location_name: "messageGroups"))
         | 
| 1759 1798 | 
             
                PromptSpecification.add_member(:max_retries, Shapes::ShapeRef.new(shape: PromptMaxRetries, required: true, location_name: "maxRetries"))
         | 
| 1760 1799 | 
             
                PromptSpecification.add_member(:allow_interrupt, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "allowInterrupt"))
         | 
| 1761 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"))
         | 
| 1762 1802 | 
             
                PromptSpecification.struct_class = Types::PromptSpecification
         | 
| 1763 1803 |  | 
| 1764 1804 | 
             
                RecommendedActions.member = Shapes::ShapeRef.new(shape: RecommendedAction)
         | 
| @@ -2022,6 +2062,9 @@ module Aws::LexModelsV2 | |
| 2022 2062 |  | 
| 2023 2063 | 
             
                TagResourceResponse.struct_class = Types::TagResourceResponse
         | 
| 2024 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 | 
            +
             | 
| 2025 2068 | 
             
                TextLogDestination.add_member(:cloud_watch, Shapes::ShapeRef.new(shape: CloudWatchLogGroupLogDestination, required: true, location_name: "cloudWatch"))
         | 
| 2026 2069 | 
             
                TextLogDestination.struct_class = Types::TextLogDestination
         | 
| 2027 2070 |  |