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 EntityType = EntityType' {
- lastUpdatedTime :: Maybe Text
- arn :: Maybe Text
- createdTime :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- newEntityType :: EntityType
- entityType_lastUpdatedTime :: Lens' EntityType (Maybe Text)
- entityType_arn :: Lens' EntityType (Maybe Text)
- entityType_createdTime :: Lens' EntityType (Maybe Text)
- entityType_name :: Lens' EntityType (Maybe Text)
- entityType_description :: Lens' EntityType (Maybe Text)
Documentation
data EntityType Source #
The entity type details.
See: newEntityType
smart constructor.
EntityType' | |
|
Instances
newEntityType :: EntityType Source #
Create a value of EntityType
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:lastUpdatedTime:EntityType'
, entityType_lastUpdatedTime
- Timestamp of when the entity type was last updated.
$sel:arn:EntityType'
, entityType_arn
- The entity type ARN.
$sel:createdTime:EntityType'
, entityType_createdTime
- Timestamp of when the entity type was created.
$sel:name:EntityType'
, entityType_name
- The entity type name.
$sel:description:EntityType'
, entityType_description
- The entity type description.
entityType_lastUpdatedTime :: Lens' EntityType (Maybe Text) Source #
Timestamp of when the entity type was last updated.
entityType_arn :: Lens' EntityType (Maybe Text) Source #
The entity type ARN.
entityType_createdTime :: Lens' EntityType (Maybe Text) Source #
Timestamp of when the entity type was created.
entityType_name :: Lens' EntityType (Maybe Text) Source #
The entity type name.
entityType_description :: Lens' EntityType (Maybe Text) Source #
The entity type description.