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 SqlApplicationConfigurationUpdate = SqlApplicationConfigurationUpdate' {}
- newSqlApplicationConfigurationUpdate :: SqlApplicationConfigurationUpdate
- sqlApplicationConfigurationUpdate_referenceDataSourceUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [ReferenceDataSourceUpdate])
- sqlApplicationConfigurationUpdate_inputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [InputUpdate])
- sqlApplicationConfigurationUpdate_outputUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [OutputUpdate])
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.
SqlApplicationConfigurationUpdate' | |
|
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:referenceDataSourceUpdates:SqlApplicationConfigurationUpdate'
, sqlApplicationConfigurationUpdate_referenceDataSourceUpdates
- The array of ReferenceDataSourceUpdate objects describing the new
reference data sources used by the application.
$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.
sqlApplicationConfigurationUpdate_referenceDataSourceUpdates :: Lens' SqlApplicationConfigurationUpdate (Maybe [ReferenceDataSourceUpdate]) Source #
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.