amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx

Contents

Description

Derived from API version 2018-03-01 of the AWS service descriptions, licensed under Apache 2.0.

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

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-03-01 of the Amazon FSx SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by FSx.

ActiveDirectoryError

_ActiveDirectoryError :: AsError a => Fold a ServiceError Source #

An Active Directory error.

BackupBeingCopied

_BackupBeingCopied :: AsError a => Fold a ServiceError Source #

You can't delete a backup while it's being copied.

BackupInProgress

_BackupInProgress :: AsError a => Fold a ServiceError Source #

Another backup is already under way. Wait for completion before initiating additional backups of this file system.

BackupNotFound

_BackupNotFound :: AsError a => Fold a ServiceError Source #

No Amazon FSx backups were found based upon the supplied parameters.

BackupRestoring

_BackupRestoring :: AsError a => Fold a ServiceError Source #

You can't delete a backup while it's being used to restore a file system.

BadRequest

_BadRequest :: AsError a => Fold a ServiceError Source #

A generic error indicating a failure with a client request.

DataRepositoryAssociationNotFound

_DataRepositoryAssociationNotFound :: AsError a => Fold a ServiceError Source #

No data repository associations were found based upon the supplied parameters.

DataRepositoryTaskEnded

_DataRepositoryTaskEnded :: AsError a => Fold a ServiceError Source #

The data repository task could not be canceled because the task has already ended.

DataRepositoryTaskExecuting

_DataRepositoryTaskExecuting :: AsError a => Fold a ServiceError Source #

An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.

DataRepositoryTaskNotFound

_DataRepositoryTaskNotFound :: AsError a => Fold a ServiceError Source #

The data repository task or tasks you specified could not be found.

FileCacheNotFound

_FileCacheNotFound :: AsError a => Fold a ServiceError Source #

No caches were found based upon supplied parameters.

FileSystemNotFound

_FileSystemNotFound :: AsError a => Fold a ServiceError Source #

No Amazon FSx file systems were found based upon supplied parameters.

IncompatibleParameterError

_IncompatibleParameterError :: AsError a => Fold a ServiceError Source #

The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.

IncompatibleRegionForMultiAZ

_IncompatibleRegionForMultiAZ :: AsError a => Fold a ServiceError Source #

Amazon FSx doesn't support Multi-AZ Windows File Server copy backup in the destination Region, so the copied backup can't be restored.

InternalServerError

_InternalServerError :: AsError a => Fold a ServiceError Source #

A generic error indicating a server-side failure.

InvalidDataRepositoryType

_InvalidDataRepositoryType :: AsError a => Fold a ServiceError Source #

You have filtered the response to a data repository type that is not supported.

InvalidDestinationKmsKey

_InvalidDestinationKmsKey :: AsError a => Fold a ServiceError Source #

The Key Management Service (KMS) key of the destination backup is not valid.

InvalidExportPath

_InvalidExportPath :: AsError a => Fold a ServiceError Source #

The path provided for data repository export isn't valid.

InvalidImportPath

_InvalidImportPath :: AsError a => Fold a ServiceError Source #

The path provided for data repository import isn't valid.

InvalidNetworkSettings

_InvalidNetworkSettings :: AsError a => Fold a ServiceError Source #

One or more network settings specified in the request are invalid.

InvalidPerUnitStorageThroughput

_InvalidPerUnitStorageThroughput :: AsError a => Fold a ServiceError Source #

An invalid value for PerUnitStorageThroughput was provided. Please create your file system again, using a valid value.

InvalidRegion

_InvalidRegion :: AsError a => Fold a ServiceError Source #

The Region provided for SourceRegion is not valid or is in a different Amazon Web Services partition.

InvalidSourceKmsKey

_InvalidSourceKmsKey :: AsError a => Fold a ServiceError Source #

The Key Management Service (KMS) key of the source backup is not valid.

MissingFileCacheConfiguration

_MissingFileCacheConfiguration :: AsError a => Fold a ServiceError Source #

A cache configuration is required for this operation.

MissingFileSystemConfiguration

_MissingFileSystemConfiguration :: AsError a => Fold a ServiceError Source #

A file system configuration is required for this operation.

MissingVolumeConfiguration

_MissingVolumeConfiguration :: AsError a => Fold a ServiceError Source #

A volume configuration is required for this operation.

NotServiceResourceError

_NotServiceResourceError :: AsError a => Fold a ServiceError Source #

The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.

ResourceDoesNotSupportTagging

_ResourceDoesNotSupportTagging :: AsError a => Fold a ServiceError Source #

The resource specified does not support tagging.

ResourceNotFound

_ResourceNotFound :: AsError a => Fold a ServiceError Source #

The resource specified by the Amazon Resource Name (ARN) can't be found.

ServiceLimitExceeded

_ServiceLimitExceeded :: AsError a => Fold a ServiceError Source #

An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.

SnapshotNotFound

_SnapshotNotFound :: AsError a => Fold a ServiceError Source #

No Amazon FSx snapshots were found based on the supplied parameters.

SourceBackupUnavailable

_SourceBackupUnavailable :: AsError a => Fold a ServiceError Source #

The request was rejected because the lifecycle status of the source backup isn't AVAILABLE.

StorageVirtualMachineNotFound

_StorageVirtualMachineNotFound :: AsError a => Fold a ServiceError Source #

No FSx for ONTAP SVMs were found based upon the supplied parameters.

UnsupportedOperation

_UnsupportedOperation :: AsError a => Fold a ServiceError Source #

The requested operation is not supported for this resource or API.

VolumeNotFound

_VolumeNotFound :: AsError a => Fold a ServiceError Source #

No Amazon FSx volumes were found based upon the supplied parameters.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AssociateFileSystemAliases

data AssociateFileSystemAliases Source #

The request object specifying one or more DNS alias names to associate with an Amazon FSx for Windows File Server file system.

See: newAssociateFileSystemAliases smart constructor.

Instances

Instances details
ToJSON AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

ToHeaders AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

ToPath AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

ToQuery AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

AWSRequest AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Generic AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Associated Types

type Rep AssociateFileSystemAliases :: Type -> Type #

Read AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Show AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

NFData AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Eq AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Hashable AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

type AWSResponse AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

type Rep AssociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

type Rep AssociateFileSystemAliases = D1 ('MetaData "AssociateFileSystemAliases" "Amazonka.FSx.AssociateFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "AssociateFileSystemAliases'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newAssociateFileSystemAliases Source #

Create a value of AssociateFileSystemAliases with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:AssociateFileSystemAliases', associateFileSystemAliases_clientRequestToken - Undocumented member.

AssociateFileSystemAliases, associateFileSystemAliases_fileSystemId - Specifies the file system with which you want to associate one or more DNS aliases.

AssociateFileSystemAliases, associateFileSystemAliases_aliases - An array of one or more DNS alias names to associate with the file system. The alias name has to comply with the following formatting requirements:

  • Formatted as a fully-qualified domain name (FQDN), hostname.domain , for example, accounting.corp.example.com.
  • Can contain alphanumeric characters and the hyphen (-).
  • Cannot start or end with a hyphen.
  • Can start with a numeric.

For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

data AssociateFileSystemAliasesResponse Source #

The system generated response showing the DNS aliases that Amazon FSx is attempting to associate with the file system. Use the API operation to monitor the status of the aliases Amazon FSx is associating with the file system. It can take up to 2.5 minutes for the alias status to change from CREATING to AVAILABLE.

See: newAssociateFileSystemAliasesResponse smart constructor.

Instances

Instances details
Generic AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Associated Types

type Rep AssociateFileSystemAliasesResponse :: Type -> Type #

Read AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Show AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

NFData AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

Eq AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

type Rep AssociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.AssociateFileSystemAliases

type Rep AssociateFileSystemAliasesResponse = D1 ('MetaData "AssociateFileSystemAliasesResponse" "Amazonka.FSx.AssociateFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "AssociateFileSystemAliasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alias])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateFileSystemAliasesResponse Source #

Create a value of AssociateFileSystemAliasesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AssociateFileSystemAliases, associateFileSystemAliasesResponse_aliases - An array of the DNS aliases that Amazon FSx is associating with the file system.

$sel:httpStatus:AssociateFileSystemAliasesResponse', associateFileSystemAliasesResponse_httpStatus - The response's http status code.

CancelDataRepositoryTask

data CancelDataRepositoryTask Source #

Cancels a data repository task.

See: newCancelDataRepositoryTask smart constructor.

Instances

Instances details
ToJSON CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

ToHeaders CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

ToPath CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

ToQuery CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

AWSRequest CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Generic CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Associated Types

type Rep CancelDataRepositoryTask :: Type -> Type #

Read CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Show CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

NFData CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Eq CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Hashable CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

type AWSResponse CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

type Rep CancelDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

type Rep CancelDataRepositoryTask = D1 ('MetaData "CancelDataRepositoryTask" "Amazonka.FSx.CancelDataRepositoryTask" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CancelDataRepositoryTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCancelDataRepositoryTask Source #

Create a value of CancelDataRepositoryTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CancelDataRepositoryTask, cancelDataRepositoryTask_taskId - Specifies the data repository task to cancel.

data CancelDataRepositoryTaskResponse Source #

See: newCancelDataRepositoryTaskResponse smart constructor.

Instances

Instances details
Generic CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Associated Types

type Rep CancelDataRepositoryTaskResponse :: Type -> Type #

Read CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Show CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

NFData CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

Eq CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

type Rep CancelDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CancelDataRepositoryTask

type Rep CancelDataRepositoryTaskResponse = D1 ('MetaData "CancelDataRepositoryTaskResponse" "Amazonka.FSx.CancelDataRepositoryTask" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CancelDataRepositoryTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTaskLifecycle)) :*: (S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCancelDataRepositoryTaskResponse Source #

Create a value of CancelDataRepositoryTaskResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CancelDataRepositoryTaskResponse, cancelDataRepositoryTaskResponse_lifecycle - The lifecycle status of the data repository task, as follows:

  • PENDING - Amazon FSx has not started the task.
  • EXECUTING - Amazon FSx is processing the task.
  • FAILED - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
  • SUCCEEDED - FSx completed the task successfully.
  • CANCELED - Amazon FSx canceled the task and it did not complete.
  • CANCELING - FSx is in process of canceling the task.

CancelDataRepositoryTask, cancelDataRepositoryTaskResponse_taskId - The ID of the task being canceled.

$sel:httpStatus:CancelDataRepositoryTaskResponse', cancelDataRepositoryTaskResponse_httpStatus - The response's http status code.

CopyBackup

data CopyBackup Source #

See: newCopyBackup smart constructor.

Instances

Instances details
ToJSON CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

ToHeaders CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Methods

toHeaders :: CopyBackup -> [Header] #

ToPath CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

ToQuery CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

AWSRequest CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Associated Types

type AWSResponse CopyBackup #

Generic CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Associated Types

type Rep CopyBackup :: Type -> Type #

Read CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Show CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

NFData CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Methods

rnf :: CopyBackup -> () #

Eq CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Hashable CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

type AWSResponse CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

type Rep CopyBackup Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

newCopyBackup Source #

Arguments

:: Text

CopyBackup

-> CopyBackup 

Create a value of CopyBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CopyBackup', copyBackup_clientRequestToken - Undocumented member.

$sel:copyTags:CopyBackup', copyBackup_copyTags - A Boolean flag indicating whether tags from the source backup should be copied to the backup copy. This value defaults to false.

If you set CopyTags to true and the source backup has existing tags, you can use the Tags parameter to create new tags, provided that the sum of the source backup tags and the new tags doesn't exceed 50. Both sets of tags are merged. If there are tag conflicts (for example, two tags with the same key but different values), the tags created with the Tags parameter take precedence.

CopyBackup, copyBackup_kmsKeyId - Undocumented member.

$sel:sourceRegion:CopyBackup', copyBackup_sourceRegion - The source Amazon Web Services Region of the backup. Specifies the Amazon Web Services Region from which the backup is being copied. The source and destination Regions must be in the same Amazon Web Services partition. If you don't specify a Region, SourceRegion defaults to the Region where the request is sent from (in-Region copy).

CopyBackup, copyBackup_tags - Undocumented member.

CopyBackup, copyBackup_sourceBackupId - The ID of the source backup. Specifies the ID of the backup that's being copied.

data CopyBackupResponse Source #

See: newCopyBackupResponse smart constructor.

Instances

Instances details
Generic CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Associated Types

type Rep CopyBackupResponse :: Type -> Type #

Read CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Show CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

NFData CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

Methods

rnf :: CopyBackupResponse -> () #

Eq CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

type Rep CopyBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CopyBackup

type Rep CopyBackupResponse = D1 ('MetaData "CopyBackupResponse" "Amazonka.FSx.CopyBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CopyBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Backup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCopyBackupResponse Source #

Create a value of CopyBackupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backup:CopyBackupResponse', copyBackupResponse_backup - Undocumented member.

$sel:httpStatus:CopyBackupResponse', copyBackupResponse_httpStatus - The response's http status code.

CreateBackup

data CreateBackup Source #

The request object for the CreateBackup operation.

See: newCreateBackup smart constructor.

Instances

Instances details
ToJSON CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

ToHeaders CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

ToPath CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

ToQuery CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

AWSRequest CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Associated Types

type AWSResponse CreateBackup #

Generic CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Associated Types

type Rep CreateBackup :: Type -> Type #

Read CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Show CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

NFData CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Methods

rnf :: CreateBackup -> () #

Eq CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Hashable CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

type AWSResponse CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

type Rep CreateBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

type Rep CreateBackup = D1 ('MetaData "CreateBackup" "Amazonka.FSx.CreateBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateBackup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCreateBackup :: CreateBackup Source #

Create a value of CreateBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateBackup', createBackup_clientRequestToken - (Optional) A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

CreateBackup, createBackup_fileSystemId - The ID of the file system to back up.

CreateBackup, createBackup_tags - (Optional) The tags to apply to the backup at backup creation. The key value of the Name tag appears in the console as the backup name. If you have set CopyTagsToBackups to true, and you specify one or more tags using the CreateBackup operation, no existing file system tags are copied from the file system to the backup.

CreateBackup, createBackup_volumeId - (Optional) The ID of the FSx for ONTAP volume to back up.

data CreateBackupResponse Source #

The response object for the CreateBackup operation.

See: newCreateBackupResponse smart constructor.

Instances

Instances details
Generic CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Associated Types

type Rep CreateBackupResponse :: Type -> Type #

Read CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Show CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

NFData CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

Methods

rnf :: CreateBackupResponse -> () #

Eq CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

type Rep CreateBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateBackup

type Rep CreateBackupResponse = D1 ('MetaData "CreateBackupResponse" "Amazonka.FSx.CreateBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Backup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateBackupResponse Source #

Create a value of CreateBackupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backup:CreateBackupResponse', createBackupResponse_backup - A description of the backup.

$sel:httpStatus:CreateBackupResponse', createBackupResponse_httpStatus - The response's http status code.

CreateDataRepositoryAssociation

data CreateDataRepositoryAssociation Source #

See: newCreateDataRepositoryAssociation smart constructor.

Instances

Instances details
ToJSON CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

ToHeaders CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

ToPath CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

ToQuery CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

AWSRequest CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Generic CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Associated Types

type Rep CreateDataRepositoryAssociation :: Type -> Type #

Read CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Show CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

NFData CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Eq CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Hashable CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

type AWSResponse CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

type Rep CreateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

type Rep CreateDataRepositoryAssociation = D1 ('MetaData "CreateDataRepositoryAssociation" "Amazonka.FSx.CreateDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateDataRepositoryAssociation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "batchImportMetaDataOnCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileSystemPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importedFileChunkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataRepositoryConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataRepositoryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateDataRepositoryAssociation Source #

Create a value of CreateDataRepositoryAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDataRepositoryAssociation, createDataRepositoryAssociation_batchImportMetaDataOnCreate - Set to true to run an import data repository task to import metadata from the data repository to the file system after the data repository association is created. Default is false.

$sel:clientRequestToken:CreateDataRepositoryAssociation', createDataRepositoryAssociation_clientRequestToken - Undocumented member.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_fileSystemPath - A path on the file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2.

This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

If you specify only a forward slash (/) as the file system path, you can link only one data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_importedFileChunkSize - For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_s3 - The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_tags - Undocumented member.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_fileSystemId - Undocumented member.

CreateDataRepositoryAssociation, createDataRepositoryAssociation_dataRepositoryPath - The path to the Amazon S3 data repository that will be linked to the file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/. This path specifies where in the S3 data repository files will be imported from or exported to.

data CreateDataRepositoryAssociationResponse Source #

Instances

Instances details
Generic CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Read CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Show CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

NFData CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

Eq CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

type Rep CreateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryAssociation

type Rep CreateDataRepositoryAssociationResponse = D1 ('MetaData "CreateDataRepositoryAssociationResponse" "Amazonka.FSx.CreateDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateDataRepositoryAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "association") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDataRepositoryAssociationResponse Source #

Create a value of CreateDataRepositoryAssociationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:association:CreateDataRepositoryAssociationResponse', createDataRepositoryAssociationResponse_association - The response object returned after the data repository association is created.

$sel:httpStatus:CreateDataRepositoryAssociationResponse', createDataRepositoryAssociationResponse_httpStatus - The response's http status code.

CreateDataRepositoryTask

data CreateDataRepositoryTask Source #

See: newCreateDataRepositoryTask smart constructor.

Instances

Instances details
ToJSON CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

ToHeaders CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

ToPath CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

ToQuery CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

AWSRequest CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Generic CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Associated Types

type Rep CreateDataRepositoryTask :: Type -> Type #

Read CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Show CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

NFData CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Eq CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Hashable CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

type AWSResponse CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

type Rep CreateDataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

newCreateDataRepositoryTask Source #

Create a value of CreateDataRepositoryTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateDataRepositoryTask, createDataRepositoryTask_capacityToRelease - Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

$sel:clientRequestToken:CreateDataRepositoryTask', createDataRepositoryTask_clientRequestToken - Undocumented member.

CreateDataRepositoryTask, createDataRepositoryTask_paths - A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails.

  • For export tasks, the list contains paths on the Amazon FSx file system from which the files are exported to the Amazon S3 bucket. The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system. If the mount point is /mnt/fsx and /mnt/fsx/path1 is a directory or file on the file system you want to export, then the path to provide is path1.
  • For import tasks, the list contains paths in the Amazon S3 bucket from which POSIX metadata changes are imported to the Amazon FSx file system. The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix (where myPrefix is optional).

CreateDataRepositoryTask, createDataRepositoryTask_tags - Undocumented member.

CreateDataRepositoryTask, createDataRepositoryTask_type - Specifies the type of data repository task to create.

CreateDataRepositoryTask, createDataRepositoryTask_fileSystemId - Undocumented member.

CreateDataRepositoryTask, createDataRepositoryTask_report - Defines whether or not Amazon FSx provides a CompletionReport once the task has completed. A CompletionReport provides a detailed report on the files that Amazon FSx processed that meet the criteria specified by the Scope parameter. For more information, see Working with Task Completion Reports.

data CreateDataRepositoryTaskResponse Source #

See: newCreateDataRepositoryTaskResponse smart constructor.

Instances

Instances details
Generic CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Associated Types

type Rep CreateDataRepositoryTaskResponse :: Type -> Type #

Read CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Show CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

NFData CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

Eq CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

type Rep CreateDataRepositoryTaskResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateDataRepositoryTask

type Rep CreateDataRepositoryTaskResponse = D1 ('MetaData "CreateDataRepositoryTaskResponse" "Amazonka.FSx.CreateDataRepositoryTask" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateDataRepositoryTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataRepositoryTask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTask)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateDataRepositoryTaskResponse Source #

Create a value of CreateDataRepositoryTaskResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataRepositoryTask:CreateDataRepositoryTaskResponse', createDataRepositoryTaskResponse_dataRepositoryTask - The description of the data repository task that you just created.

$sel:httpStatus:CreateDataRepositoryTaskResponse', createDataRepositoryTaskResponse_httpStatus - The response's http status code.

CreateFileCache

data CreateFileCache Source #

See: newCreateFileCache smart constructor.

Instances

Instances details
ToJSON CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

ToHeaders CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

ToPath CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

ToQuery CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

AWSRequest CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Associated Types

type AWSResponse CreateFileCache #

Generic CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Associated Types

type Rep CreateFileCache :: Type -> Type #

Read CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Show CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

NFData CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Methods

rnf :: CreateFileCache -> () #

Eq CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Hashable CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

type AWSResponse CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

type Rep CreateFileCache Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

type Rep CreateFileCache = D1 ('MetaData "CreateFileCache" "Amazonka.FSx.CreateFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileCache'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "copyTagsToDataRepositoryAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "dataRepositoryAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileCacheDataRepositoryAssociation])) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileCacheLustreConfiguration))))) :*: ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "fileCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileCacheType))) :*: (S1 ('MetaSel ('Just "fileCacheTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))))

newCreateFileCache Source #

Create a value of CreateFileCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateFileCache', createFileCache_clientRequestToken - An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

By using the idempotent operation, you can retry a CreateFileCache operation without the risk of creating an extra cache. This approach can be useful when an initial call fails in a way that makes it unclear whether a cache was created. Examples are if a transport level timeout occurred, or your connection was reset. If you use the same client request token and the initial call created a cache, the client receives success as long as the parameters are the same.

CreateFileCache, createFileCache_copyTagsToDataRepositoryAssociations - A boolean flag indicating whether tags for the cache should be copied to data repository associations. This value defaults to false.

$sel:dataRepositoryAssociations:CreateFileCache', createFileCache_dataRepositoryAssociations - A list of up to 8 configurations for data repository associations (DRAs) to be created during the cache creation. The DRAs link the cache to either an Amazon S3 data repository or a Network File System (NFS) data repository that supports the NFSv3 protocol.

The DRA configurations must meet the following requirements:

  • All configurations on the list must be of the same data repository type, either all S3 or all NFS. A cache can't link to different data repository types at the same time.
  • An NFS DRA must link to an NFS file system that supports the NFSv3 protocol.

DRA automatic import and automatic export is not supported.

CreateFileCache, createFileCache_kmsKeyId - Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.

CreateFileCache, createFileCache_lustreConfiguration - The configuration for the Amazon File Cache resource being created.

$sel:securityGroupIds:CreateFileCache', createFileCache_securityGroupIds - A list of IDs specifying the security groups to apply to all network interfaces created for Amazon File Cache access. This list isn't returned in later requests to describe the cache.

CreateFileCache, createFileCache_tags - Undocumented member.

CreateFileCache, createFileCache_fileCacheType - The type of cache that you're creating, which must be LUSTRE.

CreateFileCache, createFileCache_fileCacheTypeVersion - Sets the Lustre version for the cache that you're creating, which must be 2.12.

CreateFileCache, createFileCache_storageCapacity - The storage capacity of the cache in gibibytes (GiB). Valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.

CreateFileCache, createFileCache_subnetIds - Undocumented member.

data CreateFileCacheResponse Source #

See: newCreateFileCacheResponse smart constructor.

Instances

Instances details
Generic CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Associated Types

type Rep CreateFileCacheResponse :: Type -> Type #

Read CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Show CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

NFData CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

Methods

rnf :: CreateFileCacheResponse -> () #

Eq CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

type Rep CreateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileCache

type Rep CreateFileCacheResponse = D1 ('MetaData "CreateFileCacheResponse" "Amazonka.FSx.CreateFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileCacheResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileCache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheCreating)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFileCacheResponse Source #

Create a value of CreateFileCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileCache:CreateFileCacheResponse', createFileCacheResponse_fileCache - A description of the cache that was created.

$sel:httpStatus:CreateFileCacheResponse', createFileCacheResponse_httpStatus - The response's http status code.

CreateFileSystem

data CreateFileSystem Source #

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

See: newCreateFileSystem smart constructor.

Instances

Instances details
ToJSON CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

ToHeaders CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

ToPath CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

ToQuery CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

AWSRequest CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Associated Types

type AWSResponse CreateFileSystem #

Generic CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Associated Types

type Rep CreateFileSystem :: Type -> Type #

Show CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

NFData CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Methods

rnf :: CreateFileSystem -> () #

Eq CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Hashable CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

type AWSResponse CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

type Rep CreateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

type Rep CreateFileSystem = D1 ('MetaData "CreateFileSystem" "Amazonka.FSx.CreateFileSystem" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileSystemTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemLustreConfiguration)) :*: (S1 ('MetaSel ('Just "ontapConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemOntapConfiguration)) :*: S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemOpenZFSConfiguration))))) :*: ((S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))) :*: ((S1 ('MetaSel ('Just "windowsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemWindowsConfiguration)) :*: S1 ('MetaSel ('Just "fileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystemType)) :*: (S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))))

newCreateFileSystem Source #

Create a value of CreateFileSystem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateFileSystem', createFileSystem_clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

CreateFileSystem, createFileSystem_fileSystemTypeVersion - (Optional) For FSx for Lustre file systems, sets the Lustre version for the file system that you're creating. Valid values are 2.10 and 2.12:

  • 2.10 is supported by the Scratch and Persistent_1 Lustre deployment types.
  • 2.12 is supported by all Lustre deployment types. 2.12 is required when setting FSx for Lustre DeploymentType to PERSISTENT_2.

Default value = 2.10, except when DeploymentType is set to PERSISTENT_2, then the default is 2.12.

If you set FileSystemTypeVersion to 2.10 for a PERSISTENT_2 Lustre deployment type, the CreateFileSystem operation fails.

CreateFileSystem, createFileSystem_kmsKeyId - Undocumented member.

CreateFileSystem, createFileSystem_lustreConfiguration - Undocumented member.

CreateFileSystem, createFileSystem_ontapConfiguration - Undocumented member.

CreateFileSystem, createFileSystem_openZFSConfiguration - The OpenZFS configuration for the file system that's being created.

$sel:securityGroupIds:CreateFileSystem', createFileSystem_securityGroupIds - A list of IDs specifying the security groups to apply to all network interfaces created for file system access. This list isn't returned in later requests to describe the file system.

CreateFileSystem, createFileSystem_storageType - Sets the storage type for the file system that you're creating. Valid values are SSD and HDD.

  • Set to SSD to use solid state drive storage. SSD is supported on all Windows, Lustre, ONTAP, and OpenZFS deployment types.
  • Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 Windows file system deployment types, and on PERSISTENT_1 Lustre file system deployment types.

Default value is SSD. For more information, see Storage type options in the FSx for Windows File Server User Guide and Multiple storage options in the FSx for Lustre User Guide.

CreateFileSystem, createFileSystem_tags - The tags to apply to the file system that's being created. The key value of the Name tag appears in the console as the file system name.

CreateFileSystem, createFileSystem_windowsConfiguration - The Microsoft Windows configuration for the file system that's being created.

CreateFileSystem, createFileSystem_fileSystemType - The type of Amazon FSx file system to create. Valid values are WINDOWS, LUSTRE, ONTAP, and OPENZFS.

CreateFileSystem, createFileSystem_storageCapacity - Sets the storage capacity of the file system that you're creating, in gibibytes (GiB).

FSx for Lustre file systems - The amount of storage capacity that you can configure depends on the value that you set for StorageType and the Lustre DeploymentType, as follows:

  • For SCRATCH_2, PERSISTENT_2 and PERSISTENT_1 deployment types using SSD storage type, the valid values are 1200 GiB, 2400 GiB, and increments of 2400 GiB.
  • For PERSISTENT_1 HDD file systems, valid values are increments of 6000 GiB for 12 MB/s/TiB file systems and increments of 1800 GiB for 40 MB/s/TiB file systems.
  • For SCRATCH_1 deployment type, valid values are 1200 GiB, 2400 GiB, and increments of 3600 GiB.

FSx for ONTAP file systems - The amount of storage capacity that you can configure is from 1024 GiB up to 196,608 GiB (192 TiB).

FSx for OpenZFS file systems - The amount of storage capacity that you can configure is from 64 GiB up to 524,288 GiB (512 TiB).

FSx for Windows File Server file systems - The amount of storage capacity that you can configure depends on the value that you set for StorageType as follows:

  • For SSD storage, valid values are 32 GiB-65,536 GiB (64 TiB).
  • For HDD storage, valid values are 2000 GiB-65,536 GiB (64 TiB).

CreateFileSystem, createFileSystem_subnetIds - Specifies the IDs of the subnets that the file system will be accessible from. For Windows and ONTAP MULTI_AZ_1 deployment types,provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID or OntapConfiguration > PreferredSubnetID properties. For more information about Multi-AZ file system configuration, see Availability and durability: Single-AZ and Multi-AZ file systems in the Amazon FSx for Windows User Guide and Availability and durability in the Amazon FSx for ONTAP User Guide.

For Windows SINGLE_AZ_1 and SINGLE_AZ_2 and all Lustre deployment types, provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.

data CreateFileSystemResponse Source #

The response object returned after the file system is created.

See: newCreateFileSystemResponse smart constructor.

Instances

Instances details
Generic CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Associated Types

type Rep CreateFileSystemResponse :: Type -> Type #

Read CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Show CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

NFData CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

Eq CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

type Rep CreateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystem

type Rep CreateFileSystemResponse = D1 ('MetaData "CreateFileSystemResponse" "Amazonka.FSx.CreateFileSystem" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFileSystemResponse Source #

Create a value of CreateFileSystemResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateFileSystemResponse, createFileSystemResponse_fileSystem - The configuration of the file system that was created.

$sel:httpStatus:CreateFileSystemResponse', createFileSystemResponse_httpStatus - The response's http status code.

CreateFileSystemFromBackup

data CreateFileSystemFromBackup Source #

The request object for the CreateFileSystemFromBackup operation.

See: newCreateFileSystemFromBackup smart constructor.

Instances

Instances details
ToJSON CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

ToHeaders CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

ToPath CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

ToQuery CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

AWSRequest CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Generic CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Associated Types

type Rep CreateFileSystemFromBackup :: Type -> Type #

Show CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

NFData CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Eq CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Hashable CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

type AWSResponse CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

type Rep CreateFileSystemFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

type Rep CreateFileSystemFromBackup = D1 ('MetaData "CreateFileSystemFromBackup" "Amazonka.FSx.CreateFileSystemFromBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemFromBackup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileSystemTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemLustreConfiguration)) :*: (S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemOpenZFSConfiguration)) :*: S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))) :*: (S1 ('MetaSel ('Just "windowsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateFileSystemWindowsConfiguration)) :*: (S1 ('MetaSel ('Just "backupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))))

newCreateFileSystemFromBackup Source #

Create a value of CreateFileSystemFromBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateFileSystemFromBackup', createFileSystemFromBackup_clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent creation. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

CreateFileSystemFromBackup, createFileSystemFromBackup_fileSystemTypeVersion - Sets the version for the Amazon FSx for Lustre file system that you're creating from a backup. Valid values are 2.10 and 2.12.

You don't need to specify FileSystemTypeVersion because it will be applied using the backup's FileSystemTypeVersion setting. If you choose to specify FileSystemTypeVersion when creating from backup, the value must match the backup's FileSystemTypeVersion setting.

CreateFileSystemFromBackup, createFileSystemFromBackup_kmsKeyId - Undocumented member.

CreateFileSystemFromBackup, createFileSystemFromBackup_lustreConfiguration - Undocumented member.

CreateFileSystemFromBackup, createFileSystemFromBackup_openZFSConfiguration - The OpenZFS configuration for the file system that's being created.

$sel:securityGroupIds:CreateFileSystemFromBackup', createFileSystemFromBackup_securityGroupIds - A list of IDs for the security groups that apply to the specified network interfaces created for file system access. These security groups apply to all network interfaces. This value isn't returned in later DescribeFileSystem requests.

CreateFileSystemFromBackup, createFileSystemFromBackup_storageCapacity - Sets the storage capacity of the OpenZFS file system that you're creating from a backup, in gibibytes (GiB). Valid values are from 64 GiB up to 524,288 GiB (512 TiB). However, the value that you specify must be equal to or greater than the backup's storage capacity value. If you don't use the StorageCapacity parameter, the default is the backup's StorageCapacity value.

If used to create a file system other than OpenZFS, you must provide a value that matches the backup's StorageCapacity value. If you provide any other value, Amazon FSx responds with a 400 Bad Request.

CreateFileSystemFromBackup, createFileSystemFromBackup_storageType - Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup. Valid values are SSD and HDD.

  • Set to SSD to use solid state drive storage. SSD is supported on all Windows and OpenZFS deployment types.
  • Set to HDD to use hard disk drive storage. HDD is supported on SINGLE_AZ_2 and MULTI_AZ_1 FSx for Windows File Server file system deployment types.

The default value is SSD.

HDD and SSD storage types have different minimum storage capacity requirements. A restored file system's storage capacity is tied to the file system that was backed up. You can create a file system that uses HDD storage from a backup of a file system that used SSD storage if the original SSD file system had a storage capacity of at least 2000 GiB.

CreateFileSystemFromBackup, createFileSystemFromBackup_tags - The tags to be applied to the file system at file system creation. The key value of the Name tag appears in the console as the file system name.

CreateFileSystemFromBackup, createFileSystemFromBackup_windowsConfiguration - The configuration for this Microsoft Windows file system.

CreateFileSystemFromBackup, createFileSystemFromBackup_backupId - Undocumented member.

CreateFileSystemFromBackup, createFileSystemFromBackup_subnetIds - Specifies the IDs of the subnets that the file system will be accessible from. For Windows MULTI_AZ_1 file system deployment types, provide exactly two subnet IDs, one for the preferred file server and one for the standby file server. You specify one of these subnets as the preferred subnet using the WindowsConfiguration > PreferredSubnetID property.

Windows SINGLE_AZ_1 and SINGLE_AZ_2 file system deployment types, Lustre file systems, and OpenZFS file systems provide exactly one subnet ID. The file server is launched in that subnet's Availability Zone.

data CreateFileSystemFromBackupResponse Source #

The response object for the CreateFileSystemFromBackup operation.

See: newCreateFileSystemFromBackupResponse smart constructor.

Instances

Instances details
Generic CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Associated Types

type Rep CreateFileSystemFromBackupResponse :: Type -> Type #

Read CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Show CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

NFData CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

Eq CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

type Rep CreateFileSystemFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateFileSystemFromBackup

type Rep CreateFileSystemFromBackupResponse = D1 ('MetaData "CreateFileSystemFromBackupResponse" "Amazonka.FSx.CreateFileSystemFromBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemFromBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateFileSystemFromBackupResponse Source #

Create a value of CreateFileSystemFromBackupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateFileSystemFromBackupResponse, createFileSystemFromBackupResponse_fileSystem - A description of the file system.

$sel:httpStatus:CreateFileSystemFromBackupResponse', createFileSystemFromBackupResponse_httpStatus - The response's http status code.

CreateSnapshot

data CreateSnapshot Source #

See: newCreateSnapshot smart constructor.

Instances

Instances details
ToJSON CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

ToHeaders CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

ToPath CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

ToQuery CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

AWSRequest CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Associated Types

type AWSResponse CreateSnapshot #

Generic CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Associated Types

type Rep CreateSnapshot :: Type -> Type #

Read CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Show CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

NFData CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Methods

rnf :: CreateSnapshot -> () #

Eq CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Hashable CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

type AWSResponse CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

type Rep CreateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

type Rep CreateSnapshot = D1 ('MetaData "CreateSnapshot" "Amazonka.FSx.CreateSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateSnapshot'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateSnapshot Source #

Create a value of CreateSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateSnapshot', createSnapshot_clientRequestToken - Undocumented member.

CreateSnapshot, createSnapshot_tags - Undocumented member.

CreateSnapshot, createSnapshot_name - The name of the snapshot.

CreateSnapshot, createSnapshot_volumeId - The ID of the volume that you are taking a snapshot of.

data CreateSnapshotResponse Source #

See: newCreateSnapshotResponse smart constructor.

Instances

Instances details
Generic CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Associated Types

type Rep CreateSnapshotResponse :: Type -> Type #

Read CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Show CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

NFData CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

Methods

rnf :: CreateSnapshotResponse -> () #

Eq CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

type Rep CreateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateSnapshot

type Rep CreateSnapshotResponse = D1 ('MetaData "CreateSnapshotResponse" "Amazonka.FSx.CreateSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Snapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateSnapshotResponse Source #

Create a value of CreateSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:snapshot:CreateSnapshotResponse', createSnapshotResponse_snapshot - A description of the snapshot.

$sel:httpStatus:CreateSnapshotResponse', createSnapshotResponse_httpStatus - The response's http status code.

CreateStorageVirtualMachine

data CreateStorageVirtualMachine Source #

See: newCreateStorageVirtualMachine smart constructor.

Instances

Instances details
ToJSON CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

ToHeaders CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

ToPath CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

ToQuery CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

AWSRequest CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Generic CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Associated Types

type Rep CreateStorageVirtualMachine :: Type -> Type #

Show CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

NFData CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Eq CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Hashable CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

type AWSResponse CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

type Rep CreateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

type Rep CreateStorageVirtualMachine = D1 ('MetaData "CreateStorageVirtualMachine" "Amazonka.FSx.CreateStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateStorageVirtualMachine'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateSvmActiveDirectoryConfiguration)) :*: (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rootVolumeSecurityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineRootVolumeSecurityStyle)))) :*: ((S1 ('MetaSel ('Just "svmAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateStorageVirtualMachine Source #

Create a value of CreateStorageVirtualMachine with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateStorageVirtualMachine, createStorageVirtualMachine_activeDirectoryConfiguration - Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.

$sel:clientRequestToken:CreateStorageVirtualMachine', createStorageVirtualMachine_clientRequestToken - Undocumented member.

CreateStorageVirtualMachine, createStorageVirtualMachine_rootVolumeSecurityStyle - The security style of the root volume of the SVM. Specify one of the following values:

  • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.
  • NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
  • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.

$sel:svmAdminPassword:CreateStorageVirtualMachine', createStorageVirtualMachine_svmAdminPassword - The password to use when managing the SVM using the NetApp ONTAP CLI or REST API. If you do not specify a password, you can still use the file system's fsxadmin user to manage the SVM.

CreateStorageVirtualMachine, createStorageVirtualMachine_tags - Undocumented member.

CreateStorageVirtualMachine, createStorageVirtualMachine_fileSystemId - Undocumented member.

CreateStorageVirtualMachine, createStorageVirtualMachine_name - The name of the SVM.

data CreateStorageVirtualMachineResponse Source #

Instances

Instances details
Generic CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Read CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Show CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

NFData CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

Eq CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

type Rep CreateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateStorageVirtualMachine

type Rep CreateStorageVirtualMachineResponse = D1 ('MetaData "CreateStorageVirtualMachineResponse" "Amazonka.FSx.CreateStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateStorageVirtualMachineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageVirtualMachine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachine)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateStorageVirtualMachineResponse Source #

Create a value of CreateStorageVirtualMachineResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:storageVirtualMachine:CreateStorageVirtualMachineResponse', createStorageVirtualMachineResponse_storageVirtualMachine - Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.

$sel:httpStatus:CreateStorageVirtualMachineResponse', createStorageVirtualMachineResponse_httpStatus - The response's http status code.

CreateVolume

data CreateVolume Source #

See: newCreateVolume smart constructor.

Instances

Instances details
ToJSON CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

ToHeaders CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

ToPath CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

ToQuery CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

AWSRequest CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Associated Types

type AWSResponse CreateVolume #

Generic CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Associated Types

type Rep CreateVolume :: Type -> Type #

Read CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Show CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

NFData CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Methods

rnf :: CreateVolume -> () #

Eq CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Hashable CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

type AWSResponse CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

type Rep CreateVolume Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

newCreateVolume Source #

Create a value of CreateVolume with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateVolume', createVolume_clientRequestToken - Undocumented member.

CreateVolume, createVolume_ontapConfiguration - Specifies the configuration to use when creating the ONTAP volume.

CreateVolume, createVolume_openZFSConfiguration - Specifies the configuration to use when creating the OpenZFS volume.

CreateVolume, createVolume_tags - Undocumented member.

CreateVolume, createVolume_volumeType - Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.

CreateVolume, createVolume_name - Specifies the name of the volume that you're creating.

data CreateVolumeResponse Source #

See: newCreateVolumeResponse smart constructor.

Instances

Instances details
Generic CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Associated Types

type Rep CreateVolumeResponse :: Type -> Type #

Read CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Show CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

NFData CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

Methods

rnf :: CreateVolumeResponse -> () #

Eq CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

type Rep CreateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolume

type Rep CreateVolumeResponse = D1 ('MetaData "CreateVolumeResponse" "Amazonka.FSx.CreateVolume" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateVolumeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Volume)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVolumeResponse Source #

Create a value of CreateVolumeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVolumeResponse, createVolumeResponse_volume - Returned after a successful CreateVolume API operation, describing the volume just created.

$sel:httpStatus:CreateVolumeResponse', createVolumeResponse_httpStatus - The response's http status code.

CreateVolumeFromBackup

data CreateVolumeFromBackup Source #

See: newCreateVolumeFromBackup smart constructor.

Instances

Instances details
ToJSON CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

ToHeaders CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

ToPath CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

ToQuery CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

AWSRequest CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Associated Types

type AWSResponse CreateVolumeFromBackup #

Generic CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Associated Types

type Rep CreateVolumeFromBackup :: Type -> Type #

Read CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Show CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

NFData CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Methods

rnf :: CreateVolumeFromBackup -> () #

Eq CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Hashable CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

type AWSResponse CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

type Rep CreateVolumeFromBackup Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

type Rep CreateVolumeFromBackup = D1 ('MetaData "CreateVolumeFromBackup" "Amazonka.FSx.CreateVolumeFromBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateVolumeFromBackup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ontapConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateOntapVolumeConfiguration))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "backupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newCreateVolumeFromBackup Source #

Create a value of CreateVolumeFromBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:CreateVolumeFromBackup', createVolumeFromBackup_clientRequestToken - Undocumented member.

CreateVolumeFromBackup, createVolumeFromBackup_ontapConfiguration - Specifies the configuration of the ONTAP volume that you are creating.

CreateVolumeFromBackup, createVolumeFromBackup_tags - Undocumented member.

CreateVolumeFromBackup, createVolumeFromBackup_backupId - Undocumented member.

CreateVolumeFromBackup, createVolumeFromBackup_name - The name of the new volume you're creating.

data CreateVolumeFromBackupResponse Source #

See: newCreateVolumeFromBackupResponse smart constructor.

Instances

Instances details
Generic CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Associated Types

type Rep CreateVolumeFromBackupResponse :: Type -> Type #

Read CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Show CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

NFData CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

Eq CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

type Rep CreateVolumeFromBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.CreateVolumeFromBackup

type Rep CreateVolumeFromBackupResponse = D1 ('MetaData "CreateVolumeFromBackupResponse" "Amazonka.FSx.CreateVolumeFromBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateVolumeFromBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Volume)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVolumeFromBackupResponse Source #

Create a value of CreateVolumeFromBackupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVolumeFromBackupResponse, createVolumeFromBackupResponse_volume - Returned after a successful CreateVolumeFromBackup API operation, describing the volume just created.

$sel:httpStatus:CreateVolumeFromBackupResponse', createVolumeFromBackupResponse_httpStatus - The response's http status code.

DeleteBackup

data DeleteBackup Source #

The request object for the DeleteBackup operation.

See: newDeleteBackup smart constructor.

Constructors

DeleteBackup' (Maybe Text) Text 

Instances

Instances details
ToJSON DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

ToHeaders DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

ToPath DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

ToQuery DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

AWSRequest DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Associated Types

type AWSResponse DeleteBackup #

Generic DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Associated Types

type Rep DeleteBackup :: Type -> Type #

Read DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Show DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

NFData DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Methods

rnf :: DeleteBackup -> () #

Eq DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Hashable DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

type AWSResponse DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

type Rep DeleteBackup Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

type Rep DeleteBackup = D1 ('MetaData "DeleteBackup" "Amazonka.FSx.DeleteBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteBackup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "backupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBackup Source #

Create a value of DeleteBackup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteBackup', deleteBackup_clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.

DeleteBackup, deleteBackup_backupId - The ID of the backup that you want to delete.

data DeleteBackupResponse Source #

The response object for the DeleteBackup operation.

See: newDeleteBackupResponse smart constructor.

Instances

Instances details
Generic DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Associated Types

type Rep DeleteBackupResponse :: Type -> Type #

Read DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Show DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

NFData DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

Methods

rnf :: DeleteBackupResponse -> () #

Eq DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

type Rep DeleteBackupResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteBackup

type Rep DeleteBackupResponse = D1 ('MetaData "DeleteBackupResponse" "Amazonka.FSx.DeleteBackup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteBackupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BackupLifecycle)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteBackupResponse Source #

Create a value of DeleteBackupResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteBackup, deleteBackupResponse_backupId - The ID of the backup that was deleted.

DeleteBackupResponse, deleteBackupResponse_lifecycle - The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is DELETED.

$sel:httpStatus:DeleteBackupResponse', deleteBackupResponse_httpStatus - The response's http status code.

DeleteDataRepositoryAssociation

data DeleteDataRepositoryAssociation Source #

See: newDeleteDataRepositoryAssociation smart constructor.

Instances

Instances details
ToJSON DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

ToHeaders DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

ToPath DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

ToQuery DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

AWSRequest DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Generic DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Associated Types

type Rep DeleteDataRepositoryAssociation :: Type -> Type #

Read DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Show DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

NFData DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Eq DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Hashable DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

type AWSResponse DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

type Rep DeleteDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

type Rep DeleteDataRepositoryAssociation = D1 ('MetaData "DeleteDataRepositoryAssociation" "Amazonka.FSx.DeleteDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteDataRepositoryAssociation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deleteDataInFileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteDataRepositoryAssociation Source #

Create a value of DeleteDataRepositoryAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteDataRepositoryAssociation', deleteDataRepositoryAssociation_clientRequestToken - Undocumented member.

DeleteDataRepositoryAssociation, deleteDataRepositoryAssociation_deleteDataInFileSystem - Set to true to delete the data in the file system that corresponds to the data repository association.

DeleteDataRepositoryAssociation, deleteDataRepositoryAssociation_associationId - The ID of the data repository association that you want to delete.

data DeleteDataRepositoryAssociationResponse Source #

Instances

Instances details
Generic DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Read DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Show DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

NFData DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

Eq DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

type Rep DeleteDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteDataRepositoryAssociation

type Rep DeleteDataRepositoryAssociationResponse = D1 ('MetaData "DeleteDataRepositoryAssociationResponse" "Amazonka.FSx.DeleteDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteDataRepositoryAssociationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deleteDataInFileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryLifecycle)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteDataRepositoryAssociationResponse Source #

Create a value of DeleteDataRepositoryAssociationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteDataRepositoryAssociation, deleteDataRepositoryAssociationResponse_associationId - The ID of the data repository association being deleted.

DeleteDataRepositoryAssociation, deleteDataRepositoryAssociationResponse_deleteDataInFileSystem - Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.

DeleteDataRepositoryAssociationResponse, deleteDataRepositoryAssociationResponse_lifecycle - Describes the lifecycle state of the data repository association being deleted.

$sel:httpStatus:DeleteDataRepositoryAssociationResponse', deleteDataRepositoryAssociationResponse_httpStatus - The response's http status code.

DeleteFileCache

data DeleteFileCache Source #

See: newDeleteFileCache smart constructor.

Instances

Instances details
ToJSON DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

ToHeaders DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

ToPath DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

ToQuery DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

AWSRequest DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Associated Types

type AWSResponse DeleteFileCache #

Generic DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Associated Types

type Rep DeleteFileCache :: Type -> Type #

Read DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Show DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

NFData DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Methods

rnf :: DeleteFileCache -> () #

Eq DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Hashable DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

type AWSResponse DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

type Rep DeleteFileCache Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

type Rep DeleteFileCache = D1 ('MetaData "DeleteFileCache" "Amazonka.FSx.DeleteFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteFileCache Source #

Create a value of DeleteFileCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteFileCache', deleteFileCache_clientRequestToken - Undocumented member.

DeleteFileCache, deleteFileCache_fileCacheId - The ID of the cache that's being deleted.

data DeleteFileCacheResponse Source #

See: newDeleteFileCacheResponse smart constructor.

Instances

Instances details
Generic DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Associated Types

type Rep DeleteFileCacheResponse :: Type -> Type #

Read DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Show DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

NFData DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

Methods

rnf :: DeleteFileCacheResponse -> () #

Eq DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

type Rep DeleteFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileCache

type Rep DeleteFileCacheResponse = D1 ('MetaData "DeleteFileCacheResponse" "Amazonka.FSx.DeleteFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileCacheResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLifecycle)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteFileCacheResponse Source #

Create a value of DeleteFileCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteFileCache, deleteFileCacheResponse_fileCacheId - The ID of the cache that's being deleted.

DeleteFileCacheResponse, deleteFileCacheResponse_lifecycle - The cache lifecycle for the deletion request. If the DeleteFileCache operation is successful, this status is DELETING.

$sel:httpStatus:DeleteFileCacheResponse', deleteFileCacheResponse_httpStatus - The response's http status code.

DeleteFileSystem

data DeleteFileSystem Source #

The request object for DeleteFileSystem operation.

See: newDeleteFileSystem smart constructor.

Instances

Instances details
ToJSON DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

ToHeaders DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

ToPath DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

ToQuery DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

AWSRequest DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Associated Types

type AWSResponse DeleteFileSystem #

Generic DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Associated Types

type Rep DeleteFileSystem :: Type -> Type #

Read DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Show DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

NFData DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Methods

rnf :: DeleteFileSystem -> () #

Eq DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Hashable DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

type AWSResponse DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

type Rep DeleteFileSystem Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

type Rep DeleteFileSystem = D1 ('MetaData "DeleteFileSystem" "Amazonka.FSx.DeleteFileSystem" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteFileSystemLustreConfiguration))) :*: (S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteFileSystemOpenZFSConfiguration)) :*: (S1 ('MetaSel ('Just "windowsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteFileSystemWindowsConfiguration)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeleteFileSystem Source #

Create a value of DeleteFileSystem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteFileSystem', deleteFileSystem_clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.

DeleteFileSystem, deleteFileSystem_lustreConfiguration - Undocumented member.

DeleteFileSystem, deleteFileSystem_openZFSConfiguration - The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.

DeleteFileSystem, deleteFileSystem_windowsConfiguration - Undocumented member.

DeleteFileSystem, deleteFileSystem_fileSystemId - The ID of the file system that you want to delete.

data DeleteFileSystemResponse Source #

The response object for the DeleteFileSystem operation.

See: newDeleteFileSystemResponse smart constructor.

Instances

Instances details
Generic DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Associated Types

type Rep DeleteFileSystemResponse :: Type -> Type #

Read DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Show DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

NFData DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

Eq DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

type Rep DeleteFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteFileSystem

newDeleteFileSystemResponse Source #

Create a value of DeleteFileSystemResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteFileSystem, deleteFileSystemResponse_fileSystemId - The ID of the file system that's being deleted.

DeleteFileSystemResponse, deleteFileSystemResponse_lifecycle - The file system lifecycle for the deletion request. If the DeleteFileSystem operation is successful, this status is DELETING.

$sel:lustreResponse:DeleteFileSystemResponse', deleteFileSystemResponse_lustreResponse - Undocumented member.

$sel:openZFSResponse:DeleteFileSystemResponse', deleteFileSystemResponse_openZFSResponse - The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.

$sel:windowsResponse:DeleteFileSystemResponse', deleteFileSystemResponse_windowsResponse - Undocumented member.

$sel:httpStatus:DeleteFileSystemResponse', deleteFileSystemResponse_httpStatus - The response's http status code.

DeleteSnapshot

data DeleteSnapshot Source #

See: newDeleteSnapshot smart constructor.

Constructors

DeleteSnapshot' (Maybe Text) Text 

Instances

Instances details
ToJSON DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

ToHeaders DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

ToPath DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

ToQuery DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

AWSRequest DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Associated Types

type AWSResponse DeleteSnapshot #

Generic DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Associated Types

type Rep DeleteSnapshot :: Type -> Type #

Read DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Show DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

NFData DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Methods

rnf :: DeleteSnapshot -> () #

Eq DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Hashable DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

type AWSResponse DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

type Rep DeleteSnapshot Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

type Rep DeleteSnapshot = D1 ('MetaData "DeleteSnapshot" "Amazonka.FSx.DeleteSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteSnapshot Source #

Create a value of DeleteSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteSnapshot', deleteSnapshot_clientRequestToken - Undocumented member.

DeleteSnapshot, deleteSnapshot_snapshotId - The ID of the snapshot that you want to delete.

data DeleteSnapshotResponse Source #

See: newDeleteSnapshotResponse smart constructor.

Instances

Instances details
Generic DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Associated Types

type Rep DeleteSnapshotResponse :: Type -> Type #

Read DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Show DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

NFData DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

Methods

rnf :: DeleteSnapshotResponse -> () #

Eq DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

type Rep DeleteSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteSnapshot

type Rep DeleteSnapshotResponse = D1 ('MetaData "DeleteSnapshotResponse" "Amazonka.FSx.DeleteSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotLifecycle)) :*: (S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteSnapshotResponse Source #

Create a value of DeleteSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteSnapshotResponse, deleteSnapshotResponse_lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status is DELETING.

DeleteSnapshot, deleteSnapshotResponse_snapshotId - The ID of the deleted snapshot.

$sel:httpStatus:DeleteSnapshotResponse', deleteSnapshotResponse_httpStatus - The response's http status code.

DeleteStorageVirtualMachine

data DeleteStorageVirtualMachine Source #

See: newDeleteStorageVirtualMachine smart constructor.

Instances

Instances details
ToJSON DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

ToHeaders DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

ToPath DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

ToQuery DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

AWSRequest DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Generic DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Associated Types

type Rep DeleteStorageVirtualMachine :: Type -> Type #

Read DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Show DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

NFData DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Eq DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Hashable DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

type AWSResponse DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

type Rep DeleteStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

type Rep DeleteStorageVirtualMachine = D1 ('MetaData "DeleteStorageVirtualMachine" "Amazonka.FSx.DeleteStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteStorageVirtualMachine'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteStorageVirtualMachine Source #

Create a value of DeleteStorageVirtualMachine with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteStorageVirtualMachine', deleteStorageVirtualMachine_clientRequestToken - Undocumented member.

DeleteStorageVirtualMachine, deleteStorageVirtualMachine_storageVirtualMachineId - The ID of the SVM that you want to delete.

data DeleteStorageVirtualMachineResponse Source #

Instances

Instances details
Generic DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Read DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Show DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

NFData DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

Eq DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

type Rep DeleteStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteStorageVirtualMachine

type Rep DeleteStorageVirtualMachineResponse = D1 ('MetaData "DeleteStorageVirtualMachineResponse" "Amazonka.FSx.DeleteStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteStorageVirtualMachineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineLifecycle)) :*: (S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteStorageVirtualMachineResponse Source #

Create a value of DeleteStorageVirtualMachineResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteStorageVirtualMachineResponse, deleteStorageVirtualMachineResponse_lifecycle - Describes the lifecycle state of the SVM being deleted.

DeleteStorageVirtualMachine, deleteStorageVirtualMachineResponse_storageVirtualMachineId - The ID of the SVM Amazon FSx is deleting.

$sel:httpStatus:DeleteStorageVirtualMachineResponse', deleteStorageVirtualMachineResponse_httpStatus - The response's http status code.

DeleteVolume

data DeleteVolume Source #

See: newDeleteVolume smart constructor.

Instances

Instances details
ToJSON DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

ToHeaders DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

ToPath DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

ToQuery DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

AWSRequest DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Associated Types

type AWSResponse DeleteVolume #

Generic DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Associated Types

type Rep DeleteVolume :: Type -> Type #

Read DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Show DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

NFData DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Methods

rnf :: DeleteVolume -> () #

Eq DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Hashable DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

type AWSResponse DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

type Rep DeleteVolume Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

type Rep DeleteVolume = D1 ('MetaData "DeleteVolume" "Amazonka.FSx.DeleteVolume" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolume'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ontapConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteVolumeOntapConfiguration))) :*: (S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteVolumeOpenZFSConfiguration)) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeleteVolume Source #

Create a value of DeleteVolume with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DeleteVolume', deleteVolume_clientRequestToken - Undocumented member.

DeleteVolume, deleteVolume_ontapConfiguration - For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.

DeleteVolume, deleteVolume_openZFSConfiguration - For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.

DeleteVolume, deleteVolume_volumeId - The ID of the volume that you are deleting.

data DeleteVolumeResponse Source #

See: newDeleteVolumeResponse smart constructor.

Instances

Instances details
Generic DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Associated Types

type Rep DeleteVolumeResponse :: Type -> Type #

Read DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Show DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

NFData DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

Methods

rnf :: DeleteVolumeResponse -> () #

Eq DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

type Rep DeleteVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.DeleteVolume

type Rep DeleteVolumeResponse = D1 ('MetaData "DeleteVolumeResponse" "Amazonka.FSx.DeleteVolume" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolumeResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeLifecycle)) :*: S1 ('MetaSel ('Just "ontapResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteVolumeOntapResponse))) :*: (S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteVolumeResponse Source #

Create a value of DeleteVolumeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteVolumeResponse, deleteVolumeResponse_lifecycle - The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this value is DELETING.

$sel:ontapResponse:DeleteVolumeResponse', deleteVolumeResponse_ontapResponse - Returned after a DeleteVolume request, showing the status of the delete request.

DeleteVolume, deleteVolumeResponse_volumeId - The ID of the volume that's being deleted.

$sel:httpStatus:DeleteVolumeResponse', deleteVolumeResponse_httpStatus - The response's http status code.

DescribeBackups (Paginated)

data DescribeBackups Source #

The request object for the DescribeBackups operation.

See: newDescribeBackups smart constructor.

Instances

Instances details
ToJSON DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

ToHeaders DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

ToPath DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

ToQuery DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

AWSPager DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

AWSRequest DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Associated Types

type AWSResponse DescribeBackups #

Generic DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Associated Types

type Rep DescribeBackups :: Type -> Type #

Read DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Show DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

NFData DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Methods

rnf :: DescribeBackups -> () #

Eq DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Hashable DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

type AWSResponse DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

type Rep DescribeBackups Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

type Rep DescribeBackups = D1 ('MetaData "DescribeBackups" "Amazonka.FSx.DescribeBackups" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeBackups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeBackups :: DescribeBackups Source #

Create a value of DescribeBackups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backupIds:DescribeBackups', describeBackups_backupIds - The IDs of the backups that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a BackupNotFound error occurs.

$sel:filters:DescribeBackups', describeBackups_filters - The filters structure. The supported names are file-system-id, backup-type, file-system-type, and volume-id.

$sel:maxResults:DescribeBackups', describeBackups_maxResults - Maximum number of backups to return in the response. This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

DescribeBackups, describeBackups_nextToken - An opaque pagination token returned from a previous DescribeBackups operation. If a token is present, the operation continues the list from where the returning call left off.

data DescribeBackupsResponse Source #

Response object for the DescribeBackups operation.

See: newDescribeBackupsResponse smart constructor.

Instances

Instances details
Generic DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Associated Types

type Rep DescribeBackupsResponse :: Type -> Type #

Read DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Show DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

NFData DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

Methods

rnf :: DescribeBackupsResponse -> () #

Eq DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

type Rep DescribeBackupsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeBackups

type Rep DescribeBackupsResponse = D1 ('MetaData "DescribeBackupsResponse" "Amazonka.FSx.DescribeBackups" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeBackupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "backups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Backup])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeBackupsResponse Source #

Create a value of DescribeBackupsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backups:DescribeBackupsResponse', describeBackupsResponse_backups - An array of backups.

DescribeBackups, describeBackupsResponse_nextToken - A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.

$sel:httpStatus:DescribeBackupsResponse', describeBackupsResponse_httpStatus - The response's http status code.

DescribeDataRepositoryAssociations

data DescribeDataRepositoryAssociations Source #

Instances

Instances details
ToJSON DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

ToHeaders DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

ToPath DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

ToQuery DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

AWSRequest DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Generic DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Associated Types

type Rep DescribeDataRepositoryAssociations :: Type -> Type #

Read DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Show DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

NFData DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Eq DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Hashable DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

type AWSResponse DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

type Rep DescribeDataRepositoryAssociations Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

type Rep DescribeDataRepositoryAssociations = D1 ('MetaData "DescribeDataRepositoryAssociations" "Amazonka.FSx.DescribeDataRepositoryAssociations" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeDataRepositoryAssociations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter]))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeDataRepositoryAssociations :: DescribeDataRepositoryAssociations Source #

Create a value of DescribeDataRepositoryAssociations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationIds:DescribeDataRepositoryAssociations', describeDataRepositoryAssociations_associationIds - IDs of the data repository associations whose descriptions you want to retrieve (String).

$sel:filters:DescribeDataRepositoryAssociations', describeDataRepositoryAssociations_filters - Undocumented member.

$sel:maxResults:DescribeDataRepositoryAssociations', describeDataRepositoryAssociations_maxResults - The maximum number of resources to return in the response. This value must be an integer greater than zero.

DescribeDataRepositoryAssociations, describeDataRepositoryAssociations_nextToken - Undocumented member.

data DescribeDataRepositoryAssociationsResponse Source #

Instances

Instances details
Generic DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Read DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Show DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

NFData DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

Eq DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

type Rep DescribeDataRepositoryAssociationsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryAssociations

type Rep DescribeDataRepositoryAssociationsResponse = D1 ('MetaData "DescribeDataRepositoryAssociationsResponse" "Amazonka.FSx.DescribeDataRepositoryAssociations" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeDataRepositoryAssociationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataRepositoryAssociation])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDataRepositoryAssociationsResponse Source #

Create a value of DescribeDataRepositoryAssociationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associations:DescribeDataRepositoryAssociationsResponse', describeDataRepositoryAssociationsResponse_associations - An array of one or more data repository association descriptions.

DescribeDataRepositoryAssociations, describeDataRepositoryAssociationsResponse_nextToken - Undocumented member.

$sel:httpStatus:DescribeDataRepositoryAssociationsResponse', describeDataRepositoryAssociationsResponse_httpStatus - The response's http status code.

DescribeDataRepositoryTasks

data DescribeDataRepositoryTasks Source #

See: newDescribeDataRepositoryTasks smart constructor.

Instances

Instances details
ToJSON DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

ToHeaders DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

ToPath DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

ToQuery DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

AWSRequest DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Generic DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Associated Types

type Rep DescribeDataRepositoryTasks :: Type -> Type #

Read DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Show DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

NFData DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Eq DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Hashable DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

type AWSResponse DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

type Rep DescribeDataRepositoryTasks Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

type Rep DescribeDataRepositoryTasks = D1 ('MetaData "DescribeDataRepositoryTasks" "Amazonka.FSx.DescribeDataRepositoryTasks" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeDataRepositoryTasks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataRepositoryTaskFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeDataRepositoryTasks :: DescribeDataRepositoryTasks Source #

Create a value of DescribeDataRepositoryTasks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeDataRepositoryTasks', describeDataRepositoryTasks_filters - (Optional) You can use filters to narrow the DescribeDataRepositoryTasks response to include just tasks for specific file systems, or tasks in a specific lifecycle state.

$sel:maxResults:DescribeDataRepositoryTasks', describeDataRepositoryTasks_maxResults - Undocumented member.

DescribeDataRepositoryTasks, describeDataRepositoryTasks_nextToken - Undocumented member.

$sel:taskIds:DescribeDataRepositoryTasks', describeDataRepositoryTasks_taskIds - (Optional) IDs of the tasks whose descriptions you want to retrieve (String).

data DescribeDataRepositoryTasksResponse Source #

Instances

Instances details
Generic DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Read DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Show DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

NFData DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

Eq DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

type Rep DescribeDataRepositoryTasksResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeDataRepositoryTasks

type Rep DescribeDataRepositoryTasksResponse = D1 ('MetaData "DescribeDataRepositoryTasksResponse" "Amazonka.FSx.DescribeDataRepositoryTasks" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeDataRepositoryTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataRepositoryTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataRepositoryTask])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeDataRepositoryTasksResponse Source #

Create a value of DescribeDataRepositoryTasksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataRepositoryTasks:DescribeDataRepositoryTasksResponse', describeDataRepositoryTasksResponse_dataRepositoryTasks - The collection of data repository task descriptions returned.

DescribeDataRepositoryTasks, describeDataRepositoryTasksResponse_nextToken - Undocumented member.

$sel:httpStatus:DescribeDataRepositoryTasksResponse', describeDataRepositoryTasksResponse_httpStatus - The response's http status code.

DescribeFileCaches

data DescribeFileCaches Source #

See: newDescribeFileCaches smart constructor.

Instances

Instances details
ToJSON DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

ToHeaders DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

ToPath DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

ToQuery DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

AWSRequest DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Associated Types

type AWSResponse DescribeFileCaches #

Generic DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Associated Types

type Rep DescribeFileCaches :: Type -> Type #

Read DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Show DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

NFData DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Methods

rnf :: DescribeFileCaches -> () #

Eq DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Hashable DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

type AWSResponse DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

type Rep DescribeFileCaches Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

type Rep DescribeFileCaches = D1 ('MetaData "DescribeFileCaches" "Amazonka.FSx.DescribeFileCaches" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileCaches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileCacheIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFileCaches :: DescribeFileCaches Source #

Create a value of DescribeFileCaches with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileCacheIds:DescribeFileCaches', describeFileCaches_fileCacheIds - IDs of the caches whose descriptions you want to retrieve (String).

$sel:maxResults:DescribeFileCaches', describeFileCaches_maxResults - Undocumented member.

DescribeFileCaches, describeFileCaches_nextToken - Undocumented member.

data DescribeFileCachesResponse Source #

See: newDescribeFileCachesResponse smart constructor.

Instances

Instances details
Generic DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Associated Types

type Rep DescribeFileCachesResponse :: Type -> Type #

Read DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Show DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

NFData DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

Eq DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

type Rep DescribeFileCachesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileCaches

type Rep DescribeFileCachesResponse = D1 ('MetaData "DescribeFileCachesResponse" "Amazonka.FSx.DescribeFileCaches" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileCachesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileCaches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileCache])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFileCachesResponse Source #

Create a value of DescribeFileCachesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileCaches:DescribeFileCachesResponse', describeFileCachesResponse_fileCaches - The response object for the DescribeFileCaches operation.

DescribeFileCaches, describeFileCachesResponse_nextToken - Undocumented member.

$sel:httpStatus:DescribeFileCachesResponse', describeFileCachesResponse_httpStatus - The response's http status code.

DescribeFileSystemAliases

data DescribeFileSystemAliases Source #

The request object for DescribeFileSystemAliases operation.

See: newDescribeFileSystemAliases smart constructor.

Instances

Instances details
ToJSON DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

ToHeaders DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

ToPath DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

ToQuery DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

AWSRequest DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Generic DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Associated Types

type Rep DescribeFileSystemAliases :: Type -> Type #

Read DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Show DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

NFData DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Eq DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Hashable DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

type AWSResponse DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

type Rep DescribeFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

type Rep DescribeFileSystemAliases = D1 ('MetaData "DescribeFileSystemAliases" "Amazonka.FSx.DescribeFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileSystemAliases'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeFileSystemAliases Source #

Create a value of DescribeFileSystemAliases with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DescribeFileSystemAliases', describeFileSystemAliases_clientRequestToken - Undocumented member.

$sel:maxResults:DescribeFileSystemAliases', describeFileSystemAliases_maxResults - Maximum number of DNS aliases to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

DescribeFileSystemAliases, describeFileSystemAliases_nextToken - Opaque pagination token returned from a previous DescribeFileSystemAliases operation (String). If a token is included in the request, the action continues the list from where the previous returning call left off.

DescribeFileSystemAliases, describeFileSystemAliases_fileSystemId - The ID of the file system to return the associated DNS aliases for (String).

data DescribeFileSystemAliasesResponse Source #

The response object for DescribeFileSystemAliases operation.

See: newDescribeFileSystemAliasesResponse smart constructor.

Instances

Instances details
Generic DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Associated Types

type Rep DescribeFileSystemAliasesResponse :: Type -> Type #

Read DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Show DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

NFData DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

Eq DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

type Rep DescribeFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystemAliases

type Rep DescribeFileSystemAliasesResponse = D1 ('MetaData "DescribeFileSystemAliasesResponse" "Amazonka.FSx.DescribeFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileSystemAliasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alias])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFileSystemAliasesResponse Source #

Create a value of DescribeFileSystemAliasesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeFileSystemAliasesResponse, describeFileSystemAliasesResponse_aliases - An array of one or more DNS aliases currently associated with the specified file system.

DescribeFileSystemAliases, describeFileSystemAliasesResponse_nextToken - Present if there are more DNS aliases than returned in the response (String). You can use the NextToken value in a later request to fetch additional descriptions.

$sel:httpStatus:DescribeFileSystemAliasesResponse', describeFileSystemAliasesResponse_httpStatus - The response's http status code.

DescribeFileSystems (Paginated)

data DescribeFileSystems Source #

The request object for DescribeFileSystems operation.

See: newDescribeFileSystems smart constructor.

Instances

Instances details
ToJSON DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

ToHeaders DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

ToPath DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

ToQuery DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

AWSPager DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

AWSRequest DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Associated Types

type AWSResponse DescribeFileSystems #

Generic DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Associated Types

type Rep DescribeFileSystems :: Type -> Type #

Read DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Show DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

NFData DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Methods

rnf :: DescribeFileSystems -> () #

Eq DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Hashable DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

type AWSResponse DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

type Rep DescribeFileSystems Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

type Rep DescribeFileSystems = D1 ('MetaData "DescribeFileSystems" "Amazonka.FSx.DescribeFileSystems" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileSystems'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDescribeFileSystems :: DescribeFileSystems Source #

Create a value of DescribeFileSystems with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileSystemIds:DescribeFileSystems', describeFileSystems_fileSystemIds - IDs of the file systems whose descriptions you want to retrieve (String).

$sel:maxResults:DescribeFileSystems', describeFileSystems_maxResults - Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

DescribeFileSystems, describeFileSystems_nextToken - Opaque pagination token returned from a previous DescribeFileSystems operation (String). If a token present, the operation continues the list from where the returning call left off.

data DescribeFileSystemsResponse Source #

The response object for DescribeFileSystems operation.

See: newDescribeFileSystemsResponse smart constructor.

Instances

Instances details
Generic DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Associated Types

type Rep DescribeFileSystemsResponse :: Type -> Type #

Read DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Show DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

NFData DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

Eq DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

type Rep DescribeFileSystemsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeFileSystems

type Rep DescribeFileSystemsResponse = D1 ('MetaData "DescribeFileSystemsResponse" "Amazonka.FSx.DescribeFileSystems" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeFileSystemsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileSystem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeFileSystemsResponse Source #

Create a value of DescribeFileSystemsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileSystems:DescribeFileSystemsResponse', describeFileSystemsResponse_fileSystems - An array of file system descriptions.

DescribeFileSystems, describeFileSystemsResponse_nextToken - Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.

$sel:httpStatus:DescribeFileSystemsResponse', describeFileSystemsResponse_httpStatus - The response's http status code.

DescribeSnapshots

data DescribeSnapshots Source #

See: newDescribeSnapshots smart constructor.

Instances

Instances details
ToJSON DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

ToHeaders DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

ToPath DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

ToQuery DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

AWSRequest DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Associated Types

type AWSResponse DescribeSnapshots #

Generic DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Associated Types

type Rep DescribeSnapshots :: Type -> Type #

Read DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Show DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

NFData DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Methods

rnf :: DescribeSnapshots -> () #

Eq DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Hashable DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

type AWSResponse DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

type Rep DescribeSnapshots Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

type Rep DescribeSnapshots = D1 ('MetaData "DescribeSnapshots" "Amazonka.FSx.DescribeSnapshots" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeSnapshots'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SnapshotFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeSnapshots :: DescribeSnapshots Source #

Create a value of DescribeSnapshots with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeSnapshots', describeSnapshots_filters - The filters structure. The supported names are file-system-id or volume-id.

$sel:maxResults:DescribeSnapshots', describeSnapshots_maxResults - Undocumented member.

DescribeSnapshots, describeSnapshots_nextToken - Undocumented member.

$sel:snapshotIds:DescribeSnapshots', describeSnapshots_snapshotIds - The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs aren't found, a SnapshotNotFound error occurs.

data DescribeSnapshotsResponse Source #

See: newDescribeSnapshotsResponse smart constructor.

Instances

Instances details
Generic DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Associated Types

type Rep DescribeSnapshotsResponse :: Type -> Type #

Read DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Show DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

NFData DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

Eq DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

type Rep DescribeSnapshotsResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeSnapshots

type Rep DescribeSnapshotsResponse = D1 ('MetaData "DescribeSnapshotsResponse" "Amazonka.FSx.DescribeSnapshots" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "snapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Snapshot])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeSnapshotsResponse Source #

Create a value of DescribeSnapshotsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeSnapshots, describeSnapshotsResponse_nextToken - Undocumented member.

$sel:snapshots:DescribeSnapshotsResponse', describeSnapshotsResponse_snapshots - An array of snapshots.

$sel:httpStatus:DescribeSnapshotsResponse', describeSnapshotsResponse_httpStatus - The response's http status code.

DescribeStorageVirtualMachines (Paginated)

data DescribeStorageVirtualMachines Source #

See: newDescribeStorageVirtualMachines smart constructor.

Instances

Instances details
ToJSON DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

ToHeaders DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

ToPath DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

ToQuery DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

AWSPager DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

AWSRequest DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Generic DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Associated Types

type Rep DescribeStorageVirtualMachines :: Type -> Type #

Read DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Show DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

NFData DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Eq DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Hashable DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

type AWSResponse DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

type Rep DescribeStorageVirtualMachines Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

type Rep DescribeStorageVirtualMachines = D1 ('MetaData "DescribeStorageVirtualMachines" "Amazonka.FSx.DescribeStorageVirtualMachines" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeStorageVirtualMachines'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageVirtualMachineFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageVirtualMachineIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeStorageVirtualMachines :: DescribeStorageVirtualMachines Source #

Create a value of DescribeStorageVirtualMachines with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeStorageVirtualMachines', describeStorageVirtualMachines_filters - Enter a filter name:value pair to view a select set of SVMs.

$sel:maxResults:DescribeStorageVirtualMachines', describeStorageVirtualMachines_maxResults - Undocumented member.

DescribeStorageVirtualMachines, describeStorageVirtualMachines_nextToken - Undocumented member.

$sel:storageVirtualMachineIds:DescribeStorageVirtualMachines', describeStorageVirtualMachines_storageVirtualMachineIds - Enter the ID of one or more SVMs that you want to view.

data DescribeStorageVirtualMachinesResponse Source #

Instances

Instances details
Generic DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Read DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Show DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

NFData DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

Eq DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

type Rep DescribeStorageVirtualMachinesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeStorageVirtualMachines

type Rep DescribeStorageVirtualMachinesResponse = D1 ('MetaData "DescribeStorageVirtualMachinesResponse" "Amazonka.FSx.DescribeStorageVirtualMachines" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeStorageVirtualMachinesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storageVirtualMachines") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [StorageVirtualMachine])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeStorageVirtualMachinesResponse Source #

Create a value of DescribeStorageVirtualMachinesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeStorageVirtualMachines, describeStorageVirtualMachinesResponse_nextToken - Undocumented member.

$sel:storageVirtualMachines:DescribeStorageVirtualMachinesResponse', describeStorageVirtualMachinesResponse_storageVirtualMachines - Returned after a successful DescribeStorageVirtualMachines operation, describing each SVM.

$sel:httpStatus:DescribeStorageVirtualMachinesResponse', describeStorageVirtualMachinesResponse_httpStatus - The response's http status code.

DescribeVolumes (Paginated)

data DescribeVolumes Source #

See: newDescribeVolumes smart constructor.

Instances

Instances details
ToJSON DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

ToHeaders DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

ToPath DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

ToQuery DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

AWSPager DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

AWSRequest DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Associated Types

type AWSResponse DescribeVolumes #

Generic DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Associated Types

type Rep DescribeVolumes :: Type -> Type #

Read DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Show DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

NFData DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Methods

rnf :: DescribeVolumes -> () #

Eq DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Hashable DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

type AWSResponse DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

type Rep DescribeVolumes Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

type Rep DescribeVolumes = D1 ('MetaData "DescribeVolumes" "Amazonka.FSx.DescribeVolumes" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeVolumes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [VolumeFilter])) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDescribeVolumes :: DescribeVolumes Source #

Create a value of DescribeVolumes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filters:DescribeVolumes', describeVolumes_filters - Enter a filter Name and Values pair to view a select set of volumes.

$sel:maxResults:DescribeVolumes', describeVolumes_maxResults - Undocumented member.

DescribeVolumes, describeVolumes_nextToken - Undocumented member.

$sel:volumeIds:DescribeVolumes', describeVolumes_volumeIds - The IDs of the volumes whose descriptions you want to retrieve.

data DescribeVolumesResponse Source #

See: newDescribeVolumesResponse smart constructor.

Instances

Instances details
Generic DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Associated Types

type Rep DescribeVolumesResponse :: Type -> Type #

Read DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Show DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

NFData DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

Methods

rnf :: DescribeVolumesResponse -> () #

Eq DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

type Rep DescribeVolumesResponse Source # 
Instance details

Defined in Amazonka.FSx.DescribeVolumes

type Rep DescribeVolumesResponse = D1 ('MetaData "DescribeVolumesResponse" "Amazonka.FSx.DescribeVolumes" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DescribeVolumesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "volumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Volume])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeVolumesResponse Source #

Create a value of DescribeVolumesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeVolumes, describeVolumesResponse_nextToken - Undocumented member.

$sel:volumes:DescribeVolumesResponse', describeVolumesResponse_volumes - Returned after a successful DescribeVolumes operation, describing each volume.

$sel:httpStatus:DescribeVolumesResponse', describeVolumesResponse_httpStatus - The response's http status code.

DisassociateFileSystemAliases

data DisassociateFileSystemAliases Source #

The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.

See: newDisassociateFileSystemAliases smart constructor.

Instances

Instances details
ToJSON DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

ToHeaders DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

ToPath DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

ToQuery DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

AWSRequest DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Generic DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Associated Types

type Rep DisassociateFileSystemAliases :: Type -> Type #

Read DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Show DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

NFData DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Eq DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Hashable DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

type AWSResponse DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

type Rep DisassociateFileSystemAliases Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

type Rep DisassociateFileSystemAliases = D1 ('MetaData "DisassociateFileSystemAliases" "Amazonka.FSx.DisassociateFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DisassociateFileSystemAliases'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newDisassociateFileSystemAliases Source #

Create a value of DisassociateFileSystemAliases with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:DisassociateFileSystemAliases', disassociateFileSystemAliases_clientRequestToken - Undocumented member.

DisassociateFileSystemAliases, disassociateFileSystemAliases_fileSystemId - Specifies the file system from which to disassociate the DNS aliases.

DisassociateFileSystemAliases, disassociateFileSystemAliases_aliases - An array of one or more DNS alias names to disassociate, or remove, from the file system.

data DisassociateFileSystemAliasesResponse Source #

The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system. Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.

See: newDisassociateFileSystemAliasesResponse smart constructor.

Instances

Instances details
Generic DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Read DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Show DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

NFData DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

Eq DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

type Rep DisassociateFileSystemAliasesResponse Source # 
Instance details

Defined in Amazonka.FSx.DisassociateFileSystemAliases

type Rep DisassociateFileSystemAliasesResponse = D1 ('MetaData "DisassociateFileSystemAliasesResponse" "Amazonka.FSx.DisassociateFileSystemAliases" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DisassociateFileSystemAliasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alias])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateFileSystemAliasesResponse Source #

Create a value of DisassociateFileSystemAliasesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DisassociateFileSystemAliases, disassociateFileSystemAliasesResponse_aliases - An array of one or more DNS aliases that Amazon FSx is attempting to disassociate from the file system.

$sel:httpStatus:DisassociateFileSystemAliasesResponse', disassociateFileSystemAliasesResponse_httpStatus - The response's http status code.

ListTagsForResource (Paginated)

data ListTagsForResource Source #

The request object for ListTagsForResource operation.

See: newListTagsForResource smart constructor.

Instances

Instances details
ToJSON ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

AWSPager ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.FSx.ListTagsForResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListTagsForResource', listTagsForResource_maxResults - Maximum number of tags to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the MaxResults parameter specified in the request and the service's internal maximum number of items per page.

ListTagsForResource, listTagsForResource_nextToken - Opaque pagination token returned from a previous ListTagsForResource operation (String). If a token present, the action continues the list from where the returning call left off.

ListTagsForResource, listTagsForResource_resourceARN - The ARN of the Amazon FSx resource that will have its tags listed.

data ListTagsForResourceResponse Source #

The response object for ListTagsForResource operation.

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.FSx.ListTagsForResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListTagsForResource, listTagsForResourceResponse_nextToken - This is present if there are more tags than returned in the response (String). You can use the NextToken value in the later request to fetch the tags.

ListTagsForResourceResponse, listTagsForResourceResponse_tags - A list of tags on the resource.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

ReleaseFileSystemNfsV3Locks

data ReleaseFileSystemNfsV3Locks Source #

See: newReleaseFileSystemNfsV3Locks smart constructor.

Instances

Instances details
ToJSON ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

ToHeaders ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

ToPath ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

ToQuery ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

AWSRequest ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Generic ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Associated Types

type Rep ReleaseFileSystemNfsV3Locks :: Type -> Type #

Read ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Show ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

NFData ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Eq ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Hashable ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

type AWSResponse ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

type Rep ReleaseFileSystemNfsV3Locks Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

type Rep ReleaseFileSystemNfsV3Locks = D1 ('MetaData "ReleaseFileSystemNfsV3Locks" "Amazonka.FSx.ReleaseFileSystemNfsV3Locks" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "ReleaseFileSystemNfsV3Locks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newReleaseFileSystemNfsV3Locks Source #

Create a value of ReleaseFileSystemNfsV3Locks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:ReleaseFileSystemNfsV3Locks', releaseFileSystemNfsV3Locks_clientRequestToken - Undocumented member.

ReleaseFileSystemNfsV3Locks, releaseFileSystemNfsV3Locks_fileSystemId - Undocumented member.

data ReleaseFileSystemNfsV3LocksResponse Source #

Instances

Instances details
Generic ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Read ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Show ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

NFData ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

Eq ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

type Rep ReleaseFileSystemNfsV3LocksResponse Source # 
Instance details

Defined in Amazonka.FSx.ReleaseFileSystemNfsV3Locks

type Rep ReleaseFileSystemNfsV3LocksResponse = D1 ('MetaData "ReleaseFileSystemNfsV3LocksResponse" "Amazonka.FSx.ReleaseFileSystemNfsV3Locks" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "ReleaseFileSystemNfsV3LocksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newReleaseFileSystemNfsV3LocksResponse Source #

Create a value of ReleaseFileSystemNfsV3LocksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ReleaseFileSystemNfsV3LocksResponse, releaseFileSystemNfsV3LocksResponse_fileSystem - Undocumented member.

$sel:httpStatus:ReleaseFileSystemNfsV3LocksResponse', releaseFileSystemNfsV3LocksResponse_httpStatus - The response's http status code.

RestoreVolumeFromSnapshot

data RestoreVolumeFromSnapshot Source #

See: newRestoreVolumeFromSnapshot smart constructor.

Instances

Instances details
ToJSON RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

ToHeaders RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

ToPath RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

ToQuery RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

AWSRequest RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Generic RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Associated Types

type Rep RestoreVolumeFromSnapshot :: Type -> Type #

Read RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Show RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

NFData RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Eq RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Hashable RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

type AWSResponse RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

type Rep RestoreVolumeFromSnapshot Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

type Rep RestoreVolumeFromSnapshot = D1 ('MetaData "RestoreVolumeFromSnapshot" "Amazonka.FSx.RestoreVolumeFromSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "RestoreVolumeFromSnapshot'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RestoreOpenZFSVolumeOption]))) :*: (S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRestoreVolumeFromSnapshot Source #

Create a value of RestoreVolumeFromSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:RestoreVolumeFromSnapshot', restoreVolumeFromSnapshot_clientRequestToken - Undocumented member.

RestoreVolumeFromSnapshot, restoreVolumeFromSnapshot_options - The settings used when restoring the specified volume from snapshot.

  • DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified snapshot. If there are intermediate snapshots and this option isn't used, RestoreVolumeFromSnapshot fails.
  • DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots. If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot fails.

RestoreVolumeFromSnapshot, restoreVolumeFromSnapshot_volumeId - The ID of the volume that you are restoring.

RestoreVolumeFromSnapshot, restoreVolumeFromSnapshot_snapshotId - The ID of the source snapshot. Specifies the snapshot that you are restoring from.

data RestoreVolumeFromSnapshotResponse Source #

See: newRestoreVolumeFromSnapshotResponse smart constructor.

Instances

Instances details
Generic RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Associated Types

type Rep RestoreVolumeFromSnapshotResponse :: Type -> Type #

Read RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Show RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

NFData RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

Eq RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

type Rep RestoreVolumeFromSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.RestoreVolumeFromSnapshot

type Rep RestoreVolumeFromSnapshotResponse = D1 ('MetaData "RestoreVolumeFromSnapshotResponse" "Amazonka.FSx.RestoreVolumeFromSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "RestoreVolumeFromSnapshotResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "administrativeActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdministrativeAction])) :*: S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeLifecycle))) :*: (S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRestoreVolumeFromSnapshotResponse Source #

Create a value of RestoreVolumeFromSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RestoreVolumeFromSnapshotResponse, restoreVolumeFromSnapshotResponse_administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

RestoreVolumeFromSnapshotResponse, restoreVolumeFromSnapshotResponse_lifecycle - The lifecycle state of the volume being restored.

RestoreVolumeFromSnapshot, restoreVolumeFromSnapshotResponse_volumeId - The ID of the volume that you restored.

$sel:httpStatus:RestoreVolumeFromSnapshotResponse', restoreVolumeFromSnapshotResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

The request object for the TagResource operation.

See: newTagResource smart constructor.

Constructors

TagResource' Text (NonEmpty Tag) 

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.FSx.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.FSx.TagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Tag))))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

TagResource, tagResource_resourceARN - The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.

TagResource, tagResource_tags - A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.

data TagResourceResponse Source #

The response object for the TagResource operation.

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.FSx.TagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

The request object for UntagResource action.

See: newUntagResource smart constructor.

Instances

Instances details
ToJSON UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.FSx.UntagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UntagResource, untagResource_resourceARN - The ARN of the Amazon FSx resource to untag.

$sel:tagKeys:UntagResource', untagResource_tagKeys - A list of keys of tags on the resource to untag. In case the tag key doesn't exist, the call will still succeed to be idempotent.

data UntagResourceResponse Source #

The response object for UntagResource action.

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.FSx.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.FSx.UntagResource" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateDataRepositoryAssociation

data UpdateDataRepositoryAssociation Source #

See: newUpdateDataRepositoryAssociation smart constructor.

Instances

Instances details
ToJSON UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

ToHeaders UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

ToPath UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

ToQuery UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

AWSRequest UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Generic UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Associated Types

type Rep UpdateDataRepositoryAssociation :: Type -> Type #

Read UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Show UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

NFData UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Eq UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Hashable UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

type AWSResponse UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

type Rep UpdateDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

type Rep UpdateDataRepositoryAssociation = D1 ('MetaData "UpdateDataRepositoryAssociation" "Amazonka.FSx.UpdateDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateDataRepositoryAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importedFileChunkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataRepositoryConfiguration)) :*: S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateDataRepositoryAssociation Source #

Create a value of UpdateDataRepositoryAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:UpdateDataRepositoryAssociation', updateDataRepositoryAssociation_clientRequestToken - Undocumented member.

UpdateDataRepositoryAssociation, updateDataRepositoryAssociation_importedFileChunkSize - For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

UpdateDataRepositoryAssociation, updateDataRepositoryAssociation_s3 - The configuration for an Amazon S3 data repository linked to an Amazon FSx Lustre file system with a data repository association. The configuration defines which file events (new, changed, or deleted files or directories) are automatically imported from the linked data repository to the file system or automatically exported from the file system to the data repository.

UpdateDataRepositoryAssociation, updateDataRepositoryAssociation_associationId - The ID of the data repository association that you are updating.

data UpdateDataRepositoryAssociationResponse Source #

Instances

Instances details
Generic UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Read UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Show UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

NFData UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

Eq UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

type Rep UpdateDataRepositoryAssociationResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateDataRepositoryAssociation

type Rep UpdateDataRepositoryAssociationResponse = D1 ('MetaData "UpdateDataRepositoryAssociationResponse" "Amazonka.FSx.UpdateDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateDataRepositoryAssociationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "association") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryAssociation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateDataRepositoryAssociationResponse Source #

Create a value of UpdateDataRepositoryAssociationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:association:UpdateDataRepositoryAssociationResponse', updateDataRepositoryAssociationResponse_association - The response object returned after the data repository association is updated.

$sel:httpStatus:UpdateDataRepositoryAssociationResponse', updateDataRepositoryAssociationResponse_httpStatus - The response's http status code.

UpdateFileCache

data UpdateFileCache Source #

See: newUpdateFileCache smart constructor.

Instances

Instances details
ToJSON UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

ToHeaders UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

ToPath UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

ToQuery UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

AWSRequest UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Associated Types

type AWSResponse UpdateFileCache #

Generic UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Associated Types

type Rep UpdateFileCache :: Type -> Type #

Read UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Show UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

NFData UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Methods

rnf :: UpdateFileCache -> () #

Eq UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Hashable UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

type AWSResponse UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

type Rep UpdateFileCache Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

type Rep UpdateFileCache = D1 ('MetaData "UpdateFileCache" "Amazonka.FSx.UpdateFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateFileCacheLustreConfiguration)) :*: S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateFileCache Source #

Create a value of UpdateFileCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:UpdateFileCache', updateFileCache_clientRequestToken - Undocumented member.

UpdateFileCache, updateFileCache_lustreConfiguration - The configuration updates for an Amazon File Cache resource.

UpdateFileCache, updateFileCache_fileCacheId - The ID of the cache that you are updating.

data UpdateFileCacheResponse Source #

See: newUpdateFileCacheResponse smart constructor.

Instances

Instances details
Generic UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Associated Types

type Rep UpdateFileCacheResponse :: Type -> Type #

Read UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Show UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

NFData UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

Methods

rnf :: UpdateFileCacheResponse -> () #

Eq UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

type Rep UpdateFileCacheResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileCache

type Rep UpdateFileCacheResponse = D1 ('MetaData "UpdateFileCacheResponse" "Amazonka.FSx.UpdateFileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileCacheResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileCache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCache)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFileCacheResponse Source #

Create a value of UpdateFileCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileCache:UpdateFileCacheResponse', updateFileCacheResponse_fileCache - A description of the cache that was updated.

$sel:httpStatus:UpdateFileCacheResponse', updateFileCacheResponse_httpStatus - The response's http status code.

UpdateFileSystem

data UpdateFileSystem Source #

The request object for the UpdateFileSystem operation.

See: newUpdateFileSystem smart constructor.

Instances

Instances details
ToJSON UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

ToHeaders UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

ToPath UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

ToQuery UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

AWSRequest UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Associated Types

type AWSResponse UpdateFileSystem #

Generic UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Associated Types

type Rep UpdateFileSystem :: Type -> Type #

Show UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

NFData UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Methods

rnf :: UpdateFileSystem -> () #

Eq UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Hashable UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

type AWSResponse UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

type Rep UpdateFileSystem Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

newUpdateFileSystem Source #

Create a value of UpdateFileSystem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:UpdateFileSystem', updateFileSystem_clientRequestToken - A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent updates. This string is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.

UpdateFileSystem, updateFileSystem_lustreConfiguration - Undocumented member.

UpdateFileSystem, updateFileSystem_ontapConfiguration - Undocumented member.

UpdateFileSystem, updateFileSystem_openZFSConfiguration - The configuration updates for an Amazon FSx for OpenZFS file system.

UpdateFileSystem, updateFileSystem_storageCapacity - Use this parameter to increase the storage capacity of an Amazon FSx for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for NetApp ONTAP file system. Specifies the storage capacity target value, in GiB, to increase the storage capacity for the file system that you're updating.

You can't make a storage capacity increase request if there is an existing storage capacity increase request in progress.

For Windows file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. To increase storage capacity, the file system must have at least 16 MBps of throughput capacity. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide.

For Lustre file systems, the storage capacity target value can be the following:

  • For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 SSD deployment types, valid values are in multiples of 2400 GiB. The value must be greater than the current storage capacity.
  • For PERSISTENT HDD file systems, valid values are multiples of 6000 GiB for 12-MBps throughput per TiB file systems and multiples of 1800 GiB for 40-MBps throughput per TiB file systems. The values must be greater than the current storage capacity.
  • For SCRATCH_1 file systems, you can't increase the storage capacity.

For more information, see Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide.

For ONTAP file systems, the storage capacity target value must be at least 10 percent greater than the current storage capacity value. For more information, see Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.

UpdateFileSystem, updateFileSystem_windowsConfiguration - The configuration updates for an Amazon FSx for Windows File Server file system.

UpdateFileSystem, updateFileSystem_fileSystemId - The ID of the file system that you are updating.

data UpdateFileSystemResponse Source #

The response object for the UpdateFileSystem operation.

See: newUpdateFileSystemResponse smart constructor.

Instances

Instances details
Generic UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Associated Types

type Rep UpdateFileSystemResponse :: Type -> Type #

Read UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Show UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

NFData UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

Eq UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

type Rep UpdateFileSystemResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateFileSystem

type Rep UpdateFileSystemResponse = D1 ('MetaData "UpdateFileSystemResponse" "Amazonka.FSx.UpdateFileSystem" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystem)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateFileSystemResponse Source #

Create a value of UpdateFileSystemResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateFileSystemResponse, updateFileSystemResponse_fileSystem - A description of the file system that was updated.

$sel:httpStatus:UpdateFileSystemResponse', updateFileSystemResponse_httpStatus - The response's http status code.

UpdateSnapshot

data UpdateSnapshot Source #

See: newUpdateSnapshot smart constructor.

Instances

Instances details
ToJSON UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

ToHeaders UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

ToPath UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

ToQuery UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

AWSRequest UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Associated Types

type AWSResponse UpdateSnapshot #

Generic UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Associated Types

type Rep UpdateSnapshot :: Type -> Type #

Read UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Show UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

NFData UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Methods

rnf :: UpdateSnapshot -> () #

Eq UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Hashable UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

type AWSResponse UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

type Rep UpdateSnapshot Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

type Rep UpdateSnapshot = D1 ('MetaData "UpdateSnapshot" "Amazonka.FSx.UpdateSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snapshotId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateSnapshot Source #

Create a value of UpdateSnapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:UpdateSnapshot', updateSnapshot_clientRequestToken - Undocumented member.

UpdateSnapshot, updateSnapshot_name - The name of the snapshot to update.

UpdateSnapshot, updateSnapshot_snapshotId - The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.

data UpdateSnapshotResponse Source #

See: newUpdateSnapshotResponse smart constructor.

Instances

Instances details
Generic UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Associated Types

type Rep UpdateSnapshotResponse :: Type -> Type #

Read UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Show UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

NFData UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

Methods

rnf :: UpdateSnapshotResponse -> () #

Eq UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

type Rep UpdateSnapshotResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateSnapshot

type Rep UpdateSnapshotResponse = D1 ('MetaData "UpdateSnapshotResponse" "Amazonka.FSx.UpdateSnapshot" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Snapshot)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSnapshotResponse Source #

Create a value of UpdateSnapshotResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:snapshot:UpdateSnapshotResponse', updateSnapshotResponse_snapshot - Returned after a successful UpdateSnapshot operation, describing the snapshot that you updated.

$sel:httpStatus:UpdateSnapshotResponse', updateSnapshotResponse_httpStatus - The response's http status code.

UpdateStorageVirtualMachine

data UpdateStorageVirtualMachine Source #

See: newUpdateStorageVirtualMachine smart constructor.

Instances

Instances details
ToJSON UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

ToHeaders UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

ToPath UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

ToQuery UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

AWSRequest UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Generic UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Associated Types

type Rep UpdateStorageVirtualMachine :: Type -> Type #

Show UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

NFData UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Eq UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Hashable UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

type AWSResponse UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

type Rep UpdateStorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

type Rep UpdateStorageVirtualMachine = D1 ('MetaData "UpdateStorageVirtualMachine" "Amazonka.FSx.UpdateStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateStorageVirtualMachine'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UpdateSvmActiveDirectoryConfiguration)) :*: S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "svmAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateStorageVirtualMachine Source #

Create a value of UpdateStorageVirtualMachine with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateStorageVirtualMachine, updateStorageVirtualMachine_activeDirectoryConfiguration - Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.

$sel:clientRequestToken:UpdateStorageVirtualMachine', updateStorageVirtualMachine_clientRequestToken - Undocumented member.

$sel:svmAdminPassword:UpdateStorageVirtualMachine', updateStorageVirtualMachine_svmAdminPassword - Enter a new SvmAdminPassword if you are updating it.

UpdateStorageVirtualMachine, updateStorageVirtualMachine_storageVirtualMachineId - The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.

data UpdateStorageVirtualMachineResponse Source #

Instances

Instances details
Generic UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Read UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Show UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

NFData UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

Eq UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

type Rep UpdateStorageVirtualMachineResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateStorageVirtualMachine

type Rep UpdateStorageVirtualMachineResponse = D1 ('MetaData "UpdateStorageVirtualMachineResponse" "Amazonka.FSx.UpdateStorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateStorageVirtualMachineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageVirtualMachine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachine)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateStorageVirtualMachineResponse Source #

Create a value of UpdateStorageVirtualMachineResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:storageVirtualMachine:UpdateStorageVirtualMachineResponse', updateStorageVirtualMachineResponse_storageVirtualMachine - Undocumented member.

$sel:httpStatus:UpdateStorageVirtualMachineResponse', updateStorageVirtualMachineResponse_httpStatus - The response's http status code.

UpdateVolume

data UpdateVolume Source #

See: newUpdateVolume smart constructor.

Instances

Instances details
ToJSON UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

ToHeaders UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

ToPath UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

ToQuery UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

AWSRequest UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Associated Types

type AWSResponse UpdateVolume #

Generic UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Associated Types

type Rep UpdateVolume :: Type -> Type #

Read UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Show UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

NFData UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Methods

rnf :: UpdateVolume -> () #

Eq UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Hashable UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

type AWSResponse UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

type Rep UpdateVolume Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

newUpdateVolume Source #

Create a value of UpdateVolume with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:UpdateVolume', updateVolume_clientRequestToken - Undocumented member.

UpdateVolume, updateVolume_name - The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.

UpdateVolume, updateVolume_ontapConfiguration - The configuration of the ONTAP volume that you are updating.

UpdateVolume, updateVolume_openZFSConfiguration - The configuration of the OpenZFS volume that you are updating.

UpdateVolume, updateVolume_volumeId - The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.

data UpdateVolumeResponse Source #

See: newUpdateVolumeResponse smart constructor.

Instances

Instances details
Generic UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Associated Types

type Rep UpdateVolumeResponse :: Type -> Type #

Read UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Show UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

NFData UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

Methods

rnf :: UpdateVolumeResponse -> () #

Eq UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

type Rep UpdateVolumeResponse Source # 
Instance details

Defined in Amazonka.FSx.UpdateVolume

type Rep UpdateVolumeResponse = D1 ('MetaData "UpdateVolumeResponse" "Amazonka.FSx.UpdateVolume" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateVolumeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Volume)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateVolumeResponse Source #

Create a value of UpdateVolumeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateVolumeResponse, updateVolumeResponse_volume - A description of the volume just updated. Returned after a successful UpdateVolume API operation.

$sel:httpStatus:UpdateVolumeResponse', updateVolumeResponse_httpStatus - The response's http status code.

Types

AdministrativeActionType

newtype AdministrativeActionType Source #

Describes the type of administrative action, as follows:

  • FILE_SYSTEM_UPDATE - A file system update administrative action initiated from the Amazon FSx console, API (UpdateFileSystem), or CLI (update-file-system).
  • STORAGE_OPTIMIZATION - After the FILE_SYSTEM_UPDATE task to increase a file system's storage capacity has been completed successfully, a STORAGE_OPTIMIZATION task starts.

    • For Windows and ONTAP, storage optimization is the process of migrating the file system data to newer larger disks.
    • For Lustre, storage optimization consists of rebalancing the data across the existing and newly added file servers.

    You can track the storage-optimization progress using the ProgressPercent property. When STORAGE_OPTIMIZATION has been completed successfully, the parent FILE_SYSTEM_UPDATE action status changes to COMPLETED. For more information, see Managing storage capacity in the Amazon FSx for Windows File Server User Guide, Managing storage and throughput capacity in the Amazon FSx for Lustre User Guide, and Managing storage capacity and provisioned IOPS in the Amazon FSx for NetApp ONTAP User Guide.

  • FILE_SYSTEM_ALIAS_ASSOCIATION - A file system update to associate a new Domain Name System (DNS) alias with the file system. For more information, see AssociateFileSystemAliases.
  • FILE_SYSTEM_ALIAS_DISASSOCIATION - A file system update to disassociate a DNS alias from the file system. For more information, see DisassociateFileSystemAliases.
  • VOLUME_UPDATE - A volume update to an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateVolume), or CLI (update-volume).
  • VOLUME_RESTORE - An Amazon FSx for OpenZFS volume is returned to the state saved by the specified snapshot, initiated from an API (RestoreVolumeFromSnapshot) or CLI (restore-volume-from-snapshot).
  • SNAPSHOT_UPDATE - A snapshot update to an Amazon FSx for OpenZFS volume initiated from the Amazon FSx console, API (UpdateSnapshot), or CLI (update-snapshot).
  • RELEASE_NFS_V3_LOCKS - Tracks the release of Network File System (NFS) V3 locks on an Amazon FSx for OpenZFS file system.

Instances

Instances details
FromJSON AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromJSONKey AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToJSON AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToJSONKey AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToByteString AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToHeader AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToLog AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToQuery AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromText AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToText AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

FromXML AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

ToXML AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Generic AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Associated Types

type Rep AdministrativeActionType :: Type -> Type #

Read AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Show AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

NFData AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Eq AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Ord AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

Hashable AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

type Rep AdministrativeActionType Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionType

type Rep AdministrativeActionType = D1 ('MetaData "AdministrativeActionType" "Amazonka.FSx.Types.AdministrativeActionType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "AdministrativeActionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdministrativeActionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AliasLifecycle

newtype AliasLifecycle Source #

Constructors

AliasLifecycle' 

Instances

Instances details
FromJSON AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

FromJSONKey AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToJSON AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToJSONKey AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToByteString AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToHeader AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToLog AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToQuery AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

FromText AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToText AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

FromXML AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

ToXML AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Methods

toXML :: AliasLifecycle -> XML #

Generic AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Associated Types

type Rep AliasLifecycle :: Type -> Type #

Read AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Show AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

NFData AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Methods

rnf :: AliasLifecycle -> () #

Eq AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Ord AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

Hashable AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

type Rep AliasLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.AliasLifecycle

type Rep AliasLifecycle = D1 ('MetaData "AliasLifecycle" "Amazonka.FSx.Types.AliasLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "AliasLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAliasLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoImportPolicyType

newtype AutoImportPolicyType Source #

Instances

Instances details
FromJSON AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

FromJSONKey AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToJSON AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToJSONKey AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToByteString AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToHeader AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToLog AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToQuery AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

FromText AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToText AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

FromXML AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

ToXML AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Generic AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Associated Types

type Rep AutoImportPolicyType :: Type -> Type #

Read AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Show AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

NFData AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Methods

rnf :: AutoImportPolicyType -> () #

Eq AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Ord AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

Hashable AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

type Rep AutoImportPolicyType Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicyType

type Rep AutoImportPolicyType = D1 ('MetaData "AutoImportPolicyType" "Amazonka.FSx.Types.AutoImportPolicyType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "AutoImportPolicyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoImportPolicyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BackupLifecycle

newtype BackupLifecycle Source #

The lifecycle status of the backup.

  • AVAILABLE - The backup is fully available.
  • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
  • CREATING - Amazon FSx is creating the new user-initiated backup.
  • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is backing up the file system.
  • COPYING - Amazon FSx is copying the backup.
  • DELETED - Amazon FSx deleted the backup and it's no longer available.
  • FAILED - Amazon FSx couldn't finish the backup.

Constructors

BackupLifecycle' 

Instances

Instances details
FromJSON BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

FromJSONKey BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToJSON BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToJSONKey BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToByteString BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToHeader BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToLog BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToQuery BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

FromText BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToText BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

FromXML BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

ToXML BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Methods

toXML :: BackupLifecycle -> XML #

Generic BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Associated Types

type Rep BackupLifecycle :: Type -> Type #

Read BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Show BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

NFData BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Methods

rnf :: BackupLifecycle -> () #

Eq BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Ord BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

Hashable BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

type Rep BackupLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupLifecycle

type Rep BackupLifecycle = D1 ('MetaData "BackupLifecycle" "Amazonka.FSx.Types.BackupLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "BackupLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBackupLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BackupType

newtype BackupType Source #

The type of the backup.

Constructors

BackupType' 

Fields

Instances

Instances details
FromJSON BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

FromJSONKey BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToJSON BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToJSONKey BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToByteString BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToHeader BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToLog BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToQuery BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

FromText BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToText BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Methods

toText :: BackupType -> Text #

FromXML BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

ToXML BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Methods

toXML :: BackupType -> XML #

Generic BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Associated Types

type Rep BackupType :: Type -> Type #

Read BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Show BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

NFData BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Methods

rnf :: BackupType -> () #

Eq BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Ord BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

Hashable BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

type Rep BackupType Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupType

type Rep BackupType = D1 ('MetaData "BackupType" "Amazonka.FSx.Types.BackupType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "BackupType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBackupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataCompressionType

newtype DataCompressionType Source #

Instances

Instances details
FromJSON DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

FromJSONKey DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToJSON DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToJSONKey DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToByteString DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToHeader DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToLog DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToQuery DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

FromText DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToText DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

FromXML DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

ToXML DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Generic DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Associated Types

type Rep DataCompressionType :: Type -> Type #

Read DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Show DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

NFData DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Methods

rnf :: DataCompressionType -> () #

Eq DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Ord DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

Hashable DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

type Rep DataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataCompressionType

type Rep DataCompressionType = D1 ('MetaData "DataCompressionType" "Amazonka.FSx.Types.DataCompressionType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DataCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataRepositoryLifecycle

newtype DataRepositoryLifecycle Source #

Instances

Instances details
FromJSON DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

FromJSONKey DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToJSON DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToJSONKey DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToByteString DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToHeader DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToLog DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToQuery DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

FromText DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToText DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

FromXML DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

ToXML DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Generic DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Associated Types

type Rep DataRepositoryLifecycle :: Type -> Type #

Read DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Show DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

NFData DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Methods

rnf :: DataRepositoryLifecycle -> () #

Eq DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Ord DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

Hashable DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

type Rep DataRepositoryLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryLifecycle

type Rep DataRepositoryLifecycle = D1 ('MetaData "DataRepositoryLifecycle" "Amazonka.FSx.Types.DataRepositoryLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DataRepositoryLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataRepositoryLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataRepositoryTaskFilterName

newtype DataRepositoryTaskFilterName Source #

Instances

Instances details
FromJSON DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

FromJSONKey DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToJSON DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToJSONKey DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToByteString DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToHeader DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToLog DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToQuery DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

FromText DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToText DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

FromXML DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

ToXML DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Generic DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Associated Types

type Rep DataRepositoryTaskFilterName :: Type -> Type #

Read DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Show DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

NFData DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Eq DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Ord DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

Hashable DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

type Rep DataRepositoryTaskFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilterName

type Rep DataRepositoryTaskFilterName = D1 ('MetaData "DataRepositoryTaskFilterName" "Amazonka.FSx.Types.DataRepositoryTaskFilterName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DataRepositoryTaskFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataRepositoryTaskFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataRepositoryTaskLifecycle

newtype DataRepositoryTaskLifecycle Source #

Instances

Instances details
FromJSON DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

FromJSONKey DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToJSON DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToJSONKey DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToByteString DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToHeader DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToLog DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToQuery DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

FromText DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToText DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

FromXML DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

ToXML DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Generic DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Associated Types

type Rep DataRepositoryTaskLifecycle :: Type -> Type #

Read DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Show DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

NFData DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Eq DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Ord DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

Hashable DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

type Rep DataRepositoryTaskLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskLifecycle

type Rep DataRepositoryTaskLifecycle = D1 ('MetaData "DataRepositoryTaskLifecycle" "Amazonka.FSx.Types.DataRepositoryTaskLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DataRepositoryTaskLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataRepositoryTaskLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataRepositoryTaskType

newtype DataRepositoryTaskType Source #

Instances

Instances details
FromJSON DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

FromJSONKey DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToJSON DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToJSONKey DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToByteString DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToHeader DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToLog DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToQuery DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

FromText DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToText DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

FromXML DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

ToXML DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Generic DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Associated Types

type Rep DataRepositoryTaskType :: Type -> Type #

Read DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Show DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

NFData DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Methods

rnf :: DataRepositoryTaskType -> () #

Eq DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Ord DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

Hashable DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

type Rep DataRepositoryTaskType Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskType

type Rep DataRepositoryTaskType = D1 ('MetaData "DataRepositoryTaskType" "Amazonka.FSx.Types.DataRepositoryTaskType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DataRepositoryTaskType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataRepositoryTaskType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeleteFileSystemOpenZFSOption

newtype DeleteFileSystemOpenZFSOption Source #

Instances

Instances details
FromJSON DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

FromJSONKey DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToJSON DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToJSONKey DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToByteString DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToHeader DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToLog DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToQuery DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

FromText DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToText DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

FromXML DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

ToXML DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Generic DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Associated Types

type Rep DeleteFileSystemOpenZFSOption :: Type -> Type #

Read DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Show DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

NFData DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Eq DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Ord DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

Hashable DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

type Rep DeleteFileSystemOpenZFSOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption

type Rep DeleteFileSystemOpenZFSOption = D1 ('MetaData "DeleteFileSystemOpenZFSOption" "Amazonka.FSx.Types.DeleteFileSystemOpenZFSOption" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DeleteFileSystemOpenZFSOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeleteFileSystemOpenZFSOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeleteOpenZFSVolumeOption

newtype DeleteOpenZFSVolumeOption Source #

Instances

Instances details
FromJSON DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

FromJSONKey DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToJSON DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToJSONKey DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToByteString DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToHeader DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToLog DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToQuery DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

FromText DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToText DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

FromXML DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

ToXML DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Generic DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Associated Types

type Rep DeleteOpenZFSVolumeOption :: Type -> Type #

Read DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Show DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

NFData DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Eq DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Ord DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

Hashable DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

type Rep DeleteOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteOpenZFSVolumeOption

type Rep DeleteOpenZFSVolumeOption = D1 ('MetaData "DeleteOpenZFSVolumeOption" "Amazonka.FSx.Types.DeleteOpenZFSVolumeOption" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DeleteOpenZFSVolumeOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeleteOpenZFSVolumeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DiskIopsConfigurationMode

newtype DiskIopsConfigurationMode Source #

Instances

Instances details
FromJSON DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

FromJSONKey DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToJSON DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToJSONKey DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToByteString DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToHeader DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToLog DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToQuery DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

FromText DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToText DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

FromXML DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

ToXML DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Generic DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Associated Types

type Rep DiskIopsConfigurationMode :: Type -> Type #

Read DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Show DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

NFData DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Eq DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Ord DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

Hashable DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

type Rep DiskIopsConfigurationMode Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfigurationMode

type Rep DiskIopsConfigurationMode = D1 ('MetaData "DiskIopsConfigurationMode" "Amazonka.FSx.Types.DiskIopsConfigurationMode" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DiskIopsConfigurationMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDiskIopsConfigurationMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DriveCacheType

newtype DriveCacheType Source #

Constructors

DriveCacheType' 

Bundled Patterns

pattern DriveCacheType_NONE :: DriveCacheType 
pattern DriveCacheType_READ :: DriveCacheType 

Instances

Instances details
FromJSON DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

FromJSONKey DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToJSON DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToJSONKey DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToByteString DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToHeader DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToLog DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToQuery DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

FromText DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToText DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

FromXML DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

ToXML DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Methods

toXML :: DriveCacheType -> XML #

Generic DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Associated Types

type Rep DriveCacheType :: Type -> Type #

Read DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Show DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

NFData DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Methods

rnf :: DriveCacheType -> () #

Eq DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Ord DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

Hashable DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

type Rep DriveCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.DriveCacheType

type Rep DriveCacheType = D1 ('MetaData "DriveCacheType" "Amazonka.FSx.Types.DriveCacheType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "DriveCacheType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDriveCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

Constructors

EventType' 

Fields

Bundled Patterns

pattern EventType_CHANGED :: EventType 
pattern EventType_DELETED :: EventType 
pattern EventType_NEW :: EventType 

Instances

Instances details
FromJSON EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToByteString EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Methods

toBS :: EventType -> ByteString #

ToHeader EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

FromText EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Methods

toText :: EventType -> Text #

FromXML EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Methods

toXML :: EventType -> XML #

Generic EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

Read EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

NFData EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Methods

rnf :: EventType -> () #

Eq EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

Hashable EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

type Rep EventType Source # 
Instance details

Defined in Amazonka.FSx.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.FSx.Types.EventType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileCacheLifecycle

newtype FileCacheLifecycle Source #

Instances

Instances details
FromJSON FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

FromJSONKey FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToJSON FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToJSONKey FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToByteString FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToHeader FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToLog FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToQuery FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

FromText FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToText FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

FromXML FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

ToXML FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Generic FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Associated Types

type Rep FileCacheLifecycle :: Type -> Type #

Read FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Show FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

NFData FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Methods

rnf :: FileCacheLifecycle -> () #

Eq FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Ord FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

Hashable FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

type Rep FileCacheLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLifecycle

type Rep FileCacheLifecycle = D1 ('MetaData "FileCacheLifecycle" "Amazonka.FSx.Types.FileCacheLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileCacheLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileCacheLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileCacheLustreDeploymentType

newtype FileCacheLustreDeploymentType Source #

Instances

Instances details
FromJSON FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

FromJSONKey FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToJSON FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToJSONKey FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToByteString FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToHeader FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToLog FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToQuery FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

FromText FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToText FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

FromXML FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

ToXML FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Generic FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Associated Types

type Rep FileCacheLustreDeploymentType :: Type -> Type #

Read FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Show FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

NFData FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Eq FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Ord FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

Hashable FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

type Rep FileCacheLustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreDeploymentType

type Rep FileCacheLustreDeploymentType = D1 ('MetaData "FileCacheLustreDeploymentType" "Amazonka.FSx.Types.FileCacheLustreDeploymentType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileCacheLustreDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileCacheLustreDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileCacheType

newtype FileCacheType Source #

Constructors

FileCacheType' 

Bundled Patterns

pattern FileCacheType_LUSTRE :: FileCacheType 

Instances

Instances details
FromJSON FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

FromJSONKey FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToJSON FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToJSONKey FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToByteString FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToHeader FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToLog FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToQuery FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

FromText FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToText FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

toText :: FileCacheType -> Text #

FromXML FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

ToXML FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

toXML :: FileCacheType -> XML #

Generic FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Associated Types

type Rep FileCacheType :: Type -> Type #

Read FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Show FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

NFData FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Methods

rnf :: FileCacheType -> () #

Eq FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Ord FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

Hashable FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

type Rep FileCacheType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheType

type Rep FileCacheType = D1 ('MetaData "FileCacheType" "Amazonka.FSx.Types.FileCacheType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileCacheType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemLifecycle

newtype FileSystemLifecycle Source #

The lifecycle status of the file system.

Instances

Instances details
FromJSON FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

FromJSONKey FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToJSON FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToJSONKey FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToByteString FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToHeader FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToLog FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToQuery FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

FromText FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToText FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

FromXML FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

ToXML FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Generic FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Associated Types

type Rep FileSystemLifecycle :: Type -> Type #

Read FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Show FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

NFData FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Methods

rnf :: FileSystemLifecycle -> () #

Eq FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Ord FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

Hashable FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

type Rep FileSystemLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemLifecycle

type Rep FileSystemLifecycle = D1 ('MetaData "FileSystemLifecycle" "Amazonka.FSx.Types.FileSystemLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileSystemLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemMaintenanceOperation

newtype FileSystemMaintenanceOperation Source #

An enumeration specifying the currently ongoing maintenance operation.

Instances

Instances details
FromJSON FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

FromJSONKey FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToJSON FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToJSONKey FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToByteString FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToHeader FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToLog FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToQuery FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

FromText FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToText FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

FromXML FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

ToXML FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Generic FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Associated Types

type Rep FileSystemMaintenanceOperation :: Type -> Type #

Read FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Show FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

NFData FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Eq FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Ord FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

Hashable FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

type Rep FileSystemMaintenanceOperation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemMaintenanceOperation

type Rep FileSystemMaintenanceOperation = D1 ('MetaData "FileSystemMaintenanceOperation" "Amazonka.FSx.Types.FileSystemMaintenanceOperation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileSystemMaintenanceOperation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemMaintenanceOperation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemType

newtype FileSystemType Source #

The type of file system.

Constructors

FileSystemType' 

Instances

Instances details
FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

Read FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Eq FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemType

type Rep FileSystemType = D1 ('MetaData "FileSystemType" "Amazonka.FSx.Types.FileSystemType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FileSystemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FilterName

newtype FilterName Source #

The name for a filter.

Constructors

FilterName' 

Fields

Instances

Instances details
FromJSON FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

FromJSONKey FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToJSON FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToJSONKey FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToByteString FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToHeader FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToLog FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToQuery FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

FromText FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToText FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Methods

toText :: FilterName -> Text #

FromXML FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

ToXML FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Methods

toXML :: FilterName -> XML #

Generic FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Associated Types

type Rep FilterName :: Type -> Type #

Read FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Show FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

NFData FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Methods

rnf :: FilterName -> () #

Eq FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Ord FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

Hashable FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

type Rep FilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.FilterName

type Rep FilterName = D1 ('MetaData "FilterName" "Amazonka.FSx.Types.FilterName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlexCacheEndpointType

newtype FlexCacheEndpointType Source #

Instances

Instances details
FromJSON FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

FromJSONKey FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToJSON FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToJSONKey FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToByteString FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToHeader FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToLog FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToQuery FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

FromText FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToText FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

FromXML FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

ToXML FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Generic FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Associated Types

type Rep FlexCacheEndpointType :: Type -> Type #

Read FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Show FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

NFData FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Methods

rnf :: FlexCacheEndpointType -> () #

Eq FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Ord FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

Hashable FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

type Rep FlexCacheEndpointType Source # 
Instance details

Defined in Amazonka.FSx.Types.FlexCacheEndpointType

type Rep FlexCacheEndpointType = D1 ('MetaData "FlexCacheEndpointType" "Amazonka.FSx.Types.FlexCacheEndpointType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "FlexCacheEndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlexCacheEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputOntapVolumeType

newtype InputOntapVolumeType Source #

Instances

Instances details
FromJSON InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

FromJSONKey InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToJSON InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToJSONKey InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToByteString InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToHeader InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToLog InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToQuery InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

FromText InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToText InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

FromXML InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

ToXML InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Generic InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Associated Types

type Rep InputOntapVolumeType :: Type -> Type #

Read InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Show InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

NFData InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Methods

rnf :: InputOntapVolumeType -> () #

Eq InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Ord InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

Hashable InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

type Rep InputOntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.InputOntapVolumeType

type Rep InputOntapVolumeType = D1 ('MetaData "InputOntapVolumeType" "Amazonka.FSx.Types.InputOntapVolumeType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "InputOntapVolumeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInputOntapVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LustreAccessAuditLogLevel

newtype LustreAccessAuditLogLevel Source #

Instances

Instances details
FromJSON LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

FromJSONKey LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToJSON LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToJSONKey LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToByteString LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToHeader LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToLog LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToQuery LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

FromText LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToText LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

FromXML LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

ToXML LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Generic LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Associated Types

type Rep LustreAccessAuditLogLevel :: Type -> Type #

Read LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Show LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

NFData LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Eq LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Ord LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

Hashable LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

type Rep LustreAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreAccessAuditLogLevel

type Rep LustreAccessAuditLogLevel = D1 ('MetaData "LustreAccessAuditLogLevel" "Amazonka.FSx.Types.LustreAccessAuditLogLevel" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "LustreAccessAuditLogLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLustreAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LustreDeploymentType

newtype LustreDeploymentType Source #

Instances

Instances details
FromJSON LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

FromJSONKey LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToJSON LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToJSONKey LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToByteString LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToHeader LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToLog LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToQuery LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

FromText LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToText LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

FromXML LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

ToXML LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Generic LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Associated Types

type Rep LustreDeploymentType :: Type -> Type #

Read LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Show LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

NFData LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Methods

rnf :: LustreDeploymentType -> () #

Eq LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Ord LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

Hashable LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

type Rep LustreDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreDeploymentType

type Rep LustreDeploymentType = D1 ('MetaData "LustreDeploymentType" "Amazonka.FSx.Types.LustreDeploymentType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "LustreDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLustreDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NfsVersion

newtype NfsVersion Source #

Constructors

NfsVersion' 

Fields

Bundled Patterns

pattern NfsVersion_NFS3 :: NfsVersion 

Instances

Instances details
FromJSON NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

FromJSONKey NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToJSON NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToJSONKey NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToByteString NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToHeader NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToLog NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToQuery NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

FromText NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToText NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Methods

toText :: NfsVersion -> Text #

FromXML NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

ToXML NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Methods

toXML :: NfsVersion -> XML #

Generic NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Associated Types

type Rep NfsVersion :: Type -> Type #

Read NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Show NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

NFData NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Methods

rnf :: NfsVersion -> () #

Eq NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Ord NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

Hashable NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

type Rep NfsVersion Source # 
Instance details

Defined in Amazonka.FSx.Types.NfsVersion

type Rep NfsVersion = D1 ('MetaData "NfsVersion" "Amazonka.FSx.Types.NfsVersion" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "NfsVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNfsVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OntapDeploymentType

newtype OntapDeploymentType Source #

Instances

Instances details
FromJSON OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

FromJSONKey OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToJSON OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToJSONKey OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToByteString OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToHeader OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToLog OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToQuery OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

FromText OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToText OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

FromXML OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

ToXML OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Generic OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Associated Types

type Rep OntapDeploymentType :: Type -> Type #

Read OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Show OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

NFData OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Methods

rnf :: OntapDeploymentType -> () #

Eq OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Ord OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

Hashable OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

type Rep OntapDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapDeploymentType

type Rep OntapDeploymentType = D1 ('MetaData "OntapDeploymentType" "Amazonka.FSx.Types.OntapDeploymentType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OntapDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOntapDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OntapVolumeType

newtype OntapVolumeType Source #

Constructors

OntapVolumeType' 

Instances

Instances details
FromJSON OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

FromJSONKey OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToJSON OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToJSONKey OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToByteString OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToHeader OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToLog OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToQuery OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

FromText OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToText OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

FromXML OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

ToXML OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Methods

toXML :: OntapVolumeType -> XML #

Generic OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Associated Types

type Rep OntapVolumeType :: Type -> Type #

Read OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Show OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

NFData OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Methods

rnf :: OntapVolumeType -> () #

Eq OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Ord OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

Hashable OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

type Rep OntapVolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeType

type Rep OntapVolumeType = D1 ('MetaData "OntapVolumeType" "Amazonka.FSx.Types.OntapVolumeType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OntapVolumeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOntapVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenZFSCopyStrategy

newtype OpenZFSCopyStrategy Source #

Instances

Instances details
FromJSON OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

FromJSONKey OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToJSON OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToJSONKey OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToByteString OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToHeader OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToLog OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToQuery OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

FromText OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToText OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

FromXML OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

ToXML OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Generic OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Associated Types

type Rep OpenZFSCopyStrategy :: Type -> Type #

Read OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Show OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

NFData OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Methods

rnf :: OpenZFSCopyStrategy -> () #

Eq OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Ord OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

Hashable OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

type Rep OpenZFSCopyStrategy Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCopyStrategy

type Rep OpenZFSCopyStrategy = D1 ('MetaData "OpenZFSCopyStrategy" "Amazonka.FSx.Types.OpenZFSCopyStrategy" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OpenZFSCopyStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenZFSCopyStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenZFSDataCompressionType

newtype OpenZFSDataCompressionType Source #

Instances

Instances details
FromJSON OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

FromJSONKey OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToJSON OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToJSONKey OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToByteString OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToHeader OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToLog OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToQuery OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

FromText OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToText OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

FromXML OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

ToXML OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Generic OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Associated Types

type Rep OpenZFSDataCompressionType :: Type -> Type #

Read OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Show OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

NFData OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Eq OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Ord OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

Hashable OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

type Rep OpenZFSDataCompressionType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDataCompressionType

type Rep OpenZFSDataCompressionType = D1 ('MetaData "OpenZFSDataCompressionType" "Amazonka.FSx.Types.OpenZFSDataCompressionType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OpenZFSDataCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenZFSDataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenZFSDeploymentType

newtype OpenZFSDeploymentType Source #

Instances

Instances details
FromJSON OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

FromJSONKey OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToJSON OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToJSONKey OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToByteString OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToHeader OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToLog OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToQuery OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

FromText OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToText OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

FromXML OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

ToXML OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Generic OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Associated Types

type Rep OpenZFSDeploymentType :: Type -> Type #

Read OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Show OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

NFData OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Methods

rnf :: OpenZFSDeploymentType -> () #

Eq OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Ord OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

Hashable OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

type Rep OpenZFSDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSDeploymentType

type Rep OpenZFSDeploymentType = D1 ('MetaData "OpenZFSDeploymentType" "Amazonka.FSx.Types.OpenZFSDeploymentType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OpenZFSDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenZFSDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OpenZFSQuotaType

newtype OpenZFSQuotaType Source #

Instances

Instances details
FromJSON OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

FromJSONKey OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToJSON OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToJSONKey OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToByteString OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToHeader OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToLog OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToQuery OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

FromText OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToText OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

FromXML OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

ToXML OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Generic OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Associated Types

type Rep OpenZFSQuotaType :: Type -> Type #

Read OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Show OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

NFData OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Methods

rnf :: OpenZFSQuotaType -> () #

Eq OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Ord OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

Hashable OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

type Rep OpenZFSQuotaType Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSQuotaType

type Rep OpenZFSQuotaType = D1 ('MetaData "OpenZFSQuotaType" "Amazonka.FSx.Types.OpenZFSQuotaType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "OpenZFSQuotaType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOpenZFSQuotaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportFormat

newtype ReportFormat Source #

Constructors

ReportFormat' 

Bundled Patterns

pattern ReportFormat_REPORT_CSV_20191124 :: ReportFormat 

Instances

Instances details
FromJSON ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

FromJSONKey ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToJSON ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToJSONKey ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToByteString ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToHeader ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToLog ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToQuery ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

FromText ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToText ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Methods

toText :: ReportFormat -> Text #

FromXML ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

ToXML ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Methods

toXML :: ReportFormat -> XML #

Generic ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Associated Types

type Rep ReportFormat :: Type -> Type #

Read ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Show ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

NFData ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Methods

rnf :: ReportFormat -> () #

Eq ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Ord ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

Hashable ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

type Rep ReportFormat Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportFormat

type Rep ReportFormat = D1 ('MetaData "ReportFormat" "Amazonka.FSx.Types.ReportFormat" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "ReportFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportScope

newtype ReportScope Source #

Constructors

ReportScope' 

Bundled Patterns

pattern ReportScope_FAILED_FILES_ONLY :: ReportScope 

Instances

Instances details
FromJSON ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

FromJSONKey ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToJSON ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToJSONKey ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToByteString ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToHeader ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToLog ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToQuery ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

FromText ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToText ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

toText :: ReportScope -> Text #

FromXML ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

ToXML ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

toXML :: ReportScope -> XML #

Generic ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Associated Types

type Rep ReportScope :: Type -> Type #

Read ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Show ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

NFData ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Methods

rnf :: ReportScope -> () #

Eq ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Ord ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

Hashable ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

type Rep ReportScope Source # 
Instance details

Defined in Amazonka.FSx.Types.ReportScope

type Rep ReportScope = D1 ('MetaData "ReportScope" "Amazonka.FSx.Types.ReportScope" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "ReportScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Methods

toText :: ResourceType -> Text #

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

Generic ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

Read ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

NFData ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Eq ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.FSx.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.FSx.Types.ResourceType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RestoreOpenZFSVolumeOption

newtype RestoreOpenZFSVolumeOption Source #

Instances

Instances details
FromJSON RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

FromJSONKey RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToJSON RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToJSONKey RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToByteString RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToHeader RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToLog RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToQuery RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

FromText RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToText RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

FromXML RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

ToXML RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Generic RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Associated Types

type Rep RestoreOpenZFSVolumeOption :: Type -> Type #

Read RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Show RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

NFData RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Eq RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Ord RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

Hashable RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

type Rep RestoreOpenZFSVolumeOption Source # 
Instance details

Defined in Amazonka.FSx.Types.RestoreOpenZFSVolumeOption

type Rep RestoreOpenZFSVolumeOption = D1 ('MetaData "RestoreOpenZFSVolumeOption" "Amazonka.FSx.Types.RestoreOpenZFSVolumeOption" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "RestoreOpenZFSVolumeOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRestoreOpenZFSVolumeOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SecurityStyle

newtype SecurityStyle Source #

Constructors

SecurityStyle' 

Instances

Instances details
FromJSON SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

FromJSONKey SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToJSON SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToJSONKey SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToByteString SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToHeader SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToLog SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToQuery SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

FromText SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToText SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Methods

toText :: SecurityStyle -> Text #

FromXML SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

ToXML SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Methods

toXML :: SecurityStyle -> XML #

Generic SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Associated Types

type Rep SecurityStyle :: Type -> Type #

Read SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Show SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

NFData SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Methods

rnf :: SecurityStyle -> () #

Eq SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Ord SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

Hashable SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

type Rep SecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.SecurityStyle

type Rep SecurityStyle = D1 ('MetaData "SecurityStyle" "Amazonka.FSx.Types.SecurityStyle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "SecurityStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSecurityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SnapshotFilterName

newtype SnapshotFilterName Source #

Instances

Instances details
FromJSON SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

FromJSONKey SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToJSON SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToJSONKey SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToByteString SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToHeader SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToLog SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToQuery SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

FromText SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToText SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

FromXML SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

ToXML SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Generic SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Associated Types

type Rep SnapshotFilterName :: Type -> Type #

Read SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Show SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

NFData SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Methods

rnf :: SnapshotFilterName -> () #

Eq SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Ord SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

Hashable SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

type Rep SnapshotFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilterName

type Rep SnapshotFilterName = D1 ('MetaData "SnapshotFilterName" "Amazonka.FSx.Types.SnapshotFilterName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "SnapshotFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSnapshotFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SnapshotLifecycle

newtype SnapshotLifecycle Source #

Instances

Instances details
FromJSON SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

FromJSONKey SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToJSON SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToJSONKey SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToByteString SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToHeader SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToLog SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToQuery SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

FromText SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToText SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

FromXML SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

ToXML SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Generic SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Associated Types

type Rep SnapshotLifecycle :: Type -> Type #

Read SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Show SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

NFData SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Methods

rnf :: SnapshotLifecycle -> () #

Eq SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Ord SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

Hashable SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

type Rep SnapshotLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotLifecycle

type Rep SnapshotLifecycle = D1 ('MetaData "SnapshotLifecycle" "Amazonka.FSx.Types.SnapshotLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "SnapshotLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSnapshotLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Status

newtype Status Source #

Constructors

Status' 

Fields

Bundled Patterns

pattern Status_COMPLETED :: Status 
pattern Status_FAILED :: Status 
pattern Status_IN_PROGRESS :: Status 
pattern Status_PENDING :: Status 
pattern Status_UPDATED_OPTIMIZING :: Status 

Instances

Instances details
FromJSON Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

FromJSONKey Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToJSON Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToJSONKey Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToByteString Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

toBS :: Status -> ByteString #

ToHeader Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

toHeader :: HeaderName -> Status -> [Header] #

ToLog Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToQuery Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

FromText Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToText Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

toText :: Status -> Text #

FromXML Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

ToXML Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

toXML :: Status -> XML #

Generic Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Associated Types

type Rep Status :: Type -> Type #

Methods

from :: Status -> Rep Status x #

to :: Rep Status x -> Status #

Read Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Show Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

NFData Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

rnf :: Status -> () #

Eq Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

(==) :: Status -> Status -> Bool #

(/=) :: Status -> Status -> Bool #

Ord Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Hashable Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

Methods

hashWithSalt :: Int -> Status -> Int #

hash :: Status -> Int #

type Rep Status Source # 
Instance details

Defined in Amazonka.FSx.Types.Status

type Rep Status = D1 ('MetaData "Status" "Amazonka.FSx.Types.Status" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "Status'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageType

newtype StorageType Source #

The storage type for your Amazon FSx file system.

Constructors

StorageType' 

Bundled Patterns

pattern StorageType_HDD :: StorageType 
pattern StorageType_SSD :: StorageType 

Instances

Instances details
FromJSON StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

FromJSONKey StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToJSON StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToJSONKey StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToByteString StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToHeader StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToLog StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToQuery StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

FromText StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToText StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Methods

toText :: StorageType -> Text #

FromXML StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

ToXML StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Methods

toXML :: StorageType -> XML #

Generic StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Associated Types

type Rep StorageType :: Type -> Type #

Read StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Show StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

NFData StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Methods

rnf :: StorageType -> () #

Eq StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Ord StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

Hashable StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

type Rep StorageType Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageType

type Rep StorageType = D1 ('MetaData "StorageType" "Amazonka.FSx.Types.StorageType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "StorageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageVirtualMachineFilterName

newtype StorageVirtualMachineFilterName Source #

Instances

Instances details
FromJSON StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

FromJSONKey StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToJSON StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToJSONKey StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToByteString StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToHeader StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToLog StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToQuery StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

FromText StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToText StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

FromXML StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

ToXML StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Generic StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Associated Types

type Rep StorageVirtualMachineFilterName :: Type -> Type #

Read StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Show StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

NFData StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Eq StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Ord StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

Hashable StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

type Rep StorageVirtualMachineFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilterName

type Rep StorageVirtualMachineFilterName = D1 ('MetaData "StorageVirtualMachineFilterName" "Amazonka.FSx.Types.StorageVirtualMachineFilterName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "StorageVirtualMachineFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageVirtualMachineFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageVirtualMachineLifecycle

newtype StorageVirtualMachineLifecycle Source #

Instances

Instances details
FromJSON StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

FromJSONKey StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToJSON StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToJSONKey StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToByteString StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToHeader StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToLog StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToQuery StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

FromText StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToText StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

FromXML StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

ToXML StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Generic StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Associated Types

type Rep StorageVirtualMachineLifecycle :: Type -> Type #

Read StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Show StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

NFData StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Eq StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Ord StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

Hashable StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

type Rep StorageVirtualMachineLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineLifecycle

type Rep StorageVirtualMachineLifecycle = D1 ('MetaData "StorageVirtualMachineLifecycle" "Amazonka.FSx.Types.StorageVirtualMachineLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "StorageVirtualMachineLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageVirtualMachineLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageVirtualMachineRootVolumeSecurityStyle

newtype StorageVirtualMachineRootVolumeSecurityStyle Source #

Instances

Instances details
FromJSON StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

FromJSONKey StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToJSON StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToJSONKey StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToByteString StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToHeader StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToLog StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToQuery StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

FromText StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToText StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

FromXML StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

ToXML StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Generic StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Read StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Show StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

NFData StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Eq StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Ord StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

Hashable StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

type Rep StorageVirtualMachineRootVolumeSecurityStyle Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle

type Rep StorageVirtualMachineRootVolumeSecurityStyle = D1 ('MetaData "StorageVirtualMachineRootVolumeSecurityStyle" "Amazonka.FSx.Types.StorageVirtualMachineRootVolumeSecurityStyle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "StorageVirtualMachineRootVolumeSecurityStyle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageVirtualMachineRootVolumeSecurityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StorageVirtualMachineSubtype

newtype StorageVirtualMachineSubtype Source #

Instances

Instances details
FromJSON StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

FromJSONKey StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToJSON StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToJSONKey StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToByteString StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToHeader StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToLog StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToQuery StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

FromText StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToText StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

FromXML StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

ToXML StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Generic StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Associated Types

type Rep StorageVirtualMachineSubtype :: Type -> Type #

Read StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Show StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

NFData StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Eq StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Ord StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

Hashable StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

type Rep StorageVirtualMachineSubtype Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineSubtype

type Rep StorageVirtualMachineSubtype = D1 ('MetaData "StorageVirtualMachineSubtype" "Amazonka.FSx.Types.StorageVirtualMachineSubtype" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "StorageVirtualMachineSubtype'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStorageVirtualMachineSubtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TieringPolicyName

newtype TieringPolicyName Source #

Instances

Instances details
FromJSON TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

FromJSONKey TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToJSON TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToJSONKey TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToByteString TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToHeader TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToLog TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToQuery TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

FromText TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToText TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

FromXML TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

ToXML TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Generic TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Associated Types

type Rep TieringPolicyName :: Type -> Type #

Read TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Show TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

NFData TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Methods

rnf :: TieringPolicyName -> () #

Eq TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Ord TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

Hashable TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

type Rep TieringPolicyName Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicyName

type Rep TieringPolicyName = D1 ('MetaData "TieringPolicyName" "Amazonka.FSx.Types.TieringPolicyName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "TieringPolicyName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTieringPolicyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VolumeFilterName

newtype VolumeFilterName Source #

Instances

Instances details
FromJSON VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

FromJSONKey VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToJSON VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToJSONKey VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToByteString VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToHeader VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToLog VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToQuery VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

FromText VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToText VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

FromXML VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

ToXML VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Generic VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Associated Types

type Rep VolumeFilterName :: Type -> Type #

Read VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Show VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

NFData VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Methods

rnf :: VolumeFilterName -> () #

Eq VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Ord VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

Hashable VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

type Rep VolumeFilterName Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilterName

type Rep VolumeFilterName = D1 ('MetaData "VolumeFilterName" "Amazonka.FSx.Types.VolumeFilterName" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "VolumeFilterName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVolumeFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VolumeLifecycle

newtype VolumeLifecycle Source #

Constructors

VolumeLifecycle' 

Instances

Instances details
FromJSON VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

FromJSONKey VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToJSON VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToJSONKey VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToByteString VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToHeader VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToLog VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToQuery VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

FromText VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToText VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

FromXML VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

ToXML VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Methods

toXML :: VolumeLifecycle -> XML #

Generic VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Associated Types

type Rep VolumeLifecycle :: Type -> Type #

Read VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Show VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

NFData VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Methods

rnf :: VolumeLifecycle -> () #

Eq VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Ord VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

Hashable VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

type Rep VolumeLifecycle Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeLifecycle

type Rep VolumeLifecycle = D1 ('MetaData "VolumeLifecycle" "Amazonka.FSx.Types.VolumeLifecycle" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "VolumeLifecycle'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVolumeLifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VolumeType

newtype VolumeType Source #

Constructors

VolumeType' 

Fields

Bundled Patterns

pattern VolumeType_ONTAP :: VolumeType 
pattern VolumeType_OPENZFS :: VolumeType 

Instances

Instances details
FromJSON VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

FromJSONKey VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToJSON VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToJSONKey VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToByteString VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToHeader VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToLog VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToQuery VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

FromText VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToText VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Methods

toText :: VolumeType -> Text #

FromXML VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

ToXML VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Methods

toXML :: VolumeType -> XML #

Generic VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Associated Types

type Rep VolumeType :: Type -> Type #

Read VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Show VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

NFData VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Methods

rnf :: VolumeType -> () #

Eq VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Ord VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

Hashable VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

type Rep VolumeType Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeType

type Rep VolumeType = D1 ('MetaData "VolumeType" "Amazonka.FSx.Types.VolumeType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "VolumeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WindowsAccessAuditLogLevel

newtype WindowsAccessAuditLogLevel Source #

Instances

Instances details
FromJSON WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

FromJSONKey WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToJSON WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToJSONKey WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToByteString WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToHeader WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToLog WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToQuery WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

FromText WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToText WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

FromXML WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

ToXML WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Generic WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Associated Types

type Rep WindowsAccessAuditLogLevel :: Type -> Type #

Read WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Show WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

NFData WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Eq WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Ord WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

Hashable WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

type Rep WindowsAccessAuditLogLevel Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAccessAuditLogLevel

type Rep WindowsAccessAuditLogLevel = D1 ('MetaData "WindowsAccessAuditLogLevel" "Amazonka.FSx.Types.WindowsAccessAuditLogLevel" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "WindowsAccessAuditLogLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWindowsAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WindowsDeploymentType

newtype WindowsDeploymentType Source #

Instances

Instances details
FromJSON WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

FromJSONKey WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToJSON WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToJSONKey WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToByteString WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToHeader WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToLog WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToQuery WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

FromText WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToText WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

FromXML WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

ToXML WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Generic WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Associated Types

type Rep WindowsDeploymentType :: Type -> Type #

Read WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Show WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

NFData WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Methods

rnf :: WindowsDeploymentType -> () #

Eq WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Ord WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

Hashable WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

type Rep WindowsDeploymentType Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsDeploymentType

type Rep WindowsDeploymentType = D1 ('MetaData "WindowsDeploymentType" "Amazonka.FSx.Types.WindowsDeploymentType" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'True) (C1 ('MetaCons "WindowsDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWindowsDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActiveDirectoryBackupAttributes

data ActiveDirectoryBackupAttributes Source #

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

See: newActiveDirectoryBackupAttributes smart constructor.

Instances

Instances details
FromJSON ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

Generic ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

Associated Types

type Rep ActiveDirectoryBackupAttributes :: Type -> Type #

Read ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

Show ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

NFData ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

Eq ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

Hashable ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

type Rep ActiveDirectoryBackupAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.ActiveDirectoryBackupAttributes

type Rep ActiveDirectoryBackupAttributes = D1 ('MetaData "ActiveDirectoryBackupAttributes" "Amazonka.FSx.Types.ActiveDirectoryBackupAttributes" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "ActiveDirectoryBackupAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "activeDirectoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newActiveDirectoryBackupAttributes :: ActiveDirectoryBackupAttributes Source #

Create a value of ActiveDirectoryBackupAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeDirectoryId:ActiveDirectoryBackupAttributes', activeDirectoryBackupAttributes_activeDirectoryId - The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

$sel:domainName:ActiveDirectoryBackupAttributes', activeDirectoryBackupAttributes_domainName - The fully qualified domain name of the self-managed Active Directory directory.

$sel:resourceARN:ActiveDirectoryBackupAttributes', activeDirectoryBackupAttributes_resourceARN - Undocumented member.

AdministrativeAction

data AdministrativeAction Source #

Describes a specific Amazon FSx administrative action for the current Windows, Lustre, or OpenZFS file system.

See: newAdministrativeAction smart constructor.

Instances

Instances details
FromJSON AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

Generic AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

Associated Types

type Rep AdministrativeAction :: Type -> Type #

Read AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

Show AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

NFData AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

Methods

rnf :: AdministrativeAction -> () #

Eq AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

Hashable AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

type Rep AdministrativeAction Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeAction

newAdministrativeAction :: AdministrativeAction Source #

Create a value of AdministrativeAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrativeActionType:AdministrativeAction', administrativeAction_administrativeActionType - Undocumented member.

$sel:failureDetails:AdministrativeAction', administrativeAction_failureDetails - Undocumented member.

$sel:progressPercent:AdministrativeAction', administrativeAction_progressPercent - The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

$sel:requestTime:AdministrativeAction', administrativeAction_requestTime - The time that the administrative action request was received.

$sel:status:AdministrativeAction', administrativeAction_status - Describes the status of the administrative action, as follows:

  • FAILED - Amazon FSx failed to process the administrative action successfully.
  • IN_PROGRESS - Amazon FSx is processing the administrative action.
  • PENDING - Amazon FSx is waiting to process the administrative action.
  • COMPLETED - Amazon FSx has finished processing the administrative task.
  • UPDATED_OPTIMIZING - For a storage-capacity increase update, Amazon FSx has updated the file system with the new storage capacity, and is now performing the storage-optimization process.

$sel:targetFileSystemValues:AdministrativeAction', administrativeAction_targetFileSystemValues - Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

$sel:targetSnapshotValues:AdministrativeAction', administrativeAction_targetSnapshotValues - Undocumented member.

$sel:targetVolumeValues:AdministrativeAction', administrativeAction_targetVolumeValues - Undocumented member.

AdministrativeActionFailureDetails

data AdministrativeActionFailureDetails Source #

Provides information about a failed administrative action.

See: newAdministrativeActionFailureDetails smart constructor.

Instances

Instances details
FromJSON AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

Generic AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

Associated Types

type Rep AdministrativeActionFailureDetails :: Type -> Type #

Read AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

Show AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

NFData AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

Eq AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

Hashable AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

type Rep AdministrativeActionFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.AdministrativeActionFailureDetails

type Rep AdministrativeActionFailureDetails = D1 ('MetaData "AdministrativeActionFailureDetails" "Amazonka.FSx.Types.AdministrativeActionFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "AdministrativeActionFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAdministrativeActionFailureDetails :: AdministrativeActionFailureDetails Source #

Create a value of AdministrativeActionFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:AdministrativeActionFailureDetails', administrativeActionFailureDetails_message - Error message providing details about the failed administrative action.

Alias

data Alias Source #

A DNS alias that is associated with the file system. You can use a DNS alias to access a file system using user-defined DNS names, in addition to the default DNS name that Amazon FSx assigns to the file system. For more information, see DNS aliases in the FSx for Windows File Server User Guide.

See: newAlias smart constructor.

Instances

Instances details
FromJSON Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Generic Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Associated Types

type Rep Alias :: Type -> Type #

Methods

from :: Alias -> Rep Alias x #

to :: Rep Alias x -> Alias #

Read Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Show Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Methods

showsPrec :: Int -> Alias -> ShowS #

show :: Alias -> String #

showList :: [Alias] -> ShowS #

NFData Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Methods

rnf :: Alias -> () #

Eq Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Methods

(==) :: Alias -> Alias -> Bool #

(/=) :: Alias -> Alias -> Bool #

Hashable Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

Methods

hashWithSalt :: Int -> Alias -> Int #

hash :: Alias -> Int #

type Rep Alias Source # 
Instance details

Defined in Amazonka.FSx.Types.Alias

type Rep Alias = D1 ('MetaData "Alias" "Amazonka.FSx.Types.Alias" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Alias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AliasLifecycle)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlias :: Alias Source #

Create a value of Alias with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:lifecycle:Alias', alias_lifecycle - Describes the state of the DNS alias.

  • AVAILABLE - The DNS alias is associated with an Amazon FSx file system.
  • CREATING - Amazon FSx is creating the DNS alias and associating it with the file system.
  • CREATE_FAILED - Amazon FSx was unable to associate the DNS alias with the file system.
  • DELETING - Amazon FSx is disassociating the DNS alias from the file system and deleting it.
  • DELETE_FAILED - Amazon FSx was unable to disassociate the DNS alias from the file system.

$sel:name:Alias', alias_name - The name of the DNS alias. The alias name has to meet the following requirements:

  • Formatted as a fully-qualified domain name (FQDN), hostname.domain, for example, accounting.example.com.
  • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
  • Cannot start or end with a hyphen.
  • Can start with a numeric.

For DNS names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

AutoExportPolicy

data AutoExportPolicy Source #

Describes a data repository association's automatic export policy. The AutoExportPolicy defines the types of updated objects on the file system that will be automatically exported to the data repository. As you create, modify, or delete files, Amazon FSx for Lustre automatically exports the defined changes asynchronously once your application finishes modifying the file.

This AutoExportPolicy is supported only for Amazon FSx for Lustre file systems with the Persistent_2 deployment type.

See: newAutoExportPolicy smart constructor.

Instances

Instances details
FromJSON AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

ToJSON AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

Generic AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

Associated Types

type Rep AutoExportPolicy :: Type -> Type #

Read AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

Show AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

NFData AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

Methods

rnf :: AutoExportPolicy -> () #

Eq AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

Hashable AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

type Rep AutoExportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoExportPolicy

type Rep AutoExportPolicy = D1 ('MetaData "AutoExportPolicy" "Amazonka.FSx.Types.AutoExportPolicy" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "AutoExportPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventType]))))

newAutoExportPolicy :: AutoExportPolicy Source #

Create a value of AutoExportPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:events:AutoExportPolicy', autoExportPolicy_events - The AutoExportPolicy can have the following event values:

  • NEW - New files and directories are automatically exported to the data repository as they are added to the file system.
  • CHANGED - Changes to files and directories on the file system are automatically exported to the data repository.
  • DELETED - Files and directories are automatically deleted on the data repository when they are deleted on the file system.

You can define any combination of event types for your AutoExportPolicy.

AutoImportPolicy

data AutoImportPolicy Source #

Describes the data repository association's automatic import policy. The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory listings up to date by importing changes to your Amazon FSx for Lustre file system as you modify objects in a linked S3 bucket.

The AutoImportPolicy is supported only for Amazon FSx for Lustre file systems with the Persistent_2 deployment type.

See: newAutoImportPolicy smart constructor.

Instances

Instances details
FromJSON AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

ToJSON AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

Generic AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

Associated Types

type Rep AutoImportPolicy :: Type -> Type #

Read AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

Show AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

NFData AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

Methods

rnf :: AutoImportPolicy -> () #

Eq AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

Hashable AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

type Rep AutoImportPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.AutoImportPolicy

type Rep AutoImportPolicy = D1 ('MetaData "AutoImportPolicy" "Amazonka.FSx.Types.AutoImportPolicy" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "AutoImportPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventType]))))

newAutoImportPolicy :: AutoImportPolicy Source #

Create a value of AutoImportPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:events:AutoImportPolicy', autoImportPolicy_events - The AutoImportPolicy can have the following event values:

  • NEW - Amazon FSx automatically imports metadata of files added to the linked S3 bucket that do not currently exist in the FSx file system.
  • CHANGED - Amazon FSx automatically updates file metadata and invalidates existing file content on the file system as files change in the data repository.
  • DELETED - Amazon FSx automatically deletes files on the file system as corresponding files are deleted in the data repository.

You can define any combination of event types for your AutoImportPolicy.

Backup

data Backup Source #

A backup of an Amazon FSx for Windows File Server, Amazon FSx for Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx for OpenZFS file system.

See: newBackup smart constructor.

Instances

Instances details
FromJSON Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Generic Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Associated Types

type Rep Backup :: Type -> Type #

Methods

from :: Backup -> Rep Backup x #

to :: Rep Backup x -> Backup #

Read Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Show Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

NFData Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Methods

rnf :: Backup -> () #

Eq Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Methods

(==) :: Backup -> Backup -> Bool #

(/=) :: Backup -> Backup -> Bool #

Hashable Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

Methods

hashWithSalt :: Int -> Backup -> Int #

hash :: Backup -> Int #

type Rep Backup Source # 
Instance details

Defined in Amazonka.FSx.Types.Backup

type Rep Backup = D1 ('MetaData "Backup" "Amazonka.FSx.Types.Backup" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Backup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "directoryInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActiveDirectoryBackupAttributes)) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BackupFailureDetails))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "progressPercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceType)) :*: S1 ('MetaSel ('Just "sourceBackupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "sourceBackupRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))) :*: (S1 ('MetaSel ('Just "volume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Volume)) :*: S1 ('MetaSel ('Just "backupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BackupLifecycle) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BackupType)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "fileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystem))))))

newBackup Source #

Create a value of Backup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:directoryInformation:Backup', backup_directoryInformation - The configuration of the self-managed Microsoft Active Directory directory to which the Windows File Server instance is joined.

Backup, backup_failureDetails - Details explaining any failures that occurred when creating a backup.

Backup, backup_kmsKeyId - The ID of the Key Management Service (KMS) key used to encrypt the backup of the Amazon FSx file system's data at rest.

Backup, backup_ownerId - Undocumented member.

$sel:progressPercent:Backup', backup_progressPercent - Undocumented member.

Backup, backup_resourceARN - The Amazon Resource Name (ARN) for the backup resource.

$sel:resourceType:Backup', backup_resourceType - Specifies the resource type that's backed up.

$sel:sourceBackupId:Backup', backup_sourceBackupId - Undocumented member.

$sel:sourceBackupRegion:Backup', backup_sourceBackupRegion - The source Region of the backup. Specifies the Region from where this backup is copied.

Backup, backup_tags - The tags associated with a particular file system.

$sel:volume:Backup', backup_volume - Undocumented member.

$sel:backupId:Backup', backup_backupId - The ID of the backup.

Backup, backup_lifecycle - The lifecycle status of the backup.

  • AVAILABLE - The backup is fully available.
  • PENDING - For user-initiated backups on Lustre file systems only; Amazon FSx hasn't started creating the backup.
  • CREATING - Amazon FSx is creating the backup.
  • TRANSFERRING - For user-initiated backups on Lustre file systems only; Amazon FSx is transferring the backup to Amazon S3.
  • COPYING - Amazon FSx is copying the backup.
  • DELETED - Amazon FSx deleted the backup and it's no longer available.
  • FAILED - Amazon FSx couldn't finish the backup.

$sel:type':Backup', backup_type - The type of the file-system backup.

Backup, backup_creationTime - The time when a particular backup was created.

$sel:fileSystem:Backup', backup_fileSystem - The metadata of the file system associated with the backup. This metadata is persisted even if the file system is deleted.

BackupFailureDetails

data BackupFailureDetails Source #

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

See: newBackupFailureDetails smart constructor.

Instances

Instances details
FromJSON BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

Generic BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

Associated Types

type Rep BackupFailureDetails :: Type -> Type #

Read BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

Show BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

NFData BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

Methods

rnf :: BackupFailureDetails -> () #

Eq BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

Hashable BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

type Rep BackupFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.BackupFailureDetails

type Rep BackupFailureDetails = D1 ('MetaData "BackupFailureDetails" "Amazonka.FSx.Types.BackupFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "BackupFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBackupFailureDetails :: BackupFailureDetails Source #

Create a value of BackupFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:BackupFailureDetails', backupFailureDetails_message - A message describing the backup-creation failure.

CompletionReport

data CompletionReport Source #

Provides a report detailing the data repository task results of the files processed that match the criteria specified in the report Scope parameter. FSx delivers the report to the file system's linked data repository in Amazon S3, using the path specified in the report Path parameter. You can specify whether or not a report gets generated for a task using the Enabled parameter.

See: newCompletionReport smart constructor.

Instances

Instances details
FromJSON CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

ToJSON CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

Generic CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

Associated Types

type Rep CompletionReport :: Type -> Type #

Read CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

Show CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

NFData CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

Methods

rnf :: CompletionReport -> () #

Eq CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

Hashable CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

type Rep CompletionReport Source # 
Instance details

Defined in Amazonka.FSx.Types.CompletionReport

type Rep CompletionReport = D1 ('MetaData "CompletionReport" "Amazonka.FSx.Types.CompletionReport" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CompletionReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFormat)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportScope)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newCompletionReport Source #

Create a value of CompletionReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:format:CompletionReport', completionReport_format - Required if Enabled is set to true. Specifies the format of the CompletionReport. REPORT_CSV_20191124 is the only format currently supported. When Format is set to REPORT_CSV_20191124, the CompletionReport is provided in CSV format, and is delivered to {path}/task-{id}/failures.csv.

$sel:path:CompletionReport', completionReport_path - Required if Enabled is set to true. Specifies the location of the report on the file system's linked S3 data repository. An absolute path that defines where the completion report will be stored in the destination location. The Path you provide must be located within the file system’s ExportPath. An example Path value is "s3://myBucket/myExportPath/optionalPrefix". The report provides the following information for each file in the report: FilePath, FileStatus, and ErrorCode. To learn more about a file system's ExportPath, see .

$sel:scope:CompletionReport', completionReport_scope - Required if Enabled is set to true. Specifies the scope of the CompletionReport; FAILED_FILES_ONLY is the only scope currently supported. When Scope is set to FAILED_FILES_ONLY, the CompletionReport only contains information about files that the data repository task failed to process.

$sel:enabled:CompletionReport', completionReport_enabled - Set Enabled to True to generate a CompletionReport when the task completes. If set to true, then you need to provide a report Scope, Path, and Format. Set Enabled to False if you do not want a CompletionReport generated when the task completes.

CreateFileCacheLustreConfiguration

data CreateFileCacheLustreConfiguration Source #

The Amazon File Cache configuration for the cache that you are creating.

See: newCreateFileCacheLustreConfiguration smart constructor.

Instances

Instances details
ToJSON CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

Generic CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

Associated Types

type Rep CreateFileCacheLustreConfiguration :: Type -> Type #

Read CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

Show CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

NFData CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

Eq CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

Hashable CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

type Rep CreateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileCacheLustreConfiguration

type Rep CreateFileCacheLustreConfiguration = D1 ('MetaData "CreateFileCacheLustreConfiguration" "Amazonka.FSx.Types.CreateFileCacheLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileCacheLustreConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "perUnitStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileCacheLustreDeploymentType) :*: S1 ('MetaSel ('Just "metadataConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileCacheLustreMetadataConfiguration))))

CreateFileSystemLustreConfiguration

data CreateFileSystemLustreConfiguration Source #

The Lustre configuration for the file system being created.

The following parameters are not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

  • AutoImportPolicy
  • ExportPath
  • ImportedChunkSize
  • ImportPath

See: newCreateFileSystemLustreConfiguration smart constructor.

Instances

Instances details
ToJSON CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

Generic CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

Read CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

Show CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

NFData CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

Eq CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

Hashable CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

type Rep CreateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemLustreConfiguration

type Rep CreateFileSystemLustreConfiguration = D1 ('MetaData "CreateFileSystemLustreConfiguration" "Amazonka.FSx.Types.CreateFileSystemLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemLustreConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "autoImportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoImportPolicyType)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCompressionType))) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreDeploymentType)) :*: S1 ('MetaSel ('Just "driveCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DriveCacheType))))) :*: ((S1 ('MetaSel ('Just "exportPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "importPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "importedFileChunkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreLogCreateConfiguration)) :*: S1 ('MetaSel ('Just "perUnitStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "rootSquashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreRootSquashConfiguration)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newCreateFileSystemLustreConfiguration :: CreateFileSystemLustreConfiguration Source #

Create a value of CreateFileSystemLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoImportPolicy:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_autoImportPolicy - (Optional) Available with Scratch and Persistent_1 deployment types. When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

For more information, see Automatically import updates from your S3 bucket.

This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

$sel:automaticBackupRetentionDays:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_copyTagsToBackups - (Optional) Not available for use with file systems that are linked to a data repository. A boolean flag indicating whether tags for the file system should be copied to backups. The default value is false. If CopyTagsToBackups is set to true, all file system tags are copied to all automatic and user-initiated backups when the user doesn't specify any backup-specific tags. If CopyTagsToBackups is set to true and you specify one or more backup tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

(Default = false)

For more information, see Working with backups in the Amazon FSx for Lustre User Guide.

$sel:dailyAutomaticBackupStartTime:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:dataCompressionType:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_dataCompressionType - Sets the data compression configuration for the file system. DataCompressionType can have the following values:

  • NONE - (Default) Data compression is turned off when the file system is created.
  • LZ4 - Data compression is turned on with the LZ4 algorithm.

For more information, see Lustre data compression in the Amazon FSx for Lustre User Guide.

$sel:deploymentType:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_deploymentType - (Optional) Choose SCRATCH_1 and SCRATCH_2 deployment types when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1.

Choose PERSISTENT_1 for longer-term storage and for throughput-focused workloads that aren’t latency-sensitive. PERSISTENT_1 supports encryption of data in transit, and is available in all Amazon Web Services Regions in which FSx for Lustre is available.

Choose PERSISTENT_2 for longer-term storage and for latency-sensitive workloads that require the highest levels of IOPS/throughput. PERSISTENT_2 supports SSD storage, and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB). PERSISTENT_2 is available in a limited number of Amazon Web Services Regions. For more information, and an up-to-date list of Amazon Web Services Regions in which PERSISTENT_2 is available, see File system deployment options for FSx for Lustre in the Amazon FSx for Lustre User Guide.

If you choose PERSISTENT_2, and you set FileSystemTypeVersion to 2.10, the CreateFileSystem operation fails.

Encryption of data in transit is automatically turned on when you access SCRATCH_2, PERSISTENT_1 and PERSISTENT_2 file systems from Amazon EC2 instances that support automatic encryption in the Amazon Web Services Regions where they are available. For more information about encryption in transit for FSx for Lustre file systems, see Encrypting data in transit in the Amazon FSx for Lustre User Guide.

(Default = SCRATCH_1)

$sel:driveCacheType:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_driveCacheType - The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when storage type is HDD. Set this property to READ to improve the performance for frequently accessed files by caching up to 20% of the total storage capacity of the file system.

This parameter is required when StorageType is set to HDD.

$sel:exportPath:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_exportPath - (Optional) Available with Scratch and Persistent_1 deployment types. Specifies the path in the Amazon S3 bucket where the root of your Amazon FSx file system is exported. The path must use the same Amazon S3 bucket as specified in ImportPath. You can provide an optional prefix to which new and changed data is to be exported from your Amazon FSx for Lustre file system. If an ExportPath value is not provided, Amazon FSx sets a default export path, s3://import-bucket/FSxLustre[creation-timestamp]. The timestamp is in UTC format, for example s3://import-bucket/FSxLustre20181105T222312Z.

The Amazon S3 export bucket must be the same as the import bucket specified by ImportPath. If you specify only a bucket name, such as s3://import-bucket, you get a 1:1 mapping of file system objects to S3 bucket objects. This mapping means that the input data in S3 is overwritten on export. If you provide a custom prefix in the export path, such as s3://import-bucket/[custom-optional-prefix], Amazon FSx exports the contents of your file system to that export prefix in the Amazon S3 bucket.

This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

$sel:importPath:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_importPath - (Optional) The path to the Amazon S3 bucket (including the optional prefix) that you're using as the data repository for your Amazon FSx for Lustre file system. The root of your FSx for Lustre file system will be mapped to the root of the Amazon S3 bucket you select. An example is s3://import-bucket/optional-prefix. If you specify a prefix after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

$sel:importedFileChunkSize:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_importedFileChunkSize - (Optional) For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

This parameter is not supported for file systems with the Persistent_2 deployment type. Instead, use CreateDataRepositoryAssociation to create a data repository association to link your Lustre file system to a data repository.

$sel:logConfiguration:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_logConfiguration - The Lustre logging configuration used when creating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

$sel:perUnitStorageThroughput:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_perUnitStorageThroughput - Required with PERSISTENT_1 and PERSISTENT_2 deployment types, provisions the amount of read and write throughput for each 1 tebibyte (TiB) of file system storage capacity, in MB/s/TiB. File system throughput capacity is calculated by multiplying file system storage capacity (TiB) by the PerUnitStorageThroughput (MB/s/TiB). For a 2.4-TiB file system, provisioning 50 MB/s/TiB of PerUnitStorageThroughput yields 120 MB/s of file system throughput. You pay for the amount of throughput that you provision.

Valid values:

  • For PERSISTENT_1 SSD storage: 50, 100, 200 MB/s/TiB.
  • For PERSISTENT_1 HDD storage: 12, 40 MB/s/TiB.
  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000 MB/s/TiB.

$sel:rootSquashConfiguration:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_rootSquashConfiguration - The Lustre root squash configuration used when creating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

$sel:weeklyMaintenanceStartTime:CreateFileSystemLustreConfiguration', createFileSystemLustreConfiguration_weeklyMaintenanceStartTime - (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

CreateFileSystemOntapConfiguration

data CreateFileSystemOntapConfiguration Source #

The ONTAP configuration properties of the FSx for ONTAP file system that you are creating.

See: newCreateFileSystemOntapConfiguration smart constructor.

Instances

Instances details
ToJSON CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Generic CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Associated Types

type Rep CreateFileSystemOntapConfiguration :: Type -> Type #

Show CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

NFData CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Eq CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

Hashable CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

type Rep CreateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOntapConfiguration

type Rep CreateFileSystemOntapConfiguration = D1 ('MetaData "CreateFileSystemOntapConfiguration" "Amazonka.FSx.Types.CreateFileSystemOntapConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemOntapConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration)) :*: (S1 ('MetaSel ('Just "endpointIpAddressRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fsxAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))) :*: ((S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routeTableIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OntapDeploymentType) :*: S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newCreateFileSystemOntapConfiguration Source #

Create a value of CreateFileSystemOntapConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_diskIopsConfiguration - The SSD IOPS configuration for the FSx for ONTAP file system.

$sel:endpointIpAddressRange:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_endpointIpAddressRange - (Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be created. By default in the Amazon FSx API, Amazon FSx selects an unused IP address range for you from the 198.19.* range. By default in the Amazon FSx console, Amazon FSx chooses the last 64 IP addresses from the VPC’s primary CIDR range to use as the endpoint IP address range for the file system. You can have overlapping endpoint IP addresses for file systems deployed in the same VPC/route tables.

$sel:fsxAdminPassword:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_fsxAdminPassword - The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

$sel:preferredSubnetId:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_preferredSubnetId - Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

$sel:routeTableIds:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_routeTableIds - (Multi-AZ only) Specifies the virtual private cloud (VPC) route tables in which your file system's endpoints will be created. You should specify all VPC route tables associated with the subnets in which your clients are located. By default, Amazon FSx selects your VPC's default route table.

$sel:weeklyMaintenanceStartTime:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_weeklyMaintenanceStartTime - Undocumented member.

$sel:deploymentType:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_deploymentType - Specifies the FSx for ONTAP file system deployment type to use in creating the file system.

  • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing a file system deployment type.

$sel:throughputCapacity:CreateFileSystemOntapConfiguration', createFileSystemOntapConfiguration_throughputCapacity - Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.

CreateFileSystemOpenZFSConfiguration

data CreateFileSystemOpenZFSConfiguration Source #

The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.

See: newCreateFileSystemOpenZFSConfiguration smart constructor.

Instances

Instances details
ToJSON CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

Generic CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

Read CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

Show CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

NFData CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

Eq CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

Hashable CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

type Rep CreateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration

type Rep CreateFileSystemOpenZFSConfiguration = D1 ('MetaData "CreateFileSystemOpenZFSConfiguration" "Amazonka.FSx.Types.CreateFileSystemOpenZFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemOpenZFSConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "copyTagsToVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration)) :*: S1 ('MetaSel ('Just "rootVolumeConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSCreateRootVolumeConfiguration))) :*: (S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpenZFSDeploymentType) :*: S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newCreateFileSystemOpenZFSConfiguration Source #

Create a value of CreateFileSystemOpenZFSConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_copyTagsToBackups - A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:copyTagsToVolumes:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_copyTagsToVolumes - A Boolean value indicating whether tags for the file system should be copied to volumes. This value defaults to false. If it's set to true, all tags for the file system are copied to volumes where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to volumes. If you specify one or more tags when creating the volume, no tags are copied from the file system, regardless of this value.

$sel:dailyAutomaticBackupStartTime:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_diskIopsConfiguration - Undocumented member.

$sel:rootVolumeConfiguration:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_rootVolumeConfiguration - The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system. All volumes are children of the root volume.

$sel:weeklyMaintenanceStartTime:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_weeklyMaintenanceStartTime - Undocumented member.

$sel:deploymentType:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_deploymentType - Specifies the file system deployment type. Single AZ deployment types are configured for redundancy within a single Availability Zone in an Amazon Web Services Region . Valid values are the following:

  • SINGLE_AZ_1- (Default) Creates file systems with throughput capacities of 64 - 4,096 MB/s. Single_AZ_1 is available in all Amazon Web Services Regions where Amazon FSx for OpenZFS is available, except US West (Oregon).
  • SINGLE_AZ_2- Creates file systems with throughput capacities of 160 - 10,240 MB/s using an NVMe L2ARC cache. Single_AZ_2 is available only in the US East (N. Virginia), US East (Ohio), US West (Oregon), and Europe (Ireland) Amazon Web Services Regions.

For more information, see: Deployment type availability and File system performance in the Amazon FSx for OpenZFS User Guide.

$sel:throughputCapacity:CreateFileSystemOpenZFSConfiguration', createFileSystemOpenZFSConfiguration_throughputCapacity - Specifies the throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second (MB/s). Valid values depend on the DeploymentType you choose, as follows:

  • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.
  • For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.

You pay for additional throughput capacity that you provision.

CreateFileSystemWindowsConfiguration

data CreateFileSystemWindowsConfiguration Source #

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

See: newCreateFileSystemWindowsConfiguration smart constructor.

Instances

Instances details
ToJSON CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

Generic CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

Show CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

NFData CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

Eq CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

Hashable CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

type Rep CreateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration

type Rep CreateFileSystemWindowsConfiguration = D1 ('MetaData "CreateFileSystemWindowsConfiguration" "Amazonka.FSx.Types.CreateFileSystemWindowsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateFileSystemWindowsConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "activeDirectoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "auditLogConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsAuditLogCreateConfiguration)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsDeploymentType)) :*: S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryConfiguration)) :*: (S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newCreateFileSystemWindowsConfiguration Source #

Create a value of CreateFileSystemWindowsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeDirectoryId:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_activeDirectoryId - The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.

$sel:aliases:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_aliases - An array of one or more DNS alias names that you want to associate with the Amazon FSx file system. Aliases allow you to use existing DNS names to access the data in your Amazon FSx file system. You can associate up to 50 aliases with a file system at any time. You can associate additional DNS aliases after you create the file system using the AssociateFileSystemAliases operation. You can remove DNS aliases from the file system after it is created using the DisassociateFileSystemAliases operation. You only need to specify the alias name in the request payload.

For more information, see Working with DNS Aliases and Walkthrough 5: Using DNS aliases to access your file system, including additional steps you must take to be able to access your file system using a DNS alias.

An alias name has to meet the following requirements:

  • Formatted as a fully-qualified domain name (FQDN), hostname.domain, for example, accounting.example.com.
  • Can contain alphanumeric characters, the underscore (_), and the hyphen (-).
  • Cannot start or end with a hyphen.
  • Can start with a numeric.

For DNS alias names, Amazon FSx stores alphabetic characters as lowercase letters (a-z), regardless of how you specify them: as uppercase letters, lowercase letters, or the corresponding letters in escape codes.

$sel:auditLogConfiguration:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_auditLogConfiguration - The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

$sel:automaticBackupRetentionDays:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_automaticBackupRetentionDays - The number of days to retain automatic backups. The default is to retain backups for 7 days. Setting this value to 0 disables the creation of automatic backups. The maximum retention period for backups is 90 days.

$sel:copyTagsToBackups:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_copyTagsToBackups - A boolean flag indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:dailyAutomaticBackupStartTime:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime - The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.

$sel:deploymentType:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_deploymentType - Specifies the file system deployment type, valid values are the following:

  • MULTI_AZ_1 - Deploys a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability. You can only deploy a Multi-AZ file system in Amazon Web Services Regions that have a minimum of three Availability Zones. Also supports HDD storage type
  • SINGLE_AZ_1 - (Default) Choose to deploy a file system that is configured for single AZ redundancy.
  • SINGLE_AZ_2 - The latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports HDD storage type.

For more information, see Availability and Durability: Single-AZ and Multi-AZ File Systems.

$sel:preferredSubnetId:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_preferredSubnetId - Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located. For in-Amazon Web Services applications, we recommend that you launch your clients in the same Availability Zone (AZ) as your preferred file server to reduce cross-AZ data transfer costs and minimize latency.

$sel:selfManagedActiveDirectoryConfiguration:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

$sel:weeklyMaintenanceStartTime:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone, where d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

$sel:throughputCapacity:CreateFileSystemWindowsConfiguration', createFileSystemWindowsConfiguration_throughputCapacity - Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), in 2 to the nth increments, between 2^3 (8) and 2^11 (2048).

CreateOntapVolumeConfiguration

data CreateOntapVolumeConfiguration Source #

Specifies the configuration of the ONTAP volume that you are creating.

See: newCreateOntapVolumeConfiguration smart constructor.

Instances

Instances details
ToJSON CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

Generic CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

Associated Types

type Rep CreateOntapVolumeConfiguration :: Type -> Type #

Read CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

Show CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

NFData CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

Eq CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

Hashable CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

type Rep CreateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOntapVolumeConfiguration

type Rep CreateOntapVolumeConfiguration = D1 ('MetaData "CreateOntapVolumeConfiguration" "Amazonka.FSx.Types.CreateOntapVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateOntapVolumeConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "junctionPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ontapVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputOntapVolumeType)) :*: S1 ('MetaSel ('Just "securityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityStyle)))) :*: ((S1 ('MetaSel ('Just "snapshotPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageEfficiencyEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "tieringPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TieringPolicy)) :*: (S1 ('MetaSel ('Just "sizeInMegabytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateOntapVolumeConfiguration Source #

Create a value of CreateOntapVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToBackups:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_copyTagsToBackups - A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to false. If it's set to true, all tags for the volume are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the volume, regardless of this value.

$sel:junctionPath:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_junctionPath - Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

$sel:ontapVolumeType:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_ontapVolumeType - Specifies the type of volume you are creating. Valid values are the following:

  • RW specifies a read/write volume. RW is the default.
  • DP specifies a data-protection volume. A DP volume is read-only and can be used as the destination of a NetApp SnapMirror relationship.

For more information, see Volume types in the Amazon FSx for NetApp ONTAP User Guide.

$sel:securityStyle:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_securityStyle - Specifies the security style for the volume. If a volume's security style is not specified, it is automatically set to the root volume's security style. The security style determines the type of permissions that FSx for ONTAP uses to control data access. For more information, see Volume security style in the Amazon FSx for NetApp ONTAP User Guide. Specify one of the following values:

  • UNIX if the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account.
  • NTFS if the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account.
  • MIXED if the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.

$sel:snapshotPolicy:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_snapshotPolicy - Specifies the snapshot policy for the volume. There are three built-in snapshot policies:

  • default: This is the default policy. A maximum of six hourly snapshots taken five minutes past the hour. A maximum of two daily snapshots taken Monday through Saturday at 10 minutes after midnight. A maximum of two weekly snapshots taken every Sunday at 15 minutes after midnight.
  • default-1weekly: This policy is the same as the default policy except that it only retains one snapshot from the weekly schedule.
  • none: This policy does not take any snapshots. This policy can be assigned to volumes to prevent automatic snapshots from being taken.

You can also provide the name of a custom policy that you created with the ONTAP CLI or REST API.

For more information, see Snapshot policies in the Amazon FSx for NetApp ONTAP User Guide.

$sel:storageEfficiencyEnabled:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_storageEfficiencyEnabled - Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.

$sel:tieringPolicy:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_tieringPolicy - Undocumented member.

$sel:sizeInMegabytes:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_sizeInMegabytes - Specifies the size of the volume, in megabytes (MB), that you are creating.

$sel:storageVirtualMachineId:CreateOntapVolumeConfiguration', createOntapVolumeConfiguration_storageVirtualMachineId - Specifies the ONTAP SVM in which to create the volume.

CreateOpenZFSOriginSnapshotConfiguration

data CreateOpenZFSOriginSnapshotConfiguration Source #

The snapshot configuration to use when creating an OpenZFS volume from a snapshot.

See: newCreateOpenZFSOriginSnapshotConfiguration smart constructor.

Instances

Instances details
ToJSON CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

Generic CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

Read CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

Show CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

NFData CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

Eq CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

Hashable CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

type Rep CreateOpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration

type Rep CreateOpenZFSOriginSnapshotConfiguration = D1 ('MetaData "CreateOpenZFSOriginSnapshotConfiguration" "Amazonka.FSx.Types.CreateOpenZFSOriginSnapshotConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateOpenZFSOriginSnapshotConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "copyStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpenZFSCopyStrategy)))

newCreateOpenZFSOriginSnapshotConfiguration Source #

Create a value of CreateOpenZFSOriginSnapshotConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:snapshotARN:CreateOpenZFSOriginSnapshotConfiguration', createOpenZFSOriginSnapshotConfiguration_snapshotARN - Undocumented member.

$sel:copyStrategy:CreateOpenZFSOriginSnapshotConfiguration', createOpenZFSOriginSnapshotConfiguration_copyStrategy - The strategy used when copying data from the snapshot to the new volume.

  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
  • FULL_COPY - Copies all data from the snapshot to the new volume.

CreateOpenZFSVolumeConfiguration

data CreateOpenZFSVolumeConfiguration Source #

Specifies the configuration of the Amazon FSx for OpenZFS volume that you are creating.

See: newCreateOpenZFSVolumeConfiguration smart constructor.

Instances

Instances details
ToJSON CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

Generic CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

Associated Types

type Rep CreateOpenZFSVolumeConfiguration :: Type -> Type #

Read CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

Show CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

NFData CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

Eq CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

Hashable CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

type Rep CreateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration

type Rep CreateOpenZFSVolumeConfiguration = D1 ('MetaData "CreateOpenZFSVolumeConfiguration" "Amazonka.FSx.Types.CreateOpenZFSVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateOpenZFSVolumeConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyTagsToSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDataCompressionType))) :*: (S1 ('MetaSel ('Just "nfsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSNfsExport])) :*: (S1 ('MetaSel ('Just "originSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateOpenZFSOriginSnapshotConfiguration)) :*: S1 ('MetaSel ('Just "readOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "recordSizeKiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "storageCapacityQuotaGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "storageCapacityReservationGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "userAndGroupQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSUserOrGroupQuota])) :*: S1 ('MetaSel ('Just "parentVolumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newCreateOpenZFSVolumeConfiguration Source #

Create a value of CreateOpenZFSVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToSnapshots:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_copyTagsToSnapshots - A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dataCompressionType:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is NONE by default.

  • NONE - Doesn't compress the data on the volume. NONE is the default.
  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. ZSTD compression provides a higher level of data compression and higher read throughput performance than LZ4 compression.
  • LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. LZ4 compression provides a lower level of compression and higher write throughput performance than ZSTD compression.

For more information about volume compression types and the performance of your Amazon FSx for OpenZFS file system, see Tips for maximizing performance File system and volume settings in the /Amazon FSx for OpenZFS User Guide/.

$sel:nfsExports:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_nfsExports - The configuration object for mounting a Network File System (NFS) file system.

$sel:originSnapshot:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_originSnapshot - The configuration object that specifies the snapshot to use as the origin of the data for the volume.

$sel:readOnly:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_readOnly - A Boolean value indicating whether the volume is read-only.

$sel:recordSizeKiB:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_recordSizeKiB - Specifies the suggested block size for a volume in a ZFS dataset, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. We recommend using the default setting for the majority of use cases. Generally, workloads that write in fixed small or large record sizes may benefit from setting a custom record size, like database workloads (small record size) or media streaming workloads (large record size). For additional guidance on when to set a custom record size, see ZFS Record size in the Amazon FSx for OpenZFS User Guide.

CreateOpenZFSVolumeConfiguration, createOpenZFSVolumeConfiguration_storageCapacityQuotaGiB - Sets the maximum storage size in gibibytes (GiB) for the volume. You can specify a quota that is larger than the storage on the parent volume. A volume quota limits the amount of storage that the volume can consume to the configured amount, but does not guarantee the space will be available on the parent volume. To guarantee quota space, you must also set StorageCapacityReservationGiB. To not specify a storage capacity quota, set this to -1.

For more information, see Volume properties in the Amazon FSx for OpenZFS User Guide.

$sel:storageCapacityReservationGiB:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_storageCapacityReservationGiB - Specifies the amount of storage in gibibytes (GiB) to reserve from the parent volume. Setting StorageCapacityReservationGiB guarantees that the specified amount of storage space on the parent volume will always be available for the volume. You can't reserve more storage than the parent volume has. To not specify a storage capacity reservation, set this to 0 or -1. For more information, see Volume properties in the Amazon FSx for OpenZFS User Guide.

$sel:userAndGroupQuotas:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.

$sel:parentVolumeId:CreateOpenZFSVolumeConfiguration', createOpenZFSVolumeConfiguration_parentVolumeId - The ID of the volume to use as the parent volume of the volume that you are creating.

CreateSvmActiveDirectoryConfiguration

data CreateSvmActiveDirectoryConfiguration Source #

The configuration that Amazon FSx uses to join the ONTAP storage virtual machine (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.

See: newCreateSvmActiveDirectoryConfiguration smart constructor.

Instances

Instances details
ToJSON CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

Generic CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

Show CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

NFData CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

Eq CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

Hashable CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

type Rep CreateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration

type Rep CreateSvmActiveDirectoryConfiguration = D1 ('MetaData "CreateSvmActiveDirectoryConfiguration" "Amazonka.FSx.Types.CreateSvmActiveDirectoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "CreateSvmActiveDirectoryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryConfiguration)) :*: S1 ('MetaSel ('Just "netBiosName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateSvmActiveDirectoryConfiguration Source #

Create a value of CreateSvmActiveDirectoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:selfManagedActiveDirectoryConfiguration:CreateSvmActiveDirectoryConfiguration', createSvmActiveDirectoryConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

$sel:netBiosName:CreateSvmActiveDirectoryConfiguration', createSvmActiveDirectoryConfiguration_netBiosName - The NetBIOS name of the Active Directory computer object that will be created for your SVM.

DataRepositoryAssociation

data DataRepositoryAssociation Source #

The configuration of a data repository association that links an Amazon FSx for Lustre file system to an Amazon S3 bucket or an Amazon File Cache resource to an Amazon S3 bucket or an NFS file system. The data repository association configuration object is returned in the response of the following operations:

  • CreateDataRepositoryAssociation
  • UpdateDataRepositoryAssociation
  • DescribeDataRepositoryAssociations

Data repository associations are supported only for an Amazon FSx for Lustre file system with the Persistent_2 deployment type and for an Amazon File Cache resource.

See: newDataRepositoryAssociation smart constructor.

Instances

Instances details
FromJSON DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

Generic DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

Associated Types

type Rep DataRepositoryAssociation :: Type -> Type #

Read DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

Show DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

NFData DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

Eq DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

Hashable DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

type Rep DataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryAssociation

type Rep DataRepositoryAssociation = D1 ('MetaData "DataRepositoryAssociation" "Amazonka.FSx.Types.DataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryAssociation'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "batchImportMetaDataOnCreate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dataRepositoryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dataRepositorySubdirectories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryFailureDetails))) :*: (S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileCachePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "importedFileChunkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryLifecycle)))) :*: ((S1 ('MetaSel ('Just "nfs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NFSDataRepositoryConfiguration)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataRepositoryConfiguration)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))))))

newDataRepositoryAssociation :: DataRepositoryAssociation Source #

Create a value of DataRepositoryAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:associationId:DataRepositoryAssociation', dataRepositoryAssociation_associationId - The system-generated, unique ID of the data repository association.

$sel:batchImportMetaDataOnCreate:DataRepositoryAssociation', dataRepositoryAssociation_batchImportMetaDataOnCreate - A boolean flag indicating whether an import data repository task to import metadata should run after the data repository association is created. The task runs if this flag is set to true.

BatchImportMetaDataOnCreate is not supported for data repositories linked to an Amazon File Cache resource.

$sel:creationTime:DataRepositoryAssociation', dataRepositoryAssociation_creationTime - Undocumented member.

$sel:dataRepositoryPath:DataRepositoryAssociation', dataRepositoryAssociation_dataRepositoryPath - The path to the data repository that will be linked to the cache or file system.

  • For Amazon File Cache, the path can be an NFS data repository that will be linked to the cache. The path can be in one of two formats:

    • If you are not using the DataRepositorySubdirectories parameter, the path is to an NFS Export directory (or one of its subdirectories) in the format nsf://nfs-domain-name/exportpath. You can therefore link a single NFS Export to a single data repository association.
    • If you are using the DataRepositorySubdirectories parameter, the path is the domain name of the NFS file system in the format nfs://filer-domain-name, which indicates the root of the subdirectories specified with the DataRepositorySubdirectories parameter.
  • For Amazon File Cache, the path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/.
  • For Amazon FSx for Lustre, the path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/.

$sel:dataRepositorySubdirectories:DataRepositoryAssociation', dataRepositoryAssociation_dataRepositorySubdirectories - For Amazon File Cache, a list of NFS Exports that will be linked with an NFS data repository association. All the subdirectories must be on a single NFS file system. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories.

$sel:failureDetails:DataRepositoryAssociation', dataRepositoryAssociation_failureDetails - Undocumented member.

$sel:fileCacheId:DataRepositoryAssociation', dataRepositoryAssociation_fileCacheId - The globally unique ID of the Amazon File Cache resource.

$sel:fileCachePath:DataRepositoryAssociation', dataRepositoryAssociation_fileCachePath - A path on the Amazon File Cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the path is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2.

This path specifies the directory in your cache where files will be exported from. This cache directory can be linked to only one data repository (S3 or NFS) and no other data repository can be linked to the directory.

The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache.

The cache path cannot be set to root (/) for an S3 DRA.

$sel:fileSystemId:DataRepositoryAssociation', dataRepositoryAssociation_fileSystemId - Undocumented member.

$sel:fileSystemPath:DataRepositoryAssociation', dataRepositoryAssociation_fileSystemPath - A path on the Amazon FSx for Lustre file system that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping file system paths. For example, if a data repository is associated with file system path /ns1/, then you cannot link another data repository with file system path /ns1/ns2.

This path specifies where in your file system files will be exported from or imported to. This file system directory can be linked to only one Amazon S3 bucket, and no other S3 bucket can be linked to the directory.

If you specify only a forward slash (/) as the file system path, you can link only one data repository to the file system. You can only specify "/" as the file system path for the first data repository associated with a file system.

$sel:importedFileChunkSize:DataRepositoryAssociation', dataRepositoryAssociation_importedFileChunkSize - For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system or cache.

The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

$sel:lifecycle:DataRepositoryAssociation', dataRepositoryAssociation_lifecycle - Describes the state of a data repository association. The lifecycle can have the following values:

  • CREATING - The data repository association between the file system or cache and the data repository is being created. The data repository is unavailable.
  • AVAILABLE - The data repository association is available for use.
  • MISCONFIGURED - The data repository association is misconfigured. Until the configuration is corrected, automatic import and automatic export will not work (only for Amazon FSx for Lustre).
  • UPDATING - The data repository association is undergoing a customer initiated update that might affect its availability.
  • DELETING - The data repository association is undergoing a customer initiated deletion.
  • FAILED - The data repository association is in a terminal state that cannot be recovered.

$sel:nfs:DataRepositoryAssociation', dataRepositoryAssociation_nfs - The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.

$sel:resourceARN:DataRepositoryAssociation', dataRepositoryAssociation_resourceARN - Undocumented member.

$sel:s3:DataRepositoryAssociation', dataRepositoryAssociation_s3 - The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.

$sel:tags:DataRepositoryAssociation', dataRepositoryAssociation_tags - Undocumented member.

DataRepositoryConfiguration

data DataRepositoryConfiguration Source #

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

This data type is not supported for file systems with the Persistent_2 deployment type. Instead, use .

See: newDataRepositoryConfiguration smart constructor.

Instances

Instances details
FromJSON DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

Generic DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

Associated Types

type Rep DataRepositoryConfiguration :: Type -> Type #

Read DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

Show DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

NFData DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

Eq DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

Hashable DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

type Rep DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryConfiguration

type Rep DataRepositoryConfiguration = D1 ('MetaData "DataRepositoryConfiguration" "Amazonka.FSx.Types.DataRepositoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoImportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoImportPolicyType)) :*: (S1 ('MetaSel ('Just "exportPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryFailureDetails)))) :*: (S1 ('MetaSel ('Just "importPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "importedFileChunkSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryLifecycle))))))

newDataRepositoryConfiguration :: DataRepositoryConfiguration Source #

Create a value of DataRepositoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoImportPolicy:DataRepositoryConfiguration', dataRepositoryConfiguration_autoImportPolicy - Describes the file system's linked S3 data repository's AutoImportPolicy. The AutoImportPolicy configures how Amazon FSx keeps your file and directory listings up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update file and directory listings for any new or changed objects after choosing this option.
  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

$sel:exportPath:DataRepositoryConfiguration', dataRepositoryConfiguration_exportPath - The export path to the Amazon S3 bucket (and prefix) that you are using to store new and changed Lustre file system files in S3.

$sel:failureDetails:DataRepositoryConfiguration', dataRepositoryConfiguration_failureDetails - Undocumented member.

$sel:importPath:DataRepositoryConfiguration', dataRepositoryConfiguration_importPath - The import path to the Amazon S3 bucket (and optional prefix) that you're using as the data repository for your FSx for Lustre file system, for example s3://import-bucket/optional-prefix. If a prefix is specified after the Amazon S3 bucket name, only object keys with that prefix are loaded into the file system.

$sel:importedFileChunkSize:DataRepositoryConfiguration', dataRepositoryConfiguration_importedFileChunkSize - For files imported from a data repository, this value determines the stripe count and maximum amount of data per file (in MiB) stored on a single physical disk. The maximum number of disks that a single file can be striped across is limited by the total number of disks that make up the file system.

The default chunk size is 1,024 MiB (1 GiB) and can go as high as 512,000 MiB (500 GiB). Amazon S3 objects have a maximum size of 5 TB.

$sel:lifecycle:DataRepositoryConfiguration', dataRepositoryConfiguration_lifecycle - Describes the state of the file system's S3 durable data repository, if it is configured with an S3 repository. The lifecycle can have the following values:

  • CREATING - The data repository configuration between the FSx file system and the linked S3 data repository is being created. The data repository is unavailable.
  • AVAILABLE - The data repository is available for use.
  • MISCONFIGURED - Amazon FSx cannot automatically import updates from the S3 bucket until the data repository configuration is corrected. For more information, see Troubleshooting a Misconfigured linked S3 bucket.
  • UPDATING - The data repository is undergoing a customer initiated update and availability may be impacted.
  • FAILED - The data repository is in a terminal state that cannot be recovered.

DataRepositoryFailureDetails

data DataRepositoryFailureDetails Source #

Provides detailed information about the data repository if its Lifecycle is set to MISCONFIGURED or FAILED.

See: newDataRepositoryFailureDetails smart constructor.

Instances

Instances details
FromJSON DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

Generic DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

Associated Types

type Rep DataRepositoryFailureDetails :: Type -> Type #

Read DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

Show DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

NFData DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

Eq DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

Hashable DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

type Rep DataRepositoryFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryFailureDetails

type Rep DataRepositoryFailureDetails = D1 ('MetaData "DataRepositoryFailureDetails" "Amazonka.FSx.Types.DataRepositoryFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDataRepositoryFailureDetails :: DataRepositoryFailureDetails Source #

Create a value of DataRepositoryFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:DataRepositoryFailureDetails', dataRepositoryFailureDetails_message - Undocumented member.

DataRepositoryTask

data DataRepositoryTask Source #

A description of the data repository task. You use data repository tasks to perform bulk transfer operations between an Amazon FSx for Lustre file system and a linked data repository. An Amazon File Cache resource uses a task to automatically release files from the cache.

See: newDataRepositoryTask smart constructor.

Instances

Instances details
FromJSON DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

Generic DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

Associated Types

type Rep DataRepositoryTask :: Type -> Type #

Read DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

Show DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

NFData DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

Methods

rnf :: DataRepositoryTask -> () #

Eq DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

Hashable DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

type Rep DataRepositoryTask Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTask

type Rep DataRepositoryTask = D1 ('MetaData "DataRepositoryTask" "Amazonka.FSx.Types.DataRepositoryTask" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryTask'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "capacityToRelease") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTaskFailureDetails)))) :*: ((S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "paths") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "report") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompletionReport))))) :*: (((S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTaskStatus)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))) :*: ((S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataRepositoryTaskLifecycle)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataRepositoryTaskType) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newDataRepositoryTask Source #

Create a value of DataRepositoryTask with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:capacityToRelease:DataRepositoryTask', dataRepositoryTask_capacityToRelease - Specifies the amount of data to release, in GiB, by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

$sel:endTime:DataRepositoryTask', dataRepositoryTask_endTime - The time the system completed processing the task, populated after the task is complete.

$sel:failureDetails:DataRepositoryTask', dataRepositoryTask_failureDetails - Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.

$sel:fileCacheId:DataRepositoryTask', dataRepositoryTask_fileCacheId - The system-generated, unique ID of the cache.

$sel:fileSystemId:DataRepositoryTask', dataRepositoryTask_fileSystemId - The globally unique ID of the file system.

$sel:paths:DataRepositoryTask', dataRepositoryTask_paths - An array of paths that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository.

(Default) If Paths is not specified, Amazon FSx uses the file system root directory.

$sel:report:DataRepositoryTask', dataRepositoryTask_report - Undocumented member.

$sel:resourceARN:DataRepositoryTask', dataRepositoryTask_resourceARN - Undocumented member.

$sel:startTime:DataRepositoryTask', dataRepositoryTask_startTime - The time the system began processing the task.

$sel:status:DataRepositoryTask', dataRepositoryTask_status - Provides the status of the number of files that the task has processed successfully and failed to process.

$sel:tags:DataRepositoryTask', dataRepositoryTask_tags - Undocumented member.

$sel:taskId:DataRepositoryTask', dataRepositoryTask_taskId - The system-generated, unique 17-digit ID of the data repository task.

$sel:lifecycle:DataRepositoryTask', dataRepositoryTask_lifecycle - The lifecycle status of the data repository task, as follows:

  • PENDING - The task has not started.
  • EXECUTING - The task is in process.
  • FAILED - The task was not able to be completed. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures.
  • SUCCEEDED - The task has completed successfully.
  • CANCELED - The task was canceled and it did not complete.
  • CANCELING - The task is in process of being canceled.

You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the PENDING or EXECUTING states. Please retry when the data repository task is finished (with a status of CANCELED, SUCCEEDED, or FAILED). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately.

$sel:type':DataRepositoryTask', dataRepositoryTask_type - The type of data repository task.

  • EXPORT_TO_REPOSITORY tasks export from your Amazon FSx for Lustre file system to a linked data repository.
  • IMPORT_METADATA_FROM_REPOSITORY tasks import metadata changes from a linked S3 bucket to your Amazon FSx for Lustre file system.
  • AUTO_RELEASE_DATA tasks automatically release files from an Amazon File Cache resource.

$sel:creationTime:DataRepositoryTask', dataRepositoryTask_creationTime - Undocumented member.

DataRepositoryTaskFailureDetails

data DataRepositoryTaskFailureDetails Source #

Provides information about why a data repository task failed. Only populated when the task Lifecycle is set to FAILED.

See: newDataRepositoryTaskFailureDetails smart constructor.

Instances

Instances details
FromJSON DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

Generic DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

Associated Types

type Rep DataRepositoryTaskFailureDetails :: Type -> Type #

Read DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

Show DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

NFData DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

Eq DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

Hashable DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

type Rep DataRepositoryTaskFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFailureDetails

type Rep DataRepositoryTaskFailureDetails = D1 ('MetaData "DataRepositoryTaskFailureDetails" "Amazonka.FSx.Types.DataRepositoryTaskFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryTaskFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDataRepositoryTaskFailureDetails :: DataRepositoryTaskFailureDetails Source #

Create a value of DataRepositoryTaskFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:DataRepositoryTaskFailureDetails', dataRepositoryTaskFailureDetails_message - Undocumented member.

DataRepositoryTaskFilter

data DataRepositoryTaskFilter Source #

(Optional) An array of filter objects you can use to filter the response of data repository tasks you will see in the the response. You can filter the tasks returned in the response by one or more file system IDs, task lifecycles, and by task type. A filter object consists of a filter Name, and one or more Values for the filter.

See: newDataRepositoryTaskFilter smart constructor.

Instances

Instances details
ToJSON DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Generic DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Associated Types

type Rep DataRepositoryTaskFilter :: Type -> Type #

Read DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Show DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

NFData DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Eq DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

Hashable DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

type Rep DataRepositoryTaskFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskFilter

type Rep DataRepositoryTaskFilter = D1 ('MetaData "DataRepositoryTaskFilter" "Amazonka.FSx.Types.DataRepositoryTaskFilter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryTaskFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryTaskFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newDataRepositoryTaskFilter :: DataRepositoryTaskFilter Source #

Create a value of DataRepositoryTaskFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:DataRepositoryTaskFilter', dataRepositoryTaskFilter_name - Name of the task property to use in filtering the tasks returned in the response.

  • Use file-system-id to retrieve data repository tasks for specific file systems.
  • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

$sel:values:DataRepositoryTaskFilter', dataRepositoryTaskFilter_values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

DataRepositoryTaskStatus

data DataRepositoryTaskStatus Source #

Provides the task status showing a running total of the total number of files to be processed, the number successfully processed, and the number of files the task failed to process.

See: newDataRepositoryTaskStatus smart constructor.

Instances

Instances details
FromJSON DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

Generic DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

Associated Types

type Rep DataRepositoryTaskStatus :: Type -> Type #

Read DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

Show DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

NFData DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

Eq DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

Hashable DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

type Rep DataRepositoryTaskStatus Source # 
Instance details

Defined in Amazonka.FSx.Types.DataRepositoryTaskStatus

type Rep DataRepositoryTaskStatus = D1 ('MetaData "DataRepositoryTaskStatus" "Amazonka.FSx.Types.DataRepositoryTaskStatus" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DataRepositoryTaskStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "releasedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "succeededCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newDataRepositoryTaskStatus :: DataRepositoryTaskStatus Source #

Create a value of DataRepositoryTaskStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failedCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_failedCount - A running total of the number of files that the task failed to process.

$sel:lastUpdatedTime:DataRepositoryTaskStatus', dataRepositoryTaskStatus_lastUpdatedTime - The time at which the task status was last updated.

$sel:releasedCapacity:DataRepositoryTaskStatus', dataRepositoryTaskStatus_releasedCapacity - The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

$sel:succeededCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_succeededCount - A running total of the number of files that the task has successfully processed.

$sel:totalCount:DataRepositoryTaskStatus', dataRepositoryTaskStatus_totalCount - The total number of files that the task will process. While a task is executing, the sum of SucceededCount plus FailedCount may not equal TotalCount. When the task is complete, TotalCount equals the sum of SucceededCount plus FailedCount.

DeleteFileSystemLustreConfiguration

data DeleteFileSystemLustreConfiguration Source #

The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

See: newDeleteFileSystemLustreConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

Generic DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

Read DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

Show DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

NFData DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

Eq DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

Hashable DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

type Rep DeleteFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration

type Rep DeleteFileSystemLustreConfiguration = D1 ('MetaData "DeleteFileSystemLustreConfiguration" "Amazonka.FSx.Types.DeleteFileSystemLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemLustreConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeleteFileSystemLustreConfiguration :: DeleteFileSystemLustreConfiguration Source #

Create a value of DeleteFileSystemLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupTags:DeleteFileSystemLustreConfiguration', deleteFileSystemLustreConfiguration_finalBackupTags - Use if SkipFinalBackup is set to false, and you want to apply an array of tags to the final backup. If you have set the file system property CopyTagsToBackups to true, and you specify one or more FinalBackupTags when deleting a file system, Amazon FSx will not copy any existing file system tags to the backup.

$sel:skipFinalBackup:DeleteFileSystemLustreConfiguration', deleteFileSystemLustreConfiguration_skipFinalBackup - Set SkipFinalBackup to false if you want to take a final backup of the file system you are deleting. By default, Amazon FSx will not take a final backup on your behalf when the DeleteFileSystem operation is invoked. (Default = true)

The fsx:CreateBackup permission is required if you set SkipFinalBackup to false in order to delete the file system and take a final backup.

DeleteFileSystemLustreResponse

data DeleteFileSystemLustreResponse Source #

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.

See: newDeleteFileSystemLustreResponse smart constructor.

Instances

Instances details
FromJSON DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Generic DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Associated Types

type Rep DeleteFileSystemLustreResponse :: Type -> Type #

Read DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Show DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

NFData DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Eq DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

Hashable DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

type Rep DeleteFileSystemLustreResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemLustreResponse

type Rep DeleteFileSystemLustreResponse = D1 ('MetaData "DeleteFileSystemLustreResponse" "Amazonka.FSx.Types.DeleteFileSystemLustreResponse" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemLustreResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

newDeleteFileSystemLustreResponse :: DeleteFileSystemLustreResponse Source #

Create a value of DeleteFileSystemLustreResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupId:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupId - The ID of the final backup for this file system.

$sel:finalBackupTags:DeleteFileSystemLustreResponse', deleteFileSystemLustreResponse_finalBackupTags - The set of tags applied to the final backup.

DeleteFileSystemOpenZFSConfiguration

data DeleteFileSystemOpenZFSConfiguration Source #

The configuration object for the Amazon FSx for OpenZFS file system used in the DeleteFileSystem operation.

See: newDeleteFileSystemOpenZFSConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

Generic DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

Read DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

Show DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

NFData DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

Eq DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

Hashable DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

type Rep DeleteFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration

type Rep DeleteFileSystemOpenZFSConfiguration = D1 ('MetaData "DeleteFileSystemOpenZFSConfiguration" "Amazonka.FSx.Types.DeleteFileSystemOpenZFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemOpenZFSConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeleteFileSystemOpenZFSOption])) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDeleteFileSystemOpenZFSConfiguration :: DeleteFileSystemOpenZFSConfiguration Source #

Create a value of DeleteFileSystemOpenZFSConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupTags:DeleteFileSystemOpenZFSConfiguration', deleteFileSystemOpenZFSConfiguration_finalBackupTags - A list of tags to apply to the file system's final backup.

$sel:options:DeleteFileSystemOpenZFSConfiguration', deleteFileSystemOpenZFSConfiguration_options - To delete a file system if there are child volumes present below the root volume, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS. If your file system has child volumes and you don't use this option, the delete request will fail.

$sel:skipFinalBackup:DeleteFileSystemOpenZFSConfiguration', deleteFileSystemOpenZFSConfiguration_skipFinalBackup - By default, Amazon FSx for OpenZFS takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip taking a final backup, set this value to true.

DeleteFileSystemOpenZFSResponse

data DeleteFileSystemOpenZFSResponse Source #

The response object for the Amazon FSx for OpenZFS file system that's being deleted in the DeleteFileSystem operation.

See: newDeleteFileSystemOpenZFSResponse smart constructor.

Instances

Instances details
FromJSON DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

Generic DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

Associated Types

type Rep DeleteFileSystemOpenZFSResponse :: Type -> Type #

Read DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

Show DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

NFData DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

Eq DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

Hashable DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

type Rep DeleteFileSystemOpenZFSResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse

type Rep DeleteFileSystemOpenZFSResponse = D1 ('MetaData "DeleteFileSystemOpenZFSResponse" "Amazonka.FSx.Types.DeleteFileSystemOpenZFSResponse" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemOpenZFSResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

newDeleteFileSystemOpenZFSResponse :: DeleteFileSystemOpenZFSResponse Source #

Create a value of DeleteFileSystemOpenZFSResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupId:DeleteFileSystemOpenZFSResponse', deleteFileSystemOpenZFSResponse_finalBackupId - Undocumented member.

$sel:finalBackupTags:DeleteFileSystemOpenZFSResponse', deleteFileSystemOpenZFSResponse_finalBackupTags - Undocumented member.

DeleteFileSystemWindowsConfiguration

data DeleteFileSystemWindowsConfiguration Source #

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

See: newDeleteFileSystemWindowsConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Generic DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Read DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Show DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

NFData DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Eq DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

Hashable DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

type Rep DeleteFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration

type Rep DeleteFileSystemWindowsConfiguration = D1 ('MetaData "DeleteFileSystemWindowsConfiguration" "Amazonka.FSx.Types.DeleteFileSystemWindowsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemWindowsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeleteFileSystemWindowsConfiguration :: DeleteFileSystemWindowsConfiguration Source #

Create a value of DeleteFileSystemWindowsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupTags:DeleteFileSystemWindowsConfiguration', deleteFileSystemWindowsConfiguration_finalBackupTags - A set of tags for your final backup.

$sel:skipFinalBackup:DeleteFileSystemWindowsConfiguration', deleteFileSystemWindowsConfiguration_skipFinalBackup - By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.

DeleteFileSystemWindowsResponse

data DeleteFileSystemWindowsResponse Source #

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

See: newDeleteFileSystemWindowsResponse smart constructor.

Instances

Instances details
FromJSON DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

Generic DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

Associated Types

type Rep DeleteFileSystemWindowsResponse :: Type -> Type #

Read DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

Show DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

NFData DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

Eq DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

Hashable DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

type Rep DeleteFileSystemWindowsResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteFileSystemWindowsResponse

type Rep DeleteFileSystemWindowsResponse = D1 ('MetaData "DeleteFileSystemWindowsResponse" "Amazonka.FSx.Types.DeleteFileSystemWindowsResponse" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteFileSystemWindowsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

newDeleteFileSystemWindowsResponse :: DeleteFileSystemWindowsResponse Source #

Create a value of DeleteFileSystemWindowsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupId:DeleteFileSystemWindowsResponse', deleteFileSystemWindowsResponse_finalBackupId - The ID of the final backup for this file system.

$sel:finalBackupTags:DeleteFileSystemWindowsResponse', deleteFileSystemWindowsResponse_finalBackupTags - The set of tags applied to the final backup.

DeleteVolumeOntapConfiguration

data DeleteVolumeOntapConfiguration Source #

Use to specify skipping a final backup, or to add tags to a final backup.

See: newDeleteVolumeOntapConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Generic DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Associated Types

type Rep DeleteVolumeOntapConfiguration :: Type -> Type #

Read DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Show DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

NFData DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Eq DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

Hashable DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

type Rep DeleteVolumeOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapConfiguration

type Rep DeleteVolumeOntapConfiguration = D1 ('MetaData "DeleteVolumeOntapConfiguration" "Amazonka.FSx.Types.DeleteVolumeOntapConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolumeOntapConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "skipFinalBackup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeleteVolumeOntapConfiguration :: DeleteVolumeOntapConfiguration Source #

Create a value of DeleteVolumeOntapConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupTags:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_finalBackupTags - Undocumented member.

$sel:skipFinalBackup:DeleteVolumeOntapConfiguration', deleteVolumeOntapConfiguration_skipFinalBackup - Set to true if you want to skip taking a final backup of the volume you are deleting.

DeleteVolumeOntapResponse

data DeleteVolumeOntapResponse Source #

The response object for the Amazon FSx for NetApp ONTAP volume being deleted in the DeleteVolume operation.

See: newDeleteVolumeOntapResponse smart constructor.

Instances

Instances details
FromJSON DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Generic DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Associated Types

type Rep DeleteVolumeOntapResponse :: Type -> Type #

Read DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Show DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

NFData DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Eq DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

Hashable DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

type Rep DeleteVolumeOntapResponse Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOntapResponse

type Rep DeleteVolumeOntapResponse = D1 ('MetaData "DeleteVolumeOntapResponse" "Amazonka.FSx.Types.DeleteVolumeOntapResponse" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolumeOntapResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalBackupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "finalBackupTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag)))))

newDeleteVolumeOntapResponse :: DeleteVolumeOntapResponse Source #

Create a value of DeleteVolumeOntapResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:finalBackupId:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupId - Undocumented member.

$sel:finalBackupTags:DeleteVolumeOntapResponse', deleteVolumeOntapResponse_finalBackupTags - Undocumented member.

DeleteVolumeOpenZFSConfiguration

data DeleteVolumeOpenZFSConfiguration Source #

A value that specifies whether to delete all child volumes and snapshots.

See: newDeleteVolumeOpenZFSConfiguration smart constructor.

Instances

Instances details
ToJSON DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

Generic DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

Associated Types

type Rep DeleteVolumeOpenZFSConfiguration :: Type -> Type #

Read DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

Show DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

NFData DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

Eq DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

Hashable DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

type Rep DeleteVolumeOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration

type Rep DeleteVolumeOpenZFSConfiguration = D1 ('MetaData "DeleteVolumeOpenZFSConfiguration" "Amazonka.FSx.Types.DeleteVolumeOpenZFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DeleteVolumeOpenZFSConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeleteOpenZFSVolumeOption]))))

newDeleteVolumeOpenZFSConfiguration :: DeleteVolumeOpenZFSConfiguration Source #

Create a value of DeleteVolumeOpenZFSConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:options:DeleteVolumeOpenZFSConfiguration', deleteVolumeOpenZFSConfiguration_options - To delete the volume's child volumes, snapshots, and clones, use the string DELETE_CHILD_VOLUMES_AND_SNAPSHOTS.

DiskIopsConfiguration

data DiskIopsConfiguration Source #

The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of the total number of provisioned SSD IOPS and how the amount was provisioned (by the customer or by the system).

See: newDiskIopsConfiguration smart constructor.

Instances

Instances details
FromJSON DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

ToJSON DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

Generic DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

Associated Types

type Rep DiskIopsConfiguration :: Type -> Type #

Read DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

Show DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

NFData DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

Methods

rnf :: DiskIopsConfiguration -> () #

Eq DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

Hashable DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

type Rep DiskIopsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.DiskIopsConfiguration

type Rep DiskIopsConfiguration = D1 ('MetaData "DiskIopsConfiguration" "Amazonka.FSx.Types.DiskIopsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "DiskIopsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfigurationMode))))

newDiskIopsConfiguration :: DiskIopsConfiguration Source #

Create a value of DiskIopsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iops:DiskIopsConfiguration', diskIopsConfiguration_iops - The total number of SSD IOPS provisioned for the file system.

$sel:mode:DiskIopsConfiguration', diskIopsConfiguration_mode - Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).

FileCache

data FileCache Source #

A description of a specific Amazon File Cache resource, which is a response object from the DescribeFileCaches operation.

See: newFileCache smart constructor.

Instances

Instances details
FromJSON FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

Generic FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

Associated Types

type Rep FileCache :: Type -> Type #

Read FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

Show FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

NFData FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

Methods

rnf :: FileCache -> () #

Eq FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

Hashable FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

type Rep FileCache Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCache

type Rep FileCache = D1 ('MetaData "FileCache" "Amazonka.FSx.Types.FileCache" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCache'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataRepositoryAssociationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheFailureDetails)))) :*: ((S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheType))) :*: (S1 ('MetaSel ('Just "fileCacheTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLifecycle)) :*: S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLustreConfiguration))) :*: (S1 ('MetaSel ('Just "networkInterfaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newFileCache :: FileCache Source #

Create a value of FileCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:FileCache', fileCache_creationTime - Undocumented member.

$sel:dNSName:FileCache', fileCache_dNSName - The Domain Name System (DNS) name for the cache.

$sel:dataRepositoryAssociationIds:FileCache', fileCache_dataRepositoryAssociationIds - A list of IDs of data repository associations that are associated with this cache.

$sel:failureDetails:FileCache', fileCache_failureDetails - A structure providing details of any failures that occurred.

$sel:fileCacheId:FileCache', fileCache_fileCacheId - The system-generated, unique ID of the cache.

$sel:fileCacheType:FileCache', fileCache_fileCacheType - The type of cache, which must be LUSTRE.

$sel:fileCacheTypeVersion:FileCache', fileCache_fileCacheTypeVersion - The Lustre version of the cache, which must be 2.12.

$sel:kmsKeyId:FileCache', fileCache_kmsKeyId - Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.

$sel:lifecycle:FileCache', fileCache_lifecycle - The lifecycle status of the cache. The following are the possible values and what they mean:

  • AVAILABLE - The cache is in a healthy state, and is reachable and available for use.
  • CREATING - The new cache is being created.
  • DELETING - An existing cache is being deleted.
  • UPDATING - The cache is undergoing a customer-initiated update.
  • FAILED - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.

$sel:lustreConfiguration:FileCache', fileCache_lustreConfiguration - The configuration for the Amazon File Cache resource.

$sel:networkInterfaceIds:FileCache', fileCache_networkInterfaceIds - Undocumented member.

$sel:ownerId:FileCache', fileCache_ownerId - Undocumented member.

$sel:resourceARN:FileCache', fileCache_resourceARN - Undocumented member.

$sel:storageCapacity:FileCache', fileCache_storageCapacity - The storage capacity of the cache in gibibytes (GiB).

$sel:subnetIds:FileCache', fileCache_subnetIds - Undocumented member.

$sel:vpcId:FileCache', fileCache_vpcId - Undocumented member.

FileCacheCreating

data FileCacheCreating Source #

The response object for the Amazon File Cache resource being created in the CreateFileCache operation.

See: newFileCacheCreating smart constructor.

Instances

Instances details
FromJSON FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

Generic FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

Associated Types

type Rep FileCacheCreating :: Type -> Type #

Read FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

Show FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

NFData FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

Methods

rnf :: FileCacheCreating -> () #

Eq FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

Hashable FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

type Rep FileCacheCreating Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheCreating

type Rep FileCacheCreating = D1 ('MetaData "FileCacheCreating" "Amazonka.FSx.Types.FileCacheCreating" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheCreating'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "copyTagsToDataRepositoryAssociations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataRepositoryAssociationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheFailureDetails)) :*: S1 ('MetaSel ('Just "fileCacheId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheType)) :*: (S1 ('MetaSel ('Just "fileCacheTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLifecycle)) :*: S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLustreConfiguration))) :*: (S1 ('MetaSel ('Just "networkInterfaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newFileCacheCreating :: FileCacheCreating Source #

Create a value of FileCacheCreating with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToDataRepositoryAssociations:FileCacheCreating', fileCacheCreating_copyTagsToDataRepositoryAssociations - A boolean flag indicating whether tags for the cache should be copied to data repository associations.

$sel:creationTime:FileCacheCreating', fileCacheCreating_creationTime - Undocumented member.

$sel:dNSName:FileCacheCreating', fileCacheCreating_dNSName - The Domain Name System (DNS) name for the cache.

$sel:dataRepositoryAssociationIds:FileCacheCreating', fileCacheCreating_dataRepositoryAssociationIds - A list of IDs of data repository associations that are associated with this cache.

$sel:failureDetails:FileCacheCreating', fileCacheCreating_failureDetails - A structure providing details of any failures that occurred.

$sel:fileCacheId:FileCacheCreating', fileCacheCreating_fileCacheId - The system-generated, unique ID of the cache.

$sel:fileCacheType:FileCacheCreating', fileCacheCreating_fileCacheType - The type of cache, which must be LUSTRE.

$sel:fileCacheTypeVersion:FileCacheCreating', fileCacheCreating_fileCacheTypeVersion - The Lustre version of the cache, which must be 2.12.

$sel:kmsKeyId:FileCacheCreating', fileCacheCreating_kmsKeyId - Specifies the ID of the Key Management Service (KMS) key to use for encrypting data on an Amazon File Cache. If a KmsKeyId isn't specified, the Amazon FSx-managed KMS key for your account is used. For more information, see Encrypt in the Key Management Service API Reference.

$sel:lifecycle:FileCacheCreating', fileCacheCreating_lifecycle - The lifecycle status of the cache. The following are the possible values and what they mean:

  • AVAILABLE - The cache is in a healthy state, and is reachable and available for use.
  • CREATING - The new cache is being created.
  • DELETING - An existing cache is being deleted.
  • UPDATING - The cache is undergoing a customer-initiated update.
  • FAILED - An existing cache has experienced an unrecoverable failure. When creating a new cache, the cache was unable to be created.

$sel:lustreConfiguration:FileCacheCreating', fileCacheCreating_lustreConfiguration - The configuration for the Amazon File Cache resource.

$sel:networkInterfaceIds:FileCacheCreating', fileCacheCreating_networkInterfaceIds - Undocumented member.

$sel:ownerId:FileCacheCreating', fileCacheCreating_ownerId - Undocumented member.

$sel:resourceARN:FileCacheCreating', fileCacheCreating_resourceARN - Undocumented member.

$sel:storageCapacity:FileCacheCreating', fileCacheCreating_storageCapacity - The storage capacity of the cache in gibibytes (GiB).

$sel:subnetIds:FileCacheCreating', fileCacheCreating_subnetIds - Undocumented member.

$sel:tags:FileCacheCreating', fileCacheCreating_tags - Undocumented member.

$sel:vpcId:FileCacheCreating', fileCacheCreating_vpcId - Undocumented member.

FileCacheDataRepositoryAssociation

data FileCacheDataRepositoryAssociation Source #

The configuration for a data repository association (DRA) to be created during the Amazon File Cache resource creation. The DRA links the cache to either an Amazon S3 bucket or prefix, or a Network File System (NFS) data repository that supports the NFSv3 protocol.

The DRA does not support automatic import or automatic export.

See: newFileCacheDataRepositoryAssociation smart constructor.

Instances

Instances details
ToJSON FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

Generic FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

Associated Types

type Rep FileCacheDataRepositoryAssociation :: Type -> Type #

Read FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

Show FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

NFData FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

Eq FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

Hashable FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

type Rep FileCacheDataRepositoryAssociation Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheDataRepositoryAssociation

type Rep FileCacheDataRepositoryAssociation = D1 ('MetaData "FileCacheDataRepositoryAssociation" "Amazonka.FSx.Types.FileCacheDataRepositoryAssociation" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheDataRepositoryAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataRepositorySubdirectories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "nfs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheNFSConfiguration))) :*: (S1 ('MetaSel ('Just "fileCachePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataRepositoryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFileCacheDataRepositoryAssociation Source #

Create a value of FileCacheDataRepositoryAssociation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataRepositorySubdirectories:FileCacheDataRepositoryAssociation', fileCacheDataRepositoryAssociation_dataRepositorySubdirectories - A list of NFS Exports that will be linked with this data repository association. The Export paths are in the format /exportpath1. To use this parameter, you must configure DataRepositoryPath as the domain name of the NFS file system. The NFS file system domain name in effect is the root of the subdirectories. Note that DataRepositorySubdirectories is not supported for S3 data repositories.

$sel:nfs:FileCacheDataRepositoryAssociation', fileCacheDataRepositoryAssociation_nfs - The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.

$sel:fileCachePath:FileCacheDataRepositoryAssociation', fileCacheDataRepositoryAssociation_fileCachePath - A path on the cache that points to a high-level directory (such as /ns1/) or subdirectory (such as /ns1/subdir/) that will be mapped 1-1 with DataRepositoryPath. The leading forward slash in the name is required. Two data repository associations cannot have overlapping cache paths. For example, if a data repository is associated with cache path /ns1/, then you cannot link another data repository with cache path /ns1/ns2.

This path specifies where in your cache files will be exported from. This cache directory can be linked to only one data repository, and no data repository other can be linked to the directory.

The cache path can only be set to root (/) on an NFS DRA when DataRepositorySubdirectories is specified. If you specify root (/) as the cache path, you can create only one DRA on the cache.

The cache path cannot be set to root (/) for an S3 DRA.

$sel:dataRepositoryPath:FileCacheDataRepositoryAssociation', fileCacheDataRepositoryAssociation_dataRepositoryPath - The path to the S3 or NFS data repository that links to the cache. You must provide one of the following paths:

  • The path can be an NFS data repository that links to the cache. The path can be in one of two formats:

    • If you are not using the DataRepositorySubdirectories parameter, the path is to an NFS Export directory (or one of its subdirectories) in the format nsf://nfs-domain-name/exportpath. You can therefore link a single NFS Export to a single data repository association.
    • If you are using the DataRepositorySubdirectories parameter, the path is the domain name of the NFS file system in the format nfs://filer-domain-name, which indicates the root of the subdirectories specified with the DataRepositorySubdirectories parameter.
  • The path can be an S3 bucket or prefix in the format s3://myBucket/myPrefix/.

FileCacheFailureDetails

data FileCacheFailureDetails Source #

A structure providing details of any failures that occurred.

See: newFileCacheFailureDetails smart constructor.

Instances

Instances details
FromJSON FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

Generic FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

Associated Types

type Rep FileCacheFailureDetails :: Type -> Type #

Read FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

Show FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

NFData FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

Methods

rnf :: FileCacheFailureDetails -> () #

Eq FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

Hashable FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

type Rep FileCacheFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheFailureDetails

type Rep FileCacheFailureDetails = D1 ('MetaData "FileCacheFailureDetails" "Amazonka.FSx.Types.FileCacheFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFileCacheFailureDetails :: FileCacheFailureDetails Source #

Create a value of FileCacheFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:FileCacheFailureDetails', fileCacheFailureDetails_message - A message describing any failures that occurred.

FileCacheLustreConfiguration

data FileCacheLustreConfiguration Source #

The configuration for the Amazon File Cache resource.

See: newFileCacheLustreConfiguration smart constructor.

Instances

Instances details
FromJSON FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

Generic FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

Associated Types

type Rep FileCacheLustreConfiguration :: Type -> Type #

Read FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

Show FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

NFData FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

Eq FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

Hashable FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

type Rep FileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreConfiguration

type Rep FileCacheLustreConfiguration = D1 ('MetaData "FileCacheLustreConfiguration" "Amazonka.FSx.Types.FileCacheLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheLustreConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLustreDeploymentType)) :*: (S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreLogConfiguration)) :*: S1 ('MetaSel ('Just "metadataConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileCacheLustreMetadataConfiguration)))) :*: (S1 ('MetaSel ('Just "mountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "perUnitStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newFileCacheLustreConfiguration :: FileCacheLustreConfiguration Source #

Create a value of FileCacheLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deploymentType:FileCacheLustreConfiguration', fileCacheLustreConfiguration_deploymentType - The deployment type of the Amazon File Cache resource, which must be CACHE_1.

$sel:logConfiguration:FileCacheLustreConfiguration', fileCacheLustreConfiguration_logConfiguration - The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.

$sel:metadataConfiguration:FileCacheLustreConfiguration', fileCacheLustreConfiguration_metadataConfiguration - The configuration for a Lustre MDT (Metadata Target) storage volume.

$sel:mountName:FileCacheLustreConfiguration', fileCacheLustreConfiguration_mountName - You use the MountName value when mounting the cache. If you pass a cache ID to the DescribeFileCaches operation, it returns the the MountName value as part of the cache's description.

$sel:perUnitStorageThroughput:FileCacheLustreConfiguration', fileCacheLustreConfiguration_perUnitStorageThroughput - Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). The only supported value is 1000.

$sel:weeklyMaintenanceStartTime:FileCacheLustreConfiguration', fileCacheLustreConfiguration_weeklyMaintenanceStartTime - Undocumented member.

FileCacheLustreMetadataConfiguration

data FileCacheLustreMetadataConfiguration Source #

The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.

See: newFileCacheLustreMetadataConfiguration smart constructor.

Instances

Instances details
FromJSON FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

ToJSON FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

Generic FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

Read FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

Show FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

NFData FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

Eq FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

Hashable FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

type Rep FileCacheLustreMetadataConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration

type Rep FileCacheLustreMetadataConfiguration = D1 ('MetaData "FileCacheLustreMetadataConfiguration" "Amazonka.FSx.Types.FileCacheLustreMetadataConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheLustreMetadataConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newFileCacheLustreMetadataConfiguration Source #

Create a value of FileCacheLustreMetadataConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:storageCapacity:FileCacheLustreMetadataConfiguration', fileCacheLustreMetadataConfiguration_storageCapacity - The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.

FileCacheNFSConfiguration

data FileCacheNFSConfiguration Source #

The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.

See: newFileCacheNFSConfiguration smart constructor.

Instances

Instances details
ToJSON FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Generic FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Associated Types

type Rep FileCacheNFSConfiguration :: Type -> Type #

Read FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Show FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

NFData FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Eq FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Hashable FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

type Rep FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

type Rep FileCacheNFSConfiguration = D1 ('MetaData "FileCacheNFSConfiguration" "Amazonka.FSx.Types.FileCacheNFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheNFSConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NfsVersion)))

newFileCacheNFSConfiguration Source #

Create a value of FileCacheNFSConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsIps:FileCacheNFSConfiguration', fileCacheNFSConfiguration_dnsIps - A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.

$sel:version:FileCacheNFSConfiguration', fileCacheNFSConfiguration_version - The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol.

FileSystem

data FileSystem Source #

A description of a specific Amazon FSx file system.

See: newFileSystem smart constructor.

Instances

Instances details
FromJSON FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

Generic FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

Associated Types

type Rep FileSystem :: Type -> Type #

Read FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

Show FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

NFData FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

Methods

rnf :: FileSystem -> () #

Eq FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

Hashable FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

type Rep FileSystem Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystem

type Rep FileSystem = D1 ('MetaData "FileSystem" "Amazonka.FSx.Types.FileSystem" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileSystem'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "administrativeActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdministrativeAction])) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemFailureDetails)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "fileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemType)) :*: S1 ('MetaSel ('Just "fileSystemTypeVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemLifecycle)) :*: S1 ('MetaSel ('Just "lustreConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreFileSystemConfiguration)))))) :*: (((S1 ('MetaSel ('Just "networkInterfaceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "ontapConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OntapFileSystemConfiguration))) :*: (S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSFileSystemConfiguration)) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "storageCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "storageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageType)) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsFileSystemConfiguration))))))))

newFileSystem :: FileSystem Source #

Create a value of FileSystem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrativeActions:FileSystem', fileSystem_administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system that you have initiated using the UpdateFileSystem operation.

$sel:creationTime:FileSystem', fileSystem_creationTime - The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

$sel:dNSName:FileSystem', fileSystem_dNSName - The Domain Name System (DNS) name for the file system.

FileSystem, fileSystem_failureDetails - Undocumented member.

$sel:fileSystemId:FileSystem', fileSystem_fileSystemId - The system-generated, unique 17-digit ID of the file system.

$sel:fileSystemType:FileSystem', fileSystem_fileSystemType - The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

$sel:fileSystemTypeVersion:FileSystem', fileSystem_fileSystemTypeVersion - The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.

$sel:kmsKeyId:FileSystem', fileSystem_kmsKeyId - The ID of the Key Management Service (KMS) key used to encrypt Amazon FSx file system data. Used as follows with Amazon FSx file system types:

  • Amazon FSx for Lustre PERSISTENT_1 and PERSISTENT_2 deployment types only.

    SCRATCH_1 and SCRATCH_2 types are encrypted using the Amazon FSx service KMS key for your account.

  • Amazon FSx for NetApp ONTAP
  • Amazon FSx for OpenZFS
  • Amazon FSx for Windows File Server

$sel:lifecycle:FileSystem', fileSystem_lifecycle - The lifecycle status of the file system. The following are the possible values and what they mean:

  • AVAILABLE - The file system is in a healthy state, and is reachable and available for use.
  • CREATING - Amazon FSx is creating the new file system.
  • DELETING - Amazon FSx is deleting an existing file system.
  • FAILED - An existing file system has experienced an unrecoverable failure. When creating a new file system, Amazon FSx was unable to create the file system.
  • MISCONFIGURED - The file system is in a failed but recoverable state.
  • MISCONFIGURED_UNAVAILABLE - (Amazon FSx for Windows File Server only) The file system is currently unavailable due to a change in your Active Directory configuration.
  • UPDATING - The file system is undergoing a customer-initiated update.

$sel:lustreConfiguration:FileSystem', fileSystem_lustreConfiguration - Undocumented member.

$sel:networkInterfaceIds:FileSystem', fileSystem_networkInterfaceIds - The IDs of the elastic network interfaces from which a specific file system is accessible. The elastic network interface is automatically created in the same virtual private cloud (VPC) that the Amazon FSx file system was created in. For more information, see Elastic Network Interfaces in the Amazon EC2 User Guide.

For an Amazon FSx for Windows File Server file system, you can have one network interface ID. For an Amazon FSx for Lustre file system, you can have more than one.

$sel:ontapConfiguration:FileSystem', fileSystem_ontapConfiguration - The configuration for this Amazon FSx for NetApp ONTAP file system.

$sel:openZFSConfiguration:FileSystem', fileSystem_openZFSConfiguration - The configuration for this Amazon FSx for OpenZFS file system.

$sel:ownerId:FileSystem', fileSystem_ownerId - The Amazon Web Services account that created the file system. If the file system was created by an Identity and Access Management (IAM) user, the Amazon Web Services account to which the IAM user belongs is the owner.

$sel:resourceARN:FileSystem', fileSystem_resourceARN - The Amazon Resource Name (ARN) of the file system resource.

$sel:storageCapacity:FileSystem', fileSystem_storageCapacity - The storage capacity of the file system in gibibytes (GiB).

$sel:storageType:FileSystem', fileSystem_storageType - The type of storage the file system is using. If set to SSD, the file system uses solid state drive storage. If set to HDD, the file system uses hard disk drive storage.

$sel:subnetIds:FileSystem', fileSystem_subnetIds - Specifies the IDs of the subnets that the file system is accessible from. For the Amazon FSx Windows and ONTAP MULTI_AZ_1 file system deployment type, there are two subnet IDs, one for the preferred file server and one for the standby file server. The preferred file server subnet identified in the PreferredSubnetID property. All other file systems have only one subnet ID.

For FSx for Lustre file systems, and Single-AZ Windows file systems, this is the ID of the subnet that contains the file system's endpoint. For MULTI_AZ_1 Windows and ONTAP file systems, the file system endpoint is available in the PreferredSubnetID.

$sel:tags:FileSystem', fileSystem_tags - The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

$sel:vpcId:FileSystem', fileSystem_vpcId - The ID of the primary virtual private cloud (VPC) for the file system.

$sel:windowsConfiguration:FileSystem', fileSystem_windowsConfiguration - The configuration for this Amazon FSx for Windows File Server file system.

FileSystemEndpoint

data FileSystemEndpoint Source #

An Amazon FSx for NetApp ONTAP file system has two endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. They are the Management and Intercluster endpoints.

See: newFileSystemEndpoint smart constructor.

Instances

Instances details
FromJSON FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

Generic FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

Associated Types

type Rep FileSystemEndpoint :: Type -> Type #

Read FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

Show FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

NFData FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

Methods

rnf :: FileSystemEndpoint -> () #

Eq FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

Hashable FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

type Rep FileSystemEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoint

type Rep FileSystemEndpoint = D1 ('MetaData "FileSystemEndpoint" "Amazonka.FSx.Types.FileSystemEndpoint" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileSystemEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newFileSystemEndpoint :: FileSystemEndpoint Source #

Create a value of FileSystemEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dNSName:FileSystemEndpoint', fileSystemEndpoint_dNSName - Undocumented member.

$sel:ipAddresses:FileSystemEndpoint', fileSystemEndpoint_ipAddresses - IP addresses of the file system endpoint.

FileSystemEndpoints

data FileSystemEndpoints Source #

An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

See: newFileSystemEndpoints smart constructor.

Instances

Instances details
FromJSON FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

Generic FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

Associated Types

type Rep FileSystemEndpoints :: Type -> Type #

Read FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

Show FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

NFData FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

Methods

rnf :: FileSystemEndpoints -> () #

Eq FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

Hashable FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

type Rep FileSystemEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemEndpoints

type Rep FileSystemEndpoints = D1 ('MetaData "FileSystemEndpoints" "Amazonka.FSx.Types.FileSystemEndpoints" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileSystemEndpoints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "intercluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemEndpoint)) :*: S1 ('MetaSel ('Just "management") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemEndpoint))))

newFileSystemEndpoints :: FileSystemEndpoints Source #

Create a value of FileSystemEndpoints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:intercluster:FileSystemEndpoints', fileSystemEndpoints_intercluster - An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

$sel:management:FileSystemEndpoints', fileSystemEndpoints_management - An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.

FileSystemFailureDetails

data FileSystemFailureDetails Source #

A structure providing details of any failures that occurred.

See: newFileSystemFailureDetails smart constructor.

Instances

Instances details
FromJSON FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

Generic FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

Associated Types

type Rep FileSystemFailureDetails :: Type -> Type #

Read FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

Show FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

NFData FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

Eq FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

Hashable FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

type Rep FileSystemFailureDetails Source # 
Instance details

Defined in Amazonka.FSx.Types.FileSystemFailureDetails

type Rep FileSystemFailureDetails = D1 ('MetaData "FileSystemFailureDetails" "Amazonka.FSx.Types.FileSystemFailureDetails" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileSystemFailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFileSystemFailureDetails :: FileSystemFailureDetails Source #

Create a value of FileSystemFailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:FileSystemFailureDetails', fileSystemFailureDetails_message - A message describing any failures that occurred.

Filter

data Filter Source #

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

See: newFilter smart constructor.

Constructors

Filter' (Maybe FilterName) (Maybe [Text]) 

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.FSx.Types.Filter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFilter :: Filter Source #

Create a value of Filter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Filter', filter_name - The name for this filter.

$sel:values:Filter', filter_values - The values of the filter. These are all the values for any of the applied filters.

LifecycleTransitionReason

data LifecycleTransitionReason Source #

Describes why a resource lifecycle state changed.

See: newLifecycleTransitionReason smart constructor.

Instances

Instances details
FromJSON LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

Generic LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

Associated Types

type Rep LifecycleTransitionReason :: Type -> Type #

Read LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

Show LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

NFData LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

Eq LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

Hashable LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

type Rep LifecycleTransitionReason Source # 
Instance details

Defined in Amazonka.FSx.Types.LifecycleTransitionReason

type Rep LifecycleTransitionReason = D1 ('MetaData "LifecycleTransitionReason" "Amazonka.FSx.Types.LifecycleTransitionReason" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LifecycleTransitionReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLifecycleTransitionReason :: LifecycleTransitionReason Source #

Create a value of LifecycleTransitionReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:LifecycleTransitionReason', lifecycleTransitionReason_message - Undocumented member.

LustreFileSystemConfiguration

data LustreFileSystemConfiguration Source #

The configuration for the Amazon FSx for Lustre file system.

See: newLustreFileSystemConfiguration smart constructor.

Instances

Instances details
FromJSON LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

Generic LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

Associated Types

type Rep LustreFileSystemConfiguration :: Type -> Type #

Read LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

Show LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

NFData LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

Eq LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

Hashable LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

type Rep LustreFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreFileSystemConfiguration

type Rep LustreFileSystemConfiguration = D1 ('MetaData "LustreFileSystemConfiguration" "Amazonka.FSx.Types.LustreFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LustreFileSystemConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCompressionType)) :*: (S1 ('MetaSel ('Just "dataRepositoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataRepositoryConfiguration)) :*: S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreDeploymentType))))) :*: ((S1 ('MetaSel ('Just "driveCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DriveCacheType)) :*: (S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreLogConfiguration)) :*: S1 ('MetaSel ('Just "mountName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "perUnitStorageThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "rootSquashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreRootSquashConfiguration)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newLustreFileSystemConfiguration :: LustreFileSystemConfiguration Source #

Create a value of LustreFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:LustreFileSystemConfiguration', lustreFileSystemConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:LustreFileSystemConfiguration', lustreFileSystemConfiguration_copyTagsToBackups - A boolean flag indicating whether tags on the file system are copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value. (Default = false)

$sel:dailyAutomaticBackupStartTime:LustreFileSystemConfiguration', lustreFileSystemConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:dataCompressionType:LustreFileSystemConfiguration', lustreFileSystemConfiguration_dataCompressionType - The data compression configuration for the file system. DataCompressionType can have the following values:

  • NONE - Data compression is turned off for the file system.
  • LZ4 - Data compression is turned on with the LZ4 algorithm.

For more information, see Lustre data compression.

$sel:dataRepositoryConfiguration:LustreFileSystemConfiguration', lustreFileSystemConfiguration_dataRepositoryConfiguration - Undocumented member.

$sel:deploymentType:LustreFileSystemConfiguration', lustreFileSystemConfiguration_deploymentType - The deployment type of the FSx for Lustre file system. /Scratch deployment type/ is designed for temporary storage and shorter-term processing of data.

SCRATCH_1 and SCRATCH_2 deployment types are best suited for when you need temporary storage and shorter-term processing of data. The SCRATCH_2 deployment type provides in-transit encryption of data and higher burst throughput capacity than SCRATCH_1.

The PERSISTENT_1 and PERSISTENT_2 deployment type is used for longer-term storage and workloads and encryption of data in transit. PERSISTENT_2 is built on Lustre v2.12 and offers higher PerUnitStorageThroughput (up to 1000 MB/s/TiB) along with a lower minimum storage capacity requirement (600 GiB). To learn more about FSx for Lustre deployment types, see FSx for Lustre deployment options.

The default is SCRATCH_1.

$sel:driveCacheType:LustreFileSystemConfiguration', lustreFileSystemConfiguration_driveCacheType - The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices. This parameter is required when StorageType is HDD. When set to READ the file system has an SSD storage cache that is sized to 20% of the file system's storage capacity. This improves the performance for frequently accessed files by caching up to 20% of the total storage capacity.

This parameter is required when StorageType is set to HDD.

$sel:logConfiguration:LustreFileSystemConfiguration', lustreFileSystemConfiguration_logConfiguration - The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

$sel:mountName:LustreFileSystemConfiguration', lustreFileSystemConfiguration_mountName - You use the MountName value when mounting the file system.

For the SCRATCH_1 deployment type, this value is always "fsx". For SCRATCH_2, PERSISTENT_1, and PERSISTENT_2 deployment types, this value is a string that is unique within an Amazon Web Services Region.

$sel:perUnitStorageThroughput:LustreFileSystemConfiguration', lustreFileSystemConfiguration_perUnitStorageThroughput - Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. File system throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). This option is only valid for PERSISTENT_1 and PERSISTENT_2 deployment types.

Valid values:

  • For PERSISTENT_1 SSD storage: 50, 100, 200.
  • For PERSISTENT_1 HDD storage: 12, 40.
  • For PERSISTENT_2 SSD storage: 125, 250, 500, 1000.

$sel:rootSquashConfiguration:LustreFileSystemConfiguration', lustreFileSystemConfiguration_rootSquashConfiguration - The Lustre root squash configuration for an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

$sel:weeklyMaintenanceStartTime:LustreFileSystemConfiguration', lustreFileSystemConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Here, d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

LustreLogConfiguration

data LustreLogConfiguration Source #

The configuration for Lustre logging used to write the enabled logging events for your Amazon FSx for Lustre file system or Amazon File Cache resource to Amazon CloudWatch Logs.

See: newLustreLogConfiguration smart constructor.

Instances

Instances details
FromJSON LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

Generic LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

Associated Types

type Rep LustreLogConfiguration :: Type -> Type #

Read LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

Show LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

NFData LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

Methods

rnf :: LustreLogConfiguration -> () #

Eq LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

Hashable LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

type Rep LustreLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogConfiguration

type Rep LustreLogConfiguration = D1 ('MetaData "LustreLogConfiguration" "Amazonka.FSx.Types.LustreLogConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LustreLogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "level") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LustreAccessAuditLogLevel)))

newLustreLogConfiguration Source #

Create a value of LustreLogConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destination:LustreLogConfiguration', lustreLogConfiguration_destination - The Amazon Resource Name (ARN) that specifies the destination of the logs. The destination can be any Amazon CloudWatch Logs log group ARN. The destination ARN must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

$sel:level:LustreLogConfiguration', lustreLogConfiguration_level - The data repository events that are logged by Amazon FSx.

  • WARN_ONLY - only warning events are logged.
  • ERROR_ONLY - only error events are logged.
  • WARN_ERROR - both warning events and error events are logged.
  • DISABLED - logging of data repository events is turned off.

Note that Amazon File Cache uses a default setting of WARN_ERROR, which can't be changed.

LustreLogCreateConfiguration

data LustreLogCreateConfiguration Source #

The Lustre logging configuration used when creating or updating an Amazon FSx for Lustre file system. An Amazon File Cache is created with Lustre logging enabled by default, with a setting of WARN_ERROR for the logging events. which can't be changed.

Lustre logging writes the enabled logging events for your file system or cache to Amazon CloudWatch Logs.

See: newLustreLogCreateConfiguration smart constructor.

Instances

Instances details
ToJSON LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

Generic LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

Associated Types

type Rep LustreLogCreateConfiguration :: Type -> Type #

Read LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

Show LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

NFData LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

Eq LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

Hashable LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

type Rep LustreLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreLogCreateConfiguration

type Rep LustreLogCreateConfiguration = D1 ('MetaData "LustreLogCreateConfiguration" "Amazonka.FSx.Types.LustreLogCreateConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LustreLogCreateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "level") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LustreAccessAuditLogLevel)))

newLustreLogCreateConfiguration Source #

Create a value of LustreLogCreateConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destination:LustreLogCreateConfiguration', lustreLogCreateConfiguration_destination - The Amazon Resource Name (ARN) that specifies the destination of the logs.

The destination can be any Amazon CloudWatch Logs log group ARN, with the following requirements:

  • The destination ARN that you provide must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
  • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix.
  • If you do not provide a destination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/lustre log group (for Amazon FSx for Lustre) or /aws/fsx/filecache (for Amazon File Cache).
  • If Destination is provided and the resource does not exist, the request will fail with a BadRequest error.
  • If Level is set to DISABLED, you cannot specify a destination in Destination.

$sel:level:LustreLogCreateConfiguration', lustreLogCreateConfiguration_level - Sets which data repository events are logged by Amazon FSx.

  • WARN_ONLY - only warning events are logged.
  • ERROR_ONLY - only error events are logged.
  • WARN_ERROR - both warning events and error events are logged.
  • DISABLED - logging of data repository events is turned off.

LustreRootSquashConfiguration

data LustreRootSquashConfiguration Source #

The configuration for Lustre root squash used to restrict root-level access from clients that try to access your FSx for Lustre file system as root. Use the RootSquash parameter to enable root squash. To learn more about Lustre root squash, see Lustre root squash.

You can also use the NoSquashNids parameter to provide an array of clients who are not affected by the root squash setting. These clients will access the file system as root, with unrestricted privileges.

See: newLustreRootSquashConfiguration smart constructor.

Instances

Instances details
FromJSON LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

ToJSON LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Generic LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Associated Types

type Rep LustreRootSquashConfiguration :: Type -> Type #

Read LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Show LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

NFData LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Eq LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

Hashable LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

type Rep LustreRootSquashConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.LustreRootSquashConfiguration

type Rep LustreRootSquashConfiguration = D1 ('MetaData "LustreRootSquashConfiguration" "Amazonka.FSx.Types.LustreRootSquashConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "LustreRootSquashConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "noSquashNids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "rootSquash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLustreRootSquashConfiguration :: LustreRootSquashConfiguration Source #

Create a value of LustreRootSquashConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:noSquashNids:LustreRootSquashConfiguration', lustreRootSquashConfiguration_noSquashNids - When root squash is enabled, you can optionally specify an array of NIDs of clients for which root squash does not apply. A client NID is a Lustre Network Identifier used to uniquely identify a client. You can specify the NID as either a single address or a range of addresses:

  • A single address is described in standard Lustre NID format by specifying the client’s IP address followed by the Lustre network ID (for example, 10.0.1.6@tcp).
  • An address range is described using a dash to separate the range (for example, 10.0.[2-10].[1-255]@tcp).

$sel:rootSquash:LustreRootSquashConfiguration', lustreRootSquashConfiguration_rootSquash - You enable root squash by setting a user ID (UID) and group ID (GID) for the file system in the format UID:GID (for example, 365534:65534). The UID and GID values can range from 0 to 4294967294:

  • A non-zero value for UID and GID enables root squash. The UID and GID values can be different, but each must be a non-zero value.
  • A value of 0 (zero) for UID and GID indicates root, and therefore disables root squash.

When root squash is enabled, the user ID and group ID of a root user accessing the file system are re-mapped to the UID and GID you provide.

NFSDataRepositoryConfiguration

data NFSDataRepositoryConfiguration Source #

The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.

See: newNFSDataRepositoryConfiguration smart constructor.

Instances

Instances details
FromJSON NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

Generic NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

Associated Types

type Rep NFSDataRepositoryConfiguration :: Type -> Type #

Read NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

Show NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

NFData NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

Eq NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

Hashable NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

type Rep NFSDataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.NFSDataRepositoryConfiguration

type Rep NFSDataRepositoryConfiguration = D1 ('MetaData "NFSDataRepositoryConfiguration" "Amazonka.FSx.Types.NFSDataRepositoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "NFSDataRepositoryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoExportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoExportPolicy)) :*: (S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NfsVersion))))

newNFSDataRepositoryConfiguration Source #

Create a value of NFSDataRepositoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoExportPolicy:NFSDataRepositoryConfiguration', nFSDataRepositoryConfiguration_autoExportPolicy - This parameter is not supported for Amazon File Cache.

$sel:dnsIps:NFSDataRepositoryConfiguration', nFSDataRepositoryConfiguration_dnsIps - A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.

$sel:version:NFSDataRepositoryConfiguration', nFSDataRepositoryConfiguration_version - The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only supported value is NFS3, which indicates that the data repository must support the NFSv3 protocol.

OntapFileSystemConfiguration

data OntapFileSystemConfiguration Source #

Configuration for the FSx for NetApp ONTAP file system.

See: newOntapFileSystemConfiguration smart constructor.

Instances

Instances details
FromJSON OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

Generic OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

Associated Types

type Rep OntapFileSystemConfiguration :: Type -> Type #

Read OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

Show OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

NFData OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

Eq OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

Hashable OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

type Rep OntapFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapFileSystemConfiguration

type Rep OntapFileSystemConfiguration = D1 ('MetaData "OntapFileSystemConfiguration" "Amazonka.FSx.Types.OntapFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OntapFileSystemConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OntapDeploymentType)) :*: (S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration)) :*: S1 ('MetaSel ('Just "endpointIpAddressRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemEndpoints)) :*: S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "routeTableIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOntapFileSystemConfiguration :: OntapFileSystemConfiguration Source #

Create a value of OntapFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:OntapFileSystemConfiguration', ontapFileSystemConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:OntapFileSystemConfiguration', ontapFileSystemConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:deploymentType:OntapFileSystemConfiguration', ontapFileSystemConfiguration_deploymentType - Specifies the FSx for ONTAP file system deployment type in use in the file system.

  • MULTI_AZ_1 - (Default) A high availability file system configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability.
  • SINGLE_AZ_1 - A file system configured for Single-AZ redundancy.

For information about the use cases for Multi-AZ and Single-AZ deployments, refer to Choosing Multi-AZ or Single-AZ file system deployment.

$sel:diskIopsConfiguration:OntapFileSystemConfiguration', ontapFileSystemConfiguration_diskIopsConfiguration - The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

$sel:endpointIpAddressRange:OntapFileSystemConfiguration', ontapFileSystemConfiguration_endpointIpAddressRange - (Multi-AZ only) The IP address range in which the endpoints to access your file system are created.

The Endpoint IP address range you select for your file system must exist outside the VPC's CIDR range and must be at least /30 or larger. If you do not specify this optional parameter, Amazon FSx will automatically select a CIDR block for you.

$sel:endpoints:OntapFileSystemConfiguration', ontapFileSystemConfiguration_endpoints - The Management and Intercluster endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.

$sel:preferredSubnetId:OntapFileSystemConfiguration', ontapFileSystemConfiguration_preferredSubnetId - Undocumented member.

$sel:routeTableIds:OntapFileSystemConfiguration', ontapFileSystemConfiguration_routeTableIds - (Multi-AZ only) The VPC route tables in which your file system's endpoints are created.

$sel:throughputCapacity:OntapFileSystemConfiguration', ontapFileSystemConfiguration_throughputCapacity - Undocumented member.

$sel:weeklyMaintenanceStartTime:OntapFileSystemConfiguration', ontapFileSystemConfiguration_weeklyMaintenanceStartTime - Undocumented member.

OntapVolumeConfiguration

data OntapVolumeConfiguration Source #

The configuration of an Amazon FSx for NetApp ONTAP volume.

See: newOntapVolumeConfiguration smart constructor.

Instances

Instances details
FromJSON OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

Generic OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

Associated Types

type Rep OntapVolumeConfiguration :: Type -> Type #

Read OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

Show OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

NFData OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

Eq OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

Hashable OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

type Rep OntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OntapVolumeConfiguration

type Rep OntapVolumeConfiguration = D1 ('MetaData "OntapVolumeConfiguration" "Amazonka.FSx.Types.OntapVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OntapVolumeConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "flexCacheEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlexCacheEndpointType)) :*: S1 ('MetaSel ('Just "junctionPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "ontapVolumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OntapVolumeType)) :*: (S1 ('MetaSel ('Just "securityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityStyle)) :*: S1 ('MetaSel ('Just "sizeInMegabytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "snapshotPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "storageEfficiencyEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "storageVirtualMachineRoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "tieringPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TieringPolicy)) :*: S1 ('MetaSel ('Just "uuid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOntapVolumeConfiguration :: OntapVolumeConfiguration Source #

Create a value of OntapVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToBackups:OntapVolumeConfiguration', ontapVolumeConfiguration_copyTagsToBackups - A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to false. If it's set to true, all tags for the volume are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the volume, regardless of this value.

$sel:flexCacheEndpointType:OntapVolumeConfiguration', ontapVolumeConfiguration_flexCacheEndpointType - Specifies the FlexCache endpoint type of the volume. Valid values are the following:

  • NONE specifies that the volume doesn't have a FlexCache configuration. NONE is the default.
  • ORIGIN specifies that the volume is the origin volume for a FlexCache volume.
  • CACHE specifies that the volume is a FlexCache volume.

$sel:junctionPath:OntapVolumeConfiguration', ontapVolumeConfiguration_junctionPath - Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the storage virtual machine (SVM) Domain Name System (DNS) name or IP address. You can create a JunctionPath directly below a parent volume junction or on a directory within a volume. A JunctionPath for a volume named vol3 might be /vol1/vol2/vol3, or /vol1/dir2/vol3, or even /dir1/dir2/vol3.

$sel:ontapVolumeType:OntapVolumeConfiguration', ontapVolumeConfiguration_ontapVolumeType - Specifies the type of volume. Valid values are the following:

  • RW specifies a read/write volume. RW is the default.
  • DP specifies a data-protection volume. You can protect data by replicating it to data-protection mirror copies. If a disaster occurs, you can use these data-protection mirror copies to recover data.
  • LS specifies a load-sharing mirror volume. A load-sharing mirror reduces the network traffic to a FlexVol volume by providing additional read-only access to clients.

$sel:securityStyle:OntapVolumeConfiguration', ontapVolumeConfiguration_securityStyle - The security style for the volume, which can be UNIX, NTFS, or MIXED.

$sel:sizeInMegabytes:OntapVolumeConfiguration', ontapVolumeConfiguration_sizeInMegabytes - The configured size of the volume, in megabytes (MBs).

$sel:snapshotPolicy:OntapVolumeConfiguration', ontapVolumeConfiguration_snapshotPolicy - Specifies the snapshot policy for the volume. There are three built-in snapshot policies:

  • default: This is the default policy. A maximum of six hourly snapshots taken five minutes past the hour. A maximum of two daily snapshots taken Monday through Saturday at 10 minutes after midnight. A maximum of two weekly snapshots taken every Sunday at 15 minutes after midnight.
  • default-1weekly: This policy is the same as the default policy except that it only retains one snapshot from the weekly schedule.
  • none: This policy does not take any snapshots. This policy can be assigned to volumes to prevent automatic snapshots from being taken.

You can also provide the name of a custom policy that you created with the ONTAP CLI or REST API.

For more information, see Snapshot policies in the Amazon FSx for NetApp ONTAP User Guide.

$sel:storageEfficiencyEnabled:OntapVolumeConfiguration', ontapVolumeConfiguration_storageEfficiencyEnabled - The volume's storage efficiency setting.

$sel:storageVirtualMachineId:OntapVolumeConfiguration', ontapVolumeConfiguration_storageVirtualMachineId - The ID of the volume's storage virtual machine.

$sel:storageVirtualMachineRoot:OntapVolumeConfiguration', ontapVolumeConfiguration_storageVirtualMachineRoot - A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM). Only one volume on an SVM can be the root volume. This value defaults to false. If this value is true, then this is the SVM root volume.

This flag is useful when you're deleting an SVM, because you must first delete all non-root volumes. This flag, when set to false, helps you identify which volumes to delete before you can delete the SVM.

$sel:tieringPolicy:OntapVolumeConfiguration', ontapVolumeConfiguration_tieringPolicy - The volume's TieringPolicy setting.

$sel:uuid:OntapVolumeConfiguration', ontapVolumeConfiguration_uuid - The volume's universally unique identifier (UUID).

OpenZFSClientConfiguration

data OpenZFSClientConfiguration Source #

Specifies who can mount an OpenZFS file system and the options available while mounting the file system.

See: newOpenZFSClientConfiguration smart constructor.

Instances

Instances details
FromJSON OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

ToJSON OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

Generic OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

Associated Types

type Rep OpenZFSClientConfiguration :: Type -> Type #

Read OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

Show OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

NFData OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

Eq OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

Hashable OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

type Rep OpenZFSClientConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSClientConfiguration

type Rep OpenZFSClientConfiguration = D1 ('MetaData "OpenZFSClientConfiguration" "Amazonka.FSx.Types.OpenZFSClientConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSClientConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clients") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "options") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOpenZFSClientConfiguration Source #

Create a value of OpenZFSClientConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clients:OpenZFSClientConfiguration', openZFSClientConfiguration_clients - A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24). By default, Amazon FSx uses the wildcard character when specifying the client.

$sel:options:OpenZFSClientConfiguration', openZFSClientConfiguration_options - The options to use when mounting the file system. For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page. When choosing your options, consider the following:

  • crossmnt is used by default. If you don't specify crossmnt when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.
  • sync is used by default. If you instead specify async, the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.

OpenZFSCreateRootVolumeConfiguration

data OpenZFSCreateRootVolumeConfiguration Source #

The configuration of an Amazon FSx for OpenZFS root volume.

See: newOpenZFSCreateRootVolumeConfiguration smart constructor.

Instances

Instances details
ToJSON OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

Generic OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

Read OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

Show OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

NFData OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

Eq OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

Hashable OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

type Rep OpenZFSCreateRootVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration

type Rep OpenZFSCreateRootVolumeConfiguration = D1 ('MetaData "OpenZFSCreateRootVolumeConfiguration" "Amazonka.FSx.Types.OpenZFSCreateRootVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSCreateRootVolumeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyTagsToSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDataCompressionType)) :*: S1 ('MetaSel ('Just "nfsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSNfsExport])))) :*: (S1 ('MetaSel ('Just "readOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "recordSizeKiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "userAndGroupQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSUserOrGroupQuota]))))))

newOpenZFSCreateRootVolumeConfiguration :: OpenZFSCreateRootVolumeConfiguration Source #

Create a value of OpenZFSCreateRootVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToSnapshots:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_copyTagsToSnapshots - A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dataCompressionType:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is NONE by default.

  • NONE - Doesn't compress the data on the volume. NONE is the default.
  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.
  • LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.

$sel:nfsExports:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_nfsExports - The configuration object for mounting a file system.

$sel:readOnly:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_readOnly - A Boolean value indicating whether the volume is read-only. Setting this value to true can be useful after you have completed changes to a volume and no longer want changes to occur.

$sel:recordSizeKiB:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_recordSizeKiB - Specifies the record size of an OpenZFS root volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. Database workflows can benefit from a smaller record size, while streaming workflows can benefit from a larger record size. For additional guidance on setting a custom record size, see Tips for maximizing performance in the Amazon FSx for OpenZFS User Guide.

$sel:userAndGroupQuotas:OpenZFSCreateRootVolumeConfiguration', openZFSCreateRootVolumeConfiguration_userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.

OpenZFSFileSystemConfiguration

data OpenZFSFileSystemConfiguration Source #

The configuration for the Amazon FSx for OpenZFS file system.

See: newOpenZFSFileSystemConfiguration smart constructor.

Instances

Instances details
FromJSON OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Generic OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Associated Types

type Rep OpenZFSFileSystemConfiguration :: Type -> Type #

Read OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Show OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

NFData OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Eq OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

Hashable OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

type Rep OpenZFSFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSFileSystemConfiguration

type Rep OpenZFSFileSystemConfiguration = D1 ('MetaData "OpenZFSFileSystemConfiguration" "Amazonka.FSx.Types.OpenZFSFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSFileSystemConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "copyTagsToVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDeploymentType)) :*: S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration))) :*: (S1 ('MetaSel ('Just "rootVolumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOpenZFSFileSystemConfiguration :: OpenZFSFileSystemConfiguration Source #

Create a value of OpenZFSFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_copyTagsToBackups - A Boolean value indicating whether tags on the file system should be copied to backups. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:copyTagsToVolumes:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_copyTagsToVolumes - A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dailyAutomaticBackupStartTime:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:deploymentType:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_deploymentType - Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

$sel:diskIopsConfiguration:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_diskIopsConfiguration - Undocumented member.

$sel:rootVolumeId:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_rootVolumeId - The ID of the root volume of the OpenZFS file system.

$sel:throughputCapacity:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_throughputCapacity - The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

$sel:weeklyMaintenanceStartTime:OpenZFSFileSystemConfiguration', openZFSFileSystemConfiguration_weeklyMaintenanceStartTime - Undocumented member.

OpenZFSNfsExport

data OpenZFSNfsExport Source #

The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

See: newOpenZFSNfsExport smart constructor.

Instances

Instances details
FromJSON OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

ToJSON OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

Generic OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

Associated Types

type Rep OpenZFSNfsExport :: Type -> Type #

Read OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

Show OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

NFData OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

Methods

rnf :: OpenZFSNfsExport -> () #

Eq OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

Hashable OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

type Rep OpenZFSNfsExport Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSNfsExport

type Rep OpenZFSNfsExport = D1 ('MetaData "OpenZFSNfsExport" "Amazonka.FSx.Types.OpenZFSNfsExport" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSNfsExport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [OpenZFSClientConfiguration])))

newOpenZFSNfsExport :: OpenZFSNfsExport Source #

Create a value of OpenZFSNfsExport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientConfigurations:OpenZFSNfsExport', openZFSNfsExport_clientConfigurations - A list of configuration objects that contain the client and options for mounting the OpenZFS file system.

OpenZFSOriginSnapshotConfiguration

data OpenZFSOriginSnapshotConfiguration Source #

The snapshot configuration to use when creating an OpenZFS volume from a snapshot.

See: newOpenZFSOriginSnapshotConfiguration smart constructor.

Instances

Instances details
FromJSON OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

Generic OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

Associated Types

type Rep OpenZFSOriginSnapshotConfiguration :: Type -> Type #

Read OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

Show OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

NFData OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

Eq OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

Hashable OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

type Rep OpenZFSOriginSnapshotConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration

type Rep OpenZFSOriginSnapshotConfiguration = D1 ('MetaData "OpenZFSOriginSnapshotConfiguration" "Amazonka.FSx.Types.OpenZFSOriginSnapshotConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSOriginSnapshotConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "copyStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSCopyStrategy)) :*: S1 ('MetaSel ('Just "snapshotARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOpenZFSOriginSnapshotConfiguration :: OpenZFSOriginSnapshotConfiguration Source #

Create a value of OpenZFSOriginSnapshotConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyStrategy:OpenZFSOriginSnapshotConfiguration', openZFSOriginSnapshotConfiguration_copyStrategy - The strategy used when copying data from the snapshot to the new volume.

  • CLONE - The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying the data from a snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data.
  • FULL_COPY - Copies all data from the snapshot to the new volume.

$sel:snapshotARN:OpenZFSOriginSnapshotConfiguration', openZFSOriginSnapshotConfiguration_snapshotARN - Undocumented member.

OpenZFSUserOrGroupQuota

data OpenZFSUserOrGroupQuota Source #

The configuration for how much storage a user or group can use on the volume.

See: newOpenZFSUserOrGroupQuota smart constructor.

Instances

Instances details
FromJSON OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

ToJSON OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

Generic OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

Associated Types

type Rep OpenZFSUserOrGroupQuota :: Type -> Type #

Read OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

Show OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

NFData OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

Methods

rnf :: OpenZFSUserOrGroupQuota -> () #

Eq OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

Hashable OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

type Rep OpenZFSUserOrGroupQuota Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSUserOrGroupQuota

type Rep OpenZFSUserOrGroupQuota = D1 ('MetaData "OpenZFSUserOrGroupQuota" "Amazonka.FSx.Types.OpenZFSUserOrGroupQuota" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSUserOrGroupQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OpenZFSQuotaType) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "storageCapacityQuotaGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newOpenZFSUserOrGroupQuota Source #

Create a value of OpenZFSUserOrGroupQuota with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_type - A value that specifies whether the quota applies to a user or group.

$sel:id:OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_id - The ID of the user or group.

$sel:storageCapacityQuotaGiB:OpenZFSUserOrGroupQuota', openZFSUserOrGroupQuota_storageCapacityQuotaGiB - The amount of storage that the user or group can use in gibibytes (GiB).

OpenZFSVolumeConfiguration

data OpenZFSVolumeConfiguration Source #

The configuration of an Amazon FSx for OpenZFS volume.

See: newOpenZFSVolumeConfiguration smart constructor.

Instances

Instances details
FromJSON OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

Generic OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

Associated Types

type Rep OpenZFSVolumeConfiguration :: Type -> Type #

Read OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

Show OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

NFData OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

Eq OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

Hashable OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

type Rep OpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.OpenZFSVolumeConfiguration

type Rep OpenZFSVolumeConfiguration = D1 ('MetaData "OpenZFSVolumeConfiguration" "Amazonka.FSx.Types.OpenZFSVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "OpenZFSVolumeConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "copyTagsToSnapshots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDataCompressionType)) :*: S1 ('MetaSel ('Just "deleteClonedVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "deleteIntermediateSnaphots") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "nfsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSNfsExport]))) :*: (S1 ('MetaSel ('Just "originSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSOriginSnapshotConfiguration)) :*: S1 ('MetaSel ('Just "parentVolumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "readOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "recordSizeKiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "restoreToSnapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "storageCapacityQuotaGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "storageCapacityReservationGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "userAndGroupQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSUserOrGroupQuota])) :*: S1 ('MetaSel ('Just "volumePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newOpenZFSVolumeConfiguration :: OpenZFSVolumeConfiguration Source #

Create a value of OpenZFSVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToSnapshots:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_copyTagsToSnapshots - A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dataCompressionType:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is NONE by default.

  • NONE - Doesn't compress the data on the volume. NONE is the default.
  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.
  • LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.

$sel:deleteClonedVolumes:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_deleteClonedVolumes - A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.

$sel:deleteIntermediateSnaphots:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_deleteIntermediateSnaphots - A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.

$sel:nfsExports:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_nfsExports - The configuration object for mounting a Network File System (NFS) file system.

$sel:originSnapshot:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_originSnapshot - The configuration object that specifies the snapshot to use as the origin of the data for the volume.

$sel:parentVolumeId:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_parentVolumeId - The ID of the parent volume.

$sel:readOnly:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_readOnly - A Boolean value indicating whether the volume is read-only.

$sel:recordSizeKiB:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_recordSizeKiB - The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. For guidance on when to set a custom record size, see the /Amazon FSx for OpenZFS User Guide/.

$sel:restoreToSnapshot:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_restoreToSnapshot - Specifies the ID of the snapshot to which the volume was restored.

OpenZFSVolumeConfiguration, openZFSVolumeConfiguration_storageCapacityQuotaGiB - The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.

$sel:storageCapacityReservationGiB:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_storageCapacityReservationGiB - The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved.

$sel:userAndGroupQuotas:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.

$sel:volumePath:OpenZFSVolumeConfiguration', openZFSVolumeConfiguration_volumePath - The path to the volume from the root volume. For example, fsx/parentVolume/volume1.

S3DataRepositoryConfiguration

data S3DataRepositoryConfiguration Source #

The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association. The configuration consists of an AutoImportPolicy that defines which file events on the data repository are automatically imported to the file system and an AutoExportPolicy that defines which file events on the file system are automatically exported to the data repository. File events are when files or directories are added, changed, or deleted on the file system or the data repository.

Data repository associations on Amazon File Cache don't use S3DataRepositoryConfiguration because they don't support automatic import or automatic export.

See: newS3DataRepositoryConfiguration smart constructor.

Instances

Instances details
FromJSON S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

ToJSON S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

Generic S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

Associated Types

type Rep S3DataRepositoryConfiguration :: Type -> Type #

Read S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

Show S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

NFData S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

Eq S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

Hashable S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

type Rep S3DataRepositoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.S3DataRepositoryConfiguration

type Rep S3DataRepositoryConfiguration = D1 ('MetaData "S3DataRepositoryConfiguration" "Amazonka.FSx.Types.S3DataRepositoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "S3DataRepositoryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoExportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoExportPolicy)) :*: S1 ('MetaSel ('Just "autoImportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoImportPolicy))))

newS3DataRepositoryConfiguration :: S3DataRepositoryConfiguration Source #

Create a value of S3DataRepositoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoExportPolicy:S3DataRepositoryConfiguration', s3DataRepositoryConfiguration_autoExportPolicy - Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

$sel:autoImportPolicy:S3DataRepositoryConfiguration', s3DataRepositoryConfiguration_autoImportPolicy - Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

SelfManagedActiveDirectoryAttributes

data SelfManagedActiveDirectoryAttributes Source #

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

See: newSelfManagedActiveDirectoryAttributes smart constructor.

Instances

Instances details
FromJSON SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Generic SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Read SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Show SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

NFData SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Eq SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

Hashable SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

type Rep SelfManagedActiveDirectoryAttributes Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes

type Rep SelfManagedActiveDirectoryAttributes = D1 ('MetaData "SelfManagedActiveDirectoryAttributes" "Amazonka.FSx.Types.SelfManagedActiveDirectoryAttributes" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SelfManagedActiveDirectoryAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileSystemAdministratorsGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSelfManagedActiveDirectoryAttributes :: SelfManagedActiveDirectoryAttributes Source #

Create a value of SelfManagedActiveDirectoryAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsIps:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

$sel:domainName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_domainName - The fully qualified domain name of the self-managed AD directory.

$sel:fileSystemAdministratorsGroup:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup - The name of the domain group whose members have administrative privileges for the FSx file system.

$sel:organizationalUnitDistinguishedName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName - The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

$sel:userName:SelfManagedActiveDirectoryAttributes', selfManagedActiveDirectoryAttributes_userName - The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

SelfManagedActiveDirectoryConfiguration

data SelfManagedActiveDirectoryConfiguration Source #

The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to a self-managed (including on-premises) Microsoft Active Directory (AD) directory. For more information, see Using Amazon FSx with your self-managed Microsoft Active Directory or Managing SVMs.

See: newSelfManagedActiveDirectoryConfiguration smart constructor.

Instances

Instances details
ToJSON SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

Generic SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

Show SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

NFData SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

Eq SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

Hashable SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

type Rep SelfManagedActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration

type Rep SelfManagedActiveDirectoryConfiguration = D1 ('MetaData "SelfManagedActiveDirectoryConfiguration" "Amazonka.FSx.Types.SelfManagedActiveDirectoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SelfManagedActiveDirectoryConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemAdministratorsGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationalUnitDistinguishedName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))))

newSelfManagedActiveDirectoryConfiguration Source #

Create a value of SelfManagedActiveDirectoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileSystemAdministratorsGroup:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_fileSystemAdministratorsGroup - (Optional) The name of the domain group whose members are granted administrative privileges for the file system. Administrative privileges include taking ownership of files and folders, setting audit controls (audit ACLs) on files and folders, and administering the file system remotely by using the FSx Remote PowerShell. The group that you specify must already exist in your domain. If you don't provide one, your AD domain's Domain Admins group is used.

$sel:organizationalUnitDistinguishedName:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_organizationalUnitDistinguishedName - (Optional) The fully qualified distinguished name of the organizational unit within your self-managed AD directory. Amazon FSx only accepts OU as the direct parent of the file system. An example is OU=FSx,DC=yourdomain,DC=corp,DC=com. To learn more, see RFC 2253. If none is provided, the FSx file system is created in the default location of your self-managed AD directory.

Only Organizational Unit (OU) objects can be the direct parent of the file system that you're creating.

$sel:domainName:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_domainName - The fully qualified domain name of the self-managed AD directory, such as corp.example.com.

$sel:userName:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_userName - The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName, or in the default location of your AD domain.

$sel:password:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_password - The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

$sel:dnsIps:SelfManagedActiveDirectoryConfiguration', selfManagedActiveDirectoryConfiguration_dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

SelfManagedActiveDirectoryConfigurationUpdates

data SelfManagedActiveDirectoryConfigurationUpdates Source #

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

See: newSelfManagedActiveDirectoryConfigurationUpdates smart constructor.

Instances

Instances details
ToJSON SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

Generic SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

Show SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

NFData SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

Eq SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

Hashable SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

type Rep SelfManagedActiveDirectoryConfigurationUpdates Source # 
Instance details

Defined in Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates

type Rep SelfManagedActiveDirectoryConfigurationUpdates = D1 ('MetaData "SelfManagedActiveDirectoryConfigurationUpdates" "Amazonka.FSx.Types.SelfManagedActiveDirectoryConfigurationUpdates" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SelfManagedActiveDirectoryConfigurationUpdates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "password") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "userName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSelfManagedActiveDirectoryConfigurationUpdates :: SelfManagedActiveDirectoryConfigurationUpdates Source #

Create a value of SelfManagedActiveDirectoryConfigurationUpdates with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dnsIps:SelfManagedActiveDirectoryConfigurationUpdates', selfManagedActiveDirectoryConfigurationUpdates_dnsIps - A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

$sel:password:SelfManagedActiveDirectoryConfigurationUpdates', selfManagedActiveDirectoryConfigurationUpdates_password - The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

$sel:userName:SelfManagedActiveDirectoryConfigurationUpdates', selfManagedActiveDirectoryConfigurationUpdates_userName - The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.

Snapshot

data Snapshot Source #

A snapshot of an Amazon FSx for OpenZFS volume.

See: newSnapshot smart constructor.

Instances

Instances details
FromJSON Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Generic Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Associated Types

type Rep Snapshot :: Type -> Type #

Methods

from :: Snapshot -> Rep Snapshot x #

to :: Rep Snapshot x -> Snapshot #

Read Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Show Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

NFData Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Methods

rnf :: Snapshot -> () #

Eq Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Hashable Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

Methods

hashWithSalt :: Int -> Snapshot -> Int #

hash :: Snapshot -> Int #

type Rep Snapshot Source # 
Instance details

Defined in Amazonka.FSx.Types.Snapshot

newSnapshot :: Snapshot Source #

Create a value of Snapshot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrativeActions:Snapshot', snapshot_administrativeActions - A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

$sel:creationTime:Snapshot', snapshot_creationTime - Undocumented member.

$sel:lifecycle:Snapshot', snapshot_lifecycle - The lifecycle status of the snapshot.

  • PENDING - Amazon FSx hasn't started creating the snapshot.
  • CREATING - Amazon FSx is creating the snapshot.
  • DELETING - Amazon FSx is deleting the snapshot.
  • AVAILABLE - The snapshot is fully available.

$sel:lifecycleTransitionReason:Snapshot', snapshot_lifecycleTransitionReason - Undocumented member.

$sel:name:Snapshot', snapshot_name - The name of the snapshot.

$sel:resourceARN:Snapshot', snapshot_resourceARN - Undocumented member.

$sel:snapshotId:Snapshot', snapshot_snapshotId - The ID of the snapshot.

$sel:tags:Snapshot', snapshot_tags - Undocumented member.

$sel:volumeId:Snapshot', snapshot_volumeId - The ID of the volume that the snapshot is of.

SnapshotFilter

data SnapshotFilter Source #

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

See: newSnapshotFilter smart constructor.

Instances

Instances details
ToJSON SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

Generic SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

Associated Types

type Rep SnapshotFilter :: Type -> Type #

Read SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

Show SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

NFData SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

Methods

rnf :: SnapshotFilter -> () #

Eq SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

Hashable SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

type Rep SnapshotFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.SnapshotFilter

type Rep SnapshotFilter = D1 ('MetaData "SnapshotFilter" "Amazonka.FSx.Types.SnapshotFilter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SnapshotFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnapshotFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSnapshotFilter :: SnapshotFilter Source #

Create a value of SnapshotFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SnapshotFilter', snapshotFilter_name - The name of the filter to use. You can filter by the file-system-id or by volume-id.

$sel:values:SnapshotFilter', snapshotFilter_values - The file-system-id or volume-id that you are filtering for.

StorageVirtualMachine

data StorageVirtualMachine Source #

Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.

See: newStorageVirtualMachine smart constructor.

Instances

Instances details
FromJSON StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

Generic StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

Associated Types

type Rep StorageVirtualMachine :: Type -> Type #

Read StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

Show StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

NFData StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

Methods

rnf :: StorageVirtualMachine -> () #

Eq StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

Hashable StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

type Rep StorageVirtualMachine Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachine

type Rep StorageVirtualMachine = D1 ('MetaData "StorageVirtualMachine" "Amazonka.FSx.Types.StorageVirtualMachine" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "StorageVirtualMachine'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "activeDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SvmActiveDirectoryConfiguration)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SvmEndpoints)))) :*: (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineLifecycle)) :*: S1 ('MetaSel ('Just "lifecycleTransitionReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleTransitionReason))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rootVolumeSecurityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineRootVolumeSecurityStyle)))) :*: ((S1 ('MetaSel ('Just "storageVirtualMachineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subtype") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineSubtype))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: S1 ('MetaSel ('Just "uuid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newStorageVirtualMachine :: StorageVirtualMachine Source #

Create a value of StorageVirtualMachine with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeDirectoryConfiguration:StorageVirtualMachine', storageVirtualMachine_activeDirectoryConfiguration - Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

$sel:creationTime:StorageVirtualMachine', storageVirtualMachine_creationTime - Undocumented member.

$sel:endpoints:StorageVirtualMachine', storageVirtualMachine_endpoints - The endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi, Management, Nfs, and Smb endpoints.

$sel:fileSystemId:StorageVirtualMachine', storageVirtualMachine_fileSystemId - Undocumented member.

$sel:lifecycle:StorageVirtualMachine', storageVirtualMachine_lifecycle - Describes the SVM's lifecycle status.

  • CREATED - The SVM is fully available for use.
  • CREATING - Amazon FSx is creating the new SVM.
  • DELETING - Amazon FSx is deleting an existing SVM.
  • FAILED - Amazon FSx was unable to create the SVM.
  • MISCONFIGURED - The SVM is in a failed but recoverable state.
  • PENDING - Amazon FSx has not started creating the SVM.

$sel:lifecycleTransitionReason:StorageVirtualMachine', storageVirtualMachine_lifecycleTransitionReason - Describes why the SVM lifecycle state changed.

$sel:name:StorageVirtualMachine', storageVirtualMachine_name - The name of the SVM, if provisioned.

$sel:resourceARN:StorageVirtualMachine', storageVirtualMachine_resourceARN - Undocumented member.

$sel:rootVolumeSecurityStyle:StorageVirtualMachine', storageVirtualMachine_rootVolumeSecurityStyle - The security style of the root volume of the SVM.

$sel:storageVirtualMachineId:StorageVirtualMachine', storageVirtualMachine_storageVirtualMachineId - The SVM's system generated unique ID.

$sel:subtype:StorageVirtualMachine', storageVirtualMachine_subtype - Describes the SVM's subtype.

$sel:tags:StorageVirtualMachine', storageVirtualMachine_tags - Undocumented member.

$sel:uuid:StorageVirtualMachine', storageVirtualMachine_uuid - The SVM's UUID (universally unique identifier).

StorageVirtualMachineFilter

data StorageVirtualMachineFilter Source #

A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP storage virtual machines (SVMs). You can use multiple filters to return results that meet all applied filter requirements.

See: newStorageVirtualMachineFilter smart constructor.

Instances

Instances details
ToJSON StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

Generic StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

Associated Types

type Rep StorageVirtualMachineFilter :: Type -> Type #

Read StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

Show StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

NFData StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

Eq StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

Hashable StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

type Rep StorageVirtualMachineFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.StorageVirtualMachineFilter

type Rep StorageVirtualMachineFilter = D1 ('MetaData "StorageVirtualMachineFilter" "Amazonka.FSx.Types.StorageVirtualMachineFilter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "StorageVirtualMachineFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StorageVirtualMachineFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newStorageVirtualMachineFilter :: StorageVirtualMachineFilter Source #

Create a value of StorageVirtualMachineFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:StorageVirtualMachineFilter', storageVirtualMachineFilter_name - The name for this filter.

$sel:values:StorageVirtualMachineFilter', storageVirtualMachineFilter_values - The values of the filter. These are all the values for any of the applied filters.

SvmActiveDirectoryConfiguration

data SvmActiveDirectoryConfiguration Source #

Describes the configuration of the Microsoft Active Directory (AD) directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined. Pleae note, account credentials are not returned in the response payload.

See: newSvmActiveDirectoryConfiguration smart constructor.

Instances

Instances details
FromJSON SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

Generic SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

Associated Types

type Rep SvmActiveDirectoryConfiguration :: Type -> Type #

Read SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

Show SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

NFData SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

Eq SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

Hashable SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

type Rep SvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmActiveDirectoryConfiguration

type Rep SvmActiveDirectoryConfiguration = D1 ('MetaData "SvmActiveDirectoryConfiguration" "Amazonka.FSx.Types.SvmActiveDirectoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SvmActiveDirectoryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "netBiosName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryAttributes))))

newSvmActiveDirectoryConfiguration :: SvmActiveDirectoryConfiguration Source #

Create a value of SvmActiveDirectoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:netBiosName:SvmActiveDirectoryConfiguration', svmActiveDirectoryConfiguration_netBiosName - The NetBIOS name of the Active Directory computer object that is joined to your SVM.

$sel:selfManagedActiveDirectoryConfiguration:SvmActiveDirectoryConfiguration', svmActiveDirectoryConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

SvmEndpoint

data SvmEndpoint Source #

An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has four endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They are the Iscsi, Management, Nfs, and Smb endpoints.

See: newSvmEndpoint smart constructor.

Instances

Instances details
FromJSON SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Generic SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Associated Types

type Rep SvmEndpoint :: Type -> Type #

Read SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Show SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

NFData SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Methods

rnf :: SvmEndpoint -> () #

Eq SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

Hashable SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

type Rep SvmEndpoint Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoint

type Rep SvmEndpoint = D1 ('MetaData "SvmEndpoint" "Amazonka.FSx.Types.SvmEndpoint" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "SvmEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newSvmEndpoint :: SvmEndpoint Source #

Create a value of SvmEndpoint with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dNSName:SvmEndpoint', svmEndpoint_dNSName - Undocumented member.

$sel:ipAddresses:SvmEndpoint', svmEndpoint_ipAddresses - The SVM endpoint's IP addresses.

SvmEndpoints

data SvmEndpoints Source #

An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.

See: newSvmEndpoints smart constructor.

Instances

Instances details
FromJSON SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

Generic SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

Associated Types

type Rep SvmEndpoints :: Type -> Type #

Read SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

Show SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

NFData SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

Methods

rnf :: SvmEndpoints -> () #

Eq SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

Hashable SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

type Rep SvmEndpoints Source # 
Instance details

Defined in Amazonka.FSx.Types.SvmEndpoints

newSvmEndpoints :: SvmEndpoints Source #

Create a value of SvmEndpoints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iscsi:SvmEndpoints', svmEndpoints_iscsi - An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

$sel:management:SvmEndpoints', svmEndpoints_management - An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

$sel:nfs:SvmEndpoints', svmEndpoints_nfs - An endpoint for connecting using the Network File System (NFS) protocol.

$sel:smb:SvmEndpoints', svmEndpoints_smb - An endpoint for connecting using the Server Message Block (SMB) protocol.

Tag

data Tag Source #

Specifies a key-value pair for a resource tag.

See: newTag smart constructor.

Constructors

Tag' Text Text 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Hashable Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.FSx.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.FSx.Types.Tag" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.

$sel:value:Tag', tag_value - A value that specifies the TagValue, the value assigned to the corresponding tag key. Tag values can be null and don't have to be unique in a tag set. For example, you can have a key-value pair in a tag set of finances : April and also of payroll : April.

TieringPolicy

data TieringPolicy Source #

Describes the data tiering policy for an ONTAP volume. When enabled, Amazon FSx for ONTAP's intelligent tiering automatically transitions a volume's data between the file system's primary storage and capacity pool storage based on your access patterns.

Valid tiering policies are the following:

  • SNAPSHOT_ONLY - (Default value) moves cold snapshots to the capacity pool storage tier.
  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.

See: newTieringPolicy smart constructor.

Instances

Instances details
FromJSON TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

ToJSON TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

Generic TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

Associated Types

type Rep TieringPolicy :: Type -> Type #

Read TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

Show TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

NFData TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

Methods

rnf :: TieringPolicy -> () #

Eq TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

Hashable TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

type Rep TieringPolicy Source # 
Instance details

Defined in Amazonka.FSx.Types.TieringPolicy

type Rep TieringPolicy = D1 ('MetaData "TieringPolicy" "Amazonka.FSx.Types.TieringPolicy" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "TieringPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "coolingPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TieringPolicyName))))

newTieringPolicy :: TieringPolicy Source #

Create a value of TieringPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:coolingPeriod:TieringPolicy', tieringPolicy_coolingPeriod - Specifies the number of days that user data in a volume must remain inactive before it is considered "cold" and moved to the capacity pool. Used with the AUTO and SNAPSHOT_ONLY tiering policies. Enter a whole number between 2 and 183. Default values are 31 days for AUTO and 2 days for SNAPSHOT_ONLY.

$sel:name:TieringPolicy', tieringPolicy_name - Specifies the tiering policy used to transition data. Default value is SNAPSHOT_ONLY.

  • SNAPSHOT_ONLY - moves cold snapshots to the capacity pool storage tier.
  • AUTO - moves cold user data and snapshots to the capacity pool storage tier based on your access patterns.
  • ALL - moves all user data blocks in both the active file system and Snapshot copies to the storage pool tier.
  • NONE - keeps a volume's data in the primary storage tier, preventing it from being moved to the capacity pool tier.

UpdateFileCacheLustreConfiguration

data UpdateFileCacheLustreConfiguration Source #

The configuration update for an Amazon File Cache resource.

See: newUpdateFileCacheLustreConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

Generic UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

Associated Types

type Rep UpdateFileCacheLustreConfiguration :: Type -> Type #

Read UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

Show UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

NFData UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

Eq UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

Hashable UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

type Rep UpdateFileCacheLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration

type Rep UpdateFileCacheLustreConfiguration = D1 ('MetaData "UpdateFileCacheLustreConfiguration" "Amazonka.FSx.Types.UpdateFileCacheLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileCacheLustreConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUpdateFileCacheLustreConfiguration :: UpdateFileCacheLustreConfiguration Source #

Create a value of UpdateFileCacheLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:weeklyMaintenanceStartTime:UpdateFileCacheLustreConfiguration', updateFileCacheLustreConfiguration_weeklyMaintenanceStartTime - Undocumented member.

UpdateFileSystemLustreConfiguration

data UpdateFileSystemLustreConfiguration Source #

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

See: newUpdateFileSystemLustreConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Generic UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Read UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Show UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

NFData UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Eq UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

Hashable UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

type Rep UpdateFileSystemLustreConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration

type Rep UpdateFileSystemLustreConfiguration = D1 ('MetaData "UpdateFileSystemLustreConfiguration" "Amazonka.FSx.Types.UpdateFileSystemLustreConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemLustreConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "autoImportPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoImportPolicyType)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCompressionType)) :*: S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreLogCreateConfiguration))) :*: (S1 ('MetaSel ('Just "rootSquashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LustreRootSquashConfiguration)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemLustreConfiguration :: UpdateFileSystemLustreConfiguration Source #

Create a value of UpdateFileSystemLustreConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:autoImportPolicy:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_autoImportPolicy - (Optional) When you create your file system, your existing S3 objects appear as file and directory listings. Use this property to choose how Amazon FSx keeps your file and directory listing up to date as you add or modify objects in your linked S3 bucket. AutoImportPolicy can have the following values:

  • NONE - (Default) AutoImport is off. Amazon FSx only updates file and directory listings from the linked S3 bucket when the file system is created. FSx does not update the file and directory listing for any new or changed objects after choosing this option.
  • NEW - AutoImport is on. Amazon FSx automatically imports directory listings of any new objects added to the linked S3 bucket that do not currently exist in the FSx file system.
  • NEW_CHANGED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket and any existing objects that are changed in the S3 bucket after you choose this option.
  • NEW_CHANGED_DELETED - AutoImport is on. Amazon FSx automatically imports file and directory listings of any new objects added to the S3 bucket, any existing objects that are changed in the S3 bucket, and any objects that were deleted in the S3 bucket.

The AutoImportPolicy parameter is not supported for Lustre file systems with the Persistent_2 deployment type. Instead, use to update a data repository association on your Persistent_2 file system.

$sel:automaticBackupRetentionDays:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:dataCompressionType:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_dataCompressionType - Sets the data compression configuration for the file system. DataCompressionType can have the following values:

  • NONE - Data compression is turned off for the file system.
  • LZ4 - Data compression is turned on with the LZ4 algorithm.

If you don't use DataCompressionType, the file system retains its current data compression configuration.

For more information, see Lustre data compression.

$sel:logConfiguration:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_logConfiguration - The Lustre logging configuration used when updating an Amazon FSx for Lustre file system. When logging is enabled, Lustre logs error and warning events for data repositories associated with your file system to Amazon CloudWatch Logs.

$sel:rootSquashConfiguration:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_rootSquashConfiguration - The Lustre root squash configuration used when updating an Amazon FSx for Lustre file system. When enabled, root squash restricts root-level access from clients that try to access your file system as a root user.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemLustreConfiguration', updateFileSystemLustreConfiguration_weeklyMaintenanceStartTime - (Optional) The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

UpdateFileSystemOntapConfiguration

data UpdateFileSystemOntapConfiguration Source #

The configuration updates for an Amazon FSx for NetApp ONTAP file system.

See: newUpdateFileSystemOntapConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

Generic UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

Associated Types

type Rep UpdateFileSystemOntapConfiguration :: Type -> Type #

Show UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

NFData UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

Eq UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

Hashable UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

type Rep UpdateFileSystemOntapConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration

type Rep UpdateFileSystemOntapConfiguration = D1 ('MetaData "UpdateFileSystemOntapConfiguration" "Amazonka.FSx.Types.UpdateFileSystemOntapConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemOntapConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "addRouteTableIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration)))) :*: ((S1 ('MetaSel ('Just "fsxAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "removeRouteTableIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemOntapConfiguration :: UpdateFileSystemOntapConfiguration Source #

Create a value of UpdateFileSystemOntapConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:addRouteTableIds:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_addRouteTableIds - (Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your Amazon FSx for NetApp ONTAP file system.

$sel:automaticBackupRetentionDays:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_diskIopsConfiguration - The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned.

$sel:fsxAdminPassword:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_fsxAdminPassword - The ONTAP administrative password for the fsxadmin user.

$sel:removeRouteTableIds:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_removeRouteTableIds - (Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove) from your Amazon FSx for NetApp ONTAP file system. You can use the API operation to retrieve the list of VPC route table IDs for a file system.

$sel:throughputCapacity:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_throughputCapacity - Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemOntapConfiguration', updateFileSystemOntapConfiguration_weeklyMaintenanceStartTime - Undocumented member.

UpdateFileSystemOpenZFSConfiguration

data UpdateFileSystemOpenZFSConfiguration Source #

The configuration updates for an Amazon FSx for OpenZFS file system.

See: newUpdateFileSystemOpenZFSConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Generic UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Read UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Show UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

NFData UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Eq UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

Hashable UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

type Rep UpdateFileSystemOpenZFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration

type Rep UpdateFileSystemOpenZFSConfiguration = D1 ('MetaData "UpdateFileSystemOpenZFSConfiguration" "Amazonka.FSx.Types.UpdateFileSystemOpenZFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemOpenZFSConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "copyTagsToVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "diskIopsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DiskIopsConfiguration))) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemOpenZFSConfiguration :: UpdateFileSystemOpenZFSConfiguration Source #

Create a value of UpdateFileSystemOpenZFSConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:automaticBackupRetentionDays:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_automaticBackupRetentionDays - Undocumented member.

$sel:copyTagsToBackups:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_copyTagsToBackups - A Boolean value indicating whether tags for the file system should be copied to backups. This value defaults to false. If it's set to true, all tags for the file system are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:copyTagsToVolumes:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_copyTagsToVolumes - A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to false. If it's set to true, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value is true and you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_dailyAutomaticBackupStartTime - Undocumented member.

$sel:diskIopsConfiguration:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_diskIopsConfiguration - Undocumented member.

$sel:throughputCapacity:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_throughputCapacity - The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
 (MB/s). Valid values depend on the DeploymentType you choose, as follows:

  • For SINGLE_AZ_1, valid values are 64, 128, 256, 512, 1024, 2048, 3072, or 4096 MB/s.
  • For SINGLE_AZ_2, valid values are 160, 320, 640, 1280, 2560, 3840, 5120, 7680, or 10240 MB/s.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemOpenZFSConfiguration', updateFileSystemOpenZFSConfiguration_weeklyMaintenanceStartTime - Undocumented member.

UpdateFileSystemWindowsConfiguration

data UpdateFileSystemWindowsConfiguration Source #

Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.

See: newUpdateFileSystemWindowsConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Generic UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Show UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

NFData UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Eq UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

Hashable UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

type Rep UpdateFileSystemWindowsConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration

type Rep UpdateFileSystemWindowsConfiguration = D1 ('MetaData "UpdateFileSystemWindowsConfiguration" "Amazonka.FSx.Types.UpdateFileSystemWindowsConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateFileSystemWindowsConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "auditLogConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsAuditLogCreateConfiguration)) :*: (S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryConfigurationUpdates)) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateFileSystemWindowsConfiguration :: UpdateFileSystemWindowsConfiguration Source #

Create a value of UpdateFileSystemWindowsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditLogConfiguration:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_auditLogConfiguration - The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..

$sel:automaticBackupRetentionDays:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_automaticBackupRetentionDays - The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.

$sel:dailyAutomaticBackupStartTime:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime - The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

$sel:selfManagedActiveDirectoryConfiguration:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_selfManagedActiveDirectoryConfiguration - The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.

$sel:throughputCapacity:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_throughputCapacity - Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.

$sel:weeklyMaintenanceStartTime:UpdateFileSystemWindowsConfiguration', updateFileSystemWindowsConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.

UpdateOntapVolumeConfiguration

data UpdateOntapVolumeConfiguration Source #

Used to specify changes to the ONTAP configuration for the volume you are updating.

See: newUpdateOntapVolumeConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

Generic UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

Associated Types

type Rep UpdateOntapVolumeConfiguration :: Type -> Type #

Read UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

Show UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

NFData UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

Eq UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

Hashable UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

type Rep UpdateOntapVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOntapVolumeConfiguration

type Rep UpdateOntapVolumeConfiguration = D1 ('MetaData "UpdateOntapVolumeConfiguration" "Amazonka.FSx.Types.UpdateOntapVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateOntapVolumeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "junctionPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecurityStyle)))) :*: ((S1 ('MetaSel ('Just "sizeInMegabytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "snapshotPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "storageEfficiencyEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "tieringPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TieringPolicy))))))

newUpdateOntapVolumeConfiguration :: UpdateOntapVolumeConfiguration Source #

Create a value of UpdateOntapVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:copyTagsToBackups:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_copyTagsToBackups - A boolean flag indicating whether tags for the volume should be copied to backups. This value defaults to false. If it's set to true, all tags for the volume are copied to all automatic and user-initiated backups where the user doesn't specify tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the volume, regardless of this value.

$sel:junctionPath:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_junctionPath - Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

$sel:securityStyle:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_securityStyle - The security style for the volume, which can be UNIX. NTFS, or MIXED.

$sel:sizeInMegabytes:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_sizeInMegabytes - Specifies the size of the volume in megabytes.

$sel:snapshotPolicy:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_snapshotPolicy - Specifies the snapshot policy for the volume. There are three built-in snapshot policies:

  • default: This is the default policy. A maximum of six hourly snapshots taken five minutes past the hour. A maximum of two daily snapshots taken Monday through Saturday at 10 minutes after midnight. A maximum of two weekly snapshots taken every Sunday at 15 minutes after midnight.
  • default-1weekly: This policy is the same as the default policy except that it only retains one snapshot from the weekly schedule.
  • none: This policy does not take any snapshots. This policy can be assigned to volumes to prevent automatic snapshots from being taken.

You can also provide the name of a custom policy that you created with the ONTAP CLI or REST API.

For more information, see Snapshot policies in the Amazon FSx for NetApp ONTAP User Guide.

$sel:storageEfficiencyEnabled:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_storageEfficiencyEnabled - Default is false. Set to true to enable the deduplication, compression, and compaction storage efficiency features on the volume.

$sel:tieringPolicy:UpdateOntapVolumeConfiguration', updateOntapVolumeConfiguration_tieringPolicy - Update the volume's data tiering policy.

UpdateOpenZFSVolumeConfiguration

data UpdateOpenZFSVolumeConfiguration Source #

Used to specify changes to the OpenZFS configuration for the volume that you are updating.

See: newUpdateOpenZFSVolumeConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

Generic UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

Associated Types

type Rep UpdateOpenZFSVolumeConfiguration :: Type -> Type #

Read UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

Show UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

NFData UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

Eq UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

Hashable UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

type Rep UpdateOpenZFSVolumeConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration

type Rep UpdateOpenZFSVolumeConfiguration = D1 ('MetaData "UpdateOpenZFSVolumeConfiguration" "Amazonka.FSx.Types.UpdateOpenZFSVolumeConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateOpenZFSVolumeConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSDataCompressionType)) :*: (S1 ('MetaSel ('Just "nfsExports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSNfsExport])) :*: S1 ('MetaSel ('Just "readOnly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "recordSizeKiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "storageCapacityQuotaGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "storageCapacityReservationGiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "userAndGroupQuotas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OpenZFSUserOrGroupQuota]))))))

newUpdateOpenZFSVolumeConfiguration :: UpdateOpenZFSVolumeConfiguration Source #

Create a value of UpdateOpenZFSVolumeConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataCompressionType:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is NONE by default.

  • NONE - Doesn't compress the data on the volume. NONE is the default.
  • ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.
  • LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.

$sel:nfsExports:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_nfsExports - The configuration object for mounting a Network File System (NFS) file system.

$sel:readOnly:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_readOnly - A Boolean value indicating whether the volume is read-only.

$sel:recordSizeKiB:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_recordSizeKiB - Specifies the record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. Database workflows can benefit from a smaller record size, while streaming workflows can benefit from a larger record size. For additional guidance on when to set a custom record size, see Tips for maximizing performance in the Amazon FSx for OpenZFS User Guide.

UpdateOpenZFSVolumeConfiguration, updateOpenZFSVolumeConfiguration_storageCapacityQuotaGiB - The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume. You can specify a value of -1 to unset a volume's storage capacity quota.

$sel:storageCapacityReservationGiB:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_storageCapacityReservationGiB - The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage than the parent volume has reserved. You can specify a value of -1 to unset a volume's storage capacity reservation.

$sel:userAndGroupQuotas:UpdateOpenZFSVolumeConfiguration', updateOpenZFSVolumeConfiguration_userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.

UpdateSvmActiveDirectoryConfiguration

data UpdateSvmActiveDirectoryConfiguration Source #

Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD. Please note, account credentials are not returned in the response payload.

See: newUpdateSvmActiveDirectoryConfiguration smart constructor.

Instances

Instances details
ToJSON UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

Generic UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

Show UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

NFData UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

Eq UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

Hashable UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

type Rep UpdateSvmActiveDirectoryConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration

type Rep UpdateSvmActiveDirectoryConfiguration = D1 ('MetaData "UpdateSvmActiveDirectoryConfiguration" "Amazonka.FSx.Types.UpdateSvmActiveDirectoryConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "UpdateSvmActiveDirectoryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryConfigurationUpdates))))

newUpdateSvmActiveDirectoryConfiguration :: UpdateSvmActiveDirectoryConfiguration Source #

Create a value of UpdateSvmActiveDirectoryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:selfManagedActiveDirectoryConfiguration:UpdateSvmActiveDirectoryConfiguration', updateSvmActiveDirectoryConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

Volume

data Volume Source #

Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

See: newVolume smart constructor.

Instances

Instances details
FromJSON Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Generic Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Associated Types

type Rep Volume :: Type -> Type #

Methods

from :: Volume -> Rep Volume x #

to :: Rep Volume x -> Volume #

Read Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Show Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

NFData Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Methods

rnf :: Volume -> () #

Eq Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Methods

(==) :: Volume -> Volume -> Bool #

(/=) :: Volume -> Volume -> Bool #

Hashable Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

Methods

hashWithSalt :: Int -> Volume -> Int #

hash :: Volume -> Int #

type Rep Volume Source # 
Instance details

Defined in Amazonka.FSx.Types.Volume

type Rep Volume = D1 ('MetaData "Volume" "Amazonka.FSx.Types.Volume" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Volume'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "administrativeActions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AdministrativeAction])) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lifecycle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeLifecycle)) :*: (S1 ('MetaSel ('Just "lifecycleTransitionReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LifecycleTransitionReason)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "ontapConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OntapVolumeConfiguration)) :*: (S1 ('MetaSel ('Just "openZFSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OpenZFSVolumeConfiguration)) :*: S1 ('MetaSel ('Just "resourceARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))) :*: (S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeType)))))))

newVolume :: Volume Source #

Create a value of Volume with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:administrativeActions:Volume', volume_administrativeActions - A list of administrative actions for the volume that are in process or waiting to be processed. Administrative actions describe changes to the volume that you have initiated using the UpdateVolume action.

$sel:creationTime:Volume', volume_creationTime - Undocumented member.

$sel:fileSystemId:Volume', volume_fileSystemId - Undocumented member.

$sel:lifecycle:Volume', volume_lifecycle - The lifecycle status of the volume.

  • AVAILABLE - The volume is fully available for use.
  • CREATED - The volume has been created.
  • CREATING - Amazon FSx is creating the new volume.
  • DELETING - Amazon FSx is deleting an existing volume.
  • FAILED - Amazon FSx was unable to create the volume.
  • MISCONFIGURED - The volume is in a failed but recoverable state.
  • PENDING - Amazon FSx hasn't started creating the volume.

$sel:lifecycleTransitionReason:Volume', volume_lifecycleTransitionReason - The reason why the volume lifecycle status changed.

$sel:name:Volume', volume_name - The name of the volume.

$sel:ontapConfiguration:Volume', volume_ontapConfiguration - Undocumented member.

$sel:openZFSConfiguration:Volume', volume_openZFSConfiguration - The configuration of an Amazon FSx for OpenZFS volume.

$sel:resourceARN:Volume', volume_resourceARN - Undocumented member.

$sel:tags:Volume', volume_tags - Undocumented member.

$sel:volumeId:Volume', volume_volumeId - The system-generated, unique ID of the volume.

$sel:volumeType:Volume', volume_volumeType - The type of the volume.

VolumeFilter

data VolumeFilter Source #

A filter used to restrict the results of describe calls for Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volumes. You can use multiple filters to return results that meet all applied filter requirements.

See: newVolumeFilter smart constructor.

Instances

Instances details
ToJSON VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

Generic VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

Associated Types

type Rep VolumeFilter :: Type -> Type #

Read VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

Show VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

NFData VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

Methods

rnf :: VolumeFilter -> () #

Eq VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

Hashable VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

type Rep VolumeFilter Source # 
Instance details

Defined in Amazonka.FSx.Types.VolumeFilter

type Rep VolumeFilter = D1 ('MetaData "VolumeFilter" "Amazonka.FSx.Types.VolumeFilter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "VolumeFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeFilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newVolumeFilter :: VolumeFilter Source #

Create a value of VolumeFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:VolumeFilter', volumeFilter_name - The name for this filter.

$sel:values:VolumeFilter', volumeFilter_values - The values of the filter. These are all the values for any of the applied filters.

WindowsAuditLogConfiguration

data WindowsAuditLogConfiguration Source #

The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system. For more information, see File access auditing.

See: newWindowsAuditLogConfiguration smart constructor.

Instances

Instances details
FromJSON WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

Generic WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

Associated Types

type Rep WindowsAuditLogConfiguration :: Type -> Type #

Read WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

Show WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

NFData WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

Eq WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

Hashable WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

type Rep WindowsAuditLogConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogConfiguration

type Rep WindowsAuditLogConfiguration = D1 ('MetaData "WindowsAuditLogConfiguration" "Amazonka.FSx.Types.WindowsAuditLogConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "WindowsAuditLogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditLogDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WindowsAccessAuditLogLevel) :*: S1 ('MetaSel ('Just "fileShareAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WindowsAccessAuditLogLevel))))

newWindowsAuditLogConfiguration Source #

Create a value of WindowsAuditLogConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditLogDestination:WindowsAuditLogConfiguration', windowsAuditLogConfiguration_auditLogDestination - The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.

The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.

The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.

$sel:fileAccessAuditLogLevel:WindowsAuditLogConfiguration', windowsAuditLogConfiguration_fileAccessAuditLogLevel - Sets which attempt type is logged by Amazon FSx for file and folder accesses.

  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
  • DISABLED - access auditing of files and folders is turned off.

$sel:fileShareAccessAuditLogLevel:WindowsAuditLogConfiguration', windowsAuditLogConfiguration_fileShareAccessAuditLogLevel - Sets which attempt type is logged by Amazon FSx for file share accesses.

  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
  • FAILURE_ONLY - only failed attempts to access file shares are logged.
  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
  • DISABLED - access auditing of file shares is turned off.

WindowsAuditLogCreateConfiguration

data WindowsAuditLogCreateConfiguration Source #

The Windows file access auditing configuration used when creating or updating an Amazon FSx for Windows File Server file system.

See: newWindowsAuditLogCreateConfiguration smart constructor.

Instances

Instances details
ToJSON WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

Generic WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

Associated Types

type Rep WindowsAuditLogCreateConfiguration :: Type -> Type #

Read WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

Show WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

NFData WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

Eq WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

Hashable WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

type Rep WindowsAuditLogCreateConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration

type Rep WindowsAuditLogCreateConfiguration = D1 ('MetaData "WindowsAuditLogCreateConfiguration" "Amazonka.FSx.Types.WindowsAuditLogCreateConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "WindowsAuditLogCreateConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "auditLogDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WindowsAccessAuditLogLevel) :*: S1 ('MetaSel ('Just "fileShareAccessAuditLogLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WindowsAccessAuditLogLevel))))

newWindowsAuditLogCreateConfiguration Source #

Create a value of WindowsAuditLogCreateConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auditLogDestination:WindowsAuditLogCreateConfiguration', windowsAuditLogCreateConfiguration_auditLogDestination - The Amazon Resource Name (ARN) that specifies the destination of the audit logs.

The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN, with the following requirements:

  • The destination ARN that you provide (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
  • The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx prefix.
  • If you do not provide a destination in AuditLogDestination, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
  • If AuditLogDestination is provided and the resource does not exist, the request will fail with a BadRequest error.
  • If FileAccessAuditLogLevel and FileShareAccessAuditLogLevel are both set to DISABLED, you cannot specify a destination in AuditLogDestination.

$sel:fileAccessAuditLogLevel:WindowsAuditLogCreateConfiguration', windowsAuditLogCreateConfiguration_fileAccessAuditLogLevel - Sets which attempt type is logged by Amazon FSx for file and folder accesses.

  • SUCCESS_ONLY - only successful attempts to access files or folders are logged.
  • FAILURE_ONLY - only failed attempts to access files or folders are logged.
  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access files or folders are logged.
  • DISABLED - access auditing of files and folders is turned off.

$sel:fileShareAccessAuditLogLevel:WindowsAuditLogCreateConfiguration', windowsAuditLogCreateConfiguration_fileShareAccessAuditLogLevel - Sets which attempt type is logged by Amazon FSx for file share accesses.

  • SUCCESS_ONLY - only successful attempts to access file shares are logged.
  • FAILURE_ONLY - only failed attempts to access file shares are logged.
  • SUCCESS_AND_FAILURE - both successful attempts and failed attempts to access file shares are logged.
  • DISABLED - access auditing of file shares is turned off.

WindowsFileSystemConfiguration

data WindowsFileSystemConfiguration Source #

The configuration for this Microsoft Windows file system.

See: newWindowsFileSystemConfiguration smart constructor.

Instances

Instances details
FromJSON WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Generic WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Associated Types

type Rep WindowsFileSystemConfiguration :: Type -> Type #

Read WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Show WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

NFData WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Eq WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

Hashable WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

type Rep WindowsFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.WindowsFileSystemConfiguration

type Rep WindowsFileSystemConfiguration = D1 ('MetaData "WindowsFileSystemConfiguration" "Amazonka.FSx.Types.WindowsFileSystemConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "WindowsFileSystemConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "activeDirectoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Alias])) :*: S1 ('MetaSel ('Just "auditLogConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsAuditLogConfiguration)))) :*: ((S1 ('MetaSel ('Just "automaticBackupRetentionDays") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "copyTagsToBackups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "dailyAutomaticBackupStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WindowsDeploymentType))))) :*: ((S1 ('MetaSel ('Just "maintenanceOperationsInProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FileSystemMaintenanceOperation])) :*: (S1 ('MetaSel ('Just "preferredFileServerIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredSubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "remoteAdministrationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "selfManagedActiveDirectoryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelfManagedActiveDirectoryAttributes))) :*: (S1 ('MetaSel ('Just "throughputCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "weeklyMaintenanceStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newWindowsFileSystemConfiguration :: WindowsFileSystemConfiguration Source #

Create a value of WindowsFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeDirectoryId:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_activeDirectoryId - The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

$sel:aliases:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_aliases - Undocumented member.

$sel:auditLogConfiguration:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_auditLogConfiguration - The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system.

$sel:automaticBackupRetentionDays:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_automaticBackupRetentionDays - The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 90 days.

$sel:copyTagsToBackups:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_copyTagsToBackups - A boolean flag indicating whether tags on the file system should be copied to backups. This value defaults to false. If it's set to true, all tags on the file system are copied to all automatic backups and any user-initiated backups where the user doesn't specify any tags. If this value is true, and you specify one or more tags, only the specified tags are copied to backups. If you specify one or more tags when creating a user-initiated backup, no tags are copied from the file system, regardless of this value.

$sel:dailyAutomaticBackupStartTime:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_dailyAutomaticBackupStartTime - The preferred time to take daily automatic backups, in the UTC time zone.

$sel:deploymentType:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_deploymentType - Specifies the file system deployment type, valid values are the following:

  • MULTI_AZ_1 - Specifies a high availability file system that is configured for Multi-AZ redundancy to tolerate temporary Availability Zone (AZ) unavailability, and supports SSD and HDD storage.
  • SINGLE_AZ_1 - (Default) Specifies a file system that is configured for single AZ redundancy, only supports SSD storage.
  • SINGLE_AZ_2 - Latest generation Single AZ file system. Specifies a file system that is configured for single AZ redundancy and supports SSD and HDD storage.

For more information, see Single-AZ and Multi-AZ File Systems.

$sel:maintenanceOperationsInProgress:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_maintenanceOperationsInProgress - The list of maintenance operations in progress for this file system.

$sel:preferredFileServerIp:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_preferredFileServerIp - For MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server.

Use this IP address when mounting the file system on Linux SMB clients or Windows SMB clients that are not joined to a Microsoft Active Directory. Applicable for all Windows file system deployment types. This IP address is temporarily unavailable when the file system is undergoing maintenance. For Linux and Windows SMB clients that are joined to an Active Directory, use the file system's DNSName instead. For more information on mapping and mounting file shares, see Accessing File Shares.

$sel:preferredSubnetId:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_preferredSubnetId - For MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server is located. Must be one of the two subnet IDs specified in SubnetIds property. Amazon FSx serves traffic from this subnet except in the event of a failover to the secondary file server.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this value is the same as that for SubnetIDs. For more information, see Availability and durability: Single-AZ and Multi-AZ file systems.

$sel:remoteAdministrationEndpoint:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_remoteAdministrationEndpoint - For MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file system using Amazon FSx Remote PowerShell.

For SINGLE_AZ_1 and SINGLE_AZ_2 deployment types, this is the DNS name of the file system.

This endpoint is temporarily unavailable when the file system is undergoing maintenance.

$sel:selfManagedActiveDirectoryConfiguration:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_selfManagedActiveDirectoryConfiguration - Undocumented member.

$sel:throughputCapacity:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_throughputCapacity - The throughput of the Amazon FSx file system, measured in megabytes per second.

$sel:weeklyMaintenanceStartTime:WindowsFileSystemConfiguration', windowsFileSystemConfiguration_weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.