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
Eq ListDeploymentConfigs | |
Ord ListDeploymentConfigs | |
Read ListDeploymentConfigs | |
Show ListDeploymentConfigs | |
Monoid ListDeploymentConfigs | |
AWSRequest ListDeploymentConfigs | |
ToQuery ListDeploymentConfigs | |
ToPath ListDeploymentConfigs | |
ToHeaders ListDeploymentConfigs | |
ToJSON ListDeploymentConfigs | |
type Sv ListDeploymentConfigs = CodeDeploy | |
type Rs ListDeploymentConfigs = ListDeploymentConfigsResponse |
Request constructor
listDeploymentConfigs :: ListDeploymentConfigs Source
ListDeploymentConfigs
constructor.
The fields accessible through corresponding lenses are:
ldcNextToken
::
Maybe
Text
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:
ldcrDeploymentConfigsList
::
[Text
]ldcrNextToken
::
Maybe
Text
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.