aws_sdk_finspace/
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 `CreateEnvironment` operation.
5pub mod create_environment;
6
7/// Types for the `CreateKxChangeset` operation.
8pub mod create_kx_changeset;
9
10/// Types for the `CreateKxCluster` operation.
11pub mod create_kx_cluster;
12
13/// Types for the `CreateKxDatabase` operation.
14pub mod create_kx_database;
15
16/// Types for the `CreateKxDataview` operation.
17pub mod create_kx_dataview;
18
19/// Types for the `CreateKxEnvironment` operation.
20pub mod create_kx_environment;
21
22/// Types for the `CreateKxScalingGroup` operation.
23pub mod create_kx_scaling_group;
24
25/// Types for the `CreateKxUser` operation.
26pub mod create_kx_user;
27
28/// Types for the `CreateKxVolume` operation.
29pub mod create_kx_volume;
30
31/// Types for the `DeleteEnvironment` operation.
32pub mod delete_environment;
33
34/// Types for the `DeleteKxCluster` operation.
35pub mod delete_kx_cluster;
36
37/// Types for the `DeleteKxClusterNode` operation.
38pub mod delete_kx_cluster_node;
39
40/// Types for the `DeleteKxDatabase` operation.
41pub mod delete_kx_database;
42
43/// Types for the `DeleteKxDataview` operation.
44pub mod delete_kx_dataview;
45
46/// Types for the `DeleteKxEnvironment` operation.
47pub mod delete_kx_environment;
48
49/// Types for the `DeleteKxScalingGroup` operation.
50pub mod delete_kx_scaling_group;
51
52/// Types for the `DeleteKxUser` operation.
53pub mod delete_kx_user;
54
55/// Types for the `DeleteKxVolume` operation.
56pub mod delete_kx_volume;
57
58/// Types for the `GetEnvironment` operation.
59pub mod get_environment;
60
61/// Types for the `GetKxChangeset` operation.
62pub mod get_kx_changeset;
63
64/// Types for the `GetKxCluster` operation.
65pub mod get_kx_cluster;
66
67/// Types for the `GetKxConnectionString` operation.
68pub mod get_kx_connection_string;
69
70/// Types for the `GetKxDatabase` operation.
71pub mod get_kx_database;
72
73/// Types for the `GetKxDataview` operation.
74pub mod get_kx_dataview;
75
76/// Types for the `GetKxEnvironment` operation.
77pub mod get_kx_environment;
78
79/// Types for the `GetKxScalingGroup` operation.
80pub mod get_kx_scaling_group;
81
82/// Types for the `GetKxUser` operation.
83pub mod get_kx_user;
84
85/// Types for the `GetKxVolume` operation.
86pub mod get_kx_volume;
87
88/// Types for the `ListEnvironments` operation.
89pub mod list_environments;
90
91/// Types for the `ListKxChangesets` operation.
92pub mod list_kx_changesets;
93
94/// Types for the `ListKxClusterNodes` operation.
95pub mod list_kx_cluster_nodes;
96
97/// Types for the `ListKxClusters` operation.
98pub mod list_kx_clusters;
99
100/// Types for the `ListKxDatabases` operation.
101pub mod list_kx_databases;
102
103/// Types for the `ListKxDataviews` operation.
104pub mod list_kx_dataviews;
105
106/// Types for the `ListKxEnvironments` operation.
107pub mod list_kx_environments;
108
109/// Types for the `ListKxScalingGroups` operation.
110pub mod list_kx_scaling_groups;
111
112/// Types for the `ListKxUsers` operation.
113pub mod list_kx_users;
114
115/// Types for the `ListKxVolumes` operation.
116pub mod list_kx_volumes;
117
118/// Types for the `ListTagsForResource` operation.
119pub mod list_tags_for_resource;
120
121/// Types for the `TagResource` operation.
122pub mod tag_resource;
123
124/// Types for the `UntagResource` operation.
125pub mod untag_resource;
126
127/// Types for the `UpdateEnvironment` operation.
128pub mod update_environment;
129
130/// Types for the `UpdateKxClusterCodeConfiguration` operation.
131pub mod update_kx_cluster_code_configuration;
132
133/// Types for the `UpdateKxClusterDatabases` operation.
134pub mod update_kx_cluster_databases;
135
136/// Types for the `UpdateKxDatabase` operation.
137pub mod update_kx_database;
138
139/// Types for the `UpdateKxDataview` operation.
140pub mod update_kx_dataview;
141
142/// Types for the `UpdateKxEnvironment` operation.
143pub mod update_kx_environment;
144
145/// Types for the `UpdateKxEnvironmentNetwork` operation.
146pub mod update_kx_environment_network;
147
148/// Types for the `UpdateKxUser` operation.
149pub mod update_kx_user;
150
151/// Types for the `UpdateKxVolume` operation.
152pub mod update_kx_volume;