aws_db_esdk/deps/aws_cryptography_dbEncryptionSdk_dynamoDb/
conversions.rs

1// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3// Do not modify this file. This file is machine generated, and any changes to it will be overwritten.
4pub mod as_set;
5
6pub mod beacon_key_source;
7
8pub mod beacon_style;
9
10pub mod beacon_version;
11
12pub mod client;
13
14pub mod compound_beacon;
15
16pub mod constructor;
17
18pub mod constructor_part;
19
20pub mod create_dynamo_db_encryption_branch_key_id_supplier;
21
22pub mod create_dynamo_db_encryption_branch_key_id_supplier_input;
23
24pub mod create_dynamo_db_encryption_branch_key_id_supplier_output;
25
26pub mod dynamo_db_key_branch_key_id_supplier;
27
28pub mod dynamo_db_table_encryption_config;
29
30pub mod dynamo_db_tables_encryption_config;
31
32pub mod encrypted_data_key_description;
33
34pub mod encrypted_part;
35
36pub mod error;
37
38pub mod get_branch_key_id_from_ddb_key;
39
40pub mod get_branch_key_id_from_ddb_key_input;
41
42pub mod get_branch_key_id_from_ddb_key_output;
43
44pub mod get_encrypted_data_key_description;
45
46pub mod get_encrypted_data_key_description_input;
47
48pub mod get_encrypted_data_key_description_output;
49
50pub mod get_encrypted_data_key_description_union;
51
52pub mod get_prefix;
53
54pub mod get_segment;
55
56pub mod get_segments;
57
58pub mod get_substring;
59
60pub mod get_suffix;
61
62pub mod insert;
63
64pub mod legacy_dynamo_db_encryptor;
65
66pub mod legacy_override;
67
68pub mod legacy_policy;
69
70pub mod lower;
71
72pub mod multi_key_store;
73
74pub mod part_only;
75
76pub mod plaintext_override;
77
78pub mod search_config;
79
80pub mod shared;
81
82pub mod shared_set;
83
84pub mod signed_part;
85
86pub mod single_key_store;
87
88pub mod standard_beacon;
89
90pub mod upper;
91
92pub mod virtual_field;
93
94pub mod virtual_part;
95
96pub mod virtual_transform;
97
98pub mod dynamo_db_encryption_config;