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 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.
Instances
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.