| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ECS.DescribeServices
Description
Describes the specified services running in your cluster.
- describeServices :: DescribeServices
- data DescribeServices
- dCluster :: Lens' DescribeServices (Maybe Text)
- dServices :: Lens' DescribeServices [Text]
- describeServicesResponse :: Int -> DescribeServicesResponse
- data DescribeServicesResponse
- dssrsFailures :: Lens' DescribeServicesResponse [Failure]
- dssrsServices :: Lens' DescribeServicesResponse [ContainerService]
- dssrsResponseStatus :: Lens' DescribeServicesResponse Int
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:
data DescribeServices Source #
See: describeServices smart constructor.
Instances
Request Lenses
dCluster :: Lens' DescribeServices (Maybe Text) Source #
The name of the cluster that hosts the service to describe. If you do not specify a cluster, the default cluster is assumed.
Destructuring the Response
describeServicesResponse Source #
Arguments
| :: Int | |
| -> DescribeServicesResponse |
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:
data DescribeServicesResponse Source #
See: describeServicesResponse smart constructor.
Response Lenses
dssrsFailures :: Lens' DescribeServicesResponse [Failure] Source #
Any failures associated with the call.
dssrsServices :: Lens' DescribeServicesResponse [ContainerService] Source #
The list of services described.
dssrsResponseStatus :: Lens' DescribeServicesResponse Int Source #
The response status code.