Skip to content

Commit abe734c

Browse files
committed
Add new Memory metrics
1 parent 262054d commit abe734c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AWS/CloudWatch/Types.purs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@ instance showDimensionName :: Show DimensionName where
4646
data MetricName
4747
= CPUUtilization
4848
| CPUReservation
49+
| MemoryUtilization
50+
| MemoryReservation
4951

5052
instance showMetricName :: Show MetricName where
5153
show CPUUtilization = "CPUUtilization"
5254
show CPUReservation = "CPUReservation"
55+
show MemoryUtilization = "MemoryUtilization"
56+
show MemoryReservation = "MemoryReservation"
5357

5458
type Dimension
5559
= { name :: DimensionName, value :: DimensionValue }

0 commit comments

Comments
 (0)