AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fleet_instances.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_instances::DescribeFleetInstancesError {
  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_instances::_describe_fleet_instances_output::DescribeFleetInstancesOutput;
  351         -
  352    350   
pub use crate::operation::describe_fleet_instances::_describe_fleet_instances_input::DescribeFleetInstancesInput;
  353    351   
         352  +
pub use crate::operation::describe_fleet_instances::_describe_fleet_instances_output::DescribeFleetInstancesOutput;
         353  +
  354    354   
mod _describe_fleet_instances_input;
  355    355   
  356    356   
mod _describe_fleet_instances_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fleet_instances/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_instances::_describe_fleet_instances_output::DescribeFleetInstancesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fleet_instances::_describe_fleet_instances_input::DescribeFleetInstancesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fleet_instances::_describe_fleet_instances_output::DescribeFleetInstancesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fleet_instances::builders::DescribeFleetInstancesInputBuilder {
    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_instances::DescribeFleetInstancesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fleet_instances::DescribeFleetInstancesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fleets.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_fleets::DescribeFleetsError {
  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_fleets::_describe_fleets_output::DescribeFleetsOutput;
  348         -
  349    347   
pub use crate::operation::describe_fleets::_describe_fleets_input::DescribeFleetsInput;
  350    348   
         349  +
pub use crate::operation::describe_fleets::_describe_fleets_output::DescribeFleetsOutput;
         350  +
  351    351   
mod _describe_fleets_input;
  352    352   
  353    353   
mod _describe_fleets_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_fleets/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_fleets::_describe_fleets_output::DescribeFleetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fleets::_describe_fleets_input::DescribeFleetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fleets::_describe_fleets_output::DescribeFleetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fleets::builders::DescribeFleetsInputBuilder {
    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_fleets::DescribeFleetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fleets::DescribeFleetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_flow_logs.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_flow_logs::DescribeFlowLogsError {
  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_flow_logs::_describe_flow_logs_output::DescribeFlowLogsOutput;
  348         -
  349    347   
pub use crate::operation::describe_flow_logs::_describe_flow_logs_input::DescribeFlowLogsInput;
  350    348   
         349  +
pub use crate::operation::describe_flow_logs::_describe_flow_logs_output::DescribeFlowLogsOutput;
         350  +
  351    351   
mod _describe_flow_logs_input;
  352    352   
  353    353   
mod _describe_flow_logs_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_flow_logs/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_flow_logs::_describe_flow_logs_output::DescribeFlowLogsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_flow_logs::_describe_flow_logs_input::DescribeFlowLogsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_flow_logs::_describe_flow_logs_output::DescribeFlowLogsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_flow_logs::builders::DescribeFlowLogsInputBuilder {
    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_flow_logs::DescribeFlowLogsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_flow_logs::DescribeFlowLogsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fpga_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::describe_fpga_image_attribute::DescribeFpgaImageAttributeError {
  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_fpga_image_attribute::_describe_fpga_image_attribute_output::DescribeFpgaImageAttributeOutput;
  351         -
  352    350   
pub use crate::operation::describe_fpga_image_attribute::_describe_fpga_image_attribute_input::DescribeFpgaImageAttributeInput;
  353    351   
         352  +
pub use crate::operation::describe_fpga_image_attribute::_describe_fpga_image_attribute_output::DescribeFpgaImageAttributeOutput;
         353  +
  354    354   
mod _describe_fpga_image_attribute_input;
  355    355   
  356    356   
mod _describe_fpga_image_attribute_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fpga_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::describe_fpga_image_attribute::_describe_fpga_image_attribute_output::DescribeFpgaImageAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fpga_image_attribute::_describe_fpga_image_attribute_input::DescribeFpgaImageAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fpga_image_attribute::_describe_fpga_image_attribute_output::DescribeFpgaImageAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fpga_image_attribute::builders::DescribeFpgaImageAttributeInputBuilder {
    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_fpga_image_attribute::DescribeFpgaImageAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fpga_image_attribute::DescribeFpgaImageAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_fpga_images.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_fpga_images::DescribeFpgaImagesError {
  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_fpga_images::_describe_fpga_images_output::DescribeFpgaImagesOutput;
  348         -
  349    347   
pub use crate::operation::describe_fpga_images::_describe_fpga_images_input::DescribeFpgaImagesInput;
  350    348   
         349  +
pub use crate::operation::describe_fpga_images::_describe_fpga_images_output::DescribeFpgaImagesOutput;
         350  +
  351    351   
mod _describe_fpga_images_input;
  352    352   
  353    353   
mod _describe_fpga_images_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_fpga_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_fpga_images::_describe_fpga_images_output::DescribeFpgaImagesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_fpga_images::_describe_fpga_images_input::DescribeFpgaImagesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_fpga_images::_describe_fpga_images_output::DescribeFpgaImagesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_fpga_images::builders::DescribeFpgaImagesInputBuilder {
    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_fpga_images::DescribeFpgaImagesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_fpga_images::DescribeFpgaImagesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -330,330 +372,372 @@
  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_host_reservation_offerings::DescribeHostReservationOfferingsError {
  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_host_reservation_offerings::_describe_host_reservation_offerings_output::DescribeHostReservationOfferingsOutput;
  361         -
  362    360   
pub use crate::operation::describe_host_reservation_offerings::_describe_host_reservation_offerings_input::DescribeHostReservationOfferingsInput;
  363    361   
         362  +
pub use crate::operation::describe_host_reservation_offerings::_describe_host_reservation_offerings_output::DescribeHostReservationOfferingsOutput;
         363  +
  364    364   
mod _describe_host_reservation_offerings_input;
  365    365   
  366    366   
mod _describe_host_reservation_offerings_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;
  370    370   
  371    371   
/// Paginator for this operation
  372    372   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_host_reservation_offerings/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_host_reservation_offerings::_describe_host_reservation_offerings_output::DescribeHostReservationOfferingsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_host_reservation_offerings::_describe_host_reservation_offerings_input::DescribeHostReservationOfferingsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_host_reservation_offerings::_describe_host_reservation_offerings_output::DescribeHostReservationOfferingsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_host_reservation_offerings::builders::DescribeHostReservationOfferingsInputBuilder {
    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_host_reservation_offerings::DescribeHostReservationOfferingsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_host_reservation_offerings::DescribeHostReservationOfferingsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_host_reservations.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_host_reservations::DescribeHostReservationsError {
  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_host_reservations::_describe_host_reservations_output::DescribeHostReservationsOutput;
  351         -
  352    350   
pub use crate::operation::describe_host_reservations::_describe_host_reservations_input::DescribeHostReservationsInput;
  353    351   
         352  +
pub use crate::operation::describe_host_reservations::_describe_host_reservations_output::DescribeHostReservationsOutput;
         353  +
  354    354   
mod _describe_host_reservations_input;
  355    355   
  356    356   
mod _describe_host_reservations_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_host_reservations/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_host_reservations::_describe_host_reservations_output::DescribeHostReservationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_host_reservations::_describe_host_reservations_input::DescribeHostReservationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_host_reservations::_describe_host_reservations_output::DescribeHostReservationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_host_reservations::builders::DescribeHostReservationsInputBuilder {
    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_host_reservations::DescribeHostReservationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_host_reservations::DescribeHostReservationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_hosts.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_hosts::DescribeHostsError {
  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_hosts::_describe_hosts_output::DescribeHostsOutput;
  348         -
  349    347   
pub use crate::operation::describe_hosts::_describe_hosts_input::DescribeHostsInput;
  350    348   
         349  +
pub use crate::operation::describe_hosts::_describe_hosts_output::DescribeHostsOutput;
         350  +
  351    351   
mod _describe_hosts_input;
  352    352   
  353    353   
mod _describe_hosts_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_hosts/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_hosts::_describe_hosts_output::DescribeHostsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_hosts::_describe_hosts_input::DescribeHostsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_hosts::_describe_hosts_output::DescribeHostsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_hosts::builders::DescribeHostsInputBuilder {
    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_hosts::DescribeHostsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_hosts::DescribeHostsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,