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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DescribeServices

Contents

Description

Describes the specified services running in your cluster.

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

Synopsis

Request

Request constructor

describeServices :: DescribeServices Source

DescribeServices constructor.

The fields accessible through corresponding lenses are:

Request lenses

ds1Cluster :: Lens' DescribeServices (Maybe Text) Source

The name of the cluster that hosts the service you want to describe.

ds1Services :: Lens' DescribeServices [Text] Source

A list of services you want to describe.

Response

Response constructor

describeServicesResponse :: DescribeServicesResponse Source

DescribeServicesResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dsrFailures :: Lens' DescribeServicesResponse [Failure] Source

Any failures associated with the call.