Values.OutputUpdateSourceDescribes updates to the output configuration identified by the OutputId.
type nonrec t = {outputId : Id.t;Identifies the specific output configuration that you want to update.
*)nameUpdate : InAppStreamName.t option;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.
*)kinesisStreamsOutputUpdate : KinesisStreamsOutputUpdate.t option;Describes an Amazon Kinesis stream as the destination for the output.
*)kinesisFirehoseOutputUpdate : KinesisFirehoseOutputUpdate.t option;Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
*)lambdaOutputUpdate : LambdaOutputUpdate.t option;Describes an AWS Lambda function as the destination for the output.
*)destinationSchemaUpdate : DestinationSchema.t option;Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string * [> `Enum of string | `String of ResourceARN.t ]) list ])
list ]