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