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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.StopTask

Contents

Description

Synopsis

Request

data StopTask Source

Instances

Eq StopTask 
Ord StopTask 
Read StopTask 
Show StopTask 
AWSRequest StopTask 
ToQuery StopTask 
ToPath StopTask 
ToHeaders StopTask 
ToJSON StopTask 
type Sv StopTask = ECS 
type Rs StopTask = StopTaskResponse 

Request constructor

stopTask Source

Arguments

:: Text

stTask

-> StopTask 

StopTask constructor.

The fields accessible through corresponding lenses are:

Request lenses

stCluster :: Lens' StopTask (Maybe Text) Source

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

stTask :: Lens' StopTask Text Source

The task UUIDs or full Amazon Resource Name (ARN) entry of the task you would like to stop.

Response

Response constructor

stopTaskResponse :: StopTaskResponse Source

StopTaskResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses