AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

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

@@ -330,330 +369,369 @@
  350    350   
            meta: meta.unwrap_or_default(),
  351    351   
        })
  352    352   
    }
  353    353   
}
  354    354   
impl ::aws_types::request_id::RequestId for crate::operation::delete_transit_gateway_policy_table::DeleteTransitGatewayPolicyTableError {
  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_transit_gateway_policy_table::_delete_transit_gateway_policy_table_output::DeleteTransitGatewayPolicyTableOutput;
  361         -
  362    360   
pub use crate::operation::delete_transit_gateway_policy_table::_delete_transit_gateway_policy_table_input::DeleteTransitGatewayPolicyTableInput;
  363    361   
         362  +
pub use crate::operation::delete_transit_gateway_policy_table::_delete_transit_gateway_policy_table_output::DeleteTransitGatewayPolicyTableOutput;
         363  +
  364    364   
mod _delete_transit_gateway_policy_table_input;
  365    365   
  366    366   
mod _delete_transit_gateway_policy_table_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_gateway_policy_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_transit_gateway_policy_table::_delete_transit_gateway_policy_table_output::DeleteTransitGatewayPolicyTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_policy_table::_delete_transit_gateway_policy_table_input::DeleteTransitGatewayPolicyTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_policy_table::_delete_transit_gateway_policy_table_output::DeleteTransitGatewayPolicyTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_policy_table::builders::DeleteTransitGatewayPolicyTableInputBuilder {
    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_transit_gateway_policy_table::DeleteTransitGatewayPolicyTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_policy_table::DeleteTransitGatewayPolicyTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -330,330 +369,369 @@
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId
  353    353   
    for crate::operation::delete_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceError
  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_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_output::DeleteTransitGatewayPrefixListReferenceOutput;
  361         -
  362    360   
pub use crate::operation::delete_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_input::DeleteTransitGatewayPrefixListReferenceInput;
  363    361   
         362  +
pub use crate::operation::delete_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_output::DeleteTransitGatewayPrefixListReferenceOutput;
         363  +
  364    364   
mod _delete_transit_gateway_prefix_list_reference_input;
  365    365   
  366    366   
mod _delete_transit_gateway_prefix_list_reference_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_gateway_prefix_list_reference/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_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_output::DeleteTransitGatewayPrefixListReferenceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_input::DeleteTransitGatewayPrefixListReferenceInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_prefix_list_reference::_delete_transit_gateway_prefix_list_reference_output::DeleteTransitGatewayPrefixListReferenceOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_prefix_list_reference::builders::DeleteTransitGatewayPrefixListReferenceInputBuilder {
    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_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_prefix_list_reference::DeleteTransitGatewayPrefixListReferenceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_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_transit_gateway_route::DeleteTransitGatewayRouteError {
  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_transit_gateway_route::_delete_transit_gateway_route_output::DeleteTransitGatewayRouteOutput;
  351         -
  352    350   
pub use crate::operation::delete_transit_gateway_route::_delete_transit_gateway_route_input::DeleteTransitGatewayRouteInput;
  353    351   
         352  +
pub use crate::operation::delete_transit_gateway_route::_delete_transit_gateway_route_output::DeleteTransitGatewayRouteOutput;
         353  +
  354    354   
mod _delete_transit_gateway_route_input;
  355    355   
  356    356   
mod _delete_transit_gateway_route_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_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_transit_gateway_route::_delete_transit_gateway_route_output::DeleteTransitGatewayRouteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_route::_delete_transit_gateway_route_input::DeleteTransitGatewayRouteInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_route::_delete_transit_gateway_route_output::DeleteTransitGatewayRouteOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_route::builders::DeleteTransitGatewayRouteInputBuilder {
    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_transit_gateway_route::DeleteTransitGatewayRouteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_route::DeleteTransitGatewayRouteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_gateway_route_table.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::delete_transit_gateway_route_table::DeleteTransitGatewayRouteTableError {
  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::delete_transit_gateway_route_table::_delete_transit_gateway_route_table_output::DeleteTransitGatewayRouteTableOutput;
  359         -
  360    358   
pub use crate::operation::delete_transit_gateway_route_table::_delete_transit_gateway_route_table_input::DeleteTransitGatewayRouteTableInput;
  361    359   
         360  +
pub use crate::operation::delete_transit_gateway_route_table::_delete_transit_gateway_route_table_output::DeleteTransitGatewayRouteTableOutput;
         361  +
  362    362   
mod _delete_transit_gateway_route_table_input;
  363    363   
  364    364   
mod _delete_transit_gateway_route_table_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_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_transit_gateway_route_table::_delete_transit_gateway_route_table_output::DeleteTransitGatewayRouteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_route_table::_delete_transit_gateway_route_table_input::DeleteTransitGatewayRouteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_route_table::_delete_transit_gateway_route_table_output::DeleteTransitGatewayRouteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_route_table::builders::DeleteTransitGatewayRouteTableInputBuilder {
    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_transit_gateway_route_table::DeleteTransitGatewayRouteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_route_table::DeleteTransitGatewayRouteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -327,327 +366,366 @@
  347    347   
    }
  348    348   
}
  349    349   
impl ::aws_types::request_id::RequestId
  350    350   
    for crate::operation::delete_transit_gateway_route_table_announcement::DeleteTransitGatewayRouteTableAnnouncementError
  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_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_output::DeleteTransitGatewayRouteTableAnnouncementOutput;
  358         -
  359    357   
pub use crate::operation::delete_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_input::DeleteTransitGatewayRouteTableAnnouncementInput;
  360    358   
         359  +
pub use crate::operation::delete_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_output::DeleteTransitGatewayRouteTableAnnouncementOutput;
         360  +
  361    361   
mod _delete_transit_gateway_route_table_announcement_input;
  362    362   
  363    363   
mod _delete_transit_gateway_route_table_announcement_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_gateway_route_table_announcement/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_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_output::DeleteTransitGatewayRouteTableAnnouncementOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_input::DeleteTransitGatewayRouteTableAnnouncementInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_route_table_announcement::_delete_transit_gateway_route_table_announcement_output::DeleteTransitGatewayRouteTableAnnouncementOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_route_table_announcement::builders::DeleteTransitGatewayRouteTableAnnouncementInputBuilder {
    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_transit_gateway_route_table_announcement::DeleteTransitGatewayRouteTableAnnouncementOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_route_table_announcement::DeleteTransitGatewayRouteTableAnnouncementError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -332,332 +371,371 @@
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
impl ::aws_types::request_id::RequestId for crate::operation::delete_transit_gateway_vpc_attachment::DeleteTransitGatewayVpcAttachmentError {
  357    357   
    fn request_id(&self) -> Option<&str> {
  358    358   
        self.meta().request_id()
  359    359   
    }
  360    360   
}
  361    361   
  362         -
pub use crate::operation::delete_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_output::DeleteTransitGatewayVpcAttachmentOutput;
  363         -
  364    362   
pub use crate::operation::delete_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_input::DeleteTransitGatewayVpcAttachmentInput;
  365    363   
         364  +
pub use crate::operation::delete_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_output::DeleteTransitGatewayVpcAttachmentOutput;
         365  +
  366    366   
mod _delete_transit_gateway_vpc_attachment_input;
  367    367   
  368    368   
mod _delete_transit_gateway_vpc_attachment_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_transit_gateway_vpc_attachment/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_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_output::DeleteTransitGatewayVpcAttachmentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_input::DeleteTransitGatewayVpcAttachmentInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_transit_gateway_vpc_attachment::_delete_transit_gateway_vpc_attachment_output::DeleteTransitGatewayVpcAttachmentOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_transit_gateway_vpc_attachment::builders::DeleteTransitGatewayVpcAttachmentInputBuilder {
    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_transit_gateway_vpc_attachment::DeleteTransitGatewayVpcAttachmentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_transit_gateway_vpc_attachment::DeleteTransitGatewayVpcAttachmentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_endpoint.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::delete_verified_access_endpoint::DeleteVerifiedAccessEndpointError {
  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::delete_verified_access_endpoint::_delete_verified_access_endpoint_output::DeleteVerifiedAccessEndpointOutput;
  359         -
  360    358   
pub use crate::operation::delete_verified_access_endpoint::_delete_verified_access_endpoint_input::DeleteVerifiedAccessEndpointInput;
  361    359   
         360  +
pub use crate::operation::delete_verified_access_endpoint::_delete_verified_access_endpoint_output::DeleteVerifiedAccessEndpointOutput;
         361  +
  362    362   
mod _delete_verified_access_endpoint_input;
  363    363   
  364    364   
mod _delete_verified_access_endpoint_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_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_verified_access_endpoint::_delete_verified_access_endpoint_output::DeleteVerifiedAccessEndpointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_verified_access_endpoint::_delete_verified_access_endpoint_input::DeleteVerifiedAccessEndpointInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_verified_access_endpoint::_delete_verified_access_endpoint_output::DeleteVerifiedAccessEndpointOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_verified_access_endpoint::builders::DeleteVerifiedAccessEndpointInputBuilder {
    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_verified_access_endpoint::DeleteVerifiedAccessEndpointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_verified_access_endpoint::DeleteVerifiedAccessEndpointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_group.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::delete_verified_access_group::DeleteVerifiedAccessGroupError {
  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::delete_verified_access_group::_delete_verified_access_group_output::DeleteVerifiedAccessGroupOutput;
  359         -
  360    358   
pub use crate::operation::delete_verified_access_group::_delete_verified_access_group_input::DeleteVerifiedAccessGroupInput;
  361    359   
         360  +
pub use crate::operation::delete_verified_access_group::_delete_verified_access_group_output::DeleteVerifiedAccessGroupOutput;
         361  +
  362    362   
mod _delete_verified_access_group_input;
  363    363   
  364    364   
mod _delete_verified_access_group_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_verified_access_group/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_verified_access_group::_delete_verified_access_group_output::DeleteVerifiedAccessGroupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_verified_access_group::_delete_verified_access_group_input::DeleteVerifiedAccessGroupInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_verified_access_group::_delete_verified_access_group_output::DeleteVerifiedAccessGroupOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_verified_access_group::builders::DeleteVerifiedAccessGroupInputBuilder {
    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_verified_access_group::DeleteVerifiedAccessGroupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_verified_access_group::DeleteVerifiedAccessGroupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,