aws-sdk-dynamodb 0.25.1

AWS SDK for Amazon DynamoDB
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use aws_http::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 `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 `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 `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 `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;