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 OutputUpdate = OutputUpdate' {}
- newOutputUpdate :: Text -> OutputUpdate
- outputUpdate_kinesisStreamsOutputUpdate :: Lens' OutputUpdate (Maybe KinesisStreamsOutputUpdate)
- outputUpdate_destinationSchemaUpdate :: Lens' OutputUpdate (Maybe DestinationSchema)
- outputUpdate_kinesisFirehoseOutputUpdate :: Lens' OutputUpdate (Maybe KinesisFirehoseOutputUpdate)
- outputUpdate_nameUpdate :: Lens' OutputUpdate (Maybe Text)
- outputUpdate_lambdaOutputUpdate :: Lens' OutputUpdate (Maybe LambdaOutputUpdate)
- outputUpdate_outputId :: Lens' OutputUpdate Text
Documentation
data OutputUpdate Source #
Describes updates to the output configuration identified by the
OutputId
.
See: newOutputUpdate
smart constructor.
OutputUpdate' | |
|
Instances
Create a value of OutputUpdate
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:kinesisStreamsOutputUpdate:OutputUpdate'
, outputUpdate_kinesisStreamsOutputUpdate
- Describes an Amazon Kinesis stream as the destination for the output.
$sel:destinationSchemaUpdate:OutputUpdate'
, outputUpdate_destinationSchemaUpdate
- Describes the data format when records are written to the destination.
For more information, see
Configuring Application Output.
$sel:kinesisFirehoseOutputUpdate:OutputUpdate'
, outputUpdate_kinesisFirehoseOutputUpdate
- Describes an Amazon Kinesis Firehose delivery stream as the destination
for the output.
$sel:nameUpdate:OutputUpdate'
, outputUpdate_nameUpdate
- If you want to specify a different in-application stream for this output
configuration, use this field to specify the new in-application stream
name.
$sel:lambdaOutputUpdate:OutputUpdate'
, outputUpdate_lambdaOutputUpdate
- Describes an AWS Lambda function as the destination for the output.
$sel:outputId:OutputUpdate'
, outputUpdate_outputId
- Identifies the specific output configuration that you want to update.
outputUpdate_kinesisStreamsOutputUpdate :: Lens' OutputUpdate (Maybe KinesisStreamsOutputUpdate) Source #
Describes an Amazon Kinesis stream as the destination for the output.
outputUpdate_destinationSchemaUpdate :: Lens' OutputUpdate (Maybe DestinationSchema) Source #
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
outputUpdate_kinesisFirehoseOutputUpdate :: Lens' OutputUpdate (Maybe KinesisFirehoseOutputUpdate) Source #
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
outputUpdate_nameUpdate :: Lens' OutputUpdate (Maybe Text) Source #
If you want to specify a different in-application stream for this output configuration, use this field to specify the new in-application stream name.
outputUpdate_lambdaOutputUpdate :: Lens' OutputUpdate (Maybe LambdaOutputUpdate) Source #
Describes an AWS Lambda function as the destination for the output.
outputUpdate_outputId :: Lens' OutputUpdate Text Source #
Identifies the specific output configuration that you want to update.