AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/change_tags_for_resource/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_tags_for_resource::_change_tags_for_resource_output::ChangeTagsForResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::change_tags_for_resource::_change_tags_for_resource_input::ChangeTagsForResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::change_tags_for_resource::_change_tags_for_resource_output::ChangeTagsForResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::change_tags_for_resource::builders::ChangeTagsForResourceInputBuilder {
    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_tags_for_resource::ChangeTagsForResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::change_tags_for_resource::ChangeTagsForResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -359,359 +398,398 @@
  379    379   
            meta: meta.unwrap_or_default(),
  380    380   
        })
  381    381   
    }
  382    382   
}
  383    383   
impl ::aws_types::request_id::RequestId for crate::operation::create_cidr_collection::CreateCidrCollectionError {
  384    384   
    fn request_id(&self) -> Option<&str> {
  385    385   
        self.meta().request_id()
  386    386   
    }
  387    387   
}
  388    388   
  389         -
pub use crate::operation::create_cidr_collection::_create_cidr_collection_output::CreateCidrCollectionOutput;
  390         -
  391    389   
pub use crate::operation::create_cidr_collection::_create_cidr_collection_input::CreateCidrCollectionInput;
  392    390   
         391  +
pub use crate::operation::create_cidr_collection::_create_cidr_collection_output::CreateCidrCollectionOutput;
         392  +
  393    393   
mod _create_cidr_collection_input;
  394    394   
  395    395   
mod _create_cidr_collection_output;
  396    396   
  397    397   
/// Builders
  398    398   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_cidr_collection::_create_cidr_collection_output::CreateCidrCollectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_cidr_collection::_create_cidr_collection_input::CreateCidrCollectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_cidr_collection::_create_cidr_collection_output::CreateCidrCollectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_cidr_collection::builders::CreateCidrCollectionInputBuilder {
    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::create_cidr_collection::CreateCidrCollectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_cidr_collection::CreateCidrCollectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -358,358 +397,397 @@
  378    378   
            meta: meta.unwrap_or_default(),
  379    379   
        })
  380    380   
    }
  381    381   
}
  382    382   
impl ::aws_types::request_id::RequestId for crate::operation::create_health_check::CreateHealthCheckError {
  383    383   
    fn request_id(&self) -> Option<&str> {
  384    384   
        self.meta().request_id()
  385    385   
    }
  386    386   
}
  387    387   
  388         -
pub use crate::operation::create_health_check::_create_health_check_output::CreateHealthCheckOutput;
  389         -
  390    388   
pub use crate::operation::create_health_check::_create_health_check_input::CreateHealthCheckInput;
  391    389   
         390  +
pub use crate::operation::create_health_check::_create_health_check_output::CreateHealthCheckOutput;
         391  +
  392    392   
mod _create_health_check_input;
  393    393   
  394    394   
mod _create_health_check_output;
  395    395   
  396    396   
/// Builders
  397    397   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_health_check::_create_health_check_output::CreateHealthCheckOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_health_check::_create_health_check_input::CreateHealthCheckInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_health_check::_create_health_check_output::CreateHealthCheckOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_health_check::builders::CreateHealthCheckInputBuilder {
    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::create_health_check::CreateHealthCheckOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_health_check::CreateHealthCheckError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -419,419 +458,458 @@
  439    439   
            meta: meta.unwrap_or_default(),
  440    440   
        })
  441    441   
    }
  442    442   
}
  443    443   
impl ::aws_types::request_id::RequestId for crate::operation::create_hosted_zone::CreateHostedZoneError {
  444    444   
    fn request_id(&self) -> Option<&str> {
  445    445   
        self.meta().request_id()
  446    446   
    }
  447    447   
}
  448    448   
  449         -
pub use crate::operation::create_hosted_zone::_create_hosted_zone_output::CreateHostedZoneOutput;
  450         -
  451    449   
pub use crate::operation::create_hosted_zone::_create_hosted_zone_input::CreateHostedZoneInput;
  452    450   
         451  +
pub use crate::operation::create_hosted_zone::_create_hosted_zone_output::CreateHostedZoneOutput;
         452  +
  453    453   
mod _create_hosted_zone_input;
  454    454   
  455    455   
mod _create_hosted_zone_output;
  456    456   
  457    457   
/// Builders
  458    458   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_hosted_zone::_create_hosted_zone_output::CreateHostedZoneOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_hosted_zone::_create_hosted_zone_input::CreateHostedZoneInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_hosted_zone::_create_hosted_zone_output::CreateHostedZoneOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_hosted_zone::builders::CreateHostedZoneInputBuilder {
    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::create_hosted_zone::CreateHostedZoneOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_hosted_zone::CreateHostedZoneError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -419,419 +458,458 @@
  439    439   
            meta: meta.unwrap_or_default(),
  440    440   
        })
  441    441   
    }
  442    442   
}
  443    443   
impl ::aws_types::request_id::RequestId for crate::operation::create_key_signing_key::CreateKeySigningKeyError {
  444    444   
    fn request_id(&self) -> Option<&str> {
  445    445   
        self.meta().request_id()
  446    446   
    }
  447    447   
}
  448    448   
  449         -
pub use crate::operation::create_key_signing_key::_create_key_signing_key_output::CreateKeySigningKeyOutput;
  450         -
  451    449   
pub use crate::operation::create_key_signing_key::_create_key_signing_key_input::CreateKeySigningKeyInput;
  452    450   
         451  +
pub use crate::operation::create_key_signing_key::_create_key_signing_key_output::CreateKeySigningKeyOutput;
         452  +
  453    453   
mod _create_key_signing_key_input;
  454    454   
  455    455   
mod _create_key_signing_key_output;
  456    456   
  457    457   
/// Builders
  458    458   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_key_signing_key::_create_key_signing_key_output::CreateKeySigningKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_key_signing_key::_create_key_signing_key_input::CreateKeySigningKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_key_signing_key::_create_key_signing_key_output::CreateKeySigningKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_key_signing_key::builders::CreateKeySigningKeyInputBuilder {
    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::create_key_signing_key::CreateKeySigningKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_key_signing_key::CreateKeySigningKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -391,391 +430,430 @@
  411    411   
            meta: meta.unwrap_or_default(),
  412    412   
        })
  413    413   
    }
  414    414   
}
  415    415   
impl ::aws_types::request_id::RequestId for crate::operation::create_query_logging_config::CreateQueryLoggingConfigError {
  416    416   
    fn request_id(&self) -> Option<&str> {
  417    417   
        self.meta().request_id()
  418    418   
    }
  419    419   
}
  420    420   
  421         -
pub use crate::operation::create_query_logging_config::_create_query_logging_config_output::CreateQueryLoggingConfigOutput;
  422         -
  423    421   
pub use crate::operation::create_query_logging_config::_create_query_logging_config_input::CreateQueryLoggingConfigInput;
  424    422   
         423  +
pub use crate::operation::create_query_logging_config::_create_query_logging_config_output::CreateQueryLoggingConfigOutput;
         424  +
  425    425   
mod _create_query_logging_config_input;
  426    426   
  427    427   
mod _create_query_logging_config_output;
  428    428   
  429    429   
/// Builders
  430    430   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_query_logging_config::_create_query_logging_config_output::CreateQueryLoggingConfigOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_query_logging_config::_create_query_logging_config_input::CreateQueryLoggingConfigInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_query_logging_config::_create_query_logging_config_output::CreateQueryLoggingConfigOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_query_logging_config::builders::CreateQueryLoggingConfigInputBuilder {
    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::create_query_logging_config::CreateQueryLoggingConfigOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_query_logging_config::CreateQueryLoggingConfigError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -395,395 +434,434 @@
  415    415   
            meta: meta.unwrap_or_default(),
  416    416   
        })
  417    417   
    }
  418    418   
}
  419    419   
impl ::aws_types::request_id::RequestId for crate::operation::create_reusable_delegation_set::CreateReusableDelegationSetError {
  420    420   
    fn request_id(&self) -> Option<&str> {
  421    421   
        self.meta().request_id()
  422    422   
    }
  423    423   
}
  424    424   
  425         -
pub use crate::operation::create_reusable_delegation_set::_create_reusable_delegation_set_output::CreateReusableDelegationSetOutput;
  426         -
  427    425   
pub use crate::operation::create_reusable_delegation_set::_create_reusable_delegation_set_input::CreateReusableDelegationSetInput;
  428    426   
         427  +
pub use crate::operation::create_reusable_delegation_set::_create_reusable_delegation_set_output::CreateReusableDelegationSetOutput;
         428  +
  429    429   
mod _create_reusable_delegation_set_input;
  430    430   
  431    431   
mod _create_reusable_delegation_set_output;
  432    432   
  433    433   
/// Builders
  434    434   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_reusable_delegation_set::_create_reusable_delegation_set_output::CreateReusableDelegationSetOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_reusable_delegation_set::_create_reusable_delegation_set_input::CreateReusableDelegationSetInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_reusable_delegation_set::_create_reusable_delegation_set_output::CreateReusableDelegationSetOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_reusable_delegation_set::builders::CreateReusableDelegationSetInputBuilder {
    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::create_reusable_delegation_set::CreateReusableDelegationSetOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_reusable_delegation_set::CreateReusableDelegationSetError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -362,362 +401,401 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::create_traffic_policy::CreateTrafficPolicyError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::create_traffic_policy::_create_traffic_policy_output::CreateTrafficPolicyOutput;
  393         -
  394    392   
pub use crate::operation::create_traffic_policy::_create_traffic_policy_input::CreateTrafficPolicyInput;
  395    393   
         394  +
pub use crate::operation::create_traffic_policy::_create_traffic_policy_output::CreateTrafficPolicyOutput;
         395  +
  396    396   
mod _create_traffic_policy_input;
  397    397   
  398    398   
mod _create_traffic_policy_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/route53/src/operation/create_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::create_traffic_policy::_create_traffic_policy_output::CreateTrafficPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_traffic_policy::_create_traffic_policy_input::CreateTrafficPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_traffic_policy::_create_traffic_policy_output::CreateTrafficPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_traffic_policy::builders::CreateTrafficPolicyInputBuilder {
    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::create_traffic_policy::CreateTrafficPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_traffic_policy::CreateTrafficPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -378,378 +417,417 @@
  398    398   
            meta: meta.unwrap_or_default(),
  399    399   
        })
  400    400   
    }
  401    401   
}
  402    402   
impl ::aws_types::request_id::RequestId for crate::operation::create_traffic_policy_instance::CreateTrafficPolicyInstanceError {
  403    403   
    fn request_id(&self) -> Option<&str> {
  404    404   
        self.meta().request_id()
  405    405   
    }
  406    406   
}
  407    407   
  408         -
pub use crate::operation::create_traffic_policy_instance::_create_traffic_policy_instance_output::CreateTrafficPolicyInstanceOutput;
  409         -
  410    408   
pub use crate::operation::create_traffic_policy_instance::_create_traffic_policy_instance_input::CreateTrafficPolicyInstanceInput;
  411    409   
         410  +
pub use crate::operation::create_traffic_policy_instance::_create_traffic_policy_instance_output::CreateTrafficPolicyInstanceOutput;
         411  +
  412    412   
mod _create_traffic_policy_instance_input;
  413    413   
  414    414   
mod _create_traffic_policy_instance_output;
  415    415   
  416    416   
/// Builders
  417    417   
pub mod builders;