AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/execute_scheduled_query.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::execute_scheduled_query::ExecuteScheduledQueryError {
  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::execute_scheduled_query::_execute_scheduled_query_output::ExecuteScheduledQueryOutput;
  428         -
  429    427   
pub use crate::operation::execute_scheduled_query::_execute_scheduled_query_input::ExecuteScheduledQueryInput;
  430    428   
         429  +
pub use crate::operation::execute_scheduled_query::_execute_scheduled_query_output::ExecuteScheduledQueryOutput;
         430  +
  431    431   
mod _execute_scheduled_query_input;
  432    432   
  433    433   
mod _execute_scheduled_query_output;
  434    434   
  435    435   
/// Builders
  436    436   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/execute_scheduled_query/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::execute_scheduled_query::_execute_scheduled_query_output::ExecuteScheduledQueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::execute_scheduled_query::_execute_scheduled_query_input::ExecuteScheduledQueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::execute_scheduled_query::_execute_scheduled_query_output::ExecuteScheduledQueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::execute_scheduled_query::builders::ExecuteScheduledQueryInputBuilder {
    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::execute_scheduled_query::ExecuteScheduledQueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::execute_scheduled_query::ExecuteScheduledQueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/list_scheduled_queries.rs

@@ -380,380 +422,422 @@
  400    400   
            meta: meta.unwrap_or_default(),
  401    401   
        })
  402    402   
    }
  403    403   
}
  404    404   
impl ::aws_types::request_id::RequestId for crate::operation::list_scheduled_queries::ListScheduledQueriesError {
  405    405   
    fn request_id(&self) -> Option<&str> {
  406    406   
        self.meta().request_id()
  407    407   
    }
  408    408   
}
  409    409   
  410         -
pub use crate::operation::list_scheduled_queries::_list_scheduled_queries_output::ListScheduledQueriesOutput;
  411         -
  412    410   
pub use crate::operation::list_scheduled_queries::_list_scheduled_queries_input::ListScheduledQueriesInput;
  413    411   
         412  +
pub use crate::operation::list_scheduled_queries::_list_scheduled_queries_output::ListScheduledQueriesOutput;
         413  +
  414    414   
mod _list_scheduled_queries_input;
  415    415   
  416    416   
mod _list_scheduled_queries_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;
  420    420   
  421    421   
/// Paginator for this operation
  422    422   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/list_scheduled_queries/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::list_scheduled_queries::_list_scheduled_queries_output::ListScheduledQueriesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_scheduled_queries::_list_scheduled_queries_input::ListScheduledQueriesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_scheduled_queries::_list_scheduled_queries_output::ListScheduledQueriesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_scheduled_queries::builders::ListScheduledQueriesInputBuilder {
    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::list_scheduled_queries::ListScheduledQueriesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_scheduled_queries::ListScheduledQueriesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/list_tags_for_resource.rs

@@ -370,370 +412,412 @@
  390    390   
            meta: meta.unwrap_or_default(),
  391    391   
        })
  392    392   
    }
  393    393   
}
  394    394   
impl ::aws_types::request_id::RequestId for crate::operation::list_tags_for_resource::ListTagsForResourceError {
  395    395   
    fn request_id(&self) -> Option<&str> {
  396    396   
        self.meta().request_id()
  397    397   
    }
  398    398   
}
  399    399   
  400         -
pub use crate::operation::list_tags_for_resource::_list_tags_for_resource_output::ListTagsForResourceOutput;
  401         -
  402    400   
pub use crate::operation::list_tags_for_resource::_list_tags_for_resource_input::ListTagsForResourceInput;
  403    401   
         402  +
pub use crate::operation::list_tags_for_resource::_list_tags_for_resource_output::ListTagsForResourceOutput;
         403  +
  404    404   
mod _list_tags_for_resource_input;
  405    405   
  406    406   
mod _list_tags_for_resource_output;
  407    407   
  408    408   
/// Builders
  409    409   
pub mod builders;
  410    410   
  411    411   
/// Paginator for this operation
  412    412   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/list_tags_for_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::list_tags_for_resource::_list_tags_for_resource_output::ListTagsForResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_tags_for_resource::_list_tags_for_resource_input::ListTagsForResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_tags_for_resource::_list_tags_for_resource_output::ListTagsForResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_tags_for_resource::builders::ListTagsForResourceInputBuilder {
    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::list_tags_for_resource::ListTagsForResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_tags_for_resource::ListTagsForResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/prepare_query.rs

@@ -373,373 +412,412 @@
  393    393   
            meta: meta.unwrap_or_default(),
  394    394   
        })
  395    395   
    }
  396    396   
}
  397    397   
impl ::aws_types::request_id::RequestId for crate::operation::prepare_query::PrepareQueryError {
  398    398   
    fn request_id(&self) -> Option<&str> {
  399    399   
        self.meta().request_id()
  400    400   
    }
  401    401   
}
  402    402   
  403         -
pub use crate::operation::prepare_query::_prepare_query_output::PrepareQueryOutput;
  404         -
  405    403   
pub use crate::operation::prepare_query::_prepare_query_input::PrepareQueryInput;
  406    404   
         405  +
pub use crate::operation::prepare_query::_prepare_query_output::PrepareQueryOutput;
         406  +
  407    407   
mod _prepare_query_input;
  408    408   
  409    409   
mod _prepare_query_output;
  410    410   
  411    411   
/// Builders
  412    412   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/prepare_query/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::prepare_query::_prepare_query_output::PrepareQueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::prepare_query::_prepare_query_input::PrepareQueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::prepare_query::_prepare_query_output::PrepareQueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::prepare_query::builders::PrepareQueryInputBuilder {
    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::prepare_query::PrepareQueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::prepare_query::PrepareQueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/query.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::query::QueryError {
  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::query::_query_output::QueryOutput;
  413         -
  414    412   
pub use crate::operation::query::_query_input::QueryInput;
  415    413   
         414  +
pub use crate::operation::query::_query_output::QueryOutput;
         415  +
  416    416   
mod _query_input;
  417    417   
  418    418   
mod _query_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/query/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::query::_query_output::QueryOutputBuilder;
    3         -
    4      2   
pub use crate::operation::query::_query_input::QueryInputBuilder;
    5      3   
           4  +
pub use crate::operation::query::_query_output::QueryOutputBuilder;
           5  +
    6      6   
impl crate::operation::query::builders::QueryInputBuilder {
    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::query::QueryOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::query::QueryError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -372,372 +411,411 @@
  392    392   
            meta: meta.unwrap_or_default(),
  393    393   
        })
  394    394   
    }
  395    395   
}
  396    396   
impl ::aws_types::request_id::RequestId for crate::operation::tag_resource::TagResourceError {
  397    397   
    fn request_id(&self) -> Option<&str> {
  398    398   
        self.meta().request_id()
  399    399   
    }
  400    400   
}
  401    401   
  402         -
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
  403         -
  404    402   
pub use crate::operation::tag_resource::_tag_resource_input::TagResourceInput;
  405    403   
         404  +
pub use crate::operation::tag_resource::_tag_resource_output::TagResourceOutput;
         405  +
  406    406   
mod _tag_resource_input;
  407    407   
  408    408   
mod _tag_resource_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/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,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/untag_resource.rs

@@ -362,362 +401,401 @@
  382    382   
            meta: meta.unwrap_or_default(),
  383    383   
        })
  384    384   
    }
  385    385   
}
  386    386   
impl ::aws_types::request_id::RequestId for crate::operation::untag_resource::UntagResourceError {
  387    387   
    fn request_id(&self) -> Option<&str> {
  388    388   
        self.meta().request_id()
  389    389   
    }
  390    390   
}
  391    391   
  392         -
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutput;
  393         -
  394    392   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInput;
  395    393   
         394  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutput;
         395  +
  396    396   
mod _untag_resource_input;
  397    397   
  398    398   
mod _untag_resource_output;
  399    399   
  400    400   
/// Builders
  401    401   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/untag_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::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
    3         -
    4      2   
pub use crate::operation::untag_resource::_untag_resource_input::UntagResourceInputBuilder;
    5      3   
           4  +
pub use crate::operation::untag_resource::_untag_resource_output::UntagResourceOutputBuilder;
           5  +
    6      6   
impl crate::operation::untag_resource::builders::UntagResourceInputBuilder {
    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::untag_resource::UntagResourceOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::untag_resource::UntagResourceError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/update_account_settings.rs

@@ -380,380 +419,419 @@
  400    400   
            meta: meta.unwrap_or_default(),
  401    401   
        })
  402    402   
    }
  403    403   
}
  404    404   
impl ::aws_types::request_id::RequestId for crate::operation::update_account_settings::UpdateAccountSettingsError {
  405    405   
    fn request_id(&self) -> Option<&str> {
  406    406   
        self.meta().request_id()
  407    407   
    }
  408    408   
}
  409    409   
  410         -
pub use crate::operation::update_account_settings::_update_account_settings_output::UpdateAccountSettingsOutput;
  411         -
  412    410   
pub use crate::operation::update_account_settings::_update_account_settings_input::UpdateAccountSettingsInput;
  413    411   
         412  +
pub use crate::operation::update_account_settings::_update_account_settings_output::UpdateAccountSettingsOutput;
         413  +
  414    414   
mod _update_account_settings_input;
  415    415   
  416    416   
mod _update_account_settings_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/operation/update_account_settings/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::update_account_settings::_update_account_settings_output::UpdateAccountSettingsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::update_account_settings::_update_account_settings_input::UpdateAccountSettingsInputBuilder;
    5      3   
           4  +
pub use crate::operation::update_account_settings::_update_account_settings_output::UpdateAccountSettingsOutputBuilder;
           5  +
    6      6   
impl crate::operation::update_account_settings::builders::UpdateAccountSettingsInputBuilder {
    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::update_account_settings::UpdateAccountSettingsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::update_account_settings::UpdateAccountSettingsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,