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 ThingTypeDefinition = ThingTypeDefinition' {}
- newThingTypeDefinition :: ThingTypeDefinition
- thingTypeDefinition_thingTypeProperties :: Lens' ThingTypeDefinition (Maybe ThingTypeProperties)
- thingTypeDefinition_thingTypeName :: Lens' ThingTypeDefinition (Maybe Text)
- thingTypeDefinition_thingTypeMetadata :: Lens' ThingTypeDefinition (Maybe ThingTypeMetadata)
- thingTypeDefinition_thingTypeArn :: Lens' ThingTypeDefinition (Maybe Text)
Documentation
data ThingTypeDefinition Source #
The definition of the thing type, including thing type name and description.
See: newThingTypeDefinition
smart constructor.
ThingTypeDefinition' | |
|
Instances
newThingTypeDefinition :: ThingTypeDefinition Source #
Create a value of ThingTypeDefinition
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:thingTypeProperties:ThingTypeDefinition'
, thingTypeDefinition_thingTypeProperties
- The ThingTypeProperties for the thing type.
$sel:thingTypeName:ThingTypeDefinition'
, thingTypeDefinition_thingTypeName
- The name of the thing type.
$sel:thingTypeMetadata:ThingTypeDefinition'
, thingTypeDefinition_thingTypeMetadata
- The ThingTypeMetadata contains additional information about the thing
type including: creation date and time, a value indicating whether the
thing type is deprecated, and a date and time when it was deprecated.
$sel:thingTypeArn:ThingTypeDefinition'
, thingTypeDefinition_thingTypeArn
- The thing type ARN.
thingTypeDefinition_thingTypeProperties :: Lens' ThingTypeDefinition (Maybe ThingTypeProperties) Source #
The ThingTypeProperties for the thing type.
thingTypeDefinition_thingTypeName :: Lens' ThingTypeDefinition (Maybe Text) Source #
The name of the thing type.
thingTypeDefinition_thingTypeMetadata :: Lens' ThingTypeDefinition (Maybe ThingTypeMetadata) Source #
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
thingTypeDefinition_thingTypeArn :: Lens' ThingTypeDefinition (Maybe Text) Source #
The thing type ARN.