AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -364,364 +403,403 @@
  384    384   
            meta: meta.unwrap_or_default(),
  385    385   
        })
  386    386   
    }
  387    387   
}
  388    388   
impl ::aws_types::request_id::RequestId for crate::operation::delete_cidr_collection::DeleteCidrCollectionError {
  389    389   
    fn request_id(&self) -> Option<&str> {
  390    390   
        self.meta().request_id()
  391    391   
    }
  392    392   
}
  393    393   
  394         -
pub use crate::operation::delete_cidr_collection::_delete_cidr_collection_output::DeleteCidrCollectionOutput;
  395         -
  396    394   
pub use crate::operation::delete_cidr_collection::_delete_cidr_collection_input::DeleteCidrCollectionInput;
  397    395   
         396  +
pub use crate::operation::delete_cidr_collection::_delete_cidr_collection_output::DeleteCidrCollectionOutput;
         397  +
  398    398   
mod _delete_cidr_collection_input;
  399    399   
  400    400   
mod _delete_cidr_collection_output;
  401    401   
  402    402   
/// Builders
  403    403   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_cidr_collection::_delete_cidr_collection_output::DeleteCidrCollectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_cidr_collection::_delete_cidr_collection_input::DeleteCidrCollectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_cidr_collection::_delete_cidr_collection_output::DeleteCidrCollectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_cidr_collection::builders::DeleteCidrCollectionInputBuilder {
    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_cidr_collection::DeleteCidrCollectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_cidr_collection::DeleteCidrCollectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -355,355 +394,394 @@
  375    375   
            meta: meta.unwrap_or_default(),
  376    376   
        })
  377    377   
    }
  378    378   
}
  379    379   
impl ::aws_types::request_id::RequestId for crate::operation::delete_health_check::DeleteHealthCheckError {
  380    380   
    fn request_id(&self) -> Option<&str> {
  381    381   
        self.meta().request_id()
  382    382   
    }
  383    383   
}
  384    384   
  385         -
pub use crate::operation::delete_health_check::_delete_health_check_output::DeleteHealthCheckOutput;
  386         -
  387    385   
pub use crate::operation::delete_health_check::_delete_health_check_input::DeleteHealthCheckInput;
  388    386   
         387  +
pub use crate::operation::delete_health_check::_delete_health_check_output::DeleteHealthCheckOutput;
         388  +
  389    389   
mod _delete_health_check_input;
  390    390   
  391    391   
mod _delete_health_check_output;
  392    392   
  393    393   
/// Builders
  394    394   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_health_check/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_health_check::_delete_health_check_output::DeleteHealthCheckOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_health_check::_delete_health_check_input::DeleteHealthCheckInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_health_check::_delete_health_check_output::DeleteHealthCheckOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_health_check::builders::DeleteHealthCheckInputBuilder {
    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_health_check::DeleteHealthCheckOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_health_check::DeleteHealthCheckError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_hosted_zone.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::delete_hosted_zone::DeleteHostedZoneError {
  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::delete_hosted_zone::_delete_hosted_zone_output::DeleteHostedZoneOutput;
  408         -
  409    407   
pub use crate::operation::delete_hosted_zone::_delete_hosted_zone_input::DeleteHostedZoneInput;
  410    408   
         409  +
pub use crate::operation::delete_hosted_zone::_delete_hosted_zone_output::DeleteHostedZoneOutput;
         410  +
  411    411   
mod _delete_hosted_zone_input;
  412    412   
  413    413   
mod _delete_hosted_zone_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_hosted_zone::_delete_hosted_zone_output::DeleteHostedZoneOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_hosted_zone::_delete_hosted_zone_input::DeleteHostedZoneInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_hosted_zone::_delete_hosted_zone_output::DeleteHostedZoneOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_hosted_zone::builders::DeleteHostedZoneInputBuilder {
    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_hosted_zone::DeleteHostedZoneOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_hosted_zone::DeleteHostedZoneError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_key_signing_key::DeleteKeySigningKeyError {
  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::delete_key_signing_key::_delete_key_signing_key_output::DeleteKeySigningKeyOutput;
  435         -
  436    434   
pub use crate::operation::delete_key_signing_key::_delete_key_signing_key_input::DeleteKeySigningKeyInput;
  437    435   
         436  +
pub use crate::operation::delete_key_signing_key::_delete_key_signing_key_output::DeleteKeySigningKeyOutput;
         437  +
  438    438   
mod _delete_key_signing_key_input;
  439    439   
  440    440   
mod _delete_key_signing_key_output;
  441    441   
  442    442   
/// Builders
  443    443   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_key_signing_key::_delete_key_signing_key_output::DeleteKeySigningKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_key_signing_key::_delete_key_signing_key_input::DeleteKeySigningKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_key_signing_key::_delete_key_signing_key_output::DeleteKeySigningKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_key_signing_key::builders::DeleteKeySigningKeyInputBuilder {
    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_key_signing_key::DeleteKeySigningKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_key_signing_key::DeleteKeySigningKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_query_logging_config.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::delete_query_logging_config::DeleteQueryLoggingConfigError {
  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::delete_query_logging_config::_delete_query_logging_config_output::DeleteQueryLoggingConfigOutput;
  385         -
  386    384   
pub use crate::operation::delete_query_logging_config::_delete_query_logging_config_input::DeleteQueryLoggingConfigInput;
  387    385   
         386  +
pub use crate::operation::delete_query_logging_config::_delete_query_logging_config_output::DeleteQueryLoggingConfigOutput;
         387  +
  388    388   
mod _delete_query_logging_config_input;
  389    389   
  390    390   
mod _delete_query_logging_config_output;
  391    391   
  392    392   
/// Builders
  393    393   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_query_logging_config::_delete_query_logging_config_output::DeleteQueryLoggingConfigOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_query_logging_config::_delete_query_logging_config_input::DeleteQueryLoggingConfigInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_query_logging_config::_delete_query_logging_config_output::DeleteQueryLoggingConfigOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigInputBuilder {
    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_query_logging_config::DeleteQueryLoggingConfigOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_query_logging_config::DeleteQueryLoggingConfigError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -373,373 +412,412 @@
  393    393   
            meta: meta.unwrap_or_default(),
  394    394   
        })
  395    395   
    }
  396    396   
}
  397    397   
impl ::aws_types::request_id::RequestId for crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetError {
  398    398   
    fn request_id(&self) -> Option<&str> {
  399    399   
        self.meta().request_id()
  400    400   
    }
  401    401   
}
  402    402   
  403         -
pub use crate::operation::delete_reusable_delegation_set::_delete_reusable_delegation_set_output::DeleteReusableDelegationSetOutput;
  404         -
  405    403   
pub use crate::operation::delete_reusable_delegation_set::_delete_reusable_delegation_set_input::DeleteReusableDelegationSetInput;
  406    404   
         405  +
pub use crate::operation::delete_reusable_delegation_set::_delete_reusable_delegation_set_output::DeleteReusableDelegationSetOutput;
         406  +
  407    407   
mod _delete_reusable_delegation_set_input;
  408    408   
  409    409   
mod _delete_reusable_delegation_set_output;
  410    410   
  411    411   
/// Builders
  412    412   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_reusable_delegation_set::_delete_reusable_delegation_set_output::DeleteReusableDelegationSetOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_reusable_delegation_set::_delete_reusable_delegation_set_input::DeleteReusableDelegationSetInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_reusable_delegation_set::_delete_reusable_delegation_set_output::DeleteReusableDelegationSetOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetInputBuilder {
    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_reusable_delegation_set::DeleteReusableDelegationSetOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -376,376 +415,415 @@
  396    396   
            meta: meta.unwrap_or_default(),
  397    397   
        })
  398    398   
    }
  399    399   
}
  400    400   
impl ::aws_types::request_id::RequestId for crate::operation::delete_traffic_policy::DeleteTrafficPolicyError {
  401    401   
    fn request_id(&self) -> Option<&str> {
  402    402   
        self.meta().request_id()
  403    403   
    }
  404    404   
}
  405    405   
  406         -
pub use crate::operation::delete_traffic_policy::_delete_traffic_policy_output::DeleteTrafficPolicyOutput;
  407         -
  408    406   
pub use crate::operation::delete_traffic_policy::_delete_traffic_policy_input::DeleteTrafficPolicyInput;
  409    407   
         408  +
pub use crate::operation::delete_traffic_policy::_delete_traffic_policy_output::DeleteTrafficPolicyOutput;
         409  +
  410    410   
mod _delete_traffic_policy_input;
  411    411   
  412    412   
mod _delete_traffic_policy_output;
  413    413   
  414    414   
/// Builders
  415    415   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_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::delete_traffic_policy::_delete_traffic_policy_output::DeleteTrafficPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_traffic_policy::_delete_traffic_policy_input::DeleteTrafficPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_traffic_policy::_delete_traffic_policy_output::DeleteTrafficPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_traffic_policy::builders::DeleteTrafficPolicyInputBuilder {
    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_traffic_policy::DeleteTrafficPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_traffic_policy::DeleteTrafficPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -360,360 +399,399 @@
  380    380   
            meta: meta.unwrap_or_default(),
  381    381   
        })
  382    382   
    }
  383    383   
}
  384    384   
impl ::aws_types::request_id::RequestId for crate::operation::delete_traffic_policy_instance::DeleteTrafficPolicyInstanceError {
  385    385   
    fn request_id(&self) -> Option<&str> {
  386    386   
        self.meta().request_id()
  387    387   
    }
  388    388   
}
  389    389   
  390         -
pub use crate::operation::delete_traffic_policy_instance::_delete_traffic_policy_instance_output::DeleteTrafficPolicyInstanceOutput;
  391         -
  392    390   
pub use crate::operation::delete_traffic_policy_instance::_delete_traffic_policy_instance_input::DeleteTrafficPolicyInstanceInput;
  393    391   
         392  +
pub use crate::operation::delete_traffic_policy_instance::_delete_traffic_policy_instance_output::DeleteTrafficPolicyInstanceOutput;
         393  +
  394    394   
mod _delete_traffic_policy_instance_input;
  395    395   
  396    396   
mod _delete_traffic_policy_instance_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/delete_traffic_policy_instance/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_traffic_policy_instance::_delete_traffic_policy_instance_output::DeleteTrafficPolicyInstanceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_traffic_policy_instance::_delete_traffic_policy_instance_input::DeleteTrafficPolicyInstanceInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_traffic_policy_instance::_delete_traffic_policy_instance_output::DeleteTrafficPolicyInstanceOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_traffic_policy_instance::builders::DeleteTrafficPolicyInstanceInputBuilder {
    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_traffic_policy_instance::DeleteTrafficPolicyInstanceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_traffic_policy_instance::DeleteTrafficPolicyInstanceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,