AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_open_id_connect_provider/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_open_id_connect_provider::_get_open_id_connect_provider_output::GetOpenIdConnectProviderOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_open_id_connect_provider::_get_open_id_connect_provider_input::GetOpenIdConnectProviderInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_open_id_connect_provider::_get_open_id_connect_provider_output::GetOpenIdConnectProviderOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_open_id_connect_provider::builders::GetOpenIdConnectProviderInputBuilder {
    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_open_id_connect_provider::GetOpenIdConnectProviderOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_open_id_connect_provider::GetOpenIDConnectProviderError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_organizations_access_report.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::get_organizations_access_report::GetOrganizationsAccessReportError {
  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::get_organizations_access_report::_get_organizations_access_report_output::GetOrganizationsAccessReportOutput;
  361         -
  362    360   
pub use crate::operation::get_organizations_access_report::_get_organizations_access_report_input::GetOrganizationsAccessReportInput;
  363    361   
         362  +
pub use crate::operation::get_organizations_access_report::_get_organizations_access_report_output::GetOrganizationsAccessReportOutput;
         363  +
  364    364   
mod _get_organizations_access_report_input;
  365    365   
  366    366   
mod _get_organizations_access_report_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_organizations_access_report/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_organizations_access_report::_get_organizations_access_report_output::GetOrganizationsAccessReportOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_organizations_access_report::_get_organizations_access_report_input::GetOrganizationsAccessReportInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_organizations_access_report::_get_organizations_access_report_output::GetOrganizationsAccessReportOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_organizations_access_report::builders::GetOrganizationsAccessReportInputBuilder {
    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_organizations_access_report::GetOrganizationsAccessReportOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_organizations_access_report::GetOrganizationsAccessReportError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_policy.rs

@@ -343,343 +382,382 @@
  363    363   
            meta: meta.unwrap_or_default(),
  364    364   
        })
  365    365   
    }
  366    366   
}
  367    367   
impl ::aws_types::request_id::RequestId for crate::operation::get_policy::GetPolicyError {
  368    368   
    fn request_id(&self) -> Option<&str> {
  369    369   
        self.meta().request_id()
  370    370   
    }
  371    371   
}
  372    372   
  373         -
pub use crate::operation::get_policy::_get_policy_output::GetPolicyOutput;
  374         -
  375    373   
pub use crate::operation::get_policy::_get_policy_input::GetPolicyInput;
  376    374   
         375  +
pub use crate::operation::get_policy::_get_policy_output::GetPolicyOutput;
         376  +
  377    377   
mod _get_policy_input;
  378    378   
  379    379   
mod _get_policy_output;
  380    380   
  381    381   
/// Builders
  382    382   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_policy/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_policy::_get_policy_output::GetPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_policy::_get_policy_input::GetPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_policy::_get_policy_output::GetPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_policy::builders::GetPolicyInputBuilder {
    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_policy::GetPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_policy::GetPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_policy_version.rs

@@ -347,347 +386,386 @@
  367    367   
            meta: meta.unwrap_or_default(),
  368    368   
        })
  369    369   
    }
  370    370   
}
  371    371   
impl ::aws_types::request_id::RequestId for crate::operation::get_policy_version::GetPolicyVersionError {
  372    372   
    fn request_id(&self) -> Option<&str> {
  373    373   
        self.meta().request_id()
  374    374   
    }
  375    375   
}
  376    376   
  377         -
pub use crate::operation::get_policy_version::_get_policy_version_output::GetPolicyVersionOutput;
  378         -
  379    377   
pub use crate::operation::get_policy_version::_get_policy_version_input::GetPolicyVersionInput;
  380    378   
         379  +
pub use crate::operation::get_policy_version::_get_policy_version_output::GetPolicyVersionOutput;
         380  +
  381    381   
mod _get_policy_version_input;
  382    382   
  383    383   
mod _get_policy_version_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_policy_version/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_policy_version::_get_policy_version_output::GetPolicyVersionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_policy_version::_get_policy_version_input::GetPolicyVersionInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_policy_version::_get_policy_version_output::GetPolicyVersionOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_policy_version::builders::GetPolicyVersionInputBuilder {
    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_policy_version::GetPolicyVersionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_policy_version::GetPolicyVersionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_role.rs

@@ -329,329 +368,368 @@
  349    349   
            meta: meta.unwrap_or_default(),
  350    350   
        })
  351    351   
    }
  352    352   
}
  353    353   
impl ::aws_types::request_id::RequestId for crate::operation::get_role::GetRoleError {
  354    354   
    fn request_id(&self) -> Option<&str> {
  355    355   
        self.meta().request_id()
  356    356   
    }
  357    357   
}
  358    358   
  359         -
pub use crate::operation::get_role::_get_role_output::GetRoleOutput;
  360         -
  361    359   
pub use crate::operation::get_role::_get_role_input::GetRoleInput;
  362    360   
         361  +
pub use crate::operation::get_role::_get_role_output::GetRoleOutput;
         362  +
  363    363   
mod _get_role_input;
  364    364   
  365    365   
mod _get_role_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_role/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_role::_get_role_output::GetRoleOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_role::_get_role_input::GetRoleInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_role::_get_role_output::GetRoleOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_role::builders::GetRoleInputBuilder {
    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_role::GetRoleOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_role::GetRoleError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_role_policy.rs

@@ -337,337 +376,376 @@
  357    357   
            meta: meta.unwrap_or_default(),
  358    358   
        })
  359    359   
    }
  360    360   
}
  361    361   
impl ::aws_types::request_id::RequestId for crate::operation::get_role_policy::GetRolePolicyError {
  362    362   
    fn request_id(&self) -> Option<&str> {
  363    363   
        self.meta().request_id()
  364    364   
    }
  365    365   
}
  366    366   
  367         -
pub use crate::operation::get_role_policy::_get_role_policy_output::GetRolePolicyOutput;
  368         -
  369    367   
pub use crate::operation::get_role_policy::_get_role_policy_input::GetRolePolicyInput;
  370    368   
         369  +
pub use crate::operation::get_role_policy::_get_role_policy_output::GetRolePolicyOutput;
         370  +
  371    371   
mod _get_role_policy_input;
  372    372   
  373    373   
mod _get_role_policy_output;
  374    374   
  375    375   
/// Builders
  376    376   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_role_policy/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_role_policy::_get_role_policy_output::GetRolePolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_role_policy::_get_role_policy_input::GetRolePolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_role_policy::_get_role_policy_output::GetRolePolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_role_policy::builders::GetRolePolicyInputBuilder {
    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_role_policy::GetRolePolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_role_policy::GetRolePolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_saml_provider.rs

@@ -347,347 +386,386 @@
  367    367   
            meta: meta.unwrap_or_default(),
  368    368   
        })
  369    369   
    }
  370    370   
}
  371    371   
impl ::aws_types::request_id::RequestId for crate::operation::get_saml_provider::GetSAMLProviderError {
  372    372   
    fn request_id(&self) -> Option<&str> {
  373    373   
        self.meta().request_id()
  374    374   
    }
  375    375   
}
  376    376   
  377         -
pub use crate::operation::get_saml_provider::_get_saml_provider_output::GetSamlProviderOutput;
  378         -
  379    377   
pub use crate::operation::get_saml_provider::_get_saml_provider_input::GetSamlProviderInput;
  380    378   
         379  +
pub use crate::operation::get_saml_provider::_get_saml_provider_output::GetSamlProviderOutput;
         380  +
  381    381   
mod _get_saml_provider_input;
  382    382   
  383    383   
mod _get_saml_provider_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_saml_provider/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_saml_provider::_get_saml_provider_output::GetSamlProviderOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_saml_provider::_get_saml_provider_input::GetSamlProviderInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_saml_provider::_get_saml_provider_output::GetSamlProviderOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_saml_provider::builders::GetSamlProviderInputBuilder {
    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_saml_provider::GetSamlProviderOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_saml_provider::GetSAMLProviderError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_server_certificate.rs

@@ -340,340 +379,379 @@
  360    360   
            meta: meta.unwrap_or_default(),
  361    361   
        })
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::get_server_certificate::GetServerCertificateError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::get_server_certificate::_get_server_certificate_output::GetServerCertificateOutput;
  371         -
  372    370   
pub use crate::operation::get_server_certificate::_get_server_certificate_input::GetServerCertificateInput;
  373    371   
         372  +
pub use crate::operation::get_server_certificate::_get_server_certificate_output::GetServerCertificateOutput;
         373  +
  374    374   
mod _get_server_certificate_input;
  375    375   
  376    376   
mod _get_server_certificate_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_server_certificate/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_server_certificate::_get_server_certificate_output::GetServerCertificateOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_server_certificate::_get_server_certificate_input::GetServerCertificateInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_server_certificate::_get_server_certificate_output::GetServerCertificateOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_server_certificate::builders::GetServerCertificateInputBuilder {
    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_server_certificate::GetServerCertificateOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_server_certificate::GetServerCertificateError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_service_last_accessed_details.rs

@@ -340,340 +379,379 @@
  360    360   
            meta: meta.unwrap_or_default(),
  361    361   
        })
  362    362   
    }
  363    363   
}
  364    364   
impl ::aws_types::request_id::RequestId for crate::operation::get_service_last_accessed_details::GetServiceLastAccessedDetailsError {
  365    365   
    fn request_id(&self) -> Option<&str> {
  366    366   
        self.meta().request_id()
  367    367   
    }
  368    368   
}
  369    369   
  370         -
pub use crate::operation::get_service_last_accessed_details::_get_service_last_accessed_details_output::GetServiceLastAccessedDetailsOutput;
  371         -
  372    370   
pub use crate::operation::get_service_last_accessed_details::_get_service_last_accessed_details_input::GetServiceLastAccessedDetailsInput;
  373    371   
         372  +
pub use crate::operation::get_service_last_accessed_details::_get_service_last_accessed_details_output::GetServiceLastAccessedDetailsOutput;
         373  +
  374    374   
mod _get_service_last_accessed_details_input;
  375    375   
  376    376   
mod _get_service_last_accessed_details_output;
  377    377   
  378    378   
/// Builders
  379    379   
pub mod builders;