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

Description

 
Synopsis

Documentation

data CodeContentUpdate Source #

Describes an update to the code of an application. Not supported for Apache Zeppelin.

See: newCodeContentUpdate smart constructor.

Constructors

CodeContentUpdate' 

Fields

Instances

Instances details
Eq CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

Read CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

Show CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

Generic CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

Associated Types

type Rep CodeContentUpdate :: Type -> Type #

NFData CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

Methods

rnf :: CodeContentUpdate -> () #

Hashable CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

ToJSON CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

type Rep CodeContentUpdate Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentUpdate

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

newCodeContentUpdate :: CodeContentUpdate Source #

Create a value of CodeContentUpdate 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:textContentUpdate:CodeContentUpdate', codeContentUpdate_textContentUpdate - Describes an update to the text code for an application.

$sel:zipFileContentUpdate:CodeContentUpdate', codeContentUpdate_zipFileContentUpdate - Describes an update to the zipped code for an application.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

$sel:s3ContentLocationUpdate:CodeContentUpdate', codeContentUpdate_s3ContentLocationUpdate - Describes an update to the location of code for an application.

codeContentUpdate_textContentUpdate :: Lens' CodeContentUpdate (Maybe Text) Source #

Describes an update to the text code for an application.

codeContentUpdate_zipFileContentUpdate :: Lens' CodeContentUpdate (Maybe ByteString) Source #

Describes an update to the zipped code for an application.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

codeContentUpdate_s3ContentLocationUpdate :: Lens' CodeContentUpdate (Maybe S3ContentLocationUpdate) Source #

Describes an update to the location of code for an application.