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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DeregisterTaskDefinition

Contents

Description

Deregisters the specified task definition. You will no longer be able to run tasks from this definition after deregistration.

http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterTaskDefinition.html

Synopsis

Request

Request constructor

deregisterTaskDefinition Source

DeregisterTaskDefinition constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtd1TaskDefinition :: Lens' DeregisterTaskDefinition Text Source

The family and revision ('family:revision') or full Amazon Resource Name (ARN) of the task definition that you want to deregister.

Response

Response constructor

Response lenses

dtdrTaskDefinition :: Lens' DeregisterTaskDefinitionResponse (Maybe TaskDefinition) Source

The full description of the deregistered task.