Values.UpdateIngestConfigurationRequestSourceUpdates a specified IngestConfiguration. Only the stage ARN attached to the IngestConfiguration can be updated. An IngestConfiguration that is active cannot be updated.
type nonrec t = {arn : IngestConfigurationArn.t;ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.
*)stageArn : IngestConfigurationStageArn.t option;Stage ARN that needs to be updated.
*)redundantIngest : RedundantIngest.t option;Indicates whether redundant ingest is enabled for the ingest configuration. Default: false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of RedundantIngest.t
| `String of IngestConfigurationArn.t ])
list ]