AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

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

@@ -332,332 +374,374 @@
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
impl ::aws_types::request_id::RequestId for crate::operation::get_managed_prefix_list_associations::GetManagedPrefixListAssociationsError {
  357    357   
    fn request_id(&self) -> Option<&str> {
  358    358   
        self.meta().request_id()
  359    359   
    }
  360    360   
}
  361    361   
  362         -
pub use crate::operation::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_output::GetManagedPrefixListAssociationsOutput;
  363         -
  364    362   
pub use crate::operation::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_input::GetManagedPrefixListAssociationsInput;
  365    363   
         364  +
pub use crate::operation::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_output::GetManagedPrefixListAssociationsOutput;
         365  +
  366    366   
mod _get_managed_prefix_list_associations_input;
  367    367   
  368    368   
mod _get_managed_prefix_list_associations_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;
  372    372   
  373    373   
/// Paginator for this operation
  374    374   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_managed_prefix_list_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::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_output::GetManagedPrefixListAssociationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_input::GetManagedPrefixListAssociationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_managed_prefix_list_associations::_get_managed_prefix_list_associations_output::GetManagedPrefixListAssociationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_managed_prefix_list_associations::builders::GetManagedPrefixListAssociationsInputBuilder {
    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::get_managed_prefix_list_associations::GetManagedPrefixListAssociationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_managed_prefix_list_associations::GetManagedPrefixListAssociationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_managed_prefix_list_entries.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::get_managed_prefix_list_entries::GetManagedPrefixListEntriesError {
  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::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_output::GetManagedPrefixListEntriesOutput;
  351         -
  352    350   
pub use crate::operation::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_input::GetManagedPrefixListEntriesInput;
  353    351   
         352  +
pub use crate::operation::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_output::GetManagedPrefixListEntriesOutput;
         353  +
  354    354   
mod _get_managed_prefix_list_entries_input;
  355    355   
  356    356   
mod _get_managed_prefix_list_entries_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/get_managed_prefix_list_entries/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::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_output::GetManagedPrefixListEntriesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_input::GetManagedPrefixListEntriesInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_managed_prefix_list_entries::_get_managed_prefix_list_entries_output::GetManagedPrefixListEntriesOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_managed_prefix_list_entries::builders::GetManagedPrefixListEntriesInputBuilder {
    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::get_managed_prefix_list_entries::GetManagedPrefixListEntriesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_managed_prefix_list_entries::GetManagedPrefixListEntriesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -322,322 +364,364 @@
  342    342   
    }
  343    343   
}
  344    344   
impl ::aws_types::request_id::RequestId
  345    345   
    for crate::operation::get_network_insights_access_scope_analysis_findings::GetNetworkInsightsAccessScopeAnalysisFindingsError
  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::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_output::GetNetworkInsightsAccessScopeAnalysisFindingsOutput;
  353         -
  354    352   
pub use crate::operation::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_input::GetNetworkInsightsAccessScopeAnalysisFindingsInput;
  355    353   
         354  +
pub use crate::operation::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_output::GetNetworkInsightsAccessScopeAnalysisFindingsOutput;
         355  +
  356    356   
mod _get_network_insights_access_scope_analysis_findings_input;
  357    357   
  358    358   
mod _get_network_insights_access_scope_analysis_findings_output;
  359    359   
  360    360   
/// Builders
  361    361   
pub mod builders;
  362    362   
  363    363   
/// Paginator for this operation
  364    364   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_network_insights_access_scope_analysis_findings/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::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_output::GetNetworkInsightsAccessScopeAnalysisFindingsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_input::GetNetworkInsightsAccessScopeAnalysisFindingsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_network_insights_access_scope_analysis_findings::_get_network_insights_access_scope_analysis_findings_output::GetNetworkInsightsAccessScopeAnalysisFindingsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_network_insights_access_scope_analysis_findings::builders::GetNetworkInsightsAccessScopeAnalysisFindingsInputBuilder {
    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::get_network_insights_access_scope_analysis_findings::GetNetworkInsightsAccessScopeAnalysisFindingsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_network_insights_access_scope_analysis_findings::GetNetworkInsightsAccessScopeAnalysisFindingsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -328,328 +367,367 @@
  348    348   
            meta: meta.unwrap_or_default(),
  349    349   
        })
  350    350   
    }
  351    351   
}
  352    352   
impl ::aws_types::request_id::RequestId for crate::operation::get_network_insights_access_scope_content::GetNetworkInsightsAccessScopeContentError {
  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::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_output::GetNetworkInsightsAccessScopeContentOutput;
  359         -
  360    358   
pub use crate::operation::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_input::GetNetworkInsightsAccessScopeContentInput;
  361    359   
         360  +
pub use crate::operation::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_output::GetNetworkInsightsAccessScopeContentOutput;
         361  +
  362    362   
mod _get_network_insights_access_scope_content_input;
  363    363   
  364    364   
mod _get_network_insights_access_scope_content_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_network_insights_access_scope_content/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::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_output::GetNetworkInsightsAccessScopeContentOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_input::GetNetworkInsightsAccessScopeContentInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_network_insights_access_scope_content::_get_network_insights_access_scope_content_output::GetNetworkInsightsAccessScopeContentOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_network_insights_access_scope_content::builders::GetNetworkInsightsAccessScopeContentInputBuilder {
    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::get_network_insights_access_scope_content::GetNetworkInsightsAccessScopeContentOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_network_insights_access_scope_content::GetNetworkInsightsAccessScopeContentError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -318,318 +357,357 @@
  338    338   
            meta: meta.unwrap_or_default(),
  339    339   
        })
  340    340   
    }
  341    341   
}
  342    342   
impl ::aws_types::request_id::RequestId for crate::operation::get_password_data::GetPasswordDataError {
  343    343   
    fn request_id(&self) -> Option<&str> {
  344    344   
        self.meta().request_id()
  345    345   
    }
  346    346   
}
  347    347   
  348         -
pub use crate::operation::get_password_data::_get_password_data_output::GetPasswordDataOutput;
  349         -
  350    348   
pub use crate::operation::get_password_data::_get_password_data_input::GetPasswordDataInput;
  351    349   
         350  +
pub use crate::operation::get_password_data::_get_password_data_output::GetPasswordDataOutput;
         351  +
  352    352   
mod _get_password_data_input;
  353    353   
  354    354   
mod _get_password_data_output;
  355    355   
  356    356   
/// Builders
  357    357   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_password_data/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::get_password_data::_get_password_data_output::GetPasswordDataOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_password_data::_get_password_data_input::GetPasswordDataInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_password_data::_get_password_data_output::GetPasswordDataOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_password_data::builders::GetPasswordDataInputBuilder {
    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::get_password_data::GetPasswordDataOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_password_data::GetPasswordDataError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -332,332 +371,371 @@
  352    352   
            meta: meta.unwrap_or_default(),
  353    353   
        })
  354    354   
    }
  355    355   
}
  356    356   
impl ::aws_types::request_id::RequestId for crate::operation::get_reserved_instances_exchange_quote::GetReservedInstancesExchangeQuoteError {
  357    357   
    fn request_id(&self) -> Option<&str> {
  358    358   
        self.meta().request_id()
  359    359   
    }
  360    360   
}
  361    361   
  362         -
pub use crate::operation::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_output::GetReservedInstancesExchangeQuoteOutput;
  363         -
  364    362   
pub use crate::operation::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_input::GetReservedInstancesExchangeQuoteInput;
  365    363   
         364  +
pub use crate::operation::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_output::GetReservedInstancesExchangeQuoteOutput;
         365  +
  366    366   
mod _get_reserved_instances_exchange_quote_input;
  367    367   
  368    368   
mod _get_reserved_instances_exchange_quote_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_reserved_instances_exchange_quote/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::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_output::GetReservedInstancesExchangeQuoteOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_input::GetReservedInstancesExchangeQuoteInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_reserved_instances_exchange_quote::_get_reserved_instances_exchange_quote_output::GetReservedInstancesExchangeQuoteOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_reserved_instances_exchange_quote::builders::GetReservedInstancesExchangeQuoteInputBuilder {
    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::get_reserved_instances_exchange_quote::GetReservedInstancesExchangeQuoteOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_reserved_instances_exchange_quote::GetReservedInstancesExchangeQuoteError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_route_server_associations.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::get_route_server_associations::GetRouteServerAssociationsError {
  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::get_route_server_associations::_get_route_server_associations_output::GetRouteServerAssociationsOutput;
  351         -
  352    350   
pub use crate::operation::get_route_server_associations::_get_route_server_associations_input::GetRouteServerAssociationsInput;
  353    351   
         352  +
pub use crate::operation::get_route_server_associations::_get_route_server_associations_output::GetRouteServerAssociationsOutput;
         353  +
  354    354   
mod _get_route_server_associations_input;
  355    355   
  356    356   
mod _get_route_server_associations_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_route_server_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::get_route_server_associations::_get_route_server_associations_output::GetRouteServerAssociationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_route_server_associations::_get_route_server_associations_input::GetRouteServerAssociationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_route_server_associations::_get_route_server_associations_output::GetRouteServerAssociationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_route_server_associations::builders::GetRouteServerAssociationsInputBuilder {
    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::get_route_server_associations::GetRouteServerAssociationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_route_server_associations::GetRouteServerAssociationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_route_server_propagations.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::get_route_server_propagations::GetRouteServerPropagationsError {
  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::get_route_server_propagations::_get_route_server_propagations_output::GetRouteServerPropagationsOutput;
  351         -
  352    350   
pub use crate::operation::get_route_server_propagations::_get_route_server_propagations_input::GetRouteServerPropagationsInput;
  353    351   
         352  +
pub use crate::operation::get_route_server_propagations::_get_route_server_propagations_output::GetRouteServerPropagationsOutput;
         353  +
  354    354   
mod _get_route_server_propagations_input;
  355    355   
  356    356   
mod _get_route_server_propagations_output;
  357    357   
  358    358   
/// Builders
  359    359   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/get_route_server_propagations/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::get_route_server_propagations::_get_route_server_propagations_output::GetRouteServerPropagationsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_route_server_propagations::_get_route_server_propagations_input::GetRouteServerPropagationsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_route_server_propagations::_get_route_server_propagations_output::GetRouteServerPropagationsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_route_server_propagations::builders::GetRouteServerPropagationsInputBuilder {
    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::get_route_server_propagations::GetRouteServerPropagationsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_route_server_propagations::GetRouteServerPropagationsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,