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.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

An Active Directory error.

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

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

_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 :: AsError a => Fold a ServiceError Source #

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

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

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

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

A generic error indicating a failure with a client request.

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

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

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

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

_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 :: AsError a => Fold a ServiceError Source #

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

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

No caches were found based upon supplied parameters.

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

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

_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 :: 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 :: AsError a => Fold a ServiceError Source #

A generic error indicating a server-side failure.

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

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

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

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

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

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

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

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

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

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

_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 :: AsError a => Fold a ServiceError Source #

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

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

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

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

A cache configuration is required for this operation.

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

A file system configuration is required for this operation.

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

A volume configuration is required for this operation.

_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 :: AsError a => Fold a ServiceError Source #

The resource specified does not support tagging.

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

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

_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 :: AsError a => Fold a ServiceError Source #

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

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

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

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

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

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

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

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

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

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.

Constructors

ActiveDirectoryBackupAttributes' 

Fields

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.

activeDirectoryBackupAttributes_activeDirectoryId :: Lens' ActiveDirectoryBackupAttributes (Maybe Text) Source #

The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

activeDirectoryBackupAttributes_domainName :: Lens' ActiveDirectoryBackupAttributes (Maybe Text) Source #

The fully qualified domain name of the self-managed Active Directory directory.

AdministrativeAction

data AdministrativeAction Source #

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

See: newAdministrativeAction smart constructor.

Constructors

AdministrativeAction' 

Fields

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.

administrativeAction_progressPercent :: Lens' AdministrativeAction (Maybe Natural) Source #

The percentage-complete status of a STORAGE_OPTIMIZATION administrative action. Does not apply to any other administrative action type.

administrativeAction_requestTime :: Lens' AdministrativeAction (Maybe UTCTime) Source #

The time that the administrative action request was received.

administrativeAction_status :: Lens' AdministrativeAction (Maybe Status) Source #

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.

administrativeAction_targetFileSystemValues :: Lens' AdministrativeAction (Maybe FileSystem) Source #

Describes the target value for the administration action, provided in the UpdateFileSystem operation. Returned for FILE_SYSTEM_UPDATE administrative actions.

AdministrativeActionFailureDetails

data AdministrativeActionFailureDetails Source #

Provides information about a failed administrative action.

See: newAdministrativeActionFailureDetails smart constructor.

Constructors

AdministrativeActionFailureDetails' 

Fields

  • message :: Maybe Text

    Error message providing details about the failed administrative action.

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.

administrativeActionFailureDetails_message :: Lens' AdministrativeActionFailureDetails (Maybe Text) Source #

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.

Constructors

Alias' 

Fields

  • lifecycle :: Maybe AliasLifecycle

    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.
  • name :: Maybe Text

    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.

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.

alias_lifecycle :: Lens' Alias (Maybe AliasLifecycle) Source #

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.

alias_name :: Lens' Alias (Maybe Text) Source #

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.

Constructors

AutoExportPolicy' 

Fields

  • events :: Maybe [EventType]

    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.

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.

autoExportPolicy_events :: Lens' AutoExportPolicy (Maybe [EventType]) Source #

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.

Constructors

AutoImportPolicy' 

Fields

  • events :: Maybe [EventType]

    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.

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.

autoImportPolicy_events :: Lens' AutoImportPolicy (Maybe [EventType]) Source #

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.

Constructors

Backup' 

Fields

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.

backup_directoryInformation :: Lens' Backup (Maybe ActiveDirectoryBackupAttributes) Source #

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

backup_failureDetails :: Lens' Backup (Maybe BackupFailureDetails) Source #

Details explaining any failures that occurred when creating a backup.

backup_kmsKeyId :: Lens' Backup (Maybe Text) Source #

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_ownerId :: Lens' Backup (Maybe Text) Source #

Undocumented member.

backup_resourceARN :: Lens' Backup (Maybe Text) Source #

The Amazon Resource Name (ARN) for the backup resource.

backup_resourceType :: Lens' Backup (Maybe ResourceType) Source #

Specifies the resource type that's backed up.

backup_sourceBackupRegion :: Lens' Backup (Maybe Text) Source #

The source Region of the backup. Specifies the Region from where this backup is copied.

backup_tags :: Lens' Backup (Maybe (NonEmpty Tag)) Source #

The tags associated with a particular file system.

backup_volume :: Lens' Backup (Maybe Volume) Source #

Undocumented member.

backup_backupId :: Lens' Backup Text Source #

The ID of the backup.

backup_lifecycle :: Lens' Backup 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 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.

backup_type :: Lens' Backup BackupType Source #

The type of the file-system backup.

backup_creationTime :: Lens' Backup UTCTime Source #

The time when a particular backup was created.

backup_fileSystem :: Lens' Backup FileSystem Source #

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.

Constructors

BackupFailureDetails' 

Fields

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.

backupFailureDetails_message :: Lens' BackupFailureDetails (Maybe Text) Source #

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.

Constructors

CompletionReport' 

Fields

  • format :: Maybe ReportFormat

    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.

  • path :: Maybe Text

    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 .

  • scope :: Maybe ReportScope

    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.

  • enabled :: Bool

    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.

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.

completionReport_format :: Lens' CompletionReport (Maybe ReportFormat) Source #

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.

completionReport_path :: Lens' CompletionReport (Maybe Text) Source #

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 .

completionReport_scope :: Lens' CompletionReport (Maybe ReportScope) Source #

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.

completionReport_enabled :: Lens' CompletionReport Bool Source #

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.

Constructors

CreateFileCacheLustreConfiguration' 

Fields

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))))

createFileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' CreateFileCacheLustreConfiguration Natural Source #

Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.

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.

Constructors

CreateFileSystemLustreConfiguration' 

Fields

  • autoImportPolicy :: Maybe AutoImportPolicyType

    (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.

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    (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.

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • dataCompressionType :: Maybe 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.

  • deploymentType :: Maybe LustreDeploymentType

    (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)

  • driveCacheType :: Maybe 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.

  • exportPath :: Maybe Text

    (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.

  • importPath :: Maybe Text

    (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.

  • importedFileChunkSize :: Maybe Natural

    (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.

  • logConfiguration :: Maybe LustreLogCreateConfiguration

    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.

  • perUnitStorageThroughput :: Maybe Natural

    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.
  • rootSquashConfiguration :: Maybe LustreRootSquashConfiguration

    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.

  • weeklyMaintenanceStartTime :: Maybe Text

    (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.

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.

createFileSystemLustreConfiguration_autoImportPolicy :: Lens' CreateFileSystemLustreConfiguration (Maybe AutoImportPolicyType) Source #

(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.

createFileSystemLustreConfiguration_copyTagsToBackups :: Lens' CreateFileSystemLustreConfiguration (Maybe Bool) Source #

(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.

createFileSystemLustreConfiguration_dataCompressionType :: Lens' CreateFileSystemLustreConfiguration (Maybe DataCompressionType) Source #

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.

createFileSystemLustreConfiguration_deploymentType :: Lens' CreateFileSystemLustreConfiguration (Maybe LustreDeploymentType) Source #

(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)

createFileSystemLustreConfiguration_driveCacheType :: Lens' CreateFileSystemLustreConfiguration (Maybe DriveCacheType) Source #

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.

createFileSystemLustreConfiguration_exportPath :: Lens' CreateFileSystemLustreConfiguration (Maybe Text) Source #

(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.

createFileSystemLustreConfiguration_importPath :: Lens' CreateFileSystemLustreConfiguration (Maybe Text) Source #

(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.

createFileSystemLustreConfiguration_importedFileChunkSize :: Lens' CreateFileSystemLustreConfiguration (Maybe Natural) Source #

(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.

createFileSystemLustreConfiguration_logConfiguration :: Lens' CreateFileSystemLustreConfiguration (Maybe LustreLogCreateConfiguration) Source #

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.

createFileSystemLustreConfiguration_perUnitStorageThroughput :: Lens' CreateFileSystemLustreConfiguration (Maybe Natural) Source #

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.

createFileSystemLustreConfiguration_rootSquashConfiguration :: Lens' CreateFileSystemLustreConfiguration (Maybe LustreRootSquashConfiguration) Source #

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.

createFileSystemLustreConfiguration_weeklyMaintenanceStartTime :: Lens' CreateFileSystemLustreConfiguration (Maybe Text) Source #

(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.

Constructors

CreateFileSystemOntapConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • diskIopsConfiguration :: Maybe DiskIopsConfiguration

    The SSD IOPS configuration for the FSx for ONTAP file system.

  • endpointIpAddressRange :: Maybe Text

    (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.

  • fsxAdminPassword :: Maybe (Sensitive Text)

    The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

  • preferredSubnetId :: Maybe Text

    Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

  • routeTableIds :: Maybe [Text]

    (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.

  • weeklyMaintenanceStartTime :: Maybe Text
     
  • deploymentType :: OntapDeploymentType

    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.

  • throughputCapacity :: Natural

    Sets the throughput capacity for the file system that you're creating. Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.

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.

createFileSystemOntapConfiguration_endpointIpAddressRange :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

(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.

createFileSystemOntapConfiguration_fsxAdminPassword :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

The ONTAP administrative password for the fsxadmin user with which you administer your file system using the NetApp ONTAP CLI and REST API.

createFileSystemOntapConfiguration_preferredSubnetId :: Lens' CreateFileSystemOntapConfiguration (Maybe Text) Source #

Required when DeploymentType is set to MULTI_AZ_1. This specifies the subnet in which you want the preferred file server to be located.

createFileSystemOntapConfiguration_routeTableIds :: Lens' CreateFileSystemOntapConfiguration (Maybe [Text]) Source #

(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.

createFileSystemOntapConfiguration_deploymentType :: Lens' CreateFileSystemOntapConfiguration OntapDeploymentType Source #

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.

createFileSystemOntapConfiguration_throughputCapacity :: Lens' CreateFileSystemOntapConfiguration Natural Source #

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.

Constructors

CreateFileSystemOpenZFSConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    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.

  • copyTagsToVolumes :: Maybe Bool

    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.

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • diskIopsConfiguration :: Maybe DiskIopsConfiguration
     
  • rootVolumeConfiguration :: Maybe OpenZFSCreateRootVolumeConfiguration

    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.

  • weeklyMaintenanceStartTime :: Maybe Text
     
  • deploymentType :: OpenZFSDeploymentType

    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.

  • throughputCapacity :: Natural

    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.

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.

createFileSystemOpenZFSConfiguration_copyTagsToBackups :: Lens' CreateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

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.

createFileSystemOpenZFSConfiguration_copyTagsToVolumes :: Lens' CreateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

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.

createFileSystemOpenZFSConfiguration_rootVolumeConfiguration :: Lens' CreateFileSystemOpenZFSConfiguration (Maybe OpenZFSCreateRootVolumeConfiguration) Source #

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.

createFileSystemOpenZFSConfiguration_deploymentType :: Lens' CreateFileSystemOpenZFSConfiguration OpenZFSDeploymentType Source #

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.

createFileSystemOpenZFSConfiguration_throughputCapacity :: Lens' CreateFileSystemOpenZFSConfiguration Natural Source #

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.

Constructors

CreateFileSystemWindowsConfiguration' 

Fields

  • activeDirectoryId :: Maybe Text

    The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.

  • aliases :: Maybe [Text]

    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.

  • auditLogConfiguration :: Maybe WindowsAuditLogCreateConfiguration

    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.

  • automaticBackupRetentionDays :: Maybe Natural

    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.

  • copyTagsToBackups :: Maybe Bool

    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.

  • dailyAutomaticBackupStartTime :: Maybe Text

    The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.

  • deploymentType :: Maybe WindowsDeploymentType

    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.

  • preferredSubnetId :: Maybe Text

    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.

  • selfManagedActiveDirectoryConfiguration :: Maybe SelfManagedActiveDirectoryConfiguration
     
  • weeklyMaintenanceStartTime :: Maybe Text

    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.

  • throughputCapacity :: Natural

    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).

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).

createFileSystemWindowsConfiguration_activeDirectoryId :: Lens' CreateFileSystemWindowsConfiguration (Maybe Text) Source #

The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system should join when it's created.

createFileSystemWindowsConfiguration_aliases :: Lens' CreateFileSystemWindowsConfiguration (Maybe [Text]) Source #

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.

createFileSystemWindowsConfiguration_auditLogConfiguration :: Lens' CreateFileSystemWindowsConfiguration (Maybe WindowsAuditLogCreateConfiguration) 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.

createFileSystemWindowsConfiguration_automaticBackupRetentionDays :: Lens' CreateFileSystemWindowsConfiguration (Maybe Natural) Source #

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.

createFileSystemWindowsConfiguration_copyTagsToBackups :: Lens' CreateFileSystemWindowsConfiguration (Maybe Bool) Source #

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.

createFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime :: Lens' CreateFileSystemWindowsConfiguration (Maybe Text) Source #

The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.

createFileSystemWindowsConfiguration_deploymentType :: Lens' CreateFileSystemWindowsConfiguration (Maybe WindowsDeploymentType) Source #

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.

createFileSystemWindowsConfiguration_preferredSubnetId :: Lens' CreateFileSystemWindowsConfiguration (Maybe Text) Source #

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.

createFileSystemWindowsConfiguration_weeklyMaintenanceStartTime :: Lens' CreateFileSystemWindowsConfiguration (Maybe Text) Source #

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.

createFileSystemWindowsConfiguration_throughputCapacity :: Lens' CreateFileSystemWindowsConfiguration Natural Source #

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.

Constructors

CreateOntapVolumeConfiguration' 

Fields

  • copyTagsToBackups :: Maybe Bool

    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.

  • junctionPath :: Maybe Text

    Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

  • ontapVolumeType :: Maybe InputOntapVolumeType

    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.

  • securityStyle :: Maybe 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.
  • snapshotPolicy :: Maybe Text

    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.

  • storageEfficiencyEnabled :: Maybe Bool

    Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.

  • tieringPolicy :: Maybe TieringPolicy
     
  • sizeInMegabytes :: Natural

    Specifies the size of the volume, in megabytes (MB), that you are creating.

  • storageVirtualMachineId :: Text

    Specifies the ONTAP SVM in which to create the volume.

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.

createOntapVolumeConfiguration_copyTagsToBackups :: Lens' CreateOntapVolumeConfiguration (Maybe Bool) Source #

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.

createOntapVolumeConfiguration_junctionPath :: Lens' CreateOntapVolumeConfiguration (Maybe Text) Source #

Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

createOntapVolumeConfiguration_ontapVolumeType :: Lens' CreateOntapVolumeConfiguration (Maybe InputOntapVolumeType) Source #

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.

createOntapVolumeConfiguration_securityStyle :: Lens' CreateOntapVolumeConfiguration (Maybe SecurityStyle) Source #

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.

createOntapVolumeConfiguration_snapshotPolicy :: Lens' CreateOntapVolumeConfiguration (Maybe Text) Source #

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.

createOntapVolumeConfiguration_storageEfficiencyEnabled :: Lens' CreateOntapVolumeConfiguration (Maybe Bool) Source #

Set to true to enable deduplication, compression, and compaction storage efficiency features on the volume.

createOntapVolumeConfiguration_sizeInMegabytes :: Lens' CreateOntapVolumeConfiguration Natural Source #

Specifies the size of the volume, in megabytes (MB), that you are creating.

CreateOpenZFSOriginSnapshotConfiguration

data CreateOpenZFSOriginSnapshotConfiguration Source #

The snapshot configuration to use when creating an OpenZFS volume from a snapshot.

See: newCreateOpenZFSOriginSnapshotConfiguration smart constructor.

Constructors

CreateOpenZFSOriginSnapshotConfiguration' 

Fields

  • snapshotARN :: Text
     
  • copyStrategy :: OpenZFSCopyStrategy

    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.

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.

createOpenZFSOriginSnapshotConfiguration_copyStrategy :: Lens' CreateOpenZFSOriginSnapshotConfiguration OpenZFSCopyStrategy Source #

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.

Constructors

CreateOpenZFSVolumeConfiguration' 

Fields

  • copyTagsToSnapshots :: Maybe Bool

    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.

  • dataCompressionType :: Maybe OpenZFSDataCompressionType

    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/.

  • nfsExports :: Maybe [OpenZFSNfsExport]

    The configuration object for mounting a Network File System (NFS) file system.

  • originSnapshot :: Maybe CreateOpenZFSOriginSnapshotConfiguration

    The configuration object that specifies the snapshot to use as the origin of the data for the volume.

  • readOnly :: Maybe Bool

    A Boolean value indicating whether the volume is read-only.

  • recordSizeKiB :: Maybe Natural

    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.

  • storageCapacityQuotaGiB :: Maybe Int

    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.

  • storageCapacityReservationGiB :: Maybe Int

    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.

  • userAndGroupQuotas :: Maybe [OpenZFSUserOrGroupQuota]

    An object specifying how much storage users or groups can use on the volume.

  • parentVolumeId :: Text

    The ID of the volume to use as the parent volume of the volume that you are creating.

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.

createOpenZFSVolumeConfiguration_copyTagsToSnapshots :: Lens' CreateOpenZFSVolumeConfiguration (Maybe Bool) Source #

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.

createOpenZFSVolumeConfiguration_dataCompressionType :: Lens' CreateOpenZFSVolumeConfiguration (Maybe OpenZFSDataCompressionType) Source #

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/.

createOpenZFSVolumeConfiguration_nfsExports :: Lens' CreateOpenZFSVolumeConfiguration (Maybe [OpenZFSNfsExport]) Source #

The configuration object for mounting a Network File System (NFS) file system.

createOpenZFSVolumeConfiguration_originSnapshot :: Lens' CreateOpenZFSVolumeConfiguration (Maybe CreateOpenZFSOriginSnapshotConfiguration) Source #

The configuration object that specifies the snapshot to use as the origin of the data for the volume.

createOpenZFSVolumeConfiguration_readOnly :: Lens' CreateOpenZFSVolumeConfiguration (Maybe Bool) Source #

A Boolean value indicating whether the volume is read-only.

createOpenZFSVolumeConfiguration_recordSizeKiB :: Lens' CreateOpenZFSVolumeConfiguration (Maybe Natural) Source #

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_storageCapacityQuotaGiB :: Lens' CreateOpenZFSVolumeConfiguration (Maybe Int) Source #

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.

createOpenZFSVolumeConfiguration_storageCapacityReservationGiB :: Lens' CreateOpenZFSVolumeConfiguration (Maybe Int) Source #

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.

createOpenZFSVolumeConfiguration_userAndGroupQuotas :: Lens' CreateOpenZFSVolumeConfiguration (Maybe [OpenZFSUserOrGroupQuota]) Source #

An object specifying how much storage users or groups can use on the volume.

createOpenZFSVolumeConfiguration_parentVolumeId :: Lens' CreateOpenZFSVolumeConfiguration Text Source #

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.

Constructors

CreateSvmActiveDirectoryConfiguration' 

Fields

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.

createSvmActiveDirectoryConfiguration_netBiosName :: Lens' CreateSvmActiveDirectoryConfiguration Text Source #

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.

Constructors

DataRepositoryAssociation' 

Fields

  • associationId :: Maybe Text

    The system-generated, unique ID of the data repository association.

  • batchImportMetaDataOnCreate :: Maybe Bool

    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.

  • creationTime :: Maybe POSIX
     
  • dataRepositoryPath :: Maybe Text

    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/.
  • dataRepositorySubdirectories :: Maybe [Text]

    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.

  • failureDetails :: Maybe DataRepositoryFailureDetails
     
  • fileCacheId :: Maybe Text

    The globally unique ID of the Amazon File Cache resource.

  • fileCachePath :: Maybe Text

    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.

  • fileSystemId :: Maybe Text
     
  • fileSystemPath :: Maybe Text

    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.

  • importedFileChunkSize :: Maybe Natural

    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.

  • lifecycle :: Maybe DataRepositoryLifecycle

    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.
  • nfs :: Maybe NFSDataRepositoryConfiguration

    The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.

  • resourceARN :: Maybe Text
     
  • s3 :: Maybe S3DataRepositoryConfiguration

    The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.

  • tags :: Maybe (NonEmpty Tag)
     

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.

dataRepositoryAssociation_associationId :: Lens' DataRepositoryAssociation (Maybe Text) Source #

The system-generated, unique ID of the data repository association.

dataRepositoryAssociation_batchImportMetaDataOnCreate :: Lens' DataRepositoryAssociation (Maybe Bool) Source #

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.

dataRepositoryAssociation_dataRepositoryPath :: Lens' DataRepositoryAssociation (Maybe Text) Source #

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/.

dataRepositoryAssociation_dataRepositorySubdirectories :: Lens' DataRepositoryAssociation (Maybe [Text]) Source #

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.

dataRepositoryAssociation_fileCacheId :: Lens' DataRepositoryAssociation (Maybe Text) Source #

The globally unique ID of the Amazon File Cache resource.

dataRepositoryAssociation_fileCachePath :: Lens' DataRepositoryAssociation (Maybe Text) Source #

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.

dataRepositoryAssociation_fileSystemPath :: Lens' DataRepositoryAssociation (Maybe Text) Source #

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.

dataRepositoryAssociation_importedFileChunkSize :: Lens' DataRepositoryAssociation (Maybe Natural) Source #

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.

dataRepositoryAssociation_lifecycle :: Lens' DataRepositoryAssociation (Maybe DataRepositoryLifecycle) Source #

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.

dataRepositoryAssociation_nfs :: Lens' DataRepositoryAssociation (Maybe NFSDataRepositoryConfiguration) Source #

The configuration for an NFS data repository linked to an Amazon File Cache resource with a data repository association.

dataRepositoryAssociation_s3 :: Lens' DataRepositoryAssociation (Maybe S3DataRepositoryConfiguration) Source #

The configuration for an Amazon S3 data repository linked to an Amazon FSx for Lustre file system with a data repository association.

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.

Constructors

DataRepositoryConfiguration' 

Fields

  • autoImportPolicy :: Maybe AutoImportPolicyType

    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.
  • exportPath :: Maybe Text

    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.

  • failureDetails :: Maybe DataRepositoryFailureDetails
     
  • importPath :: Maybe Text

    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.

  • importedFileChunkSize :: Maybe Natural

    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.

  • lifecycle :: Maybe DataRepositoryLifecycle

    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.

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.

dataRepositoryConfiguration_autoImportPolicy :: Lens' DataRepositoryConfiguration (Maybe AutoImportPolicyType) Source #

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.

dataRepositoryConfiguration_exportPath :: Lens' DataRepositoryConfiguration (Maybe Text) Source #

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.

dataRepositoryConfiguration_importPath :: Lens' DataRepositoryConfiguration (Maybe Text) Source #

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.

dataRepositoryConfiguration_importedFileChunkSize :: Lens' DataRepositoryConfiguration (Maybe Natural) Source #

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.

dataRepositoryConfiguration_lifecycle :: Lens' DataRepositoryConfiguration (Maybe DataRepositoryLifecycle) Source #

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.

Constructors

DataRepositoryTask' 

Fields

  • capacityToRelease :: Maybe Natural

    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.

  • endTime :: Maybe POSIX

    The time the system completed processing the task, populated after the task is complete.

  • failureDetails :: Maybe DataRepositoryTaskFailureDetails

    Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.

  • fileCacheId :: Maybe Text

    The system-generated, unique ID of the cache.

  • fileSystemId :: Maybe Text

    The globally unique ID of the file system.

  • paths :: Maybe [Text]

    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.

  • report :: Maybe CompletionReport
     
  • resourceARN :: Maybe Text
     
  • startTime :: Maybe POSIX

    The time the system began processing the task.

  • status :: Maybe DataRepositoryTaskStatus

    Provides the status of the number of files that the task has processed successfully and failed to process.

  • tags :: Maybe (NonEmpty Tag)
     
  • taskId :: Text

    The system-generated, unique 17-digit ID of the data repository task.

  • lifecycle :: DataRepositoryTaskLifecycle

    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.

  • type' :: DataRepositoryTaskType

    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.
  • creationTime :: POSIX
     

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.

dataRepositoryTask_capacityToRelease :: Lens' DataRepositoryTask (Maybe Natural) Source #

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.

dataRepositoryTask_endTime :: Lens' DataRepositoryTask (Maybe UTCTime) Source #

The time the system completed processing the task, populated after the task is complete.

dataRepositoryTask_failureDetails :: Lens' DataRepositoryTask (Maybe DataRepositoryTaskFailureDetails) Source #

Failure message describing why the task failed, it is populated only when Lifecycle is set to FAILED.

dataRepositoryTask_fileCacheId :: Lens' DataRepositoryTask (Maybe Text) Source #

The system-generated, unique ID of the cache.

dataRepositoryTask_fileSystemId :: Lens' DataRepositoryTask (Maybe Text) Source #

The globally unique ID of the file system.

dataRepositoryTask_paths :: Lens' DataRepositoryTask (Maybe [Text]) Source #

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.

dataRepositoryTask_startTime :: Lens' DataRepositoryTask (Maybe UTCTime) Source #

The time the system began processing the task.

dataRepositoryTask_status :: Lens' DataRepositoryTask (Maybe DataRepositoryTaskStatus) Source #

Provides the status of the number of files that the task has processed successfully and failed to process.

dataRepositoryTask_taskId :: Lens' DataRepositoryTask Text Source #

The system-generated, unique 17-digit ID of the data repository task.

dataRepositoryTask_lifecycle :: Lens' DataRepositoryTask DataRepositoryTaskLifecycle Source #

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.

dataRepositoryTask_type :: Lens' DataRepositoryTask DataRepositoryTaskType Source #

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.

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.

Constructors

DataRepositoryTaskFilter' 

Fields

  • name :: Maybe DataRepositoryTaskFilterName

    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.
  • values :: Maybe [Text]

    Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

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.

dataRepositoryTaskFilter_name :: Lens' DataRepositoryTaskFilter (Maybe DataRepositoryTaskFilterName) Source #

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.

dataRepositoryTaskFilter_values :: Lens' DataRepositoryTaskFilter (Maybe [Text]) Source #

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.

Constructors

DataRepositoryTaskStatus' 

Fields

  • failedCount :: Maybe Integer

    A running total of the number of files that the task failed to process.

  • lastUpdatedTime :: Maybe POSIX

    The time at which the task status was last updated.

  • releasedCapacity :: Maybe Integer

    The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

  • succeededCount :: Maybe Integer

    A running total of the number of files that the task has successfully processed.

  • totalCount :: Maybe Integer

    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.

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.

dataRepositoryTaskStatus_failedCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #

A running total of the number of files that the task failed to process.

dataRepositoryTaskStatus_lastUpdatedTime :: Lens' DataRepositoryTaskStatus (Maybe UTCTime) Source #

The time at which the task status was last updated.

dataRepositoryTaskStatus_releasedCapacity :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #

The total amount of data, in GiB, released by an Amazon File Cache AUTO_RELEASE_DATA task that automatically releases files from the cache.

dataRepositoryTaskStatus_succeededCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #

A running total of the number of files that the task has successfully processed.

dataRepositoryTaskStatus_totalCount :: Lens' DataRepositoryTaskStatus (Maybe Integer) Source #

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.

Constructors

DeleteFileSystemLustreConfiguration' 

Fields

  • finalBackupTags :: Maybe (NonEmpty Tag)

    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.

  • skipFinalBackup :: Maybe Bool

    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.

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.

deleteFileSystemLustreConfiguration_finalBackupTags :: Lens' DeleteFileSystemLustreConfiguration (Maybe (NonEmpty Tag)) Source #

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.

deleteFileSystemLustreConfiguration_skipFinalBackup :: Lens' DeleteFileSystemLustreConfiguration (Maybe Bool) Source #

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.

Constructors

DeleteFileSystemLustreResponse' 

Fields

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.

Constructors

DeleteFileSystemOpenZFSConfiguration' 

Fields

  • finalBackupTags :: Maybe (NonEmpty Tag)

    A list of tags to apply to the file system's final backup.

  • options :: Maybe [DeleteFileSystemOpenZFSOption]

    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.

  • skipFinalBackup :: Maybe Bool

    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.

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.

deleteFileSystemOpenZFSConfiguration_options :: Lens' DeleteFileSystemOpenZFSConfiguration (Maybe [DeleteFileSystemOpenZFSOption]) Source #

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.

deleteFileSystemOpenZFSConfiguration_skipFinalBackup :: Lens' DeleteFileSystemOpenZFSConfiguration (Maybe Bool) Source #

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.

Constructors

DeleteFileSystemWindowsConfiguration' 

Fields

  • finalBackupTags :: Maybe (NonEmpty Tag)

    A set of tags for your final backup.

  • skipFinalBackup :: Maybe Bool

    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.

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.

deleteFileSystemWindowsConfiguration_skipFinalBackup :: Lens' DeleteFileSystemWindowsConfiguration (Maybe Bool) Source #

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.

Constructors

DeleteFileSystemWindowsResponse' 

Fields

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.

Constructors

DeleteVolumeOntapConfiguration' 

Fields

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.

deleteVolumeOntapConfiguration_skipFinalBackup :: Lens' DeleteVolumeOntapConfiguration (Maybe Bool) Source #

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.

Constructors

DeleteVolumeOpenZFSConfiguration' 

Fields

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.

deleteVolumeOpenZFSConfiguration_options :: Lens' DeleteVolumeOpenZFSConfiguration (Maybe [DeleteOpenZFSVolumeOption]) Source #

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.

Constructors

DiskIopsConfiguration' 

Fields

  • iops :: Maybe Natural

    The total number of SSD IOPS provisioned for the file system.

  • mode :: Maybe DiskIopsConfigurationMode

    Specifies whether the number of IOPS for the file system is using the system default (AUTOMATIC) or was provisioned by the customer (USER_PROVISIONED).

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).

diskIopsConfiguration_iops :: Lens' DiskIopsConfiguration (Maybe Natural) Source #

The total number of SSD IOPS provisioned for the file system.

diskIopsConfiguration_mode :: Lens' DiskIopsConfiguration (Maybe DiskIopsConfigurationMode) Source #

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.

Constructors

FileCache' 

Fields

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.

fileCache_dNSName :: Lens' FileCache (Maybe Text) Source #

The Domain Name System (DNS) name for the cache.

fileCache_dataRepositoryAssociationIds :: Lens' FileCache (Maybe [Text]) Source #

A list of IDs of data repository associations that are associated with this cache.

fileCache_failureDetails :: Lens' FileCache (Maybe FileCacheFailureDetails) Source #

A structure providing details of any failures that occurred.

fileCache_fileCacheId :: Lens' FileCache (Maybe Text) Source #

The system-generated, unique ID of the cache.

fileCache_fileCacheType :: Lens' FileCache (Maybe FileCacheType) Source #

The type of cache, which must be LUSTRE.

fileCache_fileCacheTypeVersion :: Lens' FileCache (Maybe Text) Source #

The Lustre version of the cache, which must be 2.12.

fileCache_kmsKeyId :: Lens' FileCache (Maybe Text) Source #

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.

fileCache_lifecycle :: Lens' FileCache (Maybe FileCacheLifecycle) Source #

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.

fileCache_lustreConfiguration :: Lens' FileCache (Maybe FileCacheLustreConfiguration) Source #

The configuration for the Amazon File Cache resource.

fileCache_storageCapacity :: Lens' FileCache (Maybe Natural) Source #

The storage capacity of the cache in gibibytes (GiB).

fileCache_subnetIds :: Lens' FileCache (Maybe [Text]) Source #

Undocumented member.

fileCache_vpcId :: Lens' FileCache (Maybe Text) Source #

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.

Constructors

FileCacheCreating' 

Fields

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.

fileCacheCreating_copyTagsToDataRepositoryAssociations :: Lens' FileCacheCreating (Maybe Bool) Source #

A boolean flag indicating whether tags for the cache should be copied to data repository associations.

fileCacheCreating_dNSName :: Lens' FileCacheCreating (Maybe Text) Source #

The Domain Name System (DNS) name for the cache.

fileCacheCreating_dataRepositoryAssociationIds :: Lens' FileCacheCreating (Maybe [Text]) Source #

A list of IDs of data repository associations that are associated with this cache.

fileCacheCreating_failureDetails :: Lens' FileCacheCreating (Maybe FileCacheFailureDetails) Source #

A structure providing details of any failures that occurred.

fileCacheCreating_fileCacheId :: Lens' FileCacheCreating (Maybe Text) Source #

The system-generated, unique ID of the cache.

fileCacheCreating_fileCacheTypeVersion :: Lens' FileCacheCreating (Maybe Text) Source #

The Lustre version of the cache, which must be 2.12.

fileCacheCreating_kmsKeyId :: Lens' FileCacheCreating (Maybe Text) Source #

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.

fileCacheCreating_lifecycle :: Lens' FileCacheCreating (Maybe FileCacheLifecycle) Source #

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.

fileCacheCreating_storageCapacity :: Lens' FileCacheCreating (Maybe Natural) Source #

The storage capacity of the cache in gibibytes (GiB).

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.

Constructors

FileCacheDataRepositoryAssociation' 

Fields

  • dataRepositorySubdirectories :: Maybe [Text]

    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.

  • nfs :: Maybe FileCacheNFSConfiguration

    The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.

  • fileCachePath :: Text

    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.

  • dataRepositoryPath :: Text

    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/.

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/.

fileCacheDataRepositoryAssociation_dataRepositorySubdirectories :: Lens' FileCacheDataRepositoryAssociation (Maybe [Text]) Source #

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.

fileCacheDataRepositoryAssociation_nfs :: Lens' FileCacheDataRepositoryAssociation (Maybe FileCacheNFSConfiguration) Source #

The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.

fileCacheDataRepositoryAssociation_fileCachePath :: Lens' FileCacheDataRepositoryAssociation Text Source #

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.

fileCacheDataRepositoryAssociation_dataRepositoryPath :: Lens' FileCacheDataRepositoryAssociation Text Source #

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.

Constructors

FileCacheFailureDetails' 

Fields

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.

fileCacheFailureDetails_message :: Lens' FileCacheFailureDetails (Maybe Text) Source #

A message describing any failures that occurred.

FileCacheLustreConfiguration

data FileCacheLustreConfiguration Source #

The configuration for the Amazon File Cache resource.

See: newFileCacheLustreConfiguration smart constructor.

Constructors

FileCacheLustreConfiguration' 

Fields

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.

fileCacheLustreConfiguration_deploymentType :: Lens' FileCacheLustreConfiguration (Maybe FileCacheLustreDeploymentType) Source #

The deployment type of the Amazon File Cache resource, which must be CACHE_1.

fileCacheLustreConfiguration_logConfiguration :: Lens' FileCacheLustreConfiguration (Maybe LustreLogConfiguration) Source #

The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.

fileCacheLustreConfiguration_mountName :: Lens' FileCacheLustreConfiguration (Maybe Text) Source #

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.

fileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' FileCacheLustreConfiguration (Maybe Natural) Source #

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.

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.

Constructors

FileCacheLustreMetadataConfiguration' 

Fields

  • storageCapacity :: Natural

    The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.

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.

fileCacheLustreMetadataConfiguration_storageCapacity :: Lens' FileCacheLustreMetadataConfiguration Natural Source #

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.

Constructors

FileCacheNFSConfiguration' 

Fields

  • dnsIps :: Maybe [Text]

    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.

  • version :: NfsVersion

    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.

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.

fileCacheNFSConfiguration_dnsIps :: Lens' FileCacheNFSConfiguration (Maybe [Text]) Source #

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.

fileCacheNFSConfiguration_version :: Lens' FileCacheNFSConfiguration NfsVersion Source #

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.

Constructors

FileSystem' 

Fields

  • administrativeActions :: Maybe [AdministrativeAction]

    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.

  • creationTime :: Maybe POSIX

    The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

  • dNSName :: Maybe Text

    The Domain Name System (DNS) name for the file system.

  • failureDetails :: Maybe FileSystemFailureDetails
     
  • fileSystemId :: Maybe Text

    The system-generated, unique 17-digit ID of the file system.

  • fileSystemType :: Maybe FileSystemType

    The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

  • fileSystemTypeVersion :: Maybe Text

    The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.

  • kmsKeyId :: Maybe Text

    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
  • lifecycle :: Maybe FileSystemLifecycle

    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.
  • lustreConfiguration :: Maybe LustreFileSystemConfiguration
     
  • networkInterfaceIds :: Maybe [Text]

    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.

  • ontapConfiguration :: Maybe OntapFileSystemConfiguration

    The configuration for this Amazon FSx for NetApp ONTAP file system.

  • openZFSConfiguration :: Maybe OpenZFSFileSystemConfiguration

    The configuration for this Amazon FSx for OpenZFS file system.

  • ownerId :: Maybe Text

    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.

  • resourceARN :: Maybe Text

    The Amazon Resource Name (ARN) of the file system resource.

  • storageCapacity :: Maybe Natural

    The storage capacity of the file system in gibibytes (GiB).

  • storageType :: Maybe 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.

  • subnetIds :: Maybe [Text]

    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.

  • tags :: Maybe (NonEmpty Tag)

    The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

  • vpcId :: Maybe Text

    The ID of the primary virtual private cloud (VPC) for the file system.

  • windowsConfiguration :: Maybe WindowsFileSystemConfiguration

    The configuration for this Amazon FSx for Windows File Server file system.

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.

fileSystem_administrativeActions :: Lens' FileSystem (Maybe [AdministrativeAction]) Source #

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.

fileSystem_creationTime :: Lens' FileSystem (Maybe UTCTime) Source #

The time that the file system was created, in seconds (since 1970-01-01T00:00:00Z), also known as Unix time.

fileSystem_dNSName :: Lens' FileSystem (Maybe Text) Source #

The Domain Name System (DNS) name for the file system.

fileSystem_fileSystemId :: Lens' FileSystem (Maybe Text) Source #

The system-generated, unique 17-digit ID of the file system.

fileSystem_fileSystemType :: Lens' FileSystem (Maybe FileSystemType) Source #

The type of Amazon FSx file system, which can be LUSTRE, WINDOWS, ONTAP, or OPENZFS.

fileSystem_fileSystemTypeVersion :: Lens' FileSystem (Maybe Text) Source #

The Lustre version of the Amazon FSx for Lustre file system, either 2.10 or 2.12.

fileSystem_kmsKeyId :: Lens' FileSystem (Maybe Text) Source #

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

fileSystem_lifecycle :: Lens' FileSystem (Maybe FileSystemLifecycle) Source #

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.

fileSystem_networkInterfaceIds :: Lens' FileSystem (Maybe [Text]) Source #

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.

fileSystem_ontapConfiguration :: Lens' FileSystem (Maybe OntapFileSystemConfiguration) Source #

The configuration for this Amazon FSx for NetApp ONTAP file system.

fileSystem_openZFSConfiguration :: Lens' FileSystem (Maybe OpenZFSFileSystemConfiguration) Source #

The configuration for this Amazon FSx for OpenZFS file system.

fileSystem_ownerId :: Lens' FileSystem (Maybe Text) Source #

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.

fileSystem_resourceARN :: Lens' FileSystem (Maybe Text) Source #

The Amazon Resource Name (ARN) of the file system resource.

fileSystem_storageCapacity :: Lens' FileSystem (Maybe Natural) Source #

The storage capacity of the file system in gibibytes (GiB).

fileSystem_storageType :: Lens' FileSystem (Maybe StorageType) Source #

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.

fileSystem_subnetIds :: Lens' FileSystem (Maybe [Text]) Source #

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.

fileSystem_tags :: Lens' FileSystem (Maybe (NonEmpty Tag)) Source #

The tags to associate with the file system. For more information, see Tagging your Amazon EC2 resources in the Amazon EC2 User Guide.

fileSystem_vpcId :: Lens' FileSystem (Maybe Text) Source #

The ID of the primary virtual private cloud (VPC) for the file system.

fileSystem_windowsConfiguration :: Lens' FileSystem (Maybe WindowsFileSystemConfiguration) Source #

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.

Constructors

FileSystemEndpoint' 

Fields

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.

fileSystemEndpoint_ipAddresses :: Lens' FileSystemEndpoint (Maybe (NonEmpty Text)) Source #

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.

Constructors

FileSystemEndpoints' 

Fields

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.

fileSystemEndpoints_intercluster :: Lens' FileSystemEndpoints (Maybe FileSystemEndpoint) Source #

An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.

fileSystemEndpoints_management :: Lens' FileSystemEndpoints (Maybe FileSystemEndpoint) Source #

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.

Constructors

FileSystemFailureDetails' 

Fields

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.

fileSystemFailureDetails_message :: Lens' FileSystemFailureDetails (Maybe Text) Source #

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' 

Fields

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.

filter_name :: Lens' Filter (Maybe FilterName) Source #

The name for this filter.

filter_values :: Lens' Filter (Maybe [Text]) Source #

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.

Constructors

LustreFileSystemConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    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)

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • dataCompressionType :: Maybe 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.

  • dataRepositoryConfiguration :: Maybe DataRepositoryConfiguration
     
  • deploymentType :: Maybe LustreDeploymentType

    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.

  • driveCacheType :: Maybe 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.

  • logConfiguration :: Maybe LustreLogConfiguration

    The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

  • mountName :: Maybe Text

    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.

  • perUnitStorageThroughput :: Maybe Natural

    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.
  • rootSquashConfiguration :: Maybe LustreRootSquashConfiguration

    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.

  • weeklyMaintenanceStartTime :: Maybe Text

    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.

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.

lustreFileSystemConfiguration_copyTagsToBackups :: Lens' LustreFileSystemConfiguration (Maybe Bool) Source #

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)

lustreFileSystemConfiguration_dataCompressionType :: Lens' LustreFileSystemConfiguration (Maybe DataCompressionType) Source #

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.

lustreFileSystemConfiguration_deploymentType :: Lens' LustreFileSystemConfiguration (Maybe LustreDeploymentType) Source #

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.

lustreFileSystemConfiguration_driveCacheType :: Lens' LustreFileSystemConfiguration (Maybe DriveCacheType) Source #

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.

lustreFileSystemConfiguration_logConfiguration :: Lens' LustreFileSystemConfiguration (Maybe LustreLogConfiguration) Source #

The Lustre logging configuration. Lustre logging writes the enabled log events for your file system to Amazon CloudWatch Logs.

lustreFileSystemConfiguration_mountName :: Lens' LustreFileSystemConfiguration (Maybe Text) Source #

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.

lustreFileSystemConfiguration_perUnitStorageThroughput :: Lens' LustreFileSystemConfiguration (Maybe Natural) Source #

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.

lustreFileSystemConfiguration_rootSquashConfiguration :: Lens' LustreFileSystemConfiguration (Maybe LustreRootSquashConfiguration) Source #

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.

lustreFileSystemConfiguration_weeklyMaintenanceStartTime :: Lens' LustreFileSystemConfiguration (Maybe Text) Source #

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.

Constructors

LustreLogConfiguration' 

Fields

  • destination :: Maybe Text

    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.

  • level :: LustreAccessAuditLogLevel

    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.

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.

lustreLogConfiguration_destination :: Lens' LustreLogConfiguration (Maybe Text) Source #

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.

lustreLogConfiguration_level :: Lens' LustreLogConfiguration LustreAccessAuditLogLevel Source #

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.

Constructors

LustreLogCreateConfiguration' 

Fields

  • destination :: Maybe Text

    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.
  • level :: LustreAccessAuditLogLevel

    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.

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.

lustreLogCreateConfiguration_destination :: Lens' LustreLogCreateConfiguration (Maybe Text) Source #

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.

lustreLogCreateConfiguration_level :: Lens' LustreLogCreateConfiguration LustreAccessAuditLogLevel Source #

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.

Constructors

LustreRootSquashConfiguration' 

Fields

  • noSquashNids :: Maybe [Text]

    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).
  • rootSquash :: Maybe Text

    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.

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.

lustreRootSquashConfiguration_noSquashNids :: Lens' LustreRootSquashConfiguration (Maybe [Text]) Source #

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).

lustreRootSquashConfiguration_rootSquash :: Lens' LustreRootSquashConfiguration (Maybe Text) Source #

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.

Constructors

NFSDataRepositoryConfiguration' 

Fields

  • autoExportPolicy :: Maybe AutoExportPolicy

    This parameter is not supported for Amazon File Cache.

  • dnsIps :: Maybe [Text]

    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.

  • version :: NfsVersion

    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.

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.

nFSDataRepositoryConfiguration_dnsIps :: Lens' NFSDataRepositoryConfiguration (Maybe [Text]) Source #

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.

nFSDataRepositoryConfiguration_version :: Lens' NFSDataRepositoryConfiguration NfsVersion Source #

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.

Constructors

OntapFileSystemConfiguration' 

Fields

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.

ontapFileSystemConfiguration_deploymentType :: Lens' OntapFileSystemConfiguration (Maybe OntapDeploymentType) Source #

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.

ontapFileSystemConfiguration_diskIopsConfiguration :: Lens' OntapFileSystemConfiguration (Maybe DiskIopsConfiguration) Source #

The SSD IOPS configuration for the ONTAP file system, specifying the number of provisioned IOPS and the provision mode.

ontapFileSystemConfiguration_endpointIpAddressRange :: Lens' OntapFileSystemConfiguration (Maybe Text) Source #

(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.

ontapFileSystemConfiguration_endpoints :: Lens' OntapFileSystemConfiguration (Maybe FileSystemEndpoints) Source #

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.

ontapFileSystemConfiguration_routeTableIds :: Lens' OntapFileSystemConfiguration (Maybe [Text]) Source #

(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.

OntapVolumeConfiguration

data OntapVolumeConfiguration Source #

The configuration of an Amazon FSx for NetApp ONTAP volume.

See: newOntapVolumeConfiguration smart constructor.

Constructors

OntapVolumeConfiguration' 

Fields

  • copyTagsToBackups :: Maybe Bool

    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.

  • flexCacheEndpointType :: Maybe 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.
  • junctionPath :: Maybe Text

    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.

  • ontapVolumeType :: Maybe 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.
  • securityStyle :: Maybe SecurityStyle

    The security style for the volume, which can be UNIX, NTFS, or MIXED.

  • sizeInMegabytes :: Maybe Natural

    The configured size of the volume, in megabytes (MBs).

  • snapshotPolicy :: Maybe Text

    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.

  • storageEfficiencyEnabled :: Maybe Bool

    The volume's storage efficiency setting.

  • storageVirtualMachineId :: Maybe Text

    The ID of the volume's storage virtual machine.

  • storageVirtualMachineRoot :: Maybe Bool

    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.

  • tieringPolicy :: Maybe TieringPolicy

    The volume's TieringPolicy setting.

  • uuid :: Maybe Text

    The volume's universally unique identifier (UUID).

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).

ontapVolumeConfiguration_copyTagsToBackups :: Lens' OntapVolumeConfiguration (Maybe Bool) Source #

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.

ontapVolumeConfiguration_flexCacheEndpointType :: Lens' OntapVolumeConfiguration (Maybe FlexCacheEndpointType) Source #

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.

ontapVolumeConfiguration_junctionPath :: Lens' OntapVolumeConfiguration (Maybe Text) Source #

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.

ontapVolumeConfiguration_ontapVolumeType :: Lens' OntapVolumeConfiguration (Maybe OntapVolumeType) Source #

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.

ontapVolumeConfiguration_securityStyle :: Lens' OntapVolumeConfiguration (Maybe SecurityStyle) Source #

The security style for the volume, which can be UNIX, NTFS, or MIXED.

ontapVolumeConfiguration_sizeInMegabytes :: Lens' OntapVolumeConfiguration (Maybe Natural) Source #

The configured size of the volume, in megabytes (MBs).

ontapVolumeConfiguration_snapshotPolicy :: Lens' OntapVolumeConfiguration (Maybe Text) Source #

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.

ontapVolumeConfiguration_storageVirtualMachineRoot :: Lens' OntapVolumeConfiguration (Maybe Bool) Source #

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.

ontapVolumeConfiguration_uuid :: Lens' OntapVolumeConfiguration (Maybe Text) Source #

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.

Constructors

OpenZFSClientConfiguration' 

Fields

  • clients :: Text

    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.

  • options :: NonEmpty Text

    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.

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.

openZFSClientConfiguration_clients :: Lens' OpenZFSClientConfiguration Text Source #

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.

openZFSClientConfiguration_options :: Lens' OpenZFSClientConfiguration (NonEmpty Text) Source #

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.

Constructors

OpenZFSCreateRootVolumeConfiguration' 

Fields

  • copyTagsToSnapshots :: Maybe Bool

    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.

  • dataCompressionType :: Maybe OpenZFSDataCompressionType

    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.
  • nfsExports :: Maybe [OpenZFSNfsExport]

    The configuration object for mounting a file system.

  • readOnly :: Maybe Bool

    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.

  • recordSizeKiB :: Maybe Natural

    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.

  • userAndGroupQuotas :: Maybe [OpenZFSUserOrGroupQuota]

    An object specifying how much storage users or groups can use on the volume.

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.

openZFSCreateRootVolumeConfiguration_copyTagsToSnapshots :: Lens' OpenZFSCreateRootVolumeConfiguration (Maybe Bool) Source #

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.

openZFSCreateRootVolumeConfiguration_dataCompressionType :: Lens' OpenZFSCreateRootVolumeConfiguration (Maybe OpenZFSDataCompressionType) Source #

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.

openZFSCreateRootVolumeConfiguration_readOnly :: Lens' OpenZFSCreateRootVolumeConfiguration (Maybe Bool) Source #

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.

openZFSCreateRootVolumeConfiguration_recordSizeKiB :: Lens' OpenZFSCreateRootVolumeConfiguration (Maybe Natural) Source #

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.

openZFSCreateRootVolumeConfiguration_userAndGroupQuotas :: Lens' OpenZFSCreateRootVolumeConfiguration (Maybe [OpenZFSUserOrGroupQuota]) Source #

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.

Constructors

OpenZFSFileSystemConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    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.

  • copyTagsToVolumes :: Maybe Bool

    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.

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • deploymentType :: Maybe OpenZFSDeploymentType

    Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

  • diskIopsConfiguration :: Maybe DiskIopsConfiguration
     
  • rootVolumeId :: Maybe Text

    The ID of the root volume of the OpenZFS file system.

  • throughputCapacity :: Maybe Natural

    The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

  • weeklyMaintenanceStartTime :: Maybe Text
     

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.

openZFSFileSystemConfiguration_copyTagsToBackups :: Lens' OpenZFSFileSystemConfiguration (Maybe Bool) Source #

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.

openZFSFileSystemConfiguration_copyTagsToVolumes :: Lens' OpenZFSFileSystemConfiguration (Maybe Bool) Source #

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.

openZFSFileSystemConfiguration_deploymentType :: Lens' OpenZFSFileSystemConfiguration (Maybe OpenZFSDeploymentType) Source #

Specifies the file-system deployment type. Amazon FSx for OpenZFS supports
 SINGLE_AZ_1 and SINGLE_AZ_2.

openZFSFileSystemConfiguration_rootVolumeId :: Lens' OpenZFSFileSystemConfiguration (Maybe Text) Source #

The ID of the root volume of the OpenZFS file system.

openZFSFileSystemConfiguration_throughputCapacity :: Lens' OpenZFSFileSystemConfiguration (Maybe Natural) Source #

The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).

OpenZFSNfsExport

data OpenZFSNfsExport Source #

The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.

See: newOpenZFSNfsExport smart constructor.

Constructors

OpenZFSNfsExport' 

Fields

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.

openZFSNfsExport_clientConfigurations :: Lens' OpenZFSNfsExport [OpenZFSClientConfiguration] Source #

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.

Constructors

OpenZFSOriginSnapshotConfiguration' 

Fields

  • copyStrategy :: Maybe OpenZFSCopyStrategy

    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.
  • snapshotARN :: Maybe Text
     

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.

openZFSOriginSnapshotConfiguration_copyStrategy :: Lens' OpenZFSOriginSnapshotConfiguration (Maybe OpenZFSCopyStrategy) Source #

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.

OpenZFSUserOrGroupQuota

data OpenZFSUserOrGroupQuota Source #

The configuration for how much storage a user or group can use on the volume.

See: newOpenZFSUserOrGroupQuota smart constructor.

Constructors

OpenZFSUserOrGroupQuota' 

Fields

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).

openZFSUserOrGroupQuota_type :: Lens' OpenZFSUserOrGroupQuota OpenZFSQuotaType Source #

A value that specifies whether the quota applies to a user or group.

openZFSUserOrGroupQuota_storageCapacityQuotaGiB :: Lens' OpenZFSUserOrGroupQuota Natural Source #

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.

Constructors

OpenZFSVolumeConfiguration' 

Fields

  • copyTagsToSnapshots :: Maybe Bool

    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.

  • dataCompressionType :: Maybe OpenZFSDataCompressionType

    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.
  • deleteClonedVolumes :: Maybe Bool

    A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.

  • deleteIntermediateSnaphots :: Maybe Bool

    A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.

  • nfsExports :: Maybe [OpenZFSNfsExport]

    The configuration object for mounting a Network File System (NFS) file system.

  • originSnapshot :: Maybe OpenZFSOriginSnapshotConfiguration

    The configuration object that specifies the snapshot to use as the origin of the data for the volume.

  • parentVolumeId :: Maybe Text

    The ID of the parent volume.

  • readOnly :: Maybe Bool

    A Boolean value indicating whether the volume is read-only.

  • recordSizeKiB :: Maybe Natural

    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/.

  • restoreToSnapshot :: Maybe Text

    Specifies the ID of the snapshot to which the volume was restored.

  • storageCapacityQuotaGiB :: Maybe Natural

    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.

  • storageCapacityReservationGiB :: Maybe Natural

    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.

  • userAndGroupQuotas :: Maybe [OpenZFSUserOrGroupQuota]

    An object specifying how much storage users or groups can use on the volume.

  • volumePath :: Maybe Text

    The path to the volume from the root volume. For example, fsx/parentVolume/volume1.

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.

openZFSVolumeConfiguration_copyTagsToSnapshots :: Lens' OpenZFSVolumeConfiguration (Maybe Bool) Source #

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.

openZFSVolumeConfiguration_dataCompressionType :: Lens' OpenZFSVolumeConfiguration (Maybe OpenZFSDataCompressionType) Source #

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.

openZFSVolumeConfiguration_deleteClonedVolumes :: Lens' OpenZFSVolumeConfiguration (Maybe Bool) Source #

A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.

openZFSVolumeConfiguration_deleteIntermediateSnaphots :: Lens' OpenZFSVolumeConfiguration (Maybe Bool) Source #

A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.

openZFSVolumeConfiguration_nfsExports :: Lens' OpenZFSVolumeConfiguration (Maybe [OpenZFSNfsExport]) Source #

The configuration object for mounting a Network File System (NFS) file system.

openZFSVolumeConfiguration_originSnapshot :: Lens' OpenZFSVolumeConfiguration (Maybe OpenZFSOriginSnapshotConfiguration) Source #

The configuration object that specifies the snapshot to use as the origin of the data for the volume.

openZFSVolumeConfiguration_readOnly :: Lens' OpenZFSVolumeConfiguration (Maybe Bool) Source #

A Boolean value indicating whether the volume is read-only.

openZFSVolumeConfiguration_recordSizeKiB :: Lens' OpenZFSVolumeConfiguration (Maybe Natural) Source #

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/.

openZFSVolumeConfiguration_restoreToSnapshot :: Lens' OpenZFSVolumeConfiguration (Maybe Text) Source #

Specifies the ID of the snapshot to which the volume was restored.

openZFSVolumeConfiguration_storageCapacityQuotaGiB :: Lens' OpenZFSVolumeConfiguration (Maybe Natural) Source #

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.

openZFSVolumeConfiguration_storageCapacityReservationGiB :: Lens' OpenZFSVolumeConfiguration (Maybe Natural) Source #

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.

openZFSVolumeConfiguration_userAndGroupQuotas :: Lens' OpenZFSVolumeConfiguration (Maybe [OpenZFSUserOrGroupQuota]) Source #

An object specifying how much storage users or groups can use on the volume.

openZFSVolumeConfiguration_volumePath :: Lens' OpenZFSVolumeConfiguration (Maybe Text) Source #

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.

Constructors

S3DataRepositoryConfiguration' 

Fields

  • autoExportPolicy :: Maybe AutoExportPolicy

    Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

  • autoImportPolicy :: Maybe AutoImportPolicy

    Specifies the type of updated objects (new, changed, deleted) that will be automatically imported from the linked S3 bucket to your file system.

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.

s3DataRepositoryConfiguration_autoExportPolicy :: Lens' S3DataRepositoryConfiguration (Maybe AutoExportPolicy) Source #

Specifies the type of updated objects (new, changed, deleted) that will be automatically exported from your file system to the linked S3 bucket.

s3DataRepositoryConfiguration_autoImportPolicy :: Lens' S3DataRepositoryConfiguration (Maybe AutoImportPolicy) Source #

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.

Constructors

SelfManagedActiveDirectoryAttributes' 

Fields

  • dnsIps :: Maybe (NonEmpty Text)

    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

  • domainName :: Maybe Text

    The fully qualified domain name of the self-managed AD directory.

  • fileSystemAdministratorsGroup :: Maybe Text

    The name of the domain group whose members have administrative privileges for the FSx file system.

  • organizationalUnitDistinguishedName :: Maybe Text

    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.

  • userName :: Maybe Text

    The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

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.

selfManagedActiveDirectoryAttributes_dnsIps :: Lens' SelfManagedActiveDirectoryAttributes (Maybe (NonEmpty Text)) Source #

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

selfManagedActiveDirectoryAttributes_domainName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The fully qualified domain name of the self-managed AD directory.

selfManagedActiveDirectoryAttributes_fileSystemAdministratorsGroup :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

The name of the domain group whose members have administrative privileges for the FSx file system.

selfManagedActiveDirectoryAttributes_organizationalUnitDistinguishedName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

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.

selfManagedActiveDirectoryAttributes_userName :: Lens' SelfManagedActiveDirectoryAttributes (Maybe Text) Source #

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.

Constructors

SelfManagedActiveDirectoryConfiguration' 

Fields

  • fileSystemAdministratorsGroup :: Maybe Text

    (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.

  • organizationalUnitDistinguishedName :: Maybe Text

    (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.

  • domainName :: Text

    The fully qualified domain name of the self-managed AD directory, such as corp.example.com.

  • userName :: Text

    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.

  • password :: Sensitive Text

    The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

  • dnsIps :: NonEmpty Text

    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

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.

selfManagedActiveDirectoryConfiguration_fileSystemAdministratorsGroup :: Lens' SelfManagedActiveDirectoryConfiguration (Maybe Text) Source #

(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.

selfManagedActiveDirectoryConfiguration_organizationalUnitDistinguishedName :: Lens' SelfManagedActiveDirectoryConfiguration (Maybe Text) Source #

(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.

selfManagedActiveDirectoryConfiguration_domainName :: Lens' SelfManagedActiveDirectoryConfiguration Text Source #

The fully qualified domain name of the self-managed AD directory, such as corp.example.com.

selfManagedActiveDirectoryConfiguration_userName :: Lens' SelfManagedActiveDirectoryConfiguration Text Source #

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.

selfManagedActiveDirectoryConfiguration_password :: Lens' SelfManagedActiveDirectoryConfiguration Text Source #

The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

selfManagedActiveDirectoryConfiguration_dnsIps :: Lens' SelfManagedActiveDirectoryConfiguration (NonEmpty Text) Source #

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.

Constructors

SelfManagedActiveDirectoryConfigurationUpdates' 

Fields

  • dnsIps :: Maybe (NonEmpty Text)

    A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

  • password :: Maybe (Sensitive Text)

    The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

  • userName :: Maybe Text

    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.

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.

selfManagedActiveDirectoryConfigurationUpdates_dnsIps :: Lens' SelfManagedActiveDirectoryConfigurationUpdates (Maybe (NonEmpty Text)) Source #

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

selfManagedActiveDirectoryConfigurationUpdates_password :: Lens' SelfManagedActiveDirectoryConfigurationUpdates (Maybe Text) Source #

The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

selfManagedActiveDirectoryConfigurationUpdates_userName :: Lens' SelfManagedActiveDirectoryConfigurationUpdates (Maybe Text) Source #

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.

Constructors

Snapshot' 

Fields

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.

snapshot_administrativeActions :: Lens' Snapshot (Maybe [AdministrativeAction]) Source #

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.

snapshot_lifecycle :: Lens' Snapshot (Maybe SnapshotLifecycle) Source #

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.

snapshot_name :: Lens' Snapshot (Maybe Text) Source #

The name of the snapshot.

snapshot_snapshotId :: Lens' Snapshot (Maybe Text) Source #

The ID of the snapshot.

snapshot_tags :: Lens' Snapshot (Maybe (NonEmpty Tag)) Source #

Undocumented member.

snapshot_volumeId :: Lens' Snapshot (Maybe Text) Source #

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.

Constructors

SnapshotFilter' 

Fields

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.

snapshotFilter_name :: Lens' SnapshotFilter (Maybe SnapshotFilterName) Source #

The name of the filter to use. You can filter by the file-system-id or by volume-id.

snapshotFilter_values :: Lens' SnapshotFilter (Maybe [Text]) Source #

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.

Constructors

StorageVirtualMachine' 

Fields

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).

storageVirtualMachine_activeDirectoryConfiguration :: Lens' StorageVirtualMachine (Maybe SvmActiveDirectoryConfiguration) Source #

Describes the Microsoft Active Directory configuration to which the SVM is joined, if applicable.

storageVirtualMachine_endpoints :: Lens' StorageVirtualMachine (Maybe SvmEndpoints) Source #

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.

storageVirtualMachine_lifecycle :: Lens' StorageVirtualMachine (Maybe StorageVirtualMachineLifecycle) Source #

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.

storageVirtualMachine_name :: Lens' StorageVirtualMachine (Maybe Text) Source #

The name of the SVM, if provisioned.

storageVirtualMachine_uuid :: Lens' StorageVirtualMachine (Maybe Text) Source #

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.

Constructors

StorageVirtualMachineFilter' 

Fields

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.

storageVirtualMachineFilter_values :: Lens' StorageVirtualMachineFilter (Maybe [Text]) Source #

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.

Constructors

SvmActiveDirectoryConfiguration' 

Fields

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.

svmActiveDirectoryConfiguration_netBiosName :: Lens' SvmActiveDirectoryConfiguration (Maybe Text) Source #

The NetBIOS name of the Active Directory computer object that is joined to your SVM.

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.

Constructors

SvmEndpoint' 

Fields

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.

svmEndpoint_ipAddresses :: Lens' SvmEndpoint (Maybe (NonEmpty Text)) Source #

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.

Constructors

SvmEndpoints' 

Fields

  • iscsi :: Maybe SvmEndpoint

    An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

  • management :: Maybe SvmEndpoint

    An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

  • nfs :: Maybe SvmEndpoint

    An endpoint for connecting using the Network File System (NFS) protocol.

  • smb :: Maybe SvmEndpoint

    An endpoint for connecting using the Server Message Block (SMB) protocol.

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.

svmEndpoints_iscsi :: Lens' SvmEndpoints (Maybe SvmEndpoint) Source #

An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.

svmEndpoints_management :: Lens' SvmEndpoints (Maybe SvmEndpoint) Source #

An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.

svmEndpoints_nfs :: Lens' SvmEndpoints (Maybe SvmEndpoint) Source #

An endpoint for connecting using the Network File System (NFS) protocol.

svmEndpoints_smb :: Lens' SvmEndpoints (Maybe SvmEndpoint) Source #

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' 

Fields

  • key :: Text

    A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.

  • value :: Text

    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.

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.

tag_key :: Lens' Tag Text Source #

A value that specifies the TagKey, the name of the tag. Tag keys must be unique for the resource to which they are attached.

tag_value :: Lens' Tag Text Source #

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.

Constructors

TieringPolicy' 

Fields

  • coolingPeriod :: Maybe Natural

    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.

  • name :: Maybe TieringPolicyName

    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.

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.

tieringPolicy_coolingPeriod :: Lens' TieringPolicy (Maybe Natural) Source #

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.

tieringPolicy_name :: Lens' TieringPolicy (Maybe TieringPolicyName) Source #

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.

Constructors

UpdateFileSystemLustreConfiguration' 

Fields

  • autoImportPolicy :: Maybe AutoImportPolicyType

    (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.

  • automaticBackupRetentionDays :: Maybe Natural
     
  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • dataCompressionType :: Maybe 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.

  • logConfiguration :: Maybe LustreLogCreateConfiguration

    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.

  • rootSquashConfiguration :: Maybe LustreRootSquashConfiguration

    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.

  • weeklyMaintenanceStartTime :: Maybe Text

    (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.

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.

updateFileSystemLustreConfiguration_autoImportPolicy :: Lens' UpdateFileSystemLustreConfiguration (Maybe AutoImportPolicyType) Source #

(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.

updateFileSystemLustreConfiguration_dataCompressionType :: Lens' UpdateFileSystemLustreConfiguration (Maybe DataCompressionType) Source #

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.

updateFileSystemLustreConfiguration_logConfiguration :: Lens' UpdateFileSystemLustreConfiguration (Maybe LustreLogCreateConfiguration) Source #

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.

updateFileSystemLustreConfiguration_rootSquashConfiguration :: Lens' UpdateFileSystemLustreConfiguration (Maybe LustreRootSquashConfiguration) Source #

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.

updateFileSystemLustreConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemLustreConfiguration (Maybe Text) Source #

(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.

Constructors

UpdateFileSystemOntapConfiguration' 

Fields

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.

updateFileSystemOntapConfiguration_addRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text]) Source #

(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.

updateFileSystemOntapConfiguration_diskIopsConfiguration :: Lens' UpdateFileSystemOntapConfiguration (Maybe DiskIopsConfiguration) Source #

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.

updateFileSystemOntapConfiguration_removeRouteTableIds :: Lens' UpdateFileSystemOntapConfiguration (Maybe [Text]) Source #

(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.

updateFileSystemOntapConfiguration_throughputCapacity :: Lens' UpdateFileSystemOntapConfiguration (Maybe Natural) Source #

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.

UpdateFileSystemOpenZFSConfiguration

data UpdateFileSystemOpenZFSConfiguration Source #

The configuration updates for an Amazon FSx for OpenZFS file system.

See: newUpdateFileSystemOpenZFSConfiguration smart constructor.

Constructors

UpdateFileSystemOpenZFSConfiguration' 

Fields

  • automaticBackupRetentionDays :: Maybe Natural
     
  • copyTagsToBackups :: Maybe Bool

    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.

  • copyTagsToVolumes :: Maybe Bool

    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.

  • dailyAutomaticBackupStartTime :: Maybe Text
     
  • diskIopsConfiguration :: Maybe DiskIopsConfiguration
     
  • throughputCapacity :: Maybe Natural

    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.
  • weeklyMaintenanceStartTime :: Maybe Text
     

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.

updateFileSystemOpenZFSConfiguration_copyTagsToBackups :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

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.

updateFileSystemOpenZFSConfiguration_copyTagsToVolumes :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Bool) Source #

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.

updateFileSystemOpenZFSConfiguration_throughputCapacity :: Lens' UpdateFileSystemOpenZFSConfiguration (Maybe Natural) Source #

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.

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.

Constructors

UpdateFileSystemWindowsConfiguration' 

Fields

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.

updateFileSystemWindowsConfiguration_auditLogConfiguration :: Lens' UpdateFileSystemWindowsConfiguration (Maybe WindowsAuditLogCreateConfiguration) 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..

updateFileSystemWindowsConfiguration_automaticBackupRetentionDays :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Natural) Source #

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.

updateFileSystemWindowsConfiguration_dailyAutomaticBackupStartTime :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Text) Source #

The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

updateFileSystemWindowsConfiguration_selfManagedActiveDirectoryConfiguration :: Lens' UpdateFileSystemWindowsConfiguration (Maybe SelfManagedActiveDirectoryConfigurationUpdates) Source #

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.

updateFileSystemWindowsConfiguration_throughputCapacity :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Natural) Source #

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.

updateFileSystemWindowsConfiguration_weeklyMaintenanceStartTime :: Lens' UpdateFileSystemWindowsConfiguration (Maybe Text) Source #

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.

Constructors

UpdateOntapVolumeConfiguration' 

Fields

  • copyTagsToBackups :: Maybe Bool

    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.

  • junctionPath :: Maybe Text

    Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

  • securityStyle :: Maybe SecurityStyle

    The security style for the volume, which can be UNIX. NTFS, or MIXED.

  • sizeInMegabytes :: Maybe Natural

    Specifies the size of the volume in megabytes.

  • snapshotPolicy :: Maybe Text

    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.

  • storageEfficiencyEnabled :: Maybe Bool

    Default is false. Set to true to enable the deduplication, compression, and compaction storage efficiency features on the volume.

  • tieringPolicy :: Maybe TieringPolicy

    Update the volume's data tiering policy.

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.

updateOntapVolumeConfiguration_copyTagsToBackups :: Lens' UpdateOntapVolumeConfiguration (Maybe Bool) Source #

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.

updateOntapVolumeConfiguration_junctionPath :: Lens' UpdateOntapVolumeConfiguration (Maybe Text) Source #

Specifies the location in the SVM's namespace where the volume is mounted. The JunctionPath must have a leading forward slash, such as /vol3.

updateOntapVolumeConfiguration_securityStyle :: Lens' UpdateOntapVolumeConfiguration (Maybe SecurityStyle) Source #

The security style for the volume, which can be UNIX. NTFS, or MIXED.

updateOntapVolumeConfiguration_snapshotPolicy :: Lens' UpdateOntapVolumeConfiguration (Maybe Text) Source #

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.

updateOntapVolumeConfiguration_storageEfficiencyEnabled :: Lens' UpdateOntapVolumeConfiguration (Maybe Bool) Source #

Default is false. Set to true to enable the deduplication, compression, and compaction storage efficiency features on the volume.

UpdateOpenZFSVolumeConfiguration

data UpdateOpenZFSVolumeConfiguration Source #

Used to specify changes to the OpenZFS configuration for the volume that you are updating.

See: newUpdateOpenZFSVolumeConfiguration smart constructor.

Constructors

UpdateOpenZFSVolumeConfiguration' 

Fields

  • dataCompressionType :: Maybe OpenZFSDataCompressionType

    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.
  • nfsExports :: Maybe [OpenZFSNfsExport]

    The configuration object for mounting a Network File System (NFS) file system.

  • readOnly :: Maybe Bool

    A Boolean value indicating whether the volume is read-only.

  • recordSizeKiB :: Maybe Natural

    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.

  • storageCapacityQuotaGiB :: Maybe Int

    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.

  • storageCapacityReservationGiB :: Maybe Int

    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.

  • userAndGroupQuotas :: Maybe [OpenZFSUserOrGroupQuota]

    An object specifying how much storage users or groups can use on the volume.

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.

updateOpenZFSVolumeConfiguration_dataCompressionType :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe OpenZFSDataCompressionType) Source #

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.

updateOpenZFSVolumeConfiguration_nfsExports :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe [OpenZFSNfsExport]) Source #

The configuration object for mounting a Network File System (NFS) file system.

updateOpenZFSVolumeConfiguration_readOnly :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe Bool) Source #

A Boolean value indicating whether the volume is read-only.

updateOpenZFSVolumeConfiguration_recordSizeKiB :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe Natural) Source #

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_storageCapacityQuotaGiB :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe Int) Source #

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.

updateOpenZFSVolumeConfiguration_storageCapacityReservationGiB :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe Int) Source #

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.

updateOpenZFSVolumeConfiguration_userAndGroupQuotas :: Lens' UpdateOpenZFSVolumeConfiguration (Maybe [OpenZFSUserOrGroupQuota]) Source #

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.

Constructors

Volume' 

Fields

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.

volume_administrativeActions :: Lens' Volume (Maybe [AdministrativeAction]) Source #

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.

volume_fileSystemId :: Lens' Volume (Maybe Text) Source #

Undocumented member.

volume_lifecycle :: Lens' Volume (Maybe VolumeLifecycle) Source #

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.

volume_lifecycleTransitionReason :: Lens' Volume (Maybe LifecycleTransitionReason) Source #

The reason why the volume lifecycle status changed.

volume_name :: Lens' Volume (Maybe Text) Source #

The name of the volume.

volume_openZFSConfiguration :: Lens' Volume (Maybe OpenZFSVolumeConfiguration) Source #

The configuration of an Amazon FSx for OpenZFS volume.

volume_resourceARN :: Lens' Volume (Maybe Text) Source #

Undocumented member.

volume_tags :: Lens' Volume (Maybe (NonEmpty Tag)) Source #

Undocumented member.

volume_volumeId :: Lens' Volume (Maybe Text) Source #

The system-generated, unique ID of the volume.

volume_volumeType :: Lens' Volume (Maybe VolumeType) Source #

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.

Constructors

VolumeFilter' 

Fields

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.

volumeFilter_values :: Lens' VolumeFilter (Maybe [Text]) Source #

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.

Constructors

WindowsAuditLogConfiguration' 

Fields

  • auditLogDestination :: Maybe Text

    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.

  • fileAccessAuditLogLevel :: WindowsAccessAuditLogLevel

    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.
  • fileShareAccessAuditLogLevel :: WindowsAccessAuditLogLevel

    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.

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.

windowsAuditLogConfiguration_auditLogDestination :: Lens' WindowsAuditLogConfiguration (Maybe Text) Source #

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.

windowsAuditLogConfiguration_fileAccessAuditLogLevel :: Lens' WindowsAuditLogConfiguration WindowsAccessAuditLogLevel Source #

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.

windowsAuditLogConfiguration_fileShareAccessAuditLogLevel :: Lens' WindowsAuditLogConfiguration WindowsAccessAuditLogLevel Source #

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.

Constructors

WindowsAuditLogCreateConfiguration' 

Fields

  • auditLogDestination :: Maybe Text

    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.
  • fileAccessAuditLogLevel :: WindowsAccessAuditLogLevel

    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.
  • fileShareAccessAuditLogLevel :: WindowsAccessAuditLogLevel

    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.

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.

windowsAuditLogCreateConfiguration_auditLogDestination :: Lens' WindowsAuditLogCreateConfiguration (Maybe Text) Source #

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.

windowsAuditLogCreateConfiguration_fileAccessAuditLogLevel :: Lens' WindowsAuditLogCreateConfiguration WindowsAccessAuditLogLevel Source #

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.

windowsAuditLogCreateConfiguration_fileShareAccessAuditLogLevel :: Lens' WindowsAuditLogCreateConfiguration WindowsAccessAuditLogLevel Source #

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.

Constructors

WindowsFileSystemConfiguration' 

Fields

  • activeDirectoryId :: Maybe Text

    The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

  • aliases :: Maybe [Alias]
     
  • auditLogConfiguration :: Maybe WindowsAuditLogConfiguration

    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.

  • automaticBackupRetentionDays :: Maybe Natural

    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.

  • copyTagsToBackups :: Maybe Bool

    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.

  • dailyAutomaticBackupStartTime :: Maybe Text

    The preferred time to take daily automatic backups, in the UTC time zone.

  • deploymentType :: Maybe WindowsDeploymentType

    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.

  • maintenanceOperationsInProgress :: Maybe [FileSystemMaintenanceOperation]

    The list of maintenance operations in progress for this file system.

  • preferredFileServerIp :: Maybe Text

    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.

  • preferredSubnetId :: Maybe Text

    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.

  • remoteAdministrationEndpoint :: Maybe Text

    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.

  • selfManagedActiveDirectoryConfiguration :: Maybe SelfManagedActiveDirectoryAttributes
     
  • throughputCapacity :: Maybe Natural

    The throughput of the Amazon FSx file system, measured in megabytes per second.

  • weeklyMaintenanceStartTime :: Maybe Text

    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.

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.

windowsFileSystemConfiguration_activeDirectoryId :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is joined to.

windowsFileSystemConfiguration_auditLogConfiguration :: Lens' WindowsFileSystemConfiguration (Maybe 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.

windowsFileSystemConfiguration_automaticBackupRetentionDays :: Lens' WindowsFileSystemConfiguration (Maybe Natural) Source #

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.

windowsFileSystemConfiguration_copyTagsToBackups :: Lens' WindowsFileSystemConfiguration (Maybe Bool) Source #

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.

windowsFileSystemConfiguration_dailyAutomaticBackupStartTime :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

The preferred time to take daily automatic backups, in the UTC time zone.

windowsFileSystemConfiguration_deploymentType :: Lens' WindowsFileSystemConfiguration (Maybe WindowsDeploymentType) Source #

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.

windowsFileSystemConfiguration_preferredFileServerIp :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

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.

windowsFileSystemConfiguration_preferredSubnetId :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

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.

windowsFileSystemConfiguration_remoteAdministrationEndpoint :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

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.

windowsFileSystemConfiguration_throughputCapacity :: Lens' WindowsFileSystemConfiguration (Maybe Natural) Source #

The throughput of the Amazon FSx file system, measured in megabytes per second.

windowsFileSystemConfiguration_weeklyMaintenanceStartTime :: Lens' WindowsFileSystemConfiguration (Maybe Text) Source #

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.