libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2
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.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Description

 
Synopsis

Documentation

data S3ContentLocationUpdate Source #

Describes an update for the Amazon S3 code content location for an application.

See: newS3ContentLocationUpdate smart constructor.

Constructors

S3ContentLocationUpdate' 

Fields

Instances

Instances details
Eq S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Read S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Show S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Generic S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Associated Types

type Rep S3ContentLocationUpdate :: Type -> Type #

NFData S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

Methods

rnf :: S3ContentLocationUpdate -> () #

Hashable S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

ToJSON S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

type Rep S3ContentLocationUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate

type Rep S3ContentLocationUpdate = D1 ('MetaData "S3ContentLocationUpdate" "Amazonka.KinesisAnalyticsV2.Types.S3ContentLocationUpdate" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "S3ContentLocationUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketARNUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fileKeyUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objectVersionUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newS3ContentLocationUpdate :: S3ContentLocationUpdate Source #

Create a value of S3ContentLocationUpdate 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:bucketARNUpdate:S3ContentLocationUpdate', s3ContentLocationUpdate_bucketARNUpdate - The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

$sel:fileKeyUpdate:S3ContentLocationUpdate', s3ContentLocationUpdate_fileKeyUpdate - The new file key for the object containing the application code.

$sel:objectVersionUpdate:S3ContentLocationUpdate', s3ContentLocationUpdate_objectVersionUpdate - The new version of the object containing the application code.

s3ContentLocationUpdate_bucketARNUpdate :: Lens' S3ContentLocationUpdate (Maybe Text) Source #

The new Amazon Resource Name (ARN) for the S3 bucket containing the application code.

s3ContentLocationUpdate_fileKeyUpdate :: Lens' S3ContentLocationUpdate (Maybe Text) Source #

The new file key for the object containing the application code.

s3ContentLocationUpdate_objectVersionUpdate :: Lens' S3ContentLocationUpdate (Maybe Text) Source #

The new version of the object containing the application code.