AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpn_connection_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_vpn_connection_route::CreateVpnConnectionRouteError {
  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_vpn_connection_route::_create_vpn_connection_route_output::CreateVpnConnectionRouteOutput;
  351         -
  352    350   
pub use crate::operation::create_vpn_connection_route::_create_vpn_connection_route_input::CreateVpnConnectionRouteInput;
  353    351   
         352  +
pub use crate::operation::create_vpn_connection_route::_create_vpn_connection_route_output::CreateVpnConnectionRouteOutput;
         353  +
  354    354   
mod _create_vpn_connection_route_input;
  355    355   
  356    356   
mod _create_vpn_connection_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpn_connection_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_vpn_connection_route::_create_vpn_connection_route_output::CreateVpnConnectionRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpn_connection_route::_create_vpn_connection_route_input::CreateVpnConnectionRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpn_connection_route::_create_vpn_connection_route_output::CreateVpnConnectionRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpn_connection_route::builders::CreateVpnConnectionRouteInputBuilder {
    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_vpn_connection_route::CreateVpnConnectionRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpn_connection_route::CreateVpnConnectionRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::create_vpn_gateway::CreateVpnGatewayError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::create_vpn_gateway::_create_vpn_gateway_output::CreateVpnGatewayOutput;
  348         -
  349    347   
pub use crate::operation::create_vpn_gateway::_create_vpn_gateway_input::CreateVpnGatewayInput;
  350    348   
         349  +
pub use crate::operation::create_vpn_gateway::_create_vpn_gateway_output::CreateVpnGatewayOutput;
         350  +
  351    351   
mod _create_vpn_gateway_input;
  352    352   
  353    353   
mod _create_vpn_gateway_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpn_gateway/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_vpn_gateway::_create_vpn_gateway_output::CreateVpnGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpn_gateway::_create_vpn_gateway_input::CreateVpnGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpn_gateway::_create_vpn_gateway_output::CreateVpnGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpn_gateway::builders::CreateVpnGatewayInputBuilder {
    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_vpn_gateway::CreateVpnGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpn_gateway::CreateVpnGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_carrier_gateway.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::delete_carrier_gateway::DeleteCarrierGatewayError {
  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::delete_carrier_gateway::_delete_carrier_gateway_output::DeleteCarrierGatewayOutput;
  351         -
  352    350   
pub use crate::operation::delete_carrier_gateway::_delete_carrier_gateway_input::DeleteCarrierGatewayInput;
  353    351   
         352  +
pub use crate::operation::delete_carrier_gateway::_delete_carrier_gateway_output::DeleteCarrierGatewayOutput;
         353  +
  354    354   
mod _delete_carrier_gateway_input;
  355    355   
  356    356   
mod _delete_carrier_gateway_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_carrier_gateway/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_carrier_gateway::_delete_carrier_gateway_output::DeleteCarrierGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_carrier_gateway::_delete_carrier_gateway_input::DeleteCarrierGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_carrier_gateway::_delete_carrier_gateway_output::DeleteCarrierGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_carrier_gateway::builders::DeleteCarrierGatewayInputBuilder {
    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_carrier_gateway::DeleteCarrierGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_carrier_gateway::DeleteCarrierGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_client_vpn_endpoint.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::delete_client_vpn_endpoint::DeleteClientVpnEndpointError {
  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::delete_client_vpn_endpoint::_delete_client_vpn_endpoint_output::DeleteClientVpnEndpointOutput;
  351         -
  352    350   
pub use crate::operation::delete_client_vpn_endpoint::_delete_client_vpn_endpoint_input::DeleteClientVpnEndpointInput;
  353    351   
         352  +
pub use crate::operation::delete_client_vpn_endpoint::_delete_client_vpn_endpoint_output::DeleteClientVpnEndpointOutput;
         353  +
  354    354   
mod _delete_client_vpn_endpoint_input;
  355    355   
  356    356   
mod _delete_client_vpn_endpoint_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_client_vpn_endpoint/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_client_vpn_endpoint::_delete_client_vpn_endpoint_output::DeleteClientVpnEndpointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_client_vpn_endpoint::_delete_client_vpn_endpoint_input::DeleteClientVpnEndpointInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_client_vpn_endpoint::_delete_client_vpn_endpoint_output::DeleteClientVpnEndpointOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_client_vpn_endpoint::builders::DeleteClientVpnEndpointInputBuilder {
    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_client_vpn_endpoint::DeleteClientVpnEndpointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_client_vpn_endpoint::DeleteClientVpnEndpointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_client_vpn_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::delete_client_vpn_route::DeleteClientVpnRouteError {
  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::delete_client_vpn_route::_delete_client_vpn_route_output::DeleteClientVpnRouteOutput;
  351         -
  352    350   
pub use crate::operation::delete_client_vpn_route::_delete_client_vpn_route_input::DeleteClientVpnRouteInput;
  353    351   
         352  +
pub use crate::operation::delete_client_vpn_route::_delete_client_vpn_route_output::DeleteClientVpnRouteOutput;
         353  +
  354    354   
mod _delete_client_vpn_route_input;
  355    355   
  356    356   
mod _delete_client_vpn_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_client_vpn_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::delete_client_vpn_route::_delete_client_vpn_route_output::DeleteClientVpnRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_client_vpn_route::_delete_client_vpn_route_input::DeleteClientVpnRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_client_vpn_route::_delete_client_vpn_route_output::DeleteClientVpnRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_client_vpn_route::builders::DeleteClientVpnRouteInputBuilder {
    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_client_vpn_route::DeleteClientVpnRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_client_vpn_route::DeleteClientVpnRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::delete_coip_cidr::DeleteCoipCidrError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutput;
  348         -
  349    347   
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_input::DeleteCoipCidrInput;
  350    348   
         349  +
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutput;
         350  +
  351    351   
mod _delete_coip_cidr_input;
  352    352   
  353    353   
mod _delete_coip_cidr_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_cidr/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_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_input::DeleteCoipCidrInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_coip_cidr::builders::DeleteCoipCidrInputBuilder {
    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_coip_cidr::DeleteCoipCidrOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_coip_cidr::DeleteCoipCidrError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::delete_coip_pool::DeleteCoipPoolError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutput;
  348         -
  349    347   
pub use crate::operation::delete_coip_pool::_delete_coip_pool_input::DeleteCoipPoolInput;
  350    348   
         349  +
pub use crate::operation::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutput;
         350  +
  351    351   
mod _delete_coip_pool_input;
  352    352   
  353    353   
mod _delete_coip_pool_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_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::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_coip_pool::_delete_coip_pool_input::DeleteCoipPoolInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_coip_pool::builders::DeleteCoipPoolInputBuilder {
    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_coip_pool::DeleteCoipPoolOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_coip_pool::DeleteCoipPoolError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_customer_gateway.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::delete_customer_gateway::DeleteCustomerGatewayError {
  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::delete_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutput;
  351         -
  352    350   
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_input::DeleteCustomerGatewayInput;
  353    351   
         352  +
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutput;
         353  +
  354    354   
mod _delete_customer_gateway_input;
  355    355   
  356    356   
mod _delete_customer_gateway_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_customer_gateway/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_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_input::DeleteCustomerGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_customer_gateway::builders::DeleteCustomerGatewayInputBuilder {
    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_customer_gateway::DeleteCustomerGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_customer_gateway::DeleteCustomerGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,