Skip to content

Commit c687e6b

Browse files
committed
Add new metric
1 parent 631d414 commit c687e6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AWS/CloudWatch/Types.purs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ data MetricName
4747
= CPUUtilization
4848
| CPUReservation
4949
| MemoryUtilization
50+
| MemoryReservation
5051

5152
instance showMetricName :: Show MetricName where
5253
show CPUUtilization = "CPUUtilization"
5354
show CPUReservation = "CPUReservation"
5455
show MemoryUtilization = "MemoryUtilization"
56+
show MemoryReservation = "MemoryReservation"
5557

5658
type Dimension
5759
= { name :: DimensionName, value :: DimensionValue }

0 commit comments

Comments
 (0)