Values.DisableEnhancedMonitoringInputSourceRepresents the input for DisableEnhancedMonitoring.
type nonrec t = {streamName : StreamName.t option;The name of the Kinesis data stream for which to disable enhanced monitoring.
*)shardLevelMetrics : MetricsNameList.t;List of shard-level metrics to disable. The following are the valid shard-level metrics. The value "ALL" disables 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 ]