aws_sdk_datasync/
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddStorageSystem` operation.
pub mod add_storage_system;

/// Types for the `CancelTaskExecution` operation.
pub mod cancel_task_execution;

/// Types for the `CreateAgent` operation.
pub mod create_agent;

/// Types for the `CreateLocationAzureBlob` operation.
pub mod create_location_azure_blob;

/// Types for the `CreateLocationEfs` operation.
pub mod create_location_efs;

/// Types for the `CreateLocationFsxLustre` operation.
pub mod create_location_fsx_lustre;

/// Types for the `CreateLocationFsxOntap` operation.
pub mod create_location_fsx_ontap;

/// Types for the `CreateLocationFsxOpenZfs` operation.
pub mod create_location_fsx_open_zfs;

/// Types for the `CreateLocationFsxWindows` operation.
pub mod create_location_fsx_windows;

/// Types for the `CreateLocationHdfs` operation.
pub mod create_location_hdfs;

/// Types for the `CreateLocationNfs` operation.
pub mod create_location_nfs;

/// Types for the `CreateLocationObjectStorage` operation.
pub mod create_location_object_storage;

/// Types for the `CreateLocationS3` operation.
pub mod create_location_s3;

/// Types for the `CreateLocationSmb` operation.
pub mod create_location_smb;

/// Types for the `CreateTask` operation.
pub mod create_task;

/// Types for the `DeleteAgent` operation.
pub mod delete_agent;

/// Types for the `DeleteLocation` operation.
pub mod delete_location;

/// Types for the `DeleteTask` operation.
pub mod delete_task;

/// Types for the `DescribeAgent` operation.
pub mod describe_agent;

/// Types for the `DescribeDiscoveryJob` operation.
pub mod describe_discovery_job;

/// Types for the `DescribeLocationAzureBlob` operation.
pub mod describe_location_azure_blob;

/// Types for the `DescribeLocationEfs` operation.
pub mod describe_location_efs;

/// Types for the `DescribeLocationFsxLustre` operation.
pub mod describe_location_fsx_lustre;

/// Types for the `DescribeLocationFsxOntap` operation.
pub mod describe_location_fsx_ontap;

/// Types for the `DescribeLocationFsxOpenZfs` operation.
pub mod describe_location_fsx_open_zfs;

/// Types for the `DescribeLocationFsxWindows` operation.
pub mod describe_location_fsx_windows;

/// Types for the `DescribeLocationHdfs` operation.
pub mod describe_location_hdfs;

/// Types for the `DescribeLocationNfs` operation.
pub mod describe_location_nfs;

/// Types for the `DescribeLocationObjectStorage` operation.
pub mod describe_location_object_storage;

/// Types for the `DescribeLocationS3` operation.
pub mod describe_location_s3;

/// Types for the `DescribeLocationSmb` operation.
pub mod describe_location_smb;

/// Types for the `DescribeStorageSystem` operation.
pub mod describe_storage_system;

/// Types for the `DescribeStorageSystemResourceMetrics` operation.
pub mod describe_storage_system_resource_metrics;

/// Types for the `DescribeStorageSystemResources` operation.
pub mod describe_storage_system_resources;

/// Types for the `DescribeTask` operation.
pub mod describe_task;

/// Types for the `DescribeTaskExecution` operation.
pub mod describe_task_execution;

/// Types for the `GenerateRecommendations` operation.
pub mod generate_recommendations;

/// Types for the `ListAgents` operation.
pub mod list_agents;

/// Types for the `ListDiscoveryJobs` operation.
pub mod list_discovery_jobs;

/// Types for the `ListLocations` operation.
pub mod list_locations;

/// Types for the `ListStorageSystems` operation.
pub mod list_storage_systems;

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

/// Types for the `ListTaskExecutions` operation.
pub mod list_task_executions;

/// Types for the `ListTasks` operation.
pub mod list_tasks;

/// Types for the `RemoveStorageSystem` operation.
pub mod remove_storage_system;

/// Types for the `StartDiscoveryJob` operation.
pub mod start_discovery_job;

/// Types for the `StartTaskExecution` operation.
pub mod start_task_execution;

/// Types for the `StopDiscoveryJob` operation.
pub mod stop_discovery_job;

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

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

/// Types for the `UpdateAgent` operation.
pub mod update_agent;

/// Types for the `UpdateDiscoveryJob` operation.
pub mod update_discovery_job;

/// Types for the `UpdateLocationAzureBlob` operation.
pub mod update_location_azure_blob;

/// Types for the `UpdateLocationEfs` operation.
pub mod update_location_efs;

/// Types for the `UpdateLocationFsxLustre` operation.
pub mod update_location_fsx_lustre;

/// Types for the `UpdateLocationFsxOntap` operation.
pub mod update_location_fsx_ontap;

/// Types for the `UpdateLocationFsxOpenZfs` operation.
pub mod update_location_fsx_open_zfs;

/// Types for the `UpdateLocationFsxWindows` operation.
pub mod update_location_fsx_windows;

/// Types for the `UpdateLocationHdfs` operation.
pub mod update_location_hdfs;

/// Types for the `UpdateLocationNfs` operation.
pub mod update_location_nfs;

/// Types for the `UpdateLocationObjectStorage` operation.
pub mod update_location_object_storage;

/// Types for the `UpdateLocationS3` operation.
pub mod update_location_s3;

/// Types for the `UpdateLocationSmb` operation.
pub mod update_location_smb;

/// Types for the `UpdateStorageSystem` operation.
pub mod update_storage_system;

/// Types for the `UpdateTask` operation.
pub mod update_task;

/// Types for the `UpdateTaskExecution` operation.
pub mod update_task_execution;