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 EventTrackerSummary = EventTrackerSummary' {}
- newEventTrackerSummary :: EventTrackerSummary
- eventTrackerSummary_status :: Lens' EventTrackerSummary (Maybe Text)
- eventTrackerSummary_lastUpdatedDateTime :: Lens' EventTrackerSummary (Maybe UTCTime)
- eventTrackerSummary_name :: Lens' EventTrackerSummary (Maybe Text)
- eventTrackerSummary_creationDateTime :: Lens' EventTrackerSummary (Maybe UTCTime)
- eventTrackerSummary_eventTrackerArn :: Lens' EventTrackerSummary (Maybe Text)
Documentation
data EventTrackerSummary Source #
Provides a summary of the properties of an event tracker. For a complete listing, call the DescribeEventTracker API.
See: newEventTrackerSummary
smart constructor.
EventTrackerSummary' | |
|
Instances
newEventTrackerSummary :: EventTrackerSummary Source #
Create a value of EventTrackerSummary
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:status:EventTrackerSummary'
, eventTrackerSummary_status
- The status of the event tracker.
An event tracker can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
$sel:lastUpdatedDateTime:EventTrackerSummary'
, eventTrackerSummary_lastUpdatedDateTime
- The date and time (in Unix time) that the event tracker was last
updated.
$sel:name:EventTrackerSummary'
, eventTrackerSummary_name
- The name of the event tracker.
$sel:creationDateTime:EventTrackerSummary'
, eventTrackerSummary_creationDateTime
- The date and time (in Unix time) that the event tracker was created.
$sel:eventTrackerArn:EventTrackerSummary'
, eventTrackerSummary_eventTrackerArn
- The Amazon Resource Name (ARN) of the event tracker.
eventTrackerSummary_status :: Lens' EventTrackerSummary (Maybe Text) Source #
The status of the event tracker.
An event tracker can be in one of the following states:
- CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
- DELETE PENDING > DELETE IN_PROGRESS
eventTrackerSummary_lastUpdatedDateTime :: Lens' EventTrackerSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the event tracker was last updated.
eventTrackerSummary_name :: Lens' EventTrackerSummary (Maybe Text) Source #
The name of the event tracker.
eventTrackerSummary_creationDateTime :: Lens' EventTrackerSummary (Maybe UTCTime) Source #
The date and time (in Unix time) that the event tracker was created.
eventTrackerSummary_eventTrackerArn :: Lens' EventTrackerSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event tracker.