aws-sdk-s3files 1.5.0

AWS SDK for Amazon S3 Files
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 `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 `GetAccessPoint` operation.
pub mod get_access_point;

/// Types for the `GetFileSystem` operation.
pub mod get_file_system;

/// Types for the `GetFileSystemPolicy` operation.
pub mod get_file_system_policy;

/// Types for the `GetMountTarget` operation.
pub mod get_mount_target;

/// Types for the `GetSynchronizationConfiguration` operation.
pub mod get_synchronization_configuration;

/// Types for the `ListAccessPoints` operation.
pub mod list_access_points;

/// Types for the `ListFileSystems` operation.
pub mod list_file_systems;

/// Types for the `ListMountTargets` operation.
pub mod list_mount_targets;

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

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

/// Types for the `PutSynchronizationConfiguration` operation.
pub mod put_synchronization_configuration;

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

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

/// Types for the `UpdateMountTarget` operation.
pub mod update_mount_target;