aws_sdk_keyspaces/
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 `CreateKeyspace` operation.
5pub mod create_keyspace;
6
7/// Types for the `CreateTable` operation.
8pub mod create_table;
9
10/// Types for the `CreateType` operation.
11pub mod create_type;
12
13/// Types for the `DeleteKeyspace` operation.
14pub mod delete_keyspace;
15
16/// Types for the `DeleteTable` operation.
17pub mod delete_table;
18
19/// Types for the `DeleteType` operation.
20pub mod delete_type;
21
22/// Types for the `GetKeyspace` operation.
23pub mod get_keyspace;
24
25/// Types for the `GetTable` operation.
26pub mod get_table;
27
28/// Types for the `GetTableAutoScalingSettings` operation.
29pub mod get_table_auto_scaling_settings;
30
31/// Types for the `GetType` operation.
32pub mod get_type;
33
34/// Types for the `ListKeyspaces` operation.
35pub mod list_keyspaces;
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 `ListTypes` operation.
44pub mod list_types;
45
46/// Types for the `RestoreTable` operation.
47pub mod restore_table;
48
49/// Types for the `TagResource` operation.
50pub mod tag_resource;
51
52/// Types for the `UntagResource` operation.
53pub mod untag_resource;
54
55/// Types for the `UpdateKeyspace` operation.
56pub mod update_keyspace;
57
58/// Types for the `UpdateTable` operation.
59pub mod update_table;