| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.ApplicationCodeConfigurationUpdate
Description
Synopsis
- data ApplicationCodeConfigurationUpdate = ApplicationCodeConfigurationUpdate' {}
- newApplicationCodeConfigurationUpdate :: ApplicationCodeConfigurationUpdate
- applicationCodeConfigurationUpdate_codeContentTypeUpdate :: Lens' ApplicationCodeConfigurationUpdate (Maybe CodeContentType)
- applicationCodeConfigurationUpdate_codeContentUpdate :: Lens' ApplicationCodeConfigurationUpdate (Maybe CodeContentUpdate)
Documentation
data ApplicationCodeConfigurationUpdate Source #
Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.
See: newApplicationCodeConfigurationUpdate smart constructor.
Constructors
| ApplicationCodeConfigurationUpdate' | |
Fields
| |
Instances
newApplicationCodeConfigurationUpdate :: ApplicationCodeConfigurationUpdate Source #
Create a value of ApplicationCodeConfigurationUpdate 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:codeContentTypeUpdate:ApplicationCodeConfigurationUpdate', applicationCodeConfigurationUpdate_codeContentTypeUpdate - Describes updates to the code content type.
$sel:codeContentUpdate:ApplicationCodeConfigurationUpdate', applicationCodeConfigurationUpdate_codeContentUpdate - Describes updates to the code content of an application.
applicationCodeConfigurationUpdate_codeContentTypeUpdate :: Lens' ApplicationCodeConfigurationUpdate (Maybe CodeContentType) Source #
Describes updates to the code content type.
applicationCodeConfigurationUpdate_codeContentUpdate :: Lens' ApplicationCodeConfigurationUpdate (Maybe CodeContentUpdate) Source #
Describes updates to the code content of an application.