[][src]Crate rusoto_fsx

Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.

If you're using the service, you're probably looking for FsxClient and Fsx.

Structs

ActiveDirectoryBackupAttributes

The Microsoft AD attributes of the Amazon FSx for Windows File Server file system.

Backup

A backup of an Amazon FSx for Windows File Server file system. You can create a new file system from a backup to protect against data loss.

BackupFailureDetails

If backup creation fails, this structure contains the details of that failure.

CreateBackupRequest

The request object for the CreateBackup operation.

CreateBackupResponse

The response object for the CreateBackup operation.

CreateFileSystemFromBackupRequest

The request object for the CreateFileSystemFromBackup operation.

CreateFileSystemFromBackupResponse

The response object for the CreateFileSystemFromBackup operation.

CreateFileSystemLustreConfiguration

The Lustre configuration for the file system being created. This value is required if FileSystemType is set to LUSTRE.

CreateFileSystemRequest

The request object used to create a new Amazon FSx file system.

CreateFileSystemResponse

The response object returned after the file system is created.

CreateFileSystemWindowsConfiguration

The configuration object for the Microsoft Windows file system used in CreateFileSystem and CreateFileSystemFromBackup operations.

DataRepositoryConfiguration

The data repository configuration object for Lustre file systems returned in the response of the CreateFileSystem operation.

DeleteBackupRequest

The request object for DeleteBackup operation.

DeleteBackupResponse

The response object for DeleteBackup operation.

DeleteFileSystemRequest

The request object for DeleteFileSystem operation.

DeleteFileSystemResponse

The response object for the DeleteFileSystem operation.

DeleteFileSystemWindowsConfiguration

The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.

DeleteFileSystemWindowsResponse

The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.

DescribeBackupsRequest

The request object for DescribeBackups operation.

DescribeBackupsResponse

Response object for DescribeBackups operation.

DescribeFileSystemsRequest

The request object for DescribeFileSystems operation.

DescribeFileSystemsResponse

The response object for DescribeFileSystems operation.

FileSystem

A description of a specific Amazon FSx file system.

FileSystemFailureDetails

A structure providing details of any failures that occur when creating the file system has failed.

Filter

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

FsxClient

A client for the Amazon FSx API.

ListTagsForResourceRequest

The request object for ListTagsForResource operation.

ListTagsForResourceResponse

The response object for ListTagsForResource operation.

LustreFileSystemConfiguration

The configuration for the Amazon FSx for Lustre file system.

SelfManagedActiveDirectoryAttributes

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server instance is joined.

SelfManagedActiveDirectoryConfiguration

The configuration that Amazon FSx uses to join the Windows File Server instance to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.

SelfManagedActiveDirectoryConfigurationUpdates

The configuration that Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft Active Directory (AD) directory.

Tag

Specifies a key-value pair for a resource tag.

TagResourceRequest

The request object for the TagResource operation.

TagResourceResponse

The response object for the TagResource operation.

UntagResourceRequest

The request object for UntagResource action.

UntagResourceResponse

The response object for UntagResource action.

UpdateFileSystemLustreConfiguration

The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

UpdateFileSystemRequest

The request object for the UpdateFileSystem operation.

UpdateFileSystemResponse

The response object for the UpdateFileSystem operation.

UpdateFileSystemWindowsConfiguration

Updates the Microsoft Windows configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx overwrites existing properties with non-null values provided in the request. If you don't specify a non-null value for a property, that property is not updated.

WindowsFileSystemConfiguration

The configuration for this Microsoft Windows file system.

Enums

CreateBackupError

Errors returned by CreateBackup

CreateFileSystemError

Errors returned by CreateFileSystem

CreateFileSystemFromBackupError

Errors returned by CreateFileSystemFromBackup

DeleteBackupError

Errors returned by DeleteBackup

DeleteFileSystemError

Errors returned by DeleteFileSystem

DescribeBackupsError

Errors returned by DescribeBackups

DescribeFileSystemsError

Errors returned by DescribeFileSystems

ListTagsForResourceError

Errors returned by ListTagsForResource

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

UpdateFileSystemError

Errors returned by UpdateFileSystem

Traits

Fsx

Trait representing the capabilities of the Amazon FSx API. Amazon FSx clients implement this trait.