AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

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

@@ -320,320 +362,362 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::describe_dhcp_options::DescribeDhcpOptionsError {
  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::describe_dhcp_options::_describe_dhcp_options_output::DescribeDhcpOptionsOutput;
  351         -
  352    350   
pub use crate::operation::describe_dhcp_options::_describe_dhcp_options_input::DescribeDhcpOptionsInput;
  353    351   
         352  +
pub use crate::operation::describe_dhcp_options::_describe_dhcp_options_output::DescribeDhcpOptionsOutput;
         353  +
  354    354   
mod _describe_dhcp_options_input;
  355    355   
  356    356   
mod _describe_dhcp_options_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;
  360    360   
  361    361   
/// Paginator for this operation
  362    362   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_dhcp_options/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::describe_dhcp_options::_describe_dhcp_options_output::DescribeDhcpOptionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_dhcp_options::_describe_dhcp_options_input::DescribeDhcpOptionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_dhcp_options::_describe_dhcp_options_output::DescribeDhcpOptionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_dhcp_options::builders::DescribeDhcpOptionsInputBuilder {
    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::describe_dhcp_options::DescribeDhcpOptionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_dhcp_options::DescribeDhcpOptionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -332,332 +374,374 @@
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
impl ::aws_types::request_id::RequestId for crate::operation::describe_egress_only_internet_gateways::DescribeEgressOnlyInternetGatewaysError {
  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::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_output::DescribeEgressOnlyInternetGatewaysOutput;
  363         -
  364    362   
pub use crate::operation::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_input::DescribeEgressOnlyInternetGatewaysInput;
  365    363   
         364  +
pub use crate::operation::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_output::DescribeEgressOnlyInternetGatewaysOutput;
         365  +
  366    366   
mod _describe_egress_only_internet_gateways_input;
  367    367   
  368    368   
mod _describe_egress_only_internet_gateways_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;
  372    372   
  373    373   
/// Paginator for this operation
  374    374   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_egress_only_internet_gateways/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::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_output::DescribeEgressOnlyInternetGatewaysOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_input::DescribeEgressOnlyInternetGatewaysInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_egress_only_internet_gateways::_describe_egress_only_internet_gateways_output::DescribeEgressOnlyInternetGatewaysOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_egress_only_internet_gateways::builders::DescribeEgressOnlyInternetGatewaysInputBuilder {
    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::describe_egress_only_internet_gateways::DescribeEgressOnlyInternetGatewaysOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_egress_only_internet_gateways::DescribeEgressOnlyInternetGatewaysError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_elastic_gpus.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::describe_elastic_gpus::DescribeElasticGpusError {
  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::describe_elastic_gpus::_describe_elastic_gpus_output::DescribeElasticGpusOutput;
  351         -
  352    350   
pub use crate::operation::describe_elastic_gpus::_describe_elastic_gpus_input::DescribeElasticGpusInput;
  353    351   
         352  +
pub use crate::operation::describe_elastic_gpus::_describe_elastic_gpus_output::DescribeElasticGpusOutput;
         353  +
  354    354   
mod _describe_elastic_gpus_input;
  355    355   
  356    356   
mod _describe_elastic_gpus_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_elastic_gpus/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::describe_elastic_gpus::_describe_elastic_gpus_output::DescribeElasticGpusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_elastic_gpus::_describe_elastic_gpus_input::DescribeElasticGpusInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_elastic_gpus::_describe_elastic_gpus_output::DescribeElasticGpusOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_elastic_gpus::builders::DescribeElasticGpusInputBuilder {
    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::describe_elastic_gpus::DescribeElasticGpusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_elastic_gpus::DescribeElasticGpusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -320,320 +362,362 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::describe_export_image_tasks::DescribeExportImageTasksError {
  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::describe_export_image_tasks::_describe_export_image_tasks_output::DescribeExportImageTasksOutput;
  351         -
  352    350   
pub use crate::operation::describe_export_image_tasks::_describe_export_image_tasks_input::DescribeExportImageTasksInput;
  353    351   
         352  +
pub use crate::operation::describe_export_image_tasks::_describe_export_image_tasks_output::DescribeExportImageTasksOutput;
         353  +
  354    354   
mod _describe_export_image_tasks_input;
  355    355   
  356    356   
mod _describe_export_image_tasks_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;
  360    360   
  361    361   
/// Paginator for this operation
  362    362   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_export_image_tasks/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::describe_export_image_tasks::_describe_export_image_tasks_output::DescribeExportImageTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_export_image_tasks::_describe_export_image_tasks_input::DescribeExportImageTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_export_image_tasks::_describe_export_image_tasks_output::DescribeExportImageTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_export_image_tasks::builders::DescribeExportImageTasksInputBuilder {
    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::describe_export_image_tasks::DescribeExportImageTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_export_image_tasks::DescribeExportImageTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_export_tasks.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::describe_export_tasks::DescribeExportTasksError {
  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::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutput;
  351         -
  352    350   
pub use crate::operation::describe_export_tasks::_describe_export_tasks_input::DescribeExportTasksInput;
  353    351   
         352  +
pub use crate::operation::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutput;
         353  +
  354    354   
mod _describe_export_tasks_input;
  355    355   
  356    356   
mod _describe_export_tasks_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_export_tasks/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::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_export_tasks::_describe_export_tasks_input::DescribeExportTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_export_tasks::_describe_export_tasks_output::DescribeExportTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_export_tasks::builders::DescribeExportTasksInputBuilder {
    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::describe_export_tasks::DescribeExportTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_export_tasks::DescribeExportTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -320,320 +362,362 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesError {
  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::describe_fast_launch_images::_describe_fast_launch_images_output::DescribeFastLaunchImagesOutput;
  351         -
  352    350   
pub use crate::operation::describe_fast_launch_images::_describe_fast_launch_images_input::DescribeFastLaunchImagesInput;
  353    351   
         352  +
pub use crate::operation::describe_fast_launch_images::_describe_fast_launch_images_output::DescribeFastLaunchImagesOutput;
         353  +
  354    354   
mod _describe_fast_launch_images_input;
  355    355   
  356    356   
mod _describe_fast_launch_images_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;
  360    360   
  361    361   
/// Paginator for this operation
  362    362   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fast_launch_images/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::describe_fast_launch_images::_describe_fast_launch_images_output::DescribeFastLaunchImagesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fast_launch_images::_describe_fast_launch_images_input::DescribeFastLaunchImagesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fast_launch_images::_describe_fast_launch_images_output::DescribeFastLaunchImagesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fast_launch_images::builders::DescribeFastLaunchImagesInputBuilder {
    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::describe_fast_launch_images::DescribeFastLaunchImagesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fast_launch_images::DescribeFastLaunchImagesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -320,320 +362,362 @@
  340    340   
            meta: meta.unwrap_or_default(),
  341    341   
        })
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId for crate::operation::describe_fast_snapshot_restores::DescribeFastSnapshotRestoresError {
  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::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_output::DescribeFastSnapshotRestoresOutput;
  351         -
  352    350   
pub use crate::operation::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_input::DescribeFastSnapshotRestoresInput;
  353    351   
         352  +
pub use crate::operation::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_output::DescribeFastSnapshotRestoresOutput;
         353  +
  354    354   
mod _describe_fast_snapshot_restores_input;
  355    355   
  356    356   
mod _describe_fast_snapshot_restores_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;
  360    360   
  361    361   
/// Paginator for this operation
  362    362   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_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::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_output::DescribeFastSnapshotRestoresOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_input::DescribeFastSnapshotRestoresInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fast_snapshot_restores::_describe_fast_snapshot_restores_output::DescribeFastSnapshotRestoresOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fast_snapshot_restores::builders::DescribeFastSnapshotRestoresInputBuilder {
    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::describe_fast_snapshot_restores::DescribeFastSnapshotRestoresOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fast_snapshot_restores::DescribeFastSnapshotRestoresError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fleet_history.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::describe_fleet_history::DescribeFleetHistoryError {
  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::describe_fleet_history::_describe_fleet_history_output::DescribeFleetHistoryOutput;
  351         -
  352    350   
pub use crate::operation::describe_fleet_history::_describe_fleet_history_input::DescribeFleetHistoryInput;
  353    351   
         352  +
pub use crate::operation::describe_fleet_history::_describe_fleet_history_output::DescribeFleetHistoryOutput;
         353  +
  354    354   
mod _describe_fleet_history_input;
  355    355   
  356    356   
mod _describe_fleet_history_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fleet_history/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::describe_fleet_history::_describe_fleet_history_output::DescribeFleetHistoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fleet_history::_describe_fleet_history_input::DescribeFleetHistoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fleet_history::_describe_fleet_history_output::DescribeFleetHistoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fleet_history::builders::DescribeFleetHistoryInputBuilder {
    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::describe_fleet_history::DescribeFleetHistoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fleet_history::DescribeFleetHistoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,