| 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.SWF.Types.ActivityTypeInfo
Description
Synopsis
- data ActivityTypeInfo = ActivityTypeInfo' {}
- newActivityTypeInfo :: ActivityType -> RegistrationStatus -> UTCTime -> ActivityTypeInfo
- activityTypeInfo_deprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime)
- activityTypeInfo_description :: Lens' ActivityTypeInfo (Maybe Text)
- activityTypeInfo_activityType :: Lens' ActivityTypeInfo ActivityType
- activityTypeInfo_status :: Lens' ActivityTypeInfo RegistrationStatus
- activityTypeInfo_creationDate :: Lens' ActivityTypeInfo UTCTime
Documentation
data ActivityTypeInfo Source #
Detailed information about an activity type.
See: newActivityTypeInfo smart constructor.
Constructors
| ActivityTypeInfo' | |
Fields
| |
Instances
Arguments
| :: ActivityType | |
| -> RegistrationStatus | |
| -> UTCTime | |
| -> ActivityTypeInfo |
Create a value of ActivityTypeInfo 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:deprecationDate:ActivityTypeInfo', activityTypeInfo_deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.
$sel:description:ActivityTypeInfo', activityTypeInfo_description - The description of the activity type provided in RegisterActivityType.
$sel:activityType:ActivityTypeInfo', activityTypeInfo_activityType - The ActivityType type structure representing the activity type.
$sel:status:ActivityTypeInfo', activityTypeInfo_status - The current status of the activity type.
$sel:creationDate:ActivityTypeInfo', activityTypeInfo_creationDate - The date and time this activity type was created through
RegisterActivityType.
activityTypeInfo_deprecationDate :: Lens' ActivityTypeInfo (Maybe UTCTime) Source #
If DEPRECATED, the date and time DeprecateActivityType was called.
activityTypeInfo_description :: Lens' ActivityTypeInfo (Maybe Text) Source #
The description of the activity type provided in RegisterActivityType.
activityTypeInfo_activityType :: Lens' ActivityTypeInfo ActivityType Source #
The ActivityType type structure representing the activity type.
activityTypeInfo_status :: Lens' ActivityTypeInfo RegistrationStatus Source #
The current status of the activity type.
activityTypeInfo_creationDate :: Lens' ActivityTypeInfo UTCTime Source #
The date and time this activity type was created through RegisterActivityType.