amazonka-omics-2.0: Amazon Omics 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.Omics.Types.FileInformation

Description

 
Synopsis

Documentation

data FileInformation Source #

Details about a file.

See: newFileInformation smart constructor.

Constructors

FileInformation' 

Fields

Instances

Instances details
FromJSON FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

Generic FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

Associated Types

type Rep FileInformation :: Type -> Type #

Read FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

Show FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

NFData FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

Methods

rnf :: FileInformation -> () #

Eq FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

Hashable FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

type Rep FileInformation Source # 
Instance details

Defined in Amazonka.Omics.Types.FileInformation

type Rep FileInformation = D1 ('MetaData "FileInformation" "Amazonka.Omics.Types.FileInformation" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "FileInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "partSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "totalParts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newFileInformation :: FileInformation Source #

Create a value of FileInformation 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:contentLength:FileInformation', fileInformation_contentLength - The file's content length.

$sel:partSize:FileInformation', fileInformation_partSize - The file's part size.

$sel:totalParts:FileInformation', fileInformation_totalParts - The file's total parts.