Values.PartitionFieldSourceRepresents a single field in a PartitionSpec. Amazon Data Firehose is in preview release and is subject to change.
type nonrec t = {sourceName : NonEmptyStringWithoutWhitespace.t;The column name to be configured in partition spec. Amazon Data Firehose is in preview release and is subject to change.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of NonEmptyStringWithoutWhitespace.t ]) list ]