aws-sdk-efs 1.79.0

AWS SDK for Amazon Elastic File System
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateAccessPoint` operation.
pub mod create_access_point;

/// Types for the `CreateFileSystem` operation.
pub mod create_file_system;

/// Types for the `CreateMountTarget` operation.
pub mod create_mount_target;

/// Types for the `CreateReplicationConfiguration` operation.
pub mod create_replication_configuration;

/// Types for the `CreateTags` operation.
pub mod create_tags;

/// Types for the `DeleteAccessPoint` operation.
pub mod delete_access_point;

/// Types for the `DeleteFileSystem` operation.
pub mod delete_file_system;

/// Types for the `DeleteFileSystemPolicy` operation.
pub mod delete_file_system_policy;

/// Types for the `DeleteMountTarget` operation.
pub mod delete_mount_target;

/// Types for the `DeleteReplicationConfiguration` operation.
pub mod delete_replication_configuration;

/// Types for the `DeleteTags` operation.
pub mod delete_tags;

/// Types for the `DescribeAccessPoints` operation.
pub mod describe_access_points;

/// Types for the `DescribeAccountPreferences` operation.
pub mod describe_account_preferences;

/// Types for the `DescribeBackupPolicy` operation.
pub mod describe_backup_policy;

/// Types for the `DescribeFileSystemPolicy` operation.
pub mod describe_file_system_policy;

/// Types for the `DescribeFileSystems` operation.
pub mod describe_file_systems;

/// Types for the `DescribeLifecycleConfiguration` operation.
pub mod describe_lifecycle_configuration;

/// Types for the `DescribeMountTargetSecurityGroups` operation.
pub mod describe_mount_target_security_groups;

/// Types for the `DescribeMountTargets` operation.
pub mod describe_mount_targets;

/// Types for the `DescribeReplicationConfigurations` operation.
pub mod describe_replication_configurations;

/// Types for the `DescribeTags` operation.
pub mod describe_tags;

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

/// Types for the `ModifyMountTargetSecurityGroups` operation.
pub mod modify_mount_target_security_groups;

/// Types for the `PutAccountPreferences` operation.
pub mod put_account_preferences;

/// Types for the `PutBackupPolicy` operation.
pub mod put_backup_policy;

/// Types for the `PutFileSystemPolicy` operation.
pub mod put_file_system_policy;

/// Types for the `PutLifecycleConfiguration` operation.
pub mod put_lifecycle_configuration;

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

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

/// Types for the `UpdateFileSystem` operation.
pub mod update_file_system;

/// Types for the `UpdateFileSystemProtection` operation.
pub mod update_file_system_protection;