libZSservicesZSamazonka-robomakerZSamazonka-robomaker
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.RobOMaker.Types.OutputLocation

Description

 
Synopsis

Documentation

data OutputLocation Source #

The output location.

See: newOutputLocation smart constructor.

Constructors

OutputLocation' 

Fields

Instances

Instances details
Eq OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Read OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Show OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Generic OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Associated Types

type Rep OutputLocation :: Type -> Type #

NFData OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

Methods

rnf :: OutputLocation -> () #

Hashable OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

ToJSON OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

FromJSON OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

type Rep OutputLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.OutputLocation

type Rep OutputLocation = D1 ('MetaData "OutputLocation" "Amazonka.RobOMaker.Types.OutputLocation" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "OutputLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:s3Prefix:OutputLocation', outputLocation_s3Prefix - The S3 folder in the s3Bucket where output files will be placed.

$sel:s3Bucket:OutputLocation', outputLocation_s3Bucket - The S3 bucket for output.

outputLocation_s3Prefix :: Lens' OutputLocation (Maybe Text) Source #

The S3 folder in the s3Bucket where output files will be placed.