libZSservicesZSamazonka-panoramaZSamazonka-panorama
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.Panorama.Types.OutPutS3Location

Description

 
Synopsis

Documentation

data OutPutS3Location Source #

The location of an output object in Amazon S3.

See: newOutPutS3Location smart constructor.

Constructors

OutPutS3Location' 

Fields

Instances

Instances details
Eq OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Read OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Show OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Generic OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Associated Types

type Rep OutPutS3Location :: Type -> Type #

NFData OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Methods

rnf :: OutPutS3Location -> () #

Hashable OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

FromJSON OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

type Rep OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

type Rep OutPutS3Location = D1 ('MetaData "OutPutS3Location" "Amazonka.Panorama.Types.OutPutS3Location" "libZSservicesZSamazonka-panoramaZSamazonka-panorama" 'False) (C1 ('MetaCons "OutPutS3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutPutS3Location Source #

Create a value of OutPutS3Location 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:bucketName:OutPutS3Location', outPutS3Location_bucketName - The object's bucket.

$sel:objectKey:OutPutS3Location', outPutS3Location_objectKey - The object's key.