aws-sdk-socialmessaging 1.72.0

AWS SDK for AWS End User Messaging Social
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(clippy::unnecessary_wraps)]
pub fn de_associate_whats_app_business_account_http_error(
    _response_status: u16,
    _response_headers: &::aws_smithy_runtime_api::http::Headers,
    _response_body: &[u8],
) -> std::result::Result<
    crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountOutput,
    crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError,
> {
    #[allow(unused_mut)]
    let mut generic_builder = crate::protocol_serde::parse_http_error_metadata(_response_status, _response_headers, _response_body)
        .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
    generic_builder = ::aws_types::request_id::apply_request_id(generic_builder, _response_headers);
    let generic = generic_builder.build();
    let error_code = match generic.code() {
        Some(code) => code,
        None => return Err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled(generic)),
    };

    let _error_message = generic.message().map(|msg| msg.to_owned());
    Err(match error_code {
        "DependencyException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::DependencyException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::DependencyExceptionBuilder::default();
                    output = crate::protocol_serde::shape_dependency_exception::de_dependency_exception_json_err(_response_body, output)
                        .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        "InvalidParametersException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::InvalidParametersException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::InvalidParametersExceptionBuilder::default();
                    output =
                        crate::protocol_serde::shape_invalid_parameters_exception::de_invalid_parameters_exception_json_err(_response_body, output)
                            .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        "LimitExceededException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::LimitExceededException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::LimitExceededExceptionBuilder::default();
                    output = crate::protocol_serde::shape_limit_exceeded_exception::de_limit_exceeded_exception_json_err(_response_body, output)
                        .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        "ThrottledRequestException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::ThrottledRequestException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::ThrottledRequestExceptionBuilder::default();
                    output =
                        crate::protocol_serde::shape_throttled_request_exception::de_throttled_request_exception_json_err(_response_body, output)
                            .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        "AccessDeniedException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::AccessDeniedException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::AccessDeniedExceptionBuilder::default();
                    output = crate::protocol_serde::shape_access_denied_exception::de_access_denied_exception_json_err(_response_body, output)
                        .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        "ValidationException" => {
            crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::ValidationException({
                #[allow(unused_mut)]
                let mut tmp = {
                    #[allow(unused_mut)]
                    let mut output = crate::types::error::builders::ValidationExceptionBuilder::default();
                    output = crate::protocol_serde::shape_validation_exception::de_validation_exception_json_err(_response_body, output)
                        .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
                    let output = output.meta(generic);
                    output.build()
                };
                if tmp.message.is_none() {
                    tmp.message = _error_message;
                }
                tmp
            })
        }
        _ => crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::generic(generic),
    })
}

#[allow(clippy::unnecessary_wraps)]
pub fn de_associate_whats_app_business_account_http_response(
    _response_status: u16,
    _response_headers: &::aws_smithy_runtime_api::http::Headers,
    _response_body: &[u8],
) -> std::result::Result<
    crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountOutput,
    crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError,
> {
    Ok({
        #[allow(unused_mut)]
        let mut output = crate::operation::associate_whats_app_business_account::builders::AssociateWhatsAppBusinessAccountOutputBuilder::default();
        output = crate::protocol_serde::shape_associate_whats_app_business_account::de_associate_whats_app_business_account(_response_body, output)
            .map_err(crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountError::unhandled)?;
        output._set_request_id(::aws_types::request_id::RequestId::request_id(_response_headers).map(str::to_string));
        output.build()
    })
}

pub fn ser_associate_whats_app_business_account_input(
    input: &crate::operation::associate_whats_app_business_account::AssociateWhatsAppBusinessAccountInput,
) -> ::std::result::Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
    let mut out = String::new();
    let mut object = ::aws_smithy_json::serialize::JsonObjectWriter::new(&mut out);
    crate::protocol_serde::shape_associate_whats_app_business_account_input::ser_associate_whats_app_business_account_input_input(
        &mut object,
        input,
    )?;
    object.finish();
    Ok(::aws_smithy_types::body::SdkBody::from(out))
}

pub(crate) fn de_associate_whats_app_business_account(
    _value: &[u8],
    mut builder: crate::operation::associate_whats_app_business_account::builders::AssociateWhatsAppBusinessAccountOutputBuilder,
) -> ::std::result::Result<
    crate::operation::associate_whats_app_business_account::builders::AssociateWhatsAppBusinessAccountOutputBuilder,
    ::aws_smithy_json::deserialize::error::DeserializeError,
> {
    let mut tokens_owned = ::aws_smithy_json::deserialize::json_token_iter(crate::protocol_serde::or_empty_doc(_value)).peekable();
    let tokens = &mut tokens_owned;
    #[allow(unused_variables)]
    let depth = 0u32;
    ::aws_smithy_json::deserialize::token::expect_start_object(tokens.next())?;
    loop {
        match tokens.next().transpose()? {
            Some(::aws_smithy_json::deserialize::Token::EndObject { .. }) => break,
            Some(::aws_smithy_json::deserialize::Token::ObjectKey { key, .. }) => match key.to_unescaped()?.as_ref() {
                "linkedWhatsAppBusinessAccountId" => {
                    builder = builder.set_linked_whats_app_business_account_id(
                        ::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
                            .map(|s| s.to_unescaped().map(|u| u.into_owned()))
                            .transpose()?,
                    );
                }
                "signupCallbackResult" => {
                    builder = builder.set_signup_callback_result(
                        crate::protocol_serde::shape_whats_app_signup_callback_result::de_whats_app_signup_callback_result(
                            tokens,
                            _value,
                            depth + 1,
                        )?,
                    );
                }
                "statusCode" => {
                    builder = builder.set_status_code(
                        ::aws_smithy_json::deserialize::token::expect_number_or_null(tokens.next())?
                            .map(i32::try_from)
                            .transpose()?,
                    );
                }
                _ => ::aws_smithy_json::deserialize::token::skip_value(tokens)?,
            },
            other => {
                return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(format!(
                    "expected object key or end object, found: {other:?}"
                )))
            }
        }
    }
    if tokens.next().is_some() {
        return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(
            "found more JSON tokens after completing parsing",
        ));
    }
    Ok(builder)
}