AWS SDK

AWS SDK

rev. 929a051f8020d78c0fa156d064759a135503c4b5

Files changed:

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/delete_alias/builders.rs

@@ -63,63 +123,124 @@
   83     83   
    pub fn as_input(&self) -> &crate::operation::delete_alias::builders::DeleteAliasInputBuilder {
   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::delete_alias::DeleteAliasOutput,
   98     99   
        ::aws_smithy_runtime_api::client::result::SdkError<
   99    100   
            crate::operation::delete_alias::DeleteAliasError,
  100    101   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  101    102   
        >,
  102    103   
    > {
  103    104   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/delete_custom_key_store/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/delete_imported_key_material/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/derive_shared_secret/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/describe_custom_key_stores/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/describe_key/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/disable_key/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/disable_key_rotation/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/disconnect_custom_key_store/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/enable_key/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/enable_key_rotation/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/encrypt/builders.rs

@@ -88,88 +148,149 @@
  108    108   
    pub fn as_input(&self) -> &crate::operation::encrypt::builders::EncryptInputBuilder {
  109    109   
        &self.inner
  110    110   
    }
  111    111   
    /// Sends the request and returns the response.
  112    112   
    ///
  113    113   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  114    114   
    /// can be matched against.
  115    115   
    ///
  116    116   
    /// By default, any retryable failures will be retried twice. Retry behavior
  117    117   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  118         -
    /// set when configuring the client.
         118  +
    /// set when configuring the client. Note: retries are enabled by default when using
         119  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  119    120   
    pub async fn send(
  120    121   
        self,
  121    122   
    ) -> ::std::result::Result<
  122    123   
        crate::operation::encrypt::EncryptOutput,
  123    124   
        ::aws_smithy_runtime_api::client::result::SdkError<
  124    125   
            crate::operation::encrypt::EncryptError,
  125    126   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  126    127   
        >,
  127    128   
    > {
  128    129   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_data_key/builders.rs

@@ -81,81 +141,142 @@
  101    101   
    pub fn as_input(&self) -> &crate::operation::generate_data_key::builders::GenerateDataKeyInputBuilder {
  102    102   
        &self.inner
  103    103   
    }
  104    104   
    /// Sends the request and returns the response.
  105    105   
    ///
  106    106   
    /// If an error occurs, an `SdkError` will be returned with additional details that
  107    107   
    /// can be matched against.
  108    108   
    ///
  109    109   
    /// By default, any retryable failures will be retried twice. Retry behavior
  110    110   
    /// is configurable with the [RetryConfig](aws_smithy_types::retry::RetryConfig), which can be
  111         -
    /// set when configuring the client.
         111  +
    /// set when configuring the client. Note: retries are enabled by default when using
         112  +
    /// `aws_config::load_from_env()` or when using `BehaviorVersion::v2025_01_17()` or later.
  112    113   
    pub async fn send(
  113    114   
        self,
  114    115   
    ) -> ::std::result::Result<
  115    116   
        crate::operation::generate_data_key::GenerateDataKeyOutput,
  116    117   
        ::aws_smithy_runtime_api::client::result::SdkError<
  117    118   
            crate::operation::generate_data_key::GenerateDataKeyError,
  118    119   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
  119    120   
        >,
  120    121   
    > {
  121    122   
        let input = self

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_data_key_pair/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_data_key_pair_without_plaintext/builders.rs

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

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_data_key_without_plaintext/builders.rs

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