libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Read AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Show 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 #

NFData AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

Methods

rnf :: AssociatedClientDevice -> () #

Hashable AssociatedClientDevice Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociatedClientDevice

FromJSON 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" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" '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.