AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_spot_fleet_request_history.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::describe_spot_fleet_request_history::DescribeSpotFleetRequestHistoryError {
  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::describe_spot_fleet_request_history::_describe_spot_fleet_request_history_output::DescribeSpotFleetRequestHistoryOutput;
  361         -
  362    360   
pub use crate::operation::describe_spot_fleet_request_history::_describe_spot_fleet_request_history_input::DescribeSpotFleetRequestHistoryInput;
  363    361   
         362  +
pub use crate::operation::describe_spot_fleet_request_history::_describe_spot_fleet_request_history_output::DescribeSpotFleetRequestHistoryOutput;
         363  +
  364    364   
mod _describe_spot_fleet_request_history_input;
  365    365   
  366    366   
mod _describe_spot_fleet_request_history_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_spot_fleet_request_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_spot_fleet_request_history::_describe_spot_fleet_request_history_output::DescribeSpotFleetRequestHistoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_spot_fleet_request_history::_describe_spot_fleet_request_history_input::DescribeSpotFleetRequestHistoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_spot_fleet_request_history::_describe_spot_fleet_request_history_output::DescribeSpotFleetRequestHistoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_spot_fleet_request_history::builders::DescribeSpotFleetRequestHistoryInputBuilder {
    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_spot_fleet_request_history::DescribeSpotFleetRequestHistoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_spot_fleet_request_history::DescribeSpotFleetRequestHistoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -321,321 +363,363 @@
  341    341   
            meta: meta.unwrap_or_default(),
  342    342   
        })
  343    343   
    }
  344    344   
}
  345    345   
impl ::aws_types::request_id::RequestId for crate::operation::describe_spot_fleet_requests::DescribeSpotFleetRequestsError {
  346    346   
    fn request_id(&self) -> Option<&str> {
  347    347   
        self.meta().request_id()
  348    348   
    }
  349    349   
}
  350    350   
  351         -
pub use crate::operation::describe_spot_fleet_requests::_describe_spot_fleet_requests_output::DescribeSpotFleetRequestsOutput;
  352         -
  353    351   
pub use crate::operation::describe_spot_fleet_requests::_describe_spot_fleet_requests_input::DescribeSpotFleetRequestsInput;
  354    352   
         353  +
pub use crate::operation::describe_spot_fleet_requests::_describe_spot_fleet_requests_output::DescribeSpotFleetRequestsOutput;
         354  +
  355    355   
mod _describe_spot_fleet_requests_input;
  356    356   
  357    357   
mod _describe_spot_fleet_requests_output;
  358    358   
  359    359   
/// Builders
  360    360   
pub mod builders;
  361    361   
  362    362   
/// Paginator for this operation
  363    363   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_spot_fleet_requests/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_spot_fleet_requests::_describe_spot_fleet_requests_output::DescribeSpotFleetRequestsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_spot_fleet_requests::_describe_spot_fleet_requests_input::DescribeSpotFleetRequestsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_spot_fleet_requests::_describe_spot_fleet_requests_output::DescribeSpotFleetRequestsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_spot_fleet_requests::builders::DescribeSpotFleetRequestsInputBuilder {
    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_spot_fleet_requests::DescribeSpotFleetRequestsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_spot_fleet_requests::DescribeSpotFleetRequestsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -321,321 +363,363 @@
  341    341   
            meta: meta.unwrap_or_default(),
  342    342   
        })
  343    343   
    }
  344    344   
}
  345    345   
impl ::aws_types::request_id::RequestId for crate::operation::describe_spot_instance_requests::DescribeSpotInstanceRequestsError {
  346    346   
    fn request_id(&self) -> Option<&str> {
  347    347   
        self.meta().request_id()
  348    348   
    }
  349    349   
}
  350    350   
  351         -
pub use crate::operation::describe_spot_instance_requests::_describe_spot_instance_requests_output::DescribeSpotInstanceRequestsOutput;
  352         -
  353    351   
pub use crate::operation::describe_spot_instance_requests::_describe_spot_instance_requests_input::DescribeSpotInstanceRequestsInput;
  354    352   
         353  +
pub use crate::operation::describe_spot_instance_requests::_describe_spot_instance_requests_output::DescribeSpotInstanceRequestsOutput;
         354  +
  355    355   
mod _describe_spot_instance_requests_input;
  356    356   
  357    357   
mod _describe_spot_instance_requests_output;
  358    358   
  359    359   
/// Builders
  360    360   
pub mod builders;
  361    361   
  362    362   
/// Paginator for this operation
  363    363   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_spot_instance_requests/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_spot_instance_requests::_describe_spot_instance_requests_output::DescribeSpotInstanceRequestsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_spot_instance_requests::_describe_spot_instance_requests_input::DescribeSpotInstanceRequestsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_spot_instance_requests::_describe_spot_instance_requests_output::DescribeSpotInstanceRequestsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_spot_instance_requests::builders::DescribeSpotInstanceRequestsInputBuilder {
    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_spot_instance_requests::DescribeSpotInstanceRequestsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_spot_instance_requests::DescribeSpotInstanceRequestsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_spot_price_history.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_spot_price_history::DescribeSpotPriceHistoryError {
  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_spot_price_history::_describe_spot_price_history_output::DescribeSpotPriceHistoryOutput;
  351         -
  352    350   
pub use crate::operation::describe_spot_price_history::_describe_spot_price_history_input::DescribeSpotPriceHistoryInput;
  353    351   
         352  +
pub use crate::operation::describe_spot_price_history::_describe_spot_price_history_output::DescribeSpotPriceHistoryOutput;
         353  +
  354    354   
mod _describe_spot_price_history_input;
  355    355   
  356    356   
mod _describe_spot_price_history_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_spot_price_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_spot_price_history::_describe_spot_price_history_output::DescribeSpotPriceHistoryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_spot_price_history::_describe_spot_price_history_input::DescribeSpotPriceHistoryInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_spot_price_history::_describe_spot_price_history_output::DescribeSpotPriceHistoryOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_spot_price_history::builders::DescribeSpotPriceHistoryInputBuilder {
    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_spot_price_history::DescribeSpotPriceHistoryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_spot_price_history::DescribeSpotPriceHistoryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_stale_security_groups.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_stale_security_groups::DescribeStaleSecurityGroupsError {
  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_stale_security_groups::_describe_stale_security_groups_output::DescribeStaleSecurityGroupsOutput;
  351         -
  352    350   
pub use crate::operation::describe_stale_security_groups::_describe_stale_security_groups_input::DescribeStaleSecurityGroupsInput;
  353    351   
         352  +
pub use crate::operation::describe_stale_security_groups::_describe_stale_security_groups_output::DescribeStaleSecurityGroupsOutput;
         353  +
  354    354   
mod _describe_stale_security_groups_input;
  355    355   
  356    356   
mod _describe_stale_security_groups_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_stale_security_groups/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_stale_security_groups::_describe_stale_security_groups_output::DescribeStaleSecurityGroupsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_stale_security_groups::_describe_stale_security_groups_input::DescribeStaleSecurityGroupsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_stale_security_groups::_describe_stale_security_groups_output::DescribeStaleSecurityGroupsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_stale_security_groups::builders::DescribeStaleSecurityGroupsInputBuilder {
    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_stale_security_groups::DescribeStaleSecurityGroupsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_stale_security_groups::DescribeStaleSecurityGroupsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_store_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_store_image_tasks::DescribeStoreImageTasksError {
  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_store_image_tasks::_describe_store_image_tasks_output::DescribeStoreImageTasksOutput;
  351         -
  352    350   
pub use crate::operation::describe_store_image_tasks::_describe_store_image_tasks_input::DescribeStoreImageTasksInput;
  353    351   
         352  +
pub use crate::operation::describe_store_image_tasks::_describe_store_image_tasks_output::DescribeStoreImageTasksOutput;
         353  +
  354    354   
mod _describe_store_image_tasks_input;
  355    355   
  356    356   
mod _describe_store_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_store_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_store_image_tasks::_describe_store_image_tasks_output::DescribeStoreImageTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_store_image_tasks::_describe_store_image_tasks_input::DescribeStoreImageTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_store_image_tasks::_describe_store_image_tasks_output::DescribeStoreImageTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_store_image_tasks::builders::DescribeStoreImageTasksInputBuilder {
    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_store_image_tasks::DescribeStoreImageTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_store_image_tasks::DescribeStoreImageTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -317,317 +359,359 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::describe_subnets::DescribeSubnetsError {
  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::describe_subnets::_describe_subnets_output::DescribeSubnetsOutput;
  348         -
  349    347   
pub use crate::operation::describe_subnets::_describe_subnets_input::DescribeSubnetsInput;
  350    348   
         349  +
pub use crate::operation::describe_subnets::_describe_subnets_output::DescribeSubnetsOutput;
         350  +
  351    351   
mod _describe_subnets_input;
  352    352   
  353    353   
mod _describe_subnets_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;
  357    357   
  358    358   
/// Paginator for this operation
  359    359   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_subnets/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_subnets::_describe_subnets_output::DescribeSubnetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_subnets::_describe_subnets_input::DescribeSubnetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_subnets::_describe_subnets_output::DescribeSubnetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_subnets::builders::DescribeSubnetsInputBuilder {
    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_subnets::DescribeSubnetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_subnets::DescribeSubnetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -317,317 +359,359 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::describe_tags::DescribeTagsError {
  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::describe_tags::_describe_tags_output::DescribeTagsOutput;
  348         -
  349    347   
pub use crate::operation::describe_tags::_describe_tags_input::DescribeTagsInput;
  350    348   
         349  +
pub use crate::operation::describe_tags::_describe_tags_output::DescribeTagsOutput;
         350  +
  351    351   
mod _describe_tags_input;
  352    352   
  353    353   
mod _describe_tags_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;
  357    357   
  358    358   
/// Paginator for this operation
  359    359   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_tags/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_tags::_describe_tags_output::DescribeTagsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_tags::_describe_tags_input::DescribeTagsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_tags::_describe_tags_output::DescribeTagsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_tags::builders::DescribeTagsInputBuilder {
    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_tags::DescribeTagsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_tags::DescribeTagsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,