Safe Haskell | None |
---|---|
Language | Haskell2010 |
Lists the deployment configurations within the AWS user account.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_ListDeploymentConfigs.html
- data ListDeploymentConfigs
- listDeploymentConfigs :: ListDeploymentConfigs
- ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text)
- data ListDeploymentConfigsResponse
- listDeploymentConfigsResponse :: ListDeploymentConfigsResponse
- ldcrDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text]
- ldcrNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text)
Request
data ListDeploymentConfigs Source
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
listDeploymentConfigsResponse :: ListDeploymentConfigsResponse Source
ListDeploymentConfigsResponse
constructor.
The fields accessible through corresponding lenses are:
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.