libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management
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.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
Eq ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Read ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Show 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 #

NFData ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

Methods

rnf :: ExecutionSummary -> () #

Hashable ExecutionSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.ExecutionSummary

FromJSON 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" "libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management" 'False) (C1 ('MetaCons "ExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "executionId") '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)) :*: S1 ('MetaSel ('Just "managedDeviceId") '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:state:ExecutionSummary', executionSummary_state - The state of the execution.

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

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

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

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