| 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.IotTwinMaker.Types.ComponentTypeSummary
Description
Synopsis
- data ComponentTypeSummary = ComponentTypeSummary' {}
- newComponentTypeSummary :: Text -> Text -> UTCTime -> UTCTime -> ComponentTypeSummary
- componentTypeSummary_componentTypeName :: Lens' ComponentTypeSummary (Maybe Text)
- componentTypeSummary_description :: Lens' ComponentTypeSummary (Maybe Text)
- componentTypeSummary_status :: Lens' ComponentTypeSummary (Maybe Status)
- componentTypeSummary_arn :: Lens' ComponentTypeSummary Text
- componentTypeSummary_componentTypeId :: Lens' ComponentTypeSummary Text
- componentTypeSummary_creationDateTime :: Lens' ComponentTypeSummary UTCTime
- componentTypeSummary_updateDateTime :: Lens' ComponentTypeSummary UTCTime
Documentation
data ComponentTypeSummary Source #
An object that contains information about a component type.
See: newComponentTypeSummary smart constructor.
Constructors
| ComponentTypeSummary' | |
Fields
| |
Instances
newComponentTypeSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> ComponentTypeSummary |
Create a value of ComponentTypeSummary 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:componentTypeName:ComponentTypeSummary', componentTypeSummary_componentTypeName - The component type name.
$sel:description:ComponentTypeSummary', componentTypeSummary_description - The description of the component type.
$sel:status:ComponentTypeSummary', componentTypeSummary_status - The current status of the component type.
$sel:arn:ComponentTypeSummary', componentTypeSummary_arn - The ARN of the component type.
$sel:componentTypeId:ComponentTypeSummary', componentTypeSummary_componentTypeId - The ID of the component type.
$sel:creationDateTime:ComponentTypeSummary', componentTypeSummary_creationDateTime - The date and time when the component type was created.
$sel:updateDateTime:ComponentTypeSummary', componentTypeSummary_updateDateTime - The date and time when the component type was last updated.
componentTypeSummary_componentTypeName :: Lens' ComponentTypeSummary (Maybe Text) Source #
The component type name.
componentTypeSummary_description :: Lens' ComponentTypeSummary (Maybe Text) Source #
The description of the component type.
componentTypeSummary_status :: Lens' ComponentTypeSummary (Maybe Status) Source #
The current status of the component type.
componentTypeSummary_arn :: Lens' ComponentTypeSummary Text Source #
The ARN of the component type.
componentTypeSummary_componentTypeId :: Lens' ComponentTypeSummary Text Source #
The ID of the component type.
componentTypeSummary_creationDateTime :: Lens' ComponentTypeSummary UTCTime Source #
The date and time when the component type was created.
componentTypeSummary_updateDateTime :: Lens' ComponentTypeSummary UTCTime Source #
The date and time when the component type was last updated.