Values.InputConfigurationSourceWhen you start your application, you provide this configuration, which identifies the input source and the point in the input source at which you want the application to start processing records.
type nonrec t = {id : Id.t;Input source ID. You can get this ID by calling the DescribeApplication operation.
*)inputStartingPositionConfiguration : InputStartingPositionConfiguration.t;Point at which you want the application to start processing records from the streaming source.
*)}val make :
id:Id.t ->
inputStartingPositionConfiguration:InputStartingPositionConfiguration.t ->
unit ->
t