aws_sdk_transfer/
operation.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateAccess` operation.
pub mod create_access;

/// Types for the `CreateAgreement` operation.
pub mod create_agreement;

/// Types for the `CreateConnector` operation.
pub mod create_connector;

/// Types for the `CreateProfile` operation.
pub mod create_profile;

/// Types for the `CreateServer` operation.
pub mod create_server;

/// Types for the `CreateUser` operation.
pub mod create_user;

/// Types for the `CreateWorkflow` operation.
pub mod create_workflow;

/// Types for the `DeleteAccess` operation.
pub mod delete_access;

/// Types for the `DeleteAgreement` operation.
pub mod delete_agreement;

/// Types for the `DeleteCertificate` operation.
pub mod delete_certificate;

/// Types for the `DeleteConnector` operation.
pub mod delete_connector;

/// Types for the `DeleteHostKey` operation.
pub mod delete_host_key;

/// Types for the `DeleteProfile` operation.
pub mod delete_profile;

/// Types for the `DeleteServer` operation.
pub mod delete_server;

/// Types for the `DeleteSshPublicKey` operation.
pub mod delete_ssh_public_key;

/// Types for the `DeleteUser` operation.
pub mod delete_user;

/// Types for the `DeleteWorkflow` operation.
pub mod delete_workflow;

/// Types for the `DescribeAccess` operation.
pub mod describe_access;

/// Types for the `DescribeAgreement` operation.
pub mod describe_agreement;

/// Types for the `DescribeCertificate` operation.
pub mod describe_certificate;

/// Types for the `DescribeConnector` operation.
pub mod describe_connector;

/// Types for the `DescribeExecution` operation.
pub mod describe_execution;

/// Types for the `DescribeHostKey` operation.
pub mod describe_host_key;

/// Types for the `DescribeProfile` operation.
pub mod describe_profile;

/// Types for the `DescribeSecurityPolicy` operation.
pub mod describe_security_policy;

/// Types for the `DescribeServer` operation.
pub mod describe_server;

/// Types for the `DescribeUser` operation.
pub mod describe_user;

/// Types for the `DescribeWorkflow` operation.
pub mod describe_workflow;

/// Types for the `ImportCertificate` operation.
pub mod import_certificate;

/// Types for the `ImportHostKey` operation.
pub mod import_host_key;

/// Types for the `ImportSshPublicKey` operation.
pub mod import_ssh_public_key;

/// Types for the `ListAccesses` operation.
pub mod list_accesses;

/// Types for the `ListAgreements` operation.
pub mod list_agreements;

/// Types for the `ListCertificates` operation.
pub mod list_certificates;

/// Types for the `ListConnectors` operation.
pub mod list_connectors;

/// Types for the `ListExecutions` operation.
pub mod list_executions;

/// Types for the `ListFileTransferResults` operation.
pub mod list_file_transfer_results;

/// Types for the `ListHostKeys` operation.
pub mod list_host_keys;

/// Types for the `ListProfiles` operation.
pub mod list_profiles;

/// Types for the `ListSecurityPolicies` operation.
pub mod list_security_policies;

/// Types for the `ListServers` operation.
pub mod list_servers;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListUsers` operation.
pub mod list_users;

/// Types for the `ListWorkflows` operation.
pub mod list_workflows;

/// Types for the `SendWorkflowStepState` operation.
pub mod send_workflow_step_state;

/// Types for the `StartDirectoryListing` operation.
pub mod start_directory_listing;

/// Types for the `StartFileTransfer` operation.
pub mod start_file_transfer;

/// Types for the `StartServer` operation.
pub mod start_server;

/// Types for the `StopServer` operation.
pub mod stop_server;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `TestConnection` operation.
pub mod test_connection;

/// Types for the `TestIdentityProvider` operation.
pub mod test_identity_provider;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAccess` operation.
pub mod update_access;

/// Types for the `UpdateAgreement` operation.
pub mod update_agreement;

/// Types for the `UpdateCertificate` operation.
pub mod update_certificate;

/// Types for the `UpdateConnector` operation.
pub mod update_connector;

/// Types for the `UpdateHostKey` operation.
pub mod update_host_key;

/// Types for the `UpdateProfile` operation.
pub mod update_profile;

/// Types for the `UpdateServer` operation.
pub mod update_server;

/// Types for the `UpdateUser` operation.
pub mod update_user;