aws_sdk_timestreamquery/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 `CancelQuery` operation.
5pub mod cancel_query;
6
7/// Types for the `CreateScheduledQuery` operation.
8pub mod create_scheduled_query;
9
10/// Types for the `DeleteScheduledQuery` operation.
11pub mod delete_scheduled_query;
12
13/// Types for the `DescribeAccountSettings` operation.
14pub mod describe_account_settings;
15
16/// Types for the `DescribeEndpoints` operation.
17pub mod describe_endpoints;
18
19/// Types for the `DescribeScheduledQuery` operation.
20pub mod describe_scheduled_query;
21
22/// Types for the `ExecuteScheduledQuery` operation.
23pub mod execute_scheduled_query;
24
25/// Types for the `ListScheduledQueries` operation.
26pub mod list_scheduled_queries;
27
28/// Types for the `ListTagsForResource` operation.
29pub mod list_tags_for_resource;
30
31/// Types for the `PrepareQuery` operation.
32pub mod prepare_query;
33
34/// Types for the `Query` operation.
35pub mod query;
36
37/// Types for the `TagResource` operation.
38pub mod tag_resource;
39
40/// Types for the `UntagResource` operation.
41pub mod untag_resource;
42
43/// Types for the `UpdateAccountSettings` operation.
44pub mod update_account_settings;
45
46/// Types for the `UpdateScheduledQuery` operation.
47pub mod update_scheduled_query;