Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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' | |
Instances
newAssociateClientDeviceWithCoreDeviceEntry Source #
Arguments
:: Text | |
-> AssociateClientDeviceWithCoreDeviceEntry |
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.