Values.EnhancedMonitoringOutputSourceRepresents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
type nonrec t = {streamName : StreamName.t option;The name of the Kinesis data stream.
*)currentShardLevelMetrics : MetricsNameList.t option;Represents the current state of the metrics that are in the enhanced state before the operation.
*)desiredShardLevelMetrics : MetricsNameList.t option;Represents the list of all the metrics that would be in the enhanced state after the operation.
*)streamARN : StreamARN.t option;The ARN of the stream.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidArgumentException of InvalidArgumentException.t| `LimitExceededException of LimitExceededException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of StreamName.t ])
list ]