aws_sdk_transfer/
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 `CreateAccess` operation.
5pub mod create_access;
6
7/// Types for the `CreateAgreement` operation.
8pub mod create_agreement;
9
10/// Types for the `CreateConnector` operation.
11pub mod create_connector;
12
13/// Types for the `CreateProfile` operation.
14pub mod create_profile;
15
16/// Types for the `CreateServer` operation.
17pub mod create_server;
18
19/// Types for the `CreateUser` operation.
20pub mod create_user;
21
22/// Types for the `CreateWebApp` operation.
23pub mod create_web_app;
24
25/// Types for the `CreateWorkflow` operation.
26pub mod create_workflow;
27
28/// Types for the `DeleteAccess` operation.
29pub mod delete_access;
30
31/// Types for the `DeleteAgreement` operation.
32pub mod delete_agreement;
33
34/// Types for the `DeleteCertificate` operation.
35pub mod delete_certificate;
36
37/// Types for the `DeleteConnector` operation.
38pub mod delete_connector;
39
40/// Types for the `DeleteHostKey` operation.
41pub mod delete_host_key;
42
43/// Types for the `DeleteProfile` operation.
44pub mod delete_profile;
45
46/// Types for the `DeleteServer` operation.
47pub mod delete_server;
48
49/// Types for the `DeleteSshPublicKey` operation.
50pub mod delete_ssh_public_key;
51
52/// Types for the `DeleteUser` operation.
53pub mod delete_user;
54
55/// Types for the `DeleteWebApp` operation.
56pub mod delete_web_app;
57
58/// Types for the `DeleteWebAppCustomization` operation.
59pub mod delete_web_app_customization;
60
61/// Types for the `DeleteWorkflow` operation.
62pub mod delete_workflow;
63
64/// Types for the `DescribeAccess` operation.
65pub mod describe_access;
66
67/// Types for the `DescribeAgreement` operation.
68pub mod describe_agreement;
69
70/// Types for the `DescribeCertificate` operation.
71pub mod describe_certificate;
72
73/// Types for the `DescribeConnector` operation.
74pub mod describe_connector;
75
76/// Types for the `DescribeExecution` operation.
77pub mod describe_execution;
78
79/// Types for the `DescribeHostKey` operation.
80pub mod describe_host_key;
81
82/// Types for the `DescribeProfile` operation.
83pub mod describe_profile;
84
85/// Types for the `DescribeSecurityPolicy` operation.
86pub mod describe_security_policy;
87
88/// Types for the `DescribeServer` operation.
89pub mod describe_server;
90
91/// Types for the `DescribeUser` operation.
92pub mod describe_user;
93
94/// Types for the `DescribeWebApp` operation.
95pub mod describe_web_app;
96
97/// Types for the `DescribeWebAppCustomization` operation.
98pub mod describe_web_app_customization;
99
100/// Types for the `DescribeWorkflow` operation.
101pub mod describe_workflow;
102
103/// Types for the `ImportCertificate` operation.
104pub mod import_certificate;
105
106/// Types for the `ImportHostKey` operation.
107pub mod import_host_key;
108
109/// Types for the `ImportSshPublicKey` operation.
110pub mod import_ssh_public_key;
111
112/// Types for the `ListAccesses` operation.
113pub mod list_accesses;
114
115/// Types for the `ListAgreements` operation.
116pub mod list_agreements;
117
118/// Types for the `ListCertificates` operation.
119pub mod list_certificates;
120
121/// Types for the `ListConnectors` operation.
122pub mod list_connectors;
123
124/// Types for the `ListExecutions` operation.
125pub mod list_executions;
126
127/// Types for the `ListFileTransferResults` operation.
128pub mod list_file_transfer_results;
129
130/// Types for the `ListHostKeys` operation.
131pub mod list_host_keys;
132
133/// Types for the `ListProfiles` operation.
134pub mod list_profiles;
135
136/// Types for the `ListSecurityPolicies` operation.
137pub mod list_security_policies;
138
139/// Types for the `ListServers` operation.
140pub mod list_servers;
141
142/// Types for the `ListTagsForResource` operation.
143pub mod list_tags_for_resource;
144
145/// Types for the `ListUsers` operation.
146pub mod list_users;
147
148/// Types for the `ListWebApps` operation.
149pub mod list_web_apps;
150
151/// Types for the `ListWorkflows` operation.
152pub mod list_workflows;
153
154/// Types for the `SendWorkflowStepState` operation.
155pub mod send_workflow_step_state;
156
157/// Types for the `StartDirectoryListing` operation.
158pub mod start_directory_listing;
159
160/// Types for the `StartFileTransfer` operation.
161pub mod start_file_transfer;
162
163/// Types for the `StartRemoteDelete` operation.
164pub mod start_remote_delete;
165
166/// Types for the `StartRemoteMove` operation.
167pub mod start_remote_move;
168
169/// Types for the `StartServer` operation.
170pub mod start_server;
171
172/// Types for the `StopServer` operation.
173pub mod stop_server;
174
175/// Types for the `TagResource` operation.
176pub mod tag_resource;
177
178/// Types for the `TestConnection` operation.
179pub mod test_connection;
180
181/// Types for the `TestIdentityProvider` operation.
182pub mod test_identity_provider;
183
184/// Types for the `UntagResource` operation.
185pub mod untag_resource;
186
187/// Types for the `UpdateAccess` operation.
188pub mod update_access;
189
190/// Types for the `UpdateAgreement` operation.
191pub mod update_agreement;
192
193/// Types for the `UpdateCertificate` operation.
194pub mod update_certificate;
195
196/// Types for the `UpdateConnector` operation.
197pub mod update_connector;
198
199/// Types for the `UpdateHostKey` operation.
200pub mod update_host_key;
201
202/// Types for the `UpdateProfile` operation.
203pub mod update_profile;
204
205/// Types for the `UpdateServer` operation.
206pub mod update_server;
207
208/// Types for the `UpdateUser` operation.
209pub mod update_user;
210
211/// Types for the `UpdateWebApp` operation.
212pub mod update_web_app;
213
214/// Types for the `UpdateWebAppCustomization` operation.
215pub mod update_web_app_customization;