AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_ipam_scope.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_ipam_scope::DeleteIpamScopeError {
  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_ipam_scope::_delete_ipam_scope_output::DeleteIpamScopeOutput;
  348         -
  349    347   
pub use crate::operation::delete_ipam_scope::_delete_ipam_scope_input::DeleteIpamScopeInput;
  350    348   
         349  +
pub use crate::operation::delete_ipam_scope::_delete_ipam_scope_output::DeleteIpamScopeOutput;
         350  +
  351    351   
mod _delete_ipam_scope_input;
  352    352   
  353    353   
mod _delete_ipam_scope_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_ipam_scope::_delete_ipam_scope_output::DeleteIpamScopeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_ipam_scope::_delete_ipam_scope_input::DeleteIpamScopeInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_ipam_scope::_delete_ipam_scope_output::DeleteIpamScopeOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_ipam_scope::builders::DeleteIpamScopeInputBuilder {
    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_ipam_scope::DeleteIpamScopeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_ipam_scope::DeleteIpamScopeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_key_pair.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_key_pair::DeleteKeyPairError {
  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_key_pair::_delete_key_pair_output::DeleteKeyPairOutput;
  348         -
  349    347   
pub use crate::operation::delete_key_pair::_delete_key_pair_input::DeleteKeyPairInput;
  350    348   
         349  +
pub use crate::operation::delete_key_pair::_delete_key_pair_output::DeleteKeyPairOutput;
         350  +
  351    351   
mod _delete_key_pair_input;
  352    352   
  353    353   
mod _delete_key_pair_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_key_pair::_delete_key_pair_output::DeleteKeyPairOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_key_pair::_delete_key_pair_input::DeleteKeyPairInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_key_pair::_delete_key_pair_output::DeleteKeyPairOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_key_pair::builders::DeleteKeyPairInputBuilder {
    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_key_pair::DeleteKeyPairOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_key_pair::DeleteKeyPairError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_launch_template.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_launch_template::DeleteLaunchTemplateError {
  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_launch_template::_delete_launch_template_output::DeleteLaunchTemplateOutput;
  351         -
  352    350   
pub use crate::operation::delete_launch_template::_delete_launch_template_input::DeleteLaunchTemplateInput;
  353    351   
         352  +
pub use crate::operation::delete_launch_template::_delete_launch_template_output::DeleteLaunchTemplateOutput;
         353  +
  354    354   
mod _delete_launch_template_input;
  355    355   
  356    356   
mod _delete_launch_template_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_launch_template::_delete_launch_template_output::DeleteLaunchTemplateOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_launch_template::_delete_launch_template_input::DeleteLaunchTemplateInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_launch_template::_delete_launch_template_output::DeleteLaunchTemplateOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_launch_template::builders::DeleteLaunchTemplateInputBuilder {
    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_launch_template::DeleteLaunchTemplateOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_launch_template::DeleteLaunchTemplateError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_launch_template_versions.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_launch_template_versions::DeleteLaunchTemplateVersionsError {
  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_launch_template_versions::_delete_launch_template_versions_output::DeleteLaunchTemplateVersionsOutput;
  351         -
  352    350   
pub use crate::operation::delete_launch_template_versions::_delete_launch_template_versions_input::DeleteLaunchTemplateVersionsInput;
  353    351   
         352  +
pub use crate::operation::delete_launch_template_versions::_delete_launch_template_versions_output::DeleteLaunchTemplateVersionsOutput;
         353  +
  354    354   
mod _delete_launch_template_versions_input;
  355    355   
  356    356   
mod _delete_launch_template_versions_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_launch_template_versions/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_launch_template_versions::_delete_launch_template_versions_output::DeleteLaunchTemplateVersionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_launch_template_versions::_delete_launch_template_versions_input::DeleteLaunchTemplateVersionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_launch_template_versions::_delete_launch_template_versions_output::DeleteLaunchTemplateVersionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_launch_template_versions::builders::DeleteLaunchTemplateVersionsInputBuilder {
    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_launch_template_versions::DeleteLaunchTemplateVersionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_launch_template_versions::DeleteLaunchTemplateVersionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route::DeleteLocalGatewayRouteError {
  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_local_gateway_route::_delete_local_gateway_route_output::DeleteLocalGatewayRouteOutput;
  351         -
  352    350   
pub use crate::operation::delete_local_gateway_route::_delete_local_gateway_route_input::DeleteLocalGatewayRouteInput;
  353    351   
         352  +
pub use crate::operation::delete_local_gateway_route::_delete_local_gateway_route_output::DeleteLocalGatewayRouteOutput;
         353  +
  354    354   
mod _delete_local_gateway_route_input;
  355    355   
  356    356   
mod _delete_local_gateway_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route::_delete_local_gateway_route_output::DeleteLocalGatewayRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_local_gateway_route::_delete_local_gateway_route_input::DeleteLocalGatewayRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_local_gateway_route::_delete_local_gateway_route_output::DeleteLocalGatewayRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_local_gateway_route::builders::DeleteLocalGatewayRouteInputBuilder {
    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_local_gateway_route::DeleteLocalGatewayRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_local_gateway_route::DeleteLocalGatewayRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route_table::DeleteLocalGatewayRouteTableError {
  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_local_gateway_route_table::_delete_local_gateway_route_table_output::DeleteLocalGatewayRouteTableOutput;
  351         -
  352    350   
pub use crate::operation::delete_local_gateway_route_table::_delete_local_gateway_route_table_input::DeleteLocalGatewayRouteTableInput;
  353    351   
         352  +
pub use crate::operation::delete_local_gateway_route_table::_delete_local_gateway_route_table_output::DeleteLocalGatewayRouteTableOutput;
         353  +
  354    354   
mod _delete_local_gateway_route_table_input;
  355    355   
  356    356   
mod _delete_local_gateway_route_table_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route_table::_delete_local_gateway_route_table_output::DeleteLocalGatewayRouteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_local_gateway_route_table::_delete_local_gateway_route_table_input::DeleteLocalGatewayRouteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_local_gateway_route_table::_delete_local_gateway_route_table_output::DeleteLocalGatewayRouteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_local_gateway_route_table::builders::DeleteLocalGatewayRouteTableInputBuilder {
    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_local_gateway_route_table::DeleteLocalGatewayRouteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_local_gateway_route_table::DeleteLocalGatewayRouteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route_table_virtual_interface_group_association::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationError {
  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::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput;
  340         -
  341    339   
pub use crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_input::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationInput;
  342    340   
         341  +
pub use crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput;
         342  +
  343    343   
mod _delete_local_gateway_route_table_virtual_interface_group_association_input;
  344    344   
  345    345   
mod _delete_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/delete_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::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_input::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::_delete_local_gateway_route_table_virtual_interface_group_association_output::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::builders::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationInputBuilder {
    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::delete_local_gateway_route_table_virtual_interface_group_association::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationOutput,
   10     10   
                        ::aws_smithy_runtime_api::client::result::SdkError<
   11     11   
                            crate::operation::delete_local_gateway_route_table_virtual_interface_group_association::DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationError,
   12     12   
                            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse
   13     13   
                        >
   14     14   
                    > {
   15     15   
                        let mut fluent_builder = client.delete_local_gateway_route_table_virtual_interface_group_association();

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_local_gateway_route_table_vpc_association::DeleteLocalGatewayRouteTableVpcAssociationError
  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::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_output::DeleteLocalGatewayRouteTableVpcAssociationOutput;
  358         -
  359    357   
pub use crate::operation::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_input::DeleteLocalGatewayRouteTableVpcAssociationInput;
  360    358   
         359  +
pub use crate::operation::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_output::DeleteLocalGatewayRouteTableVpcAssociationOutput;
         360  +
  361    361   
mod _delete_local_gateway_route_table_vpc_association_input;
  362    362   
  363    363   
mod _delete_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/delete_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::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_output::DeleteLocalGatewayRouteTableVpcAssociationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_input::DeleteLocalGatewayRouteTableVpcAssociationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_local_gateway_route_table_vpc_association::_delete_local_gateway_route_table_vpc_association_output::DeleteLocalGatewayRouteTableVpcAssociationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_local_gateway_route_table_vpc_association::builders::DeleteLocalGatewayRouteTableVpcAssociationInputBuilder {
    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_local_gateway_route_table_vpc_association::DeleteLocalGatewayRouteTableVpcAssociationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_local_gateway_route_table_vpc_association::DeleteLocalGatewayRouteTableVpcAssociationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,