AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image.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::enable_image::EnableImageError {
  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::enable_image::_enable_image_output::EnableImageOutput;
  348         -
  349    347   
pub use crate::operation::enable_image::_enable_image_input::EnableImageInput;
  350    348   
         349  +
pub use crate::operation::enable_image::_enable_image_output::EnableImageOutput;
         350  +
  351    351   
mod _enable_image_input;
  352    352   
  353    353   
mod _enable_image_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image/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::enable_image::_enable_image_output::EnableImageOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_image::_enable_image_input::EnableImageInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_image::_enable_image_output::EnableImageOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_image::builders::EnableImageInputBuilder {
    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::enable_image::EnableImageOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_image::EnableImageError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_block_public_access.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::enable_image_block_public_access::EnableImageBlockPublicAccessError {
  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::enable_image_block_public_access::_enable_image_block_public_access_output::EnableImageBlockPublicAccessOutput;
  351         -
  352    350   
pub use crate::operation::enable_image_block_public_access::_enable_image_block_public_access_input::EnableImageBlockPublicAccessInput;
  353    351   
         352  +
pub use crate::operation::enable_image_block_public_access::_enable_image_block_public_access_output::EnableImageBlockPublicAccessOutput;
         353  +
  354    354   
mod _enable_image_block_public_access_input;
  355    355   
  356    356   
mod _enable_image_block_public_access_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_block_public_access/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::enable_image_block_public_access::_enable_image_block_public_access_output::EnableImageBlockPublicAccessOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_image_block_public_access::_enable_image_block_public_access_input::EnableImageBlockPublicAccessInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_image_block_public_access::_enable_image_block_public_access_output::EnableImageBlockPublicAccessOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_image_block_public_access::builders::EnableImageBlockPublicAccessInputBuilder {
    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::enable_image_block_public_access::EnableImageBlockPublicAccessOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_image_block_public_access::EnableImageBlockPublicAccessError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_deprecation.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::enable_image_deprecation::EnableImageDeprecationError {
  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::enable_image_deprecation::_enable_image_deprecation_output::EnableImageDeprecationOutput;
  351         -
  352    350   
pub use crate::operation::enable_image_deprecation::_enable_image_deprecation_input::EnableImageDeprecationInput;
  353    351   
         352  +
pub use crate::operation::enable_image_deprecation::_enable_image_deprecation_output::EnableImageDeprecationOutput;
         353  +
  354    354   
mod _enable_image_deprecation_input;
  355    355   
  356    356   
mod _enable_image_deprecation_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_deprecation/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::enable_image_deprecation::_enable_image_deprecation_output::EnableImageDeprecationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_image_deprecation::_enable_image_deprecation_input::EnableImageDeprecationInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_image_deprecation::_enable_image_deprecation_output::EnableImageDeprecationOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_image_deprecation::builders::EnableImageDeprecationInputBuilder {
    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::enable_image_deprecation::EnableImageDeprecationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_image_deprecation::EnableImageDeprecationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_deregistration_protection.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::enable_image_deregistration_protection::EnableImageDeregistrationProtectionError {
  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::enable_image_deregistration_protection::_enable_image_deregistration_protection_output::EnableImageDeregistrationProtectionOutput;
  363         -
  364    362   
pub use crate::operation::enable_image_deregistration_protection::_enable_image_deregistration_protection_input::EnableImageDeregistrationProtectionInput;
  365    363   
         364  +
pub use crate::operation::enable_image_deregistration_protection::_enable_image_deregistration_protection_output::EnableImageDeregistrationProtectionOutput;
         365  +
  366    366   
mod _enable_image_deregistration_protection_input;
  367    367   
  368    368   
mod _enable_image_deregistration_protection_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_image_deregistration_protection/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::enable_image_deregistration_protection::_enable_image_deregistration_protection_output::EnableImageDeregistrationProtectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_image_deregistration_protection::_enable_image_deregistration_protection_input::EnableImageDeregistrationProtectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_image_deregistration_protection::_enable_image_deregistration_protection_output::EnableImageDeregistrationProtectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_image_deregistration_protection::builders::EnableImageDeregistrationProtectionInputBuilder {
    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::enable_image_deregistration_protection::EnableImageDeregistrationProtectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_image_deregistration_protection::EnableImageDeregistrationProtectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_ipam_organization_admin_account.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::enable_ipam_organization_admin_account::EnableIpamOrganizationAdminAccountError {
  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::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_output::EnableIpamOrganizationAdminAccountOutput;
  363         -
  364    362   
pub use crate::operation::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_input::EnableIpamOrganizationAdminAccountInput;
  365    363   
         364  +
pub use crate::operation::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_output::EnableIpamOrganizationAdminAccountOutput;
         365  +
  366    366   
mod _enable_ipam_organization_admin_account_input;
  367    367   
  368    368   
mod _enable_ipam_organization_admin_account_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_ipam_organization_admin_account/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::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_output::EnableIpamOrganizationAdminAccountOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_input::EnableIpamOrganizationAdminAccountInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_ipam_organization_admin_account::_enable_ipam_organization_admin_account_output::EnableIpamOrganizationAdminAccountOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_ipam_organization_admin_account::builders::EnableIpamOrganizationAdminAccountInputBuilder {
    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::enable_ipam_organization_admin_account::EnableIpamOrganizationAdminAccountOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_ipam_organization_admin_account::EnableIpamOrganizationAdminAccountError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -327,327 +366,366 @@
  347    347   
    }
  348    348   
}
  349    349   
impl ::aws_types::request_id::RequestId
  350    350   
    for crate::operation::enable_reachability_analyzer_organization_sharing::EnableReachabilityAnalyzerOrganizationSharingError
  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::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_output::EnableReachabilityAnalyzerOrganizationSharingOutput;
  358         -
  359    357   
pub use crate::operation::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_input::EnableReachabilityAnalyzerOrganizationSharingInput;
  360    358   
         359  +
pub use crate::operation::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_output::EnableReachabilityAnalyzerOrganizationSharingOutput;
         360  +
  361    361   
mod _enable_reachability_analyzer_organization_sharing_input;
  362    362   
  363    363   
mod _enable_reachability_analyzer_organization_sharing_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_reachability_analyzer_organization_sharing/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::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_output::EnableReachabilityAnalyzerOrganizationSharingOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_input::EnableReachabilityAnalyzerOrganizationSharingInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_reachability_analyzer_organization_sharing::_enable_reachability_analyzer_organization_sharing_output::EnableReachabilityAnalyzerOrganizationSharingOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_reachability_analyzer_organization_sharing::builders::EnableReachabilityAnalyzerOrganizationSharingInputBuilder {
    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::enable_reachability_analyzer_organization_sharing::EnableReachabilityAnalyzerOrganizationSharingOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_reachability_analyzer_organization_sharing::EnableReachabilityAnalyzerOrganizationSharingError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_route_server_propagation.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::enable_route_server_propagation::EnableRouteServerPropagationError {
  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::enable_route_server_propagation::_enable_route_server_propagation_output::EnableRouteServerPropagationOutput;
  351         -
  352    350   
pub use crate::operation::enable_route_server_propagation::_enable_route_server_propagation_input::EnableRouteServerPropagationInput;
  353    351   
         352  +
pub use crate::operation::enable_route_server_propagation::_enable_route_server_propagation_output::EnableRouteServerPropagationOutput;
         353  +
  354    354   
mod _enable_route_server_propagation_input;
  355    355   
  356    356   
mod _enable_route_server_propagation_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_route_server_propagation/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::enable_route_server_propagation::_enable_route_server_propagation_output::EnableRouteServerPropagationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_route_server_propagation::_enable_route_server_propagation_input::EnableRouteServerPropagationInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_route_server_propagation::_enable_route_server_propagation_output::EnableRouteServerPropagationOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_route_server_propagation::builders::EnableRouteServerPropagationInputBuilder {
    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::enable_route_server_propagation::EnableRouteServerPropagationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_route_server_propagation::EnableRouteServerPropagationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_serial_console_access.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::enable_serial_console_access::EnableSerialConsoleAccessError {
  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::enable_serial_console_access::_enable_serial_console_access_output::EnableSerialConsoleAccessOutput;
  351         -
  352    350   
pub use crate::operation::enable_serial_console_access::_enable_serial_console_access_input::EnableSerialConsoleAccessInput;
  353    351   
         352  +
pub use crate::operation::enable_serial_console_access::_enable_serial_console_access_output::EnableSerialConsoleAccessOutput;
         353  +
  354    354   
mod _enable_serial_console_access_input;
  355    355   
  356    356   
mod _enable_serial_console_access_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_serial_console_access/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::enable_serial_console_access::_enable_serial_console_access_output::EnableSerialConsoleAccessOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_serial_console_access::_enable_serial_console_access_input::EnableSerialConsoleAccessInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_serial_console_access::_enable_serial_console_access_output::EnableSerialConsoleAccessOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_serial_console_access::builders::EnableSerialConsoleAccessInputBuilder {
    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::enable_serial_console_access::EnableSerialConsoleAccessOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_serial_console_access::EnableSerialConsoleAccessError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,