libZSservicesZSamazonka-worklinkZSamazonka-worklink
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.WorkLink.DescribeDevice

Description

Provides information about a user's device.

Synopsis

Creating a Request

data DescribeDevice Source #

See: newDescribeDevice smart constructor.

Constructors

DescribeDevice' 

Fields

Instances

Instances details
Eq DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Read DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Show DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Generic DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type Rep DescribeDevice :: Type -> Type #

NFData DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Methods

rnf :: DescribeDevice -> () #

Hashable DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToJSON DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

AWSRequest DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type AWSResponse DescribeDevice #

ToHeaders DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToPath DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

ToQuery DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

type Rep DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

type Rep DescribeDevice = D1 ('MetaData "DescribeDevice" "Amazonka.WorkLink.DescribeDevice" "libZSservicesZSamazonka-worklinkZSamazonka-worklink" 'False) (C1 ('MetaCons "DescribeDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDevice Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

newDescribeDevice Source #

Create a value of DescribeDevice 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:fleetArn:DescribeDevice', describeDevice_fleetArn - The ARN of the fleet.

$sel:deviceId:DescribeDevice', describeDevice_deviceId - A unique identifier for a registered user's device.

Request Lenses

describeDevice_deviceId :: Lens' DescribeDevice Text Source #

A unique identifier for a registered user's device.

Destructuring the Response

data DescribeDeviceResponse Source #

See: newDescribeDeviceResponse smart constructor.

Constructors

DescribeDeviceResponse' 

Fields

Instances

Instances details
Eq DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Read DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Show DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Generic DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Associated Types

type Rep DescribeDeviceResponse :: Type -> Type #

NFData DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

Methods

rnf :: DescribeDeviceResponse -> () #

type Rep DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.WorkLink.DescribeDevice

newDescribeDeviceResponse Source #

Create a value of DescribeDeviceResponse 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:DescribeDeviceResponse', describeDeviceResponse_status - The current state of the device.

$sel:manufacturer:DescribeDeviceResponse', describeDeviceResponse_manufacturer - The manufacturer of the device.

$sel:lastAccessedTime:DescribeDeviceResponse', describeDeviceResponse_lastAccessedTime - The date that the device last accessed Amazon WorkLink.

$sel:operatingSystem:DescribeDeviceResponse', describeDeviceResponse_operatingSystem - The operating system of the device.

$sel:username:DescribeDeviceResponse', describeDeviceResponse_username - The user name associated with the device.

$sel:model:DescribeDeviceResponse', describeDeviceResponse_model - The model of the device.

$sel:operatingSystemVersion:DescribeDeviceResponse', describeDeviceResponse_operatingSystemVersion - The operating system version of the device.

$sel:firstAccessedTime:DescribeDeviceResponse', describeDeviceResponse_firstAccessedTime - The date that the device first signed in to Amazon WorkLink.

$sel:patchLevel:DescribeDeviceResponse', describeDeviceResponse_patchLevel - The operating system patch level of the device.

$sel:httpStatus:DescribeDeviceResponse', describeDeviceResponse_httpStatus - The response's http status code.

Response Lenses

describeDeviceResponse_lastAccessedTime :: Lens' DescribeDeviceResponse (Maybe UTCTime) Source #

The date that the device last accessed Amazon WorkLink.

describeDeviceResponse_username :: Lens' DescribeDeviceResponse (Maybe Text) Source #

The user name associated with the device.

describeDeviceResponse_firstAccessedTime :: Lens' DescribeDeviceResponse (Maybe UTCTime) Source #

The date that the device first signed in to Amazon WorkLink.

describeDeviceResponse_patchLevel :: Lens' DescribeDeviceResponse (Maybe Text) Source #

The operating system patch level of the device.