libZSservicesZSamazonka-iotdeviceadvisorZSamazonka-iotdeviceadvisor
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.IoTDeviceAdvisor.Types.DeviceUnderTest

Description

 
Synopsis

Documentation

data DeviceUnderTest Source #

Lists all the devices under test

See: newDeviceUnderTest smart constructor.

Constructors

DeviceUnderTest' 

Fields

Instances

Instances details
Eq DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

Read DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

Show DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

Generic DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

Associated Types

type Rep DeviceUnderTest :: Type -> Type #

NFData DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

Methods

rnf :: DeviceUnderTest -> () #

Hashable DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

ToJSON DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

FromJSON DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

type Rep DeviceUnderTest Source # 
Instance details

Defined in Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest

type Rep DeviceUnderTest = D1 ('MetaData "DeviceUnderTest" "Amazonka.IoTDeviceAdvisor.Types.DeviceUnderTest" "libZSservicesZSamazonka-iotdeviceadvisorZSamazonka-iotdeviceadvisor" 'False) (C1 ('MetaCons "DeviceUnderTest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "thingArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeviceUnderTest :: DeviceUnderTest Source #

Create a value of DeviceUnderTest 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:certificateArn:DeviceUnderTest', deviceUnderTest_certificateArn - Lists devices certificate arn

$sel:thingArn:DeviceUnderTest', deviceUnderTest_thingArn - Lists devices thing arn