AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_acls.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_network_acls::DescribeNetworkAclsError {
  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_network_acls::_describe_network_acls_output::DescribeNetworkAclsOutput;
  351         -
  352    350   
pub use crate::operation::describe_network_acls::_describe_network_acls_input::DescribeNetworkAclsInput;
  353    351   
         352  +
pub use crate::operation::describe_network_acls::_describe_network_acls_output::DescribeNetworkAclsOutput;
         353  +
  354    354   
mod _describe_network_acls_input;
  355    355   
  356    356   
mod _describe_network_acls_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_network_acls/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_network_acls::_describe_network_acls_output::DescribeNetworkAclsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_acls::_describe_network_acls_input::DescribeNetworkAclsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_acls::_describe_network_acls_output::DescribeNetworkAclsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_acls::builders::DescribeNetworkAclsInputBuilder {
    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_network_acls::DescribeNetworkAclsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_acls::DescribeNetworkAclsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -327,327 +369,369 @@
  347    347   
    }
  348    348   
}
  349    349   
impl ::aws_types::request_id::RequestId
  350    350   
    for crate::operation::describe_network_insights_access_scope_analyses::DescribeNetworkInsightsAccessScopeAnalysesError
  351    351   
{
  352    352   
    fn request_id(&self) -> Option<&str> {
  353    353   
        self.meta().request_id()
  354    354   
    }
  355    355   
}
  356    356   
  357         -
pub use crate::operation::describe_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_output::DescribeNetworkInsightsAccessScopeAnalysesOutput;
  358         -
  359    357   
pub use crate::operation::describe_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_input::DescribeNetworkInsightsAccessScopeAnalysesInput;
  360    358   
         359  +
pub use crate::operation::describe_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_output::DescribeNetworkInsightsAccessScopeAnalysesOutput;
         360  +
  361    361   
mod _describe_network_insights_access_scope_analyses_input;
  362    362   
  363    363   
mod _describe_network_insights_access_scope_analyses_output;
  364    364   
  365    365   
/// Builders
  366    366   
pub mod builders;
  367    367   
  368    368   
/// Paginator for this operation
  369    369   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_insights_access_scope_analyses/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_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_output::DescribeNetworkInsightsAccessScopeAnalysesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_input::DescribeNetworkInsightsAccessScopeAnalysesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_insights_access_scope_analyses::_describe_network_insights_access_scope_analyses_output::DescribeNetworkInsightsAccessScopeAnalysesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_insights_access_scope_analyses::builders::DescribeNetworkInsightsAccessScopeAnalysesInputBuilder {
    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_network_insights_access_scope_analyses::DescribeNetworkInsightsAccessScopeAnalysesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_insights_access_scope_analyses::DescribeNetworkInsightsAccessScopeAnalysesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_insights_access_scopes.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_network_insights_access_scopes::DescribeNetworkInsightsAccessScopesError {
  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_network_insights_access_scopes::_describe_network_insights_access_scopes_output::DescribeNetworkInsightsAccessScopesOutput;
  359         -
  360    358   
pub use crate::operation::describe_network_insights_access_scopes::_describe_network_insights_access_scopes_input::DescribeNetworkInsightsAccessScopesInput;
  361    359   
         360  +
pub use crate::operation::describe_network_insights_access_scopes::_describe_network_insights_access_scopes_output::DescribeNetworkInsightsAccessScopesOutput;
         361  +
  362    362   
mod _describe_network_insights_access_scopes_input;
  363    363   
  364    364   
mod _describe_network_insights_access_scopes_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_network_insights_access_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_network_insights_access_scopes::_describe_network_insights_access_scopes_output::DescribeNetworkInsightsAccessScopesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_insights_access_scopes::_describe_network_insights_access_scopes_input::DescribeNetworkInsightsAccessScopesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_insights_access_scopes::_describe_network_insights_access_scopes_output::DescribeNetworkInsightsAccessScopesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_insights_access_scopes::builders::DescribeNetworkInsightsAccessScopesInputBuilder {
    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_network_insights_access_scopes::DescribeNetworkInsightsAccessScopesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_insights_access_scopes::DescribeNetworkInsightsAccessScopesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_insights_analyses.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_network_insights_analyses::DescribeNetworkInsightsAnalysesError {
  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_network_insights_analyses::_describe_network_insights_analyses_output::DescribeNetworkInsightsAnalysesOutput;
  359         -
  360    358   
pub use crate::operation::describe_network_insights_analyses::_describe_network_insights_analyses_input::DescribeNetworkInsightsAnalysesInput;
  361    359   
         360  +
pub use crate::operation::describe_network_insights_analyses::_describe_network_insights_analyses_output::DescribeNetworkInsightsAnalysesOutput;
         361  +
  362    362   
mod _describe_network_insights_analyses_input;
  363    363   
  364    364   
mod _describe_network_insights_analyses_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_network_insights_analyses/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_network_insights_analyses::_describe_network_insights_analyses_output::DescribeNetworkInsightsAnalysesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_insights_analyses::_describe_network_insights_analyses_input::DescribeNetworkInsightsAnalysesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_insights_analyses::_describe_network_insights_analyses_output::DescribeNetworkInsightsAnalysesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_insights_analyses::builders::DescribeNetworkInsightsAnalysesInputBuilder {
    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_network_insights_analyses::DescribeNetworkInsightsAnalysesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_insights_analyses::DescribeNetworkInsightsAnalysesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_insights_paths.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_network_insights_paths::DescribeNetworkInsightsPathsError {
  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_network_insights_paths::_describe_network_insights_paths_output::DescribeNetworkInsightsPathsOutput;
  351         -
  352    350   
pub use crate::operation::describe_network_insights_paths::_describe_network_insights_paths_input::DescribeNetworkInsightsPathsInput;
  353    351   
         352  +
pub use crate::operation::describe_network_insights_paths::_describe_network_insights_paths_output::DescribeNetworkInsightsPathsOutput;
         353  +
  354    354   
mod _describe_network_insights_paths_input;
  355    355   
  356    356   
mod _describe_network_insights_paths_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_network_insights_paths/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_network_insights_paths::_describe_network_insights_paths_output::DescribeNetworkInsightsPathsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_insights_paths::_describe_network_insights_paths_input::DescribeNetworkInsightsPathsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_insights_paths::_describe_network_insights_paths_output::DescribeNetworkInsightsPathsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_insights_paths::builders::DescribeNetworkInsightsPathsInputBuilder {
    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_network_insights_paths::DescribeNetworkInsightsPathsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_insights_paths::DescribeNetworkInsightsPathsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_interface_attribute.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::describe_network_interface_attribute::DescribeNetworkInterfaceAttributeError {
  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::describe_network_interface_attribute::_describe_network_interface_attribute_output::DescribeNetworkInterfaceAttributeOutput;
  363         -
  364    362   
pub use crate::operation::describe_network_interface_attribute::_describe_network_interface_attribute_input::DescribeNetworkInterfaceAttributeInput;
  365    363   
         364  +
pub use crate::operation::describe_network_interface_attribute::_describe_network_interface_attribute_output::DescribeNetworkInterfaceAttributeOutput;
         365  +
  366    366   
mod _describe_network_interface_attribute_input;
  367    367   
  368    368   
mod _describe_network_interface_attribute_output;
  369    369   
  370    370   
/// Builders
  371    371   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_interface_attribute/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_network_interface_attribute::_describe_network_interface_attribute_output::DescribeNetworkInterfaceAttributeOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_interface_attribute::_describe_network_interface_attribute_input::DescribeNetworkInterfaceAttributeInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_interface_attribute::_describe_network_interface_attribute_output::DescribeNetworkInterfaceAttributeOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_interface_attribute::builders::DescribeNetworkInterfaceAttributeInputBuilder {
    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_network_interface_attribute::DescribeNetworkInterfaceAttributeOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_interface_attribute::DescribeNetworkInterfaceAttributeError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_interface_permissions.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::describe_network_interface_permissions::DescribeNetworkInterfacePermissionsError {
  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::describe_network_interface_permissions::_describe_network_interface_permissions_output::DescribeNetworkInterfacePermissionsOutput;
  363         -
  364    362   
pub use crate::operation::describe_network_interface_permissions::_describe_network_interface_permissions_input::DescribeNetworkInterfacePermissionsInput;
  365    363   
         364  +
pub use crate::operation::describe_network_interface_permissions::_describe_network_interface_permissions_output::DescribeNetworkInterfacePermissionsOutput;
         365  +
  366    366   
mod _describe_network_interface_permissions_input;
  367    367   
  368    368   
mod _describe_network_interface_permissions_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/describe_network_interface_permissions/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_network_interface_permissions::_describe_network_interface_permissions_output::DescribeNetworkInterfacePermissionsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_interface_permissions::_describe_network_interface_permissions_input::DescribeNetworkInterfacePermissionsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_interface_permissions::_describe_network_interface_permissions_output::DescribeNetworkInterfacePermissionsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_interface_permissions::builders::DescribeNetworkInterfacePermissionsInputBuilder {
    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_network_interface_permissions::DescribeNetworkInterfacePermissionsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_interface_permissions::DescribeNetworkInterfacePermissionsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/ec2/src/operation/describe_network_interfaces.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_network_interfaces::DescribeNetworkInterfacesError {
  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_network_interfaces::_describe_network_interfaces_output::DescribeNetworkInterfacesOutput;
  351         -
  352    350   
pub use crate::operation::describe_network_interfaces::_describe_network_interfaces_input::DescribeNetworkInterfacesInput;
  353    351   
         352  +
pub use crate::operation::describe_network_interfaces::_describe_network_interfaces_output::DescribeNetworkInterfacesOutput;
         353  +
  354    354   
mod _describe_network_interfaces_input;
  355    355   
  356    356   
mod _describe_network_interfaces_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_network_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_network_interfaces::_describe_network_interfaces_output::DescribeNetworkInterfacesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_network_interfaces::_describe_network_interfaces_input::DescribeNetworkInterfacesInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_network_interfaces::_describe_network_interfaces_output::DescribeNetworkInterfacesOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_network_interfaces::builders::DescribeNetworkInterfacesInputBuilder {
    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_network_interfaces::DescribeNetworkInterfacesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_network_interfaces::DescribeNetworkInterfacesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,