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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
// 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.
pub mod approximate_creation_date_time_precision;

pub mod archival_summary;

pub mod attribute_action;

pub mod attribute_definition;

pub mod attribute_value;

pub mod attribute_value_update;

pub mod auto_scaling_policy_description;

pub mod auto_scaling_policy_update;

pub mod auto_scaling_settings_description;

pub mod auto_scaling_settings_update;

pub mod auto_scaling_target_tracking_scaling_policy_configuration_description;

pub mod auto_scaling_target_tracking_scaling_policy_configuration_update;

pub mod backup_description;

pub mod backup_details;

pub mod backup_status;

pub mod backup_summary;

pub mod backup_type;

pub mod backup_type_filter;

pub mod batch_execute_statement;

pub mod batch_get_item;

pub mod batch_statement_error;

pub mod batch_statement_error_code_enum;

pub mod batch_statement_request;

pub mod batch_statement_response;

pub mod batch_write_item;

pub mod billing_mode;

pub mod billing_mode_summary;

pub mod cancellation_reason;

pub mod capacity;

pub mod client;

pub mod comparison_operator;

pub mod condition;

pub mod condition_check;

pub mod conditional_operator;

pub mod consumed_capacity;

pub mod continuous_backups_description;

pub mod continuous_backups_status;

pub mod contributor_insights_action;

pub mod contributor_insights_status;

pub mod contributor_insights_summary;

pub mod create_backup;

pub mod create_global_secondary_index_action;

pub mod create_global_table;

pub mod create_replica_action;

pub mod create_replication_group_member_action;

pub mod create_table;

pub mod csv_options;

pub mod delete;

pub mod delete_backup;

pub mod delete_global_secondary_index_action;

pub mod delete_item;

pub mod delete_replica_action;

pub mod delete_replication_group_member_action;

pub mod delete_request;

pub mod delete_resource_policy;

pub mod delete_table;

pub mod describe_backup;

pub mod describe_continuous_backups;

pub mod describe_contributor_insights;

pub mod describe_endpoints;

pub mod describe_export;

pub mod describe_global_table;

pub mod describe_global_table_settings;

pub mod describe_import;

pub mod describe_kinesis_streaming_destination;

pub mod describe_limits;

pub mod describe_table;

pub mod describe_table_replica_auto_scaling;

pub mod describe_time_to_live;

pub mod destination_status;

pub mod disable_kinesis_streaming_destination;

pub mod enable_kinesis_streaming_configuration;

pub mod enable_kinesis_streaming_destination;

pub mod endpoint;

pub mod error;

pub mod execute_statement;

pub mod execute_transaction;

pub mod expected_attribute_value;

pub mod export_description;

pub mod export_format;

pub mod export_status;

pub mod export_summary;

pub mod export_table_to_point_in_time;

pub mod export_type;

pub mod export_view_type;

pub mod failure_exception;

pub mod get;

pub mod get_item;

pub mod get_resource_policy;

pub mod global_secondary_index;

pub mod global_secondary_index_auto_scaling_update;

pub mod global_secondary_index_description;

pub mod global_secondary_index_info;

pub mod global_secondary_index_update;

pub mod global_table;

pub mod global_table_description;

pub mod global_table_global_secondary_index_settings_update;

pub mod global_table_status;

pub mod import_status;

pub mod import_summary;

pub mod import_table;

pub mod import_table_description;

pub mod incremental_export_specification;

pub mod index_status;

pub mod input_compression_type;

pub mod input_format;

pub mod input_format_options;

pub mod item_collection_metrics;

pub mod item_response;

pub mod key_schema_element;

pub mod key_type;

pub mod keys_and_attributes;

pub mod kinesis_data_stream_destination;

pub mod list_backups;

pub mod list_contributor_insights;

pub mod list_exports;

pub mod list_global_tables;

pub mod list_imports;

pub mod list_tables;

pub mod list_tags_of_resource;

pub mod local_secondary_index;

pub mod local_secondary_index_description;

pub mod local_secondary_index_info;

pub mod on_demand_throughput;

pub mod on_demand_throughput_override;

pub mod parameterized_statement;

pub mod point_in_time_recovery_description;

pub mod point_in_time_recovery_specification;

pub mod point_in_time_recovery_status;

pub mod projection;

pub mod projection_type;

pub mod provisioned_throughput;

pub mod provisioned_throughput_description;

pub mod provisioned_throughput_override;

pub mod put;

pub mod put_item;

pub mod put_request;

pub mod put_resource_policy;

pub mod query;

pub mod replica;

pub mod replica_auto_scaling_description;

pub mod replica_auto_scaling_update;

pub mod replica_description;

pub mod replica_global_secondary_index;

pub mod replica_global_secondary_index_auto_scaling_description;

pub mod replica_global_secondary_index_auto_scaling_update;

pub mod replica_global_secondary_index_description;

pub mod replica_global_secondary_index_settings_description;

pub mod replica_global_secondary_index_settings_update;

pub mod replica_settings_description;

pub mod replica_settings_update;

pub mod replica_status;

pub mod replica_update;

pub mod replication_group_update;

pub mod restore_summary;

pub mod restore_table_from_backup;

pub mod restore_table_to_point_in_time;

pub mod return_consumed_capacity;

pub mod return_item_collection_metrics;

pub mod return_value;

pub mod return_values_on_condition_check_failure;

pub mod s3_bucket_source;

pub mod s3_sse_algorithm;

pub mod scalar_attribute_type;

pub mod scan;

pub mod select;

pub mod source_table_details;

pub mod source_table_feature_details;

pub mod sse_description;

pub mod sse_specification;

pub mod sse_status;

pub mod sse_type;

pub mod stream_specification;

pub mod stream_view_type;

pub mod table_auto_scaling_description;

pub mod table_class;

pub mod table_class_summary;

pub mod table_creation_parameters;

pub mod table_description;

pub mod table_status;

pub mod tag;

pub mod tag_resource;

pub mod time_to_live_description;

pub mod time_to_live_specification;

pub mod time_to_live_status;

pub mod transact_get_item;

pub mod transact_get_items;

pub mod transact_write_item;

pub mod transact_write_items;

pub mod untag_resource;

pub mod update;

pub mod update_continuous_backups;

pub mod update_contributor_insights;

pub mod update_global_secondary_index_action;

pub mod update_global_table;

pub mod update_global_table_settings;

pub mod update_item;

pub mod update_kinesis_streaming_configuration;

pub mod update_kinesis_streaming_destination;

pub mod update_replication_group_member_action;

pub mod update_table;

pub mod update_table_replica_auto_scaling;

pub mod update_time_to_live;

pub mod write_request;