AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

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

@@ -438,438 +477,477 @@
  458    458   
            meta: meta.unwrap_or_default(),
  459    459   
        })
  460    460   
    }
  461    461   
}
  462    462   
impl ::aws_types::request_id::RequestId for crate::operation::generate_data_key_without_plaintext::GenerateDataKeyWithoutPlaintextError {
  463    463   
    fn request_id(&self) -> Option<&str> {
  464    464   
        self.meta().request_id()
  465    465   
    }
  466    466   
}
  467    467   
  468         -
pub use crate::operation::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_output::GenerateDataKeyWithoutPlaintextOutput;
  469         -
  470    468   
pub use crate::operation::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_input::GenerateDataKeyWithoutPlaintextInput;
  471    469   
         470  +
pub use crate::operation::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_output::GenerateDataKeyWithoutPlaintextOutput;
         471  +
  472    472   
mod _generate_data_key_without_plaintext_input;
  473    473   
  474    474   
mod _generate_data_key_without_plaintext_output;
  475    475   
  476    476   
/// Builders
  477    477   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_data_key_without_plaintext/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::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_output::GenerateDataKeyWithoutPlaintextOutputBuilder;
    3         -
    4      2   
pub use crate::operation::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_input::GenerateDataKeyWithoutPlaintextInputBuilder;
    5      3   
           4  +
pub use crate::operation::generate_data_key_without_plaintext::_generate_data_key_without_plaintext_output::GenerateDataKeyWithoutPlaintextOutputBuilder;
           5  +
    6      6   
impl crate::operation::generate_data_key_without_plaintext::builders::GenerateDataKeyWithoutPlaintextInputBuilder {
    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::generate_data_key_without_plaintext::GenerateDataKeyWithoutPlaintextOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::generate_data_key_without_plaintext::GenerateDataKeyWithoutPlaintextError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -415,415 +454,454 @@
  435    435   
            meta: meta.unwrap_or_default(),
  436    436   
        })
  437    437   
    }
  438    438   
}
  439    439   
impl ::aws_types::request_id::RequestId for crate::operation::generate_mac::GenerateMacError {
  440    440   
    fn request_id(&self) -> Option<&str> {
  441    441   
        self.meta().request_id()
  442    442   
    }
  443    443   
}
  444    444   
  445         -
pub use crate::operation::generate_mac::_generate_mac_output::GenerateMacOutput;
  446         -
  447    445   
pub use crate::operation::generate_mac::_generate_mac_input::GenerateMacInput;
  448    446   
         447  +
pub use crate::operation::generate_mac::_generate_mac_output::GenerateMacOutput;
         448  +
  449    449   
mod _generate_mac_input;
  450    450   
  451    451   
mod _generate_mac_output;
  452    452   
  453    453   
/// Builders
  454    454   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_mac/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::generate_mac::_generate_mac_output::GenerateMacOutputBuilder;
    3         -
    4      2   
pub use crate::operation::generate_mac::_generate_mac_input::GenerateMacInputBuilder;
    5      3   
           4  +
pub use crate::operation::generate_mac::_generate_mac_output::GenerateMacOutputBuilder;
           5  +
    6      6   
impl crate::operation::generate_mac::builders::GenerateMacInputBuilder {
    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::generate_mac::GenerateMacOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::generate_mac::GenerateMacError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -383,383 +422,422 @@
  403    403   
            meta: meta.unwrap_or_default(),
  404    404   
        })
  405    405   
    }
  406    406   
}
  407    407   
impl ::aws_types::request_id::RequestId for crate::operation::generate_random::GenerateRandomError {
  408    408   
    fn request_id(&self) -> Option<&str> {
  409    409   
        self.meta().request_id()
  410    410   
    }
  411    411   
}
  412    412   
  413         -
pub use crate::operation::generate_random::_generate_random_output::GenerateRandomOutput;
  414         -
  415    413   
pub use crate::operation::generate_random::_generate_random_input::GenerateRandomInput;
  416    414   
         415  +
pub use crate::operation::generate_random::_generate_random_output::GenerateRandomOutput;
         416  +
  417    417   
mod _generate_random_input;
  418    418   
  419    419   
mod _generate_random_output;
  420    420   
  421    421   
/// Builders
  422    422   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/generate_random/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::generate_random::_generate_random_output::GenerateRandomOutputBuilder;
    3         -
    4      2   
pub use crate::operation::generate_random::_generate_random_input::GenerateRandomInputBuilder;
    5      3   
           4  +
pub use crate::operation::generate_random::_generate_random_output::GenerateRandomOutputBuilder;
           5  +
    6      6   
impl crate::operation::generate_random::builders::GenerateRandomInputBuilder {
    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::generate_random::GenerateRandomOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::generate_random::GenerateRandomError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -377,377 +416,416 @@
  397    397   
            meta: meta.unwrap_or_default(),
  398    398   
        })
  399    399   
    }
  400    400   
}
  401    401   
impl ::aws_types::request_id::RequestId for crate::operation::get_key_policy::GetKeyPolicyError {
  402    402   
    fn request_id(&self) -> Option<&str> {
  403    403   
        self.meta().request_id()
  404    404   
    }
  405    405   
}
  406    406   
  407         -
pub use crate::operation::get_key_policy::_get_key_policy_output::GetKeyPolicyOutput;
  408         -
  409    407   
pub use crate::operation::get_key_policy::_get_key_policy_input::GetKeyPolicyInput;
  410    408   
         409  +
pub use crate::operation::get_key_policy::_get_key_policy_output::GetKeyPolicyOutput;
         410  +
  411    411   
mod _get_key_policy_input;
  412    412   
  413    413   
mod _get_key_policy_output;
  414    414   
  415    415   
/// Builders
  416    416   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/get_key_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_key_policy::_get_key_policy_output::GetKeyPolicyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_key_policy::_get_key_policy_input::GetKeyPolicyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_key_policy::_get_key_policy_output::GetKeyPolicyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_key_policy::builders::GetKeyPolicyInputBuilder {
    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_key_policy::GetKeyPolicyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_key_policy::GetKeyPolicyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -392,392 +431,431 @@
  412    412   
            meta: meta.unwrap_or_default(),
  413    413   
        })
  414    414   
    }
  415    415   
}
  416    416   
impl ::aws_types::request_id::RequestId for crate::operation::get_key_rotation_status::GetKeyRotationStatusError {
  417    417   
    fn request_id(&self) -> Option<&str> {
  418    418   
        self.meta().request_id()
  419    419   
    }
  420    420   
}
  421    421   
  422         -
pub use crate::operation::get_key_rotation_status::_get_key_rotation_status_output::GetKeyRotationStatusOutput;
  423         -
  424    422   
pub use crate::operation::get_key_rotation_status::_get_key_rotation_status_input::GetKeyRotationStatusInput;
  425    423   
         424  +
pub use crate::operation::get_key_rotation_status::_get_key_rotation_status_output::GetKeyRotationStatusOutput;
         425  +
  426    426   
mod _get_key_rotation_status_input;
  427    427   
  428    428   
mod _get_key_rotation_status_output;
  429    429   
  430    430   
/// Builders
  431    431   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/get_key_rotation_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_key_rotation_status::_get_key_rotation_status_output::GetKeyRotationStatusOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_key_rotation_status::_get_key_rotation_status_input::GetKeyRotationStatusInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_key_rotation_status::_get_key_rotation_status_output::GetKeyRotationStatusOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_key_rotation_status::builders::GetKeyRotationStatusInputBuilder {
    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_key_rotation_status::GetKeyRotationStatusOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_key_rotation_status::GetKeyRotationStatusError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -393,393 +432,432 @@
  413    413   
            meta: meta.unwrap_or_default(),
  414    414   
        })
  415    415   
    }
  416    416   
}
  417    417   
impl ::aws_types::request_id::RequestId for crate::operation::get_parameters_for_import::GetParametersForImportError {
  418    418   
    fn request_id(&self) -> Option<&str> {
  419    419   
        self.meta().request_id()
  420    420   
    }
  421    421   
}
  422    422   
  423         -
pub use crate::operation::get_parameters_for_import::_get_parameters_for_import_output::GetParametersForImportOutput;
  424         -
  425    423   
pub use crate::operation::get_parameters_for_import::_get_parameters_for_import_input::GetParametersForImportInput;
  426    424   
         425  +
pub use crate::operation::get_parameters_for_import::_get_parameters_for_import_output::GetParametersForImportOutput;
         426  +
  427    427   
mod _get_parameters_for_import_input;
  428    428   
  429    429   
mod _get_parameters_for_import_output;
  430    430   
  431    431   
/// Builders
  432    432   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/get_parameters_for_import/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_parameters_for_import::_get_parameters_for_import_output::GetParametersForImportOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_parameters_for_import::_get_parameters_for_import_input::GetParametersForImportInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_parameters_for_import::_get_parameters_for_import_output::GetParametersForImportOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_parameters_for_import::builders::GetParametersForImportInputBuilder {
    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_parameters_for_import::GetParametersForImportOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_parameters_for_import::GetParametersForImportError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -435,435 +474,474 @@
  455    455   
            meta: meta.unwrap_or_default(),
  456    456   
        })
  457    457   
    }
  458    458   
}
  459    459   
impl ::aws_types::request_id::RequestId for crate::operation::get_public_key::GetPublicKeyError {
  460    460   
    fn request_id(&self) -> Option<&str> {
  461    461   
        self.meta().request_id()
  462    462   
    }
  463    463   
}
  464    464   
  465         -
pub use crate::operation::get_public_key::_get_public_key_output::GetPublicKeyOutput;
  466         -
  467    465   
pub use crate::operation::get_public_key::_get_public_key_input::GetPublicKeyInput;
  468    466   
         467  +
pub use crate::operation::get_public_key::_get_public_key_output::GetPublicKeyOutput;
         468  +
  469    469   
mod _get_public_key_input;
  470    470   
  471    471   
mod _get_public_key_output;
  472    472   
  473    473   
/// Builders
  474    474   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/get_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_public_key::_get_public_key_output::GetPublicKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::get_public_key::_get_public_key_input::GetPublicKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::get_public_key::_get_public_key_output::GetPublicKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::get_public_key::builders::GetPublicKeyInputBuilder {
    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_public_key::GetPublicKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::get_public_key::GetPublicKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -428,428 +467,467 @@
  448    448   
            meta: meta.unwrap_or_default(),
  449    449   
        })
  450    450   
    }
  451    451   
}
  452    452   
impl ::aws_types::request_id::RequestId for crate::operation::import_key_material::ImportKeyMaterialError {
  453    453   
    fn request_id(&self) -> Option<&str> {
  454    454   
        self.meta().request_id()
  455    455   
    }
  456    456   
}
  457    457   
  458         -
pub use crate::operation::import_key_material::_import_key_material_output::ImportKeyMaterialOutput;
  459         -
  460    458   
pub use crate::operation::import_key_material::_import_key_material_input::ImportKeyMaterialInput;
  461    459   
         460  +
pub use crate::operation::import_key_material::_import_key_material_output::ImportKeyMaterialOutput;
         461  +
  462    462   
mod _import_key_material_input;
  463    463   
  464    464   
mod _import_key_material_output;
  465    465   
  466    466   
/// Builders
  467    467   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/import_key_material/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::import_key_material::_import_key_material_output::ImportKeyMaterialOutputBuilder;
    3         -
    4      2   
pub use crate::operation::import_key_material::_import_key_material_input::ImportKeyMaterialInputBuilder;
    5      3   
           4  +
pub use crate::operation::import_key_material::_import_key_material_output::ImportKeyMaterialOutputBuilder;
           5  +
    6      6   
impl crate::operation::import_key_material::builders::ImportKeyMaterialInputBuilder {
    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::import_key_material::ImportKeyMaterialOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::import_key_material::ImportKeyMaterialError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,