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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DeleteService

Contents

Description

Synopsis

Request

Request constructor

deleteService Source

DeleteService constructor.

The fields accessible through corresponding lenses are:

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:

Response lenses