# Functions

New returns a new cw Client.

# Constants

MetricDimensionsKey is the map[string]string key used for the metric dimensions in MetricList().
MetricNamesKey is the map[string]string key used for the metric names in MetricList().
MetricNamespacesKey is the map[string]string key used for the metric namespaces in MetricList().

# Structs

AlarmConfiguration wraps cloudwatch alarm config from the event payload.
AlarmEventDetail wraps the cloudwatch alarm detail as sent via Eventbridge -> SQS -> Lambda.
AlarmMetric wraps the cloudwatch alarm metric config.
AlarmMetricDetail wraps the individual alarm metric.
AlarmMetricStat wraps the cloudwatch alarm metric stat config.
AlarmState contains the cloudwatch alarm state details.
Client provides methods to get information on a specific cloudwatch alarm.
EventDetails contains the actual event details as received by SQS.

# Type aliases

AlarmTags is an AWS tag list converted to a map[string]string.