libZSservicesZSamazonka-glacierZSamazonka-glacier
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.Glacier.Types.PartListElement

Description

 
Synopsis

Documentation

data PartListElement Source #

A list of the part sizes of the multipart upload.

See: newPartListElement smart constructor.

Constructors

PartListElement' 

Fields

  • sHA256TreeHash :: Maybe Text

    The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.

  • rangeInBytes :: Maybe Text

    The byte range of a part, inclusive of the upper value of the range.

Instances

Instances details
Eq PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

Read PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

Show PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

Generic PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

Associated Types

type Rep PartListElement :: Type -> Type #

NFData PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

Methods

rnf :: PartListElement -> () #

Hashable PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

FromJSON PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

type Rep PartListElement Source # 
Instance details

Defined in Amazonka.Glacier.Types.PartListElement

type Rep PartListElement = D1 ('MetaData "PartListElement" "Amazonka.Glacier.Types.PartListElement" "libZSservicesZSamazonka-glacierZSamazonka-glacier" 'False) (C1 ('MetaCons "PartListElement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sHA256TreeHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rangeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPartListElement :: PartListElement Source #

Create a value of PartListElement 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:sHA256TreeHash:PartListElement', partListElement_sHA256TreeHash - The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.

$sel:rangeInBytes:PartListElement', partListElement_rangeInBytes - The byte range of a part, inclusive of the upper value of the range.

partListElement_sHA256TreeHash :: Lens' PartListElement (Maybe Text) Source #

The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.

partListElement_rangeInBytes :: Lens' PartListElement (Maybe Text) Source #

The byte range of a part, inclusive of the upper value of the range.