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.TaskSummary

Description

 
Synopsis

Documentation

data TaskSummary Source #

Information about the task assigned to one or many devices.

See: newTaskSummary smart constructor.

Constructors

TaskSummary' 

Fields

  • state :: Maybe TaskState

    The state of the task assigned to one or many devices.

  • tags :: Maybe (HashMap Text Text)

    Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

  • taskArn :: Maybe Text

    The Amazon Resource Name (ARN) of the task.

  • taskId :: Text

    The task ID.

Instances

Instances details
FromJSON TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Generic TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Associated Types

type Rep TaskSummary :: Type -> Type #

Read TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Show TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

NFData TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Methods

rnf :: TaskSummary -> () #

Eq TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Hashable TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

type Rep TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

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

newTaskSummary Source #

Create a value of TaskSummary 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:state:TaskSummary', taskSummary_state - The state of the task assigned to one or many devices.

$sel:tags:TaskSummary', taskSummary_tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

$sel:taskArn:TaskSummary', taskSummary_taskArn - The Amazon Resource Name (ARN) of the task.

$sel:taskId:TaskSummary', taskSummary_taskId - The task ID.

taskSummary_state :: Lens' TaskSummary (Maybe TaskState) Source #

The state of the task assigned to one or many devices.

taskSummary_tags :: Lens' TaskSummary (Maybe (HashMap Text Text)) Source #

Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

taskSummary_taskArn :: Lens' TaskSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task.