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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DescribeTaskDefinition

Contents

Description

Describes a task definition. You can specify a family and revision to find information on a specific task definition, or you can simply specify the family to find the latest revision in that family.

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

Synopsis

Request

Request constructor

describeTaskDefinition Source

DescribeTaskDefinition constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtdTaskDefinition :: Lens' DescribeTaskDefinition Text Source

The family for the latest revision, family and revision ('family:revision') for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition that you want to describe.

Response

Response constructor

Response lenses

dtdr1TaskDefinition :: Lens' DescribeTaskDefinitionResponse (Maybe TaskDefinition) Source

The full task definition description.