amazonka-codedeploy-1.0.1: 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.ListDeploymentConfigs

Contents

Description

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

See: AWS API Reference for ListDeploymentConfigs.

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 that was returned from the previous list deployment configurations call, which 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 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 configurations call to return the next set of deployment configurations in the list.

ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] Source

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