Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CodeContentDescription = CodeContentDescription' {}
- newCodeContentDescription :: CodeContentDescription
- codeContentDescription_s3ApplicationCodeLocationDescription :: Lens' CodeContentDescription (Maybe S3ApplicationCodeLocationDescription)
- codeContentDescription_codeMD5 :: Lens' CodeContentDescription (Maybe Text)
- codeContentDescription_textContent :: Lens' CodeContentDescription (Maybe Text)
- codeContentDescription_codeSize :: Lens' CodeContentDescription (Maybe Natural)
Documentation
data CodeContentDescription Source #
Describes details about the code of a Kinesis Data Analytics application.
See: newCodeContentDescription
smart constructor.
CodeContentDescription' | |
|
Instances
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_textContent :: Lens' CodeContentDescription (Maybe Text) Source #
The text-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.