Values.EnableEnhancedMonitoringInputSourceRepresents the input for EnableEnhancedMonitoring.
type nonrec t = {streamName : StreamName.t option;The name of the stream for which to enable enhanced monitoring.
*)shardLevelMetrics : MetricsNameList.t;List of shard-level metrics to enable. The following are the valid shard-level metrics. The value "ALL" enables every metric. IncomingBytes IncomingRecords OutgoingBytes OutgoingRecords WriteProvisionedThroughputExceeded ReadProvisionedThroughputExceeded IteratorAgeMilliseconds ALL For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
*)streamARN : StreamARN.t option;The ARN of the stream.
*)streamId : StreamId.t option;Not Implemented. Reserved for future use.
*)}val make :
?streamName:??? ->
?streamARN:??? ->
?streamId:??? ->
shardLevelMetrics:MetricsNameList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of StreamName.t ])
list ]