AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/get_speech_synthesis_task.rs

@@ -354,354 +393,393 @@
  374    374   
            meta: meta.unwrap_or_default(),
  375    375   
        })
  376    376   
    }
  377    377   
}
  378    378   
impl ::aws_types::request_id::RequestId for crate::operation::get_speech_synthesis_task::GetSpeechSynthesisTaskError {
  379    379   
    fn request_id(&self) -> Option<&str> {
  380    380   
        self.meta().request_id()
  381    381   
    }
  382    382   
}
  383    383   
  384         -
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_output::GetSpeechSynthesisTaskOutput;
  385         -
  386    384   
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_input::GetSpeechSynthesisTaskInput;
  387    385   
         386  +
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_output::GetSpeechSynthesisTaskOutput;
         387  +
  388    388   
mod _get_speech_synthesis_task_input;
  389    389   
  390    390   
mod _get_speech_synthesis_task_output;
  391    391   
  392    392   
/// Builders
  393    393   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/get_speech_synthesis_task/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_output::GetSpeechSynthesisTaskOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_input::GetSpeechSynthesisTaskInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_speech_synthesis_task::_get_speech_synthesis_task_output::GetSpeechSynthesisTaskOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_speech_synthesis_task::builders::GetSpeechSynthesisTaskInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::get_speech_synthesis_task::GetSpeechSynthesisTaskOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_speech_synthesis_task::GetSpeechSynthesisTaskError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/list_lexicons.rs

@@ -343,343 +382,382 @@
  363    363   
            meta: meta.unwrap_or_default(),
  364    364   
        })
  365    365   
    }
  366    366   
}
  367    367   
impl ::aws_types::request_id::RequestId for crate::operation::list_lexicons::ListLexiconsError {
  368    368   
    fn request_id(&self) -> Option<&str> {
  369    369   
        self.meta().request_id()
  370    370   
    }
  371    371   
}
  372    372   
  373         -
pub use crate::operation::list_lexicons::_list_lexicons_output::ListLexiconsOutput;
  374         -
  375    373   
pub use crate::operation::list_lexicons::_list_lexicons_input::ListLexiconsInput;
  376    374   
         375  +
pub use crate::operation::list_lexicons::_list_lexicons_output::ListLexiconsOutput;
         376  +
  377    377   
mod _list_lexicons_input;
  378    378   
  379    379   
mod _list_lexicons_output;
  380    380   
  381    381   
/// Builders
  382    382   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/list_lexicons/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::list_lexicons::_list_lexicons_output::ListLexiconsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_lexicons::_list_lexicons_input::ListLexiconsInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_lexicons::_list_lexicons_output::ListLexiconsOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_lexicons::builders::ListLexiconsInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::list_lexicons::ListLexiconsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_lexicons::ListLexiconsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/list_speech_synthesis_tasks.rs

@@ -356,356 +398,398 @@
  376    376   
            meta: meta.unwrap_or_default(),
  377    377   
        })
  378    378   
    }
  379    379   
}
  380    380   
impl ::aws_types::request_id::RequestId for crate::operation::list_speech_synthesis_tasks::ListSpeechSynthesisTasksError {
  381    381   
    fn request_id(&self) -> Option<&str> {
  382    382   
        self.meta().request_id()
  383    383   
    }
  384    384   
}
  385    385   
  386         -
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_output::ListSpeechSynthesisTasksOutput;
  387         -
  388    386   
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_input::ListSpeechSynthesisTasksInput;
  389    387   
         388  +
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_output::ListSpeechSynthesisTasksOutput;
         389  +
  390    390   
mod _list_speech_synthesis_tasks_input;
  391    391   
  392    392   
mod _list_speech_synthesis_tasks_output;
  393    393   
  394    394   
/// Builders
  395    395   
pub mod builders;
  396    396   
  397    397   
/// Paginator for this operation
  398    398   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/list_speech_synthesis_tasks/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_output::ListSpeechSynthesisTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_input::ListSpeechSynthesisTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_speech_synthesis_tasks::_list_speech_synthesis_tasks_output::ListSpeechSynthesisTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_speech_synthesis_tasks::builders::ListSpeechSynthesisTasksInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::list_speech_synthesis_tasks::ListSpeechSynthesisTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_speech_synthesis_tasks::ListSpeechSynthesisTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/put_lexicon.rs

@@ -393,393 +432,432 @@
  413    413   
            meta: meta.unwrap_or_default(),
  414    414   
        })
  415    415   
    }
  416    416   
}
  417    417   
impl ::aws_types::request_id::RequestId for crate::operation::put_lexicon::PutLexiconError {
  418    418   
    fn request_id(&self) -> Option<&str> {
  419    419   
        self.meta().request_id()
  420    420   
    }
  421    421   
}
  422    422   
  423         -
pub use crate::operation::put_lexicon::_put_lexicon_output::PutLexiconOutput;
  424         -
  425    423   
pub use crate::operation::put_lexicon::_put_lexicon_input::PutLexiconInput;
  426    424   
         425  +
pub use crate::operation::put_lexicon::_put_lexicon_output::PutLexiconOutput;
         426  +
  427    427   
mod _put_lexicon_input;
  428    428   
  429    429   
mod _put_lexicon_output;
  430    430   
  431    431   
/// Builders
  432    432   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/put_lexicon/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::put_lexicon::_put_lexicon_output::PutLexiconOutputBuilder;
    3         -
    4      2   
pub use crate::operation::put_lexicon::_put_lexicon_input::PutLexiconInputBuilder;
    5      3   
           4  +
pub use crate::operation::put_lexicon::_put_lexicon_output::PutLexiconOutputBuilder;
           5  +
    6      6   
impl crate::operation::put_lexicon::builders::PutLexiconInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::put_lexicon::PutLexiconOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::put_lexicon::PutLexiconError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/start_speech_synthesis_task.rs

@@ -440,440 +479,479 @@
  460    460   
            meta: meta.unwrap_or_default(),
  461    461   
        })
  462    462   
    }
  463    463   
}
  464    464   
impl ::aws_types::request_id::RequestId for crate::operation::start_speech_synthesis_task::StartSpeechSynthesisTaskError {
  465    465   
    fn request_id(&self) -> Option<&str> {
  466    466   
        self.meta().request_id()
  467    467   
    }
  468    468   
}
  469    469   
  470         -
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_output::StartSpeechSynthesisTaskOutput;
  471         -
  472    470   
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_input::StartSpeechSynthesisTaskInput;
  473    471   
         472  +
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_output::StartSpeechSynthesisTaskOutput;
         473  +
  474    474   
mod _start_speech_synthesis_task_input;
  475    475   
  476    476   
mod _start_speech_synthesis_task_output;
  477    477   
  478    478   
/// Builders
  479    479   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/start_speech_synthesis_task/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_output::StartSpeechSynthesisTaskOutputBuilder;
    3         -
    4      2   
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_input::StartSpeechSynthesisTaskInputBuilder;
    5      3   
           4  +
pub use crate::operation::start_speech_synthesis_task::_start_speech_synthesis_task_output::StartSpeechSynthesisTaskOutputBuilder;
           5  +
    6      6   
impl crate::operation::start_speech_synthesis_task::builders::StartSpeechSynthesisTaskInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::start_speech_synthesis_task::StartSpeechSynthesisTaskOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::start_speech_synthesis_task::StartSpeechSynthesisTaskError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/synthesize_speech.rs

@@ -417,417 +480,480 @@
  437    437   
            meta: meta.unwrap_or_default(),
  438    438   
        })
  439    439   
    }
  440    440   
}
  441    441   
impl ::aws_types::request_id::RequestId for crate::operation::synthesize_speech::SynthesizeSpeechError {
  442    442   
    fn request_id(&self) -> Option<&str> {
  443    443   
        self.meta().request_id()
  444    444   
    }
  445    445   
}
  446    446   
  447         -
pub use crate::operation::synthesize_speech::_synthesize_speech_output::SynthesizeSpeechOutput;
  448         -
  449    447   
pub use crate::operation::synthesize_speech::_synthesize_speech_input::SynthesizeSpeechInput;
  450    448   
         449  +
pub use crate::operation::synthesize_speech::_synthesize_speech_output::SynthesizeSpeechOutput;
         450  +
  451    451   
mod _synthesize_speech_input;
  452    452   
  453    453   
mod _synthesize_speech_output;
  454    454   
  455    455   
/// Builders
  456    456   
pub mod builders;
  457    457   
  458    458   
#[derive(Debug)]
  459    459   
struct SynthesizeSpeechPresigningRequestSerializer;
  460    460   
impl ::aws_smithy_runtime_api::client::ser_de::SerializeRequest for SynthesizeSpeechPresigningRequestSerializer {

tmp-codegen-diff/aws-sdk/sdk/polly/src/operation/synthesize_speech/builders.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::operation::synthesize_speech::_synthesize_speech_output::SynthesizeSpeechOutputBuilder;
    3         -
    4      2   
pub use crate::operation::synthesize_speech::_synthesize_speech_input::SynthesizeSpeechInputBuilder;
    5      3   
           4  +
pub use crate::operation::synthesize_speech::_synthesize_speech_output::SynthesizeSpeechOutputBuilder;
           5  +
    6      6   
impl crate::operation::synthesize_speech::builders::SynthesizeSpeechInputBuilder {
    7      7   
    /// Sends a request with this input using the given client.
    8      8   
    pub async fn send_with(
    9      9   
        self,
   10     10   
        client: &crate::Client,
   11     11   
    ) -> ::std::result::Result<
   12     12   
        crate::operation::synthesize_speech::SynthesizeSpeechOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::synthesize_speech::SynthesizeSpeechError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/polly/src/types.rs

@@ -1,1 +55,55 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_voice_id::VoiceId;
    3         -
    4         -
pub use crate::types::_text_type::TextType;
    5         -
    6         -
pub use crate::types::_speech_mark_type::SpeechMarkType;
    7         -
    8         -
pub use crate::types::_output_format::OutputFormat;
           2  +
pub use crate::types::_engine::Engine;
    9      3   
   10      4   
pub use crate::types::_language_code::LanguageCode;
   11      5   
   12         -
pub use crate::types::_engine::Engine;
           6  +
pub use crate::types::_lexicon::Lexicon;
           7  +
           8  +
pub use crate::types::_lexicon_attributes::LexiconAttributes;
   13      9   
   14     10   
pub use crate::types::_synthesis_task::SynthesisTask;
   15     11   
   16     12   
pub use crate::types::_task_status::TaskStatus;
   17     13   
   18         -
pub use crate::types::_lexicon_description::LexiconDescription;
          14  +
pub use crate::types::_output_format::OutputFormat;
   19     15   
   20         -
pub use crate::types::_lexicon_attributes::LexiconAttributes;
          16  +
pub use crate::types::_text_type::TextType;
   21     17   
   22         -
pub use crate::types::_lexicon::Lexicon;
          18  +
pub use crate::types::_voice_id::VoiceId;
   23     19   
   24     20   
pub use crate::types::_voice::Voice;
   25     21   
          22  +
pub use crate::types::_lexicon_description::LexiconDescription;
          23  +
          24  +
pub use crate::types::_speech_mark_type::SpeechMarkType;
          25  +
   26     26   
pub use crate::types::_gender::Gender;
   27     27   
   28     28   
mod _engine;
   29     29   
   30     30   
mod _gender;
   31     31   
   32     32   
mod _language_code;
   33     33   
   34     34   
mod _lexicon;
   35     35   

tmp-codegen-diff/aws-sdk/sdk/polly/src/types/builders.rs

@@ -1,1 +0,10 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_synthesis_task::SynthesisTaskBuilder;
    3         -
    4         -
pub use crate::types::_lexicon_description::LexiconDescriptionBuilder;
           2  +
pub use crate::types::_lexicon::LexiconBuilder;
    5      3   
    6      4   
pub use crate::types::_lexicon_attributes::LexiconAttributesBuilder;
    7      5   
    8         -
pub use crate::types::_lexicon::LexiconBuilder;
           6  +
pub use crate::types::_synthesis_task::SynthesisTaskBuilder;
    9      7   
   10      8   
pub use crate::types::_voice::VoiceBuilder;
           9  +
          10  +
pub use crate::types::_lexicon_description::LexiconDescriptionBuilder;

tmp-codegen-diff/aws-sdk/sdk/polly/src/types/error.rs

@@ -1,1 +72,72 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_text_length_exceeded_exception::TextLengthExceededException;
    3         -
    4         -
pub use crate::types::error::_ssml_marks_not_supported_for_text_type_exception::SsmlMarksNotSupportedForTextTypeException;
           2  +
pub use crate::types::error::_lexicon_not_found_exception::LexiconNotFoundException;
    5      3   
    6      4   
pub use crate::types::error::_service_failure_exception::ServiceFailureException;
    7      5   
    8         -
pub use crate::types::error::_marks_not_supported_for_format_exception::MarksNotSupportedForFormatException;
    9         -
   10         -
pub use crate::types::error::_lexicon_not_found_exception::LexiconNotFoundException;
           6  +
pub use crate::types::error::_invalid_next_token_exception::InvalidNextTokenException;
   11      7   
   12         -
pub use crate::types::error::_language_not_supported_exception::LanguageNotSupportedException;
           8  +
pub use crate::types::error::_invalid_task_id_exception::InvalidTaskIdException;
   13      9   
   14         -
pub use crate::types::error::_invalid_ssml_exception::InvalidSsmlException;
          10  +
pub use crate::types::error::_synthesis_task_not_found_exception::SynthesisTaskNotFoundException;
   15     11   
   16         -
pub use crate::types::error::_invalid_sample_rate_exception::InvalidSampleRateException;
          12  +
pub use crate::types::error::_invalid_lexicon_exception::InvalidLexiconException;
   17     13   
   18         -
pub use crate::types::error::_engine_not_supported_exception::EngineNotSupportedException;
          14  +
pub use crate::types::error::_lexicon_size_exceeded_exception::LexiconSizeExceededException;
   19     15   
   20         -
pub use crate::types::error::_invalid_sns_topic_arn_exception::InvalidSnsTopicArnException;
          16  +
pub use crate::types::error::_max_lexeme_length_exceeded_exception::MaxLexemeLengthExceededException;
   21     17   
   22         -
pub use crate::types::error::_invalid_s3_key_exception::InvalidS3KeyException;
          18  +
pub use crate::types::error::_max_lexicons_number_exceeded_exception::MaxLexiconsNumberExceededException;
   23     19   
   24         -
pub use crate::types::error::_invalid_s3_bucket_exception::InvalidS3BucketException;
          20  +
pub use crate::types::error::_unsupported_pls_alphabet_exception::UnsupportedPlsAlphabetException;
   25     21   
   26     22   
pub use crate::types::error::_unsupported_pls_language_exception::UnsupportedPlsLanguageException;
   27     23   
   28         -
pub use crate::types::error::_unsupported_pls_alphabet_exception::UnsupportedPlsAlphabetException;
          24  +
pub use crate::types::error::_engine_not_supported_exception::EngineNotSupportedException;
   29     25   
   30         -
pub use crate::types::error::_max_lexicons_number_exceeded_exception::MaxLexiconsNumberExceededException;
          26  +
pub use crate::types::error::_invalid_s3_bucket_exception::InvalidS3BucketException;
   31     27   
   32         -
pub use crate::types::error::_max_lexeme_length_exceeded_exception::MaxLexemeLengthExceededException;
          28  +
pub use crate::types::error::_invalid_s3_key_exception::InvalidS3KeyException;
   33     29   
   34         -
pub use crate::types::error::_lexicon_size_exceeded_exception::LexiconSizeExceededException;
          30  +
pub use crate::types::error::_invalid_sample_rate_exception::InvalidSampleRateException;
   35     31   
   36         -
pub use crate::types::error::_invalid_lexicon_exception::InvalidLexiconException;
          32  +
pub use crate::types::error::_invalid_sns_topic_arn_exception::InvalidSnsTopicArnException;
   37     33   
   38         -
pub use crate::types::error::_invalid_next_token_exception::InvalidNextTokenException;
          34  +
pub use crate::types::error::_invalid_ssml_exception::InvalidSsmlException;
   39     35   
   40         -
pub use crate::types::error::_synthesis_task_not_found_exception::SynthesisTaskNotFoundException;
          36  +
pub use crate::types::error::_language_not_supported_exception::LanguageNotSupportedException;
   41     37   
   42         -
pub use crate::types::error::_invalid_task_id_exception::InvalidTaskIdException;
          38  +
pub use crate::types::error::_marks_not_supported_for_format_exception::MarksNotSupportedForFormatException;
          39  +
          40  +
pub use crate::types::error::_ssml_marks_not_supported_for_text_type_exception::SsmlMarksNotSupportedForTextTypeException;
          41  +
          42  +
pub use crate::types::error::_text_length_exceeded_exception::TextLengthExceededException;
   43     43   
   44     44   
mod _engine_not_supported_exception;
   45     45   
   46     46   
mod _invalid_lexicon_exception;
   47     47   
   48     48   
mod _invalid_next_token_exception;
   49     49   
   50     50   
mod _invalid_s3_bucket_exception;
   51     51   
   52     52   
mod _invalid_s3_key_exception;

tmp-codegen-diff/aws-sdk/sdk/polly/src/types/error/builders.rs

@@ -1,1 +0,42 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_text_length_exceeded_exception::TextLengthExceededExceptionBuilder;
    3         -
    4         -
pub use crate::types::error::_ssml_marks_not_supported_for_text_type_exception::SsmlMarksNotSupportedForTextTypeExceptionBuilder;
           2  +
pub use crate::types::error::_lexicon_not_found_exception::LexiconNotFoundExceptionBuilder;
    5      3   
    6      4   
pub use crate::types::error::_service_failure_exception::ServiceFailureExceptionBuilder;
    7      5   
    8         -
pub use crate::types::error::_marks_not_supported_for_format_exception::MarksNotSupportedForFormatExceptionBuilder;
    9         -
   10         -
pub use crate::types::error::_lexicon_not_found_exception::LexiconNotFoundExceptionBuilder;
           6  +
pub use crate::types::error::_invalid_next_token_exception::InvalidNextTokenExceptionBuilder;
   11      7   
   12         -
pub use crate::types::error::_language_not_supported_exception::LanguageNotSupportedExceptionBuilder;
           8  +
pub use crate::types::error::_invalid_task_id_exception::InvalidTaskIdExceptionBuilder;
   13      9   
   14         -
pub use crate::types::error::_invalid_ssml_exception::InvalidSsmlExceptionBuilder;
          10  +
pub use crate::types::error::_synthesis_task_not_found_exception::SynthesisTaskNotFoundExceptionBuilder;
   15     11   
   16         -
pub use crate::types::error::_invalid_sample_rate_exception::InvalidSampleRateExceptionBuilder;
          12  +
pub use crate::types::error::_invalid_lexicon_exception::InvalidLexiconExceptionBuilder;
   17     13   
   18         -
pub use crate::types::error::_engine_not_supported_exception::EngineNotSupportedExceptionBuilder;
          14  +
pub use crate::types::error::_lexicon_size_exceeded_exception::LexiconSizeExceededExceptionBuilder;
   19     15   
   20         -
pub use crate::types::error::_invalid_sns_topic_arn_exception::InvalidSnsTopicArnExceptionBuilder;
          16  +
pub use crate::types::error::_max_lexeme_length_exceeded_exception::MaxLexemeLengthExceededExceptionBuilder;
   21     17   
   22         -
pub use crate::types::error::_invalid_s3_key_exception::InvalidS3KeyExceptionBuilder;
          18  +
pub use crate::types::error::_max_lexicons_number_exceeded_exception::MaxLexiconsNumberExceededExceptionBuilder;
   23     19   
   24         -
pub use crate::types::error::_invalid_s3_bucket_exception::InvalidS3BucketExceptionBuilder;
          20  +
pub use crate::types::error::_unsupported_pls_alphabet_exception::UnsupportedPlsAlphabetExceptionBuilder;
   25     21   
   26     22   
pub use crate::types::error::_unsupported_pls_language_exception::UnsupportedPlsLanguageExceptionBuilder;
   27     23   
   28         -
pub use crate::types::error::_unsupported_pls_alphabet_exception::UnsupportedPlsAlphabetExceptionBuilder;
          24  +
pub use crate::types::error::_engine_not_supported_exception::EngineNotSupportedExceptionBuilder;
   29     25   
   30         -
pub use crate::types::error::_max_lexicons_number_exceeded_exception::MaxLexiconsNumberExceededExceptionBuilder;
          26  +
pub use crate::types::error::_invalid_s3_bucket_exception::InvalidS3BucketExceptionBuilder;
   31     27   
   32         -
pub use crate::types::error::_max_lexeme_length_exceeded_exception::MaxLexemeLengthExceededExceptionBuilder;
          28  +
pub use crate::types::error::_invalid_s3_key_exception::InvalidS3KeyExceptionBuilder;
   33     29   
   34         -
pub use crate::types::error::_lexicon_size_exceeded_exception::LexiconSizeExceededExceptionBuilder;
          30  +
pub use crate::types::error::_invalid_sample_rate_exception::InvalidSampleRateExceptionBuilder;
   35     31   
   36         -
pub use crate::types::error::_invalid_lexicon_exception::InvalidLexiconExceptionBuilder;
          32  +
pub use crate::types::error::_invalid_sns_topic_arn_exception::InvalidSnsTopicArnExceptionBuilder;
   37     33   
   38         -
pub use crate::types::error::_invalid_next_token_exception::InvalidNextTokenExceptionBuilder;
          34  +
pub use crate::types::error::_invalid_ssml_exception::InvalidSsmlExceptionBuilder;
   39     35   
   40         -
pub use crate::types::error::_synthesis_task_not_found_exception::SynthesisTaskNotFoundExceptionBuilder;
          36  +
pub use crate::types::error::_language_not_supported_exception::LanguageNotSupportedExceptionBuilder;
   41     37   
   42         -
pub use crate::types::error::_invalid_task_id_exception::InvalidTaskIdExceptionBuilder;
          38  +
pub use crate::types::error::_marks_not_supported_for_format_exception::MarksNotSupportedForFormatExceptionBuilder;
          39  +
          40  +
pub use crate::types::error::_ssml_marks_not_supported_for_text_type_exception::SsmlMarksNotSupportedForTextTypeExceptionBuilder;
          41  +
          42  +
pub use crate::types::error::_text_length_exceeded_exception::TextLengthExceededExceptionBuilder;