aws-db-esdk 1.2.4

aws-db-esdk is a library for implementing client side encryption with DynamoDB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 `DecryptPathStructure` operation.
pub mod decrypt_path_structure;

/// Types for the `DecryptStructure` operation.
pub mod decrypt_structure;

/// Types for the `EncryptPathStructure` operation.
pub mod encrypt_path_structure;

/// Types for the `EncryptStructure` operation.
pub mod encrypt_structure;

/// Types for the `ResolveAuthActions` operation.
pub mod resolve_auth_actions;