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.AssociateClientDeviceWithCoreDeviceEntry

Description

 
Synopsis

Documentation

data AssociateClientDeviceWithCoreDeviceEntry Source #

Contains a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation consumes a list of these requests.

See: newAssociateClientDeviceWithCoreDeviceEntry smart constructor.

Constructors

AssociateClientDeviceWithCoreDeviceEntry' 

Fields

  • thingName :: Text

    The name of the IoT thing that represents the client device to associate.

Instances

Instances details
Eq AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

Read AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

Show AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

Generic AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

NFData AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

Hashable AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

ToJSON AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

type Rep AssociateClientDeviceWithCoreDeviceEntry Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry

type Rep AssociateClientDeviceWithCoreDeviceEntry = D1 ('MetaData "AssociateClientDeviceWithCoreDeviceEntry" "Amazonka.GreengrassV2.Types.AssociateClientDeviceWithCoreDeviceEntry" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "AssociateClientDeviceWithCoreDeviceEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "thingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateClientDeviceWithCoreDeviceEntry Source #

Create a value of AssociateClientDeviceWithCoreDeviceEntry 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:thingName:AssociateClientDeviceWithCoreDeviceEntry', associateClientDeviceWithCoreDeviceEntry_thingName - The name of the IoT thing that represents the client device to associate.

associateClientDeviceWithCoreDeviceEntry_thingName :: Lens' AssociateClientDeviceWithCoreDeviceEntry Text Source #

The name of the IoT thing that represents the client device to associate.