amazonka-devicefarm-2.0: Amazon Device Farm 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.DeviceFarm.Types.DeviceInstance

Description

 
Synopsis

Documentation

data DeviceInstance Source #

Represents the device instance.

See: newDeviceInstance smart constructor.

Constructors

DeviceInstance' 

Fields

Instances

Instances details
FromJSON DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

Generic DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

Associated Types

type Rep DeviceInstance :: Type -> Type #

Read DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

Show DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

NFData DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

Methods

rnf :: DeviceInstance -> () #

Eq DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

Hashable DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

type Rep DeviceInstance Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.DeviceInstance

newDeviceInstance :: DeviceInstance Source #

Create a value of DeviceInstance 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:

DeviceInstance, deviceInstance_arn - The Amazon Resource Name (ARN) of the device instance.

$sel:deviceArn:DeviceInstance', deviceInstance_deviceArn - The ARN of the device.

$sel:instanceProfile:DeviceInstance', deviceInstance_instanceProfile - A object that contains information about the instance profile.

$sel:labels:DeviceInstance', deviceInstance_labels - An array of strings that describe the device instance.

$sel:status:DeviceInstance', deviceInstance_status - The status of the device instance. Valid values are listed here.

$sel:udid:DeviceInstance', deviceInstance_udid - Unique device identifier for the device instance.

deviceInstance_arn :: Lens' DeviceInstance (Maybe Text) Source #

The Amazon Resource Name (ARN) of the device instance.

deviceInstance_instanceProfile :: Lens' DeviceInstance (Maybe InstanceProfile) Source #

A object that contains information about the instance profile.

deviceInstance_labels :: Lens' DeviceInstance (Maybe [Text]) Source #

An array of strings that describe the device instance.

deviceInstance_status :: Lens' DeviceInstance (Maybe InstanceStatus) Source #

The status of the device instance. Valid values are listed here.

deviceInstance_udid :: Lens' DeviceInstance (Maybe Text) Source #

Unique device identifier for the device instance.