aws_sdk_dynamodb/
types.rs1pub use crate::types::_time_to_live_specification::TimeToLiveSpecification;
3
4pub use crate::types::_table_auto_scaling_description::TableAutoScalingDescription;
5
6pub use crate::types::_replica_auto_scaling_description::ReplicaAutoScalingDescription;
7
8pub use crate::types::_replica_status::ReplicaStatus;
9
10pub use crate::types::_auto_scaling_settings_description::AutoScalingSettingsDescription;
11
12pub use crate::types::_auto_scaling_policy_description::AutoScalingPolicyDescription;
13
14pub use crate::types::_auto_scaling_target_tracking_scaling_policy_configuration_description::AutoScalingTargetTrackingScalingPolicyConfigurationDescription;
15
16pub use crate::types::_replica_global_secondary_index_auto_scaling_description::ReplicaGlobalSecondaryIndexAutoScalingDescription;
17
18pub use crate::types::_index_status::IndexStatus;
19
20pub use crate::types::_table_status::TableStatus;
21
22pub use crate::types::_replica_auto_scaling_update::ReplicaAutoScalingUpdate;
23
24pub use crate::types::_auto_scaling_settings_update::AutoScalingSettingsUpdate;
25
26pub use crate::types::_auto_scaling_policy_update::AutoScalingPolicyUpdate;
27
28pub use crate::types::_auto_scaling_target_tracking_scaling_policy_configuration_update::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate;
29
30pub use crate::types::_replica_global_secondary_index_auto_scaling_update::ReplicaGlobalSecondaryIndexAutoScalingUpdate;
31
32pub use crate::types::_global_secondary_index_auto_scaling_update::GlobalSecondaryIndexAutoScalingUpdate;
33
34pub use crate::types::_table_description::TableDescription;
35
36pub use crate::types::_multi_region_consistency::MultiRegionConsistency;
37
38pub use crate::types::_table_warm_throughput_description::TableWarmThroughputDescription;
39
40pub use crate::types::_on_demand_throughput::OnDemandThroughput;
41
42pub use crate::types::_table_class_summary::TableClassSummary;
43
44pub use crate::types::_table_class::TableClass;
45
46pub use crate::types::_archival_summary::ArchivalSummary;
47
48pub use crate::types::_sse_description::SseDescription;
49
50pub use crate::types::_sse_type::SseType;
51
52pub use crate::types::_sse_status::SseStatus;
53
54pub use crate::types::_restore_summary::RestoreSummary;
55
56pub use crate::types::_global_table_witness_description::GlobalTableWitnessDescription;
57
58pub use crate::types::_witness_status::WitnessStatus;
59
60pub use crate::types::_replica_description::ReplicaDescription;
61
62pub use crate::types::_replica_global_secondary_index_description::ReplicaGlobalSecondaryIndexDescription;
63
64pub use crate::types::_global_secondary_index_warm_throughput_description::GlobalSecondaryIndexWarmThroughputDescription;
65
66pub use crate::types::_on_demand_throughput_override::OnDemandThroughputOverride;
67
68pub use crate::types::_provisioned_throughput_override::ProvisionedThroughputOverride;
69
70pub use crate::types::_stream_specification::StreamSpecification;
71
72pub use crate::types::_stream_view_type::StreamViewType;
73
74pub use crate::types::_global_secondary_index_description::GlobalSecondaryIndexDescription;
75
76pub use crate::types::_provisioned_throughput_description::ProvisionedThroughputDescription;
77
78pub use crate::types::_projection::Projection;
79
80pub use crate::types::_projection_type::ProjectionType;
81
82pub use crate::types::_key_schema_element::KeySchemaElement;
83
84pub use crate::types::_key_type::KeyType;
85
86pub use crate::types::_local_secondary_index_description::LocalSecondaryIndexDescription;
87
88pub use crate::types::_billing_mode_summary::BillingModeSummary;
89
90pub use crate::types::_billing_mode::BillingMode;
91
92pub use crate::types::_attribute_definition::AttributeDefinition;
93
94pub use crate::types::_scalar_attribute_type::ScalarAttributeType;
95
96pub use crate::types::_warm_throughput::WarmThroughput;
97
98pub use crate::types::_global_table_witness_group_update::GlobalTableWitnessGroupUpdate;
99
100pub use crate::types::_delete_global_table_witness_group_member_action::DeleteGlobalTableWitnessGroupMemberAction;
101
102pub use crate::types::_create_global_table_witness_group_member_action::CreateGlobalTableWitnessGroupMemberAction;
103
104pub use crate::types::_replication_group_update::ReplicationGroupUpdate;
105
106pub use crate::types::_delete_replication_group_member_action::DeleteReplicationGroupMemberAction;
107
108pub use crate::types::_update_replication_group_member_action::UpdateReplicationGroupMemberAction;
109
110pub use crate::types::_replica_global_secondary_index::ReplicaGlobalSecondaryIndex;
111
112pub use crate::types::_create_replication_group_member_action::CreateReplicationGroupMemberAction;
113
114pub use crate::types::_sse_specification::SseSpecification;
115
116pub use crate::types::_global_secondary_index_update::GlobalSecondaryIndexUpdate;
117
118pub use crate::types::_delete_global_secondary_index_action::DeleteGlobalSecondaryIndexAction;
119
120pub use crate::types::_create_global_secondary_index_action::CreateGlobalSecondaryIndexAction;
121
122pub use crate::types::_provisioned_throughput::ProvisionedThroughput;
123
124pub use crate::types::_update_global_secondary_index_action::UpdateGlobalSecondaryIndexAction;
125
126pub use crate::types::_update_kinesis_streaming_configuration::UpdateKinesisStreamingConfiguration;
127
128pub use crate::types::_approximate_creation_date_time_precision::ApproximateCreationDateTimePrecision;
129
130pub use crate::types::_destination_status::DestinationStatus;
131
132pub use crate::types::_attribute_value::AttributeValue;
133
134pub use crate::types::_item_collection_metrics::ItemCollectionMetrics;
135
136pub use crate::types::_consumed_capacity::ConsumedCapacity;
137
138pub use crate::types::_capacity::Capacity;
139
140pub use crate::types::_return_values_on_condition_check_failure::ReturnValuesOnConditionCheckFailure;
141
142pub use crate::types::_return_item_collection_metrics::ReturnItemCollectionMetrics;
143
144pub use crate::types::_return_consumed_capacity::ReturnConsumedCapacity;
145
146pub use crate::types::_return_value::ReturnValue;
147
148pub use crate::types::_conditional_operator::ConditionalOperator;
149
150pub use crate::types::_expected_attribute_value::ExpectedAttributeValue;
151
152pub use crate::types::_comparison_operator::ComparisonOperator;
153
154pub use crate::types::_attribute_value_update::AttributeValueUpdate;
155
156pub use crate::types::_attribute_action::AttributeAction;
157
158pub use crate::types::_replica_settings_description::ReplicaSettingsDescription;
159
160pub use crate::types::_replica_global_secondary_index_settings_description::ReplicaGlobalSecondaryIndexSettingsDescription;
161
162pub use crate::types::_replica_settings_update::ReplicaSettingsUpdate;
163
164pub use crate::types::_replica_global_secondary_index_settings_update::ReplicaGlobalSecondaryIndexSettingsUpdate;
165
166pub use crate::types::_global_table_global_secondary_index_settings_update::GlobalTableGlobalSecondaryIndexSettingsUpdate;
167
168pub use crate::types::_global_table_description::GlobalTableDescription;
169
170pub use crate::types::_global_table_status::GlobalTableStatus;
171
172pub use crate::types::_replica_update::ReplicaUpdate;
173
174pub use crate::types::_delete_replica_action::DeleteReplicaAction;
175
176pub use crate::types::_create_replica_action::CreateReplicaAction;
177
178pub use crate::types::_contributor_insights_status::ContributorInsightsStatus;
179
180pub use crate::types::_contributor_insights_action::ContributorInsightsAction;
181
182pub use crate::types::_continuous_backups_description::ContinuousBackupsDescription;
183
184pub use crate::types::_point_in_time_recovery_description::PointInTimeRecoveryDescription;
185
186pub use crate::types::_point_in_time_recovery_status::PointInTimeRecoveryStatus;
187
188pub use crate::types::_continuous_backups_status::ContinuousBackupsStatus;
189
190pub use crate::types::_point_in_time_recovery_specification::PointInTimeRecoverySpecification;
191
192pub use crate::types::_cancellation_reason::CancellationReason;
193
194pub use crate::types::_transact_write_item::TransactWriteItem;
195
196pub use crate::types::_update::Update;
197
198pub use crate::types::_delete::Delete;
199
200pub use crate::types::_put::Put;
201
202pub use crate::types::_condition_check::ConditionCheck;
203
204pub use crate::types::_item_response::ItemResponse;
205
206pub use crate::types::_transact_get_item::TransactGetItem;
207
208pub use crate::types::_get::Get;
209
210pub use crate::types::_tag::Tag;
211
212pub use crate::types::_condition::Condition;
213
214pub use crate::types::_select::Select;
215
216pub use crate::types::_local_secondary_index::LocalSecondaryIndex;
217
218pub use crate::types::_global_secondary_index::GlobalSecondaryIndex;
219
220pub use crate::types::_import_summary::ImportSummary;
221
222pub use crate::types::_input_format::InputFormat;
223
224pub use crate::types::_s3_bucket_source::S3BucketSource;
225
226pub use crate::types::_import_status::ImportStatus;
227
228pub use crate::types::_global_table::GlobalTable;
229
230pub use crate::types::_replica::Replica;
231
232pub use crate::types::_export_summary::ExportSummary;
233
234pub use crate::types::_export_type::ExportType;
235
236pub use crate::types::_export_status::ExportStatus;
237
238pub use crate::types::_contributor_insights_summary::ContributorInsightsSummary;
239
240pub use crate::types::_backup_summary::BackupSummary;
241
242pub use crate::types::_backup_type::BackupType;
243
244pub use crate::types::_backup_status::BackupStatus;
245
246pub use crate::types::_backup_type_filter::BackupTypeFilter;
247
248pub use crate::types::_import_table_description::ImportTableDescription;
249
250pub use crate::types::_table_creation_parameters::TableCreationParameters;
251
252pub use crate::types::_input_compression_type::InputCompressionType;
253
254pub use crate::types::_input_format_options::InputFormatOptions;
255
256pub use crate::types::_csv_options::CsvOptions;
257
258pub use crate::types::_export_description::ExportDescription;
259
260pub use crate::types::_incremental_export_specification::IncrementalExportSpecification;
261
262pub use crate::types::_export_view_type::ExportViewType;
263
264pub use crate::types::_export_format::ExportFormat;
265
266pub use crate::types::_s3_sse_algorithm::S3SseAlgorithm;
267
268pub use crate::types::_parameterized_statement::ParameterizedStatement;
269
270pub use crate::types::_enable_kinesis_streaming_configuration::EnableKinesisStreamingConfiguration;
271
272pub use crate::types::_time_to_live_description::TimeToLiveDescription;
273
274pub use crate::types::_time_to_live_status::TimeToLiveStatus;
275
276pub use crate::types::_kinesis_data_stream_destination::KinesisDataStreamDestination;
277
278pub use crate::types::_endpoint::Endpoint;
279
280pub use crate::types::_failure_exception::FailureException;
281
282pub use crate::types::_backup_description::BackupDescription;
283
284pub use crate::types::_source_table_feature_details::SourceTableFeatureDetails;
285
286pub use crate::types::_global_secondary_index_info::GlobalSecondaryIndexInfo;
287
288pub use crate::types::_local_secondary_index_info::LocalSecondaryIndexInfo;
289
290pub use crate::types::_source_table_details::SourceTableDetails;
291
292pub use crate::types::_backup_details::BackupDetails;
293
294pub use crate::types::_write_request::WriteRequest;
295
296pub use crate::types::_delete_request::DeleteRequest;
297
298pub use crate::types::_put_request::PutRequest;
299
300pub use crate::types::_keys_and_attributes::KeysAndAttributes;
301
302pub use crate::types::_batch_statement_response::BatchStatementResponse;
303
304pub use crate::types::_batch_statement_error::BatchStatementError;
305
306pub use crate::types::_batch_statement_error_code_enum::BatchStatementErrorCodeEnum;
307
308pub use crate::types::_batch_statement_request::BatchStatementRequest;
309
310mod _approximate_creation_date_time_precision;
311
312mod _archival_summary;
313
314mod _attribute_action;
315
316mod _attribute_definition;
317
318mod _attribute_value;
319
320mod _attribute_value_update;
321
322mod _auto_scaling_policy_description;
323
324mod _auto_scaling_policy_update;
325
326mod _auto_scaling_settings_description;
327
328mod _auto_scaling_settings_update;
329
330mod _auto_scaling_target_tracking_scaling_policy_configuration_description;
331
332mod _auto_scaling_target_tracking_scaling_policy_configuration_update;
333
334mod _backup_description;
335
336mod _backup_details;
337
338mod _backup_status;
339
340mod _backup_summary;
341
342mod _backup_type;
343
344mod _backup_type_filter;
345
346mod _batch_statement_error;
347
348mod _batch_statement_error_code_enum;
349
350mod _batch_statement_request;
351
352mod _batch_statement_response;
353
354mod _billing_mode;
355
356mod _billing_mode_summary;
357
358mod _cancellation_reason;
359
360mod _capacity;
361
362mod _comparison_operator;
363
364mod _condition;
365
366mod _condition_check;
367
368mod _conditional_operator;
369
370mod _consumed_capacity;
371
372mod _continuous_backups_description;
373
374mod _continuous_backups_status;
375
376mod _contributor_insights_action;
377
378mod _contributor_insights_status;
379
380mod _contributor_insights_summary;
381
382mod _create_global_secondary_index_action;
383
384mod _create_global_table_witness_group_member_action;
385
386mod _create_replica_action;
387
388mod _create_replication_group_member_action;
389
390mod _csv_options;
391
392mod _delete;
393
394mod _delete_global_secondary_index_action;
395
396mod _delete_global_table_witness_group_member_action;
397
398mod _delete_replica_action;
399
400mod _delete_replication_group_member_action;
401
402mod _delete_request;
403
404mod _destination_status;
405
406mod _enable_kinesis_streaming_configuration;
407
408mod _endpoint;
409
410mod _expected_attribute_value;
411
412mod _export_description;
413
414mod _export_format;
415
416mod _export_status;
417
418mod _export_summary;
419
420mod _export_type;
421
422mod _export_view_type;
423
424mod _failure_exception;
425
426mod _get;
427
428mod _global_secondary_index;
429
430mod _global_secondary_index_auto_scaling_update;
431
432mod _global_secondary_index_description;
433
434mod _global_secondary_index_info;
435
436mod _global_secondary_index_update;
437
438mod _global_secondary_index_warm_throughput_description;
439
440mod _global_table;
441
442mod _global_table_description;
443
444mod _global_table_global_secondary_index_settings_update;
445
446mod _global_table_status;
447
448mod _global_table_witness_description;
449
450mod _global_table_witness_group_update;
451
452mod _import_status;
453
454mod _import_summary;
455
456mod _import_table_description;
457
458mod _incremental_export_specification;
459
460mod _index_status;
461
462mod _input_compression_type;
463
464mod _input_format;
465
466mod _input_format_options;
467
468mod _item_collection_metrics;
469
470mod _item_response;
471
472mod _key_schema_element;
473
474mod _key_type;
475
476mod _keys_and_attributes;
477
478mod _kinesis_data_stream_destination;
479
480mod _local_secondary_index;
481
482mod _local_secondary_index_description;
483
484mod _local_secondary_index_info;
485
486mod _multi_region_consistency;
487
488mod _on_demand_throughput;
489
490mod _on_demand_throughput_override;
491
492mod _parameterized_statement;
493
494mod _point_in_time_recovery_description;
495
496mod _point_in_time_recovery_specification;
497
498mod _point_in_time_recovery_status;
499
500mod _projection;
501
502mod _projection_type;
503
504mod _provisioned_throughput;
505
506mod _provisioned_throughput_description;
507
508mod _provisioned_throughput_override;
509
510mod _put;
511
512mod _put_request;
513
514mod _replica;
515
516mod _replica_auto_scaling_description;
517
518mod _replica_auto_scaling_update;
519
520mod _replica_description;
521
522mod _replica_global_secondary_index;
523
524mod _replica_global_secondary_index_auto_scaling_description;
525
526mod _replica_global_secondary_index_auto_scaling_update;
527
528mod _replica_global_secondary_index_description;
529
530mod _replica_global_secondary_index_settings_description;
531
532mod _replica_global_secondary_index_settings_update;
533
534mod _replica_settings_description;
535
536mod _replica_settings_update;
537
538mod _replica_status;
539
540mod _replica_update;
541
542mod _replication_group_update;
543
544mod _restore_summary;
545
546mod _return_consumed_capacity;
547
548mod _return_item_collection_metrics;
549
550mod _return_value;
551
552mod _return_values_on_condition_check_failure;
553
554mod _s3_bucket_source;
555
556mod _s3_sse_algorithm;
557
558mod _scalar_attribute_type;
559
560mod _select;
561
562mod _source_table_details;
563
564mod _source_table_feature_details;
565
566mod _sse_description;
567
568mod _sse_specification;
569
570mod _sse_status;
571
572mod _sse_type;
573
574mod _stream_specification;
575
576mod _stream_view_type;
577
578mod _table_auto_scaling_description;
579
580mod _table_class;
581
582mod _table_class_summary;
583
584mod _table_creation_parameters;
585
586mod _table_description;
587
588mod _table_status;
589
590mod _table_warm_throughput_description;
591
592mod _tag;
593
594mod _time_to_live_description;
595
596mod _time_to_live_specification;
597
598mod _time_to_live_status;
599
600mod _transact_get_item;
601
602mod _transact_write_item;
603
604mod _update;
605
606mod _update_global_secondary_index_action;
607
608mod _update_kinesis_streaming_configuration;
609
610mod _update_replication_group_member_action;
611
612mod _warm_throughput;
613
614mod _witness_status;
615
616mod _write_request;
617
618pub mod builders;
620
621pub mod error;