aws-db-esdk 1.2.4

aws-db-esdk is a library for implementing client side encryption with DynamoDB.
Documentation
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
#[allow(dead_code)]
pub fn to_dafny_error(
    value: &::aws_smithy_runtime_api::client::result::SdkError<
        aws_sdk_dynamodb::operation::describe_endpoints::DescribeEndpointsError,
        ::aws_smithy_runtime_api::client::orchestrator::HttpResponse,
    >,
) -> ::dafny_runtime::Rc<
    crate::r#software::amazon::cryptography::services::dynamodb::internaldafny::types::Error,
> {
    match value {
        aws_sdk_dynamodb::error::SdkError::ServiceError(service_error) => match service_error.err()
        {
            e => {
                let msg = format!("{:?}", e);
                crate::deps::com_amazonaws_dynamodb::conversions::error::to_opaque_error(msg)
            }
        },
        _ => {
            let msg = format!("{:?}", value);
            crate::deps::com_amazonaws_dynamodb::conversions::error::to_opaque_error(msg)
        }
    }
}

pub mod _describe_endpoints_request;

pub mod _describe_endpoints_response;