amazonka-ecs-1.1.0: 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 you want 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 UUIDs 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

dtrsStatus :: Lens' DescribeTasksResponse Int Source

The response status code.