AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

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

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::delete_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsError
  354    354   
{
  355    355   
    fn request_id(&self) -> Option<&str> {
  356    356   
        self.meta().request_id()
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutput;
  361         -
  362    360   
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_input::DeleteVpcEndpointConnectionNotificationsInput;
  363    361   
         362  +
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutput;
         363  +
  364    364   
mod _delete_vpc_endpoint_connection_notifications_input;
  365    365   
  366    366   
mod _delete_vpc_endpoint_connection_notifications_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_connection_notifications/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_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_input::DeleteVpcEndpointConnectionNotificationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoint_connection_notifications::_delete_vpc_endpoint_connection_notifications_output::DeleteVpcEndpointConnectionNotificationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoint_connection_notifications::builders::DeleteVpcEndpointConnectionNotificationsInputBuilder {
    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_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoint_connection_notifications::DeleteVpcEndpointConnectionNotificationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::delete_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsError
  354    354   
{
  355    355   
    fn request_id(&self) -> Option<&str> {
  356    356   
        self.meta().request_id()
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutput;
  361         -
  362    360   
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_input::DeleteVpcEndpointServiceConfigurationsInput;
  363    361   
         362  +
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutput;
         363  +
  364    364   
mod _delete_vpc_endpoint_service_configurations_input;
  365    365   
  366    366   
mod _delete_vpc_endpoint_service_configurations_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoint_service_configurations/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_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_input::DeleteVpcEndpointServiceConfigurationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoint_service_configurations::_delete_vpc_endpoint_service_configurations_output::DeleteVpcEndpointServiceConfigurationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoint_service_configurations::builders::DeleteVpcEndpointServiceConfigurationsInputBuilder {
    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_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoint_service_configurations::DeleteVpcEndpointServiceConfigurationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoints.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_vpc_endpoints::DeleteVpcEndpointsError {
  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_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutput;
  348         -
  349    347   
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_input::DeleteVpcEndpointsInput;
  350    348   
         349  +
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutput;
         350  +
  351    351   
mod _delete_vpc_endpoints_input;
  352    352   
  353    353   
mod _delete_vpc_endpoints_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_endpoints/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_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_input::DeleteVpcEndpointsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_endpoints::_delete_vpc_endpoints_output::DeleteVpcEndpointsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_endpoints::builders::DeleteVpcEndpointsInputBuilder {
    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_vpc_endpoints::DeleteVpcEndpointsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_endpoints::DeleteVpcEndpointsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_peering_connection.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_vpc_peering_connection::DeleteVpcPeeringConnectionError {
  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_vpc_peering_connection::_delete_vpc_peering_connection_output::DeleteVpcPeeringConnectionOutput;
  351         -
  352    350   
pub use crate::operation::delete_vpc_peering_connection::_delete_vpc_peering_connection_input::DeleteVpcPeeringConnectionInput;
  353    351   
         352  +
pub use crate::operation::delete_vpc_peering_connection::_delete_vpc_peering_connection_output::DeleteVpcPeeringConnectionOutput;
         353  +
  354    354   
mod _delete_vpc_peering_connection_input;
  355    355   
  356    356   
mod _delete_vpc_peering_connection_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpc_peering_connection/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_vpc_peering_connection::_delete_vpc_peering_connection_output::DeleteVpcPeeringConnectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpc_peering_connection::_delete_vpc_peering_connection_input::DeleteVpcPeeringConnectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpc_peering_connection::_delete_vpc_peering_connection_output::DeleteVpcPeeringConnectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpc_peering_connection::builders::DeleteVpcPeeringConnectionInputBuilder {
    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_vpc_peering_connection::DeleteVpcPeeringConnectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpc_peering_connection::DeleteVpcPeeringConnectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpn_connection.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_vpn_connection::DeleteVpnConnectionError {
  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_vpn_connection::_delete_vpn_connection_output::DeleteVpnConnectionOutput;
  351         -
  352    350   
pub use crate::operation::delete_vpn_connection::_delete_vpn_connection_input::DeleteVpnConnectionInput;
  353    351   
         352  +
pub use crate::operation::delete_vpn_connection::_delete_vpn_connection_output::DeleteVpnConnectionOutput;
         353  +
  354    354   
mod _delete_vpn_connection_input;
  355    355   
  356    356   
mod _delete_vpn_connection_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_vpn_connection/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_vpn_connection::_delete_vpn_connection_output::DeleteVpnConnectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpn_connection::_delete_vpn_connection_input::DeleteVpnConnectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpn_connection::_delete_vpn_connection_output::DeleteVpnConnectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpn_connection::builders::DeleteVpnConnectionInputBuilder {
    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_vpn_connection::DeleteVpnConnectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpn_connection::DeleteVpnConnectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_vpn_connection_route::DeleteVpnConnectionRouteError {
  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_vpn_connection_route::_delete_vpn_connection_route_output::DeleteVpnConnectionRouteOutput;
  351         -
  352    350   
pub use crate::operation::delete_vpn_connection_route::_delete_vpn_connection_route_input::DeleteVpnConnectionRouteInput;
  353    351   
         352  +
pub use crate::operation::delete_vpn_connection_route::_delete_vpn_connection_route_output::DeleteVpnConnectionRouteOutput;
         353  +
  354    354   
mod _delete_vpn_connection_route_input;
  355    355   
  356    356   
mod _delete_vpn_connection_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_vpn_connection_route::_delete_vpn_connection_route_output::DeleteVpnConnectionRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpn_connection_route::_delete_vpn_connection_route_input::DeleteVpnConnectionRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpn_connection_route::_delete_vpn_connection_route_output::DeleteVpnConnectionRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpn_connection_route::builders::DeleteVpnConnectionRouteInputBuilder {
    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_vpn_connection_route::DeleteVpnConnectionRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpn_connection_route::DeleteVpnConnectionRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_vpn_gateway::DeleteVpnGatewayError {
  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_vpn_gateway::_delete_vpn_gateway_output::DeleteVpnGatewayOutput;
  348         -
  349    347   
pub use crate::operation::delete_vpn_gateway::_delete_vpn_gateway_input::DeleteVpnGatewayInput;
  350    348   
         349  +
pub use crate::operation::delete_vpn_gateway::_delete_vpn_gateway_output::DeleteVpnGatewayOutput;
         350  +
  351    351   
mod _delete_vpn_gateway_input;
  352    352   
  353    353   
mod _delete_vpn_gateway_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_vpn_gateway::_delete_vpn_gateway_output::DeleteVpnGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_vpn_gateway::_delete_vpn_gateway_input::DeleteVpnGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_vpn_gateway::_delete_vpn_gateway_output::DeleteVpnGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_vpn_gateway::builders::DeleteVpnGatewayInputBuilder {
    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_vpn_gateway::DeleteVpnGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_vpn_gateway::DeleteVpnGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/deprovision_byoip_cidr.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::deprovision_byoip_cidr::DeprovisionByoipCidrError {
  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::deprovision_byoip_cidr::_deprovision_byoip_cidr_output::DeprovisionByoipCidrOutput;
  351         -
  352    350   
pub use crate::operation::deprovision_byoip_cidr::_deprovision_byoip_cidr_input::DeprovisionByoipCidrInput;
  353    351   
         352  +
pub use crate::operation::deprovision_byoip_cidr::_deprovision_byoip_cidr_output::DeprovisionByoipCidrOutput;
         353  +
  354    354   
mod _deprovision_byoip_cidr_input;
  355    355   
  356    356   
mod _deprovision_byoip_cidr_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/deprovision_byoip_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::deprovision_byoip_cidr::_deprovision_byoip_cidr_output::DeprovisionByoipCidrOutputBuilder;
    3         -
    4      2   
pub use crate::operation::deprovision_byoip_cidr::_deprovision_byoip_cidr_input::DeprovisionByoipCidrInputBuilder;
    5      3   
           4  +
pub use crate::operation::deprovision_byoip_cidr::_deprovision_byoip_cidr_output::DeprovisionByoipCidrOutputBuilder;
           5  +
    6      6   
impl crate::operation::deprovision_byoip_cidr::builders::DeprovisionByoipCidrInputBuilder {
    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::deprovision_byoip_cidr::DeprovisionByoipCidrOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::deprovision_byoip_cidr::DeprovisionByoipCidrError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,