| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudWatchLogs.Types
Contents
- data CloudWatchLogs
- data JSONError :: *
- data MetricFilter
- metricFilter :: NonEmpty MetricTransformation -> MetricFilter
- mfCreationTime :: Lens' MetricFilter (Maybe Natural)
- mfFilterName :: Lens' MetricFilter (Maybe Text)
- mfFilterPattern :: Lens' MetricFilter (Maybe Text)
- mfMetricTransformations :: Lens' MetricFilter (NonEmpty MetricTransformation)
- data MetricFilterMatchRecord
- metricFilterMatchRecord :: MetricFilterMatchRecord
- mfmrEventMessage :: Lens' MetricFilterMatchRecord (Maybe Text)
- mfmrEventNumber :: Lens' MetricFilterMatchRecord (Maybe Integer)
- mfmrExtractedValues :: Lens' MetricFilterMatchRecord (HashMap Text Text)
- data MetricTransformation
- metricTransformation :: Text -> Text -> Text -> MetricTransformation
- mtMetricName :: Lens' MetricTransformation Text
- mtMetricNamespace :: Lens' MetricTransformation Text
- mtMetricValue :: Lens' MetricTransformation Text
- data LogStream
- logStream :: LogStream
- lsArn :: Lens' LogStream (Maybe Text)
- lsCreationTime :: Lens' LogStream (Maybe Natural)
- lsFirstEventTimestamp :: Lens' LogStream (Maybe Natural)
- lsLastEventTimestamp :: Lens' LogStream (Maybe Natural)
- lsLastIngestionTime :: Lens' LogStream (Maybe Natural)
- lsLogStreamName :: Lens' LogStream (Maybe Text)
- lsStoredBytes :: Lens' LogStream (Maybe Natural)
- lsUploadSequenceToken :: Lens' LogStream (Maybe Text)
- data LogGroup
- logGroup :: LogGroup
- lgArn :: Lens' LogGroup (Maybe Text)
- lgCreationTime :: Lens' LogGroup (Maybe Natural)
- lgLogGroupName :: Lens' LogGroup (Maybe Text)
- lgMetricFilterCount :: Lens' LogGroup (Maybe Int)
- lgRetentionInDays :: Lens' LogGroup (Maybe Int)
- lgStoredBytes :: Lens' LogGroup (Maybe Natural)
- data InputLogEvent
- inputLogEvent :: Natural -> Text -> InputLogEvent
- ileMessage :: Lens' InputLogEvent Text
- ileTimestamp :: Lens' InputLogEvent Natural
- data OutputLogEvent
- outputLogEvent :: OutputLogEvent
- oleIngestionTime :: Lens' OutputLogEvent (Maybe Natural)
- oleMessage :: Lens' OutputLogEvent (Maybe Text)
- oleTimestamp :: Lens' OutputLogEvent (Maybe Natural)
Service
data CloudWatchLogs Source
Version 2014-03-28 of the Amazon CloudWatch Logs service.
Instances
| AWSService CloudWatchLogs | |
| type Sg CloudWatchLogs = V4 | |
| type Er CloudWatchLogs = JSONError |
Error
data JSONError :: *
MetricFilter
data MetricFilter Source
Arguments
| :: NonEmpty MetricTransformation | |
| -> MetricFilter |
MetricFilter constructor.
The fields accessible through corresponding lenses are:
MetricFilterMatchRecord
metricFilterMatchRecord :: MetricFilterMatchRecord Source
MetricFilterMatchRecord constructor.
The fields accessible through corresponding lenses are:
MetricTransformation
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> MetricTransformation |
MetricTransformation constructor.
The fields accessible through corresponding lenses are:
LogStream
LogStream constructor.
The fields accessible through corresponding lenses are:
LogGroup
LogGroup constructor.
The fields accessible through corresponding lenses are:
InputLogEvent
data InputLogEvent Source
Arguments
| :: Natural | |
| -> Text | |
| -> InputLogEvent |
InputLogEvent constructor.
The fields accessible through corresponding lenses are:
OutputLogEvent
data OutputLogEvent Source
outputLogEvent :: OutputLogEvent Source
OutputLogEvent constructor.
The fields accessible through corresponding lenses are: