AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_ebs_encryption_by_default.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_ebs_encryption_by_default::EnableEbsEncryptionByDefaultError {
  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_ebs_encryption_by_default::_enable_ebs_encryption_by_default_output::EnableEbsEncryptionByDefaultOutput;
  351         -
  352    350   
pub use crate::operation::enable_ebs_encryption_by_default::_enable_ebs_encryption_by_default_input::EnableEbsEncryptionByDefaultInput;
  353    351   
         352  +
pub use crate::operation::enable_ebs_encryption_by_default::_enable_ebs_encryption_by_default_output::EnableEbsEncryptionByDefaultOutput;
         353  +
  354    354   
mod _enable_ebs_encryption_by_default_input;
  355    355   
  356    356   
mod _enable_ebs_encryption_by_default_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_ebs_encryption_by_default/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_ebs_encryption_by_default::_enable_ebs_encryption_by_default_output::EnableEbsEncryptionByDefaultOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_ebs_encryption_by_default::_enable_ebs_encryption_by_default_input::EnableEbsEncryptionByDefaultInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_ebs_encryption_by_default::_enable_ebs_encryption_by_default_output::EnableEbsEncryptionByDefaultOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_ebs_encryption_by_default::builders::EnableEbsEncryptionByDefaultInputBuilder {
    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_ebs_encryption_by_default::EnableEbsEncryptionByDefaultOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_ebs_encryption_by_default::EnableEbsEncryptionByDefaultError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_fast_launch.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_fast_launch::EnableFastLaunchError {
  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_fast_launch::_enable_fast_launch_output::EnableFastLaunchOutput;
  348         -
  349    347   
pub use crate::operation::enable_fast_launch::_enable_fast_launch_input::EnableFastLaunchInput;
  350    348   
         349  +
pub use crate::operation::enable_fast_launch::_enable_fast_launch_output::EnableFastLaunchOutput;
         350  +
  351    351   
mod _enable_fast_launch_input;
  352    352   
  353    353   
mod _enable_fast_launch_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_fast_launch/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_fast_launch::_enable_fast_launch_output::EnableFastLaunchOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_fast_launch::_enable_fast_launch_input::EnableFastLaunchInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_fast_launch::_enable_fast_launch_output::EnableFastLaunchOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_fast_launch::builders::EnableFastLaunchInputBuilder {
    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_fast_launch::EnableFastLaunchOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_fast_launch::EnableFastLaunchError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_fast_snapshot_restores.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_fast_snapshot_restores::EnableFastSnapshotRestoresError {
  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_fast_snapshot_restores::_enable_fast_snapshot_restores_output::EnableFastSnapshotRestoresOutput;
  351         -
  352    350   
pub use crate::operation::enable_fast_snapshot_restores::_enable_fast_snapshot_restores_input::EnableFastSnapshotRestoresInput;
  353    351   
         352  +
pub use crate::operation::enable_fast_snapshot_restores::_enable_fast_snapshot_restores_output::EnableFastSnapshotRestoresOutput;
         353  +
  354    354   
mod _enable_fast_snapshot_restores_input;
  355    355   
  356    356   
mod _enable_fast_snapshot_restores_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/enable_fast_snapshot_restores/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_fast_snapshot_restores::_enable_fast_snapshot_restores_output::EnableFastSnapshotRestoresOutputBuilder;
    3         -
    4      2   
pub use crate::operation::enable_fast_snapshot_restores::_enable_fast_snapshot_restores_input::EnableFastSnapshotRestoresInputBuilder;
    5      3   
           4  +
pub use crate::operation::enable_fast_snapshot_restores::_enable_fast_snapshot_restores_output::EnableFastSnapshotRestoresOutputBuilder;
           5  +
    6      6   
impl crate::operation::enable_fast_snapshot_restores::builders::EnableFastSnapshotRestoresInputBuilder {
    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_fast_snapshot_restores::EnableFastSnapshotRestoresOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::enable_fast_snapshot_restores::EnableFastSnapshotRestoresError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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,