amazonka-glacier-2.0: Amazon Glacier 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.Glacier.Types.OutputLocation

Description

 
Synopsis

Documentation

data OutputLocation Source #

Contains information about the location where the select job results are stored.

See: newOutputLocation smart constructor.

Constructors

OutputLocation' 

Fields

  • s3 :: Maybe S3Location

    Describes an S3 location that will receive the results of the job request.

Instances

Instances details
FromJSON OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

ToJSON OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

Generic OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

Associated Types

type Rep OutputLocation :: Type -> Type #

Read OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

Show OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

NFData OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

Methods

rnf :: OutputLocation -> () #

Eq OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

Hashable OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

type Rep OutputLocation Source # 
Instance details

Defined in Amazonka.Glacier.Types.OutputLocation

type Rep OutputLocation = D1 ('MetaData "OutputLocation" "Amazonka.Glacier.Types.OutputLocation" "amazonka-glacier-2.0-17Kmjv8nUJeKOtbrjLyy76" 'False) (C1 ('MetaCons "OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Location))))

newOutputLocation :: OutputLocation Source #

Create a value of OutputLocation 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:s3:OutputLocation', outputLocation_s3 - Describes an S3 location that will receive the results of the job request.

outputLocation_s3 :: Lens' OutputLocation (Maybe S3Location) Source #

Describes an S3 location that will receive the results of the job request.