AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -322,322 +361,361 @@
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId
  345    345   
    for crate::operation::disable_aws_network_performance_metric_subscription::DisableAwsNetworkPerformanceMetricSubscriptionError
  346    346   
{
  347    347   
    fn request_id(&self) -> Option<&str> {
  348    348   
        self.meta().request_id()
  349    349   
    }
  350    350   
}
  351    351   
  352         -
pub use crate::operation::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_output::DisableAwsNetworkPerformanceMetricSubscriptionOutput;
  353         -
  354    352   
pub use crate::operation::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_input::DisableAwsNetworkPerformanceMetricSubscriptionInput;
  355    353   
         354  +
pub use crate::operation::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_output::DisableAwsNetworkPerformanceMetricSubscriptionOutput;
         355  +
  356    356   
mod _disable_aws_network_performance_metric_subscription_input;
  357    357   
  358    358   
mod _disable_aws_network_performance_metric_subscription_output;
  359    359   
  360    360   
/// Builders
  361    361   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_aws_network_performance_metric_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::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_output::DisableAwsNetworkPerformanceMetricSubscriptionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_input::DisableAwsNetworkPerformanceMetricSubscriptionInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_aws_network_performance_metric_subscription::_disable_aws_network_performance_metric_subscription_output::DisableAwsNetworkPerformanceMetricSubscriptionOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_aws_network_performance_metric_subscription::builders::DisableAwsNetworkPerformanceMetricSubscriptionInputBuilder {
    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::disable_aws_network_performance_metric_subscription::DisableAwsNetworkPerformanceMetricSubscriptionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_aws_network_performance_metric_subscription::DisableAwsNetworkPerformanceMetricSubscriptionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_ebs_encryption_by_default::DisableEbsEncryptionByDefaultError {
  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::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_output::DisableEbsEncryptionByDefaultOutput;
  351         -
  352    350   
pub use crate::operation::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_input::DisableEbsEncryptionByDefaultInput;
  353    351   
         352  +
pub use crate::operation::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_output::DisableEbsEncryptionByDefaultOutput;
         353  +
  354    354   
mod _disable_ebs_encryption_by_default_input;
  355    355   
  356    356   
mod _disable_ebs_encryption_by_default_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_output::DisableEbsEncryptionByDefaultOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_input::DisableEbsEncryptionByDefaultInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_ebs_encryption_by_default::_disable_ebs_encryption_by_default_output::DisableEbsEncryptionByDefaultOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_ebs_encryption_by_default::builders::DisableEbsEncryptionByDefaultInputBuilder {
    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::disable_ebs_encryption_by_default::DisableEbsEncryptionByDefaultOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_ebs_encryption_by_default::DisableEbsEncryptionByDefaultError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_fast_launch::DisableFastLaunchError {
  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::disable_fast_launch::_disable_fast_launch_output::DisableFastLaunchOutput;
  348         -
  349    347   
pub use crate::operation::disable_fast_launch::_disable_fast_launch_input::DisableFastLaunchInput;
  350    348   
         349  +
pub use crate::operation::disable_fast_launch::_disable_fast_launch_output::DisableFastLaunchOutput;
         350  +
  351    351   
mod _disable_fast_launch_input;
  352    352   
  353    353   
mod _disable_fast_launch_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_fast_launch::_disable_fast_launch_output::DisableFastLaunchOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_fast_launch::_disable_fast_launch_input::DisableFastLaunchInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_fast_launch::_disable_fast_launch_output::DisableFastLaunchOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_fast_launch::builders::DisableFastLaunchInputBuilder {
    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::disable_fast_launch::DisableFastLaunchOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_fast_launch::DisableFastLaunchError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_fast_snapshot_restores::DisableFastSnapshotRestoresError {
  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::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_output::DisableFastSnapshotRestoresOutput;
  351         -
  352    350   
pub use crate::operation::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_input::DisableFastSnapshotRestoresInput;
  353    351   
         352  +
pub use crate::operation::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_output::DisableFastSnapshotRestoresOutput;
         353  +
  354    354   
mod _disable_fast_snapshot_restores_input;
  355    355   
  356    356   
mod _disable_fast_snapshot_restores_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_output::DisableFastSnapshotRestoresOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_input::DisableFastSnapshotRestoresInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_fast_snapshot_restores::_disable_fast_snapshot_restores_output::DisableFastSnapshotRestoresOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_fast_snapshot_restores::builders::DisableFastSnapshotRestoresInputBuilder {
    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::disable_fast_snapshot_restores::DisableFastSnapshotRestoresOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_fast_snapshot_restores::DisableFastSnapshotRestoresError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image::DisableImageError {
  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::disable_image::_disable_image_output::DisableImageOutput;
  348         -
  349    347   
pub use crate::operation::disable_image::_disable_image_input::DisableImageInput;
  350    348   
         349  +
pub use crate::operation::disable_image::_disable_image_output::DisableImageOutput;
         350  +
  351    351   
mod _disable_image_input;
  352    352   
  353    353   
mod _disable_image_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image::_disable_image_output::DisableImageOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_image::_disable_image_input::DisableImageInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_image::_disable_image_output::DisableImageOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_image::builders::DisableImageInputBuilder {
    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::disable_image::DisableImageOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_image::DisableImageError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image_block_public_access::DisableImageBlockPublicAccessError {
  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::disable_image_block_public_access::_disable_image_block_public_access_output::DisableImageBlockPublicAccessOutput;
  351         -
  352    350   
pub use crate::operation::disable_image_block_public_access::_disable_image_block_public_access_input::DisableImageBlockPublicAccessInput;
  353    351   
         352  +
pub use crate::operation::disable_image_block_public_access::_disable_image_block_public_access_output::DisableImageBlockPublicAccessOutput;
         353  +
  354    354   
mod _disable_image_block_public_access_input;
  355    355   
  356    356   
mod _disable_image_block_public_access_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image_block_public_access::_disable_image_block_public_access_output::DisableImageBlockPublicAccessOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_image_block_public_access::_disable_image_block_public_access_input::DisableImageBlockPublicAccessInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_image_block_public_access::_disable_image_block_public_access_output::DisableImageBlockPublicAccessOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_image_block_public_access::builders::DisableImageBlockPublicAccessInputBuilder {
    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::disable_image_block_public_access::DisableImageBlockPublicAccessOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_image_block_public_access::DisableImageBlockPublicAccessError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image_deprecation::DisableImageDeprecationError {
  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::disable_image_deprecation::_disable_image_deprecation_output::DisableImageDeprecationOutput;
  351         -
  352    350   
pub use crate::operation::disable_image_deprecation::_disable_image_deprecation_input::DisableImageDeprecationInput;
  353    351   
         352  +
pub use crate::operation::disable_image_deprecation::_disable_image_deprecation_output::DisableImageDeprecationOutput;
         353  +
  354    354   
mod _disable_image_deprecation_input;
  355    355   
  356    356   
mod _disable_image_deprecation_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image_deprecation::_disable_image_deprecation_output::DisableImageDeprecationOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_image_deprecation::_disable_image_deprecation_input::DisableImageDeprecationInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_image_deprecation::_disable_image_deprecation_output::DisableImageDeprecationOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_image_deprecation::builders::DisableImageDeprecationInputBuilder {
    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::disable_image_deprecation::DisableImageDeprecationOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_image_deprecation::DisableImageDeprecationError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_image_deregistration_protection.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::disable_image_deregistration_protection::DisableImageDeregistrationProtectionError {
  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::disable_image_deregistration_protection::_disable_image_deregistration_protection_output::DisableImageDeregistrationProtectionOutput;
  359         -
  360    358   
pub use crate::operation::disable_image_deregistration_protection::_disable_image_deregistration_protection_input::DisableImageDeregistrationProtectionInput;
  361    359   
         360  +
pub use crate::operation::disable_image_deregistration_protection::_disable_image_deregistration_protection_output::DisableImageDeregistrationProtectionOutput;
         361  +
  362    362   
mod _disable_image_deregistration_protection_input;
  363    363   
  364    364   
mod _disable_image_deregistration_protection_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/disable_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::disable_image_deregistration_protection::_disable_image_deregistration_protection_output::DisableImageDeregistrationProtectionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::disable_image_deregistration_protection::_disable_image_deregistration_protection_input::DisableImageDeregistrationProtectionInputBuilder;
    5      3   
           4  +
pub use crate::operation::disable_image_deregistration_protection::_disable_image_deregistration_protection_output::DisableImageDeregistrationProtectionOutputBuilder;
           5  +
    6      6   
impl crate::operation::disable_image_deregistration_protection::builders::DisableImageDeregistrationProtectionInputBuilder {
    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::disable_image_deregistration_protection::DisableImageDeregistrationProtectionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::disable_image_deregistration_protection::DisableImageDeregistrationProtectionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,