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

Description

 
Synopsis

Documentation

data TemplateLocation Source #

Information about a template location.

See: newTemplateLocation smart constructor.

Constructors

TemplateLocation' 

Fields

  • s3Bucket :: Text

    The Amazon S3 bucket name.

  • s3Key :: Text

    The list of S3 keys identifying the data source files.

Instances

Instances details
Eq TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Read TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Show TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Generic TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Associated Types

type Rep TemplateLocation :: Type -> Type #

NFData TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

Methods

rnf :: TemplateLocation -> () #

Hashable TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

ToJSON TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

type Rep TemplateLocation Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.TemplateLocation

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

newTemplateLocation Source #

Create a value of TemplateLocation 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:s3Bucket:TemplateLocation', templateLocation_s3Bucket - The Amazon S3 bucket name.

$sel:s3Key:TemplateLocation', templateLocation_s3Key - The list of S3 keys identifying the data source files.

templateLocation_s3Key :: Lens' TemplateLocation Text Source #

The list of S3 keys identifying the data source files.