AWS SDK

AWS SDK

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/primitives.rs

@@ -1,1 +8,9 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2      2   
pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
           3  +
pub use ::aws_smithy_types::Blob;
    3      4   
pub use ::aws_smithy_types::DateTime;
    4      5   
    5      6   
/// Event stream related primitives such as `Message` or `Header`.
    6      7   
pub mod event_stream;
    7      8   
    8      9   
pub(crate) mod sealed_enum_unknown;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/types.rs

@@ -1,1 +140,140 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_scheduled_query_state::ScheduledQueryState;
    3         -
    4         -
pub use crate::types::_query_compute_response::QueryComputeResponse;
    5         -
    6         -
pub use crate::types::_provisioned_capacity_response::ProvisionedCapacityResponse;
           2  +
pub use crate::types::_schedule_configuration::ScheduleConfiguration;
    7      3   
    8         -
pub use crate::types::_last_update::LastUpdate;
           4  +
pub use crate::types::_notification_configuration::NotificationConfiguration;
    9      5   
   10         -
pub use crate::types::_last_update_status::LastUpdateStatus;
           6  +
pub use crate::types::_target_configuration::TargetConfiguration;
   11      7   
   12         -
pub use crate::types::_account_settings_notification_configuration::AccountSettingsNotificationConfiguration;
           8  +
pub use crate::types::_error_report_configuration::ErrorReportConfiguration;
   13      9   
   14         -
pub use crate::types::_sns_configuration::SnsConfiguration;
          10  +
pub use crate::types::_query_pricing_model::QueryPricingModel;
   15     11   
   16         -
pub use crate::types::_compute_mode::ComputeMode;
          12  +
pub use crate::types::_query_compute_response::QueryComputeResponse;
   17     13   
   18         -
pub use crate::types::_query_pricing_model::QueryPricingModel;
          14  +
pub use crate::types::_scheduled_query_description::ScheduledQueryDescription;
   19     15   
   20         -
pub use crate::types::_query_compute_request::QueryComputeRequest;
          16  +
pub use crate::types::_scheduled_query_insights::ScheduledQueryInsights;
   21     17   
   22         -
pub use crate::types::_provisioned_capacity_request::ProvisionedCapacityRequest;
          18  +
pub use crate::types::_query_insights::QueryInsights;
   23     19   
   24         -
pub use crate::types::_tag::Tag;
          20  +
pub use crate::types::_query_status::QueryStatus;
   25     21   
   26     22   
pub use crate::types::_query_insights_response::QueryInsightsResponse;
   27     23   
   28         -
pub use crate::types::_query_temporal_range::QueryTemporalRange;
          24  +
pub use crate::types::_query_compute_request::QueryComputeRequest;
   29     25   
   30         -
pub use crate::types::_query_temporal_range_max::QueryTemporalRangeMax;
          26  +
pub use crate::types::_scheduled_query_state::ScheduledQueryState;
   31     27   
   32         -
pub use crate::types::_query_spatial_coverage::QuerySpatialCoverage;
          28  +
pub use crate::types::_sns_configuration::SnsConfiguration;
   33     29   
   34         -
pub use crate::types::_query_spatial_coverage_max::QuerySpatialCoverageMax;
          30  +
pub use crate::types::_timestream_configuration::TimestreamConfiguration;
   35     31   
   36         -
pub use crate::types::_query_status::QueryStatus;
          32  +
pub use crate::types::_tag::Tag;
   37     33   
   38         -
pub use crate::types::_column_info::ColumnInfo;
          34  +
pub use crate::types::_s3_configuration::S3Configuration;
   39     35   
   40         -
pub use crate::types::_type_::Type;
          36  +
pub use crate::types::_compute_mode::ComputeMode;
   41     37   
   42         -
pub use crate::types::_scalar_type::ScalarType;
          38  +
pub use crate::types::_provisioned_capacity_response::ProvisionedCapacityResponse;
   43     39   
   44         -
pub use crate::types::_row::Row;
          40  +
pub use crate::types::_endpoint::Endpoint;
   45     41   
   46         -
pub use crate::types::_datum::Datum;
          42  +
pub use crate::types::_scheduled_query_run_summary::ScheduledQueryRunSummary;
   47     43   
   48         -
pub use crate::types::_time_series_data_point::TimeSeriesDataPoint;
          44  +
pub use crate::types::_scheduled_query_insights_mode::ScheduledQueryInsightsMode;
   49     45   
   50         -
pub use crate::types::_query_insights::QueryInsights;
          46  +
pub use crate::types::_scheduled_query::ScheduledQuery;
   51     47   
   52         -
pub use crate::types::_query_insights_mode::QueryInsightsMode;
          48  +
pub use crate::types::_select_column::SelectColumn;
   53     49   
   54     50   
pub use crate::types::_parameter_mapping::ParameterMapping;
   55     51   
   56         -
pub use crate::types::_select_column::SelectColumn;
          52  +
pub use crate::types::_query_insights_mode::QueryInsightsMode;
   57     53   
   58         -
pub use crate::types::_scheduled_query::ScheduledQuery;
          54  +
pub use crate::types::_row::Row;
   59     55   
   60         -
pub use crate::types::_scheduled_query_run_status::ScheduledQueryRunStatus;
          56  +
pub use crate::types::_column_info::ColumnInfo;
   61     57   
   62         -
pub use crate::types::_target_destination::TargetDestination;
          58  +
pub use crate::types::_query_spatial_coverage::QuerySpatialCoverage;
   63     59   
   64         -
pub use crate::types::_timestream_destination::TimestreamDestination;
          60  +
pub use crate::types::_query_temporal_range::QueryTemporalRange;
   65     61   
   66         -
pub use crate::types::_error_report_configuration::ErrorReportConfiguration;
          62  +
pub use crate::types::_provisioned_capacity_request::ProvisionedCapacityRequest;
   67     63   
   68         -
pub use crate::types::_s3_configuration::S3Configuration;
          64  +
pub use crate::types::_multi_measure_mappings::MultiMeasureMappings;
   69     65   
   70     66   
pub use crate::types::_s3_encryption_option::S3EncryptionOption;
   71     67   
   72         -
pub use crate::types::_scheduled_query_insights::ScheduledQueryInsights;
          68  +
pub use crate::types::_account_settings_notification_configuration::AccountSettingsNotificationConfiguration;
   73     69   
   74         -
pub use crate::types::_scheduled_query_insights_mode::ScheduledQueryInsightsMode;
          70  +
pub use crate::types::_last_update::LastUpdate;
   75     71   
   76         -
pub use crate::types::_scheduled_query_description::ScheduledQueryDescription;
          72  +
pub use crate::types::_scheduled_query_run_status::ScheduledQueryRunStatus;
   77     73   
   78         -
pub use crate::types::_scheduled_query_run_summary::ScheduledQueryRunSummary;
          74  +
pub use crate::types::_execution_stats::ExecutionStats;
          75  +
          76  +
pub use crate::types::_scheduled_query_insights_response::ScheduledQueryInsightsResponse;
   79     77   
   80     78   
pub use crate::types::_error_report_location::ErrorReportLocation;
   81     79   
   82         -
pub use crate::types::_s3_report_location::S3ReportLocation;
          80  +
pub use crate::types::_target_destination::TargetDestination;
   83     81   
   84         -
pub use crate::types::_scheduled_query_insights_response::ScheduledQueryInsightsResponse;
          82  +
pub use crate::types::_type_::Type;
   85     83   
   86         -
pub use crate::types::_execution_stats::ExecutionStats;
          84  +
pub use crate::types::_query_spatial_coverage_max::QuerySpatialCoverageMax;
   87     85   
   88         -
pub use crate::types::_target_configuration::TargetConfiguration;
          86  +
pub use crate::types::_query_temporal_range_max::QueryTemporalRangeMax;
   89     87   
   90         -
pub use crate::types::_timestream_configuration::TimestreamConfiguration;
          88  +
pub use crate::types::_dimension_mapping::DimensionMapping;
   91     89   
   92     90   
pub use crate::types::_mixed_measure_mapping::MixedMeasureMapping;
   93     91   
   94         -
pub use crate::types::_multi_measure_attribute_mapping::MultiMeasureAttributeMapping;
          92  +
pub use crate::types::_last_update_status::LastUpdateStatus;
   95     93   
   96         -
pub use crate::types::_scalar_measure_value_type::ScalarMeasureValueType;
          94  +
pub use crate::types::_s3_report_location::S3ReportLocation;
   97     95   
   98         -
pub use crate::types::_measure_value_type::MeasureValueType;
          96  +
pub use crate::types::_timestream_destination::TimestreamDestination;
   99     97   
  100         -
pub use crate::types::_multi_measure_mappings::MultiMeasureMappings;
          98  +
pub use crate::types::_scalar_type::ScalarType;
  101     99   
  102         -
pub use crate::types::_dimension_mapping::DimensionMapping;
         100  +
pub use crate::types::_datum::Datum;
  103    101   
  104    102   
pub use crate::types::_dimension_value_type::DimensionValueType;
  105    103   
  106         -
pub use crate::types::_notification_configuration::NotificationConfiguration;
         104  +
pub use crate::types::_multi_measure_attribute_mapping::MultiMeasureAttributeMapping;
  107    105   
  108         -
pub use crate::types::_schedule_configuration::ScheduleConfiguration;
         106  +
pub use crate::types::_measure_value_type::MeasureValueType;
  109    107   
  110         -
pub use crate::types::_endpoint::Endpoint;
         108  +
pub use crate::types::_scalar_measure_value_type::ScalarMeasureValueType;
         109  +
         110  +
pub use crate::types::_time_series_data_point::TimeSeriesDataPoint;
  111    111   
  112    112   
mod _account_settings_notification_configuration;
  113    113   
  114    114   
mod _column_info;
  115    115   
  116    116   
mod _compute_mode;
  117    117   
  118    118   
mod _datum;
  119    119   
  120    120   
mod _dimension_mapping;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/types/builders.rs

@@ -1,1 +0,86 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::_query_compute_response::QueryComputeResponseBuilder;
           2  +
pub use crate::types::_schedule_configuration::ScheduleConfigurationBuilder;
    3      3   
    4         -
pub use crate::types::_provisioned_capacity_response::ProvisionedCapacityResponseBuilder;
           4  +
pub use crate::types::_notification_configuration::NotificationConfigurationBuilder;
    5      5   
    6         -
pub use crate::types::_last_update::LastUpdateBuilder;
           6  +
pub use crate::types::_target_configuration::TargetConfigurationBuilder;
    7      7   
    8         -
pub use crate::types::_account_settings_notification_configuration::AccountSettingsNotificationConfigurationBuilder;
           8  +
pub use crate::types::_error_report_configuration::ErrorReportConfigurationBuilder;
    9      9   
   10         -
pub use crate::types::_sns_configuration::SnsConfigurationBuilder;
          10  +
pub use crate::types::_query_compute_response::QueryComputeResponseBuilder;
   11     11   
   12         -
pub use crate::types::_query_compute_request::QueryComputeRequestBuilder;
          12  +
pub use crate::types::_scheduled_query_description::ScheduledQueryDescriptionBuilder;
   13     13   
   14         -
pub use crate::types::_provisioned_capacity_request::ProvisionedCapacityRequestBuilder;
          14  +
pub use crate::types::_scheduled_query_insights::ScheduledQueryInsightsBuilder;
   15     15   
   16         -
pub use crate::types::_tag::TagBuilder;
          16  +
pub use crate::types::_query_insights::QueryInsightsBuilder;
   17     17   
   18         -
pub use crate::types::_query_insights_response::QueryInsightsResponseBuilder;
          18  +
pub use crate::types::_query_status::QueryStatusBuilder;
   19     19   
   20         -
pub use crate::types::_query_temporal_range::QueryTemporalRangeBuilder;
          20  +
pub use crate::types::_query_insights_response::QueryInsightsResponseBuilder;
   21     21   
   22         -
pub use crate::types::_query_temporal_range_max::QueryTemporalRangeMaxBuilder;
          22  +
pub use crate::types::_query_compute_request::QueryComputeRequestBuilder;
   23     23   
   24         -
pub use crate::types::_query_spatial_coverage::QuerySpatialCoverageBuilder;
          24  +
pub use crate::types::_sns_configuration::SnsConfigurationBuilder;
   25     25   
   26         -
pub use crate::types::_query_spatial_coverage_max::QuerySpatialCoverageMaxBuilder;
          26  +
pub use crate::types::_timestream_configuration::TimestreamConfigurationBuilder;
   27     27   
   28         -
pub use crate::types::_query_status::QueryStatusBuilder;
          28  +
pub use crate::types::_tag::TagBuilder;
   29     29   
   30         -
pub use crate::types::_column_info::ColumnInfoBuilder;
          30  +
pub use crate::types::_s3_configuration::S3ConfigurationBuilder;
   31     31   
   32         -
pub use crate::types::_type_::TypeBuilder;
          32  +
pub use crate::types::_provisioned_capacity_response::ProvisionedCapacityResponseBuilder;
   33     33   
   34         -
pub use crate::types::_row::RowBuilder;
          34  +
pub use crate::types::_endpoint::EndpointBuilder;
   35     35   
   36         -
pub use crate::types::_datum::DatumBuilder;
          36  +
pub use crate::types::_scheduled_query_run_summary::ScheduledQueryRunSummaryBuilder;
   37     37   
   38         -
pub use crate::types::_time_series_data_point::TimeSeriesDataPointBuilder;
          38  +
pub use crate::types::_scheduled_query::ScheduledQueryBuilder;
   39     39   
   40         -
pub use crate::types::_query_insights::QueryInsightsBuilder;
          40  +
pub use crate::types::_select_column::SelectColumnBuilder;
   41     41   
   42     42   
pub use crate::types::_parameter_mapping::ParameterMappingBuilder;
   43     43   
   44         -
pub use crate::types::_select_column::SelectColumnBuilder;
          44  +
pub use crate::types::_row::RowBuilder;
   45     45   
   46         -
pub use crate::types::_scheduled_query::ScheduledQueryBuilder;
          46  +
pub use crate::types::_column_info::ColumnInfoBuilder;
   47     47   
   48         -
pub use crate::types::_target_destination::TargetDestinationBuilder;
          48  +
pub use crate::types::_query_spatial_coverage::QuerySpatialCoverageBuilder;
   49     49   
   50         -
pub use crate::types::_timestream_destination::TimestreamDestinationBuilder;
          50  +
pub use crate::types::_query_temporal_range::QueryTemporalRangeBuilder;
   51     51   
   52         -
pub use crate::types::_error_report_configuration::ErrorReportConfigurationBuilder;
          52  +
pub use crate::types::_provisioned_capacity_request::ProvisionedCapacityRequestBuilder;
   53     53   
   54         -
pub use crate::types::_s3_configuration::S3ConfigurationBuilder;
          54  +
pub use crate::types::_multi_measure_mappings::MultiMeasureMappingsBuilder;
   55     55   
   56         -
pub use crate::types::_scheduled_query_insights::ScheduledQueryInsightsBuilder;
          56  +
pub use crate::types::_account_settings_notification_configuration::AccountSettingsNotificationConfigurationBuilder;
   57     57   
   58         -
pub use crate::types::_scheduled_query_description::ScheduledQueryDescriptionBuilder;
          58  +
pub use crate::types::_last_update::LastUpdateBuilder;
   59     59   
   60         -
pub use crate::types::_scheduled_query_run_summary::ScheduledQueryRunSummaryBuilder;
          60  +
pub use crate::types::_execution_stats::ExecutionStatsBuilder;
          61  +
          62  +
pub use crate::types::_scheduled_query_insights_response::ScheduledQueryInsightsResponseBuilder;
   61     63   
   62     64   
pub use crate::types::_error_report_location::ErrorReportLocationBuilder;
   63     65   
   64         -
pub use crate::types::_s3_report_location::S3ReportLocationBuilder;
          66  +
pub use crate::types::_target_destination::TargetDestinationBuilder;
   65     67   
   66         -
pub use crate::types::_scheduled_query_insights_response::ScheduledQueryInsightsResponseBuilder;
          68  +
pub use crate::types::_type_::TypeBuilder;
   67     69   
   68         -
pub use crate::types::_execution_stats::ExecutionStatsBuilder;
          70  +
pub use crate::types::_query_spatial_coverage_max::QuerySpatialCoverageMaxBuilder;
   69     71   
   70         -
pub use crate::types::_target_configuration::TargetConfigurationBuilder;
          72  +
pub use crate::types::_query_temporal_range_max::QueryTemporalRangeMaxBuilder;
   71     73   
   72         -
pub use crate::types::_timestream_configuration::TimestreamConfigurationBuilder;
          74  +
pub use crate::types::_dimension_mapping::DimensionMappingBuilder;
   73     75   
   74     76   
pub use crate::types::_mixed_measure_mapping::MixedMeasureMappingBuilder;
   75     77   
   76         -
pub use crate::types::_multi_measure_attribute_mapping::MultiMeasureAttributeMappingBuilder;
   77         -
   78         -
pub use crate::types::_multi_measure_mappings::MultiMeasureMappingsBuilder;
          78  +
pub use crate::types::_s3_report_location::S3ReportLocationBuilder;
   79     79   
   80         -
pub use crate::types::_dimension_mapping::DimensionMappingBuilder;
          80  +
pub use crate::types::_timestream_destination::TimestreamDestinationBuilder;
   81     81   
   82         -
pub use crate::types::_notification_configuration::NotificationConfigurationBuilder;
          82  +
pub use crate::types::_datum::DatumBuilder;
   83     83   
   84         -
pub use crate::types::_schedule_configuration::ScheduleConfigurationBuilder;
          84  +
pub use crate::types::_multi_measure_attribute_mapping::MultiMeasureAttributeMappingBuilder;
   85     85   
   86         -
pub use crate::types::_endpoint::EndpointBuilder;
          86  +
pub use crate::types::_time_series_data_point::TimeSeriesDataPointBuilder;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/types/error.rs

@@ -1,1 +39,39 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_validation_exception::ValidationException;
    3         -
    4         -
pub use crate::types::error::_throttling_exception::ThrottlingException;
           2  +
pub use crate::types::error::_access_denied_exception::AccessDeniedException;
    5      3   
    6         -
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
           4  +
pub use crate::types::error::_internal_server_exception::InternalServerException;
    7      5   
    8      6   
pub use crate::types::error::_invalid_endpoint_exception::InvalidEndpointException;
    9      7   
   10         -
pub use crate::types::error::_internal_server_exception::InternalServerException;
           8  +
pub use crate::types::error::_throttling_exception::ThrottlingException;
   11      9   
   12         -
pub use crate::types::error::_access_denied_exception::AccessDeniedException;
          10  +
pub use crate::types::error::_validation_exception::ValidationException;
          11  +
          12  +
pub use crate::types::error::_conflict_exception::ConflictException;
   13     13   
   14     14   
pub use crate::types::error::_service_quota_exceeded_exception::ServiceQuotaExceededException;
   15     15   
   16         -
pub use crate::types::error::_query_execution_exception::QueryExecutionException;
          16  +
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;
   17     17   
   18         -
pub use crate::types::error::_conflict_exception::ConflictException;
          18  +
pub use crate::types::error::_query_execution_exception::QueryExecutionException;
   19     19   
   20     20   
mod _access_denied_exception;
   21     21   
   22     22   
mod _conflict_exception;
   23     23   
   24     24   
mod _internal_server_exception;
   25     25   
   26     26   
mod _invalid_endpoint_exception;
   27     27   
   28     28   
mod _query_execution_exception;

tmp-codegen-diff/aws-sdk/sdk/timestreamquery/src/types/error/builders.rs

@@ -1,1 +0,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
    2         -
pub use crate::types::error::_validation_exception::ValidationExceptionBuilder;
    3         -
    4         -
pub use crate::types::error::_throttling_exception::ThrottlingExceptionBuilder;
           2  +
pub use crate::types::error::_access_denied_exception::AccessDeniedExceptionBuilder;
    5      3   
    6         -
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundExceptionBuilder;
           4  +
pub use crate::types::error::_internal_server_exception::InternalServerExceptionBuilder;
    7      5   
    8      6   
pub use crate::types::error::_invalid_endpoint_exception::InvalidEndpointExceptionBuilder;
    9      7   
   10         -
pub use crate::types::error::_internal_server_exception::InternalServerExceptionBuilder;
           8  +
pub use crate::types::error::_throttling_exception::ThrottlingExceptionBuilder;
   11      9   
   12         -
pub use crate::types::error::_access_denied_exception::AccessDeniedExceptionBuilder;
          10  +
pub use crate::types::error::_validation_exception::ValidationExceptionBuilder;
          11  +
          12  +
pub use crate::types::error::_conflict_exception::ConflictExceptionBuilder;
   13     13   
   14     14   
pub use crate::types::error::_service_quota_exceeded_exception::ServiceQuotaExceededExceptionBuilder;
   15     15   
   16         -
pub use crate::types::error::_query_execution_exception::QueryExecutionExceptionBuilder;
          16  +
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundExceptionBuilder;
   17     17   
   18         -
pub use crate::types::error::_conflict_exception::ConflictExceptionBuilder;
          18  +
pub use crate::types::error::_query_execution_exception::QueryExecutionExceptionBuilder;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/lib.rs

@@ -1,1 +44,45 @@
    5      5   
#![allow(clippy::large_enum_variant)]
    6      6   
#![allow(clippy::wrong_self_convention)]
    7      7   
#![allow(clippy::should_implement_trait)]
    8      8   
#![allow(clippy::disallowed_names)]
    9      9   
#![allow(clippy::vec_init_then_push)]
   10     10   
#![allow(clippy::type_complexity)]
   11     11   
#![allow(clippy::needless_return)]
   12     12   
#![allow(clippy::derive_partial_eq_without_eq)]
   13     13   
#![allow(clippy::result_large_err)]
   14     14   
#![allow(clippy::unnecessary_map_on_constructor)]
          15  +
#![allow(clippy::useless_conversion)]
   15     16   
#![allow(clippy::deprecated_semver)]
   16     17   
#![allow(rustdoc::bare_urls)]
   17     18   
#![allow(rustdoc::redundant_explicit_links)]
   18     19   
#![allow(rustdoc::broken_intra_doc_links)]
   19     20   
#![allow(rustdoc::invalid_html_tags)]
   20     21   
#![forbid(unsafe_code)]
   21     22   
#![warn(missing_docs)]
   22     23   
#![cfg_attr(docsrs, feature(doc_cfg))]
   23     24   
//! Amazon Timestream is a fast, scalable, fully managed time-series database service that makes it easy to store and analyze trillions of time-series data points per day. With Timestream, you can easily store and analyze IoT sensor data to derive insights from your IoT applications. You can analyze industrial telemetry to streamline equipment management and maintenance. You can also store and analyze log data and metrics to improve the performance and availability of your applications.
   24     25   
//!

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

@@ -417,417 +456,456 @@
  437    437   
            meta: meta.unwrap_or_default(),
  438    438   
        })
  439    439   
    }
  440    440   
}
  441    441   
impl ::aws_types::request_id::RequestId for crate::operation::create_batch_load_task::CreateBatchLoadTaskError {
  442    442   
    fn request_id(&self) -> Option<&str> {
  443    443   
        self.meta().request_id()
  444    444   
    }
  445    445   
}
  446    446   
  447         -
pub use crate::operation::create_batch_load_task::_create_batch_load_task_output::CreateBatchLoadTaskOutput;
  448         -
  449    447   
pub use crate::operation::create_batch_load_task::_create_batch_load_task_input::CreateBatchLoadTaskInput;
  450    448   
         449  +
pub use crate::operation::create_batch_load_task::_create_batch_load_task_output::CreateBatchLoadTaskOutput;
         450  +
  451    451   
mod _create_batch_load_task_input;
  452    452   
  453    453   
mod _create_batch_load_task_output;
  454    454   
  455    455   
/// Builders
  456    456   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/create_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::create_batch_load_task::_create_batch_load_task_output::CreateBatchLoadTaskOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_batch_load_task::_create_batch_load_task_input::CreateBatchLoadTaskInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_batch_load_task::_create_batch_load_task_output::CreateBatchLoadTaskOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_batch_load_task::builders::CreateBatchLoadTaskInputBuilder {
    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::create_batch_load_task::CreateBatchLoadTaskOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_batch_load_task::CreateBatchLoadTaskError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/create_database.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::create_database::CreateDatabaseError {
  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::create_database::_create_database_output::CreateDatabaseOutput;
  423         -
  424    422   
pub use crate::operation::create_database::_create_database_input::CreateDatabaseInput;
  425    423   
         424  +
pub use crate::operation::create_database::_create_database_output::CreateDatabaseOutput;
         425  +
  426    426   
mod _create_database_input;
  427    427   
  428    428   
mod _create_database_output;
  429    429   
  430    430   
/// Builders
  431    431   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/create_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::create_database::_create_database_output::CreateDatabaseOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_database::_create_database_input::CreateDatabaseInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_database::_create_database_output::CreateDatabaseOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_database::builders::CreateDatabaseInputBuilder {
    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::create_database::CreateDatabaseOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_database::CreateDatabaseError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

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

@@ -402,402 +441,441 @@
  422    422   
            meta: meta.unwrap_or_default(),
  423    423   
        })
  424    424   
    }
  425    425   
}
  426    426   
impl ::aws_types::request_id::RequestId for crate::operation::create_table::CreateTableError {
  427    427   
    fn request_id(&self) -> Option<&str> {
  428    428   
        self.meta().request_id()
  429    429   
    }
  430    430   
}
  431    431   
  432         -
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
  433         -
  434    432   
pub use crate::operation::create_table::_create_table_input::CreateTableInput;
  435    433   
         434  +
pub use crate::operation::create_table::_create_table_output::CreateTableOutput;
         435  +
  436    436   
mod _create_table_input;
  437    437   
  438    438   
mod _create_table_output;
  439    439   
  440    440   
/// Builders
  441    441   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/create_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::create_table::_create_table_output::CreateTableOutputBuilder;
    3         -
    4      2   
pub use crate::operation::create_table::_create_table_input::CreateTableInputBuilder;
    5      3   
           4  +
pub use crate::operation::create_table::_create_table_output::CreateTableOutputBuilder;
           5  +
    6      6   
impl crate::operation::create_table::builders::CreateTableInputBuilder {
    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::create_table::CreateTableOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::create_table::CreateTableError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/delete_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::delete_database::DeleteDatabaseError {
  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::delete_database::_delete_database_output::DeleteDatabaseOutput;
  413         -
  414    412   
pub use crate::operation::delete_database::_delete_database_input::DeleteDatabaseInput;
  415    413   
         414  +
pub use crate::operation::delete_database::_delete_database_output::DeleteDatabaseOutput;
         415  +
  416    416   
mod _delete_database_input;
  417    417   
  418    418   
mod _delete_database_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/delete_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::delete_database::_delete_database_output::DeleteDatabaseOutputBuilder;
    3         -
    4      2   
pub use crate::operation::delete_database::_delete_database_input::DeleteDatabaseInputBuilder;
    5      3   
           4  +
pub use crate::operation::delete_database::_delete_database_output::DeleteDatabaseOutputBuilder;
           5  +
    6      6   
impl crate::operation::delete_database::builders::DeleteDatabaseInputBuilder {
    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_database::DeleteDatabaseOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::delete_database::DeleteDatabaseError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/aws-sdk/sdk/timestreamwrite/src/operation/delete_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::delete_table::DeleteTableError {
  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::delete_table::_delete_table_output::DeleteTableOutput;
  413         -
  414    412   
pub use crate::operation::delete_table::_delete_table_input::DeleteTableInput;
  415    413   
         414  +
pub use crate::operation::delete_table::_delete_table_output::DeleteTableOutput;
         415  +
  416    416   
mod _delete_table_input;
  417    417   
  418    418   
mod _delete_table_output;
  419    419   
  420    420   
/// Builders
  421    421   
pub mod builders;

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,