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

  • taskArn :: Maybe Text

    The Amazon Resource Name (ARN) of the task.

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

  • taskId :: Text

    The task ID.

Instances

Instances details
Eq TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Read TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

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

NFData TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

Methods

rnf :: TaskSummary -> () #

Hashable TaskSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.TaskSummary

FromJSON 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" "libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management" 'False) (C1 ('MetaCons "TaskSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskState)) :*: S1 ('MetaSel ('Just "taskArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text 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:taskArn:TaskSummary', taskSummary_taskArn - The Amazon Resource Name (ARN) of the task.

$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: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_taskArn :: Lens' TaskSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the task.

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.