Amazon.ElasticFileSystem.Model.Internal |
Name | Description |
---|---|
BadRequestException | |
CreateFileSystemRequest | Container for the parameters to the CreateFileSystem operation. Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's AWS account with the specified creation token, this operation does the following:
Otherwise, this operation returns a For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a The This operation also takes an optional After the file system is fully created, Amazon EFS sets its lifecycle state to This operation requires permissions for the |
CreateFileSystemResponse | Description of the file system. |
CreateMountTargetRequest | Container for the parameters to the CreateMountTarget operation. Creates a mount target for a file system. You can then mount the file system on EC2 instances via the mount target. You can create one mount target in each Availability Zone in your VPC. All EC2 instances in a VPC within a given Availability Zone share a single mount target for a given file system. If you have multiple subnets in an Availability Zone, you create a mount target in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target in order to access their file system. For more information, see Amazon EFS: How it Works. In the request, you also specify a file system ID for which you are creating the mount target and the file system's lifecycle state must be In the request, you also provide a subnet ID, which determines the following:
After creating the mount target, Amazon EFS returns a response that includes, a Note that you can create mount targets for a file system in only one VPC, and there can be only one mount target per Availability Zone. That is, if the file system already has one or more mount targets created for it, the subnet specified in the request to add another mount target must meet the following requirements:
If the request satisfies the requirements, Amazon EFS does the following:
The We recommend you create a mount target in each of the Availability Zones. There are cost considerations for using a file system in an Availability Zone through a mount target created in another Availability Zone. For more information, see Amazon EFS. In addition, by always using a mount target local to the instance's Availability Zone, you eliminate a partial failure scenario. If the Availability Zone in which your mount target is created goes down, then you won't be able to access your file system through that mount target. This operation requires permissions for the following action on the file system:
This operation also requires permissions for the following Amazon EC2 actions:
|
CreateMountTargetResponse | Provides a description of a mount target. |
CreateTagsRequest | Container for the parameters to the CreateTags operation. Creates or overwrites tags associated with a file system. Each tag is a key-value pair. If a tag key specified in the request already exists on the file system, this operation overwrites its value with the value provided in the request. If you add the Name tag to your file system, Amazon EFS returns it in the response to the DescribeFileSystems operation. This operation requires permission for the |
DeleteFileSystemRequest | Container for the parameters to the DeleteFileSystem operation. Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you can't access any contents of the deleted file system. You can't delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget. The This operation requires permissions for the |
DeleteMountTargetRequest | Container for the parameters to the DeleteMountTarget operation. Deletes the specified mount target. This operation forcibly breaks any mounts of the file system via the mount target that is being deleted, which might disrupt instances or applications using those mounts. To avoid applications getting cut off abruptly, you might consider unmounting any mounts of the mount target, if feasible. The operation also deletes the associated network interface. Uncommitted writes may be lost, but breaking a mount target using this operation does not corrupt the file system itself. The file system you created remains. You can mount an EC2 instance in your VPC via another mount target. This operation requires permissions for the following action on the file system:
The The operation also requires permissions for the following Amazon EC2 action on the mount target's network interface:
|
DeleteTagsRequest | Container for the parameters to the DeleteTags operation. Deletes the specified tags from a file system. If the DeleteTags request includes a tag key that does not exist, Amazon EFS ignores it and doesn't cause an error. For more information about tags and related restrictions, see Tag Restrictions in the AWS Billing and Cost Management User Guide. This operation requires permissions for the |
DependencyTimeoutException | |
DescribeFileSystemsRequest | Container for the parameters to the DescribeFileSystems operation. Returns the description of a specific Amazon EFS file system if either the file system CreationToken or the FileSystemId is provided. Otherwise, it returns descriptions of all file systems owned by the caller's AWS account in the AWS Region of the endpoint that you're calling. When retrieving all file system descriptions, you can optionally specify the To retrieve a list of your file system descriptions, this operation is used in an iterative process, where The implementation may return fewer than The order of file systems returned in the response of one This operation requires permissions for the |
DescribeFileSystemsResponse | This is the response object from the DescribeFileSystems operation. |
DescribeMountTargetSecurityGroupsRequest | Container for the parameters to the DescribeMountTargetSecurityGroups operation. Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not deleted . This operation requires permissions for the following actions:
|
DescribeMountTargetSecurityGroupsResponse | This is the response object from the DescribeMountTargetSecurityGroups operation. |
DescribeMountTargetsRequest | Container for the parameters to the DescribeMountTargets operation. Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified. This operation requires permissions for the |
DescribeTagsRequest | Container for the parameters to the DescribeTags operation. Returns the tags associated with a file system. The order of tags returned in the response of one DescribeTags call and the order of tags returned across the responses of a multi-call iteration (when using pagination) is unspecified. This operation requires permissions for the |
FileSystemAlreadyExistsException | |
FileSystemDescription | Description of the file system. |
FileSystemInUseException | |
FileSystemLimitExceededException | |
FileSystemNotFoundException | |
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. |
IncorrectFileSystemLifeCycleStateException | |
IncorrectMountTargetStateException | |
InternalServerErrorException | |
IpAddressInUseException | |
ModifyMountTargetSecurityGroupsRequest | Container for the parameters to the ModifyMountTargetSecurityGroups operation. Modifies the set of security groups in effect for a mount target. When you create a mount target, Amazon EFS also creates a new network interface. For more information, see CreateMountTarget. This operation replaces the security groups in effect for the network interface associated with a mount target, with the The operation requires permissions for the following actions:
|
MountTargetConflictException | |
MountTargetDescription | Provides a description of a mount target. |
MountTargetNotFoundException | |
NetworkInterfaceLimitExceededException | |
NoFreeAddressesInSubnetException | |
SecurityGroupLimitExceededException | |
SecurityGroupNotFoundException | |
SubnetNotFoundException | |
Tag | A tag is a key-value pair. Allowed characters: letters, whitespace, and numbers, representable in UTF-8, and the following characters: + - = . _ : / |
UnsupportedAvailabilityZoneException |