AWS SDK

AWS SDK

rev. ee474c7509d7728618c23068f3741e8e5b339ef9 (ignoring whitespace)

Files changed:

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function.rs

@@ -186,186 +253,253 @@
  206    206   
                if let ::std::option::Option::Some(inner_2) = &_input.qualifier {
  207    207   
                    {
  208    208   
                        query.push_kv("Qualifier", &::aws_smithy_http::query::fmt_string(inner_2));
  209    209   
                    }
  210    210   
                }
  211    211   
                ::std::result::Result::Ok(())
  212    212   
            }
  213    213   
            #[allow(clippy::unnecessary_wraps)]
  214    214   
            fn update_http_builder(
  215    215   
                input: &crate::operation::get_function::GetFunctionInput,
  216         -
                builder: ::http::request::Builder,
  217         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         216  +
                builder: ::http_1x::request::Builder,
         217  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  218    218   
                let mut uri = ::std::string::String::new();
  219    219   
                uri_base(input, &mut uri)?;
  220    220   
                uri_query(input, &mut uri)?;
  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 GetFunctionEndpointParamsInterceptor;
  233    233   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_code_signing_config.rs

@@ -187,187 +253,253 @@
  207    207   
                    output,
  208    208   
                    "/2020-06-30/functions/{FunctionName}/code-signing-config",
  209    209   
                    FunctionName = function_name
  210    210   
                )
  211    211   
                .expect("formatting should succeed");
  212    212   
                ::std::result::Result::Ok(())
  213    213   
            }
  214    214   
            #[allow(clippy::unnecessary_wraps)]
  215    215   
            fn update_http_builder(
  216    216   
                input: &crate::operation::get_function_code_signing_config::GetFunctionCodeSigningConfigInput,
  217         -
                builder: ::http::request::Builder,
  218         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         217  +
                builder: ::http_1x::request::Builder,
         218  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  219    219   
                let mut uri = ::std::string::String::new();
  220    220   
                uri_base(input, &mut uri)?;
  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 GetFunctionCodeSigningConfigEndpointParamsInterceptor;
  233    233   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_concurrency.rs

@@ -177,177 +243,243 @@
  197    197   
                        "cannot be empty or unset",
  198    198   
                    ));
  199    199   
                }
  200    200   
                ::std::write!(output, "/2019-09-30/functions/{FunctionName}/concurrency", FunctionName = function_name)
  201    201   
                    .expect("formatting should succeed");
  202    202   
                ::std::result::Result::Ok(())
  203    203   
            }
  204    204   
            #[allow(clippy::unnecessary_wraps)]
  205    205   
            fn update_http_builder(
  206    206   
                input: &crate::operation::get_function_concurrency::GetFunctionConcurrencyInput,
  207         -
                builder: ::http::request::Builder,
  208         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         207  +
                builder: ::http_1x::request::Builder,
         208  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  209    209   
                let mut uri = ::std::string::String::new();
  210    210   
                uri_base(input, &mut uri)?;
  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 GetFunctionConcurrencyEndpointParamsInterceptor;
  223    223   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_configuration.rs

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

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_event_invoke_config.rs

@@ -199,199 +266,266 @@
  219    219   
                if let ::std::option::Option::Some(inner_2) = &_input.qualifier {
  220    220   
                    {
  221    221   
                        query.push_kv("Qualifier", &::aws_smithy_http::query::fmt_string(inner_2));
  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::get_function_event_invoke_config::GetFunctionEventInvokeConfigInput,
  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   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  235    235   
            }
  236         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         236  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  237    237   
            builder
  238    238   
        };
  239    239   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  240    240   
  241    241   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  242    242   
    }
  243    243   
}
  244    244   
#[derive(Debug)]
  245    245   
struct GetFunctionEventInvokeConfigEndpointParamsInterceptor;
  246    246   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_recursion_config.rs

@@ -181,181 +247,247 @@
  201    201   
                    output,
  202    202   
                    "/2024-08-31/functions/{FunctionName}/recursion-config",
  203    203   
                    FunctionName = function_name
  204    204   
                )
  205    205   
                .expect("formatting should succeed");
  206    206   
                ::std::result::Result::Ok(())
  207    207   
            }
  208    208   
            #[allow(clippy::unnecessary_wraps)]
  209    209   
            fn update_http_builder(
  210    210   
                input: &crate::operation::get_function_recursion_config::GetFunctionRecursionConfigInput,
  211         -
                builder: ::http::request::Builder,
  212         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         211  +
                builder: ::http_1x::request::Builder,
         212  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  213    213   
                let mut uri = ::std::string::String::new();
  214    214   
                uri_base(input, &mut uri)?;
  215    215   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  216    216   
            }
  217         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         217  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  218    218   
            builder
  219    219   
        };
  220    220   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  221    221   
  222    222   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  223    223   
    }
  224    224   
}
  225    225   
#[derive(Debug)]
  226    226   
struct GetFunctionRecursionConfigEndpointParamsInterceptor;
  227    227   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_function_url_config.rs

@@ -188,188 +255,255 @@
  208    208   
                if let ::std::option::Option::Some(inner_2) = &_input.qualifier {
  209    209   
                    {
  210    210   
                        query.push_kv("Qualifier", &::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_function_url_config::GetFunctionUrlConfigInput,
  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   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  224    224   
            }
  225         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         225  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  226    226   
            builder
  227    227   
        };
  228    228   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  229    229   
  230    230   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  231    231   
    }
  232    232   
}
  233    233   
#[derive(Debug)]
  234    234   
struct GetFunctionUrlConfigEndpointParamsInterceptor;
  235    235   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_layer_version.rs

@@ -191,191 +257,257 @@
  211    211   
                    "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}",
  212    212   
                    LayerName = layer_name,
  213    213   
                    VersionNumber = version_number
  214    214   
                )
  215    215   
                .expect("formatting should succeed");
  216    216   
                ::std::result::Result::Ok(())
  217    217   
            }
  218    218   
            #[allow(clippy::unnecessary_wraps)]
  219    219   
            fn update_http_builder(
  220    220   
                input: &crate::operation::get_layer_version::GetLayerVersionInput,
  221         -
                builder: ::http::request::Builder,
  222         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         221  +
                builder: ::http_1x::request::Builder,
         222  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  223    223   
                let mut uri = ::std::string::String::new();
  224    224   
                uri_base(input, &mut uri)?;
  225    225   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  226    226   
            }
  227         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         227  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  228    228   
            builder
  229    229   
        };
  230    230   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  231    231   
  232    232   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  233    233   
    }
  234    234   
}
  235    235   
#[derive(Debug)]
  236    236   
struct GetLayerVersionEndpointParamsInterceptor;
  237    237   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_layer_version_by_arn.rs

@@ -184,184 +251,251 @@
  204    204   
                        "arn",
  205    205   
                        "cannot be empty or unset",
  206    206   
                    ));
  207    207   
                }
  208    208   
                query.push_kv("Arn", &::aws_smithy_http::query::fmt_string(inner_1));
  209    209   
                ::std::result::Result::Ok(())
  210    210   
            }
  211    211   
            #[allow(clippy::unnecessary_wraps)]
  212    212   
            fn update_http_builder(
  213    213   
                input: &crate::operation::get_layer_version_by_arn::GetLayerVersionByArnInput,
  214         -
                builder: ::http::request::Builder,
  215         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         214  +
                builder: ::http_1x::request::Builder,
         215  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  216    216   
                let mut uri = ::std::string::String::new();
  217    217   
                uri_base(input, &mut uri)?;
  218    218   
                uri_query(input, &mut uri)?;
  219    219   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  220    220   
            }
  221         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         221  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  222    222   
            builder
  223    223   
        };
  224    224   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  225    225   
  226    226   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  227    227   
    }
  228    228   
}
  229    229   
#[derive(Debug)]
  230    230   
struct GetLayerVersionByArnEndpointParamsInterceptor;
  231    231   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_layer_version_policy.rs

@@ -194,194 +260,260 @@
  214    214   
                    "/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy",
  215    215   
                    LayerName = layer_name,
  216    216   
                    VersionNumber = version_number
  217    217   
                )
  218    218   
                .expect("formatting should succeed");
  219    219   
                ::std::result::Result::Ok(())
  220    220   
            }
  221    221   
            #[allow(clippy::unnecessary_wraps)]
  222    222   
            fn update_http_builder(
  223    223   
                input: &crate::operation::get_layer_version_policy::GetLayerVersionPolicyInput,
  224         -
                builder: ::http::request::Builder,
  225         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         224  +
                builder: ::http_1x::request::Builder,
         225  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  226    226   
                let mut uri = ::std::string::String::new();
  227    227   
                uri_base(input, &mut uri)?;
  228    228   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  229    229   
            }
  230         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         230  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  231    231   
            builder
  232    232   
        };
  233    233   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  234    234   
  235    235   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  236    236   
    }
  237    237   
}
  238    238   
#[derive(Debug)]
  239    239   
struct GetLayerVersionPolicyEndpointParamsInterceptor;
  240    240   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_policy.rs

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

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_provisioned_concurrency_config.rs

@@ -207,207 +274,274 @@
  227    227   
                        "qualifier",
  228    228   
                        "cannot be empty or unset",
  229    229   
                    ));
  230    230   
                }
  231    231   
                query.push_kv("Qualifier", &::aws_smithy_http::query::fmt_string(inner_2));
  232    232   
                ::std::result::Result::Ok(())
  233    233   
            }
  234    234   
            #[allow(clippy::unnecessary_wraps)]
  235    235   
            fn update_http_builder(
  236    236   
                input: &crate::operation::get_provisioned_concurrency_config::GetProvisionedConcurrencyConfigInput,
  237         -
                builder: ::http::request::Builder,
  238         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         237  +
                builder: ::http_1x::request::Builder,
         238  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  239    239   
                let mut uri = ::std::string::String::new();
  240    240   
                uri_base(input, &mut uri)?;
  241    241   
                uri_query(input, &mut uri)?;
  242    242   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  243    243   
            }
  244         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         244  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  245    245   
            builder
  246    246   
        };
  247    247   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  248    248   
  249    249   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  250    250   
    }
  251    251   
}
  252    252   
#[derive(Debug)]
  253    253   
struct GetProvisionedConcurrencyConfigEndpointParamsInterceptor;
  254    254   

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/get_runtime_management_config.rs

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

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/invoke.rs

@@ -176,176 +251,251 @@
  196    196   
                if let ::std::option::Option::Some(inner_2) = &_input.qualifier {
  197    197   
                    {
  198    198   
                        query.push_kv("Qualifier", &::aws_smithy_http::query::fmt_string(inner_2));
  199    199   
                    }
  200    200   
                }
  201    201   
                ::std::result::Result::Ok(())
  202    202   
            }
  203    203   
            #[allow(clippy::unnecessary_wraps)]
  204    204   
            fn update_http_builder(
  205    205   
                input: &crate::operation::invoke::InvokeInput,
  206         -
                builder: ::http::request::Builder,
  207         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         206  +
                builder: ::http_1x::request::Builder,
         207  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  208    208   
                let mut uri = ::std::string::String::new();
  209    209   
                uri_base(input, &mut uri)?;
  210    210   
                uri_query(input, &mut uri)?;
  211    211   
                let builder = crate::protocol_serde::shape_invoke::ser_invoke_headers(input, builder)?;
  212    212   
                ::std::result::Result::Ok(builder.method("POST").uri(uri))
  213    213   
            }
  214         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
  215         -
            builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/octet-stream");
         214  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
         215  +
            builder = _header_serialization_settings.set_default_header(builder, ::http_1x::header::CONTENT_TYPE, "application/octet-stream");
  216    216   
            builder
  217    217   
        };
  218    218   
        let body = ::aws_smithy_types::body::SdkBody::from(crate::protocol_serde::shape_invoke_input::ser_payload_http_payload(input.payload)?);
  219    219   
        if let Some(content_length) = body.content_length() {
  220    220   
            let content_length = content_length.to_string();
  221         -
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
         221  +
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http_1x::header::CONTENT_LENGTH, &content_length);
  222    222   
        }
  223    223   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  224    224   
    }
  225    225   
}
  226    226   
#[derive(Debug)]
  227    227   
struct InvokeEndpointParamsInterceptor;
  228    228   
  229    229   
impl ::aws_smithy_runtime_api::client::interceptors::Intercept for InvokeEndpointParamsInterceptor {
  230    230   
    fn name(&self) -> &'static str {
  231    231   
        "InvokeEndpointParamsInterceptor"

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/invoke_async.rs

@@ -173,173 +246,246 @@
  193    193   
                        "cannot be empty or unset",
  194    194   
                    ));
  195    195   
                }
  196    196   
                ::std::write!(output, "/2014-11-13/functions/{FunctionName}/invoke-async", FunctionName = function_name)
  197    197   
                    .expect("formatting should succeed");
  198    198   
                ::std::result::Result::Ok(())
  199    199   
            }
  200    200   
            #[allow(clippy::unnecessary_wraps)]
  201    201   
            fn update_http_builder(
  202    202   
                input: &crate::operation::invoke_async::InvokeAsyncInput,
  203         -
                builder: ::http::request::Builder,
  204         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         203  +
                builder: ::http_1x::request::Builder,
         204  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  205    205   
                let mut uri = ::std::string::String::new();
  206    206   
                uri_base(input, &mut uri)?;
  207    207   
                ::std::result::Result::Ok(builder.method("POST").uri(uri))
  208    208   
            }
  209         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
  210         -
            builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/octet-stream");
         209  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
         210  +
            builder = _header_serialization_settings.set_default_header(builder, ::http_1x::header::CONTENT_TYPE, "application/octet-stream");
  211    211   
            builder
  212    212   
        };
  213    213   
        let body = crate::protocol_serde::shape_invoke_async_input::ser_invoke_args_http_payload(input.invoke_args)?.into_inner();
  214    214   
        if let Some(content_length) = body.content_length() {
  215    215   
            let content_length = content_length.to_string();
  216         -
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
         216  +
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http_1x::header::CONTENT_LENGTH, &content_length);
  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 InvokeAsyncEndpointParamsInterceptor;
  223    223   
  224    224   
impl ::aws_smithy_runtime_api::client::interceptors::Intercept for InvokeAsyncEndpointParamsInterceptor {
  225    225   
    fn name(&self) -> &'static str {
  226    226   
        "InvokeAsyncEndpointParamsInterceptor"

tmp-codegen-diff/aws-sdk/sdk/lambda/src/operation/invoke_with_response_stream.rs

@@ -207,207 +284,284 @@
  227    227   
                if let ::std::option::Option::Some(inner_2) = &_input.qualifier {
  228    228   
                    {
  229    229   
                        query.push_kv("Qualifier", &::aws_smithy_http::query::fmt_string(inner_2));
  230    230   
                    }
  231    231   
                }
  232    232   
                ::std::result::Result::Ok(())
  233    233   
            }
  234    234   
            #[allow(clippy::unnecessary_wraps)]
  235    235   
            fn update_http_builder(
  236    236   
                input: &crate::operation::invoke_with_response_stream::InvokeWithResponseStreamInput,
  237         -
                builder: ::http::request::Builder,
  238         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         237  +
                builder: ::http_1x::request::Builder,
         238  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  239    239   
                let mut uri = ::std::string::String::new();
  240    240   
                uri_base(input, &mut uri)?;
  241    241   
                uri_query(input, &mut uri)?;
  242    242   
                let builder = crate::protocol_serde::shape_invoke_with_response_stream::ser_invoke_with_response_stream_headers(input, builder)?;
  243    243   
                ::std::result::Result::Ok(builder.method("POST").uri(uri))
  244    244   
            }
  245         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
  246         -
            builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/octet-stream");
         245  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
         246  +
            builder = _header_serialization_settings.set_default_header(builder, ::http_1x::header::CONTENT_TYPE, "application/octet-stream");
  247    247   
            builder
  248    248   
        };
  249    249   
        let body = ::aws_smithy_types::body::SdkBody::from(crate::protocol_serde::shape_invoke_with_response_stream_input::ser_payload_http_payload(
  250    250   
            input.payload,
  251    251   
        )?);
  252    252   
        if let Some(content_length) = body.content_length() {
  253    253   
            let content_length = content_length.to_string();
  254         -
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
         254  +
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http_1x::header::CONTENT_LENGTH, &content_length);
  255    255   
        }
  256    256   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  257    257   
    }
  258    258   
}
  259    259   
#[derive(Debug)]
  260    260   
struct InvokeWithResponseStreamEndpointParamsInterceptor;
  261    261   
  262    262   
impl ::aws_smithy_runtime_api::client::interceptors::Intercept for InvokeWithResponseStreamEndpointParamsInterceptor {
  263    263   
    fn name(&self) -> &'static str {
  264    264   
        "InvokeWithResponseStreamEndpointParamsInterceptor"