AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_service_last_accessed_details/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_service_last_accessed_details::_get_service_last_accessed_details_output::GetServiceLastAccessedDetailsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_service_last_accessed_details::_get_service_last_accessed_details_input::GetServiceLastAccessedDetailsInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_service_last_accessed_details::_get_service_last_accessed_details_output::GetServiceLastAccessedDetailsOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_service_last_accessed_details::builders::GetServiceLastAccessedDetailsInputBuilder {
    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_service_last_accessed_details::GetServiceLastAccessedDetailsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_service_last_accessed_details::GetServiceLastAccessedDetailsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -347,347 +386,386 @@
  367    367   
    }
  368    368   
}
  369    369   
impl ::aws_types::request_id::RequestId
  370    370   
    for crate::operation::get_service_last_accessed_details_with_entities::GetServiceLastAccessedDetailsWithEntitiesError
  371    371   
{
  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_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_output::GetServiceLastAccessedDetailsWithEntitiesOutput;
  378         -
  379    377   
pub use crate::operation::get_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_input::GetServiceLastAccessedDetailsWithEntitiesInput;
  380    378   
         379  +
pub use crate::operation::get_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_output::GetServiceLastAccessedDetailsWithEntitiesOutput;
         380  +
  381    381   
mod _get_service_last_accessed_details_with_entities_input;
  382    382   
  383    383   
mod _get_service_last_accessed_details_with_entities_output;
  384    384   
  385    385   
/// Builders
  386    386   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_service_last_accessed_details_with_entities/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_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_output::GetServiceLastAccessedDetailsWithEntitiesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_input::GetServiceLastAccessedDetailsWithEntitiesInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_service_last_accessed_details_with_entities::_get_service_last_accessed_details_with_entities_output::GetServiceLastAccessedDetailsWithEntitiesOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_service_last_accessed_details_with_entities::builders::GetServiceLastAccessedDetailsWithEntitiesInputBuilder {
    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_service_last_accessed_details_with_entities::GetServiceLastAccessedDetailsWithEntitiesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_service_last_accessed_details_with_entities::GetServiceLastAccessedDetailsWithEntitiesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -358,358 +397,397 @@
  378    378   
            meta: meta.unwrap_or_default(),
  379    379   
        })
  380    380   
    }
  381    381   
}
  382    382   
impl ::aws_types::request_id::RequestId for crate::operation::get_service_linked_role_deletion_status::GetServiceLinkedRoleDeletionStatusError {
  383    383   
    fn request_id(&self) -> Option<&str> {
  384    384   
        self.meta().request_id()
  385    385   
    }
  386    386   
}
  387    387   
  388         -
pub use crate::operation::get_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_output::GetServiceLinkedRoleDeletionStatusOutput;
  389         -
  390    388   
pub use crate::operation::get_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_input::GetServiceLinkedRoleDeletionStatusInput;
  391    389   
         390  +
pub use crate::operation::get_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_output::GetServiceLinkedRoleDeletionStatusOutput;
         391  +
  392    392   
mod _get_service_linked_role_deletion_status_input;
  393    393   
  394    394   
mod _get_service_linked_role_deletion_status_output;
  395    395   
  396    396   
/// Builders
  397    397   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_service_linked_role_deletion_status/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_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_output::GetServiceLinkedRoleDeletionStatusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_input::GetServiceLinkedRoleDeletionStatusInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_service_linked_role_deletion_status::_get_service_linked_role_deletion_status_output::GetServiceLinkedRoleDeletionStatusOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_service_linked_role_deletion_status::builders::GetServiceLinkedRoleDeletionStatusInputBuilder {
    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_service_linked_role_deletion_status::GetServiceLinkedRoleDeletionStatusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_service_linked_role_deletion_status::GetServiceLinkedRoleDeletionStatusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_ssh_public_key.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_ssh_public_key::GetSSHPublicKeyError {
  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_ssh_public_key::_get_ssh_public_key_output::GetSshPublicKeyOutput;
  368         -
  369    367   
pub use crate::operation::get_ssh_public_key::_get_ssh_public_key_input::GetSshPublicKeyInput;
  370    368   
         369  +
pub use crate::operation::get_ssh_public_key::_get_ssh_public_key_output::GetSshPublicKeyOutput;
         370  +
  371    371   
mod _get_ssh_public_key_input;
  372    372   
  373    373   
mod _get_ssh_public_key_output;
  374    374   
  375    375   
/// Builders
  376    376   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_ssh_public_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::get_ssh_public_key::_get_ssh_public_key_output::GetSshPublicKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_ssh_public_key::_get_ssh_public_key_input::GetSshPublicKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_ssh_public_key::_get_ssh_public_key_output::GetSshPublicKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_ssh_public_key::builders::GetSshPublicKeyInputBuilder {
    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_ssh_public_key::GetSshPublicKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_ssh_public_key::GetSSHPublicKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_user.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_user::GetUserError {
  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_user::_get_user_output::GetUserOutput;
  360         -
  361    359   
pub use crate::operation::get_user::_get_user_input::GetUserInput;
  362    360   
         361  +
pub use crate::operation::get_user::_get_user_output::GetUserOutput;
         362  +
  363    363   
mod _get_user_input;
  364    364   
  365    365   
mod _get_user_output;
  366    366   
  367    367   
/// Builders
  368    368   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_user/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_user::_get_user_output::GetUserOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_user::_get_user_input::GetUserInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_user::_get_user_output::GetUserOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_user::builders::GetUserInputBuilder {
    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_user::GetUserOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_user::GetUserError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_user_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_user_policy::GetUserPolicyError {
  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_user_policy::_get_user_policy_output::GetUserPolicyOutput;
  368         -
  369    367   
pub use crate::operation::get_user_policy::_get_user_policy_input::GetUserPolicyInput;
  370    368   
         369  +
pub use crate::operation::get_user_policy::_get_user_policy_output::GetUserPolicyOutput;
         370  +
  371    371   
mod _get_user_policy_input;
  372    372   
  373    373   
mod _get_user_policy_output;
  374    374   
  375    375   
/// Builders
  376    376   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/get_user_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_user_policy::_get_user_policy_output::GetUserPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_user_policy::_get_user_policy_input::GetUserPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_user_policy::_get_user_policy_output::GetUserPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_user_policy::builders::GetUserPolicyInputBuilder {
    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_user_policy::GetUserPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_user_policy::GetUserPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -337,337 +379,379 @@
  357    357   
            meta: meta.unwrap_or_default(),
  358    358   
        })
  359    359   
    }
  360    360   
}
  361    361   
impl ::aws_types::request_id::RequestId for crate::operation::list_access_keys::ListAccessKeysError {
  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::list_access_keys::_list_access_keys_output::ListAccessKeysOutput;
  368         -
  369    367   
pub use crate::operation::list_access_keys::_list_access_keys_input::ListAccessKeysInput;
  370    368   
         369  +
pub use crate::operation::list_access_keys::_list_access_keys_output::ListAccessKeysOutput;
         370  +
  371    371   
mod _list_access_keys_input;
  372    372   
  373    373   
mod _list_access_keys_output;
  374    374   
  375    375   
/// Builders
  376    376   
pub mod builders;
  377    377   
  378    378   
/// Paginator for this operation
  379    379   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/iam/src/operation/list_access_keys/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::list_access_keys::_list_access_keys_output::ListAccessKeysOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_access_keys::_list_access_keys_input::ListAccessKeysInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_access_keys::_list_access_keys_output::ListAccessKeysOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_access_keys::builders::ListAccessKeysInputBuilder {
    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::list_access_keys::ListAccessKeysOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_access_keys::ListAccessKeysError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -327,327 +369,369 @@
  347    347   
            meta: meta.unwrap_or_default(),
  348    348   
        })
  349    349   
    }
  350    350   
}
  351    351   
impl ::aws_types::request_id::RequestId for crate::operation::list_account_aliases::ListAccountAliasesError {
  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::list_account_aliases::_list_account_aliases_output::ListAccountAliasesOutput;
  358         -
  359    357   
pub use crate::operation::list_account_aliases::_list_account_aliases_input::ListAccountAliasesInput;
  360    358   
         359  +
pub use crate::operation::list_account_aliases::_list_account_aliases_output::ListAccountAliasesOutput;
         360  +
  361    361   
mod _list_account_aliases_input;
  362    362   
  363    363   
mod _list_account_aliases_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/iam/src/operation/list_account_aliases/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::list_account_aliases::_list_account_aliases_output::ListAccountAliasesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_account_aliases::_list_account_aliases_input::ListAccountAliasesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_account_aliases::_list_account_aliases_output::ListAccountAliasesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_account_aliases::builders::ListAccountAliasesInputBuilder {
    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::list_account_aliases::ListAccountAliasesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_account_aliases::ListAccountAliasesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -350,350 +392,392 @@
  370    370   
            meta: meta.unwrap_or_default(),
  371    371   
        })
  372    372   
    }
  373    373   
}
  374    374   
impl ::aws_types::request_id::RequestId for crate::operation::list_attached_group_policies::ListAttachedGroupPoliciesError {
  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::list_attached_group_policies::_list_attached_group_policies_output::ListAttachedGroupPoliciesOutput;
  381         -
  382    380   
pub use crate::operation::list_attached_group_policies::_list_attached_group_policies_input::ListAttachedGroupPoliciesInput;
  383    381   
         382  +
pub use crate::operation::list_attached_group_policies::_list_attached_group_policies_output::ListAttachedGroupPoliciesOutput;
         383  +
  384    384   
mod _list_attached_group_policies_input;
  385    385   
  386    386   
mod _list_attached_group_policies_output;
  387    387   
  388    388   
/// Builders
  389    389   
pub mod builders;
  390    390   
  391    391   
/// Paginator for this operation
  392    392   
pub mod paginator;