AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_snapshot_tier.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::restore_snapshot_tier::RestoreSnapshotTierError {
  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::restore_snapshot_tier::_restore_snapshot_tier_output::RestoreSnapshotTierOutput;
  351         -
  352    350   
pub use crate::operation::restore_snapshot_tier::_restore_snapshot_tier_input::RestoreSnapshotTierInput;
  353    351   
         352  +
pub use crate::operation::restore_snapshot_tier::_restore_snapshot_tier_output::RestoreSnapshotTierOutput;
         353  +
  354    354   
mod _restore_snapshot_tier_input;
  355    355   
  356    356   
mod _restore_snapshot_tier_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_snapshot_tier/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::restore_snapshot_tier::_restore_snapshot_tier_output::RestoreSnapshotTierOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_snapshot_tier::_restore_snapshot_tier_input::RestoreSnapshotTierInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_snapshot_tier::_restore_snapshot_tier_output::RestoreSnapshotTierOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_snapshot_tier::builders::RestoreSnapshotTierInputBuilder {
    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::restore_snapshot_tier::RestoreSnapshotTierOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_snapshot_tier::RestoreSnapshotTierError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_client_vpn_ingress.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::revoke_client_vpn_ingress::RevokeClientVpnIngressError {
  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::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_output::RevokeClientVpnIngressOutput;
  351         -
  352    350   
pub use crate::operation::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_input::RevokeClientVpnIngressInput;
  353    351   
         352  +
pub use crate::operation::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_output::RevokeClientVpnIngressOutput;
         353  +
  354    354   
mod _revoke_client_vpn_ingress_input;
  355    355   
  356    356   
mod _revoke_client_vpn_ingress_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_client_vpn_ingress/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::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_output::RevokeClientVpnIngressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_input::RevokeClientVpnIngressInputBuilder;
    5      3   
           4  +
pub use crate::operation::revoke_client_vpn_ingress::_revoke_client_vpn_ingress_output::RevokeClientVpnIngressOutputBuilder;
           5  +
    6      6   
impl crate::operation::revoke_client_vpn_ingress::builders::RevokeClientVpnIngressInputBuilder {
    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::revoke_client_vpn_ingress::RevokeClientVpnIngressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::revoke_client_vpn_ingress::RevokeClientVpnIngressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_security_group_egress.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::revoke_security_group_egress::RevokeSecurityGroupEgressError {
  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::revoke_security_group_egress::_revoke_security_group_egress_output::RevokeSecurityGroupEgressOutput;
  351         -
  352    350   
pub use crate::operation::revoke_security_group_egress::_revoke_security_group_egress_input::RevokeSecurityGroupEgressInput;
  353    351   
         352  +
pub use crate::operation::revoke_security_group_egress::_revoke_security_group_egress_output::RevokeSecurityGroupEgressOutput;
         353  +
  354    354   
mod _revoke_security_group_egress_input;
  355    355   
  356    356   
mod _revoke_security_group_egress_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_security_group_egress/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::revoke_security_group_egress::_revoke_security_group_egress_output::RevokeSecurityGroupEgressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::revoke_security_group_egress::_revoke_security_group_egress_input::RevokeSecurityGroupEgressInputBuilder;
    5      3   
           4  +
pub use crate::operation::revoke_security_group_egress::_revoke_security_group_egress_output::RevokeSecurityGroupEgressOutputBuilder;
           5  +
    6      6   
impl crate::operation::revoke_security_group_egress::builders::RevokeSecurityGroupEgressInputBuilder {
    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::revoke_security_group_egress::RevokeSecurityGroupEgressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::revoke_security_group_egress::RevokeSecurityGroupEgressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_security_group_ingress.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::revoke_security_group_ingress::RevokeSecurityGroupIngressError {
  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::revoke_security_group_ingress::_revoke_security_group_ingress_output::RevokeSecurityGroupIngressOutput;
  351         -
  352    350   
pub use crate::operation::revoke_security_group_ingress::_revoke_security_group_ingress_input::RevokeSecurityGroupIngressInput;
  353    351   
         352  +
pub use crate::operation::revoke_security_group_ingress::_revoke_security_group_ingress_output::RevokeSecurityGroupIngressOutput;
         353  +
  354    354   
mod _revoke_security_group_ingress_input;
  355    355   
  356    356   
mod _revoke_security_group_ingress_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/revoke_security_group_ingress/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::revoke_security_group_ingress::_revoke_security_group_ingress_output::RevokeSecurityGroupIngressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::revoke_security_group_ingress::_revoke_security_group_ingress_input::RevokeSecurityGroupIngressInputBuilder;
    5      3   
           4  +
pub use crate::operation::revoke_security_group_ingress::_revoke_security_group_ingress_output::RevokeSecurityGroupIngressOutputBuilder;
           5  +
    6      6   
impl crate::operation::revoke_security_group_ingress::builders::RevokeSecurityGroupIngressInputBuilder {
    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::revoke_security_group_ingress::RevokeSecurityGroupIngressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::revoke_security_group_ingress::RevokeSecurityGroupIngressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/run_instances.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::run_instances::RunInstancesError {
  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::run_instances::_run_instances_output::RunInstancesOutput;
  355         -
  356    354   
pub use crate::operation::run_instances::_run_instances_input::RunInstancesInput;
  357    355   
         356  +
pub use crate::operation::run_instances::_run_instances_output::RunInstancesOutput;
         357  +
  358    358   
mod _run_instances_input;
  359    359   
  360    360   
mod _run_instances_output;
  361    361   
  362    362   
/// Builders
  363    363   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/run_instances/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::run_instances::_run_instances_output::RunInstancesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::run_instances::_run_instances_input::RunInstancesInputBuilder;
    5      3   
           4  +
pub use crate::operation::run_instances::_run_instances_output::RunInstancesOutputBuilder;
           5  +
    6      6   
impl crate::operation::run_instances::builders::RunInstancesInputBuilder {
    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::run_instances::RunInstancesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::run_instances::RunInstancesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/run_scheduled_instances.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::run_scheduled_instances::RunScheduledInstancesError {
  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::run_scheduled_instances::_run_scheduled_instances_output::RunScheduledInstancesOutput;
  358         -
  359    357   
pub use crate::operation::run_scheduled_instances::_run_scheduled_instances_input::RunScheduledInstancesInput;
  360    358   
         359  +
pub use crate::operation::run_scheduled_instances::_run_scheduled_instances_output::RunScheduledInstancesOutput;
         360  +
  361    361   
mod _run_scheduled_instances_input;
  362    362   
  363    363   
mod _run_scheduled_instances_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/run_scheduled_instances/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::run_scheduled_instances::_run_scheduled_instances_output::RunScheduledInstancesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::run_scheduled_instances::_run_scheduled_instances_input::RunScheduledInstancesInputBuilder;
    5      3   
           4  +
pub use crate::operation::run_scheduled_instances::_run_scheduled_instances_output::RunScheduledInstancesOutputBuilder;
           5  +
    6      6   
impl crate::operation::run_scheduled_instances::builders::RunScheduledInstancesInputBuilder {
    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::run_scheduled_instances::RunScheduledInstancesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::run_scheduled_instances::RunScheduledInstancesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -320,320 +362,362 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::search_local_gateway_routes::SearchLocalGatewayRoutesError {
  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::search_local_gateway_routes::_search_local_gateway_routes_output::SearchLocalGatewayRoutesOutput;
  351         -
  352    350   
pub use crate::operation::search_local_gateway_routes::_search_local_gateway_routes_input::SearchLocalGatewayRoutesInput;
  353    351   
         352  +
pub use crate::operation::search_local_gateway_routes::_search_local_gateway_routes_output::SearchLocalGatewayRoutesOutput;
         353  +
  354    354   
mod _search_local_gateway_routes_input;
  355    355   
  356    356   
mod _search_local_gateway_routes_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;
  360    360   
  361    361   
/// Paginator for this operation
  362    362   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/search_local_gateway_routes/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::search_local_gateway_routes::_search_local_gateway_routes_output::SearchLocalGatewayRoutesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::search_local_gateway_routes::_search_local_gateway_routes_input::SearchLocalGatewayRoutesInputBuilder;
    5      3   
           4  +
pub use crate::operation::search_local_gateway_routes::_search_local_gateway_routes_output::SearchLocalGatewayRoutesOutputBuilder;
           5  +
    6      6   
impl crate::operation::search_local_gateway_routes::builders::SearchLocalGatewayRoutesInputBuilder {
    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::search_local_gateway_routes::SearchLocalGatewayRoutesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::search_local_gateway_routes::SearchLocalGatewayRoutesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -328,328 +370,370 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::search_transit_gateway_multicast_groups::SearchTransitGatewayMulticastGroupsError {
  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::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_output::SearchTransitGatewayMulticastGroupsOutput;
  359         -
  360    358   
pub use crate::operation::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_input::SearchTransitGatewayMulticastGroupsInput;
  361    359   
         360  +
pub use crate::operation::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_output::SearchTransitGatewayMulticastGroupsOutput;
         361  +
  362    362   
mod _search_transit_gateway_multicast_groups_input;
  363    363   
  364    364   
mod _search_transit_gateway_multicast_groups_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;
  368    368   
  369    369   
/// Paginator for this operation
  370    370   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/search_transit_gateway_multicast_groups/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::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_output::SearchTransitGatewayMulticastGroupsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_input::SearchTransitGatewayMulticastGroupsInputBuilder;
    5      3   
           4  +
pub use crate::operation::search_transit_gateway_multicast_groups::_search_transit_gateway_multicast_groups_output::SearchTransitGatewayMulticastGroupsOutputBuilder;
           5  +
    6      6   
impl crate::operation::search_transit_gateway_multicast_groups::builders::SearchTransitGatewayMulticastGroupsInputBuilder {
    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::search_transit_gateway_multicast_groups::SearchTransitGatewayMulticastGroupsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::search_transit_gateway_multicast_groups::SearchTransitGatewayMulticastGroupsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,