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