amazonka-codedeploy-0.0.5: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.ListDeploymentGroups

Contents

Description

Lists the deployment groups for an application registered within the AWS user account.

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

Synopsis

Request

Request constructor

listDeploymentGroups Source

ListDeploymentGroups constructor.

The fields accessible through corresponding lenses are:

Request lenses

ldgApplicationName :: Lens' ListDeploymentGroups Text Source

The name of an existing AWS CodeDeploy application within the AWS user account.

ldgNextToken :: Lens' ListDeploymentGroups (Maybe Text) Source

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

Response

Response constructor

Response lenses

ldgrDeploymentGroups :: Lens' ListDeploymentGroupsResponse [Text] Source

A list of corresponding deployment group names.

ldgrNextToken :: Lens' ListDeploymentGroupsResponse (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 groups call to return the next set of deployment groups in the list.