aws_sdk_s3tables/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 `CreateNamespace` operation.
5pub mod create_namespace;
6
7/// Types for the `CreateTable` operation.
8pub mod create_table;
9
10/// Types for the `CreateTableBucket` operation.
11pub mod create_table_bucket;
12
13/// Types for the `DeleteNamespace` operation.
14pub mod delete_namespace;
15
16/// Types for the `DeleteTable` operation.
17pub mod delete_table;
18
19/// Types for the `DeleteTableBucket` operation.
20pub mod delete_table_bucket;
21
22/// Types for the `DeleteTableBucketEncryption` operation.
23pub mod delete_table_bucket_encryption;
24
25/// Types for the `DeleteTableBucketMetricsConfiguration` operation.
26pub mod delete_table_bucket_metrics_configuration;
27
28/// Types for the `DeleteTableBucketPolicy` operation.
29pub mod delete_table_bucket_policy;
30
31/// Types for the `DeleteTableBucketReplication` operation.
32pub mod delete_table_bucket_replication;
33
34/// Types for the `DeleteTablePolicy` operation.
35pub mod delete_table_policy;
36
37/// Types for the `DeleteTableReplication` operation.
38pub mod delete_table_replication;
39
40/// Types for the `GetNamespace` operation.
41pub mod get_namespace;
42
43/// Types for the `GetTable` operation.
44pub mod get_table;
45
46/// Types for the `GetTableBucket` operation.
47pub mod get_table_bucket;
48
49/// Types for the `GetTableBucketEncryption` operation.
50pub mod get_table_bucket_encryption;
51
52/// Types for the `GetTableBucketMaintenanceConfiguration` operation.
53pub mod get_table_bucket_maintenance_configuration;
54
55/// Types for the `GetTableBucketMetricsConfiguration` operation.
56pub mod get_table_bucket_metrics_configuration;
57
58/// Types for the `GetTableBucketPolicy` operation.
59pub mod get_table_bucket_policy;
60
61/// Types for the `GetTableBucketReplication` operation.
62pub mod get_table_bucket_replication;
63
64/// Types for the `GetTableBucketStorageClass` operation.
65pub mod get_table_bucket_storage_class;
66
67/// Types for the `GetTableEncryption` operation.
68pub mod get_table_encryption;
69
70/// Types for the `GetTableMaintenanceConfiguration` operation.
71pub mod get_table_maintenance_configuration;
72
73/// Types for the `GetTableMaintenanceJobStatus` operation.
74pub mod get_table_maintenance_job_status;
75
76/// Types for the `GetTableMetadataLocation` operation.
77pub mod get_table_metadata_location;
78
79/// Types for the `GetTablePolicy` operation.
80pub mod get_table_policy;
81
82/// Types for the `GetTableRecordExpirationConfiguration` operation.
83pub mod get_table_record_expiration_configuration;
84
85/// Types for the `GetTableRecordExpirationJobStatus` operation.
86pub mod get_table_record_expiration_job_status;
87
88/// Types for the `GetTableReplication` operation.
89pub mod get_table_replication;
90
91/// Types for the `GetTableReplicationStatus` operation.
92pub mod get_table_replication_status;
93
94/// Types for the `GetTableStorageClass` operation.
95pub mod get_table_storage_class;
96
97/// Types for the `ListNamespaces` operation.
98pub mod list_namespaces;
99
100/// Types for the `ListTableBuckets` operation.
101pub mod list_table_buckets;
102
103/// Types for the `ListTables` operation.
104pub mod list_tables;
105
106/// Types for the `ListTagsForResource` operation.
107pub mod list_tags_for_resource;
108
109/// Types for the `PutTableBucketEncryption` operation.
110pub mod put_table_bucket_encryption;
111
112/// Types for the `PutTableBucketMaintenanceConfiguration` operation.
113pub mod put_table_bucket_maintenance_configuration;
114
115/// Types for the `PutTableBucketMetricsConfiguration` operation.
116pub mod put_table_bucket_metrics_configuration;
117
118/// Types for the `PutTableBucketPolicy` operation.
119pub mod put_table_bucket_policy;
120
121/// Types for the `PutTableBucketReplication` operation.
122pub mod put_table_bucket_replication;
123
124/// Types for the `PutTableBucketStorageClass` operation.
125pub mod put_table_bucket_storage_class;
126
127/// Types for the `PutTableMaintenanceConfiguration` operation.
128pub mod put_table_maintenance_configuration;
129
130/// Types for the `PutTablePolicy` operation.
131pub mod put_table_policy;
132
133/// Types for the `PutTableRecordExpirationConfiguration` operation.
134pub mod put_table_record_expiration_configuration;
135
136/// Types for the `PutTableReplication` operation.
137pub mod put_table_replication;
138
139/// Types for the `RenameTable` operation.
140pub mod rename_table;
141
142/// Types for the `TagResource` operation.
143pub mod tag_resource;
144
145/// Types for the `UntagResource` operation.
146pub mod untag_resource;
147
148/// Types for the `UpdateTableMetadataLocation` operation.
149pub mod update_table_metadata_location;