Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeDeploy.ListDeploymentConfigs
Description
Lists the deployment configurations with the applicable IAM user or AWS account.
See: AWS API Reference for ListDeploymentConfigs.
- listDeploymentConfigs :: ListDeploymentConfigs
- data ListDeploymentConfigs
- ldcNextToken :: Lens' ListDeploymentConfigs (Maybe Text)
- listDeploymentConfigsResponse :: Int -> ListDeploymentConfigsResponse
- data ListDeploymentConfigsResponse
- ldcrsNextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text)
- ldcrsDeploymentConfigsList :: Lens' ListDeploymentConfigsResponse [Text]
- ldcrsResponseStatus :: Lens' ListDeploymentConfigsResponse Int
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:
data ListDeploymentConfigs Source
Represents the input of a list deployment configurations operation.
See: listDeploymentConfigs
smart constructor.
Instances
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
Arguments
:: Int | |
-> ListDeploymentConfigsResponse |
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:
data ListDeploymentConfigsResponse Source
Represents the output of a list deployment configurations operation.
See: listDeploymentConfigsResponse
smart constructor.
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.
ldcrsResponseStatus :: Lens' ListDeploymentConfigsResponse Int Source
The response status code.