Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data FileSystem = FileSystem' {
- administrativeActions :: Maybe [AdministrativeAction]
- creationTime :: Maybe POSIX
- dNSName :: Maybe Text
- failureDetails :: Maybe FileSystemFailureDetails
- fileSystemId :: Maybe Text
- fileSystemType :: Maybe FileSystemType
- fileSystemTypeVersion :: Maybe Text
- kmsKeyId :: Maybe Text
- lifecycle :: Maybe FileSystemLifecycle
- lustreConfiguration :: Maybe LustreFileSystemConfiguration
- networkInterfaceIds :: Maybe [Text]
- ontapConfiguration :: Maybe OntapFileSystemConfiguration
- openZFSConfiguration :: Maybe OpenZFSFileSystemConfiguration
- ownerId :: Maybe Text
- resourceARN :: Maybe Text
- storageCapacity :: Maybe Natural
- storageType :: Maybe StorageType
- subnetIds :: Maybe [Text]
- tags :: Maybe (NonEmpty Tag)
- vpcId :: Maybe Text
- windowsConfiguration :: Maybe WindowsFileSystemConfiguration
- newFileSystem :: FileSystem
- fileSystem_administrativeActions :: Lens' FileSystem (Maybe [AdministrativeAction])
- fileSystem_creationTime :: Lens' FileSystem (Maybe UTCTime)
- fileSystem_dNSName :: Lens' FileSystem (Maybe Text)
- fileSystem_failureDetails :: Lens' FileSystem (Maybe FileSystemFailureDetails)
- fileSystem_fileSystemId :: Lens' FileSystem (Maybe Text)
- fileSystem_fileSystemType :: Lens' FileSystem (Maybe FileSystemType)
- fileSystem_fileSystemTypeVersion :: Lens' FileSystem (Maybe Text)
- fileSystem_kmsKeyId :: Lens' FileSystem (Maybe Text)
- fileSystem_lifecycle :: Lens' FileSystem (Maybe FileSystemLifecycle)
- fileSystem_lustreConfiguration :: Lens' FileSystem (Maybe LustreFileSystemConfiguration)
- fileSystem_networkInterfaceIds :: Lens' FileSystem (Maybe [Text])
- fileSystem_ontapConfiguration :: Lens' FileSystem (Maybe OntapFileSystemConfiguration)
- fileSystem_openZFSConfiguration :: Lens' FileSystem (Maybe OpenZFSFileSystemConfiguration)
- fileSystem_ownerId :: Lens' FileSystem (Maybe Text)
- fileSystem_resourceARN :: Lens' FileSystem (Maybe Text)
- fileSystem_storageCapacity :: Lens' FileSystem (Maybe Natural)
- fileSystem_storageType :: Lens' FileSystem (Maybe StorageType)
- fileSystem_subnetIds :: Lens' FileSystem (Maybe [Text])
- fileSystem_tags :: Lens' FileSystem (Maybe (NonEmpty Tag))
- fileSystem_vpcId :: Lens' FileSystem (Maybe Text)
- fileSystem_windowsConfiguration :: Lens' FileSystem (Maybe WindowsFileSystemConfiguration)
Documentation
data FileSystem Source #
A description of a specific Amazon FSx file system.
See: newFileSystem
smart constructor.
FileSystem' | |
|
Instances
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
andPERSISTENT_2
deployment types only.SCRATCH_1
andSCRATCH_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_failureDetails :: Lens' FileSystem (Maybe FileSystemFailureDetails) Source #
Undocumented member.
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
andPERSISTENT_2
deployment types only.SCRATCH_1
andSCRATCH_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_lustreConfiguration :: Lens' FileSystem (Maybe LustreFileSystemConfiguration) Source #
Undocumented member.
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.