| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ECS.DeleteService
Description
Deletes a specified service within a cluster.
http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeleteService.html
Request
data DeleteService Source
Request constructor
Arguments
| :: Text | |
| -> DeleteService |
Request lenses
dsCluster :: Lens' DeleteService (Maybe Text) Source
The name of the cluster that hosts the service you want to delete.
dsService :: Lens' DeleteService Text Source
The name of the service you want to delete.
Response
Response constructor
deleteServiceResponse :: DeleteServiceResponse Source
DeleteServiceResponse constructor.
The fields accessible through corresponding lenses are: