AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/assume_role_with_saml/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_role_with_saml::_assume_role_with_saml_output::AssumeRoleWithSamlOutputBuilder;
    3         -
    4      2   
pub use crate::operation::assume_role_with_saml::_assume_role_with_saml_input::AssumeRoleWithSamlInputBuilder;
    5      3   
           4  +
pub use crate::operation::assume_role_with_saml::_assume_role_with_saml_output::AssumeRoleWithSamlOutputBuilder;
           5  +
    6      6   
impl crate::operation::assume_role_with_saml::builders::AssumeRoleWithSamlInputBuilder {
    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_role_with_saml::AssumeRoleWithSamlOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::assume_role_with_saml::AssumeRoleWithSAMLError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -386,386 +425,425 @@
  406    406   
            meta: meta.unwrap_or_default(),
  407    407   
        })
  408    408   
    }
  409    409   
}
  410    410   
impl ::aws_types::request_id::RequestId for crate::operation::assume_role_with_web_identity::AssumeRoleWithWebIdentityError {
  411    411   
    fn request_id(&self) -> Option<&str> {
  412    412   
        self.meta().request_id()
  413    413   
    }
  414    414   
}
  415    415   
  416         -
pub use crate::operation::assume_role_with_web_identity::_assume_role_with_web_identity_output::AssumeRoleWithWebIdentityOutput;
  417         -
  418    416   
pub use crate::operation::assume_role_with_web_identity::_assume_role_with_web_identity_input::AssumeRoleWithWebIdentityInput;
  419    417   
         418  +
pub use crate::operation::assume_role_with_web_identity::_assume_role_with_web_identity_output::AssumeRoleWithWebIdentityOutput;
         419  +
  420    420   
mod _assume_role_with_web_identity_input;
  421    421   
  422    422   
mod _assume_role_with_web_identity_output;
  423    423   
  424    424   
/// Builders
  425    425   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/sts/src/operation/assume_role_with_web_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::assume_role_with_web_identity::_assume_role_with_web_identity_output::AssumeRoleWithWebIdentityOutputBuilder;
    3         -
    4      2   
pub use crate::operation::assume_role_with_web_identity::_assume_role_with_web_identity_input::AssumeRoleWithWebIdentityInputBuilder;
    5      3   
           4  +
pub use crate::operation::assume_role_with_web_identity::_assume_role_with_web_identity_output::AssumeRoleWithWebIdentityOutputBuilder;
           5  +
    6      6   
impl crate::operation::assume_role_with_web_identity::builders::AssumeRoleWithWebIdentityInputBuilder {
    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_role_with_web_identity::AssumeRoleWithWebIdentityOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::assume_role_with_web_identity::AssumeRoleWithWebIdentityError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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;