| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.MetricDimensionName
Description
Synopsis
- newtype MetricDimensionName where
Documentation
newtype MetricDimensionName Source #
The BatchGetMetricDataQuery dimension name. This can be one of the
following:
EMAIL_IDENTITY– The email identity used when sending messages.CONFIGURATION_SET– The configuration set used when sending messages (if one was used).ISP– The recipient ISP (e.g.Gmail,Yahoo, etc.).
Constructors
| MetricDimensionName' | |
Fields | |
Bundled Patterns
| pattern MetricDimensionName_CONFIGURATION_SET :: MetricDimensionName | |
| pattern MetricDimensionName_EMAIL_IDENTITY :: MetricDimensionName | |
| pattern MetricDimensionName_ISP :: MetricDimensionName |