libZSservicesZSamazonka-sagemaker-edgeZSamazonka-sagemaker-edge
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.SageMakerEdge.SendHeartbeat

Description

Use to get the current status of devices registered on SageMaker Edge Manager.

Synopsis

Creating a Request

data SendHeartbeat Source #

See: newSendHeartbeat smart constructor.

Constructors

SendHeartbeat' 

Fields

Instances

Instances details
Eq SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Read SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Show SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Generic SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type Rep SendHeartbeat :: Type -> Type #

NFData SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Methods

rnf :: SendHeartbeat -> () #

Hashable SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToJSON SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

AWSRequest SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type AWSResponse SendHeartbeat #

ToHeaders SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToPath SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

ToQuery SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeat = D1 ('MetaData "SendHeartbeat" "Amazonka.SageMakerEdge.SendHeartbeat" "libZSservicesZSamazonka-sagemaker-edgeZSamazonka-sagemaker-edge" 'False) (C1 ('MetaCons "SendHeartbeat'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "agentMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeMetric])) :*: S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Model]))) :*: (S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse SendHeartbeat Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

newSendHeartbeat Source #

Create a value of SendHeartbeat 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:agentMetrics:SendHeartbeat', sendHeartbeat_agentMetrics - For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.

$sel:models:SendHeartbeat', sendHeartbeat_models - Returns a list of models deployed on the the device.

$sel:agentVersion:SendHeartbeat', sendHeartbeat_agentVersion - Returns the version of the agent.

$sel:deviceName:SendHeartbeat', sendHeartbeat_deviceName - The unique name of the device.

$sel:deviceFleetName:SendHeartbeat', sendHeartbeat_deviceFleetName - The name of the fleet that the device belongs to.

Request Lenses

sendHeartbeat_agentMetrics :: Lens' SendHeartbeat (Maybe [EdgeMetric]) Source #

For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.

sendHeartbeat_models :: Lens' SendHeartbeat (Maybe [Model]) Source #

Returns a list of models deployed on the the device.

sendHeartbeat_agentVersion :: Lens' SendHeartbeat Text Source #

Returns the version of the agent.

sendHeartbeat_deviceName :: Lens' SendHeartbeat Text Source #

The unique name of the device.

sendHeartbeat_deviceFleetName :: Lens' SendHeartbeat Text Source #

The name of the fleet that the device belongs to.

Destructuring the Response

data SendHeartbeatResponse Source #

See: newSendHeartbeatResponse smart constructor.

Instances

Instances details
Eq SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Read SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Show SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Generic SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Associated Types

type Rep SendHeartbeatResponse :: Type -> Type #

NFData SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

Methods

rnf :: SendHeartbeatResponse -> () #

type Rep SendHeartbeatResponse Source # 
Instance details

Defined in Amazonka.SageMakerEdge.SendHeartbeat

type Rep SendHeartbeatResponse = D1 ('MetaData "SendHeartbeatResponse" "Amazonka.SageMakerEdge.SendHeartbeat" "libZSservicesZSamazonka-sagemaker-edgeZSamazonka-sagemaker-edge" 'False) (C1 ('MetaCons "SendHeartbeatResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSendHeartbeatResponse :: SendHeartbeatResponse Source #

Create a value of SendHeartbeatResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.