aws-esdk 1.2.1

aws-esdk is a library for implementing client side encryption.
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.
/// Types for the `AwsEncryptionSdkConfig`
pub mod aws_encryption_sdk_config;
pub use crate::types::aws_encryption_sdk_config::AwsEncryptionSdkConfig;

pub mod builders;

mod _decrypt_input;
pub use crate::types::_decrypt_input::DecryptInput;
mod _decrypt_output;
pub use crate::types::_decrypt_output::DecryptOutput;
mod _encrypt_input;
pub use crate::types::_encrypt_input::EncryptInput;
mod _encrypt_output;
pub use crate::types::_encrypt_output::EncryptOutput;

pub mod error;

mod _net_v4_0_0_retry_policy;
pub use crate::types::_net_v4_0_0_retry_policy::NetV400RetryPolicy;