aws_sdk_timestreamwrite/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 `CreateBatchLoadTask` operation.
5pub mod create_batch_load_task;
6
7/// Types for the `CreateDatabase` operation.
8pub mod create_database;
9
10/// Types for the `CreateTable` operation.
11pub mod create_table;
12
13/// Types for the `DeleteDatabase` operation.
14pub mod delete_database;
15
16/// Types for the `DeleteTable` operation.
17pub mod delete_table;
18
19/// Types for the `DescribeBatchLoadTask` operation.
20pub mod describe_batch_load_task;
21
22/// Types for the `DescribeDatabase` operation.
23pub mod describe_database;
24
25/// Types for the `DescribeEndpoints` operation.
26pub mod describe_endpoints;
27
28/// Types for the `DescribeTable` operation.
29pub mod describe_table;
30
31/// Types for the `ListBatchLoadTasks` operation.
32pub mod list_batch_load_tasks;
33
34/// Types for the `ListDatabases` operation.
35pub mod list_databases;
36
37/// Types for the `ListTables` operation.
38pub mod list_tables;
39
40/// Types for the `ListTagsForResource` operation.
41pub mod list_tags_for_resource;
42
43/// Types for the `ResumeBatchLoadTask` operation.
44pub mod resume_batch_load_task;
45
46/// Types for the `TagResource` operation.
47pub mod tag_resource;
48
49/// Types for the `UntagResource` operation.
50pub mod untag_resource;
51
52/// Types for the `UpdateDatabase` operation.
53pub mod update_database;
54
55/// Types for the `UpdateTable` operation.
56pub mod update_table;
57
58/// Types for the `WriteRecords` operation.
59pub mod write_records;