Crate rusoto_efs[][src]

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
DescribeMountTargetSecurityGroupsRequest

DescribeMountTargetSecurityGroupsResponse
DescribeMountTargetsRequest

DescribeMountTargetsResponse

DescribeTagsRequest

DescribeTagsResponse

EfsClient

A client for the EFS API.

FileSystemDescription

Description of the file system.

FileSystemSize

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. Note that the value does not 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 will represent 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.

ModifyMountTargetSecurityGroupsRequest

MountTargetDescription

Provides a description of a mount target.

Tag

A tag is a key-value pair. Allowed characters: letters, whitespace, and numbers, representable in UTF-8, and the following characters: + - = . _ : /

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

DescribeMountTargetSecurityGroupsError

Errors returned by DescribeMountTargetSecurityGroups

DescribeMountTargetsError

Errors returned by DescribeMountTargets

DescribeTagsError

Errors returned by DescribeTags

ModifyMountTargetSecurityGroupsError

Errors returned by ModifyMountTargetSecurityGroups

Traits

Efs

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