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 ActivityListItem = ActivityListItem' {
- activityArn :: Text
- name :: Text
- creationDate :: POSIX
- newActivityListItem :: Text -> Text -> UTCTime -> ActivityListItem
- activityListItem_activityArn :: Lens' ActivityListItem Text
- activityListItem_name :: Lens' ActivityListItem Text
- activityListItem_creationDate :: Lens' ActivityListItem UTCTime
Documentation
data ActivityListItem Source #
Contains details about an activity.
See: newActivityListItem
smart constructor.
ActivityListItem' | |
|
Instances
:: Text | |
-> Text | |
-> UTCTime | |
-> ActivityListItem |
Create a value of ActivityListItem
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:activityArn:ActivityListItem'
, activityListItem_activityArn
- The Amazon Resource Name (ARN) that identifies the activity.
$sel:name:ActivityListItem'
, activityListItem_name
- The name of the activity.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
$sel:creationDate:ActivityListItem'
, activityListItem_creationDate
- The date the activity is created.
activityListItem_activityArn :: Lens' ActivityListItem Text Source #
The Amazon Resource Name (ARN) that identifies the activity.
activityListItem_name :: Lens' ActivityListItem Text Source #
The name of the activity.
A name must not contain:
- white space
- brackets
< > { } [ ]
- wildcard characters
? *
- special characters
" # % \ ^ | ~ ` $ & , ; : /
- control characters (
U+0000-001F
,U+007F-009F
)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
activityListItem_creationDate :: Lens' ActivityListItem UTCTime Source #
The date the activity is created.