Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MetricsSource = MetricsSource' {
- contentDigest :: Maybe Text
- contentType :: Text
- s3Uri :: Text
- newMetricsSource :: Text -> Text -> MetricsSource
- metricsSource_contentDigest :: Lens' MetricsSource (Maybe Text)
- metricsSource_contentType :: Lens' MetricsSource Text
- metricsSource_s3Uri :: Lens' MetricsSource Text
Documentation
data MetricsSource Source #
See: newMetricsSource
smart constructor.
MetricsSource' | |
|
Instances
Create a value of MetricsSource
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentDigest:MetricsSource'
, metricsSource_contentDigest
-
$sel:contentType:MetricsSource'
, metricsSource_contentType
-