Module

AWS.CloudWatch

#CloudWatch

#makeClient

#InternalGetMetricStatisticsOutput

type InternalGetMetricStatisticsOutput = { "Datapoints" :: Array InternalMetricDatapoint, "Label" :: String, "ResponseMetadata" :: { "RequestId" :: String } }

#InternalMetricDatapoint

type InternalMetricDatapoint = { "Maximum" :: Number, "Timestamp" :: String, "Unit" :: String }

#getMetricStatistics

Modules