aws_sdk_efs/
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 `CreateAccessPoint` operation.
5pub mod create_access_point;
6
7/// Types for the `CreateFileSystem` operation.
8pub mod create_file_system;
9
10/// Types for the `CreateMountTarget` operation.
11pub mod create_mount_target;
12
13/// Types for the `CreateReplicationConfiguration` operation.
14pub mod create_replication_configuration;
15
16/// Types for the `CreateTags` operation.
17pub mod create_tags;
18
19/// Types for the `DeleteAccessPoint` operation.
20pub mod delete_access_point;
21
22/// Types for the `DeleteFileSystem` operation.
23pub mod delete_file_system;
24
25/// Types for the `DeleteFileSystemPolicy` operation.
26pub mod delete_file_system_policy;
27
28/// Types for the `DeleteMountTarget` operation.
29pub mod delete_mount_target;
30
31/// Types for the `DeleteReplicationConfiguration` operation.
32pub mod delete_replication_configuration;
33
34/// Types for the `DeleteTags` operation.
35pub mod delete_tags;
36
37/// Types for the `DescribeAccessPoints` operation.
38pub mod describe_access_points;
39
40/// Types for the `DescribeAccountPreferences` operation.
41pub mod describe_account_preferences;
42
43/// Types for the `DescribeBackupPolicy` operation.
44pub mod describe_backup_policy;
45
46/// Types for the `DescribeFileSystemPolicy` operation.
47pub mod describe_file_system_policy;
48
49/// Types for the `DescribeFileSystems` operation.
50pub mod describe_file_systems;
51
52/// Types for the `DescribeLifecycleConfiguration` operation.
53pub mod describe_lifecycle_configuration;
54
55/// Types for the `DescribeMountTargetSecurityGroups` operation.
56pub mod describe_mount_target_security_groups;
57
58/// Types for the `DescribeMountTargets` operation.
59pub mod describe_mount_targets;
60
61/// Types for the `DescribeReplicationConfigurations` operation.
62pub mod describe_replication_configurations;
63
64/// Types for the `DescribeTags` operation.
65pub mod describe_tags;
66
67/// Types for the `ListTagsForResource` operation.
68pub mod list_tags_for_resource;
69
70/// Types for the `ModifyMountTargetSecurityGroups` operation.
71pub mod modify_mount_target_security_groups;
72
73/// Types for the `PutAccountPreferences` operation.
74pub mod put_account_preferences;
75
76/// Types for the `PutBackupPolicy` operation.
77pub mod put_backup_policy;
78
79/// Types for the `PutFileSystemPolicy` operation.
80pub mod put_file_system_policy;
81
82/// Types for the `PutLifecycleConfiguration` operation.
83pub mod put_lifecycle_configuration;
84
85/// Types for the `TagResource` operation.
86pub mod tag_resource;
87
88/// Types for the `UntagResource` operation.
89pub mod untag_resource;
90
91/// Types for the `UpdateFileSystem` operation.
92pub mod update_file_system;
93
94/// Types for the `UpdateFileSystemProtection` operation.
95pub mod update_file_system_protection;