amazonka-codedeploy-1.4.0: Amazon CodeDeploy SDK.

Copyright(c) 2013-2016 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 instance for a deployment associated with the applicable IAM user or AWS account.

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 those instance with pending deployments.
  • InProgress: Include those instance where deployments are still in progress.
  • Succeeded: Include those instances with successful deployments.
  • Failed: Include those instance with failed deployments.
  • Skipped: Include those instance with skipped deployments.
  • Unknown: Include those instance with deployments in an unknown state.

ldiNextToken :: Lens' ListDeploymentInstances (Maybe Text) Source

An identifier returned from the previous list deployment instances call. It 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 a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.