| 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.GreengrassV2.Types.AssociatedClientDevice
Description
Documentation
data AssociatedClientDevice Source #
Contains information about a client device that is associated to a core device for cloud discovery.
See: newAssociatedClientDevice smart constructor.
Constructors
| AssociatedClientDevice' | |
Instances
newAssociatedClientDevice :: AssociatedClientDevice Source #
Create a value of AssociatedClientDevice 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:associationTimestamp:AssociatedClientDevice', associatedClientDevice_associationTimestamp - The time that the client device was associated, expressed in ISO 8601
format.
$sel:thingName:AssociatedClientDevice', associatedClientDevice_thingName - The name of the IoT thing that represents the associated client device.
associatedClientDevice_associationTimestamp :: Lens' AssociatedClientDevice (Maybe UTCTime) Source #
The time that the client device was associated, expressed in ISO 8601 format.
associatedClientDevice_thingName :: Lens' AssociatedClientDevice (Maybe Text) Source #
The name of the IoT thing that represents the associated client device.