AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/assume_root.rs

@@ -335,335 +374,374 @@
  355    355   
            meta: meta.unwrap_or_default(),
  356    356   
        })
  357    357   
    }
  358    358   
}
  359    359   
impl ::aws_types::request_id::RequestId for crate::operation::assume_root::AssumeRootError {
  360    360   
    fn request_id(&self) -> Option<&str> {
  361    361   
        self.meta().request_id()
  362    362   
    }
  363    363   
}
  364    364   
  365         -
pub use crate::operation::assume_root::_assume_root_output::AssumeRootOutput;
  366         -
  367    365   
pub use crate::operation::assume_root::_assume_root_input::AssumeRootInput;
  368    366   
         367  +
pub use crate::operation::assume_root::_assume_root_output::AssumeRootOutput;
         368  +
  369    369   
mod _assume_root_input;
  370    370   
  371    371   
mod _assume_root_output;
  372    372   
  373    373   
/// Builders
  374    374   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/assume_root/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::assume_root::_assume_root_output::AssumeRootOutputBuilder;
    3         -
    4      2   
pub use crate::operation::assume_root::_assume_root_input::AssumeRootInputBuilder;
    5      3   
           4  +
pub use crate::operation::assume_root::_assume_root_output::AssumeRootOutputBuilder;
           5  +
    6      6   
impl crate::operation::assume_root::builders::AssumeRootInputBuilder {
    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::assume_root::AssumeRootOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::assume_root::AssumeRootError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/decode_authorization_message.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::decode_authorization_message::DecodeAuthorizationMessageError {
  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::decode_authorization_message::_decode_authorization_message_output::DecodeAuthorizationMessageOutput;
  361         -
  362    360   
pub use crate::operation::decode_authorization_message::_decode_authorization_message_input::DecodeAuthorizationMessageInput;
  363    361   
         362  +
pub use crate::operation::decode_authorization_message::_decode_authorization_message_output::DecodeAuthorizationMessageOutput;
         363  +
  364    364   
mod _decode_authorization_message_input;
  365    365   
  366    366   
mod _decode_authorization_message_output;
  367    367   
  368    368   
/// Builders
  369    369   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/decode_authorization_message/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::decode_authorization_message::_decode_authorization_message_output::DecodeAuthorizationMessageOutputBuilder;
    3         -
    4      2   
pub use crate::operation::decode_authorization_message::_decode_authorization_message_input::DecodeAuthorizationMessageInputBuilder;
    5      3   
           4  +
pub use crate::operation::decode_authorization_message::_decode_authorization_message_output::DecodeAuthorizationMessageOutputBuilder;
           5  +
    6      6   
impl crate::operation::decode_authorization_message::builders::DecodeAuthorizationMessageInputBuilder {
    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::decode_authorization_message::DecodeAuthorizationMessageOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::decode_authorization_message::DecodeAuthorizationMessageError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_access_key_info.rs

@@ -317,317 +356,356 @@
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
impl ::aws_types::request_id::RequestId for crate::operation::get_access_key_info::GetAccessKeyInfoError {
  342    342   
    fn request_id(&self) -> Option<&str> {
  343    343   
        self.meta().request_id()
  344    344   
    }
  345    345   
}
  346    346   
  347         -
pub use crate::operation::get_access_key_info::_get_access_key_info_output::GetAccessKeyInfoOutput;
  348         -
  349    347   
pub use crate::operation::get_access_key_info::_get_access_key_info_input::GetAccessKeyInfoInput;
  350    348   
         349  +
pub use crate::operation::get_access_key_info::_get_access_key_info_output::GetAccessKeyInfoOutput;
         350  +
  351    351   
mod _get_access_key_info_input;
  352    352   
  353    353   
mod _get_access_key_info_output;
  354    354   
  355    355   
/// Builders
  356    356   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_access_key_info/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_access_key_info::_get_access_key_info_output::GetAccessKeyInfoOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_access_key_info::_get_access_key_info_input::GetAccessKeyInfoInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_access_key_info::_get_access_key_info_output::GetAccessKeyInfoOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_access_key_info::builders::GetAccessKeyInfoInputBuilder {
    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_access_key_info::GetAccessKeyInfoOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_access_key_info::GetAccessKeyInfoError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_caller_identity.rs

@@ -314,314 +353,353 @@
  334    334   
            meta: meta.unwrap_or_default(),
  335    335   
        })
  336    336   
    }
  337    337   
}
  338    338   
impl ::aws_types::request_id::RequestId for crate::operation::get_caller_identity::GetCallerIdentityError {
  339    339   
    fn request_id(&self) -> Option<&str> {
  340    340   
        self.meta().request_id()
  341    341   
    }
  342    342   
}
  343    343   
  344         -
pub use crate::operation::get_caller_identity::_get_caller_identity_output::GetCallerIdentityOutput;
  345         -
  346    344   
pub use crate::operation::get_caller_identity::_get_caller_identity_input::GetCallerIdentityInput;
  347    345   
         346  +
pub use crate::operation::get_caller_identity::_get_caller_identity_output::GetCallerIdentityOutput;
         347  +
  348    348   
mod _get_caller_identity_input;
  349    349   
  350    350   
mod _get_caller_identity_output;
  351    351   
  352    352   
/// Builders
  353    353   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_caller_identity/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_caller_identity::_get_caller_identity_output::GetCallerIdentityOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_caller_identity::_get_caller_identity_input::GetCallerIdentityInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_caller_identity::_get_caller_identity_output::GetCallerIdentityOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder {
    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_caller_identity::GetCallerIdentityOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_caller_identity::GetCallerIdentityError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_federation_token.rs

@@ -349,349 +388,388 @@
  369    369   
            meta: meta.unwrap_or_default(),
  370    370   
        })
  371    371   
    }
  372    372   
}
  373    373   
impl ::aws_types::request_id::RequestId for crate::operation::get_federation_token::GetFederationTokenError {
  374    374   
    fn request_id(&self) -> Option<&str> {
  375    375   
        self.meta().request_id()
  376    376   
    }
  377    377   
}
  378    378   
  379         -
pub use crate::operation::get_federation_token::_get_federation_token_output::GetFederationTokenOutput;
  380         -
  381    379   
pub use crate::operation::get_federation_token::_get_federation_token_input::GetFederationTokenInput;
  382    380   
         381  +
pub use crate::operation::get_federation_token::_get_federation_token_output::GetFederationTokenOutput;
         382  +
  383    383   
mod _get_federation_token_input;
  384    384   
  385    385   
mod _get_federation_token_output;
  386    386   
  387    387   
/// Builders
  388    388   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_federation_token/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_federation_token::_get_federation_token_output::GetFederationTokenOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_federation_token::_get_federation_token_input::GetFederationTokenInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_federation_token::_get_federation_token_output::GetFederationTokenOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_federation_token::builders::GetFederationTokenInputBuilder {
    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_federation_token::GetFederationTokenOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_federation_token::GetFederationTokenError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_session_token.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_session_token::GetSessionTokenError {
  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_session_token::_get_session_token_output::GetSessionTokenOutput;
  359         -
  360    358   
pub use crate::operation::get_session_token::_get_session_token_input::GetSessionTokenInput;
  361    359   
         360  +
pub use crate::operation::get_session_token::_get_session_token_output::GetSessionTokenOutput;
         361  +
  362    362   
mod _get_session_token_input;
  363    363   
  364    364   
mod _get_session_token_output;
  365    365   
  366    366   
/// Builders
  367    367   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/get_session_token/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_session_token::_get_session_token_output::GetSessionTokenOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_session_token::_get_session_token_input::GetSessionTokenInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_session_token::_get_session_token_output::GetSessionTokenOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_session_token::builders::GetSessionTokenInputBuilder {
    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_session_token::GetSessionTokenOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_session_token::GetSessionTokenError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/sts/src/primitives.rs

@@ -1,1 +6,7 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
           3  +
pub use ::aws_smithy_types::Blob;
    3      4   
pub use ::aws_smithy_types::DateTime;
    4      5   
    5      6   
/// Event stream related primitives such as `Message` or `Header`.
    6      7   
pub mod event_stream;

tmp-codegen-diff/aws-sdk/sdk/sts/src/types.rs

@@ -1,1 +30,30 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
pub use crate::types::_credentials::Credentials;
    3      3   
    4         -
pub use crate::types::_federated_user::FederatedUser;
    5         -
    6         -
pub use crate::types::_tag::Tag;
           4  +
pub use crate::types::_assumed_role_user::AssumedRoleUser;
    7      5   
    8      6   
pub use crate::types::_policy_descriptor_type::PolicyDescriptorType;
    9      7   
   10         -
pub use crate::types::_assumed_role_user::AssumedRoleUser;
           8  +
pub use crate::types::_federated_user::FederatedUser;
           9  +
          10  +
pub use crate::types::_tag::Tag;
   11     11   
   12     12   
pub use crate::types::_provided_context::ProvidedContext;
   13     13   
   14     14   
mod _assumed_role_user;
   15     15   
   16     16   
mod _credentials;
   17     17   
   18     18   
mod _federated_user;
   19     19   
   20     20   
mod _policy_descriptor_type;

tmp-codegen-diff/aws-sdk/sdk/sts/src/types/builders.rs

@@ -1,1 +12,12 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
pub use crate::types::_credentials::CredentialsBuilder;
    3      3   
    4         -
pub use crate::types::_federated_user::FederatedUserBuilder;
    5         -
    6         -
pub use crate::types::_tag::TagBuilder;
           4  +
pub use crate::types::_assumed_role_user::AssumedRoleUserBuilder;
    7      5   
    8      6   
pub use crate::types::_policy_descriptor_type::PolicyDescriptorTypeBuilder;
    9      7   
   10         -
pub use crate::types::_assumed_role_user::AssumedRoleUserBuilder;
           8  +
pub use crate::types::_federated_user::FederatedUserBuilder;
           9  +
          10  +
pub use crate::types::_tag::TagBuilder;
   11     11   
   12     12   
pub use crate::types::_provided_context::ProvidedContextBuilder;

tmp-codegen-diff/aws-sdk/sdk/sts/src/types/error.rs

@@ -1,1 +35,35 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_region_disabled_exception::RegionDisabledException;
    3         -
    4         -
pub use crate::types::error::_packed_policy_too_large_exception::PackedPolicyTooLargeException;
           2  +
pub use crate::types::error::_expired_token_exception::ExpiredTokenException;
    5      3   
    6      4   
pub use crate::types::error::_malformed_policy_document_exception::MalformedPolicyDocumentException;
    7      5   
    8         -
pub use crate::types::error::_invalid_authorization_message_exception::InvalidAuthorizationMessageException;
    9         -
   10         -
pub use crate::types::error::_expired_token_exception::ExpiredTokenException;
           6  +
pub use crate::types::error::_packed_policy_too_large_exception::PackedPolicyTooLargeException;
   11      7   
   12         -
pub use crate::types::error::_invalid_identity_token_exception::InvalidIdentityTokenException;
           8  +
pub use crate::types::error::_region_disabled_exception::RegionDisabledException;
   13      9   
   14     10   
pub use crate::types::error::_idp_rejected_claim_exception::IdpRejectedClaimException;
   15     11   
          12  +
pub use crate::types::error::_invalid_identity_token_exception::InvalidIdentityTokenException;
          13  +
   16     14   
pub use crate::types::error::_idp_communication_error_exception::IdpCommunicationErrorException;
   17     15   
          16  +
pub use crate::types::error::_invalid_authorization_message_exception::InvalidAuthorizationMessageException;
          17  +
   18     18   
mod _expired_token_exception;
   19     19   
   20     20   
mod _idp_communication_error_exception;
   21     21   
   22     22   
mod _idp_rejected_claim_exception;
   23     23   
   24     24   
mod _invalid_authorization_message_exception;
   25     25   
   26     26   
mod _invalid_identity_token_exception;
   27     27