AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_route_table.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_route_table::DeleteRouteTableError {
  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_route_table::_delete_route_table_output::DeleteRouteTableOutput;
  348         -
  349    347   
pub use crate::operation::delete_route_table::_delete_route_table_input::DeleteRouteTableInput;
  350    348   
         349  +
pub use crate::operation::delete_route_table::_delete_route_table_output::DeleteRouteTableOutput;
         350  +
  351    351   
mod _delete_route_table_input;
  352    352   
  353    353   
mod _delete_route_table_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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_route_table::_delete_route_table_output::DeleteRouteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_route_table::_delete_route_table_input::DeleteRouteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_route_table::_delete_route_table_output::DeleteRouteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_route_table::builders::DeleteRouteTableInputBuilder {
    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_route_table::DeleteRouteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_route_table::DeleteRouteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_security_group.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_security_group::DeleteSecurityGroupError {
  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_security_group::_delete_security_group_output::DeleteSecurityGroupOutput;
  351         -
  352    350   
pub use crate::operation::delete_security_group::_delete_security_group_input::DeleteSecurityGroupInput;
  353    351   
         352  +
pub use crate::operation::delete_security_group::_delete_security_group_output::DeleteSecurityGroupOutput;
         353  +
  354    354   
mod _delete_security_group_input;
  355    355   
  356    356   
mod _delete_security_group_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_security_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_security_group::_delete_security_group_output::DeleteSecurityGroupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_security_group::_delete_security_group_input::DeleteSecurityGroupInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_security_group::_delete_security_group_output::DeleteSecurityGroupOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_security_group::builders::DeleteSecurityGroupInputBuilder {
    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_security_group::DeleteSecurityGroupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_security_group::DeleteSecurityGroupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_snapshot.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_snapshot::DeleteSnapshotError {
  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_snapshot::_delete_snapshot_output::DeleteSnapshotOutput;
  348         -
  349    347   
pub use crate::operation::delete_snapshot::_delete_snapshot_input::DeleteSnapshotInput;
  350    348   
         349  +
pub use crate::operation::delete_snapshot::_delete_snapshot_output::DeleteSnapshotOutput;
         350  +
  351    351   
mod _delete_snapshot_input;
  352    352   
  353    353   
mod _delete_snapshot_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_snapshot/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_snapshot::_delete_snapshot_output::DeleteSnapshotOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_snapshot::_delete_snapshot_input::DeleteSnapshotInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_snapshot::_delete_snapshot_output::DeleteSnapshotOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_snapshot::builders::DeleteSnapshotInputBuilder {
    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_snapshot::DeleteSnapshotOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_snapshot::DeleteSnapshotError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -326,326 +365,365 @@
  346    346   
            meta: meta.unwrap_or_default(),
  347    347   
        })
  348    348   
    }
  349    349   
}
  350    350   
impl ::aws_types::request_id::RequestId for crate::operation::delete_spot_datafeed_subscription::DeleteSpotDatafeedSubscriptionError {
  351    351   
    fn request_id(&self) -> Option<&str> {
  352    352   
        self.meta().request_id()
  353    353   
    }
  354    354   
}
  355    355   
  356         -
pub use crate::operation::delete_spot_datafeed_subscription::_delete_spot_datafeed_subscription_output::DeleteSpotDatafeedSubscriptionOutput;
  357         -
  358    356   
pub use crate::operation::delete_spot_datafeed_subscription::_delete_spot_datafeed_subscription_input::DeleteSpotDatafeedSubscriptionInput;
  359    357   
         358  +
pub use crate::operation::delete_spot_datafeed_subscription::_delete_spot_datafeed_subscription_output::DeleteSpotDatafeedSubscriptionOutput;
         359  +
  360    360   
mod _delete_spot_datafeed_subscription_input;
  361    361   
  362    362   
mod _delete_spot_datafeed_subscription_output;
  363    363   
  364    364   
/// Builders
  365    365   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_spot_datafeed_subscription/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_spot_datafeed_subscription::_delete_spot_datafeed_subscription_output::DeleteSpotDatafeedSubscriptionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_spot_datafeed_subscription::_delete_spot_datafeed_subscription_input::DeleteSpotDatafeedSubscriptionInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_spot_datafeed_subscription::_delete_spot_datafeed_subscription_output::DeleteSpotDatafeedSubscriptionOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_spot_datafeed_subscription::builders::DeleteSpotDatafeedSubscriptionInputBuilder {
    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_spot_datafeed_subscription::DeleteSpotDatafeedSubscriptionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_spot_datafeed_subscription::DeleteSpotDatafeedSubscriptionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_subnet.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_subnet::DeleteSubnetError {
  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_subnet::_delete_subnet_output::DeleteSubnetOutput;
  348         -
  349    347   
pub use crate::operation::delete_subnet::_delete_subnet_input::DeleteSubnetInput;
  350    348   
         349  +
pub use crate::operation::delete_subnet::_delete_subnet_output::DeleteSubnetOutput;
         350  +
  351    351   
mod _delete_subnet_input;
  352    352   
  353    353   
mod _delete_subnet_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_subnet/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_subnet::_delete_subnet_output::DeleteSubnetOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_subnet::_delete_subnet_input::DeleteSubnetInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_subnet::_delete_subnet_output::DeleteSubnetOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_subnet::builders::DeleteSubnetInputBuilder {
    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_subnet::DeleteSubnetOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_subnet::DeleteSubnetError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_subnet_cidr_reservation.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_subnet_cidr_reservation::DeleteSubnetCidrReservationError {
  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_subnet_cidr_reservation::_delete_subnet_cidr_reservation_output::DeleteSubnetCidrReservationOutput;
  351         -
  352    350   
pub use crate::operation::delete_subnet_cidr_reservation::_delete_subnet_cidr_reservation_input::DeleteSubnetCidrReservationInput;
  353    351   
         352  +
pub use crate::operation::delete_subnet_cidr_reservation::_delete_subnet_cidr_reservation_output::DeleteSubnetCidrReservationOutput;
         353  +
  354    354   
mod _delete_subnet_cidr_reservation_input;
  355    355   
  356    356   
mod _delete_subnet_cidr_reservation_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_subnet_cidr_reservation/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_subnet_cidr_reservation::_delete_subnet_cidr_reservation_output::DeleteSubnetCidrReservationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_subnet_cidr_reservation::_delete_subnet_cidr_reservation_input::DeleteSubnetCidrReservationInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_subnet_cidr_reservation::_delete_subnet_cidr_reservation_output::DeleteSubnetCidrReservationOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_subnet_cidr_reservation::builders::DeleteSubnetCidrReservationInputBuilder {
    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_subnet_cidr_reservation::DeleteSubnetCidrReservationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_subnet_cidr_reservation::DeleteSubnetCidrReservationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -314,314 +353,353 @@
  334    334   
            meta: meta.unwrap_or_default(),
  335    335   
        })
  336    336   
    }
  337    337   
}
  338    338   
impl ::aws_types::request_id::RequestId for crate::operation::delete_tags::DeleteTagsError {
  339    339   
    fn request_id(&self) -> Option<&str> {
  340    340   
        self.meta().request_id()
  341    341   
    }
  342    342   
}
  343    343   
  344         -
pub use crate::operation::delete_tags::_delete_tags_output::DeleteTagsOutput;
  345         -
  346    344   
pub use crate::operation::delete_tags::_delete_tags_input::DeleteTagsInput;
  347    345   
         346  +
pub use crate::operation::delete_tags::_delete_tags_output::DeleteTagsOutput;
         347  +
  348    348   
mod _delete_tags_input;
  349    349   
  350    350   
mod _delete_tags_output;
  351    351   
  352    352   
/// Builders
  353    353   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_tags/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_tags::_delete_tags_output::DeleteTagsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_tags::_delete_tags_input::DeleteTagsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_tags::_delete_tags_output::DeleteTagsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_tags::builders::DeleteTagsInputBuilder {
    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_tags::DeleteTagsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_tags::DeleteTagsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_traffic_mirror_filter.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_traffic_mirror_filter::DeleteTrafficMirrorFilterError {
  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_traffic_mirror_filter::_delete_traffic_mirror_filter_output::DeleteTrafficMirrorFilterOutput;
  351         -
  352    350   
pub use crate::operation::delete_traffic_mirror_filter::_delete_traffic_mirror_filter_input::DeleteTrafficMirrorFilterInput;
  353    351   
         352  +
pub use crate::operation::delete_traffic_mirror_filter::_delete_traffic_mirror_filter_output::DeleteTrafficMirrorFilterOutput;
         353  +
  354    354   
mod _delete_traffic_mirror_filter_input;
  355    355   
  356    356   
mod _delete_traffic_mirror_filter_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_traffic_mirror_filter/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_traffic_mirror_filter::_delete_traffic_mirror_filter_output::DeleteTrafficMirrorFilterOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_traffic_mirror_filter::_delete_traffic_mirror_filter_input::DeleteTrafficMirrorFilterInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_traffic_mirror_filter::_delete_traffic_mirror_filter_output::DeleteTrafficMirrorFilterOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_traffic_mirror_filter::builders::DeleteTrafficMirrorFilterInputBuilder {
    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_traffic_mirror_filter::DeleteTrafficMirrorFilterOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_traffic_mirror_filter::DeleteTrafficMirrorFilterError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,