libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Description

 
Synopsis

Documentation

data FileSystemAssociationSummary Source #

Gets the summary returned by ListFileSystemAssociation, which is a summary of a created file system association.

See: newFileSystemAssociationSummary smart constructor.

Constructors

FileSystemAssociationSummary' 

Fields

Instances

Instances details
Eq FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Read FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Show FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Generic FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Associated Types

type Rep FileSystemAssociationSummary :: Type -> Type #

NFData FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

Hashable FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

FromJSON FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

type Rep FileSystemAssociationSummary Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileSystemAssociationSummary

type Rep FileSystemAssociationSummary = D1 ('MetaData "FileSystemAssociationSummary" "Amazonka.StorageGateway.Types.FileSystemAssociationSummary" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "FileSystemAssociationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemAssociationARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileSystemAssociationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileSystemAssociationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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

The status of the file share. Valid Values: AVAILABLE | CREATING | DELETING | FORCE_DELETING | UPDATING | ERROR