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 EntityDescription = EntityDescription' {
- arn :: Maybe Text
- createdAt :: Maybe POSIX
- definition :: Maybe DefinitionDocument
- id :: Maybe Text
- type' :: Maybe EntityType
- newEntityDescription :: EntityDescription
- entityDescription_arn :: Lens' EntityDescription (Maybe Text)
- entityDescription_createdAt :: Lens' EntityDescription (Maybe UTCTime)
- entityDescription_definition :: Lens' EntityDescription (Maybe DefinitionDocument)
- entityDescription_id :: Lens' EntityDescription (Maybe Text)
- entityDescription_type :: Lens' EntityDescription (Maybe EntityType)
Documentation
data EntityDescription Source #
Describes the properties of an entity.
See: newEntityDescription
smart constructor.
EntityDescription' | |
|
Instances
newEntityDescription :: EntityDescription Source #
Create a value of EntityDescription
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:arn:EntityDescription'
, entityDescription_arn
- The entity ARN.
$sel:createdAt:EntityDescription'
, entityDescription_createdAt
- The time at which the entity was created.
$sel:definition:EntityDescription'
, entityDescription_definition
- The definition document of the entity.
$sel:id:EntityDescription'
, entityDescription_id
- The entity ID.
$sel:type':EntityDescription'
, entityDescription_type
- The entity type.
entityDescription_arn :: Lens' EntityDescription (Maybe Text) Source #
The entity ARN.
entityDescription_createdAt :: Lens' EntityDescription (Maybe UTCTime) Source #
The time at which the entity was created.
entityDescription_definition :: Lens' EntityDescription (Maybe DefinitionDocument) Source #
The definition document of the entity.
entityDescription_id :: Lens' EntityDescription (Maybe Text) Source #
The entity ID.
entityDescription_type :: Lens' EntityDescription (Maybe EntityType) Source #
The entity type.