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

Description

 
Synopsis

Documentation

data ArchiveCreationOutput Source #

Contains the Amazon S3 Glacier response to your request.

For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon S3 Glacier.

See: newArchiveCreationOutput smart constructor.

Constructors

ArchiveCreationOutput' 

Fields

Instances

Instances details
Eq ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

Read ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

Show ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

Generic ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

Associated Types

type Rep ArchiveCreationOutput :: Type -> Type #

NFData ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

Methods

rnf :: ArchiveCreationOutput -> () #

Hashable ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

FromJSON ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

type Rep ArchiveCreationOutput Source # 
Instance details

Defined in Amazonka.Glacier.Types.ArchiveCreationOutput

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

newArchiveCreationOutput :: ArchiveCreationOutput Source #

Create a value of ArchiveCreationOutput 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:archiveId:ArchiveCreationOutput', archiveCreationOutput_archiveId - The ID of the archive. This value is also included as part of the location.

$sel:checksum:ArchiveCreationOutput', archiveCreationOutput_checksum - The checksum of the archive computed by Amazon S3 Glacier.

$sel:location:ArchiveCreationOutput', archiveCreationOutput_location - The relative URI path of the newly added archive resource.

archiveCreationOutput_archiveId :: Lens' ArchiveCreationOutput (Maybe Text) Source #

The ID of the archive. This value is also included as part of the location.

archiveCreationOutput_checksum :: Lens' ArchiveCreationOutput (Maybe Text) Source #

The checksum of the archive computed by Amazon S3 Glacier.

archiveCreationOutput_location :: Lens' ArchiveCreationOutput (Maybe Text) Source #

The relative URI path of the newly added archive resource.