AWS SDK

AWS SDK

rev. d06a46cae0f385cdae37a9f8264db3469a090ab5

Files changed:

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/create_source_repository_branch.rs

@@ -213,213 +288,288 @@
  233    233   
                    projectName = project_name,
  234    234   
                    sourceRepositoryName = source_repository_name,
  235    235   
                    name = name
  236    236   
                )
  237    237   
                .expect("formatting should succeed");
  238    238   
                ::std::result::Result::Ok(())
  239    239   
            }
  240    240   
            #[allow(clippy::unnecessary_wraps)]
  241    241   
            fn update_http_builder(
  242    242   
                input: &crate::operation::create_source_repository_branch::CreateSourceRepositoryBranchInput,
  243         -
                builder: ::http::request::Builder,
  244         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         243  +
                builder: ::http_1x::request::Builder,
         244  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  245    245   
                let mut uri = ::std::string::String::new();
  246    246   
                uri_base(input, &mut uri)?;
  247    247   
                ::std::result::Result::Ok(builder.method("PUT").uri(uri))
  248    248   
            }
  249         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
  250         -
            builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/json");
         249  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
         250  +
            builder = _header_serialization_settings.set_default_header(builder, ::http_1x::header::CONTENT_TYPE, "application/json");
  251    251   
            builder
  252    252   
        };
  253    253   
        let body = ::aws_smithy_types::body::SdkBody::from(
  254    254   
            crate::protocol_serde::shape_create_source_repository_branch::ser_create_source_repository_branch_input(&input)?,
  255    255   
        );
  256    256   
        if let Some(content_length) = body.content_length() {
  257    257   
            let content_length = content_length.to_string();
  258         -
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
         258  +
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http_1x::header::CONTENT_LENGTH, &content_length);
  259    259   
        }
  260    260   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  261    261   
    }
  262    262   
}
  263    263   
#[derive(Debug)]
  264    264   
struct CreateSourceRepositoryBranchEndpointParamsInterceptor;
  265    265   
  266    266   
impl ::aws_smithy_runtime_api::client::interceptors::Intercept for CreateSourceRepositoryBranchEndpointParamsInterceptor {
  267    267   
    fn name(&self) -> &'static str {
  268    268   
        "CreateSourceRepositoryBranchEndpointParamsInterceptor"

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_access_token.rs

@@ -166,166 +232,232 @@
  186    186   
                        "id",
  187    187   
                        "cannot be empty or unset",
  188    188   
                    ));
  189    189   
                }
  190    190   
                ::std::write!(output, "/v1/accessTokens/{id}", id = id).expect("formatting should succeed");
  191    191   
                ::std::result::Result::Ok(())
  192    192   
            }
  193    193   
            #[allow(clippy::unnecessary_wraps)]
  194    194   
            fn update_http_builder(
  195    195   
                input: &crate::operation::delete_access_token::DeleteAccessTokenInput,
  196         -
                builder: ::http::request::Builder,
  197         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         196  +
                builder: ::http_1x::request::Builder,
         197  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  198    198   
                let mut uri = ::std::string::String::new();
  199    199   
                uri_base(input, &mut uri)?;
  200    200   
                ::std::result::Result::Ok(builder.method("DELETE").uri(uri))
  201    201   
            }
  202         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         202  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  203    203   
            builder
  204    204   
        };
  205    205   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  206    206   
  207    207   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  208    208   
    }
  209    209   
}
  210    210   
#[derive(Debug)]
  211    211   
struct DeleteAccessTokenEndpointParamsInterceptor;
  212    212   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_dev_environment.rs

@@ -195,195 +261,261 @@
  215    215   
                    spaceName = space_name,
  216    216   
                    projectName = project_name,
  217    217   
                    id = id
  218    218   
                )
  219    219   
                .expect("formatting should succeed");
  220    220   
                ::std::result::Result::Ok(())
  221    221   
            }
  222    222   
            #[allow(clippy::unnecessary_wraps)]
  223    223   
            fn update_http_builder(
  224    224   
                input: &crate::operation::delete_dev_environment::DeleteDevEnvironmentInput,
  225         -
                builder: ::http::request::Builder,
  226         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         225  +
                builder: ::http_1x::request::Builder,
         226  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  227    227   
                let mut uri = ::std::string::String::new();
  228    228   
                uri_base(input, &mut uri)?;
  229    229   
                ::std::result::Result::Ok(builder.method("DELETE").uri(uri))
  230    230   
            }
  231         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         231  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  232    232   
            builder
  233    233   
        };
  234    234   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  235    235   
  236    236   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  237    237   
    }
  238    238   
}
  239    239   
#[derive(Debug)]
  240    240   
struct DeleteDevEnvironmentEndpointParamsInterceptor;
  241    241   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_project.rs

@@ -178,178 +244,244 @@
  198    198   
                        "cannot be empty or unset",
  199    199   
                    ));
  200    200   
                }
  201    201   
                ::std::write!(output, "/v1/spaces/{spaceName}/projects/{name}", spaceName = space_name, name = name)
  202    202   
                    .expect("formatting should succeed");
  203    203   
                ::std::result::Result::Ok(())
  204    204   
            }
  205    205   
            #[allow(clippy::unnecessary_wraps)]
  206    206   
            fn update_http_builder(
  207    207   
                input: &crate::operation::delete_project::DeleteProjectInput,
  208         -
                builder: ::http::request::Builder,
  209         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         208  +
                builder: ::http_1x::request::Builder,
         209  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  210    210   
                let mut uri = ::std::string::String::new();
  211    211   
                uri_base(input, &mut uri)?;
  212    212   
                ::std::result::Result::Ok(builder.method("DELETE").uri(uri))
  213    213   
            }
  214         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         214  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  215    215   
            builder
  216    216   
        };
  217    217   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  218    218   
  219    219   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  220    220   
    }
  221    221   
}
  222    222   
#[derive(Debug)]
  223    223   
struct DeleteProjectEndpointParamsInterceptor;
  224    224   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_source_repository.rs

@@ -201,201 +267,267 @@
  221    221   
                    spaceName = space_name,
  222    222   
                    projectName = project_name,
  223    223   
                    name = name
  224    224   
                )
  225    225   
                .expect("formatting should succeed");
  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::delete_source_repository::DeleteSourceRepositoryInput,
  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   
                ::std::result::Result::Ok(builder.method("DELETE").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 DeleteSourceRepositoryEndpointParamsInterceptor;
  247    247   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/delete_space.rs

@@ -166,166 +232,232 @@
  186    186   
                        "name",
  187    187   
                        "cannot be empty or unset",
  188    188   
                    ));
  189    189   
                }
  190    190   
                ::std::write!(output, "/v1/spaces/{name}", name = name).expect("formatting should succeed");
  191    191   
                ::std::result::Result::Ok(())
  192    192   
            }
  193    193   
            #[allow(clippy::unnecessary_wraps)]
  194    194   
            fn update_http_builder(
  195    195   
                input: &crate::operation::delete_space::DeleteSpaceInput,
  196         -
                builder: ::http::request::Builder,
  197         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         196  +
                builder: ::http_1x::request::Builder,
         197  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  198    198   
                let mut uri = ::std::string::String::new();
  199    199   
                uri_base(input, &mut uri)?;
  200    200   
                ::std::result::Result::Ok(builder.method("DELETE").uri(uri))
  201    201   
            }
  202         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         202  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  203    203   
            builder
  204    204   
        };
  205    205   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  206    206   
  207    207   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  208    208   
    }
  209    209   
}
  210    210   
#[derive(Debug)]
  211    211   
struct DeleteSpaceEndpointParamsInterceptor;
  212    212   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_dev_environment.rs

@@ -195,195 +261,261 @@
  215    215   
                    spaceName = space_name,
  216    216   
                    projectName = project_name,
  217    217   
                    id = id
  218    218   
                )
  219    219   
                .expect("formatting should succeed");
  220    220   
                ::std::result::Result::Ok(())
  221    221   
            }
  222    222   
            #[allow(clippy::unnecessary_wraps)]
  223    223   
            fn update_http_builder(
  224    224   
                input: &crate::operation::get_dev_environment::GetDevEnvironmentInput,
  225         -
                builder: ::http::request::Builder,
  226         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         225  +
                builder: ::http_1x::request::Builder,
         226  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  227    227   
                let mut uri = ::std::string::String::new();
  228    228   
                uri_base(input, &mut uri)?;
  229    229   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  230    230   
            }
  231         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         231  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  232    232   
            builder
  233    233   
        };
  234    234   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  235    235   
  236    236   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  237    237   
    }
  238    238   
}
  239    239   
#[derive(Debug)]
  240    240   
struct GetDevEnvironmentEndpointParamsInterceptor;
  241    241   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_project.rs

@@ -176,176 +242,242 @@
  196    196   
                        "cannot be empty or unset",
  197    197   
                    ));
  198    198   
                }
  199    199   
                ::std::write!(output, "/v1/spaces/{spaceName}/projects/{name}", spaceName = space_name, name = name)
  200    200   
                    .expect("formatting should succeed");
  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::get_project::GetProjectInput,
  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   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  211    211   
            }
  212         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         212  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  213    213   
            builder
  214    214   
        };
  215    215   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  216    216   
  217    217   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  218    218   
    }
  219    219   
}
  220    220   
#[derive(Debug)]
  221    221   
struct GetProjectEndpointParamsInterceptor;
  222    222   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository.rs

@@ -195,195 +261,261 @@
  215    215   
                    spaceName = space_name,
  216    216   
                    projectName = project_name,
  217    217   
                    name = name
  218    218   
                )
  219    219   
                .expect("formatting should succeed");
  220    220   
                ::std::result::Result::Ok(())
  221    221   
            }
  222    222   
            #[allow(clippy::unnecessary_wraps)]
  223    223   
            fn update_http_builder(
  224    224   
                input: &crate::operation::get_source_repository::GetSourceRepositoryInput,
  225         -
                builder: ::http::request::Builder,
  226         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         225  +
                builder: ::http_1x::request::Builder,
         226  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  227    227   
                let mut uri = ::std::string::String::new();
  228    228   
                uri_base(input, &mut uri)?;
  229    229   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  230    230   
            }
  231         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         231  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  232    232   
            builder
  233    233   
        };
  234    234   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  235    235   
  236    236   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  237    237   
    }
  238    238   
}
  239    239   
#[derive(Debug)]
  240    240   
struct GetSourceRepositoryEndpointParamsInterceptor;
  241    241   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_source_repository_clone_urls.rs

@@ -201,201 +267,267 @@
  221    221   
                    spaceName = space_name,
  222    222   
                    projectName = project_name,
  223    223   
                    sourceRepositoryName = source_repository_name
  224    224   
                )
  225    225   
                .expect("formatting should succeed");
  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::get_source_repository_clone_urls::GetSourceRepositoryCloneUrlsInput,
  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   
                ::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 GetSourceRepositoryCloneUrlsEndpointParamsInterceptor;
  247    247   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_space.rs

@@ -157,157 +223,223 @@
  177    177   
                        "name",
  178    178   
                        "cannot be empty or unset",
  179    179   
                    ));
  180    180   
                }
  181    181   
                ::std::write!(output, "/v1/spaces/{name}", name = name).expect("formatting should succeed");
  182    182   
                ::std::result::Result::Ok(())
  183    183   
            }
  184    184   
            #[allow(clippy::unnecessary_wraps)]
  185    185   
            fn update_http_builder(
  186    186   
                input: &crate::operation::get_space::GetSpaceInput,
  187         -
                builder: ::http::request::Builder,
  188         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         187  +
                builder: ::http_1x::request::Builder,
         188  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  189    189   
                let mut uri = ::std::string::String::new();
  190    190   
                uri_base(input, &mut uri)?;
  191    191   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  192    192   
            }
  193         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         193  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  194    194   
            builder
  195    195   
        };
  196    196   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  197    197   
  198    198   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  199    199   
    }
  200    200   
}
  201    201   
#[derive(Debug)]
  202    202   
struct GetSpaceEndpointParamsInterceptor;
  203    203   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_subscription.rs

@@ -166,166 +232,232 @@
  186    186   
                        "space_name",
  187    187   
                        "cannot be empty or unset",
  188    188   
                    ));
  189    189   
                }
  190    190   
                ::std::write!(output, "/v1/spaces/{spaceName}/subscription", spaceName = space_name).expect("formatting should succeed");
  191    191   
                ::std::result::Result::Ok(())
  192    192   
            }
  193    193   
            #[allow(clippy::unnecessary_wraps)]
  194    194   
            fn update_http_builder(
  195    195   
                input: &crate::operation::get_subscription::GetSubscriptionInput,
  196         -
                builder: ::http::request::Builder,
  197         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         196  +
                builder: ::http_1x::request::Builder,
         197  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  198    198   
                let mut uri = ::std::string::String::new();
  199    199   
                uri_base(input, &mut uri)?;
  200    200   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  201    201   
            }
  202         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         202  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  203    203   
            builder
  204    204   
        };
  205    205   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  206    206   
  207    207   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  208    208   
    }
  209    209   
}
  210    210   
#[derive(Debug)]
  211    211   
struct GetSubscriptionEndpointParamsInterceptor;
  212    212   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_user_details.rs

@@ -172,172 +239,239 @@
  192    192   
                if let ::std::option::Option::Some(inner_2) = &_input.user_name {
  193    193   
                    {
  194    194   
                        query.push_kv("userName", &::aws_smithy_http::query::fmt_string(inner_2));
  195    195   
                    }
  196    196   
                }
  197    197   
                ::std::result::Result::Ok(())
  198    198   
            }
  199    199   
            #[allow(clippy::unnecessary_wraps)]
  200    200   
            fn update_http_builder(
  201    201   
                input: &crate::operation::get_user_details::GetUserDetailsInput,
  202         -
                builder: ::http::request::Builder,
  203         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         202  +
                builder: ::http_1x::request::Builder,
         203  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  204    204   
                let mut uri = ::std::string::String::new();
  205    205   
                uri_base(input, &mut uri)?;
  206    206   
                uri_query(input, &mut uri)?;
  207    207   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  208    208   
            }
  209         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         209  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  210    210   
            builder
  211    211   
        };
  212    212   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  213    213   
  214    214   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  215    215   
    }
  216    216   
}
  217    217   
#[derive(Debug)]
  218    218   
struct GetUserDetailsEndpointParamsInterceptor;
  219    219   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_workflow.rs

@@ -195,195 +261,261 @@
  215    215   
                    spaceName = space_name,
  216    216   
                    projectName = project_name,
  217    217   
                    id = id
  218    218   
                )
  219    219   
                .expect("formatting should succeed");
  220    220   
                ::std::result::Result::Ok(())
  221    221   
            }
  222    222   
            #[allow(clippy::unnecessary_wraps)]
  223    223   
            fn update_http_builder(
  224    224   
                input: &crate::operation::get_workflow::GetWorkflowInput,
  225         -
                builder: ::http::request::Builder,
  226         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         225  +
                builder: ::http_1x::request::Builder,
         226  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  227    227   
                let mut uri = ::std::string::String::new();
  228    228   
                uri_base(input, &mut uri)?;
  229    229   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  230    230   
            }
  231         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         231  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  232    232   
            builder
  233    233   
        };
  234    234   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  235    235   
  236    236   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  237    237   
    }
  238    238   
}
  239    239   
#[derive(Debug)]
  240    240   
struct GetWorkflowEndpointParamsInterceptor;
  241    241   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/get_workflow_run.rs

@@ -195,195 +261,261 @@
  215    215   
                    spaceName = space_name,
  216    216   
                    projectName = project_name,
  217    217   
                    id = id
  218    218   
                )
  219    219   
                .expect("formatting should succeed");
  220    220   
                ::std::result::Result::Ok(())
  221    221   
            }
  222    222   
            #[allow(clippy::unnecessary_wraps)]
  223    223   
            fn update_http_builder(
  224    224   
                input: &crate::operation::get_workflow_run::GetWorkflowRunInput,
  225         -
                builder: ::http::request::Builder,
  226         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         225  +
                builder: ::http_1x::request::Builder,
         226  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  227    227   
                let mut uri = ::std::string::String::new();
  228    228   
                uri_base(input, &mut uri)?;
  229    229   
                ::std::result::Result::Ok(builder.method("GET").uri(uri))
  230    230   
            }
  231         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
         231  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
  232    232   
            builder
  233    233   
        };
  234    234   
        let body = ::aws_smithy_types::body::SdkBody::from("");
  235    235   
  236    236   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  237    237   
    }
  238    238   
}
  239    239   
#[derive(Debug)]
  240    240   
struct GetWorkflowRunEndpointParamsInterceptor;
  241    241   

tmp-codegen-diff/aws-sdk/sdk/codecatalyst/src/operation/list_access_tokens.rs

@@ -155,155 +228,228 @@
  175    175   
                _input: &crate::operation::list_access_tokens::ListAccessTokensInput,
  176    176   
                output: &mut ::std::string::String,
  177    177   
            ) -> ::std::result::Result<(), ::aws_smithy_types::error::operation::BuildError> {
  178    178   
                use ::std::fmt::Write as _;
  179    179   
                ::std::write!(output, "/v1/accessTokens").expect("formatting should succeed");
  180    180   
                ::std::result::Result::Ok(())
  181    181   
            }
  182    182   
            #[allow(clippy::unnecessary_wraps)]
  183    183   
            fn update_http_builder(
  184    184   
                input: &crate::operation::list_access_tokens::ListAccessTokensInput,
  185         -
                builder: ::http::request::Builder,
  186         -
            ) -> ::std::result::Result<::http::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
         185  +
                builder: ::http_1x::request::Builder,
         186  +
            ) -> ::std::result::Result<::http_1x::request::Builder, ::aws_smithy_types::error::operation::BuildError> {
  187    187   
                let mut uri = ::std::string::String::new();
  188    188   
                uri_base(input, &mut uri)?;
  189    189   
                ::std::result::Result::Ok(builder.method("POST").uri(uri))
  190    190   
            }
  191         -
            let mut builder = update_http_builder(&input, ::http::request::Builder::new())?;
  192         -
            builder = _header_serialization_settings.set_default_header(builder, ::http::header::CONTENT_TYPE, "application/json");
         191  +
            let mut builder = update_http_builder(&input, ::http_1x::request::Builder::new())?;
         192  +
            builder = _header_serialization_settings.set_default_header(builder, ::http_1x::header::CONTENT_TYPE, "application/json");
  193    193   
            builder
  194    194   
        };
  195    195   
        let body = ::aws_smithy_types::body::SdkBody::from(crate::protocol_serde::shape_list_access_tokens::ser_list_access_tokens_input(&input)?);
  196    196   
        if let Some(content_length) = body.content_length() {
  197    197   
            let content_length = content_length.to_string();
  198         -
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http::header::CONTENT_LENGTH, &content_length);
         198  +
            request_builder = _header_serialization_settings.set_default_header(request_builder, ::http_1x::header::CONTENT_LENGTH, &content_length);
  199    199   
        }
  200    200   
        ::std::result::Result::Ok(request_builder.body(body).expect("valid request").try_into().unwrap())
  201    201   
    }
  202    202   
}
  203    203   
#[derive(Debug)]
  204    204   
struct ListAccessTokensEndpointParamsInterceptor;
  205    205   
  206    206   
impl ::aws_smithy_runtime_api::client::interceptors::Intercept for ListAccessTokensEndpointParamsInterceptor {
  207    207   
    fn name(&self) -> &'static str {
  208    208   
        "ListAccessTokensEndpointParamsInterceptor"