AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_volume.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_volume::CreateVolumeError {
  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_volume::_create_volume_output::CreateVolumeOutput;
  355         -
  356    354   
pub use crate::operation::create_volume::_create_volume_input::CreateVolumeInput;
  357    355   
         356  +
pub use crate::operation::create_volume::_create_volume_output::CreateVolumeOutput;
         357  +
  358    358   
mod _create_volume_input;
  359    359   
  360    360   
mod _create_volume_output;
  361    361   
  362    362   
/// Builders
  363    363   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_volume/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_volume::_create_volume_output::CreateVolumeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_volume::_create_volume_input::CreateVolumeInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_volume::_create_volume_output::CreateVolumeOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_volume::builders::CreateVolumeInputBuilder {
    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_volume::CreateVolumeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_volume::CreateVolumeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -313,313 +352,352 @@
  333    333   
            meta: meta.unwrap_or_default(),
  334    334   
        })
  335    335   
    }
  336    336   
}
  337    337   
impl ::aws_types::request_id::RequestId for crate::operation::create_vpc::CreateVpcError {
  338    338   
    fn request_id(&self) -> Option<&str> {
  339    339   
        self.meta().request_id()
  340    340   
    }
  341    341   
}
  342    342   
  343         -
pub use crate::operation::create_vpc::_create_vpc_output::CreateVpcOutput;
  344         -
  345    343   
pub use crate::operation::create_vpc::_create_vpc_input::CreateVpcInput;
  346    344   
         345  +
pub use crate::operation::create_vpc::_create_vpc_output::CreateVpcOutput;
         346  +
  347    347   
mod _create_vpc_input;
  348    348   
  349    349   
mod _create_vpc_output;
  350    350   
  351    351   
/// Builders
  352    352   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc/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_vpc::_create_vpc_output::CreateVpcOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc::_create_vpc_input::CreateVpcInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc::_create_vpc_output::CreateVpcOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc::builders::CreateVpcInputBuilder {
    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_vpc::CreateVpcOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc::CreateVpcError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_block_public_access_exclusion.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_vpc_block_public_access_exclusion::CreateVpcBlockPublicAccessExclusionError {
  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_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_output::CreateVpcBlockPublicAccessExclusionOutput;
  359         -
  360    358   
pub use crate::operation::create_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_input::CreateVpcBlockPublicAccessExclusionInput;
  361    359   
         360  +
pub use crate::operation::create_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_output::CreateVpcBlockPublicAccessExclusionOutput;
         361  +
  362    362   
mod _create_vpc_block_public_access_exclusion_input;
  363    363   
  364    364   
mod _create_vpc_block_public_access_exclusion_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_block_public_access_exclusion/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_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_output::CreateVpcBlockPublicAccessExclusionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_input::CreateVpcBlockPublicAccessExclusionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc_block_public_access_exclusion::_create_vpc_block_public_access_exclusion_output::CreateVpcBlockPublicAccessExclusionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc_block_public_access_exclusion::builders::CreateVpcBlockPublicAccessExclusionInputBuilder {
    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_vpc_block_public_access_exclusion::CreateVpcBlockPublicAccessExclusionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc_block_public_access_exclusion::CreateVpcBlockPublicAccessExclusionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_endpoint.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_vpc_endpoint::CreateVpcEndpointError {
  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_vpc_endpoint::_create_vpc_endpoint_output::CreateVpcEndpointOutput;
  348         -
  349    347   
pub use crate::operation::create_vpc_endpoint::_create_vpc_endpoint_input::CreateVpcEndpointInput;
  350    348   
         349  +
pub use crate::operation::create_vpc_endpoint::_create_vpc_endpoint_output::CreateVpcEndpointOutput;
         350  +
  351    351   
mod _create_vpc_endpoint_input;
  352    352   
  353    353   
mod _create_vpc_endpoint_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_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::create_vpc_endpoint::_create_vpc_endpoint_output::CreateVpcEndpointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc_endpoint::_create_vpc_endpoint_input::CreateVpcEndpointInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc_endpoint::_create_vpc_endpoint_output::CreateVpcEndpointOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc_endpoint::builders::CreateVpcEndpointInputBuilder {
    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_vpc_endpoint::CreateVpcEndpointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc_endpoint::CreateVpcEndpointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::create_vpc_endpoint_connection_notification::CreateVpcEndpointConnectionNotificationError
  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::create_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_output::CreateVpcEndpointConnectionNotificationOutput;
  361         -
  362    360   
pub use crate::operation::create_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_input::CreateVpcEndpointConnectionNotificationInput;
  363    361   
         362  +
pub use crate::operation::create_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_output::CreateVpcEndpointConnectionNotificationOutput;
         363  +
  364    364   
mod _create_vpc_endpoint_connection_notification_input;
  365    365   
  366    366   
mod _create_vpc_endpoint_connection_notification_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_endpoint_connection_notification/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_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_output::CreateVpcEndpointConnectionNotificationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_input::CreateVpcEndpointConnectionNotificationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc_endpoint_connection_notification::_create_vpc_endpoint_connection_notification_output::CreateVpcEndpointConnectionNotificationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc_endpoint_connection_notification::builders::CreateVpcEndpointConnectionNotificationInputBuilder {
    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_vpc_endpoint_connection_notification::CreateVpcEndpointConnectionNotificationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc_endpoint_connection_notification::CreateVpcEndpointConnectionNotificationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_endpoint_service_configuration.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_vpc_endpoint_service_configuration::CreateVpcEndpointServiceConfigurationError {
  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_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_output::CreateVpcEndpointServiceConfigurationOutput;
  359         -
  360    358   
pub use crate::operation::create_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_input::CreateVpcEndpointServiceConfigurationInput;
  361    359   
         360  +
pub use crate::operation::create_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_output::CreateVpcEndpointServiceConfigurationOutput;
         361  +
  362    362   
mod _create_vpc_endpoint_service_configuration_input;
  363    363   
  364    364   
mod _create_vpc_endpoint_service_configuration_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_vpc_endpoint_service_configuration/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_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_output::CreateVpcEndpointServiceConfigurationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_input::CreateVpcEndpointServiceConfigurationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc_endpoint_service_configuration::_create_vpc_endpoint_service_configuration_output::CreateVpcEndpointServiceConfigurationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc_endpoint_service_configuration::builders::CreateVpcEndpointServiceConfigurationInputBuilder {
    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_vpc_endpoint_service_configuration::CreateVpcEndpointServiceConfigurationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc_endpoint_service_configuration::CreateVpcEndpointServiceConfigurationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_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::create_vpc_peering_connection::CreateVpcPeeringConnectionError {
  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_vpc_peering_connection::_create_vpc_peering_connection_output::CreateVpcPeeringConnectionOutput;
  351         -
  352    350   
pub use crate::operation::create_vpc_peering_connection::_create_vpc_peering_connection_input::CreateVpcPeeringConnectionInput;
  353    351   
         352  +
pub use crate::operation::create_vpc_peering_connection::_create_vpc_peering_connection_output::CreateVpcPeeringConnectionOutput;
         353  +
  354    354   
mod _create_vpc_peering_connection_input;
  355    355   
  356    356   
mod _create_vpc_peering_connection_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_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::create_vpc_peering_connection::_create_vpc_peering_connection_output::CreateVpcPeeringConnectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpc_peering_connection::_create_vpc_peering_connection_input::CreateVpcPeeringConnectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpc_peering_connection::_create_vpc_peering_connection_output::CreateVpcPeeringConnectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpc_peering_connection::builders::CreateVpcPeeringConnectionInputBuilder {
    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_vpc_peering_connection::CreateVpcPeeringConnectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpc_peering_connection::CreateVpcPeeringConnectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -321,321 +360,360 @@
  341    341   
            meta: meta.unwrap_or_default(),
  342    342   
        })
  343    343   
    }
  344    344   
}
  345    345   
impl ::aws_types::request_id::RequestId for crate::operation::create_vpn_connection::CreateVpnConnectionError {
  346    346   
    fn request_id(&self) -> Option<&str> {
  347    347   
        self.meta().request_id()
  348    348   
    }
  349    349   
}
  350    350   
  351         -
pub use crate::operation::create_vpn_connection::_create_vpn_connection_output::CreateVpnConnectionOutput;
  352         -
  353    351   
pub use crate::operation::create_vpn_connection::_create_vpn_connection_input::CreateVpnConnectionInput;
  354    352   
         353  +
pub use crate::operation::create_vpn_connection::_create_vpn_connection_output::CreateVpnConnectionOutput;
         354  +
  355    355   
mod _create_vpn_connection_input;
  356    356   
  357    357   
mod _create_vpn_connection_output;
  358    358   
  359    359   
/// Builders
  360    360   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_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::create_vpn_connection::_create_vpn_connection_output::CreateVpnConnectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_vpn_connection::_create_vpn_connection_input::CreateVpnConnectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_vpn_connection::_create_vpn_connection_output::CreateVpnConnectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_vpn_connection::builders::CreateVpnConnectionInputBuilder {
    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::CreateVpnConnectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_vpn_connection::CreateVpnConnectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,