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