AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_dhcp_options.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::delete_dhcp_options::DeleteDhcpOptionsError {
  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::delete_dhcp_options::_delete_dhcp_options_output::DeleteDhcpOptionsOutput;
  348         -
  349    347   
pub use crate::operation::delete_dhcp_options::_delete_dhcp_options_input::DeleteDhcpOptionsInput;
  350    348   
         349  +
pub use crate::operation::delete_dhcp_options::_delete_dhcp_options_output::DeleteDhcpOptionsOutput;
         350  +
  351    351   
mod _delete_dhcp_options_input;
  352    352   
  353    353   
mod _delete_dhcp_options_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_dhcp_options::_delete_dhcp_options_output::DeleteDhcpOptionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_dhcp_options::_delete_dhcp_options_input::DeleteDhcpOptionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_dhcp_options::_delete_dhcp_options_output::DeleteDhcpOptionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_dhcp_options::builders::DeleteDhcpOptionsInputBuilder {
    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::delete_dhcp_options::DeleteDhcpOptionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_dhcp_options::DeleteDhcpOptionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_egress_only_internet_gateway.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::delete_egress_only_internet_gateway::DeleteEgressOnlyInternetGatewayError {
  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::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_output::DeleteEgressOnlyInternetGatewayOutput;
  361         -
  362    360   
pub use crate::operation::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_input::DeleteEgressOnlyInternetGatewayInput;
  363    361   
         362  +
pub use crate::operation::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_output::DeleteEgressOnlyInternetGatewayOutput;
         363  +
  364    364   
mod _delete_egress_only_internet_gateway_input;
  365    365   
  366    366   
mod _delete_egress_only_internet_gateway_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_egress_only_internet_gateway/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::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_output::DeleteEgressOnlyInternetGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_input::DeleteEgressOnlyInternetGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_egress_only_internet_gateway::_delete_egress_only_internet_gateway_output::DeleteEgressOnlyInternetGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_egress_only_internet_gateway::builders::DeleteEgressOnlyInternetGatewayInputBuilder {
    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::delete_egress_only_internet_gateway::DeleteEgressOnlyInternetGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_egress_only_internet_gateway::DeleteEgressOnlyInternetGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_fleets.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::delete_fleets::DeleteFleetsError {
  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::delete_fleets::_delete_fleets_output::DeleteFleetsOutput;
  348         -
  349    347   
pub use crate::operation::delete_fleets::_delete_fleets_input::DeleteFleetsInput;
  350    348   
         349  +
pub use crate::operation::delete_fleets::_delete_fleets_output::DeleteFleetsOutput;
         350  +
  351    351   
mod _delete_fleets_input;
  352    352   
  353    353   
mod _delete_fleets_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_fleets::_delete_fleets_output::DeleteFleetsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_fleets::_delete_fleets_input::DeleteFleetsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_fleets::_delete_fleets_output::DeleteFleetsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_fleets::builders::DeleteFleetsInputBuilder {
    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::delete_fleets::DeleteFleetsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_fleets::DeleteFleetsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_flow_logs.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::delete_flow_logs::DeleteFlowLogsError {
  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::delete_flow_logs::_delete_flow_logs_output::DeleteFlowLogsOutput;
  348         -
  349    347   
pub use crate::operation::delete_flow_logs::_delete_flow_logs_input::DeleteFlowLogsInput;
  350    348   
         349  +
pub use crate::operation::delete_flow_logs::_delete_flow_logs_output::DeleteFlowLogsOutput;
         350  +
  351    351   
mod _delete_flow_logs_input;
  352    352   
  353    353   
mod _delete_flow_logs_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_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::delete_flow_logs::_delete_flow_logs_output::DeleteFlowLogsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_flow_logs::_delete_flow_logs_input::DeleteFlowLogsInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_flow_logs::_delete_flow_logs_output::DeleteFlowLogsOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_flow_logs::builders::DeleteFlowLogsInputBuilder {
    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::delete_flow_logs::DeleteFlowLogsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_flow_logs::DeleteFlowLogsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_fpga_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::delete_fpga_image::DeleteFpgaImageError {
  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::delete_fpga_image::_delete_fpga_image_output::DeleteFpgaImageOutput;
  348         -
  349    347   
pub use crate::operation::delete_fpga_image::_delete_fpga_image_input::DeleteFpgaImageInput;
  350    348   
         349  +
pub use crate::operation::delete_fpga_image::_delete_fpga_image_output::DeleteFpgaImageOutput;
         350  +
  351    351   
mod _delete_fpga_image_input;
  352    352   
  353    353   
mod _delete_fpga_image_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_fpga_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::delete_fpga_image::_delete_fpga_image_output::DeleteFpgaImageOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_fpga_image::_delete_fpga_image_input::DeleteFpgaImageInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_fpga_image::_delete_fpga_image_output::DeleteFpgaImageOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_fpga_image::builders::DeleteFpgaImageInputBuilder {
    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::delete_fpga_image::DeleteFpgaImageOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_fpga_image::DeleteFpgaImageError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_image_usage_report.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::delete_image_usage_report::DeleteImageUsageReportError {
  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::delete_image_usage_report::_delete_image_usage_report_output::DeleteImageUsageReportOutput;
  351         -
  352    350   
pub use crate::operation::delete_image_usage_report::_delete_image_usage_report_input::DeleteImageUsageReportInput;
  353    351   
         352  +
pub use crate::operation::delete_image_usage_report::_delete_image_usage_report_output::DeleteImageUsageReportOutput;
         353  +
  354    354   
mod _delete_image_usage_report_input;
  355    355   
  356    356   
mod _delete_image_usage_report_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_image_usage_report/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::delete_image_usage_report::_delete_image_usage_report_output::DeleteImageUsageReportOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_image_usage_report::_delete_image_usage_report_input::DeleteImageUsageReportInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_image_usage_report::_delete_image_usage_report_output::DeleteImageUsageReportOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_image_usage_report::builders::DeleteImageUsageReportInputBuilder {
    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::delete_image_usage_report::DeleteImageUsageReportOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_image_usage_report::DeleteImageUsageReportError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_instance_connect_endpoint.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::delete_instance_connect_endpoint::DeleteInstanceConnectEndpointError {
  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::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_output::DeleteInstanceConnectEndpointOutput;
  351         -
  352    350   
pub use crate::operation::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_input::DeleteInstanceConnectEndpointInput;
  353    351   
         352  +
pub use crate::operation::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_output::DeleteInstanceConnectEndpointOutput;
         353  +
  354    354   
mod _delete_instance_connect_endpoint_input;
  355    355   
  356    356   
mod _delete_instance_connect_endpoint_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_instance_connect_endpoint/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::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_output::DeleteInstanceConnectEndpointOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_input::DeleteInstanceConnectEndpointInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_instance_connect_endpoint::_delete_instance_connect_endpoint_output::DeleteInstanceConnectEndpointOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_instance_connect_endpoint::builders::DeleteInstanceConnectEndpointInputBuilder {
    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::delete_instance_connect_endpoint::DeleteInstanceConnectEndpointOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_instance_connect_endpoint::DeleteInstanceConnectEndpointError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_instance_event_window.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::delete_instance_event_window::DeleteInstanceEventWindowError {
  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::delete_instance_event_window::_delete_instance_event_window_output::DeleteInstanceEventWindowOutput;
  351         -
  352    350   
pub use crate::operation::delete_instance_event_window::_delete_instance_event_window_input::DeleteInstanceEventWindowInput;
  353    351   
         352  +
pub use crate::operation::delete_instance_event_window::_delete_instance_event_window_output::DeleteInstanceEventWindowOutput;
         353  +
  354    354   
mod _delete_instance_event_window_input;
  355    355   
  356    356   
mod _delete_instance_event_window_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_instance_event_window/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::delete_instance_event_window::_delete_instance_event_window_output::DeleteInstanceEventWindowOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_instance_event_window::_delete_instance_event_window_input::DeleteInstanceEventWindowInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_instance_event_window::_delete_instance_event_window_output::DeleteInstanceEventWindowOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_instance_event_window::builders::DeleteInstanceEventWindowInputBuilder {
    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::delete_instance_event_window::DeleteInstanceEventWindowOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_instance_event_window::DeleteInstanceEventWindowError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,