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

Description

 
Synopsis

Documentation

data FileShareInfo Source #

Describes a file share. Only supported S3 File Gateway.

See: newFileShareInfo smart constructor.

Instances

Instances details
Eq FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

Read FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

Show FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

Generic FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

Associated Types

type Rep FileShareInfo :: Type -> Type #

NFData FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

Methods

rnf :: FileShareInfo -> () #

Hashable FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

FromJSON FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

type Rep FileShareInfo Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.FileShareInfo

type Rep FileShareInfo = D1 ('MetaData "FileShareInfo" "Amazonka.StorageGateway.Types.FileShareInfo" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "FileShareInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileShareStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileShareId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileShareARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileShareType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileShareType))))))

newFileShareInfo :: FileShareInfo Source #

Create a value of FileShareInfo with all optional fields omitted.

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:fileShareStatus:FileShareInfo', fileShareInfo_fileShareStatus - Undocumented member.

$sel:gatewayARN:FileShareInfo', fileShareInfo_gatewayARN - Undocumented member.

$sel:fileShareId:FileShareInfo', fileShareInfo_fileShareId - Undocumented member.

$sel:fileShareARN:FileShareInfo', fileShareInfo_fileShareARN - Undocumented member.

$sel:fileShareType:FileShareInfo', fileShareInfo_fileShareType - Undocumented member.