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.
/// Types for the `CreateKeyStore` operation.
pub mod create_key_store;

/// Types for the `CreateKey` operation.
pub mod create_key;

/// Types for the `GetActiveBranchKey` operation.
pub mod get_active_branch_key;

/// Types for the `GetBeaconKey` operation.
pub mod get_beacon_key;

/// Types for the `GetBranchKeyVersion` operation.
pub mod get_branch_key_version;

/// Types for the `GetKeyStoreInfo` operation.
pub mod get_key_store_info;

/// Types for the `VersionKey` operation.
pub mod version_key;