amazonka-panorama-2.0: Amazon Panorama 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.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
FromJSON 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 #

Read OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Show OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

NFData OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Methods

rnf :: OutPutS3Location -> () #

Eq OutPutS3Location Source # 
Instance details

Defined in Amazonka.Panorama.Types.OutPutS3Location

Hashable 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" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" '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.