aws_sdk_storagegateway/
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 `ActivateGateway` operation.
5pub mod activate_gateway;
6
7/// Types for the `AddCache` operation.
8pub mod add_cache;
9
10/// Types for the `AddTagsToResource` operation.
11pub mod add_tags_to_resource;
12
13/// Types for the `AddUploadBuffer` operation.
14pub mod add_upload_buffer;
15
16/// Types for the `AddWorkingStorage` operation.
17pub mod add_working_storage;
18
19/// Types for the `AssignTapePool` operation.
20pub mod assign_tape_pool;
21
22/// Types for the `AssociateFileSystem` operation.
23pub mod associate_file_system;
24
25/// Types for the `AttachVolume` operation.
26pub mod attach_volume;
27
28/// Types for the `CancelArchival` operation.
29pub mod cancel_archival;
30
31/// Types for the `CancelCacheReport` operation.
32pub mod cancel_cache_report;
33
34/// Types for the `CancelRetrieval` operation.
35pub mod cancel_retrieval;
36
37/// Types for the `CreateCachediSCSIVolume` operation.
38pub mod create_cachedi_scsi_volume;
39
40/// Types for the `CreateNFSFileShare` operation.
41pub mod create_nfs_file_share;
42
43/// Types for the `CreateSMBFileShare` operation.
44pub mod create_smb_file_share;
45
46/// Types for the `CreateSnapshot` operation.
47pub mod create_snapshot;
48
49/// Types for the `CreateSnapshotFromVolumeRecoveryPoint` operation.
50pub mod create_snapshot_from_volume_recovery_point;
51
52/// Types for the `CreateStorediSCSIVolume` operation.
53pub mod create_storedi_scsi_volume;
54
55/// Types for the `CreateTapePool` operation.
56pub mod create_tape_pool;
57
58/// Types for the `CreateTapeWithBarcode` operation.
59pub mod create_tape_with_barcode;
60
61/// Types for the `CreateTapes` operation.
62pub mod create_tapes;
63
64/// Types for the `DeleteAutomaticTapeCreationPolicy` operation.
65pub mod delete_automatic_tape_creation_policy;
66
67/// Types for the `DeleteBandwidthRateLimit` operation.
68pub mod delete_bandwidth_rate_limit;
69
70/// Types for the `DeleteCacheReport` operation.
71pub mod delete_cache_report;
72
73/// Types for the `DeleteChapCredentials` operation.
74pub mod delete_chap_credentials;
75
76/// Types for the `DeleteFileShare` operation.
77pub mod delete_file_share;
78
79/// Types for the `DeleteGateway` operation.
80pub mod delete_gateway;
81
82/// Types for the `DeleteSnapshotSchedule` operation.
83pub mod delete_snapshot_schedule;
84
85/// Types for the `DeleteTape` operation.
86pub mod delete_tape;
87
88/// Types for the `DeleteTapeArchive` operation.
89pub mod delete_tape_archive;
90
91/// Types for the `DeleteTapePool` operation.
92pub mod delete_tape_pool;
93
94/// Types for the `DeleteVolume` operation.
95pub mod delete_volume;
96
97/// Types for the `DescribeAvailabilityMonitorTest` operation.
98pub mod describe_availability_monitor_test;
99
100/// Types for the `DescribeBandwidthRateLimit` operation.
101pub mod describe_bandwidth_rate_limit;
102
103/// Types for the `DescribeBandwidthRateLimitSchedule` operation.
104pub mod describe_bandwidth_rate_limit_schedule;
105
106/// Types for the `DescribeCache` operation.
107pub mod describe_cache;
108
109/// Types for the `DescribeCacheReport` operation.
110pub mod describe_cache_report;
111
112/// Types for the `DescribeCachediSCSIVolumes` operation.
113pub mod describe_cachedi_scsi_volumes;
114
115/// Types for the `DescribeChapCredentials` operation.
116pub mod describe_chap_credentials;
117
118/// Types for the `DescribeFileSystemAssociations` operation.
119pub mod describe_file_system_associations;
120
121/// Types for the `DescribeGatewayInformation` operation.
122pub mod describe_gateway_information;
123
124/// Types for the `DescribeMaintenanceStartTime` operation.
125pub mod describe_maintenance_start_time;
126
127/// Types for the `DescribeNFSFileShares` operation.
128pub mod describe_nfs_file_shares;
129
130/// Types for the `DescribeSMBFileShares` operation.
131pub mod describe_smb_file_shares;
132
133/// Types for the `DescribeSMBSettings` operation.
134pub mod describe_smb_settings;
135
136/// Types for the `DescribeSnapshotSchedule` operation.
137pub mod describe_snapshot_schedule;
138
139/// Types for the `DescribeStorediSCSIVolumes` operation.
140pub mod describe_storedi_scsi_volumes;
141
142/// Types for the `DescribeTapeArchives` operation.
143pub mod describe_tape_archives;
144
145/// Types for the `DescribeTapeRecoveryPoints` operation.
146pub mod describe_tape_recovery_points;
147
148/// Types for the `DescribeTapes` operation.
149pub mod describe_tapes;
150
151/// Types for the `DescribeUploadBuffer` operation.
152pub mod describe_upload_buffer;
153
154/// Types for the `DescribeVTLDevices` operation.
155pub mod describe_vtl_devices;
156
157/// Types for the `DescribeWorkingStorage` operation.
158pub mod describe_working_storage;
159
160/// Types for the `DetachVolume` operation.
161pub mod detach_volume;
162
163/// Types for the `DisableGateway` operation.
164pub mod disable_gateway;
165
166/// Types for the `DisassociateFileSystem` operation.
167pub mod disassociate_file_system;
168
169/// Types for the `EvictFilesFailingUpload` operation.
170pub mod evict_files_failing_upload;
171
172/// Types for the `JoinDomain` operation.
173pub mod join_domain;
174
175/// Types for the `ListAutomaticTapeCreationPolicies` operation.
176pub mod list_automatic_tape_creation_policies;
177
178/// Types for the `ListCacheReports` operation.
179pub mod list_cache_reports;
180
181/// Types for the `ListFileShares` operation.
182pub mod list_file_shares;
183
184/// Types for the `ListFileSystemAssociations` operation.
185pub mod list_file_system_associations;
186
187/// Types for the `ListGateways` operation.
188pub mod list_gateways;
189
190/// Types for the `ListLocalDisks` operation.
191pub mod list_local_disks;
192
193/// Types for the `ListTagsForResource` operation.
194pub mod list_tags_for_resource;
195
196/// Types for the `ListTapePools` operation.
197pub mod list_tape_pools;
198
199/// Types for the `ListTapes` operation.
200pub mod list_tapes;
201
202/// Types for the `ListVolumeInitiators` operation.
203pub mod list_volume_initiators;
204
205/// Types for the `ListVolumeRecoveryPoints` operation.
206pub mod list_volume_recovery_points;
207
208/// Types for the `ListVolumes` operation.
209pub mod list_volumes;
210
211/// Types for the `NotifyWhenUploaded` operation.
212pub mod notify_when_uploaded;
213
214/// Types for the `RefreshCache` operation.
215pub mod refresh_cache;
216
217/// Types for the `RemoveTagsFromResource` operation.
218pub mod remove_tags_from_resource;
219
220/// Types for the `ResetCache` operation.
221pub mod reset_cache;
222
223/// Types for the `RetrieveTapeArchive` operation.
224pub mod retrieve_tape_archive;
225
226/// Types for the `RetrieveTapeRecoveryPoint` operation.
227pub mod retrieve_tape_recovery_point;
228
229/// Types for the `SetLocalConsolePassword` operation.
230pub mod set_local_console_password;
231
232/// Types for the `SetSMBGuestPassword` operation.
233pub mod set_smb_guest_password;
234
235/// Types for the `ShutdownGateway` operation.
236pub mod shutdown_gateway;
237
238/// Types for the `StartAvailabilityMonitorTest` operation.
239pub mod start_availability_monitor_test;
240
241/// Types for the `StartCacheReport` operation.
242pub mod start_cache_report;
243
244/// Types for the `StartGateway` operation.
245pub mod start_gateway;
246
247/// Types for the `UpdateAutomaticTapeCreationPolicy` operation.
248pub mod update_automatic_tape_creation_policy;
249
250/// Types for the `UpdateBandwidthRateLimit` operation.
251pub mod update_bandwidth_rate_limit;
252
253/// Types for the `UpdateBandwidthRateLimitSchedule` operation.
254pub mod update_bandwidth_rate_limit_schedule;
255
256/// Types for the `UpdateChapCredentials` operation.
257pub mod update_chap_credentials;
258
259/// Types for the `UpdateFileSystemAssociation` operation.
260pub mod update_file_system_association;
261
262/// Types for the `UpdateGatewayInformation` operation.
263pub mod update_gateway_information;
264
265/// Types for the `UpdateGatewaySoftwareNow` operation.
266pub mod update_gateway_software_now;
267
268/// Types for the `UpdateMaintenanceStartTime` operation.
269pub mod update_maintenance_start_time;
270
271/// Types for the `UpdateNFSFileShare` operation.
272pub mod update_nfs_file_share;
273
274/// Types for the `UpdateSMBFileShare` operation.
275pub mod update_smb_file_share;
276
277/// Types for the `UpdateSMBFileShareVisibility` operation.
278pub mod update_smb_file_share_visibility;
279
280/// Types for the `UpdateSMBLocalGroups` operation.
281pub mod update_smb_local_groups;
282
283/// Types for the `UpdateSMBSecurityStrategy` operation.
284pub mod update_smb_security_strategy;
285
286/// Types for the `UpdateSnapshotSchedule` operation.
287pub mod update_snapshot_schedule;
288
289/// Types for the `UpdateVTLDeviceType` operation.
290pub mod update_vtl_device_type;