AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_image_attribute.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::reset_image_attribute::ResetImageAttributeError {
  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::reset_image_attribute::_reset_image_attribute_output::ResetImageAttributeOutput;
  351         -
  352    350   
pub use crate::operation::reset_image_attribute::_reset_image_attribute_input::ResetImageAttributeInput;
  353    351   
         352  +
pub use crate::operation::reset_image_attribute::_reset_image_attribute_output::ResetImageAttributeOutput;
         353  +
  354    354   
mod _reset_image_attribute_input;
  355    355   
  356    356   
mod _reset_image_attribute_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_image_attribute/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::reset_image_attribute::_reset_image_attribute_output::ResetImageAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::reset_image_attribute::_reset_image_attribute_input::ResetImageAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::reset_image_attribute::_reset_image_attribute_output::ResetImageAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::reset_image_attribute::builders::ResetImageAttributeInputBuilder {
    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::reset_image_attribute::ResetImageAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::reset_image_attribute::ResetImageAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_instance_attribute.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::reset_instance_attribute::ResetInstanceAttributeError {
  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::reset_instance_attribute::_reset_instance_attribute_output::ResetInstanceAttributeOutput;
  351         -
  352    350   
pub use crate::operation::reset_instance_attribute::_reset_instance_attribute_input::ResetInstanceAttributeInput;
  353    351   
         352  +
pub use crate::operation::reset_instance_attribute::_reset_instance_attribute_output::ResetInstanceAttributeOutput;
         353  +
  354    354   
mod _reset_instance_attribute_input;
  355    355   
  356    356   
mod _reset_instance_attribute_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_instance_attribute/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::reset_instance_attribute::_reset_instance_attribute_output::ResetInstanceAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::reset_instance_attribute::_reset_instance_attribute_input::ResetInstanceAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::reset_instance_attribute::_reset_instance_attribute_output::ResetInstanceAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::reset_instance_attribute::builders::ResetInstanceAttributeInputBuilder {
    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::reset_instance_attribute::ResetInstanceAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::reset_instance_attribute::ResetInstanceAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -326,326 +365,365 @@
  346    346   
            meta: meta.unwrap_or_default(),
  347    347   
        })
  348    348   
    }
  349    349   
}
  350    350   
impl ::aws_types::request_id::RequestId for crate::operation::reset_network_interface_attribute::ResetNetworkInterfaceAttributeError {
  351    351   
    fn request_id(&self) -> Option<&str> {
  352    352   
        self.meta().request_id()
  353    353   
    }
  354    354   
}
  355    355   
  356         -
pub use crate::operation::reset_network_interface_attribute::_reset_network_interface_attribute_output::ResetNetworkInterfaceAttributeOutput;
  357         -
  358    356   
pub use crate::operation::reset_network_interface_attribute::_reset_network_interface_attribute_input::ResetNetworkInterfaceAttributeInput;
  359    357   
         358  +
pub use crate::operation::reset_network_interface_attribute::_reset_network_interface_attribute_output::ResetNetworkInterfaceAttributeOutput;
         359  +
  360    360   
mod _reset_network_interface_attribute_input;
  361    361   
  362    362   
mod _reset_network_interface_attribute_output;
  363    363   
  364    364   
/// Builders
  365    365   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_network_interface_attribute/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::reset_network_interface_attribute::_reset_network_interface_attribute_output::ResetNetworkInterfaceAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::reset_network_interface_attribute::_reset_network_interface_attribute_input::ResetNetworkInterfaceAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::reset_network_interface_attribute::_reset_network_interface_attribute_output::ResetNetworkInterfaceAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::reset_network_interface_attribute::builders::ResetNetworkInterfaceAttributeInputBuilder {
    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::reset_network_interface_attribute::ResetNetworkInterfaceAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::reset_network_interface_attribute::ResetNetworkInterfaceAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_snapshot_attribute.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::reset_snapshot_attribute::ResetSnapshotAttributeError {
  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::reset_snapshot_attribute::_reset_snapshot_attribute_output::ResetSnapshotAttributeOutput;
  351         -
  352    350   
pub use crate::operation::reset_snapshot_attribute::_reset_snapshot_attribute_input::ResetSnapshotAttributeInput;
  353    351   
         352  +
pub use crate::operation::reset_snapshot_attribute::_reset_snapshot_attribute_output::ResetSnapshotAttributeOutput;
         353  +
  354    354   
mod _reset_snapshot_attribute_input;
  355    355   
  356    356   
mod _reset_snapshot_attribute_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/reset_snapshot_attribute/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::reset_snapshot_attribute::_reset_snapshot_attribute_output::ResetSnapshotAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::reset_snapshot_attribute::_reset_snapshot_attribute_input::ResetSnapshotAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::reset_snapshot_attribute::_reset_snapshot_attribute_output::ResetSnapshotAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::reset_snapshot_attribute::builders::ResetSnapshotAttributeInputBuilder {
    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::reset_snapshot_attribute::ResetSnapshotAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::reset_snapshot_attribute::ResetSnapshotAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_address_to_classic.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_address_to_classic::RestoreAddressToClassicError {
  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_address_to_classic::_restore_address_to_classic_output::RestoreAddressToClassicOutput;
  351         -
  352    350   
pub use crate::operation::restore_address_to_classic::_restore_address_to_classic_input::RestoreAddressToClassicInput;
  353    351   
         352  +
pub use crate::operation::restore_address_to_classic::_restore_address_to_classic_output::RestoreAddressToClassicOutput;
         353  +
  354    354   
mod _restore_address_to_classic_input;
  355    355   
  356    356   
mod _restore_address_to_classic_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_address_to_classic/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_address_to_classic::_restore_address_to_classic_output::RestoreAddressToClassicOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_address_to_classic::_restore_address_to_classic_input::RestoreAddressToClassicInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_address_to_classic::_restore_address_to_classic_output::RestoreAddressToClassicOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_address_to_classic::builders::RestoreAddressToClassicInputBuilder {
    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_address_to_classic::RestoreAddressToClassicOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_address_to_classic::RestoreAddressToClassicError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_image_from_recycle_bin.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_image_from_recycle_bin::RestoreImageFromRecycleBinError {
  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_image_from_recycle_bin::_restore_image_from_recycle_bin_output::RestoreImageFromRecycleBinOutput;
  351         -
  352    350   
pub use crate::operation::restore_image_from_recycle_bin::_restore_image_from_recycle_bin_input::RestoreImageFromRecycleBinInput;
  353    351   
         352  +
pub use crate::operation::restore_image_from_recycle_bin::_restore_image_from_recycle_bin_output::RestoreImageFromRecycleBinOutput;
         353  +
  354    354   
mod _restore_image_from_recycle_bin_input;
  355    355   
  356    356   
mod _restore_image_from_recycle_bin_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_image_from_recycle_bin/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_image_from_recycle_bin::_restore_image_from_recycle_bin_output::RestoreImageFromRecycleBinOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_image_from_recycle_bin::_restore_image_from_recycle_bin_input::RestoreImageFromRecycleBinInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_image_from_recycle_bin::_restore_image_from_recycle_bin_output::RestoreImageFromRecycleBinOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_image_from_recycle_bin::builders::RestoreImageFromRecycleBinInputBuilder {
    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_image_from_recycle_bin::RestoreImageFromRecycleBinOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_image_from_recycle_bin::RestoreImageFromRecycleBinError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -330,330 +369,369 @@
  350    350   
            meta: meta.unwrap_or_default(),
  351    351   
        })
  352    352   
    }
  353    353   
}
  354    354   
impl ::aws_types::request_id::RequestId for crate::operation::restore_managed_prefix_list_version::RestoreManagedPrefixListVersionError {
  355    355   
    fn request_id(&self) -> Option<&str> {
  356    356   
        self.meta().request_id()
  357    357   
    }
  358    358   
}
  359    359   
  360         -
pub use crate::operation::restore_managed_prefix_list_version::_restore_managed_prefix_list_version_output::RestoreManagedPrefixListVersionOutput;
  361         -
  362    360   
pub use crate::operation::restore_managed_prefix_list_version::_restore_managed_prefix_list_version_input::RestoreManagedPrefixListVersionInput;
  363    361   
         362  +
pub use crate::operation::restore_managed_prefix_list_version::_restore_managed_prefix_list_version_output::RestoreManagedPrefixListVersionOutput;
         363  +
  364    364   
mod _restore_managed_prefix_list_version_input;
  365    365   
  366    366   
mod _restore_managed_prefix_list_version_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_managed_prefix_list_version/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_managed_prefix_list_version::_restore_managed_prefix_list_version_output::RestoreManagedPrefixListVersionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_managed_prefix_list_version::_restore_managed_prefix_list_version_input::RestoreManagedPrefixListVersionInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_managed_prefix_list_version::_restore_managed_prefix_list_version_output::RestoreManagedPrefixListVersionOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_managed_prefix_list_version::builders::RestoreManagedPrefixListVersionInputBuilder {
    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_managed_prefix_list_version::RestoreManagedPrefixListVersionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_managed_prefix_list_version::RestoreManagedPrefixListVersionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_snapshot_from_recycle_bin.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_from_recycle_bin::RestoreSnapshotFromRecycleBinError {
  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_from_recycle_bin::_restore_snapshot_from_recycle_bin_output::RestoreSnapshotFromRecycleBinOutput;
  351         -
  352    350   
pub use crate::operation::restore_snapshot_from_recycle_bin::_restore_snapshot_from_recycle_bin_input::RestoreSnapshotFromRecycleBinInput;
  353    351   
         352  +
pub use crate::operation::restore_snapshot_from_recycle_bin::_restore_snapshot_from_recycle_bin_output::RestoreSnapshotFromRecycleBinOutput;
         353  +
  354    354   
mod _restore_snapshot_from_recycle_bin_input;
  355    355   
  356    356   
mod _restore_snapshot_from_recycle_bin_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/restore_snapshot_from_recycle_bin/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_from_recycle_bin::_restore_snapshot_from_recycle_bin_output::RestoreSnapshotFromRecycleBinOutputBuilder;
    3         -
    4      2   
pub use crate::operation::restore_snapshot_from_recycle_bin::_restore_snapshot_from_recycle_bin_input::RestoreSnapshotFromRecycleBinInputBuilder;
    5      3   
           4  +
pub use crate::operation::restore_snapshot_from_recycle_bin::_restore_snapshot_from_recycle_bin_output::RestoreSnapshotFromRecycleBinOutputBuilder;
           5  +
    6      6   
impl crate::operation::restore_snapshot_from_recycle_bin::builders::RestoreSnapshotFromRecycleBinInputBuilder {
    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_from_recycle_bin::RestoreSnapshotFromRecycleBinOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::restore_snapshot_from_recycle_bin::RestoreSnapshotFromRecycleBinError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,