aws_sdk_transfer/
types.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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_described_workflow::DescribedWorkflow;

pub use crate::types::_tag::Tag;

pub use crate::types::_workflow_step::WorkflowStep;

pub use crate::types::_decrypt_step_details::DecryptStepDetails;

pub use crate::types::_input_file_location::InputFileLocation;

pub use crate::types::_efs_file_location::EfsFileLocation;

pub use crate::types::_s3_input_file_location::S3InputFileLocation;

pub use crate::types::_overwrite_existing::OverwriteExisting;

pub use crate::types::_encryption_type::EncryptionType;

pub use crate::types::_tag_step_details::TagStepDetails;

pub use crate::types::_s3_tag::S3Tag;

pub use crate::types::_delete_step_details::DeleteStepDetails;

pub use crate::types::_custom_step_details::CustomStepDetails;

pub use crate::types::_copy_step_details::CopyStepDetails;

pub use crate::types::_workflow_step_type::WorkflowStepType;

pub use crate::types::_listed_workflow::ListedWorkflow;

pub use crate::types::_posix_profile::PosixProfile;

pub use crate::types::_home_directory_map_entry::HomeDirectoryMapEntry;

pub use crate::types::_map_type::MapType;

pub use crate::types::_home_directory_type::HomeDirectoryType;

pub use crate::types::_described_user::DescribedUser;

pub use crate::types::_ssh_public_key::SshPublicKey;

pub use crate::types::_listed_user::ListedUser;

pub use crate::types::_s3_storage_options::S3StorageOptions;

pub use crate::types::_directory_listing_optimization::DirectoryListingOptimization;

pub use crate::types::_workflow_details::WorkflowDetails;

pub use crate::types::_workflow_detail::WorkflowDetail;

pub use crate::types::_protocol::Protocol;

pub use crate::types::_identity_provider_details::IdentityProviderDetails;

pub use crate::types::_sftp_authentication_methods::SftpAuthenticationMethods;

pub use crate::types::_endpoint_type::EndpointType;

pub use crate::types::_endpoint_details::EndpointDetails;

pub use crate::types::_protocol_details::ProtocolDetails;

pub use crate::types::_as2_transport::As2Transport;

pub use crate::types::_set_stat_option::SetStatOption;

pub use crate::types::_tls_session_resumption_mode::TlsSessionResumptionMode;

pub use crate::types::_described_server::DescribedServer;

pub use crate::types::_state::State;

pub use crate::types::_identity_provider_type::IdentityProviderType;

pub use crate::types::_domain::Domain;

pub use crate::types::_listed_server::ListedServer;

pub use crate::types::_described_profile::DescribedProfile;

pub use crate::types::_profile_type::ProfileType;

pub use crate::types::_listed_profile::ListedProfile;

pub use crate::types::_sftp_connector_config::SftpConnectorConfig;

pub use crate::types::_as2_connector_config::As2ConnectorConfig;

pub use crate::types::_mdn_response::MdnResponse;

pub use crate::types::_mdn_signing_alg::MdnSigningAlg;

pub use crate::types::_signing_alg::SigningAlg;

pub use crate::types::_encryption_alg::EncryptionAlg;

pub use crate::types::_compression_enum::CompressionEnum;

pub use crate::types::_described_connector::DescribedConnector;

pub use crate::types::_listed_connector::ListedConnector;

pub use crate::types::_described_certificate::DescribedCertificate;

pub use crate::types::_certificate_type::CertificateType;

pub use crate::types::_certificate_status_type::CertificateStatusType;

pub use crate::types::_certificate_usage_type::CertificateUsageType;

pub use crate::types::_listed_certificate::ListedCertificate;

pub use crate::types::_agreement_status_type::AgreementStatusType;

pub use crate::types::_described_agreement::DescribedAgreement;

pub use crate::types::_listed_agreement::ListedAgreement;

pub use crate::types::_custom_step_status::CustomStepStatus;

pub use crate::types::_listed_host_key::ListedHostKey;

pub use crate::types::_connector_file_transfer_result::ConnectorFileTransferResult;

pub use crate::types::_transfer_table_status::TransferTableStatus;

pub use crate::types::_listed_execution::ListedExecution;

pub use crate::types::_execution_status::ExecutionStatus;

pub use crate::types::_service_metadata::ServiceMetadata;

pub use crate::types::_user_details::UserDetails;

pub use crate::types::_file_location::FileLocation;

pub use crate::types::_s3_file_location::S3FileLocation;

pub use crate::types::_listed_access::ListedAccess;

pub use crate::types::_described_security_policy::DescribedSecurityPolicy;

pub use crate::types::_security_policy_protocol::SecurityPolicyProtocol;

pub use crate::types::_security_policy_resource_type::SecurityPolicyResourceType;

pub use crate::types::_described_host_key::DescribedHostKey;

pub use crate::types::_described_execution::DescribedExecution;

pub use crate::types::_execution_results::ExecutionResults;

pub use crate::types::_execution_step_result::ExecutionStepResult;

pub use crate::types::_execution_error::ExecutionError;

pub use crate::types::_execution_error_type::ExecutionErrorType;

pub use crate::types::_logging_configuration::LoggingConfiguration;

pub use crate::types::_described_access::DescribedAccess;

mod _agreement_status_type;

mod _as2_connector_config;

mod _as2_transport;

mod _certificate_status_type;

mod _certificate_type;

mod _certificate_usage_type;

mod _compression_enum;

mod _connector_file_transfer_result;

mod _copy_step_details;

mod _custom_step_details;

mod _custom_step_status;

mod _decrypt_step_details;

mod _delete_step_details;

mod _described_access;

mod _described_agreement;

mod _described_certificate;

mod _described_connector;

mod _described_execution;

mod _described_host_key;

mod _described_profile;

mod _described_security_policy;

mod _described_server;

mod _described_user;

mod _described_workflow;

mod _directory_listing_optimization;

mod _domain;

mod _efs_file_location;

mod _encryption_alg;

mod _encryption_type;

mod _endpoint_details;

mod _endpoint_type;

mod _execution_error;

mod _execution_error_type;

mod _execution_results;

mod _execution_status;

mod _execution_step_result;

mod _file_location;

mod _home_directory_map_entry;

mod _home_directory_type;

mod _identity_provider_details;

mod _identity_provider_type;

mod _input_file_location;

mod _listed_access;

mod _listed_agreement;

mod _listed_certificate;

mod _listed_connector;

mod _listed_execution;

mod _listed_host_key;

mod _listed_profile;

mod _listed_server;

mod _listed_user;

mod _listed_workflow;

mod _logging_configuration;

mod _map_type;

mod _mdn_response;

mod _mdn_signing_alg;

mod _overwrite_existing;

mod _posix_profile;

mod _profile_type;

mod _protocol;

mod _protocol_details;

mod _s3_file_location;

mod _s3_input_file_location;

mod _s3_storage_options;

mod _s3_tag;

mod _security_policy_protocol;

mod _security_policy_resource_type;

mod _service_metadata;

mod _set_stat_option;

mod _sftp_authentication_methods;

mod _sftp_connector_config;

mod _signing_alg;

mod _ssh_public_key;

mod _state;

mod _tag;

mod _tag_step_details;

mod _tls_session_resumption_mode;

mod _transfer_table_status;

mod _user_details;

mod _workflow_detail;

mod _workflow_details;

mod _workflow_step;

mod _workflow_step_type;

/// Builders
pub mod builders;

/// Error types that AWS Transfer Family can respond with.
pub mod error;