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 CodeContentUpdate = CodeContentUpdate' {}
- newCodeContentUpdate :: CodeContentUpdate
- codeContentUpdate_textContentUpdate :: Lens' CodeContentUpdate (Maybe Text)
- codeContentUpdate_zipFileContentUpdate :: Lens' CodeContentUpdate (Maybe ByteString)
- codeContentUpdate_s3ContentLocationUpdate :: Lens' CodeContentUpdate (Maybe S3ContentLocationUpdate)
Documentation
data CodeContentUpdate Source #
Describes an update to the code of an application. Not supported for Apache Zeppelin.
See: newCodeContentUpdate
smart constructor.
CodeContentUpdate' | |
|
Instances
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.