aws_sdk_honeycode/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 `BatchCreateTableRows` operation.
5pub mod batch_create_table_rows;
6
7/// Types for the `BatchDeleteTableRows` operation.
8pub mod batch_delete_table_rows;
9
10/// Types for the `BatchUpdateTableRows` operation.
11pub mod batch_update_table_rows;
12
13/// Types for the `BatchUpsertTableRows` operation.
14pub mod batch_upsert_table_rows;
15
16/// Types for the `DescribeTableDataImportJob` operation.
17pub mod describe_table_data_import_job;
18
19/// Types for the `GetScreenData` operation.
20pub mod get_screen_data;
21
22/// Types for the `InvokeScreenAutomation` operation.
23pub mod invoke_screen_automation;
24
25/// Types for the `ListTableColumns` operation.
26pub mod list_table_columns;
27
28/// Types for the `ListTableRows` operation.
29pub mod list_table_rows;
30
31/// Types for the `ListTables` operation.
32pub mod list_tables;
33
34/// Types for the `ListTagsForResource` operation.
35pub mod list_tags_for_resource;
36
37/// Types for the `QueryTableRows` operation.
38pub mod query_table_rows;
39
40/// Types for the `StartTableDataImportJob` operation.
41pub mod start_table_data_import_job;
42
43/// Types for the `TagResource` operation.
44pub mod tag_resource;
45
46/// Types for the `UntagResource` operation.
47pub mod untag_resource;