AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_internet_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_internet_gateways::DescribeInternetGatewaysError {
  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_internet_gateways::_describe_internet_gateways_output::DescribeInternetGatewaysOutput;
  351         -
  352    350   
pub use crate::operation::describe_internet_gateways::_describe_internet_gateways_input::DescribeInternetGatewaysInput;
  353    351   
         352  +
pub use crate::operation::describe_internet_gateways::_describe_internet_gateways_output::DescribeInternetGatewaysOutput;
         353  +
  354    354   
mod _describe_internet_gateways_input;
  355    355   
  356    356   
mod _describe_internet_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_internet_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_internet_gateways::_describe_internet_gateways_output::DescribeInternetGatewaysOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_internet_gateways::_describe_internet_gateways_input::DescribeInternetGatewaysInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_internet_gateways::_describe_internet_gateways_output::DescribeInternetGatewaysOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_internet_gateways::builders::DescribeInternetGatewaysInputBuilder {
    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_internet_gateways::DescribeInternetGatewaysOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_internet_gateways::DescribeInternetGatewaysError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_byoasn.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::describe_ipam_byoasn::DescribeIpamByoasnError {
  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_ipam_byoasn::_describe_ipam_byoasn_output::DescribeIpamByoasnOutput;
  348         -
  349    347   
pub use crate::operation::describe_ipam_byoasn::_describe_ipam_byoasn_input::DescribeIpamByoasnInput;
  350    348   
         349  +
pub use crate::operation::describe_ipam_byoasn::_describe_ipam_byoasn_output::DescribeIpamByoasnOutput;
         350  +
  351    351   
mod _describe_ipam_byoasn_input;
  352    352   
  353    353   
mod _describe_ipam_byoasn_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_byoasn/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_ipam_byoasn::_describe_ipam_byoasn_output::DescribeIpamByoasnOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_byoasn::_describe_ipam_byoasn_input::DescribeIpamByoasnInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_byoasn::_describe_ipam_byoasn_output::DescribeIpamByoasnOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnInputBuilder {
    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_ipam_byoasn::DescribeIpamByoasnOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_byoasn::DescribeIpamByoasnError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -322,322 +361,361 @@
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId
  345    345   
    for crate::operation::describe_ipam_external_resource_verification_tokens::DescribeIpamExternalResourceVerificationTokensError
  346    346   
{
  347    347   
    fn request_id(&self) -> Option<&str> {
  348    348   
        self.meta().request_id()
  349    349   
    }
  350    350   
}
  351    351   
  352         -
pub use crate::operation::describe_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_output::DescribeIpamExternalResourceVerificationTokensOutput;
  353         -
  354    352   
pub use crate::operation::describe_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_input::DescribeIpamExternalResourceVerificationTokensInput;
  355    353   
         354  +
pub use crate::operation::describe_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_output::DescribeIpamExternalResourceVerificationTokensOutput;
         355  +
  356    356   
mod _describe_ipam_external_resource_verification_tokens_input;
  357    357   
  358    358   
mod _describe_ipam_external_resource_verification_tokens_output;
  359    359   
  360    360   
/// Builders
  361    361   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_external_resource_verification_tokens/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_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_output::DescribeIpamExternalResourceVerificationTokensOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_input::DescribeIpamExternalResourceVerificationTokensInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_external_resource_verification_tokens::_describe_ipam_external_resource_verification_tokens_output::DescribeIpamExternalResourceVerificationTokensOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_external_resource_verification_tokens::builders::DescribeIpamExternalResourceVerificationTokensInputBuilder {
    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_ipam_external_resource_verification_tokens::DescribeIpamExternalResourceVerificationTokensOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_external_resource_verification_tokens::DescribeIpamExternalResourceVerificationTokensError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_pools.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_ipam_pools::DescribeIpamPoolsError {
  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_ipam_pools::_describe_ipam_pools_output::DescribeIpamPoolsOutput;
  348         -
  349    347   
pub use crate::operation::describe_ipam_pools::_describe_ipam_pools_input::DescribeIpamPoolsInput;
  350    348   
         349  +
pub use crate::operation::describe_ipam_pools::_describe_ipam_pools_output::DescribeIpamPoolsOutput;
         350  +
  351    351   
mod _describe_ipam_pools_input;
  352    352   
  353    353   
mod _describe_ipam_pools_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_ipam_pools/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_ipam_pools::_describe_ipam_pools_output::DescribeIpamPoolsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_pools::_describe_ipam_pools_input::DescribeIpamPoolsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_pools::_describe_ipam_pools_output::DescribeIpamPoolsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_pools::builders::DescribeIpamPoolsInputBuilder {
    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_ipam_pools::DescribeIpamPoolsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_pools::DescribeIpamPoolsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_resource_discoveries.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_ipam_resource_discoveries::DescribeIpamResourceDiscoveriesError {
  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_ipam_resource_discoveries::_describe_ipam_resource_discoveries_output::DescribeIpamResourceDiscoveriesOutput;
  359         -
  360    358   
pub use crate::operation::describe_ipam_resource_discoveries::_describe_ipam_resource_discoveries_input::DescribeIpamResourceDiscoveriesInput;
  361    359   
         360  +
pub use crate::operation::describe_ipam_resource_discoveries::_describe_ipam_resource_discoveries_output::DescribeIpamResourceDiscoveriesOutput;
         361  +
  362    362   
mod _describe_ipam_resource_discoveries_input;
  363    363   
  364    364   
mod _describe_ipam_resource_discoveries_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_ipam_resource_discoveries/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_ipam_resource_discoveries::_describe_ipam_resource_discoveries_output::DescribeIpamResourceDiscoveriesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_resource_discoveries::_describe_ipam_resource_discoveries_input::DescribeIpamResourceDiscoveriesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_resource_discoveries::_describe_ipam_resource_discoveries_output::DescribeIpamResourceDiscoveriesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_resource_discoveries::builders::DescribeIpamResourceDiscoveriesInputBuilder {
    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_ipam_resource_discoveries::DescribeIpamResourceDiscoveriesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_resource_discoveries::DescribeIpamResourceDiscoveriesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -331,331 +373,373 @@
  351    351   
    }
  352    352   
}
  353    353   
impl ::aws_types::request_id::RequestId
  354    354   
    for crate::operation::describe_ipam_resource_discovery_associations::DescribeIpamResourceDiscoveryAssociationsError
  355    355   
{
  356    356   
    fn request_id(&self) -> Option<&str> {
  357    357   
        self.meta().request_id()
  358    358   
    }
  359    359   
}
  360    360   
  361         -
pub use crate::operation::describe_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_output::DescribeIpamResourceDiscoveryAssociationsOutput;
  362         -
  363    361   
pub use crate::operation::describe_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_input::DescribeIpamResourceDiscoveryAssociationsInput;
  364    362   
         363  +
pub use crate::operation::describe_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_output::DescribeIpamResourceDiscoveryAssociationsOutput;
         364  +
  365    365   
mod _describe_ipam_resource_discovery_associations_input;
  366    366   
  367    367   
mod _describe_ipam_resource_discovery_associations_output;
  368    368   
  369    369   
/// Builders
  370    370   
pub mod builders;
  371    371   
  372    372   
/// Paginator for this operation
  373    373   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_resource_discovery_associations/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_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_output::DescribeIpamResourceDiscoveryAssociationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_input::DescribeIpamResourceDiscoveryAssociationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_resource_discovery_associations::_describe_ipam_resource_discovery_associations_output::DescribeIpamResourceDiscoveryAssociationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_resource_discovery_associations::builders::DescribeIpamResourceDiscoveryAssociationsInputBuilder {
    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_ipam_resource_discovery_associations::DescribeIpamResourceDiscoveryAssociationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_resource_discovery_associations::DescribeIpamResourceDiscoveryAssociationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipam_scopes.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_ipam_scopes::DescribeIpamScopesError {
  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_ipam_scopes::_describe_ipam_scopes_output::DescribeIpamScopesOutput;
  348         -
  349    347   
pub use crate::operation::describe_ipam_scopes::_describe_ipam_scopes_input::DescribeIpamScopesInput;
  350    348   
         349  +
pub use crate::operation::describe_ipam_scopes::_describe_ipam_scopes_output::DescribeIpamScopesOutput;
         350  +
  351    351   
mod _describe_ipam_scopes_input;
  352    352   
  353    353   
mod _describe_ipam_scopes_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_ipam_scopes/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_ipam_scopes::_describe_ipam_scopes_output::DescribeIpamScopesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipam_scopes::_describe_ipam_scopes_input::DescribeIpamScopesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipam_scopes::_describe_ipam_scopes_output::DescribeIpamScopesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipam_scopes::builders::DescribeIpamScopesInputBuilder {
    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_ipam_scopes::DescribeIpamScopesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipam_scopes::DescribeIpamScopesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_ipams.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_ipams::DescribeIpamsError {
  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_ipams::_describe_ipams_output::DescribeIpamsOutput;
  348         -
  349    347   
pub use crate::operation::describe_ipams::_describe_ipams_input::DescribeIpamsInput;
  350    348   
         349  +
pub use crate::operation::describe_ipams::_describe_ipams_output::DescribeIpamsOutput;
         350  +
  351    351   
mod _describe_ipams_input;
  352    352   
  353    353   
mod _describe_ipams_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_ipams/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_ipams::_describe_ipams_output::DescribeIpamsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_ipams::_describe_ipams_input::DescribeIpamsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_ipams::_describe_ipams_output::DescribeIpamsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_ipams::builders::DescribeIpamsInputBuilder {
    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_ipams::DescribeIpamsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_ipams::DescribeIpamsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,