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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DescribeServices

Contents

Description

Describes the specified services running in your cluster.

See: AWS API Reference for DescribeServices.

Synopsis

Creating a Request

describeServices :: DescribeServices Source

Creates a value of DescribeServices with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dCluster :: Lens' DescribeServices (Maybe Text) Source

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

dServices :: Lens' DescribeServices [Text] Source

A list of services you want to describe.

Destructuring the Response

describeServicesResponse Source

Creates a value of DescribeServicesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dssrsFailures :: Lens' DescribeServicesResponse [Failure] Source

Any failures associated with the call.