amazonka-codedeploy-1.3.7: Amazon CodeDeploy 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.CodeDeploy.ListDeploymentInstances

Contents

Description

Lists the instances for a deployment associated with the applicable IAM user or AWS account.

See: AWS API Reference for ListDeploymentInstances.

Synopsis

Creating a Request

listDeploymentInstances Source

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

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

Request Lenses

ldiInstanceStatusFilter :: Lens' ListDeploymentInstances [InstanceStatus] Source

A subset of instances to list, by status:

  • Pending: Include in the resulting list those instances with pending deployments.
  • InProgress: Include in the resulting list those instances with in-progress deployments.
  • Succeeded: Include in the resulting list those instances with succeeded deployments.
  • Failed: Include in the resulting list those instances with failed deployments.
  • Skipped: Include in the resulting list those instances with skipped deployments.
  • Unknown: Include in the resulting list those instances with deployments in an unknown state.

ldiNextToken :: Lens' ListDeploymentInstances (Maybe Text) Source

An identifier that was returned from the previous list deployment instances call, which can be used to return the next set of deployment instances in the list.

ldiDeploymentId :: Lens' ListDeploymentInstances Text Source

The unique ID of a deployment.

Destructuring the Response

listDeploymentInstancesResponse Source

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

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

Response Lenses

ldirsNextToken :: Lens' ListDeploymentInstancesResponse (Maybe Text) Source

If the amount of information that is returned is significantly large, an identifier will also be returned, which can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.