AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_health_check_status/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_health_check_status::_get_health_check_status_output::GetHealthCheckStatusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_health_check_status::_get_health_check_status_input::GetHealthCheckStatusInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_health_check_status::_get_health_check_status_output::GetHealthCheckStatusOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_health_check_status::builders::GetHealthCheckStatusInputBuilder {
    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_health_check_status::GetHealthCheckStatusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_health_check_status::GetHealthCheckStatusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -344,344 +383,383 @@
  364    364   
            meta: meta.unwrap_or_default(),
  365    365   
        })
  366    366   
    }
  367    367   
}
  368    368   
impl ::aws_types::request_id::RequestId for crate::operation::get_hosted_zone::GetHostedZoneError {
  369    369   
    fn request_id(&self) -> Option<&str> {
  370    370   
        self.meta().request_id()
  371    371   
    }
  372    372   
}
  373    373   
  374         -
pub use crate::operation::get_hosted_zone::_get_hosted_zone_output::GetHostedZoneOutput;
  375         -
  376    374   
pub use crate::operation::get_hosted_zone::_get_hosted_zone_input::GetHostedZoneInput;
  377    375   
         376  +
pub use crate::operation::get_hosted_zone::_get_hosted_zone_output::GetHostedZoneOutput;
         377  +
  378    378   
mod _get_hosted_zone_input;
  379    379   
  380    380   
mod _get_hosted_zone_output;
  381    381   
  382    382   
/// Builders
  383    383   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_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::get_hosted_zone::_get_hosted_zone_output::GetHostedZoneOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_hosted_zone::_get_hosted_zone_input::GetHostedZoneInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_hosted_zone::_get_hosted_zone_output::GetHostedZoneOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_hosted_zone::builders::GetHostedZoneInputBuilder {
    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_hosted_zone::GetHostedZoneOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_hosted_zone::GetHostedZoneError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -323,323 +362,362 @@
  343    343   
            meta: meta.unwrap_or_default(),
  344    344   
        })
  345    345   
    }
  346    346   
}
  347    347   
impl ::aws_types::request_id::RequestId for crate::operation::get_hosted_zone_count::GetHostedZoneCountError {
  348    348   
    fn request_id(&self) -> Option<&str> {
  349    349   
        self.meta().request_id()
  350    350   
    }
  351    351   
}
  352    352   
  353         -
pub use crate::operation::get_hosted_zone_count::_get_hosted_zone_count_output::GetHostedZoneCountOutput;
  354         -
  355    353   
pub use crate::operation::get_hosted_zone_count::_get_hosted_zone_count_input::GetHostedZoneCountInput;
  356    354   
         355  +
pub use crate::operation::get_hosted_zone_count::_get_hosted_zone_count_output::GetHostedZoneCountOutput;
         356  +
  357    357   
mod _get_hosted_zone_count_input;
  358    358   
  359    359   
mod _get_hosted_zone_count_output;
  360    360   
  361    361   
/// Builders
  362    362   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_hosted_zone_count/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_hosted_zone_count::_get_hosted_zone_count_output::GetHostedZoneCountOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_hosted_zone_count::_get_hosted_zone_count_input::GetHostedZoneCountInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_hosted_zone_count::_get_hosted_zone_count_output::GetHostedZoneCountOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_hosted_zone_count::builders::GetHostedZoneCountInputBuilder {
    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_hosted_zone_count::GetHostedZoneCountOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_hosted_zone_count::GetHostedZoneCountError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -374,374 +413,413 @@
  394    394   
            meta: meta.unwrap_or_default(),
  395    395   
        })
  396    396   
    }
  397    397   
}
  398    398   
impl ::aws_types::request_id::RequestId for crate::operation::get_hosted_zone_limit::GetHostedZoneLimitError {
  399    399   
    fn request_id(&self) -> Option<&str> {
  400    400   
        self.meta().request_id()
  401    401   
    }
  402    402   
}
  403    403   
  404         -
pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutput;
  405         -
  406    404   
pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_input::GetHostedZoneLimitInput;
  407    405   
         406  +
pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutput;
         407  +
  408    408   
mod _get_hosted_zone_limit_input;
  409    409   
  410    410   
mod _get_hosted_zone_limit_output;
  411    411   
  412    412   
/// Builders
  413    413   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_hosted_zone_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_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_input::GetHostedZoneLimitInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_hosted_zone_limit::_get_hosted_zone_limit_output::GetHostedZoneLimitOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_hosted_zone_limit::builders::GetHostedZoneLimitInputBuilder {
    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_hosted_zone_limit::GetHostedZoneLimitOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_hosted_zone_limit::GetHostedZoneLimitError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -344,344 +383,383 @@
  364    364   
            meta: meta.unwrap_or_default(),
  365    365   
        })
  366    366   
    }
  367    367   
}
  368    368   
impl ::aws_types::request_id::RequestId for crate::operation::get_query_logging_config::GetQueryLoggingConfigError {
  369    369   
    fn request_id(&self) -> Option<&str> {
  370    370   
        self.meta().request_id()
  371    371   
    }
  372    372   
}
  373    373   
  374         -
pub use crate::operation::get_query_logging_config::_get_query_logging_config_output::GetQueryLoggingConfigOutput;
  375         -
  376    374   
pub use crate::operation::get_query_logging_config::_get_query_logging_config_input::GetQueryLoggingConfigInput;
  377    375   
         376  +
pub use crate::operation::get_query_logging_config::_get_query_logging_config_output::GetQueryLoggingConfigOutput;
         377  +
  378    378   
mod _get_query_logging_config_input;
  379    379   
  380    380   
mod _get_query_logging_config_output;
  381    381   
  382    382   
/// Builders
  383    383   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_query_logging_config/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_query_logging_config::_get_query_logging_config_output::GetQueryLoggingConfigOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_query_logging_config::_get_query_logging_config_input::GetQueryLoggingConfigInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_query_logging_config::_get_query_logging_config_output::GetQueryLoggingConfigOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_query_logging_config::builders::GetQueryLoggingConfigInputBuilder {
    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_query_logging_config::GetQueryLoggingConfigOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_query_logging_config::GetQueryLoggingConfigError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -392,392 +431,431 @@
  412    412   
            meta: meta.unwrap_or_default(),
  413    413   
        })
  414    414   
    }
  415    415   
}
  416    416   
impl ::aws_types::request_id::RequestId for crate::operation::get_reusable_delegation_set::GetReusableDelegationSetError {
  417    417   
    fn request_id(&self) -> Option<&str> {
  418    418   
        self.meta().request_id()
  419    419   
    }
  420    420   
}
  421    421   
  422         -
pub use crate::operation::get_reusable_delegation_set::_get_reusable_delegation_set_output::GetReusableDelegationSetOutput;
  423         -
  424    422   
pub use crate::operation::get_reusable_delegation_set::_get_reusable_delegation_set_input::GetReusableDelegationSetInput;
  425    423   
         424  +
pub use crate::operation::get_reusable_delegation_set::_get_reusable_delegation_set_output::GetReusableDelegationSetOutput;
         425  +
  426    426   
mod _get_reusable_delegation_set_input;
  427    427   
  428    428   
mod _get_reusable_delegation_set_output;
  429    429   
  430    430   
/// Builders
  431    431   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_reusable_delegation_set/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_reusable_delegation_set::_get_reusable_delegation_set_output::GetReusableDelegationSetOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_reusable_delegation_set::_get_reusable_delegation_set_input::GetReusableDelegationSetInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_reusable_delegation_set::_get_reusable_delegation_set_output::GetReusableDelegationSetOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_reusable_delegation_set::builders::GetReusableDelegationSetInputBuilder {
    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_reusable_delegation_set::GetReusableDelegationSetOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_reusable_delegation_set::GetReusableDelegationSetError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -370,370 +409,409 @@
  390    390   
            meta: meta.unwrap_or_default(),
  391    391   
        })
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::get_reusable_delegation_set_limit::GetReusableDelegationSetLimitError {
  395    395   
    fn request_id(&self) -> Option<&str> {
  396    396   
        self.meta().request_id()
  397    397   
    }
  398    398   
}
  399    399   
  400         -
pub use crate::operation::get_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_output::GetReusableDelegationSetLimitOutput;
  401         -
  402    400   
pub use crate::operation::get_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_input::GetReusableDelegationSetLimitInput;
  403    401   
         402  +
pub use crate::operation::get_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_output::GetReusableDelegationSetLimitOutput;
         403  +
  404    404   
mod _get_reusable_delegation_set_limit_input;
  405    405   
  406    406   
mod _get_reusable_delegation_set_limit_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_reusable_delegation_set_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_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_output::GetReusableDelegationSetLimitOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_input::GetReusableDelegationSetLimitInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_reusable_delegation_set_limit::_get_reusable_delegation_set_limit_output::GetReusableDelegationSetLimitOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_reusable_delegation_set_limit::builders::GetReusableDelegationSetLimitInputBuilder {
    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_reusable_delegation_set_limit::GetReusableDelegationSetLimitOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_reusable_delegation_set_limit::GetReusableDelegationSetLimitError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -356,356 +395,395 @@
  376    376   
            meta: meta.unwrap_or_default(),
  377    377   
        })
  378    378   
    }
  379    379   
}
  380    380   
impl ::aws_types::request_id::RequestId for crate::operation::get_traffic_policy::GetTrafficPolicyError {
  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::get_traffic_policy::_get_traffic_policy_output::GetTrafficPolicyOutput;
  387         -
  388    386   
pub use crate::operation::get_traffic_policy::_get_traffic_policy_input::GetTrafficPolicyInput;
  389    387   
         388  +
pub use crate::operation::get_traffic_policy::_get_traffic_policy_output::GetTrafficPolicyOutput;
         389  +
  390    390   
mod _get_traffic_policy_input;
  391    391   
  392    392   
mod _get_traffic_policy_output;
  393    393   
  394    394   
/// Builders
  395    395   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/get_traffic_policy/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_traffic_policy::_get_traffic_policy_output::GetTrafficPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_traffic_policy::_get_traffic_policy_input::GetTrafficPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_traffic_policy::_get_traffic_policy_output::GetTrafficPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_traffic_policy::builders::GetTrafficPolicyInputBuilder {
    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_traffic_policy::GetTrafficPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_traffic_policy::GetTrafficPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -344,344 +383,383 @@
  364    364   
            meta: meta.unwrap_or_default(),
  365    365   
        })
  366    366   
    }
  367    367   
}
  368    368   
impl ::aws_types::request_id::RequestId for crate::operation::get_traffic_policy_instance::GetTrafficPolicyInstanceError {
  369    369   
    fn request_id(&self) -> Option<&str> {
  370    370   
        self.meta().request_id()
  371    371   
    }
  372    372   
}
  373    373   
  374         -
pub use crate::operation::get_traffic_policy_instance::_get_traffic_policy_instance_output::GetTrafficPolicyInstanceOutput;
  375         -
  376    374   
pub use crate::operation::get_traffic_policy_instance::_get_traffic_policy_instance_input::GetTrafficPolicyInstanceInput;
  377    375   
         376  +
pub use crate::operation::get_traffic_policy_instance::_get_traffic_policy_instance_output::GetTrafficPolicyInstanceOutput;
         377  +
  378    378   
mod _get_traffic_policy_instance_input;
  379    379   
  380    380   
mod _get_traffic_policy_instance_output;
  381    381   
  382    382   
/// Builders
  383    383   
pub mod builders;