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
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;

pub use crate::types::error::_resource_in_use_exception::ResourceInUseException;

pub use crate::types::error::_limit_exceeded_exception::LimitExceededException;

pub use crate::types::error::_invalid_endpoint_exception::InvalidEndpointException;

pub use crate::types::error::_internal_server_error::InternalServerError;

pub use crate::types::error::_transaction_conflict_exception::TransactionConflictException;

pub use crate::types::error::_request_limit_exceeded::RequestLimitExceeded;

pub use crate::types::error::_provisioned_throughput_exceeded_exception::ProvisionedThroughputExceededException;

pub use crate::types::error::_item_collection_size_limit_exceeded_exception::ItemCollectionSizeLimitExceededException;

pub use crate::types::error::_conditional_check_failed_exception::ConditionalCheckFailedException;

pub use crate::types::error::_replica_not_found_exception::ReplicaNotFoundException;

pub use crate::types::error::_index_not_found_exception::IndexNotFoundException;

pub use crate::types::error::_global_table_not_found_exception::GlobalTableNotFoundException;

pub use crate::types::error::_table_not_found_exception::TableNotFoundException;

pub use crate::types::error::_replica_already_exists_exception::ReplicaAlreadyExistsException;

pub use crate::types::error::_continuous_backups_unavailable_exception::ContinuousBackupsUnavailableException;

pub use crate::types::error::_transaction_in_progress_exception::TransactionInProgressException;

pub use crate::types::error::_transaction_canceled_exception::TransactionCanceledException;

pub use crate::types::error::_idempotent_parameter_mismatch_exception::IdempotentParameterMismatchException;

pub use crate::types::error::_table_in_use_exception::TableInUseException;

pub use crate::types::error::_table_already_exists_exception::TableAlreadyExistsException;

pub use crate::types::error::_point_in_time_recovery_unavailable_exception::PointInTimeRecoveryUnavailableException;

pub use crate::types::error::_invalid_restore_time_exception::InvalidRestoreTimeException;

pub use crate::types::error::_backup_not_found_exception::BackupNotFoundException;

pub use crate::types::error::_backup_in_use_exception::BackupInUseException;

pub use crate::types::error::_import_conflict_exception::ImportConflictException;

pub use crate::types::error::_invalid_export_time_exception::InvalidExportTimeException;

pub use crate::types::error::_export_conflict_exception::ExportConflictException;

pub use crate::types::error::_duplicate_item_exception::DuplicateItemException;

pub use crate::types::error::_import_not_found_exception::ImportNotFoundException;

pub use crate::types::error::_export_not_found_exception::ExportNotFoundException;

pub use crate::types::error::_global_table_already_exists_exception::GlobalTableAlreadyExistsException;

mod _backup_in_use_exception;

mod _backup_not_found_exception;

mod _conditional_check_failed_exception;

mod _continuous_backups_unavailable_exception;

mod _duplicate_item_exception;

mod _export_conflict_exception;

mod _export_not_found_exception;

mod _global_table_already_exists_exception;

mod _global_table_not_found_exception;

mod _idempotent_parameter_mismatch_exception;

mod _import_conflict_exception;

mod _import_not_found_exception;

mod _index_not_found_exception;

mod _internal_server_error;

mod _invalid_endpoint_exception;

mod _invalid_export_time_exception;

mod _invalid_restore_time_exception;

mod _item_collection_size_limit_exceeded_exception;

mod _limit_exceeded_exception;

mod _point_in_time_recovery_unavailable_exception;

mod _provisioned_throughput_exceeded_exception;

mod _replica_already_exists_exception;

mod _replica_not_found_exception;

mod _request_limit_exceeded;

mod _resource_in_use_exception;

mod _resource_not_found_exception;

mod _table_already_exists_exception;

mod _table_in_use_exception;

mod _table_not_found_exception;

mod _transaction_canceled_exception;

mod _transaction_conflict_exception;

mod _transaction_in_progress_exception;

/// Builders
pub mod builders;