amazonka-ecs-1.3.5: Amazon EC2 Container Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DescribeTasks

Contents

Description

Describes a specified task or tasks.

See: AWS API Reference for DescribeTasks.

Synopsis

Creating a Request

describeTasks :: DescribeTasks Source

Creates a value of DescribeTasks with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dtCluster :: Lens' DescribeTasks (Maybe Text) Source

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to describe. If you do not specify a cluster, the default cluster is assumed.

dtTasks :: Lens' DescribeTasks [Text] Source

A space-separated list of task IDs or full Amazon Resource Name (ARN) entries.

Destructuring the Response

describeTasksResponse Source

Creates a value of DescribeTasksResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dtrsFailures :: Lens' DescribeTasksResponse [Failure] Source

Any failures associated with the call.