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 |
Synopsis
- data DeviceInstance = DeviceInstance' {}
- newDeviceInstance :: DeviceInstance
- deviceInstance_status :: Lens' DeviceInstance (Maybe InstanceStatus)
- deviceInstance_udid :: Lens' DeviceInstance (Maybe Text)
- deviceInstance_instanceProfile :: Lens' DeviceInstance (Maybe InstanceProfile)
- deviceInstance_arn :: Lens' DeviceInstance (Maybe Text)
- deviceInstance_deviceArn :: Lens' DeviceInstance (Maybe Text)
- deviceInstance_labels :: Lens' DeviceInstance (Maybe [Text])
Documentation
data DeviceInstance Source #
Represents the device instance.
See: newDeviceInstance
smart constructor.
DeviceInstance' | |
|
Instances
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:
$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.
$sel:instanceProfile:DeviceInstance'
, deviceInstance_instanceProfile
- A object that contains information about the instance profile.
$sel:arn:DeviceInstance'
, deviceInstance_arn
- The Amazon Resource Name (ARN) of the device instance.
$sel:deviceArn:DeviceInstance'
, deviceInstance_deviceArn
- The ARN of the device.
$sel:labels:DeviceInstance'
, deviceInstance_labels
- 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.
deviceInstance_instanceProfile :: Lens' DeviceInstance (Maybe InstanceProfile) Source #
A object that contains information about the instance profile.
deviceInstance_arn :: Lens' DeviceInstance (Maybe Text) Source #
The Amazon Resource Name (ARN) of the device instance.
deviceInstance_deviceArn :: Lens' DeviceInstance (Maybe Text) Source #
The ARN of the device.
deviceInstance_labels :: Lens' DeviceInstance (Maybe [Text]) Source #
An array of strings that describe the device instance.