| 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.ActivityType
Description
Synopsis
- data ActivityType = ActivityType' {}
- newActivityType :: Text -> Text -> ActivityType
- activityType_name :: Lens' ActivityType Text
- activityType_version :: Lens' ActivityType Text
Documentation
data ActivityType Source #
Represents an activity type.
See: newActivityType smart constructor.
Constructors
| ActivityType' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ActivityType |
Create a value of ActivityType 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:name:ActivityType', activityType_name - The name of this activity.
The combination of activity type name and version must be unique within a domain.
$sel:version:ActivityType', activityType_version - The version of this activity.
The combination of activity type name and version must be unique with in a domain.
activityType_name :: Lens' ActivityType Text Source #
The name of this activity.
The combination of activity type name and version must be unique within a domain.
activityType_version :: Lens' ActivityType Text Source #
The version of this activity.
The combination of activity type name and version must be unique with in a domain.