| 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.SqlApplicationConfigurationUpdate
Description
Synopsis
- data SqlApplicationConfigurationUpdate = SqlApplicationConfigurationUpdate' {}
- newSqlApplicationConfigurationUpdate :: SqlApplicationConfigurationUpdate
- sqlApplicationConfigurationUpdate_inputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [InputUpdate])
- sqlApplicationConfigurationUpdate_outputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [OutputUpdate])
- sqlApplicationConfigurationUpdate_referenceDataSourceUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [ReferenceDataSourceUpdate])
Documentation
data SqlApplicationConfigurationUpdate Source #
Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.
See: newSqlApplicationConfigurationUpdate smart constructor.
Constructors
| SqlApplicationConfigurationUpdate' | |
Fields
| |
Instances
newSqlApplicationConfigurationUpdate :: SqlApplicationConfigurationUpdate Source #
Create a value of SqlApplicationConfigurationUpdate 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:inputUpdates:SqlApplicationConfigurationUpdate', sqlApplicationConfigurationUpdate_inputUpdates - The array of InputUpdate objects describing the new input streams used
by the application.
$sel:outputUpdates:SqlApplicationConfigurationUpdate', sqlApplicationConfigurationUpdate_outputUpdates - The array of OutputUpdate objects describing the new destination streams
used by the application.
$sel:referenceDataSourceUpdates:SqlApplicationConfigurationUpdate', sqlApplicationConfigurationUpdate_referenceDataSourceUpdates - The array of ReferenceDataSourceUpdate objects describing the new
reference data sources used by the application.
sqlApplicationConfigurationUpdate_inputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [InputUpdate]) Source #
The array of InputUpdate objects describing the new input streams used by the application.
sqlApplicationConfigurationUpdate_outputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [OutputUpdate]) Source #
The array of OutputUpdate objects describing the new destination streams used by the application.
sqlApplicationConfigurationUpdate_referenceDataSourceUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [ReferenceDataSourceUpdate]) Source #
The array of ReferenceDataSourceUpdate objects describing the new reference data sources used by the application.