AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_external_resource_verification_token.rs

@@ -335,335 +374,374 @@
  355    355   
    }
  356    356   
}
  357    357   
impl ::aws_types::request_id::RequestId
  358    358   
    for crate::operation::create_ipam_external_resource_verification_token::CreateIpamExternalResourceVerificationTokenError
  359    359   
{
  360    360   
    fn request_id(&self) -> Option<&str> {
  361    361   
        self.meta().request_id()
  362    362   
    }
  363    363   
}
  364    364   
  365         -
pub use crate::operation::create_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_output::CreateIpamExternalResourceVerificationTokenOutput;
  366         -
  367    365   
pub use crate::operation::create_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_input::CreateIpamExternalResourceVerificationTokenInput;
  368    366   
         367  +
pub use crate::operation::create_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_output::CreateIpamExternalResourceVerificationTokenOutput;
         368  +
  369    369   
mod _create_ipam_external_resource_verification_token_input;
  370    370   
  371    371   
mod _create_ipam_external_resource_verification_token_output;
  372    372   
  373    373   
/// Builders
  374    374   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_external_resource_verification_token/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_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_output::CreateIpamExternalResourceVerificationTokenOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_input::CreateIpamExternalResourceVerificationTokenInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_ipam_external_resource_verification_token::_create_ipam_external_resource_verification_token_output::CreateIpamExternalResourceVerificationTokenOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_ipam_external_resource_verification_token::builders::CreateIpamExternalResourceVerificationTokenInputBuilder {
    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_ipam_external_resource_verification_token::CreateIpamExternalResourceVerificationTokenOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_ipam_external_resource_verification_token::CreateIpamExternalResourceVerificationTokenError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_pool.rs

@@ -324,324 +363,363 @@
  344    344   
            meta: meta.unwrap_or_default(),
  345    345   
        })
  346    346   
    }
  347    347   
}
  348    348   
impl ::aws_types::request_id::RequestId for crate::operation::create_ipam_pool::CreateIpamPoolError {
  349    349   
    fn request_id(&self) -> Option<&str> {
  350    350   
        self.meta().request_id()
  351    351   
    }
  352    352   
}
  353    353   
  354         -
pub use crate::operation::create_ipam_pool::_create_ipam_pool_output::CreateIpamPoolOutput;
  355         -
  356    354   
pub use crate::operation::create_ipam_pool::_create_ipam_pool_input::CreateIpamPoolInput;
  357    355   
         356  +
pub use crate::operation::create_ipam_pool::_create_ipam_pool_output::CreateIpamPoolOutput;
         357  +
  358    358   
mod _create_ipam_pool_input;
  359    359   
  360    360   
mod _create_ipam_pool_output;
  361    361   
  362    362   
/// Builders
  363    363   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_pool/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_ipam_pool::_create_ipam_pool_output::CreateIpamPoolOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_ipam_pool::_create_ipam_pool_input::CreateIpamPoolInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_ipam_pool::_create_ipam_pool_output::CreateIpamPoolOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_ipam_pool::builders::CreateIpamPoolInputBuilder {
    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_ipam_pool::CreateIpamPoolOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_ipam_pool::CreateIpamPoolError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_resource_discovery.rs

@@ -328,328 +367,367 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::create_ipam_resource_discovery::CreateIpamResourceDiscoveryError {
  353    353   
    fn request_id(&self) -> Option<&str> {
  354    354   
        self.meta().request_id()
  355    355   
    }
  356    356   
}
  357    357   
  358         -
pub use crate::operation::create_ipam_resource_discovery::_create_ipam_resource_discovery_output::CreateIpamResourceDiscoveryOutput;
  359         -
  360    358   
pub use crate::operation::create_ipam_resource_discovery::_create_ipam_resource_discovery_input::CreateIpamResourceDiscoveryInput;
  361    359   
         360  +
pub use crate::operation::create_ipam_resource_discovery::_create_ipam_resource_discovery_output::CreateIpamResourceDiscoveryOutput;
         361  +
  362    362   
mod _create_ipam_resource_discovery_input;
  363    363   
  364    364   
mod _create_ipam_resource_discovery_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_resource_discovery/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_ipam_resource_discovery::_create_ipam_resource_discovery_output::CreateIpamResourceDiscoveryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_ipam_resource_discovery::_create_ipam_resource_discovery_input::CreateIpamResourceDiscoveryInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_ipam_resource_discovery::_create_ipam_resource_discovery_output::CreateIpamResourceDiscoveryOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_ipam_resource_discovery::builders::CreateIpamResourceDiscoveryInputBuilder {
    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_ipam_resource_discovery::CreateIpamResourceDiscoveryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_ipam_resource_discovery::CreateIpamResourceDiscoveryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_scope.rs

@@ -324,324 +363,363 @@
  344    344   
            meta: meta.unwrap_or_default(),
  345    345   
        })
  346    346   
    }
  347    347   
}
  348    348   
impl ::aws_types::request_id::RequestId for crate::operation::create_ipam_scope::CreateIpamScopeError {
  349    349   
    fn request_id(&self) -> Option<&str> {
  350    350   
        self.meta().request_id()
  351    351   
    }
  352    352   
}
  353    353   
  354         -
pub use crate::operation::create_ipam_scope::_create_ipam_scope_output::CreateIpamScopeOutput;
  355         -
  356    354   
pub use crate::operation::create_ipam_scope::_create_ipam_scope_input::CreateIpamScopeInput;
  357    355   
         356  +
pub use crate::operation::create_ipam_scope::_create_ipam_scope_output::CreateIpamScopeOutput;
         357  +
  358    358   
mod _create_ipam_scope_input;
  359    359   
  360    360   
mod _create_ipam_scope_output;
  361    361   
  362    362   
/// Builders
  363    363   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_ipam_scope/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_ipam_scope::_create_ipam_scope_output::CreateIpamScopeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_ipam_scope::_create_ipam_scope_input::CreateIpamScopeInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_ipam_scope::_create_ipam_scope_output::CreateIpamScopeOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_ipam_scope::builders::CreateIpamScopeInputBuilder {
    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_ipam_scope::CreateIpamScopeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_ipam_scope::CreateIpamScopeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_key_pair.rs

@@ -318,318 +357,357 @@
  338    338   
            meta: meta.unwrap_or_default(),
  339    339   
        })
  340    340   
    }
  341    341   
}
  342    342   
impl ::aws_types::request_id::RequestId for crate::operation::create_key_pair::CreateKeyPairError {
  343    343   
    fn request_id(&self) -> Option<&str> {
  344    344   
        self.meta().request_id()
  345    345   
    }
  346    346   
}
  347    347   
  348         -
pub use crate::operation::create_key_pair::_create_key_pair_output::CreateKeyPairOutput;
  349         -
  350    348   
pub use crate::operation::create_key_pair::_create_key_pair_input::CreateKeyPairInput;
  351    349   
         350  +
pub use crate::operation::create_key_pair::_create_key_pair_output::CreateKeyPairOutput;
         351  +
  352    352   
mod _create_key_pair_input;
  353    353   
  354    354   
mod _create_key_pair_output;
  355    355   
  356    356   
/// Builders
  357    357   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_key_pair/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_pair::_create_key_pair_output::CreateKeyPairOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_key_pair::_create_key_pair_input::CreateKeyPairInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_key_pair::_create_key_pair_output::CreateKeyPairOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_key_pair::builders::CreateKeyPairInputBuilder {
    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_pair::CreateKeyPairOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_key_pair::CreateKeyPairError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_launch_template.rs

@@ -327,327 +366,366 @@
  347    347   
            meta: meta.unwrap_or_default(),
  348    348   
        })
  349    349   
    }
  350    350   
}
  351    351   
impl ::aws_types::request_id::RequestId for crate::operation::create_launch_template::CreateLaunchTemplateError {
  352    352   
    fn request_id(&self) -> Option<&str> {
  353    353   
        self.meta().request_id()
  354    354   
    }
  355    355   
}
  356    356   
  357         -
pub use crate::operation::create_launch_template::_create_launch_template_output::CreateLaunchTemplateOutput;
  358         -
  359    357   
pub use crate::operation::create_launch_template::_create_launch_template_input::CreateLaunchTemplateInput;
  360    358   
         359  +
pub use crate::operation::create_launch_template::_create_launch_template_output::CreateLaunchTemplateOutput;
         360  +
  361    361   
mod _create_launch_template_input;
  362    362   
  363    363   
mod _create_launch_template_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_launch_template/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_launch_template::_create_launch_template_output::CreateLaunchTemplateOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_launch_template::_create_launch_template_input::CreateLaunchTemplateInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_launch_template::_create_launch_template_output::CreateLaunchTemplateOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_launch_template::builders::CreateLaunchTemplateInputBuilder {
    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_launch_template::CreateLaunchTemplateOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_launch_template::CreateLaunchTemplateError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_launch_template_version.rs

@@ -329,329 +368,368 @@
  349    349   
            meta: meta.unwrap_or_default(),
  350    350   
        })
  351    351   
    }
  352    352   
}
  353    353   
impl ::aws_types::request_id::RequestId for crate::operation::create_launch_template_version::CreateLaunchTemplateVersionError {
  354    354   
    fn request_id(&self) -> Option<&str> {
  355    355   
        self.meta().request_id()
  356    356   
    }
  357    357   
}
  358    358   
  359         -
pub use crate::operation::create_launch_template_version::_create_launch_template_version_output::CreateLaunchTemplateVersionOutput;
  360         -
  361    359   
pub use crate::operation::create_launch_template_version::_create_launch_template_version_input::CreateLaunchTemplateVersionInput;
  362    360   
         361  +
pub use crate::operation::create_launch_template_version::_create_launch_template_version_output::CreateLaunchTemplateVersionOutput;
         362  +
  363    363   
mod _create_launch_template_version_input;
  364    364   
  365    365   
mod _create_launch_template_version_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_launch_template_version/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_launch_template_version::_create_launch_template_version_output::CreateLaunchTemplateVersionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_launch_template_version::_create_launch_template_version_input::CreateLaunchTemplateVersionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_launch_template_version::_create_launch_template_version_output::CreateLaunchTemplateVersionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_launch_template_version::builders::CreateLaunchTemplateVersionInputBuilder {
    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_launch_template_version::CreateLaunchTemplateVersionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_launch_template_version::CreateLaunchTemplateVersionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route.rs

@@ -320,320 +359,359 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::create_local_gateway_route::CreateLocalGatewayRouteError {
  345    345   
    fn request_id(&self) -> Option<&str> {
  346    346   
        self.meta().request_id()
  347    347   
    }
  348    348   
}
  349    349   
  350         -
pub use crate::operation::create_local_gateway_route::_create_local_gateway_route_output::CreateLocalGatewayRouteOutput;
  351         -
  352    350   
pub use crate::operation::create_local_gateway_route::_create_local_gateway_route_input::CreateLocalGatewayRouteInput;
  353    351   
         352  +
pub use crate::operation::create_local_gateway_route::_create_local_gateway_route_output::CreateLocalGatewayRouteOutput;
         353  +
  354    354   
mod _create_local_gateway_route_input;
  355    355   
  356    356   
mod _create_local_gateway_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route/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_local_gateway_route::_create_local_gateway_route_output::CreateLocalGatewayRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_local_gateway_route::_create_local_gateway_route_input::CreateLocalGatewayRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_local_gateway_route::_create_local_gateway_route_output::CreateLocalGatewayRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_local_gateway_route::builders::CreateLocalGatewayRouteInputBuilder {
    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_local_gateway_route::CreateLocalGatewayRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_local_gateway_route::CreateLocalGatewayRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,