amazonka-snow-device-management-2.0: Amazon Snow Device Management 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.SnowDeviceManagement.Types.ExecutionSummary

Description

 
Synopsis

Documentation

data ExecutionSummary Source #

The summary of a task execution on a specified device.

See: newExecutionSummary smart constructor.

Constructors

ExecutionSummary' 

Fields

Instances

Instances details
FromJSON ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Generic ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Associated Types

type Rep ExecutionSummary :: Type -> Type #

Read ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Show ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

NFData ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Methods

rnf :: ExecutionSummary -> () #

Eq ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Hashable ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

type Rep ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

type Rep ExecutionSummary = D1 ('MetaData "ExecutionSummary" "Amazonka.SnowDeviceManagement.Types.ExecutionSummary" "amazonka-snow-device-management-2.0-BSOYMJEGkqv86alAaVucXA" 'False) (C1 ('MetaCons "ExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "managedDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionState)) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExecutionSummary :: ExecutionSummary Source #

Create a value of ExecutionSummary 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:executionId:ExecutionSummary', executionSummary_executionId - The ID of the execution.

$sel:managedDeviceId:ExecutionSummary', executionSummary_managedDeviceId - The ID of the managed device that the task is being executed on.

$sel:state:ExecutionSummary', executionSummary_state - The state of the execution.

$sel:taskId:ExecutionSummary', executionSummary_taskId - The ID of the task.

executionSummary_managedDeviceId :: Lens' ExecutionSummary (Maybe Text) Source #

The ID of the managed device that the task is being executed on.