Client Test

Client Test

rev. d838bf488731ae5e751cce0fe13f339a5b9be858

Files changed:

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_header_default.rs

@@ -298,298 +337,337 @@
  318    318   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  319    319   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  320    320   
    ) -> Self {
  321    321   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  322    322   
            source,
  323    323   
            meta: meta.unwrap_or_default(),
  324    324   
        })
  325    325   
    }
  326    326   
}
  327    327   
  328         -
pub use crate::operation::malformed_timestamp_header_default::_malformed_timestamp_header_default_output::MalformedTimestampHeaderDefaultOutput;
  329         -
  330    328   
pub use crate::operation::malformed_timestamp_header_default::_malformed_timestamp_header_default_input::MalformedTimestampHeaderDefaultInput;
  331    329   
         330  +
pub use crate::operation::malformed_timestamp_header_default::_malformed_timestamp_header_default_output::MalformedTimestampHeaderDefaultOutput;
         331  +
  332    332   
mod _malformed_timestamp_header_default_input;
  333    333   
  334    334   
mod _malformed_timestamp_header_default_output;
  335    335   
  336    336   
/// Builders
  337    337   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_header_default/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::malformed_timestamp_header_default::_malformed_timestamp_header_default_output::MalformedTimestampHeaderDefaultOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_header_default::_malformed_timestamp_header_default_input::MalformedTimestampHeaderDefaultInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_header_default::_malformed_timestamp_header_default_output::MalformedTimestampHeaderDefaultOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultInputBuilder {
    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::malformed_timestamp_header_default::MalformedTimestampHeaderDefaultOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_header_default::MalformedTimestampHeaderDefaultError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_header_epoch.rs

@@ -296,296 +335,335 @@
  316    316   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  317    317   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  318    318   
    ) -> Self {
  319    319   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  320    320   
            source,
  321    321   
            meta: meta.unwrap_or_default(),
  322    322   
        })
  323    323   
    }
  324    324   
}
  325    325   
  326         -
pub use crate::operation::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_output::MalformedTimestampHeaderEpochOutput;
  327         -
  328    326   
pub use crate::operation::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_input::MalformedTimestampHeaderEpochInput;
  329    327   
         328  +
pub use crate::operation::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_output::MalformedTimestampHeaderEpochOutput;
         329  +
  330    330   
mod _malformed_timestamp_header_epoch_input;
  331    331   
  332    332   
mod _malformed_timestamp_header_epoch_output;
  333    333   
  334    334   
/// Builders
  335    335   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_header_epoch/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::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_output::MalformedTimestampHeaderEpochOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_input::MalformedTimestampHeaderEpochInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_header_epoch::_malformed_timestamp_header_epoch_output::MalformedTimestampHeaderEpochOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_header_epoch::builders::MalformedTimestampHeaderEpochInputBuilder {
    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::malformed_timestamp_header_epoch::MalformedTimestampHeaderEpochOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_header_epoch::MalformedTimestampHeaderEpochError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_default.rs

@@ -305,305 +344,344 @@
  325    325   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  326    326   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  327    327   
    ) -> Self {
  328    328   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  329    329   
            source,
  330    330   
            meta: meta.unwrap_or_default(),
  331    331   
        })
  332    332   
    }
  333    333   
}
  334    334   
  335         -
pub use crate::operation::malformed_timestamp_path_default::_malformed_timestamp_path_default_output::MalformedTimestampPathDefaultOutput;
  336         -
  337    335   
pub use crate::operation::malformed_timestamp_path_default::_malformed_timestamp_path_default_input::MalformedTimestampPathDefaultInput;
  338    336   
         337  +
pub use crate::operation::malformed_timestamp_path_default::_malformed_timestamp_path_default_output::MalformedTimestampPathDefaultOutput;
         338  +
  339    339   
mod _malformed_timestamp_path_default_input;
  340    340   
  341    341   
mod _malformed_timestamp_path_default_output;
  342    342   
  343    343   
/// Builders
  344    344   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_default/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::malformed_timestamp_path_default::_malformed_timestamp_path_default_output::MalformedTimestampPathDefaultOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_path_default::_malformed_timestamp_path_default_input::MalformedTimestampPathDefaultInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_path_default::_malformed_timestamp_path_default_output::MalformedTimestampPathDefaultOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_path_default::builders::MalformedTimestampPathDefaultInputBuilder {
    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::malformed_timestamp_path_default::MalformedTimestampPathDefaultOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_path_default::MalformedTimestampPathDefaultError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_epoch.rs

@@ -305,305 +344,344 @@
  325    325   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  326    326   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  327    327   
    ) -> Self {
  328    328   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  329    329   
            source,
  330    330   
            meta: meta.unwrap_or_default(),
  331    331   
        })
  332    332   
    }
  333    333   
}
  334    334   
  335         -
pub use crate::operation::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_output::MalformedTimestampPathEpochOutput;
  336         -
  337    335   
pub use crate::operation::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_input::MalformedTimestampPathEpochInput;
  338    336   
         337  +
pub use crate::operation::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_output::MalformedTimestampPathEpochOutput;
         338  +
  339    339   
mod _malformed_timestamp_path_epoch_input;
  340    340   
  341    341   
mod _malformed_timestamp_path_epoch_output;
  342    342   
  343    343   
/// Builders
  344    344   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_epoch/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::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_output::MalformedTimestampPathEpochOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_input::MalformedTimestampPathEpochInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_path_epoch::_malformed_timestamp_path_epoch_output::MalformedTimestampPathEpochOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_path_epoch::builders::MalformedTimestampPathEpochInputBuilder {
    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::malformed_timestamp_path_epoch::MalformedTimestampPathEpochOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_path_epoch::MalformedTimestampPathEpochError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_http_date.rs

@@ -307,307 +346,346 @@
  327    327   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  328    328   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  329    329   
    ) -> Self {
  330    330   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  331    331   
            source,
  332    332   
            meta: meta.unwrap_or_default(),
  333    333   
        })
  334    334   
    }
  335    335   
}
  336    336   
  337         -
pub use crate::operation::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_output::MalformedTimestampPathHttpDateOutput;
  338         -
  339    337   
pub use crate::operation::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_input::MalformedTimestampPathHttpDateInput;
  340    338   
         339  +
pub use crate::operation::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_output::MalformedTimestampPathHttpDateOutput;
         340  +
  341    341   
mod _malformed_timestamp_path_http_date_input;
  342    342   
  343    343   
mod _malformed_timestamp_path_http_date_output;
  344    344   
  345    345   
/// Builders
  346    346   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_path_http_date/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::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_output::MalformedTimestampPathHttpDateOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_input::MalformedTimestampPathHttpDateInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_path_http_date::_malformed_timestamp_path_http_date_output::MalformedTimestampPathHttpDateOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_path_http_date::builders::MalformedTimestampPathHttpDateInputBuilder {
    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::malformed_timestamp_path_http_date::MalformedTimestampPathHttpDateOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_path_http_date::MalformedTimestampPathHttpDateError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_default.rs

@@ -310,310 +349,349 @@
  330    330   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  331    331   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  332    332   
    ) -> Self {
  333    333   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  334    334   
            source,
  335    335   
            meta: meta.unwrap_or_default(),
  336    336   
        })
  337    337   
    }
  338    338   
}
  339    339   
  340         -
pub use crate::operation::malformed_timestamp_query_default::_malformed_timestamp_query_default_output::MalformedTimestampQueryDefaultOutput;
  341         -
  342    340   
pub use crate::operation::malformed_timestamp_query_default::_malformed_timestamp_query_default_input::MalformedTimestampQueryDefaultInput;
  343    341   
         342  +
pub use crate::operation::malformed_timestamp_query_default::_malformed_timestamp_query_default_output::MalformedTimestampQueryDefaultOutput;
         343  +
  344    344   
mod _malformed_timestamp_query_default_input;
  345    345   
  346    346   
mod _malformed_timestamp_query_default_output;
  347    347   
  348    348   
/// Builders
  349    349   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_default/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::malformed_timestamp_query_default::_malformed_timestamp_query_default_output::MalformedTimestampQueryDefaultOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_query_default::_malformed_timestamp_query_default_input::MalformedTimestampQueryDefaultInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_query_default::_malformed_timestamp_query_default_output::MalformedTimestampQueryDefaultOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_query_default::builders::MalformedTimestampQueryDefaultInputBuilder {
    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::malformed_timestamp_query_default::MalformedTimestampQueryDefaultOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_query_default::MalformedTimestampQueryDefaultError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_epoch.rs

@@ -310,310 +349,349 @@
  330    330   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  331    331   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  332    332   
    ) -> Self {
  333    333   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  334    334   
            source,
  335    335   
            meta: meta.unwrap_or_default(),
  336    336   
        })
  337    337   
    }
  338    338   
}
  339    339   
  340         -
pub use crate::operation::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_output::MalformedTimestampQueryEpochOutput;
  341         -
  342    340   
pub use crate::operation::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_input::MalformedTimestampQueryEpochInput;
  343    341   
         342  +
pub use crate::operation::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_output::MalformedTimestampQueryEpochOutput;
         343  +
  344    344   
mod _malformed_timestamp_query_epoch_input;
  345    345   
  346    346   
mod _malformed_timestamp_query_epoch_output;
  347    347   
  348    348   
/// Builders
  349    349   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_epoch/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::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_output::MalformedTimestampQueryEpochOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_input::MalformedTimestampQueryEpochInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_query_epoch::_malformed_timestamp_query_epoch_output::MalformedTimestampQueryEpochOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_query_epoch::builders::MalformedTimestampQueryEpochInputBuilder {
    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::malformed_timestamp_query_epoch::MalformedTimestampQueryEpochOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_query_epoch::MalformedTimestampQueryEpochError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_http_date.rs

@@ -312,312 +351,351 @@
  332    332   
        source: ::std::boxed::Box<dyn ::std::error::Error + ::std::marker::Send + ::std::marker::Sync + 'static>,
  333    333   
        meta: ::std::option::Option<::aws_smithy_types::error::ErrorMetadata>,
  334    334   
    ) -> Self {
  335    335   
        Self::Unhandled(crate::error::sealed_unhandled::Unhandled {
  336    336   
            source,
  337    337   
            meta: meta.unwrap_or_default(),
  338    338   
        })
  339    339   
    }
  340    340   
}
  341    341   
  342         -
pub use crate::operation::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_output::MalformedTimestampQueryHttpDateOutput;
  343         -
  344    342   
pub use crate::operation::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_input::MalformedTimestampQueryHttpDateInput;
  345    343   
         344  +
pub use crate::operation::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_output::MalformedTimestampQueryHttpDateOutput;
         345  +
  346    346   
mod _malformed_timestamp_query_http_date_input;
  347    347   
  348    348   
mod _malformed_timestamp_query_http_date_output;
  349    349   
  350    350   
/// Builders
  351    351   
pub mod builders;

tmp-codegen-diff/codegen-client-test/rest_json/rust-client-codegen/src/operation/malformed_timestamp_query_http_date/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::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_output::MalformedTimestampQueryHttpDateOutputBuilder;
    3         -
    4      2   
pub use crate::operation::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_input::MalformedTimestampQueryHttpDateInputBuilder;
    5      3   
           4  +
pub use crate::operation::malformed_timestamp_query_http_date::_malformed_timestamp_query_http_date_output::MalformedTimestampQueryHttpDateOutputBuilder;
           5  +
    6      6   
impl crate::operation::malformed_timestamp_query_http_date::builders::MalformedTimestampQueryHttpDateInputBuilder {
    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::malformed_timestamp_query_http_date::MalformedTimestampQueryHttpDateOutput,
   13     13   
        ::aws_smithy_runtime_api::client::result::SdkError<
   14     14   
            crate::operation::malformed_timestamp_query_http_date::MalformedTimestampQueryHttpDateError,
   15     15   
            ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,