| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ECS.DeregisterTaskDefinition
Description
NOT YET IMPLEMENTED.
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
- data DeregisterTaskDefinition
- deregisterTaskDefinition :: Text -> DeregisterTaskDefinition
- dtd1TaskDefinition :: Lens' DeregisterTaskDefinition Text
- data DeregisterTaskDefinitionResponse
- deregisterTaskDefinitionResponse :: DeregisterTaskDefinitionResponse
- dtdrTaskDefinition :: Lens' DeregisterTaskDefinitionResponse (Maybe TaskDefinition)
Request
data DeregisterTaskDefinition Source
Instances
Request constructor
deregisterTaskDefinition Source
Arguments
| :: Text | |
| -> DeregisterTaskDefinition |
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
deregisterTaskDefinitionResponse :: DeregisterTaskDefinitionResponse Source
DeregisterTaskDefinitionResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
dtdrTaskDefinition :: Lens' DeregisterTaskDefinitionResponse (Maybe TaskDefinition) Source
The full description of the deregistered task.