amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.DescribeDevice

Description

Describes the device.

Synopsis

Creating a Request

data DescribeDevice Source #

See: newDescribeDevice smart constructor.

Constructors

DescribeDevice' 

Fields

Instances

Instances details
ToJSON DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToHeaders DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToPath DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

ToQuery DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

AWSRequest DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type AWSResponse DescribeDevice #

Generic DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type Rep DescribeDevice :: Type -> Type #

Read DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Show DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

NFData DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Methods

rnf :: DescribeDevice -> () #

Eq DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Hashable DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type AWSResponse DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDevice Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDevice = D1 ('MetaData "DescribeDevice" "Amazonka.SageMaker.DescribeDevice" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:

DescribeDevice, describeDevice_nextToken - Next token of device description.

DescribeDevice, describeDevice_deviceName - The unique ID of the device.

DescribeDevice, describeDevice_deviceFleetName - The name of the fleet the devices belong to.

Request Lenses

describeDevice_nextToken :: Lens' DescribeDevice (Maybe Text) Source #

Next token of device description.

describeDevice_deviceFleetName :: Lens' DescribeDevice Text Source #

The name of the fleet the devices belong to.

Destructuring the Response

data DescribeDeviceResponse Source #

See: newDescribeDeviceResponse smart constructor.

Constructors

DescribeDeviceResponse' 

Fields

Instances

Instances details
Generic DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Associated Types

type Rep DescribeDeviceResponse :: Type -> Type #

Read DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Show DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

NFData DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

Methods

rnf :: DescribeDeviceResponse -> () #

Eq DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDeviceResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeDevice

type Rep DescribeDeviceResponse = D1 ('MetaData "DescribeDeviceResponse" "Amazonka.SageMaker.DescribeDevice" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeDeviceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "latestHeartbeat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModel])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "registrationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

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:

DescribeDeviceResponse, describeDeviceResponse_agentVersion - Edge Manager agent version.

DescribeDeviceResponse, describeDeviceResponse_description - A description of the device.

DescribeDeviceResponse, describeDeviceResponse_deviceArn - The Amazon Resource Name (ARN) of the device.

DescribeDeviceResponse, describeDeviceResponse_iotThingName - The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

DescribeDeviceResponse, describeDeviceResponse_latestHeartbeat - The last heartbeat received from the device.

$sel:maxModels:DescribeDeviceResponse', describeDeviceResponse_maxModels - The maximum number of models.

DescribeDeviceResponse, describeDeviceResponse_models - Models on the device.

DescribeDevice, describeDeviceResponse_nextToken - The response from the last list when returning a list large enough to need tokening.

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

DescribeDevice, describeDeviceResponse_deviceName - The unique identifier of the device.

DescribeDevice, describeDeviceResponse_deviceFleetName - The name of the fleet the device belongs to.

DescribeDeviceResponse, describeDeviceResponse_registrationTime - The timestamp of the last registration or de-reregistration.

Response Lenses

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

The Amazon Resource Name (ARN) of the device.

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

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

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

The response from the last list when returning a list large enough to need tokening.

describeDeviceResponse_deviceFleetName :: Lens' DescribeDeviceResponse Text Source #

The name of the fleet the device belongs to.

describeDeviceResponse_registrationTime :: Lens' DescribeDeviceResponse UTCTime Source #

The timestamp of the last registration or de-reregistration.