amazonka-ecs-1.1.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.DescribeContainerInstances

Contents

Description

Describes Amazon EC2 Container Service container instances. Returns metadata about registered and remaining resources on each container instance requested.

See: AWS API Reference for DescribeContainerInstances.

Synopsis

Creating a Request

describeContainerInstances :: DescribeContainerInstances Source

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

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

Request Lenses

dciCluster :: Lens' DescribeContainerInstances (Maybe Text) Source

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances you want to describe. If you do not specify a cluster, the default cluster is assumed.

dciContainerInstances :: Lens' DescribeContainerInstances [Text] Source

A space-separated list of container instance UUIDs or full Amazon Resource Name (ARN) entries.

Destructuring the Response

describeContainerInstancesResponse Source

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

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

Response Lenses