[][src]Crate rusoto_efs

Amazon Elastic File System

Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for use with Amazon EC2 instances in the AWS Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and remove files, so your applications have the storage they need, when they need it. For more information, see the User Guide.

If you're using the service, you're probably looking for EfsClient and Efs.

Structs

CreateFileSystemRequest
CreateMountTargetRequest

CreateTagsRequest

DeleteFileSystemRequest

DeleteMountTargetRequest

DeleteTagsRequest

DescribeFileSystemsRequest

DescribeFileSystemsResponse
DescribeLifecycleConfigurationRequest
DescribeMountTargetSecurityGroupsRequest

DescribeMountTargetSecurityGroupsResponse
DescribeMountTargetsRequest

DescribeMountTargetsResponse

DescribeTagsRequest

DescribeTagsResponse

EfsClient

A client for the EFS API.

FileSystemDescription

A description of the file system.

FileSystemSize

The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field. The value doesn't represent the size of a consistent snapshot of the file system, but it is eventually consistent when there are no writes to the file system. That is, the value represents the actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not necessarily the exact size the file system was at any instant in time.

LifecycleConfigurationDescription
LifecyclePolicy

Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.

ModifyMountTargetSecurityGroupsRequest

MountTargetDescription

Provides a description of a mount target.

PutLifecycleConfigurationRequest
Tag

A tag is a key-value pair. Allowed characters are letters, white space, and numbers that can be represented in UTF-8, and the following characters: + - = . _ : /

UpdateFileSystemRequest

Enums

CreateFileSystemError

Errors returned by CreateFileSystem

CreateMountTargetError

Errors returned by CreateMountTarget

CreateTagsError

Errors returned by CreateTags

DeleteFileSystemError

Errors returned by DeleteFileSystem

DeleteMountTargetError

Errors returned by DeleteMountTarget

DeleteTagsError

Errors returned by DeleteTags

DescribeFileSystemsError

Errors returned by DescribeFileSystems

DescribeLifecycleConfigurationError

Errors returned by DescribeLifecycleConfiguration

DescribeMountTargetSecurityGroupsError

Errors returned by DescribeMountTargetSecurityGroups

DescribeMountTargetsError

Errors returned by DescribeMountTargets

DescribeTagsError

Errors returned by DescribeTags

ModifyMountTargetSecurityGroupsError

Errors returned by ModifyMountTargetSecurityGroups

PutLifecycleConfigurationError

Errors returned by PutLifecycleConfiguration

UpdateFileSystemError

Errors returned by UpdateFileSystem

Traits

Efs

Trait representing the capabilities of the EFS API. EFS clients implement this trait.