AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

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

@@ -400,400 +439,439 @@
  420    420   
            meta: meta.unwrap_or_default(),
  421    421   
        })
  422    422   
    }
  423    423   
}
  424    424   
impl ::aws_types::request_id::RequestId for crate::operation::delete_vpc_association_authorization::DeleteVPCAssociationAuthorizationError {
  425    425   
    fn request_id(&self) -> Option<&str> {
  426    426   
        self.meta().request_id()
  427    427   
    }
  428    428   
}
  429    429   
  430         -
pub use crate::operation::delete_vpc_association_authorization::_delete_vpc_association_authorization_output::DeleteVpcAssociationAuthorizationOutput;
  431         -
  432    430   
pub use crate::operation::delete_vpc_association_authorization::_delete_vpc_association_authorization_input::DeleteVpcAssociationAuthorizationInput;
  433    431   
         432  +
pub use crate::operation::delete_vpc_association_authorization::_delete_vpc_association_authorization_output::DeleteVpcAssociationAuthorizationOutput;
         433  +
  434    434   
mod _delete_vpc_association_authorization_input;
  435    435   
  436    436   
mod _delete_vpc_association_authorization_output;
  437    437   
  438    438   
/// Builders
  439    439   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_vpc_association_authorization/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::delete_vpc_association_authorization::_delete_vpc_association_authorization_output::DeleteVpcAssociationAuthorizationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_association_authorization::_delete_vpc_association_authorization_input::DeleteVpcAssociationAuthorizationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_association_authorization::_delete_vpc_association_authorization_output::DeleteVpcAssociationAuthorizationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_association_authorization::builders::DeleteVpcAssociationAuthorizationInputBuilder {
    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::delete_vpc_association_authorization::DeleteVpcAssociationAuthorizationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_association_authorization::DeleteVPCAssociationAuthorizationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -412,412 +451,451 @@
  432    432   
            meta: meta.unwrap_or_default(),
  433    433   
        })
  434    434   
    }
  435    435   
}
  436    436   
impl ::aws_types::request_id::RequestId for crate::operation::disable_hosted_zone_dnssec::DisableHostedZoneDNSSECError {
  437    437   
    fn request_id(&self) -> Option<&str> {
  438    438   
        self.meta().request_id()
  439    439   
    }
  440    440   
}
  441    441   
  442         -
pub use crate::operation::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_output::DisableHostedZoneDnssecOutput;
  443         -
  444    442   
pub use crate::operation::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_input::DisableHostedZoneDnssecInput;
  445    443   
         444  +
pub use crate::operation::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_output::DisableHostedZoneDnssecOutput;
         445  +
  446    446   
mod _disable_hosted_zone_dnssec_input;
  447    447   
  448    448   
mod _disable_hosted_zone_dnssec_output;
  449    449   
  450    450   
/// Builders
  451    451   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/disable_hosted_zone_dnssec/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::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_output::DisableHostedZoneDnssecOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_input::DisableHostedZoneDnssecInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_hosted_zone_dnssec::_disable_hosted_zone_dnssec_output::DisableHostedZoneDnssecOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_hosted_zone_dnssec::builders::DisableHostedZoneDnssecInputBuilder {
    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::disable_hosted_zone_dnssec::DisableHostedZoneDnssecOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_hosted_zone_dnssec::DisableHostedZoneDNSSECError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -394,394 +433,433 @@
  414    414   
            meta: meta.unwrap_or_default(),
  415    415   
        })
  416    416   
    }
  417    417   
}
  418    418   
impl ::aws_types::request_id::RequestId for crate::operation::disassociate_vpc_from_hosted_zone::DisassociateVPCFromHostedZoneError {
  419    419   
    fn request_id(&self) -> Option<&str> {
  420    420   
        self.meta().request_id()
  421    421   
    }
  422    422   
}
  423    423   
  424         -
pub use crate::operation::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_output::DisassociateVpcFromHostedZoneOutput;
  425         -
  426    424   
pub use crate::operation::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_input::DisassociateVpcFromHostedZoneInput;
  427    425   
         426  +
pub use crate::operation::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_output::DisassociateVpcFromHostedZoneOutput;
         427  +
  428    428   
mod _disassociate_vpc_from_hosted_zone_input;
  429    429   
  430    430   
mod _disassociate_vpc_from_hosted_zone_output;
  431    431   
  432    432   
/// Builders
  433    433   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/disassociate_vpc_from_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::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_output::DisassociateVpcFromHostedZoneOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_input::DisassociateVpcFromHostedZoneInputBuilder;
    5      3   
           4  +
pub use crate::operation::disassociate_vpc_from_hosted_zone::_disassociate_vpc_from_hosted_zone_output::DisassociateVpcFromHostedZoneOutputBuilder;
           5  +
    6      6   
impl crate::operation::disassociate_vpc_from_hosted_zone::builders::DisassociateVpcFromHostedZoneInputBuilder {
    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::disassociate_vpc_from_hosted_zone::DisassociateVpcFromHostedZoneOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disassociate_vpc_from_hosted_zone::DisassociateVPCFromHostedZoneError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -422,422 +461,461 @@
  442    442   
            meta: meta.unwrap_or_default(),
  443    443   
        })
  444    444   
    }
  445    445   
}
  446    446   
impl ::aws_types::request_id::RequestId for crate::operation::enable_hosted_zone_dnssec::EnableHostedZoneDNSSECError {
  447    447   
    fn request_id(&self) -> Option<&str> {
  448    448   
        self.meta().request_id()
  449    449   
    }
  450    450   
}
  451    451   
  452         -
pub use crate::operation::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_output::EnableHostedZoneDnssecOutput;
  453         -
  454    452   
pub use crate::operation::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_input::EnableHostedZoneDnssecInput;
  455    453   
         454  +
pub use crate::operation::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_output::EnableHostedZoneDnssecOutput;
         455  +
  456    456   
mod _enable_hosted_zone_dnssec_input;
  457    457   
  458    458   
mod _enable_hosted_zone_dnssec_output;
  459    459   
  460    460   
/// Builders
  461    461   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/enable_hosted_zone_dnssec/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::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_output::EnableHostedZoneDnssecOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_input::EnableHostedZoneDnssecInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_hosted_zone_dnssec::_enable_hosted_zone_dnssec_output::EnableHostedZoneDnssecOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_hosted_zone_dnssec::builders::EnableHostedZoneDnssecInputBuilder {
    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::enable_hosted_zone_dnssec::EnableHostedZoneDnssecOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_hosted_zone_dnssec::EnableHostedZoneDNSSECError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -334,334 +373,373 @@
  354    354   
            meta: meta.unwrap_or_default(),
  355    355   
        })
  356    356   
    }
  357    357   
}
  358    358   
impl ::aws_types::request_id::RequestId for crate::operation::get_account_limit::GetAccountLimitError {
  359    359   
    fn request_id(&self) -> Option<&str> {
  360    360   
        self.meta().request_id()
  361    361   
    }
  362    362   
}
  363    363   
  364         -
pub use crate::operation::get_account_limit::_get_account_limit_output::GetAccountLimitOutput;
  365         -
  366    364   
pub use crate::operation::get_account_limit::_get_account_limit_input::GetAccountLimitInput;
  367    365   
         366  +
pub use crate::operation::get_account_limit::_get_account_limit_output::GetAccountLimitOutput;
         367  +
  368    368   
mod _get_account_limit_input;
  369    369   
  370    370   
mod _get_account_limit_output;
  371    371   
  372    372   
/// Builders
  373    373   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_account_limit/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_account_limit::_get_account_limit_output::GetAccountLimitOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_account_limit::_get_account_limit_input::GetAccountLimitInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_account_limit::_get_account_limit_output::GetAccountLimitOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_account_limit::builders::GetAccountLimitInputBuilder {
    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_account_limit::GetAccountLimitOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_account_limit::GetAccountLimitError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -377,377 +416,416 @@
  397    397   
            meta: meta.unwrap_or_default(),
  398    398   
        })
  399    399   
    }
  400    400   
}
  401    401   
impl ::aws_types::request_id::RequestId for crate::operation::get_change::GetChangeError {
  402    402   
    fn request_id(&self) -> Option<&str> {
  403    403   
        self.meta().request_id()
  404    404   
    }
  405    405   
}
  406    406   
  407         -
pub use crate::operation::get_change::_get_change_output::GetChangeOutput;
  408         -
  409    407   
pub use crate::operation::get_change::_get_change_input::GetChangeInput;
  410    408   
         409  +
pub use crate::operation::get_change::_get_change_output::GetChangeOutput;
         410  +
  411    411   
mod _get_change_input;
  412    412   
  413    413   
mod _get_change_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_change/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_change::_get_change_output::GetChangeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_change::_get_change_input::GetChangeInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_change::_get_change_output::GetChangeOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_change::builders::GetChangeInputBuilder {
    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_change::GetChangeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_change::GetChangeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -313,313 +352,352 @@
  333    333   
            meta: meta.unwrap_or_default(),
  334    334   
        })
  335    335   
    }
  336    336   
}
  337    337   
impl ::aws_types::request_id::RequestId for crate::operation::get_checker_ip_ranges::GetCheckerIpRangesError {
  338    338   
    fn request_id(&self) -> Option<&str> {
  339    339   
        self.meta().request_id()
  340    340   
    }
  341    341   
}
  342    342   
  343         -
pub use crate::operation::get_checker_ip_ranges::_get_checker_ip_ranges_output::GetCheckerIpRangesOutput;
  344         -
  345    343   
pub use crate::operation::get_checker_ip_ranges::_get_checker_ip_ranges_input::GetCheckerIpRangesInput;
  346    344   
         345  +
pub use crate::operation::get_checker_ip_ranges::_get_checker_ip_ranges_output::GetCheckerIpRangesOutput;
         346  +
  347    347   
mod _get_checker_ip_ranges_input;
  348    348   
  349    349   
mod _get_checker_ip_ranges_output;
  350    350   
  351    351   
/// Builders
  352    352   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_checker_ip_ranges/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_checker_ip_ranges::_get_checker_ip_ranges_output::GetCheckerIpRangesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_checker_ip_ranges::_get_checker_ip_ranges_input::GetCheckerIpRangesInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_checker_ip_ranges::_get_checker_ip_ranges_output::GetCheckerIpRangesOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_checker_ip_ranges::builders::GetCheckerIpRangesInputBuilder {
    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_checker_ip_ranges::GetCheckerIpRangesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_checker_ip_ranges::GetCheckerIpRangesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -353,353 +392,392 @@
  373    373   
            meta: meta.unwrap_or_default(),
  374    374   
        })
  375    375   
    }
  376    376   
}
  377    377   
impl ::aws_types::request_id::RequestId for crate::operation::get_dnssec::GetDNSSECError {
  378    378   
    fn request_id(&self) -> Option<&str> {
  379    379   
        self.meta().request_id()
  380    380   
    }
  381    381   
}
  382    382   
  383         -
pub use crate::operation::get_dnssec::_get_dnssec_output::GetDnssecOutput;
  384         -
  385    383   
pub use crate::operation::get_dnssec::_get_dnssec_input::GetDnssecInput;
  386    384   
         385  +
pub use crate::operation::get_dnssec::_get_dnssec_output::GetDnssecOutput;
         386  +
  387    387   
mod _get_dnssec_input;
  388    388   
  389    389   
mod _get_dnssec_output;
  390    390   
  391    391   
/// Builders
  392    392   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_dnssec/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_dnssec::_get_dnssec_output::GetDnssecOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_dnssec::_get_dnssec_input::GetDnssecInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_dnssec::_get_dnssec_output::GetDnssecOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_dnssec::builders::GetDnssecInputBuilder {
    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_dnssec::GetDnssecOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_dnssec::GetDNSSECError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,