AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

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,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route_table.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_table::CreateLocalGatewayRouteTableError {
  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_table::_create_local_gateway_route_table_output::CreateLocalGatewayRouteTableOutput;
  351         -
  352    350   
pub use crate::operation::create_local_gateway_route_table::_create_local_gateway_route_table_input::CreateLocalGatewayRouteTableInput;
  353    351   
         352  +
pub use crate::operation::create_local_gateway_route_table::_create_local_gateway_route_table_output::CreateLocalGatewayRouteTableOutput;
         353  +
  354    354   
mod _create_local_gateway_route_table_input;
  355    355   
  356    356   
mod _create_local_gateway_route_table_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route_table/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_table::_create_local_gateway_route_table_output::CreateLocalGatewayRouteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_local_gateway_route_table::_create_local_gateway_route_table_input::CreateLocalGatewayRouteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_local_gateway_route_table::_create_local_gateway_route_table_output::CreateLocalGatewayRouteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_local_gateway_route_table::builders::CreateLocalGatewayRouteTableInputBuilder {
    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_table::CreateLocalGatewayRouteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_local_gateway_route_table::CreateLocalGatewayRouteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -309,309 +348,348 @@
  329    329   
            meta: meta.unwrap_or_default(),
  330    330   
        })
  331    331   
    }
  332    332   
}
  333    333   
impl ::aws_types::request_id::RequestId for crate::operation::create_local_gateway_route_table_virtual_interface_group_association::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationError {
  334    334   
                                fn request_id(&self) -> Option<&str> {
  335    335   
                                    self.meta().request_id()
  336    336   
                                }
  337    337   
                            }
  338    338   
  339         -
pub use crate::operation::create_local_gateway_route_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_output::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput;
  340         -
  341    339   
pub use crate::operation::create_local_gateway_route_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_input::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput;
  342    340   
         341  +
pub use crate::operation::create_local_gateway_route_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_output::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput;
         342  +
  343    343   
mod _create_local_gateway_route_table_virtual_interface_group_association_input;
  344    344   
  345    345   
mod _create_local_gateway_route_table_virtual_interface_group_association_output;
  346    346   
  347    347   
/// Builders
  348    348   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route_table_virtual_interface_group_association/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_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_output::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_local_gateway_route_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_input::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_local_gateway_route_table_virtual_interface_group_association::_create_local_gateway_route_table_virtual_interface_group_association_output::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_local_gateway_route_table_virtual_interface_group_association::builders::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationInputBuilder {
    7      7   
                    /// Sends a request with this input using the given client.
    8      8   
                    pub async fn send_with(self, client: &crate::Client) -> ::std::result::Result<
    9      9   
                        crate::operation::create_local_gateway_route_table_virtual_interface_group_association::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput,
   10     10   
                        ::aws_smithy_runtime_api::client::result::SdkError<
   11     11   
                            crate::operation::create_local_gateway_route_table_virtual_interface_group_association::CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationError,
   12     12   
                            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse
   13     13   
                        >
   14     14   
                    > {
   15     15   
                        let mut fluent_builder = client.create_local_gateway_route_table_virtual_interface_group_association();

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

@@ -327,327 +366,366 @@
  347    347   
    }
  348    348   
}
  349    349   
impl ::aws_types::request_id::RequestId
  350    350   
    for crate::operation::create_local_gateway_route_table_vpc_association::CreateLocalGatewayRouteTableVpcAssociationError
  351    351   
{
  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_local_gateway_route_table_vpc_association::_create_local_gateway_route_table_vpc_association_output::CreateLocalGatewayRouteTableVpcAssociationOutput;
  358         -
  359    357   
pub use crate::operation::create_local_gateway_route_table_vpc_association::_create_local_gateway_route_table_vpc_association_input::CreateLocalGatewayRouteTableVpcAssociationInput;
  360    358   
         359  +
pub use crate::operation::create_local_gateway_route_table_vpc_association::_create_local_gateway_route_table_vpc_association_output::CreateLocalGatewayRouteTableVpcAssociationOutput;
         360  +
  361    361   
mod _create_local_gateway_route_table_vpc_association_input;
  362    362   
  363    363   
mod _create_local_gateway_route_table_vpc_association_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/create_local_gateway_route_table_vpc_association/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_table_vpc_association::_create_local_gateway_route_table_vpc_association_output::CreateLocalGatewayRouteTableVpcAssociationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_local_gateway_route_table_vpc_association::_create_local_gateway_route_table_vpc_association_input::CreateLocalGatewayRouteTableVpcAssociationInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_local_gateway_route_table_vpc_association::_create_local_gateway_route_table_vpc_association_output::CreateLocalGatewayRouteTableVpcAssociationOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_local_gateway_route_table_vpc_association::builders::CreateLocalGatewayRouteTableVpcAssociationInputBuilder {
    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_table_vpc_association::CreateLocalGatewayRouteTableVpcAssociationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_local_gateway_route_table_vpc_association::CreateLocalGatewayRouteTableVpcAssociationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,