aws_sdk_datasync/
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 `AddStorageSystem` operation.
5pub mod add_storage_system;
6
7/// Types for the `CancelTaskExecution` operation.
8pub mod cancel_task_execution;
9
10/// Types for the `CreateAgent` operation.
11pub mod create_agent;
12
13/// Types for the `CreateLocationAzureBlob` operation.
14pub mod create_location_azure_blob;
15
16/// Types for the `CreateLocationEfs` operation.
17pub mod create_location_efs;
18
19/// Types for the `CreateLocationFsxLustre` operation.
20pub mod create_location_fsx_lustre;
21
22/// Types for the `CreateLocationFsxOntap` operation.
23pub mod create_location_fsx_ontap;
24
25/// Types for the `CreateLocationFsxOpenZfs` operation.
26pub mod create_location_fsx_open_zfs;
27
28/// Types for the `CreateLocationFsxWindows` operation.
29pub mod create_location_fsx_windows;
30
31/// Types for the `CreateLocationHdfs` operation.
32pub mod create_location_hdfs;
33
34/// Types for the `CreateLocationNfs` operation.
35pub mod create_location_nfs;
36
37/// Types for the `CreateLocationObjectStorage` operation.
38pub mod create_location_object_storage;
39
40/// Types for the `CreateLocationS3` operation.
41pub mod create_location_s3;
42
43/// Types for the `CreateLocationSmb` operation.
44pub mod create_location_smb;
45
46/// Types for the `CreateTask` operation.
47pub mod create_task;
48
49/// Types for the `DeleteAgent` operation.
50pub mod delete_agent;
51
52/// Types for the `DeleteLocation` operation.
53pub mod delete_location;
54
55/// Types for the `DeleteTask` operation.
56pub mod delete_task;
57
58/// Types for the `DescribeAgent` operation.
59pub mod describe_agent;
60
61/// Types for the `DescribeDiscoveryJob` operation.
62pub mod describe_discovery_job;
63
64/// Types for the `DescribeLocationAzureBlob` operation.
65pub mod describe_location_azure_blob;
66
67/// Types for the `DescribeLocationEfs` operation.
68pub mod describe_location_efs;
69
70/// Types for the `DescribeLocationFsxLustre` operation.
71pub mod describe_location_fsx_lustre;
72
73/// Types for the `DescribeLocationFsxOntap` operation.
74pub mod describe_location_fsx_ontap;
75
76/// Types for the `DescribeLocationFsxOpenZfs` operation.
77pub mod describe_location_fsx_open_zfs;
78
79/// Types for the `DescribeLocationFsxWindows` operation.
80pub mod describe_location_fsx_windows;
81
82/// Types for the `DescribeLocationHdfs` operation.
83pub mod describe_location_hdfs;
84
85/// Types for the `DescribeLocationNfs` operation.
86pub mod describe_location_nfs;
87
88/// Types for the `DescribeLocationObjectStorage` operation.
89pub mod describe_location_object_storage;
90
91/// Types for the `DescribeLocationS3` operation.
92pub mod describe_location_s3;
93
94/// Types for the `DescribeLocationSmb` operation.
95pub mod describe_location_smb;
96
97/// Types for the `DescribeStorageSystem` operation.
98pub mod describe_storage_system;
99
100/// Types for the `DescribeStorageSystemResourceMetrics` operation.
101pub mod describe_storage_system_resource_metrics;
102
103/// Types for the `DescribeStorageSystemResources` operation.
104pub mod describe_storage_system_resources;
105
106/// Types for the `DescribeTask` operation.
107pub mod describe_task;
108
109/// Types for the `DescribeTaskExecution` operation.
110pub mod describe_task_execution;
111
112/// Types for the `GenerateRecommendations` operation.
113pub mod generate_recommendations;
114
115/// Types for the `ListAgents` operation.
116pub mod list_agents;
117
118/// Types for the `ListDiscoveryJobs` operation.
119pub mod list_discovery_jobs;
120
121/// Types for the `ListLocations` operation.
122pub mod list_locations;
123
124/// Types for the `ListStorageSystems` operation.
125pub mod list_storage_systems;
126
127/// Types for the `ListTagsForResource` operation.
128pub mod list_tags_for_resource;
129
130/// Types for the `ListTaskExecutions` operation.
131pub mod list_task_executions;
132
133/// Types for the `ListTasks` operation.
134pub mod list_tasks;
135
136/// Types for the `RemoveStorageSystem` operation.
137pub mod remove_storage_system;
138
139/// Types for the `StartDiscoveryJob` operation.
140pub mod start_discovery_job;
141
142/// Types for the `StartTaskExecution` operation.
143pub mod start_task_execution;
144
145/// Types for the `StopDiscoveryJob` operation.
146pub mod stop_discovery_job;
147
148/// Types for the `TagResource` operation.
149pub mod tag_resource;
150
151/// Types for the `UntagResource` operation.
152pub mod untag_resource;
153
154/// Types for the `UpdateAgent` operation.
155pub mod update_agent;
156
157/// Types for the `UpdateDiscoveryJob` operation.
158pub mod update_discovery_job;
159
160/// Types for the `UpdateLocationAzureBlob` operation.
161pub mod update_location_azure_blob;
162
163/// Types for the `UpdateLocationEfs` operation.
164pub mod update_location_efs;
165
166/// Types for the `UpdateLocationFsxLustre` operation.
167pub mod update_location_fsx_lustre;
168
169/// Types for the `UpdateLocationFsxOntap` operation.
170pub mod update_location_fsx_ontap;
171
172/// Types for the `UpdateLocationFsxOpenZfs` operation.
173pub mod update_location_fsx_open_zfs;
174
175/// Types for the `UpdateLocationFsxWindows` operation.
176pub mod update_location_fsx_windows;
177
178/// Types for the `UpdateLocationHdfs` operation.
179pub mod update_location_hdfs;
180
181/// Types for the `UpdateLocationNfs` operation.
182pub mod update_location_nfs;
183
184/// Types for the `UpdateLocationObjectStorage` operation.
185pub mod update_location_object_storage;
186
187/// Types for the `UpdateLocationS3` operation.
188pub mod update_location_s3;
189
190/// Types for the `UpdateLocationSmb` operation.
191pub mod update_location_smb;
192
193/// Types for the `UpdateStorageSystem` operation.
194pub mod update_storage_system;
195
196/// Types for the `UpdateTask` operation.
197pub mod update_task;
198
199/// Types for the `UpdateTaskExecution` operation.
200pub mod update_task_execution;