AWS SDK

AWS SDK

rev. ca222a560f44f828acd6684c35d65a0107fadc68 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/signin/src/operation/create_o_auth2_token/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::create_o_auth2_token::builders::CreateOAuth2TokenInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::create_o_auth2_token::CreateOAuth2TokenOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::create_o_auth2_token::CreateOAuth2TokenError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/get_role_credentials/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::get_role_credentials::builders::GetRoleCredentialsInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::get_role_credentials::GetRoleCredentialsOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::get_role_credentials::GetRoleCredentialsError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/list_account_roles/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::list_account_roles::builders::ListAccountRolesInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::list_account_roles::ListAccountRolesOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::list_account_roles::ListAccountRolesError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/list_accounts/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::list_accounts::builders::ListAccountsInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::list_accounts::ListAccountsOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::list_accounts::ListAccountsError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/sso/src/operation/logout/builders.rs

@@ -37,37 +97,98 @@
   57     57   
    pub fn as_input(&self) -> &crate::operation::logout::builders::LogoutInputBuilder {
   58     58   
        &self.inner
   59     59   
    }
   60     60   
    /// Sends the request and returns the response.
   61     61   
    ///
   62     62   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   63     63   
    /// can be matched against.
   64     64   
    ///
   65     65   
    /// By default, any retryable failures will be retried twice. Retry behavior
   66     66   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   67         -
    /// set when configuring the client.
          67  +
    /// set when configuring the client. Note: retries are enabled by default when using
          68  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   68     69   
    pub async fn send(
   69     70   
        self,
   70     71   
    ) -> ::std::result::Result<
   71     72   
        crate::operation::logout::LogoutOutput,
   72     73   
        ::aws_smithy_runtime_api::client::result::SdkError<
   73     74   
            crate::operation::logout::LogoutError,
   74     75   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   75     76   
        >,
   76     77   
    > {
   77     78   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ssooidc/src/operation/create_token/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::create_token::builders::CreateTokenInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::create_token::CreateTokenOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::create_token::CreateTokenError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ssooidc/src/operation/create_token_with_iam/builders.rs

@@ -42,42 +102,103 @@
   62     62   
    pub fn as_input(&self) -> &crate::operation::create_token_with_iam::builders::CreateTokenWithIamInputBuilder {
   63     63   
        &self.inner
   64     64   
    }
   65     65   
    /// Sends the request and returns the response.
   66     66   
    ///
   67     67   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   68     68   
    /// can be matched against.
   69     69   
    ///
   70     70   
    /// By default, any retryable failures will be retried twice. Retry behavior
   71     71   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   72         -
    /// set when configuring the client.
          72  +
    /// set when configuring the client. Note: retries are enabled by default when using
          73  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   73     74   
    pub async fn send(
   74     75   
        self,
   75     76   
    ) -> ::std::result::Result<
   76     77   
        crate::operation::create_token_with_iam::CreateTokenWithIamOutput,
   77     78   
        ::aws_smithy_runtime_api::client::result::SdkError<
   78     79   
            crate::operation::create_token_with_iam::CreateTokenWithIAMError,
   79     80   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   80     81   
        >,
   81     82   
    > {
   82     83   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ssooidc/src/operation/register_client/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::register_client::builders::RegisterClientInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::register_client::RegisterClientOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::register_client::RegisterClientError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/ssooidc/src/operation/start_device_authorization/builders.rs

@@ -40,40 +100,101 @@
   60     60   
    pub fn as_input(&self) -> &crate::operation::start_device_authorization::builders::StartDeviceAuthorizationInputBuilder {
   61     61   
        &self.inner
   62     62   
    }
   63     63   
    /// Sends the request and returns the response.
   64     64   
    ///
   65     65   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   66     66   
    /// can be matched against.
   67     67   
    ///
   68     68   
    /// By default, any retryable failures will be retried twice. Retry behavior
   69     69   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   70         -
    /// set when configuring the client.
          70  +
    /// set when configuring the client. Note: retries are enabled by default when using
          71  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   71     72   
    pub async fn send(
   72     73   
        self,
   73     74   
    ) -> ::std::result::Result<
   74     75   
        crate::operation::start_device_authorization::StartDeviceAuthorizationOutput,
   75     76   
        ::aws_smithy_runtime_api::client::result::SdkError<
   76     77   
            crate::operation::start_device_authorization::StartDeviceAuthorizationError,
   77     78   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   78     79   
        >,
   79     80   
    > {
   80     81   
        let input = self

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

@@ -63,63 +123,124 @@
   83     83   
    pub fn as_input(&self) -> &crate::operation::assume_role::builders::AssumeRoleInputBuilder {
   84     84   
        &self.inner
   85     85   
    }
   86     86   
    /// Sends the request and returns the response.
   87     87   
    ///
   88     88   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   89     89   
    /// can be matched against.
   90     90   
    ///
   91     91   
    /// By default, any retryable failures will be retried twice. Retry behavior
   92     92   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   93         -
    /// set when configuring the client.
          93  +
    /// set when configuring the client. Note: retries are enabled by default when using
          94  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   94     95   
    pub async fn send(
   95     96   
        self,
   96     97   
    ) -> ::std::result::Result<
   97     98   
        crate::operation::assume_role::AssumeRoleOutput,
   98     99   
        ::aws_smithy_runtime_api::client::result::SdkError<
   99    100   
            crate::operation::assume_role::AssumeRoleError,
  100    101   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  101    102   
        >,
  102    103   
    > {
  103    104   
        let input = self

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

@@ -72,72 +132,133 @@
   92     92   
    pub fn as_input(&self) -> &crate::operation::assume_role_with_saml::builders::AssumeRoleWithSamlInputBuilder {
   93     93   
        &self.inner
   94     94   
    }
   95     95   
    /// Sends the request and returns the response.
   96     96   
    ///
   97     97   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   98     98   
    /// can be matched against.
   99     99   
    ///
  100    100   
    /// By default, any retryable failures will be retried twice. Retry behavior
  101    101   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  102         -
    /// set when configuring the client.
         102  +
    /// set when configuring the client. Note: retries are enabled by default when using
         103  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  103    104   
    pub async fn send(
  104    105   
        self,
  105    106   
    ) -> ::std::result::Result<
  106    107   
        crate::operation::assume_role_with_saml::AssumeRoleWithSamlOutput,
  107    108   
        ::aws_smithy_runtime_api::client::result::SdkError<
  108    109   
            crate::operation::assume_role_with_saml::AssumeRoleWithSAMLError,
  109    110   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  110    111   
        >,
  111    112   
    > {
  112    113   
        let input = self

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

@@ -69,69 +129,130 @@
   89     89   
    pub fn as_input(&self) -> &crate::operation::assume_role_with_web_identity::builders::AssumeRoleWithWebIdentityInputBuilder {
   90     90   
        &self.inner
   91     91   
    }
   92     92   
    /// Sends the request and returns the response.
   93     93   
    ///
   94     94   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   95     95   
    /// can be matched against.
   96     96   
    ///
   97     97   
    /// By default, any retryable failures will be retried twice. Retry behavior
   98     98   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   99         -
    /// set when configuring the client.
          99  +
    /// set when configuring the client. Note: retries are enabled by default when using
         100  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  100    101   
    pub async fn send(
  101    102   
        self,
  102    103   
    ) -> ::std::result::Result<
  103    104   
        crate::operation::assume_role_with_web_identity::AssumeRoleWithWebIdentityOutput,
  104    105   
        ::aws_smithy_runtime_api::client::result::SdkError<
  105    106   
            crate::operation::assume_role_with_web_identity::AssumeRoleWithWebIdentityError,
  106    107   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  107    108   
        >,
  108    109   
    > {
  109    110   
        let input = self

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

@@ -44,44 +104,105 @@
   64     64   
    pub fn as_input(&self) -> &crate::operation::assume_root::builders::AssumeRootInputBuilder {
   65     65   
        &self.inner
   66     66   
    }
   67     67   
    /// Sends the request and returns the response.
   68     68   
    ///
   69     69   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   70     70   
    /// can be matched against.
   71     71   
    ///
   72     72   
    /// By default, any retryable failures will be retried twice. Retry behavior
   73     73   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   74         -
    /// set when configuring the client.
          74  +
    /// set when configuring the client. Note: retries are enabled by default when using
          75  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   75     76   
    pub async fn send(
   76     77   
        self,
   77     78   
    ) -> ::std::result::Result<
   78     79   
        crate::operation::assume_root::AssumeRootOutput,
   79     80   
        ::aws_smithy_runtime_api::client::result::SdkError<
   80     81   
            crate::operation::assume_root::AssumeRootError,
   81     82   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   82     83   
        >,
   83     84   
    > {
   84     85   
        let input = self

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

@@ -57,57 +117,118 @@
   77     77   
    pub fn as_input(&self) -> &crate::operation::decode_authorization_message::builders::DecodeAuthorizationMessageInputBuilder {
   78     78   
        &self.inner
   79     79   
    }
   80     80   
    /// Sends the request and returns the response.
   81     81   
    ///
   82     82   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   83     83   
    /// can be matched against.
   84     84   
    ///
   85     85   
    /// By default, any retryable failures will be retried twice. Retry behavior
   86     86   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   87         -
    /// set when configuring the client.
          87  +
    /// set when configuring the client. Note: retries are enabled by default when using
          88  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   88     89   
    pub async fn send(
   89     90   
        self,
   90     91   
    ) -> ::std::result::Result<
   91     92   
        crate::operation::decode_authorization_message::DecodeAuthorizationMessageOutput,
   92     93   
        ::aws_smithy_runtime_api::client::result::SdkError<
   93     94   
            crate::operation::decode_authorization_message::DecodeAuthorizationMessageError,
   94     95   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   95     96   
        >,
   96     97   
    > {
   97     98   
        let input = self

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

@@ -43,43 +103,104 @@
   63     63   
    pub fn as_input(&self) -> &crate::operation::get_access_key_info::builders::GetAccessKeyInfoInputBuilder {
   64     64   
        &self.inner
   65     65   
    }
   66     66   
    /// Sends the request and returns the response.
   67     67   
    ///
   68     68   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   69     69   
    /// can be matched against.
   70     70   
    ///
   71     71   
    /// By default, any retryable failures will be retried twice. Retry behavior
   72     72   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   73         -
    /// set when configuring the client.
          73  +
    /// set when configuring the client. Note: retries are enabled by default when using
          74  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   74     75   
    pub async fn send(
   75     76   
        self,
   76     77   
    ) -> ::std::result::Result<
   77     78   
        crate::operation::get_access_key_info::GetAccessKeyInfoOutput,
   78     79   
        ::aws_smithy_runtime_api::client::result::SdkError<
   79     80   
            crate::operation::get_access_key_info::GetAccessKeyInfoError,
   80     81   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   81     82   
        >,
   82     83   
    > {
   83     84   
        let input = self

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

@@ -42,42 +102,103 @@
   62     62   
    pub fn as_input(&self) -> &crate::operation::get_caller_identity::builders::GetCallerIdentityInputBuilder {
   63     63   
        &self.inner
   64     64   
    }
   65     65   
    /// Sends the request and returns the response.
   66     66   
    ///
   67     67   
    /// If an error occurs, an `SdkError` will be returned with additional details that
   68     68   
    /// can be matched against.
   69     69   
    ///
   70     70   
    /// By default, any retryable failures will be retried twice. Retry behavior
   71     71   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
   72         -
    /// set when configuring the client.
          72  +
    /// set when configuring the client. Note: retries are enabled by default when using
          73  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
   73     74   
    pub async fn send(
   74     75   
        self,
   75     76   
    ) -> ::std::result::Result<
   76     77   
        crate::operation::get_caller_identity::GetCallerIdentityOutput,
   77     78   
        ::aws_smithy_runtime_api::client::result::SdkError<
   78     79   
            crate::operation::get_caller_identity::GetCallerIdentityError,
   79     80   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
   80     81   
        >,
   81     82   
    > {
   82     83   
        let input = self