Client Test

Client Test

rev. dfb5149b65b7bcc09edd15b8e071ad43b5ac5943

Files changed:

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedContentTypeWithPayload`](crate::operation::malformed_content_type_with_payload::builders::MalformedContentTypeWithPayloadFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`payload(Blob)`](crate::operation::malformed_content_type_with_payload::builders::MalformedContentTypeWithPayloadFluentBuilder::payload) / [`set_payload(Option<Blob>)`](crate::operation::malformed_content_type_with_payload::builders::MalformedContentTypeWithPayloadFluentBuilder::set_payload):<br>required: **false**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedContentTypeWithPayloadOutput`](crate::operation::malformed_content_type_with_payload::MalformedContentTypeWithPayloadOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedContentTypeWithPayloadError>`](crate::operation::malformed_content_type_with_payload::MalformedContentTypeWithPayloadError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_content_type_with_payload(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_content_type_with_payload::builders::MalformedContentTypeWithPayloadFluentBuilder {
   12     15   
        crate::operation::malformed_content_type_with_payload::builders::MalformedContentTypeWithPayloadFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}

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

@@ -1,1 +13,17 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedContentTypeWithoutBody`](crate::operation::malformed_content_type_without_body::builders::MalformedContentTypeWithoutBodyFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder takes no input, just [`send`](crate::operation::malformed_content_type_without_body::builders::MalformedContentTypeWithoutBodyFluentBuilder::send) it.
    6      8   
    /// - On success, responds with [`MalformedContentTypeWithoutBodyOutput`](crate::operation::malformed_content_type_without_body::MalformedContentTypeWithoutBodyOutput)
    7      9   
    /// - On failure, responds with [`SdkError<MalformedContentTypeWithoutBodyError>`](crate::operation::malformed_content_type_without_body::MalformedContentTypeWithoutBodyError)
          10  +
    /* FluentClientGenerator.kt:234 */
    8     11   
    pub fn malformed_content_type_without_body(
    9     12   
        &self,
   10     13   
    ) -> crate::operation::malformed_content_type_without_body::builders::MalformedContentTypeWithoutBodyFluentBuilder {
   11     14   
        crate::operation::malformed_content_type_without_body::builders::MalformedContentTypeWithoutBodyFluentBuilder::new(self.handle.clone())
   12     15   
    }
          16  +
    /* FluentClientGenerator.kt:187 */
   13     17   
}

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

@@ -1,1 +15,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedDouble`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`double_in_body(f64)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::double_in_body) / [`set_double_in_body(Option<f64>)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::set_double_in_body):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`double_in_path(f64)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::double_in_path) / [`set_double_in_path(Option<f64>)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::set_double_in_path):<br>required: **true**<br>(undocumented)<br>
    8     10   
    ///   - [`double_in_query(f64)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::double_in_query) / [`set_double_in_query(Option<f64>)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::set_double_in_query):<br>required: **false**<br>(undocumented)<br>
    9     11   
    ///   - [`double_in_header(f64)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::double_in_header) / [`set_double_in_header(Option<f64>)`](crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::set_double_in_header):<br>required: **false**<br>(undocumented)<br>
   10     12   
    /// - On success, responds with [`MalformedDoubleOutput`](crate::operation::malformed_double::MalformedDoubleOutput)
   11     13   
    /// - On failure, responds with [`SdkError<MalformedDoubleError>`](crate::operation::malformed_double::MalformedDoubleError)
          14  +
    /* FluentClientGenerator.kt:234 */
   12     15   
    pub fn malformed_double(&self) -> crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder {
   13     16   
        crate::operation::malformed_double::builders::MalformedDoubleFluentBuilder::new(self.handle.clone())
   14     17   
    }
          18  +
    /* FluentClientGenerator.kt:187 */
   15     19   
}

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

@@ -1,1 +15,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedFloat`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`float_in_body(f32)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::float_in_body) / [`set_float_in_body(Option<f32>)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::set_float_in_body):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`float_in_path(f32)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::float_in_path) / [`set_float_in_path(Option<f32>)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::set_float_in_path):<br>required: **true**<br>(undocumented)<br>
    8     10   
    ///   - [`float_in_query(f32)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::float_in_query) / [`set_float_in_query(Option<f32>)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::set_float_in_query):<br>required: **false**<br>(undocumented)<br>
    9     11   
    ///   - [`float_in_header(f32)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::float_in_header) / [`set_float_in_header(Option<f32>)`](crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::set_float_in_header):<br>required: **false**<br>(undocumented)<br>
   10     12   
    /// - On success, responds with [`MalformedFloatOutput`](crate::operation::malformed_float::MalformedFloatOutput)
   11     13   
    /// - On failure, responds with [`SdkError<MalformedFloatError>`](crate::operation::malformed_float::MalformedFloatError)
          14  +
    /* FluentClientGenerator.kt:234 */
   12     15   
    pub fn malformed_float(&self) -> crate::operation::malformed_float::builders::MalformedFloatFluentBuilder {
   13     16   
        crate::operation::malformed_float::builders::MalformedFloatFluentBuilder::new(self.handle.clone())
   14     17   
    }
          18  +
    /* FluentClientGenerator.kt:187 */
   15     19   
}

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

@@ -1,1 +15,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedInteger`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`integer_in_body(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_body) / [`set_integer_in_body(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_body):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`integer_in_path(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_path) / [`set_integer_in_path(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_path):<br>required: **true**<br>(undocumented)<br>
    8     10   
    ///   - [`integer_in_query(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_query) / [`set_integer_in_query(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_query):<br>required: **false**<br>(undocumented)<br>
    9     11   
    ///   - [`integer_in_header(i32)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::integer_in_header) / [`set_integer_in_header(Option<i32>)`](crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::set_integer_in_header):<br>required: **false**<br>(undocumented)<br>
   10     12   
    /// - On success, responds with [`MalformedIntegerOutput`](crate::operation::malformed_integer::MalformedIntegerOutput)
   11     13   
    /// - On failure, responds with [`SdkError<MalformedIntegerError>`](crate::operation::malformed_integer::MalformedIntegerError)
          14  +
    /* FluentClientGenerator.kt:234 */
   12     15   
    pub fn malformed_integer(&self) -> crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder {
   13     16   
        crate::operation::malformed_integer::builders::MalformedIntegerFluentBuilder::new(self.handle.clone())
   14     17   
    }
          18  +
    /* FluentClientGenerator.kt:187 */
   15     19   
}

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

@@ -1,1 +12,16 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedList`](crate::operation::malformed_list::builders::MalformedListFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`body_list(impl Into<String>)`](crate::operation::malformed_list::builders::MalformedListFluentBuilder::body_list) / [`set_body_list(Option<Vec::<String>>)`](crate::operation::malformed_list::builders::MalformedListFluentBuilder::set_body_list):<br>required: **false**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedListOutput`](crate::operation::malformed_list::MalformedListOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedListError>`](crate::operation::malformed_list::MalformedListError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_list(&self) -> crate::operation::malformed_list::builders::MalformedListFluentBuilder {
   10     13   
        crate::operation::malformed_list::builders::MalformedListFluentBuilder::new(self.handle.clone())
   11     14   
    }
          15  +
    /* FluentClientGenerator.kt:187 */
   12     16   
}

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

@@ -1,1 +15,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedLong`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`long_in_body(i64)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::long_in_body) / [`set_long_in_body(Option<i64>)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::set_long_in_body):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`long_in_path(i64)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::long_in_path) / [`set_long_in_path(Option<i64>)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::set_long_in_path):<br>required: **true**<br>(undocumented)<br>
    8     10   
    ///   - [`long_in_query(i64)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::long_in_query) / [`set_long_in_query(Option<i64>)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::set_long_in_query):<br>required: **false**<br>(undocumented)<br>
    9     11   
    ///   - [`long_in_header(i64)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::long_in_header) / [`set_long_in_header(Option<i64>)`](crate::operation::malformed_long::builders::MalformedLongFluentBuilder::set_long_in_header):<br>required: **false**<br>(undocumented)<br>
   10     12   
    /// - On success, responds with [`MalformedLongOutput`](crate::operation::malformed_long::MalformedLongOutput)
   11     13   
    /// - On failure, responds with [`SdkError<MalformedLongError>`](crate::operation::malformed_long::MalformedLongError)
          14  +
    /* FluentClientGenerator.kt:234 */
   12     15   
    pub fn malformed_long(&self) -> crate::operation::malformed_long::builders::MalformedLongFluentBuilder {
   13     16   
        crate::operation::malformed_long::builders::MalformedLongFluentBuilder::new(self.handle.clone())
   14     17   
    }
          18  +
    /* FluentClientGenerator.kt:187 */
   15     19   
}

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

@@ -1,1 +12,16 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedMap`](crate::operation::malformed_map::builders::MalformedMapFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`body_map(impl Into<String>, impl Into<String>)`](crate::operation::malformed_map::builders::MalformedMapFluentBuilder::body_map) / [`set_body_map(Option<HashMap::<String, String>>)`](crate::operation::malformed_map::builders::MalformedMapFluentBuilder::set_body_map):<br>required: **false**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedMapOutput`](crate::operation::malformed_map::MalformedMapOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedMapError>`](crate::operation::malformed_map::MalformedMapError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_map(&self) -> crate::operation::malformed_map::builders::MalformedMapFluentBuilder {
   10     13   
        crate::operation::malformed_map::builders::MalformedMapFluentBuilder::new(self.handle.clone())
   11     14   
    }
          15  +
    /* FluentClientGenerator.kt:187 */
   12     16   
}

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

@@ -1,1 +13,17 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedRequestBody`](crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`int(i32)`](crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder::int) / [`set_int(Option<i32>)`](crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder::set_int):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`float(f32)`](crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder::float) / [`set_float(Option<f32>)`](crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder::set_float):<br>required: **false**<br>(undocumented)<br>
    8     10   
    /// - On success, responds with [`MalformedRequestBodyOutput`](crate::operation::malformed_request_body::MalformedRequestBodyOutput)
    9     11   
    /// - On failure, responds with [`SdkError<MalformedRequestBodyError>`](crate::operation::malformed_request_body::MalformedRequestBodyError)
          12  +
    /* FluentClientGenerator.kt:234 */
   10     13   
    pub fn malformed_request_body(&self) -> crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder {
   11     14   
        crate::operation::malformed_request_body::builders::MalformedRequestBodyFluentBuilder::new(self.handle.clone())
   12     15   
    }
          16  +
    /* FluentClientGenerator.kt:187 */
   13     17   
}

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

@@ -1,1 +15,19 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedShort`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`short_in_body(i16)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::short_in_body) / [`set_short_in_body(Option<i16>)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::set_short_in_body):<br>required: **false**<br>(undocumented)<br>
    7      9   
    ///   - [`short_in_path(i16)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::short_in_path) / [`set_short_in_path(Option<i16>)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::set_short_in_path):<br>required: **true**<br>(undocumented)<br>
    8     10   
    ///   - [`short_in_query(i16)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::short_in_query) / [`set_short_in_query(Option<i16>)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::set_short_in_query):<br>required: **false**<br>(undocumented)<br>
    9     11   
    ///   - [`short_in_header(i16)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::short_in_header) / [`set_short_in_header(Option<i16>)`](crate::operation::malformed_short::builders::MalformedShortFluentBuilder::set_short_in_header):<br>required: **false**<br>(undocumented)<br>
   10     12   
    /// - On success, responds with [`MalformedShortOutput`](crate::operation::malformed_short::MalformedShortOutput)
   11     13   
    /// - On failure, responds with [`SdkError<MalformedShortError>`](crate::operation::malformed_short::MalformedShortError)
          14  +
    /* FluentClientGenerator.kt:234 */
   12     15   
    pub fn malformed_short(&self) -> crate::operation::malformed_short::builders::MalformedShortFluentBuilder {
   13     16   
        crate::operation::malformed_short::builders::MalformedShortFluentBuilder::new(self.handle.clone())
   14     17   
    }
          18  +
    /* FluentClientGenerator.kt:187 */
   15     19   
}

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

@@ -1,1 +12,16 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedString`](crate::operation::malformed_string::builders::MalformedStringFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`blob(impl Into<String>)`](crate::operation::malformed_string::builders::MalformedStringFluentBuilder::blob) / [`set_blob(Option<String>)`](crate::operation::malformed_string::builders::MalformedStringFluentBuilder::set_blob):<br>required: **false**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedStringOutput`](crate::operation::malformed_string::MalformedStringOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedStringError>`](crate::operation::malformed_string::MalformedStringError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_string(&self) -> crate::operation::malformed_string::builders::MalformedStringFluentBuilder {
   10     13   
        crate::operation::malformed_string::builders::MalformedStringFluentBuilder::new(self.handle.clone())
   11     14   
    }
          15  +
    /* FluentClientGenerator.kt:187 */
   12     16   
}

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedTimestampBodyDateTime`](crate::operation::malformed_timestamp_body_date_time::builders::MalformedTimestampBodyDateTimeFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`timestamp(DateTime)`](crate::operation::malformed_timestamp_body_date_time::builders::MalformedTimestampBodyDateTimeFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::malformed_timestamp_body_date_time::builders::MalformedTimestampBodyDateTimeFluentBuilder::set_timestamp):<br>required: **true**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedTimestampBodyDateTimeOutput`](crate::operation::malformed_timestamp_body_date_time::MalformedTimestampBodyDateTimeOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedTimestampBodyDateTimeError>`](crate::operation::malformed_timestamp_body_date_time::MalformedTimestampBodyDateTimeError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_timestamp_body_date_time(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_timestamp_body_date_time::builders::MalformedTimestampBodyDateTimeFluentBuilder {
   12     15   
        crate::operation::malformed_timestamp_body_date_time::builders::MalformedTimestampBodyDateTimeFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedTimestampBodyDefault`](crate::operation::malformed_timestamp_body_default::builders::MalformedTimestampBodyDefaultFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`timestamp(DateTime)`](crate::operation::malformed_timestamp_body_default::builders::MalformedTimestampBodyDefaultFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::malformed_timestamp_body_default::builders::MalformedTimestampBodyDefaultFluentBuilder::set_timestamp):<br>required: **true**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedTimestampBodyDefaultOutput`](crate::operation::malformed_timestamp_body_default::MalformedTimestampBodyDefaultOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedTimestampBodyDefaultError>`](crate::operation::malformed_timestamp_body_default::MalformedTimestampBodyDefaultError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_timestamp_body_default(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_timestamp_body_default::builders::MalformedTimestampBodyDefaultFluentBuilder {
   12     15   
        crate::operation::malformed_timestamp_body_default::builders::MalformedTimestampBodyDefaultFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedTimestampBodyHttpDate`](crate::operation::malformed_timestamp_body_http_date::builders::MalformedTimestampBodyHttpDateFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`timestamp(DateTime)`](crate::operation::malformed_timestamp_body_http_date::builders::MalformedTimestampBodyHttpDateFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::malformed_timestamp_body_http_date::builders::MalformedTimestampBodyHttpDateFluentBuilder::set_timestamp):<br>required: **true**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedTimestampBodyHttpDateOutput`](crate::operation::malformed_timestamp_body_http_date::MalformedTimestampBodyHttpDateOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedTimestampBodyHttpDateError>`](crate::operation::malformed_timestamp_body_http_date::MalformedTimestampBodyHttpDateError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_timestamp_body_http_date(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_timestamp_body_http_date::builders::MalformedTimestampBodyHttpDateFluentBuilder {
   12     15   
        crate::operation::malformed_timestamp_body_http_date::builders::MalformedTimestampBodyHttpDateFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedTimestampHeaderDateTime`](crate::operation::malformed_timestamp_header_date_time::builders::MalformedTimestampHeaderDateTimeFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`timestamp(DateTime)`](crate::operation::malformed_timestamp_header_date_time::builders::MalformedTimestampHeaderDateTimeFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::malformed_timestamp_header_date_time::builders::MalformedTimestampHeaderDateTimeFluentBuilder::set_timestamp):<br>required: **true**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedTimestampHeaderDateTimeOutput`](crate::operation::malformed_timestamp_header_date_time::MalformedTimestampHeaderDateTimeOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedTimestampHeaderDateTimeError>`](crate::operation::malformed_timestamp_header_date_time::MalformedTimestampHeaderDateTimeError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_timestamp_header_date_time(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_timestamp_header_date_time::builders::MalformedTimestampHeaderDateTimeFluentBuilder {
   12     15   
        crate::operation::malformed_timestamp_header_date_time::builders::MalformedTimestampHeaderDateTimeFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}

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

@@ -1,1 +14,18 @@
    1      1   
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
           2  +
/* FluentClientGenerator.kt:187 */
    2      3   
impl super::Client {
           4  +
    /* FluentClientGenerator.kt:221 */
    3      5   
    /// Constructs a fluent builder for the [`MalformedTimestampHeaderDefault`](crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultFluentBuilder) operation.
    4      6   
    ///
    5      7   
    /// - The fluent builder is configurable:
    6      8   
    ///   - [`timestamp(DateTime)`](crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultFluentBuilder::timestamp) / [`set_timestamp(Option<DateTime>)`](crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultFluentBuilder::set_timestamp):<br>required: **true**<br>(undocumented)<br>
    7      9   
    /// - On success, responds with [`MalformedTimestampHeaderDefaultOutput`](crate::operation::malformed_timestamp_header_default::MalformedTimestampHeaderDefaultOutput)
    8     10   
    /// - On failure, responds with [`SdkError<MalformedTimestampHeaderDefaultError>`](crate::operation::malformed_timestamp_header_default::MalformedTimestampHeaderDefaultError)
          11  +
    /* FluentClientGenerator.kt:234 */
    9     12   
    pub fn malformed_timestamp_header_default(
   10     13   
        &self,
   11     14   
    ) -> crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultFluentBuilder {
   12     15   
        crate::operation::malformed_timestamp_header_default::builders::MalformedTimestampHeaderDefaultFluentBuilder::new(self.handle.clone())
   13     16   
    }
          17  +
    /* FluentClientGenerator.kt:187 */
   14     18   
}