Module Smaws_Client_CloudWatch.GetMetricStream

Returns information about the metric stream that you specify.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `InternalServiceFault of Types.internal_service_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `MissingRequiredParameterException of Types.missing_required_parameter_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_metric_stream_input -> (Types.get_metric_stream_output, [> Smaws_Lib.Protocols.AwsQuery.error | `InternalServiceFault of Types.internal_service_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `MissingRequiredParameterException of Types.missing_required_parameter_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.get_metric_stream_input -> (Types.get_metric_stream_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `InternalServiceFault of Types.internal_service_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `MissingRequiredParameterException of Types.missing_required_parameter_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] * Smaws_Lib.Response.metadata) Stdlib.result