amazonka-greengrassv2-2.0: Amazon IoT Greengrass V2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GreengrassV2.Types.AssociatedClientDevice

Description

 
Synopsis

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' 

Fields

Instances

Instances details
FromJSON AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Generic AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Associated Types

type Rep AssociatedClientDevice :: Type -> Type #

Read AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Show AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

NFData AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Methods

rnf :: AssociatedClientDevice -> () #

Eq AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Hashable AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

type Rep AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

type Rep AssociatedClientDevice = D1 ('MetaData "AssociatedClientDevice" "Amazonka.GreengrassV2.Types.AssociatedClientDevice" "amazonka-greengrassv2-2.0-CXiJQl197i43YI1Cz5IpiZ" 'False) (C1 ('MetaCons "AssociatedClientDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "associationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.