AWS SDK

AWS SDK

rev. 03e6e47f15dfd569240d570d98975ebba692c405 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_legal_hold.rs

@@ -188,188 +256,256 @@
  208    208   
                if let ::std::option::Option::Some(inner_2) = &_input.version_id {
  209    209   
                    {
  210    210   
                        query.push_kv("versionId", &::aws_smithy_http::query::fmt_string(inner_2));
  211    211   
                    }
  212    212   
                }
  213    213   
                ::std::result::Result::Ok(())
  214    214   
            }
  215    215   
            #[allow(clippy::unnecessary_wraps)]
  216    216   
            fn update_http_builder(
  217    217   
                input: &crate::operation::get_object_legal_hold::GetObjectLegalHoldInput,
  218         -
                builder: ::http::request::Builder,
  219         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         218  +
                builder: ::http_1x::request::Builder,
         219  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  220    220   
                let mut uri = ::std::string::String::new();
  221    221   
                uri_base(input, &mut uri)?;
  222    222   
                uri_query(input, &mut uri)?;
  223    223   
                let builder = crate::protocol_serde::shape_get_object_legal_hold::ser_get_object_legal_hold_headers(input, builder)?;
  224    224   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  225    225   
            }
  226         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         226  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  227    227   
            builder
  228    228   
        };
  229    229   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  230    230   
  231    231   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  232    232   
    }
  233    233   
}
  234    234   
#[derive(Debug)]
  235    235   
struct GetObjectLegalHoldEndpointParamsInterceptor;
  236    236   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_lock_configuration.rs

@@ -185,185 +253,253 @@
  205    205   
                _input: &crate::operation::get_object_lock_configuration::GetObjectLockConfigurationInput,
  206    206   
                mut output: &mut ::std::string::String,
  207    207   
            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
  208    208   
                let mut query = ::aws_smithy_http::query::Writer::new(output);
  209    209   
                query.push_v("object-lock");
  210    210   
                ::std::result::Result::Ok(())
  211    211   
            }
  212    212   
            #[allow(clippy::unnecessary_wraps)]
  213    213   
            fn update_http_builder(
  214    214   
                input: &crate::operation::get_object_lock_configuration::GetObjectLockConfigurationInput,
  215         -
                builder: ::http::request::Builder,
  216         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         215  +
                builder: ::http_1x::request::Builder,
         216  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  217    217   
                let mut uri = ::std::string::String::new();
  218    218   
                uri_base(input, &mut uri)?;
  219    219   
                uri_query(input, &mut uri)?;
  220    220   
                let builder = crate::protocol_serde::shape_get_object_lock_configuration::ser_get_object_lock_configuration_headers(input, builder)?;
  221    221   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  222    222   
            }
  223         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         223  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  224    224   
            builder
  225    225   
        };
  226    226   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  227    227   
  228    228   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  229    229   
    }
  230    230   
}
  231    231   
#[derive(Debug)]
  232    232   
struct GetObjectLockConfigurationEndpointParamsInterceptor;
  233    233   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_retention.rs

@@ -188,188 +256,256 @@
  208    208   
                if let ::std::option::Option::Some(inner_2) = &_input.version_id {
  209    209   
                    {
  210    210   
                        query.push_kv("versionId", &::aws_smithy_http::query::fmt_string(inner_2));
  211    211   
                    }
  212    212   
                }
  213    213   
                ::std::result::Result::Ok(())
  214    214   
            }
  215    215   
            #[allow(clippy::unnecessary_wraps)]
  216    216   
            fn update_http_builder(
  217    217   
                input: &crate::operation::get_object_retention::GetObjectRetentionInput,
  218         -
                builder: ::http::request::Builder,
  219         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         218  +
                builder: ::http_1x::request::Builder,
         219  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  220    220   
                let mut uri = ::std::string::String::new();
  221    221   
                uri_base(input, &mut uri)?;
  222    222   
                uri_query(input, &mut uri)?;
  223    223   
                let builder = crate::protocol_serde::shape_get_object_retention::ser_get_object_retention_headers(input, builder)?;
  224    224   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  225    225   
            }
  226         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         226  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  227    227   
            builder
  228    228   
        };
  229    229   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  230    230   
  231    231   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  232    232   
    }
  233    233   
}
  234    234   
#[derive(Debug)]
  235    235   
struct GetObjectRetentionEndpointParamsInterceptor;
  236    236   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_tagging.rs

@@ -196,196 +264,264 @@
  216    216   
                if let ::std::option::Option::Some(inner_2) = &_input.version_id {
  217    217   
                    {
  218    218   
                        query.push_kv("versionId", &::aws_smithy_http::query::fmt_string(inner_2));
  219    219   
                    }
  220    220   
                }
  221    221   
                ::std::result::Result::Ok(())
  222    222   
            }
  223    223   
            #[allow(clippy::unnecessary_wraps)]
  224    224   
            fn update_http_builder(
  225    225   
                input: &crate::operation::get_object_tagging::GetObjectTaggingInput,
  226         -
                builder: ::http::request::Builder,
  227         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         226  +
                builder: ::http_1x::request::Builder,
         227  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  228    228   
                let mut uri = ::std::string::String::new();
  229    229   
                uri_base(input, &mut uri)?;
  230    230   
                uri_query(input, &mut uri)?;
  231    231   
                let builder = crate::protocol_serde::shape_get_object_tagging::ser_get_object_tagging_headers(input, builder)?;
  232    232   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  233    233   
            }
  234         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         234  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  235    235   
            builder
  236    236   
        };
  237    237   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  238    238   
  239    239   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  240    240   
    }
  241    241   
}
  242    242   
#[derive(Debug)]
  243    243   
struct GetObjectTaggingEndpointParamsInterceptor;
  244    244   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_object_torrent.rs

@@ -200,200 +268,268 @@
  220    220   
                _input: &crate::operation::get_object_torrent::GetObjectTorrentInput,
  221    221   
                mut output: &mut ::std::string::String,
  222    222   
            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
  223    223   
                let mut query = ::aws_smithy_http::query::Writer::new(output);
  224    224   
                query.push_v("torrent");
  225    225   
                ::std::result::Result::Ok(())
  226    226   
            }
  227    227   
            #[allow(clippy::unnecessary_wraps)]
  228    228   
            fn update_http_builder(
  229    229   
                input: &crate::operation::get_object_torrent::GetObjectTorrentInput,
  230         -
                builder: ::http::request::Builder,
  231         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         230  +
                builder: ::http_1x::request::Builder,
         231  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  232    232   
                let mut uri = ::std::string::String::new();
  233    233   
                uri_base(input, &mut uri)?;
  234    234   
                uri_query(input, &mut uri)?;
  235    235   
                let builder = crate::protocol_serde::shape_get_object_torrent::ser_get_object_torrent_headers(input, builder)?;
  236    236   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  237    237   
            }
  238         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         238  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  239    239   
            builder
  240    240   
        };
  241    241   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  242    242   
  243    243   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  244    244   
    }
  245    245   
}
  246    246   
#[derive(Debug)]
  247    247   
struct GetObjectTorrentEndpointParamsInterceptor;
  248    248   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/get_public_access_block.rs

@@ -175,175 +243,243 @@
  195    195   
                _input: &crate::operation::get_public_access_block::GetPublicAccessBlockInput,
  196    196   
                mut output: &mut ::std::string::String,
  197    197   
            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
  198    198   
                let mut query = ::aws_smithy_http::query::Writer::new(output);
  199    199   
                query.push_v("publicAccessBlock");
  200    200   
                ::std::result::Result::Ok(())
  201    201   
            }
  202    202   
            #[allow(clippy::unnecessary_wraps)]
  203    203   
            fn update_http_builder(
  204    204   
                input: &crate::operation::get_public_access_block::GetPublicAccessBlockInput,
  205         -
                builder: ::http::request::Builder,
  206         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         205  +
                builder: ::http_1x::request::Builder,
         206  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  207    207   
                let mut uri = ::std::string::String::new();
  208    208   
                uri_base(input, &mut uri)?;
  209    209   
                uri_query(input, &mut uri)?;
  210    210   
                let builder = crate::protocol_serde::shape_get_public_access_block::ser_get_public_access_block_headers(input, builder)?;
  211    211   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  212    212   
            }
  213         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         213  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  214    214   
            builder
  215    215   
        };
  216    216   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  217    217   
  218    218   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  219    219   
    }
  220    220   
}
  221    221   
#[derive(Debug)]
  222    222   
struct GetPublicAccessBlockEndpointParamsInterceptor;
  223    223   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/head_bucket.rs

@@ -170,170 +237,237 @@
  190    190   
                _input: &crate::operation::head_bucket::HeadBucketInput,
  191    191   
                output: &mut ::std::string::String,
  192    192   
            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
  193    193   
                use ::std::fmt::Write as _;
  194    194   
                ::std::write!(output, "/").expect("formatting should succeed");
  195    195   
                ::std::result::Result::Ok(())
  196    196   
            }
  197    197   
            #[allow(clippy::unnecessary_wraps)]
  198    198   
            fn update_http_builder(
  199    199   
                input: &crate::operation::head_bucket::HeadBucketInput,
  200         -
                builder: ::http::request::Builder,
  201         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         200  +
                builder: ::http_1x::request::Builder,
         201  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  202    202   
                let mut uri = ::std::string::String::new();
  203    203   
                uri_base(input, &mut uri)?;
  204    204   
                let builder = crate::protocol_serde::shape_head_bucket::ser_head_bucket_headers(input, builder)?;
  205    205   
                ::std::result::Result::Ok(builder.method("HEAD").uri(uri))
  206    206   
            }
  207         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         207  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  208    208   
            builder
  209    209   
        };
  210    210   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  211    211   
  212    212   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  213    213   
    }
  214    214   
}
  215    215   
#[derive(Debug)]
  216    216   
struct HeadBucketEndpointParamsInterceptor;
  217    217   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/head_object.rs

@@ -233,233 +301,301 @@
  253    253   
                if let ::std::option::Option::Some(inner_9) = &_input.part_number {
  254    254   
                    {
  255    255   
                        query.push_kv("partNumber", ::aws_smithy_types::primitive::Encoder::from(*inner_9).encode());
  256    256   
                    }
  257    257   
                }
  258    258   
                ::std::result::Result::Ok(())
  259    259   
            }
  260    260   
            #[allow(clippy::unnecessary_wraps)]
  261    261   
            fn update_http_builder(
  262    262   
                input: &crate::operation::head_object::HeadObjectInput,
  263         -
                builder: ::http::request::Builder,
  264         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         263  +
                builder: ::http_1x::request::Builder,
         264  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  265    265   
                let mut uri = ::std::string::String::new();
  266    266   
                uri_base(input, &mut uri)?;
  267    267   
                uri_query(input, &mut uri)?;
  268    268   
                let builder = crate::protocol_serde::shape_head_object::ser_head_object_headers(input, builder)?;
  269    269   
                ::std::result::Result::Ok(builder.method("HEAD").uri(uri))
  270    270   
            }
  271         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         271  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  272    272   
            builder
  273    273   
        };
  274    274   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  275    275   
  276    276   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  277    277   
    }
  278    278   
}
  279    279   
#[derive(Debug)]
  280    280   
struct HeadObjectEndpointParamsInterceptor;
  281    281   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_bucket_analytics_configurations.rs

@@ -201,201 +271,271 @@
  221    221   
                if let ::std::option::Option::Some(inner_1) = &_input.continuation_token {
  222    222   
                    {
  223    223   
                        query.push_kv("continuation-token", &::aws_smithy_http::query::fmt_string(inner_1));
  224    224   
                    }
  225    225   
                }
  226    226   
                ::std::result::Result::Ok(())
  227    227   
            }
  228    228   
            #[allow(clippy::unnecessary_wraps)]
  229    229   
            fn update_http_builder(
  230    230   
                input: &crate::operation::list_bucket_analytics_configurations::ListBucketAnalyticsConfigurationsInput,
  231         -
                builder: ::http::request::Builder,
  232         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         231  +
                builder: ::http_1x::request::Builder,
         232  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  233    233   
                let mut uri = ::std::string::String::new();
  234    234   
                uri_base(input, &mut uri)?;
  235    235   
                uri_query(input, &mut uri)?;
  236    236   
                let builder = crate::protocol_serde::shape_list_bucket_analytics_configurations::ser_list_bucket_analytics_configurations_headers(
  237    237   
                    input, builder,
  238    238   
                )?;
  239    239   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  240    240   
            }
  241         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         241  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  242    242   
            builder
  243    243   
        };
  244    244   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  245    245   
  246    246   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  247    247   
    }
  248    248   
}
  249    249   
#[derive(Debug)]
  250    250   
struct ListBucketAnalyticsConfigurationsEndpointParamsInterceptor;
  251    251   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_bucket_intelligent_tiering_configurations.rs

@@ -200,200 +268,268 @@
  220    220   
                if let ::std::option::Option::Some(inner_1) = &_input.continuation_token {
  221    221   
                    {
  222    222   
                        query.push_kv("continuation-token", &::aws_smithy_http::query::fmt_string(inner_1));
  223    223   
                    }
  224    224   
                }
  225    225   
                ::std::result::Result::Ok(())
  226    226   
            }
  227    227   
            #[allow(clippy::unnecessary_wraps)]
  228    228   
            fn update_http_builder(
  229    229   
                input: &crate::operation::list_bucket_intelligent_tiering_configurations::ListBucketIntelligentTieringConfigurationsInput,
  230         -
                builder: ::http::request::Builder,
  231         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         230  +
                builder: ::http_1x::request::Builder,
         231  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  232    232   
                let mut uri = ::std::string::String::new();
  233    233   
                uri_base(input, &mut uri)?;
  234    234   
                uri_query(input, &mut uri)?;
  235    235   
                let builder = crate::protocol_serde::shape_list_bucket_intelligent_tiering_configurations::ser_list_bucket_intelligent_tiering_configurations_headers(input, builder)?;
  236    236   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  237    237   
            }
  238         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         238  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  239    239   
            builder
  240    240   
        };
  241    241   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  242    242   
  243    243   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  244    244   
    }
  245    245   
}
  246    246   
#[derive(Debug)]
  247    247   
struct ListBucketIntelligentTieringConfigurationsEndpointParamsInterceptor;
  248    248   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_bucket_inventory_configurations.rs

@@ -202,202 +272,272 @@
  222    222   
                if let ::std::option::Option::Some(inner_1) = &_input.continuation_token {
  223    223   
                    {
  224    224   
                        query.push_kv("continuation-token", &::aws_smithy_http::query::fmt_string(inner_1));
  225    225   
                    }
  226    226   
                }
  227    227   
                ::std::result::Result::Ok(())
  228    228   
            }
  229    229   
            #[allow(clippy::unnecessary_wraps)]
  230    230   
            fn update_http_builder(
  231    231   
                input: &crate::operation::list_bucket_inventory_configurations::ListBucketInventoryConfigurationsInput,
  232         -
                builder: ::http::request::Builder,
  233         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         232  +
                builder: ::http_1x::request::Builder,
         233  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  234    234   
                let mut uri = ::std::string::String::new();
  235    235   
                uri_base(input, &mut uri)?;
  236    236   
                uri_query(input, &mut uri)?;
  237    237   
                let builder = crate::protocol_serde::shape_list_bucket_inventory_configurations::ser_list_bucket_inventory_configurations_headers(
  238    238   
                    input, builder,
  239    239   
                )?;
  240    240   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  241    241   
            }
  242         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         242  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  243    243   
            builder
  244    244   
        };
  245    245   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  246    246   
  247    247   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  248    248   
    }
  249    249   
}
  250    250   
#[derive(Debug)]
  251    251   
struct ListBucketInventoryConfigurationsEndpointParamsInterceptor;
  252    252   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_bucket_metrics_configurations.rs

@@ -199,199 +268,268 @@
  219    219   
                if let ::std::option::Option::Some(inner_1) = &_input.continuation_token {
  220    220   
                    {
  221    221   
                        query.push_kv("continuation-token", &::aws_smithy_http::query::fmt_string(inner_1));
  222    222   
                    }
  223    223   
                }
  224    224   
                ::std::result::Result::Ok(())
  225    225   
            }
  226    226   
            #[allow(clippy::unnecessary_wraps)]
  227    227   
            fn update_http_builder(
  228    228   
                input: &crate::operation::list_bucket_metrics_configurations::ListBucketMetricsConfigurationsInput,
  229         -
                builder: ::http::request::Builder,
  230         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         229  +
                builder: ::http_1x::request::Builder,
         230  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  231    231   
                let mut uri = ::std::string::String::new();
  232    232   
                uri_base(input, &mut uri)?;
  233    233   
                uri_query(input, &mut uri)?;
  234    234   
                let builder =
  235    235   
                    crate::protocol_serde::shape_list_bucket_metrics_configurations::ser_list_bucket_metrics_configurations_headers(input, builder)?;
  236    236   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  237    237   
            }
  238         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         238  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  239    239   
            builder
  240    240   
        };
  241    241   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  242    242   
  243    243   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  244    244   
    }
  245    245   
}
  246    246   
#[derive(Debug)]
  247    247   
struct ListBucketMetricsConfigurationsEndpointParamsInterceptor;
  248    248   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_buckets.rs

@@ -200,200 +267,267 @@
  220    220   
                if let ::std::option::Option::Some(inner_4) = &_input.bucket_region {
  221    221   
                    {
  222    222   
                        query.push_kv("bucket-region", &::aws_smithy_http::query::fmt_string(inner_4));
  223    223   
                    }
  224    224   
                }
  225    225   
                ::std::result::Result::Ok(())
  226    226   
            }
  227    227   
            #[allow(clippy::unnecessary_wraps)]
  228    228   
            fn update_http_builder(
  229    229   
                input: &crate::operation::list_buckets::ListBucketsInput,
  230         -
                builder: ::http::request::Builder,
  231         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         230  +
                builder: ::http_1x::request::Builder,
         231  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  232    232   
                let mut uri = ::std::string::String::new();
  233    233   
                uri_base(input, &mut uri)?;
  234    234   
                uri_query(input, &mut uri)?;
  235    235   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  236    236   
            }
  237         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         237  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  238    238   
            builder
  239    239   
        };
  240    240   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  241    241   
  242    242   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  243    243   
    }
  244    244   
}
  245    245   
#[derive(Debug)]
  246    246   
struct ListBucketsEndpointParamsInterceptor;
  247    247   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_directory_buckets.rs

@@ -185,185 +252,252 @@
  205    205   
                if let ::std::option::Option::Some(inner_2) = &_input.max_directory_buckets {
  206    206   
                    {
  207    207   
                        query.push_kv("max-directory-buckets", ::aws_smithy_types::primitive::Encoder::from(*inner_2).encode());
  208    208   
                    }
  209    209   
                }
  210    210   
                ::std::result::Result::Ok(())
  211    211   
            }
  212    212   
            #[allow(clippy::unnecessary_wraps)]
  213    213   
            fn update_http_builder(
  214    214   
                input: &crate::operation::list_directory_buckets::ListDirectoryBucketsInput,
  215         -
                builder: ::http::request::Builder,
  216         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         215  +
                builder: ::http_1x::request::Builder,
         216  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  217    217   
                let mut uri = ::std::string::String::new();
  218    218   
                uri_base(input, &mut uri)?;
  219    219   
                uri_query(input, &mut uri)?;
  220    220   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  221    221   
            }
  222         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         222  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  223    223   
            builder
  224    224   
        };
  225    225   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  226    226   
  227    227   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  228    228   
    }
  229    229   
}
  230    230   
#[derive(Debug)]
  231    231   
struct ListDirectoryBucketsEndpointParamsInterceptor;
  232    232   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_multipart_uploads.rs

@@ -205,205 +273,273 @@
  225    225   
                if let ::std::option::Option::Some(inner_6) = &_input.upload_id_marker {
  226    226   
                    {
  227    227   
                        query.push_kv("upload-id-marker", &::aws_smithy_http::query::fmt_string(inner_6));
  228    228   
                    }
  229    229   
                }
  230    230   
                ::std::result::Result::Ok(())
  231    231   
            }
  232    232   
            #[allow(clippy::unnecessary_wraps)]
  233    233   
            fn update_http_builder(
  234    234   
                input: &crate::operation::list_multipart_uploads::ListMultipartUploadsInput,
  235         -
                builder: ::http::request::Builder,
  236         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         235  +
                builder: ::http_1x::request::Builder,
         236  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  237    237   
                let mut uri = ::std::string::String::new();
  238    238   
                uri_base(input, &mut uri)?;
  239    239   
                uri_query(input, &mut uri)?;
  240    240   
                let builder = crate::protocol_serde::shape_list_multipart_uploads::ser_list_multipart_uploads_headers(input, builder)?;
  241    241   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  242    242   
            }
  243         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         243  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  244    244   
            builder
  245    245   
        };
  246    246   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  247    247   
  248    248   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  249    249   
    }
  250    250   
}
  251    251   
#[derive(Debug)]
  252    252   
struct ListMultipartUploadsEndpointParamsInterceptor;
  253    253   

tmp-codegen-diff/aws-sdk/sdk/s3/src/operation/list_object_versions.rs

@@ -202,202 +270,270 @@
  222    222   
                if let ::std::option::Option::Some(inner_6) = &_input.version_id_marker {
  223    223   
                    {
  224    224   
                        query.push_kv("version-id-marker", &::aws_smithy_http::query::fmt_string(inner_6));
  225    225   
                    }
  226    226   
                }
  227    227   
                ::std::result::Result::Ok(())
  228    228   
            }
  229    229   
            #[allow(clippy::unnecessary_wraps)]
  230    230   
            fn update_http_builder(
  231    231   
                input: &crate::operation::list_object_versions::ListObjectVersionsInput,
  232         -
                builder: ::http::request::Builder,
  233         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         232  +
                builder: ::http_1x::request::Builder,
         233  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  234    234   
                let mut uri = ::std::string::String::new();
  235    235   
                uri_base(input, &mut uri)?;
  236    236   
                uri_query(input, &mut uri)?;
  237    237   
                let builder = crate::protocol_serde::shape_list_object_versions::ser_list_object_versions_headers(input, builder)?;
  238    238   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  239    239   
            }
  240         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         240  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  241    241   
            builder
  242    242   
        };
  243    243   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  244    244   
  245    245   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  246    246   
    }
  247    247   
}
  248    248   
#[derive(Debug)]
  249    249   
struct ListObjectVersionsEndpointParamsInterceptor;
  250    250