AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_access_key.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::delete_access_key::DeleteAccessKeyError {
  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::delete_access_key::_delete_access_key_output::DeleteAccessKeyOutput;
  378         -
  379    377   
pub use crate::operation::delete_access_key::_delete_access_key_input::DeleteAccessKeyInput;
  380    378   
         379  +
pub use crate::operation::delete_access_key::_delete_access_key_output::DeleteAccessKeyOutput;
         380  +
  381    381   
mod _delete_access_key_input;
  382    382   
  383    383   
mod _delete_access_key_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_access_key/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::delete_access_key::_delete_access_key_output::DeleteAccessKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_access_key::_delete_access_key_input::DeleteAccessKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_access_key::_delete_access_key_output::DeleteAccessKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_access_key::builders::DeleteAccessKeyInputBuilder {
    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::delete_access_key::DeleteAccessKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_access_key::DeleteAccessKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -357,357 +396,396 @@
  377    377   
            meta: meta.unwrap_or_default(),
  378    378   
        })
  379    379   
    }
  380    380   
}
  381    381   
impl ::aws_types::request_id::RequestId for crate::operation::delete_account_alias::DeleteAccountAliasError {
  382    382   
    fn request_id(&self) -> Option<&str> {
  383    383   
        self.meta().request_id()
  384    384   
    }
  385    385   
}
  386    386   
  387         -
pub use crate::operation::delete_account_alias::_delete_account_alias_output::DeleteAccountAliasOutput;
  388         -
  389    387   
pub use crate::operation::delete_account_alias::_delete_account_alias_input::DeleteAccountAliasInput;
  390    388   
         389  +
pub use crate::operation::delete_account_alias::_delete_account_alias_output::DeleteAccountAliasOutput;
         390  +
  391    391   
mod _delete_account_alias_input;
  392    392   
  393    393   
mod _delete_account_alias_output;
  394    394   
  395    395   
/// Builders
  396    396   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_account_alias/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::delete_account_alias::_delete_account_alias_output::DeleteAccountAliasOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_account_alias::_delete_account_alias_input::DeleteAccountAliasInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_account_alias::_delete_account_alias_output::DeleteAccountAliasOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_account_alias::builders::DeleteAccountAliasInputBuilder {
    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::delete_account_alias::DeleteAccountAliasOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_account_alias::DeleteAccountAliasError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_account_password_policy.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::delete_account_password_policy::DeleteAccountPasswordPolicyError {
  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::delete_account_password_policy::_delete_account_password_policy_output::DeleteAccountPasswordPolicyOutput;
  378         -
  379    377   
pub use crate::operation::delete_account_password_policy::_delete_account_password_policy_input::DeleteAccountPasswordPolicyInput;
  380    378   
         379  +
pub use crate::operation::delete_account_password_policy::_delete_account_password_policy_output::DeleteAccountPasswordPolicyOutput;
         380  +
  381    381   
mod _delete_account_password_policy_input;
  382    382   
  383    383   
mod _delete_account_password_policy_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_account_password_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::delete_account_password_policy::_delete_account_password_policy_output::DeleteAccountPasswordPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_account_password_policy::_delete_account_password_policy_input::DeleteAccountPasswordPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_account_password_policy::_delete_account_password_policy_output::DeleteAccountPasswordPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_account_password_policy::builders::DeleteAccountPasswordPolicyInputBuilder {
    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::delete_account_password_policy::DeleteAccountPasswordPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_account_password_policy::DeleteAccountPasswordPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -357,357 +396,396 @@
  377    377   
            meta: meta.unwrap_or_default(),
  378    378   
        })
  379    379   
    }
  380    380   
}
  381    381   
impl ::aws_types::request_id::RequestId for crate::operation::delete_group::DeleteGroupError {
  382    382   
    fn request_id(&self) -> Option<&str> {
  383    383   
        self.meta().request_id()
  384    384   
    }
  385    385   
}
  386    386   
  387         -
pub use crate::operation::delete_group::_delete_group_output::DeleteGroupOutput;
  388         -
  389    387   
pub use crate::operation::delete_group::_delete_group_input::DeleteGroupInput;
  390    388   
         389  +
pub use crate::operation::delete_group::_delete_group_output::DeleteGroupOutput;
         390  +
  391    391   
mod _delete_group_input;
  392    392   
  393    393   
mod _delete_group_output;
  394    394   
  395    395   
/// Builders
  396    396   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_group/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::delete_group::_delete_group_output::DeleteGroupOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_group::_delete_group_input::DeleteGroupInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_group::_delete_group_output::DeleteGroupOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_group::builders::DeleteGroupInputBuilder {
    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::delete_group::DeleteGroupOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_group::DeleteGroupError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_group_policy.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::delete_group_policy::DeleteGroupPolicyError {
  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::delete_group_policy::_delete_group_policy_output::DeleteGroupPolicyOutput;
  378         -
  379    377   
pub use crate::operation::delete_group_policy::_delete_group_policy_input::DeleteGroupPolicyInput;
  380    378   
         379  +
pub use crate::operation::delete_group_policy::_delete_group_policy_output::DeleteGroupPolicyOutput;
         380  +
  381    381   
mod _delete_group_policy_input;
  382    382   
  383    383   
mod _delete_group_policy_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_group_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::delete_group_policy::_delete_group_policy_output::DeleteGroupPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_group_policy::_delete_group_policy_input::DeleteGroupPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_group_policy::_delete_group_policy_output::DeleteGroupPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_group_policy::builders::DeleteGroupPolicyInputBuilder {
    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::delete_group_policy::DeleteGroupPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_group_policy::DeleteGroupPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -360,360 +399,399 @@
  380    380   
            meta: meta.unwrap_or_default(),
  381    381   
        })
  382    382   
    }
  383    383   
}
  384    384   
impl ::aws_types::request_id::RequestId for crate::operation::delete_instance_profile::DeleteInstanceProfileError {
  385    385   
    fn request_id(&self) -> Option<&str> {
  386    386   
        self.meta().request_id()
  387    387   
    }
  388    388   
}
  389    389   
  390         -
pub use crate::operation::delete_instance_profile::_delete_instance_profile_output::DeleteInstanceProfileOutput;
  391         -
  392    390   
pub use crate::operation::delete_instance_profile::_delete_instance_profile_input::DeleteInstanceProfileInput;
  393    391   
         392  +
pub use crate::operation::delete_instance_profile::_delete_instance_profile_output::DeleteInstanceProfileOutput;
         393  +
  394    394   
mod _delete_instance_profile_input;
  395    395   
  396    396   
mod _delete_instance_profile_output;
  397    397   
  398    398   
/// Builders
  399    399   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_instance_profile/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::delete_instance_profile::_delete_instance_profile_output::DeleteInstanceProfileOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_instance_profile::_delete_instance_profile_input::DeleteInstanceProfileInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_instance_profile::_delete_instance_profile_output::DeleteInstanceProfileOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_instance_profile::builders::DeleteInstanceProfileInputBuilder {
    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::delete_instance_profile::DeleteInstanceProfileOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_instance_profile::DeleteInstanceProfileError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -357,357 +396,396 @@
  377    377   
            meta: meta.unwrap_or_default(),
  378    378   
        })
  379    379   
    }
  380    380   
}
  381    381   
impl ::aws_types::request_id::RequestId for crate::operation::delete_login_profile::DeleteLoginProfileError {
  382    382   
    fn request_id(&self) -> Option<&str> {
  383    383   
        self.meta().request_id()
  384    384   
    }
  385    385   
}
  386    386   
  387         -
pub use crate::operation::delete_login_profile::_delete_login_profile_output::DeleteLoginProfileOutput;
  388         -
  389    387   
pub use crate::operation::delete_login_profile::_delete_login_profile_input::DeleteLoginProfileInput;
  390    388   
         389  +
pub use crate::operation::delete_login_profile::_delete_login_profile_output::DeleteLoginProfileOutput;
         390  +
  391    391   
mod _delete_login_profile_input;
  392    392   
  393    393   
mod _delete_login_profile_output;
  394    394   
  395    395   
/// Builders
  396    396   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_login_profile/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::delete_login_profile::_delete_login_profile_output::DeleteLoginProfileOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_login_profile::_delete_login_profile_input::DeleteLoginProfileInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_login_profile::_delete_login_profile_output::DeleteLoginProfileOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_login_profile::builders::DeleteLoginProfileInputBuilder {
    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::delete_login_profile::DeleteLoginProfileOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_login_profile::DeleteLoginProfileError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -350,350 +389,389 @@
  370    370   
            meta: meta.unwrap_or_default(),
  371    371   
        })
  372    372   
    }
  373    373   
}
  374    374   
impl ::aws_types::request_id::RequestId for crate::operation::delete_open_id_connect_provider::DeleteOpenIDConnectProviderError {
  375    375   
    fn request_id(&self) -> Option<&str> {
  376    376   
        self.meta().request_id()
  377    377   
    }
  378    378   
}
  379    379   
  380         -
pub use crate::operation::delete_open_id_connect_provider::_delete_open_id_connect_provider_output::DeleteOpenIdConnectProviderOutput;
  381         -
  382    380   
pub use crate::operation::delete_open_id_connect_provider::_delete_open_id_connect_provider_input::DeleteOpenIdConnectProviderInput;
  383    381   
         382  +
pub use crate::operation::delete_open_id_connect_provider::_delete_open_id_connect_provider_output::DeleteOpenIdConnectProviderOutput;
         383  +
  384    384   
mod _delete_open_id_connect_provider_input;
  385    385   
  386    386   
mod _delete_open_id_connect_provider_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/delete_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::delete_open_id_connect_provider::_delete_open_id_connect_provider_output::DeleteOpenIdConnectProviderOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_open_id_connect_provider::_delete_open_id_connect_provider_input::DeleteOpenIdConnectProviderInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_open_id_connect_provider::_delete_open_id_connect_provider_output::DeleteOpenIdConnectProviderOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_open_id_connect_provider::builders::DeleteOpenIdConnectProviderInputBuilder {
    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::delete_open_id_connect_provider::DeleteOpenIdConnectProviderOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_open_id_connect_provider::DeleteOpenIDConnectProviderError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,