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