aws_sdk_dynamodb/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchExecuteStatement` operation.
5pub mod batch_execute_statement;
6
7/// Types for the `BatchGetItem` operation.
8pub mod batch_get_item;
9
10/// Types for the `BatchWriteItem` operation.
11pub mod batch_write_item;
12
13/// Types for the `CreateBackup` operation.
14pub mod create_backup;
15
16/// Types for the `CreateGlobalTable` operation.
17pub mod create_global_table;
18
19/// Types for the `CreateTable` operation.
20pub mod create_table;
21
22/// Types for the `DeleteBackup` operation.
23pub mod delete_backup;
24
25/// Types for the `DeleteItem` operation.
26pub mod delete_item;
27
28/// Types for the `DeleteResourcePolicy` operation.
29pub mod delete_resource_policy;
30
31/// Types for the `DeleteTable` operation.
32pub mod delete_table;
33
34/// Types for the `DescribeBackup` operation.
35pub mod describe_backup;
36
37/// Types for the `DescribeContinuousBackups` operation.
38pub mod describe_continuous_backups;
39
40/// Types for the `DescribeContributorInsights` operation.
41pub mod describe_contributor_insights;
42
43/// Types for the `DescribeEndpoints` operation.
44pub mod describe_endpoints;
45
46/// Types for the `DescribeExport` operation.
47pub mod describe_export;
48
49/// Types for the `DescribeGlobalTable` operation.
50pub mod describe_global_table;
51
52/// Types for the `DescribeGlobalTableSettings` operation.
53pub mod describe_global_table_settings;
54
55/// Types for the `DescribeImport` operation.
56pub mod describe_import;
57
58/// Types for the `DescribeKinesisStreamingDestination` operation.
59pub mod describe_kinesis_streaming_destination;
60
61/// Types for the `DescribeLimits` operation.
62pub mod describe_limits;
63
64/// Types for the `DescribeTable` operation.
65pub mod describe_table;
66
67/// Types for the `DescribeTableReplicaAutoScaling` operation.
68pub mod describe_table_replica_auto_scaling;
69
70/// Types for the `DescribeTimeToLive` operation.
71pub mod describe_time_to_live;
72
73/// Types for the `DisableKinesisStreamingDestination` operation.
74pub mod disable_kinesis_streaming_destination;
75
76/// Types for the `EnableKinesisStreamingDestination` operation.
77pub mod enable_kinesis_streaming_destination;
78
79/// Types for the `ExecuteStatement` operation.
80pub mod execute_statement;
81
82/// Types for the `ExecuteTransaction` operation.
83pub mod execute_transaction;
84
85/// Types for the `ExportTableToPointInTime` operation.
86pub mod export_table_to_point_in_time;
87
88/// Types for the `GetItem` operation.
89pub mod get_item;
90
91/// Types for the `GetResourcePolicy` operation.
92pub mod get_resource_policy;
93
94/// Types for the `ImportTable` operation.
95pub mod import_table;
96
97/// Types for the `ListBackups` operation.
98pub mod list_backups;
99
100/// Types for the `ListContributorInsights` operation.
101pub mod list_contributor_insights;
102
103/// Types for the `ListExports` operation.
104pub mod list_exports;
105
106/// Types for the `ListGlobalTables` operation.
107pub mod list_global_tables;
108
109/// Types for the `ListImports` operation.
110pub mod list_imports;
111
112/// Types for the `ListTables` operation.
113pub mod list_tables;
114
115/// Types for the `ListTagsOfResource` operation.
116pub mod list_tags_of_resource;
117
118/// Types for the `PutItem` operation.
119pub mod put_item;
120
121/// Types for the `PutResourcePolicy` operation.
122pub mod put_resource_policy;
123
124/// Types for the `Query` operation.
125pub mod query;
126
127/// Types for the `RestoreTableFromBackup` operation.
128pub mod restore_table_from_backup;
129
130/// Types for the `RestoreTableToPointInTime` operation.
131pub mod restore_table_to_point_in_time;
132
133/// Types for the `Scan` operation.
134pub mod scan;
135
136/// Types for the `TagResource` operation.
137pub mod tag_resource;
138
139/// Types for the `TransactGetItems` operation.
140pub mod transact_get_items;
141
142/// Types for the `TransactWriteItems` operation.
143pub mod transact_write_items;
144
145/// Types for the `UntagResource` operation.
146pub mod untag_resource;
147
148/// Types for the `UpdateContinuousBackups` operation.
149pub mod update_continuous_backups;
150
151/// Types for the `UpdateContributorInsights` operation.
152pub mod update_contributor_insights;
153
154/// Types for the `UpdateGlobalTable` operation.
155pub mod update_global_table;
156
157/// Types for the `UpdateGlobalTableSettings` operation.
158pub mod update_global_table_settings;
159
160/// Types for the `UpdateItem` operation.
161pub mod update_item;
162
163/// Types for the `UpdateKinesisStreamingDestination` operation.
164pub mod update_kinesis_streaming_destination;
165
166/// Types for the `UpdateTable` operation.
167pub mod update_table;
168
169/// Types for the `UpdateTableReplicaAutoScaling` operation.
170pub mod update_table_replica_auto_scaling;
171
172/// Types for the `UpdateTimeToLive` operation.
173pub mod update_time_to_live;