Values.DeleteStreamInputSourceRepresents the input for DeleteStream.
type nonrec t = {streamName : StreamName.t option;The name of the stream to delete.
*)enforceConsumerDeletion : BooleanObject.t option;If this parameter is unset (null) or if you set it to false, and the stream has registered consumers, the call to DeleteStream fails with a ResourceInUseException.
*)streamARN : StreamARN.t option;The ARN of the stream.
*)streamId : StreamId.t option;Not Implemented. Reserved for future use.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BooleanObject.t | `String of StreamName.t ])
list ]