libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.OutputLocation

Description

 
Synopsis

Documentation

data OutputLocation Source #

Describes the location where the restore job's output is stored.

See: newOutputLocation smart constructor.

Constructors

OutputLocation' 

Fields

  • s3 :: Maybe S3Location

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

Instances

Instances details
Eq OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

Show OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

Generic OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

Associated Types

type Rep OutputLocation :: Type -> Type #

NFData OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

Methods

rnf :: OutputLocation -> () #

Hashable OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

ToXML OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

Methods

toXML :: OutputLocation -> XML #

type Rep OutputLocation Source # 
Instance details

Defined in Amazonka.S3.Types.OutputLocation

type Rep OutputLocation = D1 ('MetaData "OutputLocation" "Amazonka.S3.Types.OutputLocation" "libZSservicesZSamazonka-s3ZSamazonka-s3" '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 restore request.

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

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