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

Description

 
Synopsis

Documentation

data S3KeyOutput Source #

Information about S3 keys.

See: newS3KeyOutput smart constructor.

Constructors

S3KeyOutput' 

Fields

Instances

Instances details
Eq S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Read S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Show S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Generic S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Associated Types

type Rep S3KeyOutput :: Type -> Type #

NFData S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

Methods

rnf :: S3KeyOutput -> () #

Hashable S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

FromJSON S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

type Rep S3KeyOutput Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.S3KeyOutput

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

newS3KeyOutput :: S3KeyOutput Source #

Create a value of S3KeyOutput 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:etag:S3KeyOutput', s3KeyOutput_etag - The etag for the object.

$sel:s3Key:S3KeyOutput', s3KeyOutput_s3Key - The S3 key.

s3KeyOutput_etag :: Lens' S3KeyOutput (Maybe Text) Source #

The etag for the object.