AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

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;

tmp-codegen-diff/aws-sdk/sdk/route53/src/lib.rs

@@ -1,1 +44,45 @@
    5      5   
#![allow(clippy::large_enum_variant)]
    6      6   
#![allow(clippy::wrong_self_convention)]
    7      7   
#![allow(clippy::should_implement_trait)]
    8      8   
#![allow(clippy::disallowed_names)]
    9      9   
#![allow(clippy::vec_init_then_push)]
   10     10   
#![allow(clippy::type_complexity)]
   11     11   
#![allow(clippy::needless_return)]
   12     12   
#![allow(clippy::derive_partial_eq_without_eq)]
   13     13   
#![allow(clippy::result_large_err)]
   14     14   
#![allow(clippy::unnecessary_map_on_constructor)]
          15  +
#![allow(clippy::useless_conversion)]
   15     16   
#![allow(clippy::deprecated_semver)]
   16     17   
#![allow(rustdoc::bare_urls)]
   17     18   
#![allow(rustdoc::redundant_explicit_links)]
   18     19   
#![allow(rustdoc::broken_intra_doc_links)]
   19     20   
#![allow(rustdoc::invalid_html_tags)]
   20     21   
#![forbid(unsafe_code)]
   21     22   
#![warn(missing_docs)]
   22     23   
#![cfg_attr(docsrs, feature(doc_cfg))]
   23     24   
//! Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
   24     25   
//!

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/activate_key_signing_key.rs

@@ -404,404 +443,443 @@
  424    424   
            meta: meta.unwrap_or_default(),
  425    425   
        })
  426    426   
    }
  427    427   
}
  428    428   
impl ::aws_types::request_id::RequestId for crate::operation::activate_key_signing_key::ActivateKeySigningKeyError {
  429    429   
    fn request_id(&self) -> Option<&str> {
  430    430   
        self.meta().request_id()
  431    431   
    }
  432    432   
}
  433    433   
  434         -
pub use crate::operation::activate_key_signing_key::_activate_key_signing_key_output::ActivateKeySigningKeyOutput;
  435         -
  436    434   
pub use crate::operation::activate_key_signing_key::_activate_key_signing_key_input::ActivateKeySigningKeyInput;
  437    435   
         436  +
pub use crate::operation::activate_key_signing_key::_activate_key_signing_key_output::ActivateKeySigningKeyOutput;
         437  +
  438    438   
mod _activate_key_signing_key_input;
  439    439   
  440    440   
mod _activate_key_signing_key_output;
  441    441   
  442    442   
/// Builders
  443    443   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/activate_key_signing_key/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::activate_key_signing_key::_activate_key_signing_key_output::ActivateKeySigningKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::activate_key_signing_key::_activate_key_signing_key_input::ActivateKeySigningKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::activate_key_signing_key::_activate_key_signing_key_output::ActivateKeySigningKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::activate_key_signing_key::builders::ActivateKeySigningKeyInputBuilder {
    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::activate_key_signing_key::ActivateKeySigningKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::activate_key_signing_key::ActivateKeySigningKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/associate_vpc_with_hosted_zone.rs

@@ -432,432 +471,471 @@
  452    452   
            meta: meta.unwrap_or_default(),
  453    453   
        })
  454    454   
    }
  455    455   
}
  456    456   
impl ::aws_types::request_id::RequestId for crate::operation::associate_vpc_with_hosted_zone::AssociateVPCWithHostedZoneError {
  457    457   
    fn request_id(&self) -> Option<&str> {
  458    458   
        self.meta().request_id()
  459    459   
    }
  460    460   
}
  461    461   
  462         -
pub use crate::operation::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_output::AssociateVpcWithHostedZoneOutput;
  463         -
  464    462   
pub use crate::operation::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_input::AssociateVpcWithHostedZoneInput;
  465    463   
         464  +
pub use crate::operation::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_output::AssociateVpcWithHostedZoneOutput;
         465  +
  466    466   
mod _associate_vpc_with_hosted_zone_input;
  467    467   
  468    468   
mod _associate_vpc_with_hosted_zone_output;
  469    469   
  470    470   
/// Builders
  471    471   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/associate_vpc_with_hosted_zone/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::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_output::AssociateVpcWithHostedZoneOutputBuilder;
    3         -
    4      2   
pub use crate::operation::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_input::AssociateVpcWithHostedZoneInputBuilder;
    5      3   
           4  +
pub use crate::operation::associate_vpc_with_hosted_zone::_associate_vpc_with_hosted_zone_output::AssociateVpcWithHostedZoneOutputBuilder;
           5  +
    6      6   
impl crate::operation::associate_vpc_with_hosted_zone::builders::AssociateVpcWithHostedZoneInputBuilder {
    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::associate_vpc_with_hosted_zone::AssociateVpcWithHostedZoneOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::associate_vpc_with_hosted_zone::AssociateVPCWithHostedZoneError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_cidr_collection.rs

@@ -390,390 +429,429 @@
  410    410   
            meta: meta.unwrap_or_default(),
  411    411   
        })
  412    412   
    }
  413    413   
}
  414    414   
impl ::aws_types::request_id::RequestId for crate::operation::change_cidr_collection::ChangeCidrCollectionError {
  415    415   
    fn request_id(&self) -> Option<&str> {
  416    416   
        self.meta().request_id()
  417    417   
    }
  418    418   
}
  419    419   
  420         -
pub use crate::operation::change_cidr_collection::_change_cidr_collection_output::ChangeCidrCollectionOutput;
  421         -
  422    420   
pub use crate::operation::change_cidr_collection::_change_cidr_collection_input::ChangeCidrCollectionInput;
  423    421   
         422  +
pub use crate::operation::change_cidr_collection::_change_cidr_collection_output::ChangeCidrCollectionOutput;
         423  +
  424    424   
mod _change_cidr_collection_input;
  425    425   
  426    426   
mod _change_cidr_collection_output;
  427    427   
  428    428   
/// Builders
  429    429   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_cidr_collection/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::change_cidr_collection::_change_cidr_collection_output::ChangeCidrCollectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::change_cidr_collection::_change_cidr_collection_input::ChangeCidrCollectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::change_cidr_collection::_change_cidr_collection_output::ChangeCidrCollectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::change_cidr_collection::builders::ChangeCidrCollectionInputBuilder {
    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::change_cidr_collection::ChangeCidrCollectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::change_cidr_collection::ChangeCidrCollectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_resource_record_sets.rs

@@ -384,384 +423,423 @@
  404    404   
            meta: meta.unwrap_or_default(),
  405    405   
        })
  406    406   
    }
  407    407   
}
  408    408   
impl ::aws_types::request_id::RequestId for crate::operation::change_resource_record_sets::ChangeResourceRecordSetsError {
  409    409   
    fn request_id(&self) -> Option<&str> {
  410    410   
        self.meta().request_id()
  411    411   
    }
  412    412   
}
  413    413   
  414         -
pub use crate::operation::change_resource_record_sets::_change_resource_record_sets_output::ChangeResourceRecordSetsOutput;
  415         -
  416    414   
pub use crate::operation::change_resource_record_sets::_change_resource_record_sets_input::ChangeResourceRecordSetsInput;
  417    415   
         416  +
pub use crate::operation::change_resource_record_sets::_change_resource_record_sets_output::ChangeResourceRecordSetsOutput;
         417  +
  418    418   
mod _change_resource_record_sets_input;
  419    419   
  420    420   
mod _change_resource_record_sets_output;
  421    421   
  422    422   
/// Builders
  423    423   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_resource_record_sets/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::change_resource_record_sets::_change_resource_record_sets_output::ChangeResourceRecordSetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::change_resource_record_sets::_change_resource_record_sets_input::ChangeResourceRecordSetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::change_resource_record_sets::_change_resource_record_sets_output::ChangeResourceRecordSetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::change_resource_record_sets::builders::ChangeResourceRecordSetsInputBuilder {
    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::change_resource_record_sets::ChangeResourceRecordSetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::change_resource_record_sets::ChangeResourceRecordSetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_tags_for_resource.rs

@@ -397,397 +436,436 @@
  417    417   
            meta: meta.unwrap_or_default(),
  418    418   
        })
  419    419   
    }
  420    420   
}
  421    421   
impl ::aws_types::request_id::RequestId for crate::operation::change_tags_for_resource::ChangeTagsForResourceError {
  422    422   
    fn request_id(&self) -> Option<&str> {
  423    423   
        self.meta().request_id()
  424    424   
    }
  425    425   
}
  426    426   
  427         -
pub use crate::operation::change_tags_for_resource::_change_tags_for_resource_output::ChangeTagsForResourceOutput;
  428         -
  429    427   
pub use crate::operation::change_tags_for_resource::_change_tags_for_resource_input::ChangeTagsForResourceInput;
  430    428   
         429  +
pub use crate::operation::change_tags_for_resource::_change_tags_for_resource_output::ChangeTagsForResourceOutput;
         430  +
  431    431   
mod _change_tags_for_resource_input;
  432    432   
  433    433   
mod _change_tags_for_resource_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;