AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

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

@@ -328,328 +370,370 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::describe_local_gateway_virtual_interfaces::DescribeLocalGatewayVirtualInterfacesError {
  353    353   
    fn request_id(&self) -> Option<&str> {
  354    354   
        self.meta().request_id()
  355    355   
    }
  356    356   
}
  357    357   
  358         -
pub use crate::operation::describe_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_output::DescribeLocalGatewayVirtualInterfacesOutput;
  359         -
  360    358   
pub use crate::operation::describe_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_input::DescribeLocalGatewayVirtualInterfacesInput;
  361    359   
         360  +
pub use crate::operation::describe_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_output::DescribeLocalGatewayVirtualInterfacesOutput;
         361  +
  362    362   
mod _describe_local_gateway_virtual_interfaces_input;
  363    363   
  364    364   
mod _describe_local_gateway_virtual_interfaces_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;
  368    368   
  369    369   
/// Paginator for this operation
  370    370   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_local_gateway_virtual_interfaces/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_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_output::DescribeLocalGatewayVirtualInterfacesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_input::DescribeLocalGatewayVirtualInterfacesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_local_gateway_virtual_interfaces::_describe_local_gateway_virtual_interfaces_output::DescribeLocalGatewayVirtualInterfacesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_local_gateway_virtual_interfaces::builders::DescribeLocalGatewayVirtualInterfacesInputBuilder {
    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_local_gateway_virtual_interfaces::DescribeLocalGatewayVirtualInterfacesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_local_gateway_virtual_interfaces::DescribeLocalGatewayVirtualInterfacesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_local_gateways.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_local_gateways::DescribeLocalGatewaysError {
  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_local_gateways::_describe_local_gateways_output::DescribeLocalGatewaysOutput;
  351         -
  352    350   
pub use crate::operation::describe_local_gateways::_describe_local_gateways_input::DescribeLocalGatewaysInput;
  353    351   
         352  +
pub use crate::operation::describe_local_gateways::_describe_local_gateways_output::DescribeLocalGatewaysOutput;
         353  +
  354    354   
mod _describe_local_gateways_input;
  355    355   
  356    356   
mod _describe_local_gateways_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_local_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_local_gateways::_describe_local_gateways_output::DescribeLocalGatewaysOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_local_gateways::_describe_local_gateways_input::DescribeLocalGatewaysInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_local_gateways::_describe_local_gateways_output::DescribeLocalGatewaysOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_local_gateways::builders::DescribeLocalGatewaysInputBuilder {
    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_local_gateways::DescribeLocalGatewaysOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_local_gateways::DescribeLocalGatewaysError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_locked_snapshots.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_locked_snapshots::DescribeLockedSnapshotsError {
  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_locked_snapshots::_describe_locked_snapshots_output::DescribeLockedSnapshotsOutput;
  351         -
  352    350   
pub use crate::operation::describe_locked_snapshots::_describe_locked_snapshots_input::DescribeLockedSnapshotsInput;
  353    351   
         352  +
pub use crate::operation::describe_locked_snapshots::_describe_locked_snapshots_output::DescribeLockedSnapshotsOutput;
         353  +
  354    354   
mod _describe_locked_snapshots_input;
  355    355   
  356    356   
mod _describe_locked_snapshots_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_locked_snapshots/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_locked_snapshots::_describe_locked_snapshots_output::DescribeLockedSnapshotsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_locked_snapshots::_describe_locked_snapshots_input::DescribeLockedSnapshotsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_locked_snapshots::_describe_locked_snapshots_output::DescribeLockedSnapshotsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_locked_snapshots::builders::DescribeLockedSnapshotsInputBuilder {
    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_locked_snapshots::DescribeLockedSnapshotsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_locked_snapshots::DescribeLockedSnapshotsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_mac_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_mac_hosts::DescribeMacHostsError {
  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_mac_hosts::_describe_mac_hosts_output::DescribeMacHostsOutput;
  348         -
  349    347   
pub use crate::operation::describe_mac_hosts::_describe_mac_hosts_input::DescribeMacHostsInput;
  350    348   
         349  +
pub use crate::operation::describe_mac_hosts::_describe_mac_hosts_output::DescribeMacHostsOutput;
         350  +
  351    351   
mod _describe_mac_hosts_input;
  352    352   
  353    353   
mod _describe_mac_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_mac_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_mac_hosts::_describe_mac_hosts_output::DescribeMacHostsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_mac_hosts::_describe_mac_hosts_input::DescribeMacHostsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_mac_hosts::_describe_mac_hosts_output::DescribeMacHostsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_mac_hosts::builders::DescribeMacHostsInputBuilder {
    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_mac_hosts::DescribeMacHostsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_mac_hosts::DescribeMacHostsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_mac_modification_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_mac_modification_tasks::DescribeMacModificationTasksError {
  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_mac_modification_tasks::_describe_mac_modification_tasks_output::DescribeMacModificationTasksOutput;
  351         -
  352    350   
pub use crate::operation::describe_mac_modification_tasks::_describe_mac_modification_tasks_input::DescribeMacModificationTasksInput;
  353    351   
         352  +
pub use crate::operation::describe_mac_modification_tasks::_describe_mac_modification_tasks_output::DescribeMacModificationTasksOutput;
         353  +
  354    354   
mod _describe_mac_modification_tasks_input;
  355    355   
  356    356   
mod _describe_mac_modification_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_mac_modification_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_mac_modification_tasks::_describe_mac_modification_tasks_output::DescribeMacModificationTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_mac_modification_tasks::_describe_mac_modification_tasks_input::DescribeMacModificationTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_mac_modification_tasks::_describe_mac_modification_tasks_output::DescribeMacModificationTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_mac_modification_tasks::builders::DescribeMacModificationTasksInputBuilder {
    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_mac_modification_tasks::DescribeMacModificationTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_mac_modification_tasks::DescribeMacModificationTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_managed_prefix_lists.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_managed_prefix_lists::DescribeManagedPrefixListsError {
  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_managed_prefix_lists::_describe_managed_prefix_lists_output::DescribeManagedPrefixListsOutput;
  351         -
  352    350   
pub use crate::operation::describe_managed_prefix_lists::_describe_managed_prefix_lists_input::DescribeManagedPrefixListsInput;
  353    351   
         352  +
pub use crate::operation::describe_managed_prefix_lists::_describe_managed_prefix_lists_output::DescribeManagedPrefixListsOutput;
         353  +
  354    354   
mod _describe_managed_prefix_lists_input;
  355    355   
  356    356   
mod _describe_managed_prefix_lists_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_managed_prefix_lists/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_managed_prefix_lists::_describe_managed_prefix_lists_output::DescribeManagedPrefixListsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_managed_prefix_lists::_describe_managed_prefix_lists_input::DescribeManagedPrefixListsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_managed_prefix_lists::_describe_managed_prefix_lists_output::DescribeManagedPrefixListsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_managed_prefix_lists::builders::DescribeManagedPrefixListsInputBuilder {
    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_managed_prefix_lists::DescribeManagedPrefixListsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_managed_prefix_lists::DescribeManagedPrefixListsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_moving_addresses.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_moving_addresses::DescribeMovingAddressesError {
  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_moving_addresses::_describe_moving_addresses_output::DescribeMovingAddressesOutput;
  351         -
  352    350   
pub use crate::operation::describe_moving_addresses::_describe_moving_addresses_input::DescribeMovingAddressesInput;
  353    351   
         352  +
pub use crate::operation::describe_moving_addresses::_describe_moving_addresses_output::DescribeMovingAddressesOutput;
         353  +
  354    354   
mod _describe_moving_addresses_input;
  355    355   
  356    356   
mod _describe_moving_addresses_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_moving_addresses/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_moving_addresses::_describe_moving_addresses_output::DescribeMovingAddressesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_moving_addresses::_describe_moving_addresses_input::DescribeMovingAddressesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_moving_addresses::_describe_moving_addresses_output::DescribeMovingAddressesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_moving_addresses::builders::DescribeMovingAddressesInputBuilder {
    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_moving_addresses::DescribeMovingAddressesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_moving_addresses::DescribeMovingAddressesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_nat_gateways.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_nat_gateways::DescribeNatGatewaysError {
  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_nat_gateways::_describe_nat_gateways_output::DescribeNatGatewaysOutput;
  351         -
  352    350   
pub use crate::operation::describe_nat_gateways::_describe_nat_gateways_input::DescribeNatGatewaysInput;
  353    351   
         352  +
pub use crate::operation::describe_nat_gateways::_describe_nat_gateways_output::DescribeNatGatewaysOutput;
         353  +
  354    354   
mod _describe_nat_gateways_input;
  355    355   
  356    356   
mod _describe_nat_gateways_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_nat_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_nat_gateways::_describe_nat_gateways_output::DescribeNatGatewaysOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_nat_gateways::_describe_nat_gateways_input::DescribeNatGatewaysInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_nat_gateways::_describe_nat_gateways_output::DescribeNatGatewaysOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_nat_gateways::builders::DescribeNatGatewaysInputBuilder {
    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_nat_gateways::DescribeNatGatewaysOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_nat_gateways::DescribeNatGatewaysError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,