AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/attach_volume.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::attach_volume::AttachVolumeError {
  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::attach_volume::_attach_volume_output::AttachVolumeOutput;
  348         -
  349    347   
pub use crate::operation::attach_volume::_attach_volume_input::AttachVolumeInput;
  350    348   
         349  +
pub use crate::operation::attach_volume::_attach_volume_output::AttachVolumeOutput;
         350  +
  351    351   
mod _attach_volume_input;
  352    352   
  353    353   
mod _attach_volume_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/attach_volume/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::attach_volume::_attach_volume_output::AttachVolumeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::attach_volume::_attach_volume_input::AttachVolumeInputBuilder;
    5      3   
           4  +
pub use crate::operation::attach_volume::_attach_volume_output::AttachVolumeOutputBuilder;
           5  +
    6      6   
impl crate::operation::attach_volume::builders::AttachVolumeInputBuilder {
    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::attach_volume::AttachVolumeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::attach_volume::AttachVolumeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/attach_vpn_gateway.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::attach_vpn_gateway::AttachVpnGatewayError {
  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::attach_vpn_gateway::_attach_vpn_gateway_output::AttachVpnGatewayOutput;
  348         -
  349    347   
pub use crate::operation::attach_vpn_gateway::_attach_vpn_gateway_input::AttachVpnGatewayInput;
  350    348   
         349  +
pub use crate::operation::attach_vpn_gateway::_attach_vpn_gateway_output::AttachVpnGatewayOutput;
         350  +
  351    351   
mod _attach_vpn_gateway_input;
  352    352   
  353    353   
mod _attach_vpn_gateway_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/attach_vpn_gateway/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::attach_vpn_gateway::_attach_vpn_gateway_output::AttachVpnGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::attach_vpn_gateway::_attach_vpn_gateway_input::AttachVpnGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::attach_vpn_gateway::_attach_vpn_gateway_output::AttachVpnGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::attach_vpn_gateway::builders::AttachVpnGatewayInputBuilder {
    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::attach_vpn_gateway::AttachVpnGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::attach_vpn_gateway::AttachVpnGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_client_vpn_ingress.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::authorize_client_vpn_ingress::AuthorizeClientVpnIngressError {
  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::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_output::AuthorizeClientVpnIngressOutput;
  359         -
  360    358   
pub use crate::operation::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_input::AuthorizeClientVpnIngressInput;
  361    359   
         360  +
pub use crate::operation::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_output::AuthorizeClientVpnIngressOutput;
         361  +
  362    362   
mod _authorize_client_vpn_ingress_input;
  363    363   
  364    364   
mod _authorize_client_vpn_ingress_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_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::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_output::AuthorizeClientVpnIngressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_input::AuthorizeClientVpnIngressInputBuilder;
    5      3   
           4  +
pub use crate::operation::authorize_client_vpn_ingress::_authorize_client_vpn_ingress_output::AuthorizeClientVpnIngressOutputBuilder;
           5  +
    6      6   
impl crate::operation::authorize_client_vpn_ingress::builders::AuthorizeClientVpnIngressInputBuilder {
    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::authorize_client_vpn_ingress::AuthorizeClientVpnIngressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::authorize_client_vpn_ingress::AuthorizeClientVpnIngressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_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::authorize_security_group_egress::AuthorizeSecurityGroupEgressError {
  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::authorize_security_group_egress::_authorize_security_group_egress_output::AuthorizeSecurityGroupEgressOutput;
  351         -
  352    350   
pub use crate::operation::authorize_security_group_egress::_authorize_security_group_egress_input::AuthorizeSecurityGroupEgressInput;
  353    351   
         352  +
pub use crate::operation::authorize_security_group_egress::_authorize_security_group_egress_output::AuthorizeSecurityGroupEgressOutput;
         353  +
  354    354   
mod _authorize_security_group_egress_input;
  355    355   
  356    356   
mod _authorize_security_group_egress_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_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::authorize_security_group_egress::_authorize_security_group_egress_output::AuthorizeSecurityGroupEgressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::authorize_security_group_egress::_authorize_security_group_egress_input::AuthorizeSecurityGroupEgressInputBuilder;
    5      3   
           4  +
pub use crate::operation::authorize_security_group_egress::_authorize_security_group_egress_output::AuthorizeSecurityGroupEgressOutputBuilder;
           5  +
    6      6   
impl crate::operation::authorize_security_group_egress::builders::AuthorizeSecurityGroupEgressInputBuilder {
    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::authorize_security_group_egress::AuthorizeSecurityGroupEgressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::authorize_security_group_egress::AuthorizeSecurityGroupEgressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_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::authorize_security_group_ingress::AuthorizeSecurityGroupIngressError {
  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::authorize_security_group_ingress::_authorize_security_group_ingress_output::AuthorizeSecurityGroupIngressOutput;
  351         -
  352    350   
pub use crate::operation::authorize_security_group_ingress::_authorize_security_group_ingress_input::AuthorizeSecurityGroupIngressInput;
  353    351   
         352  +
pub use crate::operation::authorize_security_group_ingress::_authorize_security_group_ingress_output::AuthorizeSecurityGroupIngressOutput;
         353  +
  354    354   
mod _authorize_security_group_ingress_input;
  355    355   
  356    356   
mod _authorize_security_group_ingress_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/authorize_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::authorize_security_group_ingress::_authorize_security_group_ingress_output::AuthorizeSecurityGroupIngressOutputBuilder;
    3         -
    4      2   
pub use crate::operation::authorize_security_group_ingress::_authorize_security_group_ingress_input::AuthorizeSecurityGroupIngressInputBuilder;
    5      3   
           4  +
pub use crate::operation::authorize_security_group_ingress::_authorize_security_group_ingress_output::AuthorizeSecurityGroupIngressOutputBuilder;
           5  +
    6      6   
impl crate::operation::authorize_security_group_ingress::builders::AuthorizeSecurityGroupIngressInputBuilder {
    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::authorize_security_group_ingress::AuthorizeSecurityGroupIngressOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::authorize_security_group_ingress::AuthorizeSecurityGroupIngressError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/bundle_instance.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::bundle_instance::BundleInstanceError {
  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::bundle_instance::_bundle_instance_output::BundleInstanceOutput;
  349         -
  350    348   
pub use crate::operation::bundle_instance::_bundle_instance_input::BundleInstanceInput;
  351    349   
         350  +
pub use crate::operation::bundle_instance::_bundle_instance_output::BundleInstanceOutput;
         351  +
  352    352   
mod _bundle_instance_input;
  353    353   
  354    354   
mod _bundle_instance_output;
  355    355   
  356    356   
/// Builders
  357    357   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/bundle_instance/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::bundle_instance::_bundle_instance_output::BundleInstanceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::bundle_instance::_bundle_instance_input::BundleInstanceInputBuilder;
    5      3   
           4  +
pub use crate::operation::bundle_instance::_bundle_instance_output::BundleInstanceOutputBuilder;
           5  +
    6      6   
impl crate::operation::bundle_instance::builders::BundleInstanceInputBuilder {
    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::bundle_instance::BundleInstanceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::bundle_instance::BundleInstanceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/cancel_bundle_task.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::cancel_bundle_task::CancelBundleTaskError {
  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::cancel_bundle_task::_cancel_bundle_task_output::CancelBundleTaskOutput;
  349         -
  350    348   
pub use crate::operation::cancel_bundle_task::_cancel_bundle_task_input::CancelBundleTaskInput;
  351    349   
         350  +
pub use crate::operation::cancel_bundle_task::_cancel_bundle_task_output::CancelBundleTaskOutput;
         351  +
  352    352   
mod _cancel_bundle_task_input;
  353    353   
  354    354   
mod _cancel_bundle_task_output;
  355    355   
  356    356   
/// Builders
  357    357   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/cancel_bundle_task/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::cancel_bundle_task::_cancel_bundle_task_output::CancelBundleTaskOutputBuilder;
    3         -
    4      2   
pub use crate::operation::cancel_bundle_task::_cancel_bundle_task_input::CancelBundleTaskInputBuilder;
    5      3   
           4  +
pub use crate::operation::cancel_bundle_task::_cancel_bundle_task_output::CancelBundleTaskOutputBuilder;
           5  +
    6      6   
impl crate::operation::cancel_bundle_task::builders::CancelBundleTaskInputBuilder {
    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::cancel_bundle_task::CancelBundleTaskOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::cancel_bundle_task::CancelBundleTaskError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/cancel_capacity_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::cancel_capacity_reservation::CancelCapacityReservationError {
  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::cancel_capacity_reservation::_cancel_capacity_reservation_output::CancelCapacityReservationOutput;
  351         -
  352    350   
pub use crate::operation::cancel_capacity_reservation::_cancel_capacity_reservation_input::CancelCapacityReservationInput;
  353    351   
         352  +
pub use crate::operation::cancel_capacity_reservation::_cancel_capacity_reservation_output::CancelCapacityReservationOutput;
         353  +
  354    354   
mod _cancel_capacity_reservation_input;
  355    355   
  356    356   
mod _cancel_capacity_reservation_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/cancel_capacity_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::cancel_capacity_reservation::_cancel_capacity_reservation_output::CancelCapacityReservationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::cancel_capacity_reservation::_cancel_capacity_reservation_input::CancelCapacityReservationInputBuilder;
    5      3   
           4  +
pub use crate::operation::cancel_capacity_reservation::_cancel_capacity_reservation_output::CancelCapacityReservationOutputBuilder;
           5  +
    6      6   
impl crate::operation::cancel_capacity_reservation::builders::CancelCapacityReservationInputBuilder {
    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::cancel_capacity_reservation::CancelCapacityReservationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::cancel_capacity_reservation::CancelCapacityReservationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,