Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FileSystemAssociationSummary = FileSystemAssociationSummary' {}
- newFileSystemAssociationSummary :: FileSystemAssociationSummary
- fileSystemAssociationSummary_fileSystemAssociationARN :: Lens' FileSystemAssociationSummary (Maybe Text)
- fileSystemAssociationSummary_gatewayARN :: Lens' FileSystemAssociationSummary (Maybe Text)
- fileSystemAssociationSummary_fileSystemAssociationId :: Lens' FileSystemAssociationSummary (Maybe Text)
- fileSystemAssociationSummary_fileSystemAssociationStatus :: Lens' FileSystemAssociationSummary (Maybe Text)
Documentation
data FileSystemAssociationSummary Source #
Gets the summary returned by ListFileSystemAssociation
, which is a
summary of a created file system association.
See: newFileSystemAssociationSummary
smart constructor.
FileSystemAssociationSummary' | |
|
Instances
newFileSystemAssociationSummary :: FileSystemAssociationSummary Source #
Create a value of FileSystemAssociationSummary
with all optional fields omitted.
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:fileSystemAssociationARN:FileSystemAssociationSummary'
, fileSystemAssociationSummary_fileSystemAssociationARN
- The Amazon Resource Name (ARN) of the file system association.
$sel:gatewayARN:FileSystemAssociationSummary'
, fileSystemAssociationSummary_gatewayARN
- Undocumented member.
$sel:fileSystemAssociationId:FileSystemAssociationSummary'
, fileSystemAssociationSummary_fileSystemAssociationId
- The ID of the file system association.
$sel:fileSystemAssociationStatus:FileSystemAssociationSummary'
, fileSystemAssociationSummary_fileSystemAssociationStatus
- The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR
fileSystemAssociationSummary_fileSystemAssociationARN :: Lens' FileSystemAssociationSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the file system association.
fileSystemAssociationSummary_gatewayARN :: Lens' FileSystemAssociationSummary (Maybe Text) Source #
Undocumented member.
fileSystemAssociationSummary_fileSystemAssociationId :: Lens' FileSystemAssociationSummary (Maybe Text) Source #
The ID of the file system association.
fileSystemAssociationSummary_fileSystemAssociationStatus :: Lens' FileSystemAssociationSummary (Maybe Text) Source #
The status of the file share. Valid Values: AVAILABLE
| CREATING
|
DELETING
| FORCE_DELETING
| UPDATING
| ERROR