AWS SDK

AWS SDK

rev. 7254d43655ed63111c94f599437f2b0d3f55446e (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/delete_table/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::delete_table::_delete_table_output::DeleteTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_table::_delete_table_input::DeleteTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_table::_delete_table_output::DeleteTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_table::builders::DeleteTableInputBuilder {
    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::delete_table::DeleteTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_table::DeleteTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_batch_load_task.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::describe_batch_load_task::DescribeBatchLoadTaskError {
  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::describe_batch_load_task::_describe_batch_load_task_output::DescribeBatchLoadTaskOutput;
  411         -
  412    410   
pub use crate::operation::describe_batch_load_task::_describe_batch_load_task_input::DescribeBatchLoadTaskInput;
  413    411   
         412  +
pub use crate::operation::describe_batch_load_task::_describe_batch_load_task_output::DescribeBatchLoadTaskOutput;
         413  +
  414    414   
mod _describe_batch_load_task_input;
  415    415   
  416    416   
mod _describe_batch_load_task_output;
  417    417   
  418    418   
/// Builders
  419    419   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_batch_load_task/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::describe_batch_load_task::_describe_batch_load_task_output::DescribeBatchLoadTaskOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_batch_load_task::_describe_batch_load_task_input::DescribeBatchLoadTaskInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_batch_load_task::_describe_batch_load_task_output::DescribeBatchLoadTaskOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskInputBuilder {
    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::describe_batch_load_task::DescribeBatchLoadTaskOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_batch_load_task::DescribeBatchLoadTaskError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_database.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::describe_database::DescribeDatabaseError {
  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::describe_database::_describe_database_output::DescribeDatabaseOutput;
  413         -
  414    412   
pub use crate::operation::describe_database::_describe_database_input::DescribeDatabaseInput;
  415    413   
         414  +
pub use crate::operation::describe_database::_describe_database_output::DescribeDatabaseOutput;
         415  +
  416    416   
mod _describe_database_input;
  417    417   
  418    418   
mod _describe_database_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_database/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::describe_database::_describe_database_output::DescribeDatabaseOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_database::_describe_database_input::DescribeDatabaseInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_database::_describe_database_output::DescribeDatabaseOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_database::builders::DescribeDatabaseInputBuilder {
    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::describe_database::DescribeDatabaseOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_database::DescribeDatabaseError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_endpoints.rs

@@ -355,355 +394,394 @@
  375    375   
            meta: meta.unwrap_or_default(),
  376    376   
        })
  377    377   
    }
  378    378   
}
  379    379   
impl ::aws_types::request_id::RequestId for crate::operation::describe_endpoints::DescribeEndpointsError {
  380    380   
    fn request_id(&self) -> Option<&str> {
  381    381   
        self.meta().request_id()
  382    382   
    }
  383    383   
}
  384    384   
  385         -
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutput;
  386         -
  387    385   
pub use crate::operation::describe_endpoints::_describe_endpoints_input::DescribeEndpointsInput;
  388    386   
         387  +
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutput;
         388  +
  389    389   
mod _describe_endpoints_input;
  390    390   
  391    391   
mod _describe_endpoints_output;
  392    392   
  393    393   
/// Builders
  394    394   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_endpoints/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::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_endpoints::_describe_endpoints_input::DescribeEndpointsInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_endpoints::_describe_endpoints_output::DescribeEndpointsOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_endpoints::builders::DescribeEndpointsInputBuilder {
    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::describe_endpoints::DescribeEndpointsOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_endpoints::DescribeEndpointsError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_table.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::describe_table::DescribeTableError {
  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::describe_table::_describe_table_output::DescribeTableOutput;
  413         -
  414    412   
pub use crate::operation::describe_table::_describe_table_input::DescribeTableInput;
  415    413   
         414  +
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutput;
         415  +
  416    416   
mod _describe_table_input;
  417    417   
  418    418   
mod _describe_table_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/describe_table/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::describe_table::_describe_table_output::DescribeTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::describe_table::_describe_table_input::DescribeTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::describe_table::_describe_table_output::DescribeTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::describe_table::builders::DescribeTableInputBuilder {
    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::describe_table::DescribeTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::describe_table::DescribeTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/list_batch_load_tasks.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_batch_load_tasks::ListBatchLoadTasksError {
  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_batch_load_tasks::_list_batch_load_tasks_output::ListBatchLoadTasksOutput;
  411         -
  412    410   
pub use crate::operation::list_batch_load_tasks::_list_batch_load_tasks_input::ListBatchLoadTasksInput;
  413    411   
         412  +
pub use crate::operation::list_batch_load_tasks::_list_batch_load_tasks_output::ListBatchLoadTasksOutput;
         413  +
  414    414   
mod _list_batch_load_tasks_input;
  415    415   
  416    416   
mod _list_batch_load_tasks_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/timestreamwrite/src/operation/list_batch_load_tasks/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_batch_load_tasks::_list_batch_load_tasks_output::ListBatchLoadTasksOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_batch_load_tasks::_list_batch_load_tasks_input::ListBatchLoadTasksInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_batch_load_tasks::_list_batch_load_tasks_output::ListBatchLoadTasksOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_batch_load_tasks::builders::ListBatchLoadTasksInputBuilder {
    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_batch_load_tasks::ListBatchLoadTasksOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_batch_load_tasks::ListBatchLoadTasksError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/list_databases.rs

@@ -372,372 +414,414 @@
  392    392   
            meta: meta.unwrap_or_default(),
  393    393   
        })
  394    394   
    }
  395    395   
}
  396    396   
impl ::aws_types::request_id::RequestId for crate::operation::list_databases::ListDatabasesError {
  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::list_databases::_list_databases_output::ListDatabasesOutput;
  403         -
  404    402   
pub use crate::operation::list_databases::_list_databases_input::ListDatabasesInput;
  405    403   
         404  +
pub use crate::operation::list_databases::_list_databases_output::ListDatabasesOutput;
         405  +
  406    406   
mod _list_databases_input;
  407    407   
  408    408   
mod _list_databases_output;
  409    409   
  410    410   
/// Builders
  411    411   
pub mod builders;
  412    412   
  413    413   
/// Paginator for this operation
  414    414   
pub mod paginator;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/list_databases/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_databases::_list_databases_output::ListDatabasesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_databases::_list_databases_input::ListDatabasesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_databases::_list_databases_output::ListDatabasesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_databases::builders::ListDatabasesInputBuilder {
    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_databases::ListDatabasesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_databases::ListDatabasesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/list_tables.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_tables::ListTablesError {
  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_tables::_list_tables_output::ListTablesOutput;
  411         -
  412    410   
pub use crate::operation::list_tables::_list_tables_input::ListTablesInput;
  413    411   
         412  +
pub use crate::operation::list_tables::_list_tables_output::ListTablesOutput;
         413  +
  414    414   
mod _list_tables_input;
  415    415   
  416    416   
mod _list_tables_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/timestreamwrite/src/operation/list_tables/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_tables::_list_tables_output::ListTablesOutputBuilder;
    3         -
    4      2   
pub use crate::operation::list_tables::_list_tables_input::ListTablesInputBuilder;
    5      3   
           4  +
pub use crate::operation::list_tables::_list_tables_output::ListTablesOutputBuilder;
           5  +
    6      6   
impl crate::operation::list_tables::builders::ListTablesInputBuilder {
    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_tables::ListTablesOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::list_tables::ListTablesError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -370,370 +409,409 @@
  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;