AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_cidr.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_coip_cidr::DeleteCoipCidrError {
  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_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutput;
  348         -
  349    347   
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_input::DeleteCoipCidrInput;
  350    348   
         349  +
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutput;
         350  +
  351    351   
mod _delete_coip_cidr_input;
  352    352   
  353    353   
mod _delete_coip_cidr_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_cidr/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_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_input::DeleteCoipCidrInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_coip_cidr::_delete_coip_cidr_output::DeleteCoipCidrOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_coip_cidr::builders::DeleteCoipCidrInputBuilder {
    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_coip_cidr::DeleteCoipCidrOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_coip_cidr::DeleteCoipCidrError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_pool.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_coip_pool::DeleteCoipPoolError {
  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_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutput;
  348         -
  349    347   
pub use crate::operation::delete_coip_pool::_delete_coip_pool_input::DeleteCoipPoolInput;
  350    348   
         349  +
pub use crate::operation::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutput;
         350  +
  351    351   
mod _delete_coip_pool_input;
  352    352   
  353    353   
mod _delete_coip_pool_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_coip_pool/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_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_coip_pool::_delete_coip_pool_input::DeleteCoipPoolInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_coip_pool::_delete_coip_pool_output::DeleteCoipPoolOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_coip_pool::builders::DeleteCoipPoolInputBuilder {
    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_coip_pool::DeleteCoipPoolOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_coip_pool::DeleteCoipPoolError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_customer_gateway.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_customer_gateway::DeleteCustomerGatewayError {
  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_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutput;
  351         -
  352    350   
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_input::DeleteCustomerGatewayInput;
  353    351   
         352  +
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutput;
         353  +
  354    354   
mod _delete_customer_gateway_input;
  355    355   
  356    356   
mod _delete_customer_gateway_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/delete_customer_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_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_input::DeleteCustomerGatewayInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_customer_gateway::_delete_customer_gateway_output::DeleteCustomerGatewayOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_customer_gateway::builders::DeleteCustomerGatewayInputBuilder {
    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_customer_gateway::DeleteCustomerGatewayOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_customer_gateway::DeleteCustomerGatewayError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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,