AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858 (ignoring whitespace)

Files changed:

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

@@ -444,444 +483,483 @@
  464    464   
            meta: meta.unwrap_or_default(),
  465    465   
        })
  466    466   
    }
  467    467   
}
  468    468   
impl ::aws_types::request_id::RequestId for crate::operation::re_encrypt::ReEncryptError {
  469    469   
    fn request_id(&self) -> Option<&str> {
  470    470   
        self.meta().request_id()
  471    471   
    }
  472    472   
}
  473    473   
  474         -
pub use crate::operation::re_encrypt::_re_encrypt_output::ReEncryptOutput;
  475         -
  476    474   
pub use crate::operation::re_encrypt::_re_encrypt_input::ReEncryptInput;
  477    475   
         476  +
pub use crate::operation::re_encrypt::_re_encrypt_output::ReEncryptOutput;
         477  +
  478    478   
mod _re_encrypt_input;
  479    479   
  480    480   
mod _re_encrypt_output;
  481    481   
  482    482   
/// Builders
  483    483   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/re_encrypt/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::re_encrypt::_re_encrypt_output::ReEncryptOutputBuilder;
    3         -
    4      2   
pub use crate::operation::re_encrypt::_re_encrypt_input::ReEncryptInputBuilder;
    5      3   
           4  +
pub use crate::operation::re_encrypt::_re_encrypt_output::ReEncryptOutputBuilder;
           5  +
    6      6   
impl crate::operation::re_encrypt::builders::ReEncryptInputBuilder {
    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::re_encrypt::ReEncryptOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::re_encrypt::ReEncryptError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -427,427 +466,466 @@
  447    447   
            meta: meta.unwrap_or_default(),
  448    448   
        })
  449    449   
    }
  450    450   
}
  451    451   
impl ::aws_types::request_id::RequestId for crate::operation::replicate_key::ReplicateKeyError {
  452    452   
    fn request_id(&self) -> Option<&str> {
  453    453   
        self.meta().request_id()
  454    454   
    }
  455    455   
}
  456    456   
  457         -
pub use crate::operation::replicate_key::_replicate_key_output::ReplicateKeyOutput;
  458         -
  459    457   
pub use crate::operation::replicate_key::_replicate_key_input::ReplicateKeyInput;
  460    458   
         459  +
pub use crate::operation::replicate_key::_replicate_key_output::ReplicateKeyOutput;
         460  +
  461    461   
mod _replicate_key_input;
  462    462   
  463    463   
mod _replicate_key_output;
  464    464   
  465    465   
/// Builders
  466    466   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/replicate_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::replicate_key::_replicate_key_output::ReplicateKeyOutputBuilder;
    3         -
    4      2   
pub use crate::operation::replicate_key::_replicate_key_input::ReplicateKeyInputBuilder;
    5      3   
           4  +
pub use crate::operation::replicate_key::_replicate_key_output::ReplicateKeyOutputBuilder;
           5  +
    6      6   
impl crate::operation::replicate_key::builders::ReplicateKeyInputBuilder {
    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::replicate_key::ReplicateKeyOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::replicate_key::ReplicateKeyError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -407,407 +446,446 @@
  427    427   
            meta: meta.unwrap_or_default(),
  428    428   
        })
  429    429   
    }
  430    430   
}
  431    431   
impl ::aws_types::request_id::RequestId for crate::operation::retire_grant::RetireGrantError {
  432    432   
    fn request_id(&self) -> Option<&str> {
  433    433   
        self.meta().request_id()
  434    434   
    }
  435    435   
}
  436    436   
  437         -
pub use crate::operation::retire_grant::_retire_grant_output::RetireGrantOutput;
  438         -
  439    437   
pub use crate::operation::retire_grant::_retire_grant_input::RetireGrantInput;
  440    438   
         439  +
pub use crate::operation::retire_grant::_retire_grant_output::RetireGrantOutput;
         440  +
  441    441   
mod _retire_grant_input;
  442    442   
  443    443   
mod _retire_grant_output;
  444    444   
  445    445   
/// Builders
  446    446   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/retire_grant/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::retire_grant::_retire_grant_output::RetireGrantOutputBuilder;
    3         -
    4      2   
pub use crate::operation::retire_grant::_retire_grant_input::RetireGrantInputBuilder;
    5      3   
           4  +
pub use crate::operation::retire_grant::_retire_grant_output::RetireGrantOutputBuilder;
           5  +
    6      6   
impl crate::operation::retire_grant::builders::RetireGrantInputBuilder {
    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::retire_grant::RetireGrantOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::retire_grant::RetireGrantError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -397,397 +436,436 @@
  417    417   
            meta: meta.unwrap_or_default(),
  418    418   
        })
  419    419   
    }
  420    420   
}
  421    421   
impl ::aws_types::request_id::RequestId for crate::operation::revoke_grant::RevokeGrantError {
  422    422   
    fn request_id(&self) -> Option<&str> {
  423    423   
        self.meta().request_id()
  424    424   
    }
  425    425   
}
  426    426   
  427         -
pub use crate::operation::revoke_grant::_revoke_grant_output::RevokeGrantOutput;
  428         -
  429    427   
pub use crate::operation::revoke_grant::_revoke_grant_input::RevokeGrantInput;
  430    428   
         429  +
pub use crate::operation::revoke_grant::_revoke_grant_output::RevokeGrantOutput;
         430  +
  431    431   
mod _revoke_grant_input;
  432    432   
  433    433   
mod _revoke_grant_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/revoke_grant/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::revoke_grant::_revoke_grant_output::RevokeGrantOutputBuilder;
    3         -
    4      2   
pub use crate::operation::revoke_grant::_revoke_grant_input::RevokeGrantInputBuilder;
    5      3   
           4  +
pub use crate::operation::revoke_grant::_revoke_grant_output::RevokeGrantOutputBuilder;
           5  +
    6      6   
impl crate::operation::revoke_grant::builders::RevokeGrantInputBuilder {
    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::revoke_grant::RevokeGrantOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::revoke_grant::RevokeGrantError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -418,418 +457,457 @@
  438    438   
            meta: meta.unwrap_or_default(),
  439    439   
        })
  440    440   
    }
  441    441   
}
  442    442   
impl ::aws_types::request_id::RequestId for crate::operation::rotate_key_on_demand::RotateKeyOnDemandError {
  443    443   
    fn request_id(&self) -> Option<&str> {
  444    444   
        self.meta().request_id()
  445    445   
    }
  446    446   
}
  447    447   
  448         -
pub use crate::operation::rotate_key_on_demand::_rotate_key_on_demand_output::RotateKeyOnDemandOutput;
  449         -
  450    448   
pub use crate::operation::rotate_key_on_demand::_rotate_key_on_demand_input::RotateKeyOnDemandInput;
  451    449   
         450  +
pub use crate::operation::rotate_key_on_demand::_rotate_key_on_demand_output::RotateKeyOnDemandOutput;
         451  +
  452    452   
mod _rotate_key_on_demand_input;
  453    453   
  454    454   
mod _rotate_key_on_demand_output;
  455    455   
  456    456   
/// Builders
  457    457   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/rotate_key_on_demand/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::rotate_key_on_demand::_rotate_key_on_demand_output::RotateKeyOnDemandOutputBuilder;
    3         -
    4      2   
pub use crate::operation::rotate_key_on_demand::_rotate_key_on_demand_input::RotateKeyOnDemandInputBuilder;
    5      3   
           4  +
pub use crate::operation::rotate_key_on_demand::_rotate_key_on_demand_output::RotateKeyOnDemandOutputBuilder;
           5  +
    6      6   
impl crate::operation::rotate_key_on_demand::builders::RotateKeyOnDemandInputBuilder {
    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::rotate_key_on_demand::RotateKeyOnDemandOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::rotate_key_on_demand::RotateKeyOnDemandError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -382,382 +421,421 @@
  402    402   
            meta: meta.unwrap_or_default(),
  403    403   
        })
  404    404   
    }
  405    405   
}
  406    406   
impl ::aws_types::request_id::RequestId for crate::operation::schedule_key_deletion::ScheduleKeyDeletionError {
  407    407   
    fn request_id(&self) -> Option<&str> {
  408    408   
        self.meta().request_id()
  409    409   
    }
  410    410   
}
  411    411   
  412         -
pub use crate::operation::schedule_key_deletion::_schedule_key_deletion_output::ScheduleKeyDeletionOutput;
  413         -
  414    412   
pub use crate::operation::schedule_key_deletion::_schedule_key_deletion_input::ScheduleKeyDeletionInput;
  415    413   
         414  +
pub use crate::operation::schedule_key_deletion::_schedule_key_deletion_output::ScheduleKeyDeletionOutput;
         415  +
  416    416   
mod _schedule_key_deletion_input;
  417    417   
  418    418   
mod _schedule_key_deletion_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/schedule_key_deletion/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::schedule_key_deletion::_schedule_key_deletion_output::ScheduleKeyDeletionOutputBuilder;
    3         -
    4      2   
pub use crate::operation::schedule_key_deletion::_schedule_key_deletion_input::ScheduleKeyDeletionInputBuilder;
    5      3   
           4  +
pub use crate::operation::schedule_key_deletion::_schedule_key_deletion_output::ScheduleKeyDeletionOutputBuilder;
           5  +
    6      6   
impl crate::operation::schedule_key_deletion::builders::ScheduleKeyDeletionInputBuilder {
    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::schedule_key_deletion::ScheduleKeyDeletionOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::schedule_key_deletion::ScheduleKeyDeletionError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -411,411 +450,450 @@
  431    431   
            meta: meta.unwrap_or_default(),
  432    432   
        })
  433    433   
    }
  434    434   
}
  435    435   
impl ::aws_types::request_id::RequestId for crate::operation::sign::SignError {
  436    436   
    fn request_id(&self) -> Option<&str> {
  437    437   
        self.meta().request_id()
  438    438   
    }
  439    439   
}
  440    440   
  441         -
pub use crate::operation::sign::_sign_output::SignOutput;
  442         -
  443    441   
pub use crate::operation::sign::_sign_input::SignInput;
  444    442   
         443  +
pub use crate::operation::sign::_sign_output::SignOutput;
         444  +
  445    445   
mod _sign_input;
  446    446   
  447    447   
mod _sign_output;
  448    448   
  449    449   
/// Builders
  450    450   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/sign/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::sign::_sign_output::SignOutputBuilder;
    3         -
    4      2   
pub use crate::operation::sign::_sign_input::SignInputBuilder;
    5      3   
           4  +
pub use crate::operation::sign::_sign_output::SignOutputBuilder;
           5  +
    6      6   
impl crate::operation::sign::builders::SignInputBuilder {
    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::sign::SignOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::sign::SignError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -387,387 +426,426 @@
  407    407   
            meta: meta.unwrap_or_default(),
  408    408   
        })
  409    409   
    }
  410    410   
}
  411    411   
impl ::aws_types::request_id::RequestId for crate::operation::tag_resource::TagResourceError {
  412    412   
    fn request_id(&self) -> Option<&str> {
  413    413   
        self.meta().request_id()
  414    414   
    }
  415    415   
}
  416    416   
  417         -
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
  418         -
  419    417   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInput;
  420    418   
         419  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
         420  +
  421    421   
mod _tag_resource_input;
  422    422   
  423    423   
mod _tag_resource_output;
  424    424   
  425    425   
/// Builders
  426    426   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/kms/src/operation/tag_resource/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::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::tag_resource::builders::TagResourceInputBuilder {
    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::tag_resource::TagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::tag_resource::TagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,