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.ListDeploymentConfigs

Contents

Description

Lists the deployment configurations with the applicable IAM user or AWS account.

Synopsis

Creating a Request

listDeploymentConfigs :: ListDeploymentConfigs Source

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

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

Request Lenses

ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text) Source

An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

Destructuring the Response

listDeploymentConfigsResponse Source

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

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

Response Lenses

ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (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 configurations call to return the next set of deployment configurations in the list.

ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] Source

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.