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

Description

 
Synopsis

Documentation

data CodeContentDescription Source #

Describes details about the code of a Kinesis Data Analytics application.

See: newCodeContentDescription smart constructor.

Constructors

CodeContentDescription' 

Fields

Instances

Instances details
Eq CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

Read CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

Show CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

Generic CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

Associated Types

type Rep CodeContentDescription :: Type -> Type #

NFData CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

Methods

rnf :: CodeContentDescription -> () #

Hashable CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

FromJSON CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

type Rep CodeContentDescription Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription

type Rep CodeContentDescription = D1 ('MetaData "CodeContentDescription" "Amazonka.KinesisAnalyticsV2.Types.CodeContentDescription" "libZSservicesZSamazonka-kinesisanalyticsv2ZSamazonka-kinesisanalyticsv2" 'False) (C1 ('MetaCons "CodeContentDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3ApplicationCodeLocationDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ApplicationCodeLocationDescription)) :*: S1 ('MetaSel ('Just "codeMD5") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "textContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "codeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newCodeContentDescription :: CodeContentDescription Source #

Create a value of CodeContentDescription 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:s3ApplicationCodeLocationDescription:CodeContentDescription', codeContentDescription_s3ApplicationCodeLocationDescription - The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.

$sel:codeMD5:CodeContentDescription', codeContentDescription_codeMD5 - The checksum that can be used to validate zip-format code.

$sel:textContent:CodeContentDescription', codeContentDescription_textContent - The text-format code

$sel:codeSize:CodeContentDescription', codeContentDescription_codeSize - The size in bytes of the application code. Can be used to validate zip-format code.

codeContentDescription_s3ApplicationCodeLocationDescription :: Lens' CodeContentDescription (Maybe S3ApplicationCodeLocationDescription) Source #

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.

codeContentDescription_codeMD5 :: Lens' CodeContentDescription (Maybe Text) Source #

The checksum that can be used to validate zip-format code.

codeContentDescription_codeSize :: Lens' CodeContentDescription (Maybe Natural) Source #

The size in bytes of the application code. Can be used to validate zip-format code.