amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.ListDeploymentConfigs

Contents

Description

Lists the deployment configurations within the AWS user account.

http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListDeploymentConfigs.html

Synopsis

Request

Request constructor

listDeploymentConfigs :: ListDeploymentConfigs Source

ListDeploymentConfigs constructor.

The fields accessible through corresponding lenses are:

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.

Response

Response constructor

Response lenses

ldcrDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text] Source

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

ldcrNextToken :: 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.