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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `BatchExecuteStatement` operation.
pub mod batch_execute_statement;
/// Types for the `BatchGetItem` operation.
pub mod batch_get_item;
/// Types for the `BatchWriteItem` operation.
pub mod batch_write_item;
/// Types for the `CreateBackup` operation.
pub mod create_backup;
/// Types for the `CreateGlobalTable` operation.
pub mod create_global_table;
/// Types for the `CreateTable` operation.
pub mod create_table;
/// Types for the `DeleteBackup` operation.
pub mod delete_backup;
/// Types for the `DeleteItem` operation.
pub mod delete_item;
/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;
/// Types for the `DeleteTable` operation.
pub mod delete_table;
/// Types for the `DescribeBackup` operation.
pub mod describe_backup;
/// Types for the `DescribeContinuousBackups` operation.
pub mod describe_continuous_backups;
/// Types for the `DescribeContributorInsights` operation.
pub mod describe_contributor_insights;
/// Types for the `DescribeEndpoints` operation.
pub mod describe_endpoints;
/// Types for the `DescribeExport` operation.
pub mod describe_export;
/// Types for the `DescribeGlobalTable` operation.
pub mod describe_global_table;
/// Types for the `DescribeGlobalTableSettings` operation.
pub mod describe_global_table_settings;
/// Types for the `DescribeImport` operation.
pub mod describe_import;
/// Types for the `DescribeKinesisStreamingDestination` operation.
pub mod describe_kinesis_streaming_destination;
/// Types for the `DescribeLimits` operation.
pub mod describe_limits;
/// Types for the `DescribeTable` operation.
pub mod describe_table;
/// Types for the `DescribeTableReplicaAutoScaling` operation.
pub mod describe_table_replica_auto_scaling;
/// Types for the `DescribeTimeToLive` operation.
pub mod describe_time_to_live;
/// Types for the `DisableKinesisStreamingDestination` operation.
pub mod disable_kinesis_streaming_destination;
/// Types for the `EnableKinesisStreamingDestination` operation.
pub mod enable_kinesis_streaming_destination;
/// Types for the `ExecuteStatement` operation.
pub mod execute_statement;
/// Types for the `ExecuteTransaction` operation.
pub mod execute_transaction;
/// Types for the `ExportTableToPointInTime` operation.
pub mod export_table_to_point_in_time;
/// Types for the `GetItem` operation.
pub mod get_item;
/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;
/// Types for the `ImportTable` operation.
pub mod import_table;
/// Types for the `ListBackups` operation.
pub mod list_backups;
/// Types for the `ListContributorInsights` operation.
pub mod list_contributor_insights;
/// Types for the `ListExports` operation.
pub mod list_exports;
/// Types for the `ListGlobalTables` operation.
pub mod list_global_tables;
/// Types for the `ListImports` operation.
pub mod list_imports;
/// Types for the `ListTables` operation.
pub mod list_tables;
/// Types for the `ListTagsOfResource` operation.
pub mod list_tags_of_resource;
/// Types for the `PutItem` operation.
pub mod put_item;
/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;
/// Types for the `Query` operation.
pub mod query;
/// Types for the `RestoreTableFromBackup` operation.
pub mod restore_table_from_backup;
/// Types for the `RestoreTableToPointInTime` operation.
pub mod restore_table_to_point_in_time;
/// Types for the `Scan` operation.
pub mod scan;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `TransactGetItems` operation.
pub mod transact_get_items;
/// Types for the `TransactWriteItems` operation.
pub mod transact_write_items;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateContinuousBackups` operation.
pub mod update_continuous_backups;
/// Types for the `UpdateContributorInsights` operation.
pub mod update_contributor_insights;
/// Types for the `UpdateGlobalTable` operation.
pub mod update_global_table;
/// Types for the `UpdateGlobalTableSettings` operation.
pub mod update_global_table_settings;
/// Types for the `UpdateItem` operation.
pub mod update_item;
/// Types for the `UpdateKinesisStreamingDestination` operation.
pub mod update_kinesis_streaming_destination;
/// Types for the `UpdateTable` operation.
pub mod update_table;
/// Types for the `UpdateTableReplicaAutoScaling` operation.
pub mod update_table_replica_auto_scaling;
/// Types for the `UpdateTimeToLive` operation.
pub mod update_time_to_live;