| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.ListDeploymentConfigs
Description
Lists the deployment configurations with the IAM user or Amazon Web Services account.
This operation returns paginated results.
Synopsis
- data ListDeploymentConfigs = ListDeploymentConfigs' {}
- newListDeploymentConfigs :: ListDeploymentConfigs
- listDeploymentConfigs_nextToken :: Lens' ListDeploymentConfigs (Maybe Text)
- data ListDeploymentConfigsResponse = ListDeploymentConfigsResponse' {
- deploymentConfigsList :: Maybe [Text]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListDeploymentConfigsResponse :: Int -> ListDeploymentConfigsResponse
- listDeploymentConfigsResponse_deploymentConfigsList :: Lens' ListDeploymentConfigsResponse (Maybe [Text])
- listDeploymentConfigsResponse_nextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text)
- listDeploymentConfigsResponse_httpStatus :: Lens' ListDeploymentConfigsResponse Int
Creating a Request
data ListDeploymentConfigs Source #
Represents the input of a ListDeploymentConfigs operation.
See: newListDeploymentConfigs smart constructor.
Constructors
| ListDeploymentConfigs' | |
Instances
newListDeploymentConfigs :: ListDeploymentConfigs Source #
Create a value of ListDeploymentConfigs with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListDeploymentConfigs, listDeploymentConfigs_nextToken - An identifier returned from the previous ListDeploymentConfigs call.
It can be used to return the next set of deployment configurations in
the list.
Request Lenses
listDeploymentConfigs_nextToken :: Lens' ListDeploymentConfigs (Maybe Text) Source #
An identifier returned from the previous ListDeploymentConfigs call.
It can be used to return the next set of deployment configurations in
the list.
Destructuring the Response
data ListDeploymentConfigsResponse Source #
Represents the output of a ListDeploymentConfigs operation.
See: newListDeploymentConfigsResponse smart constructor.
Constructors
| ListDeploymentConfigsResponse' | |
Fields
| |
Instances
newListDeploymentConfigsResponse Source #
Create a value of ListDeploymentConfigsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentConfigsList:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_deploymentConfigsList - A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
ListDeploymentConfigs, listDeploymentConfigsResponse_nextToken - If a large amount of information is returned, an identifier is also
returned. It can be used in a subsequent list deployment configurations
call to return the next set of deployment configurations in the list.
$sel:httpStatus:ListDeploymentConfigsResponse', listDeploymentConfigsResponse_httpStatus - The response's http status code.
Response Lenses
listDeploymentConfigsResponse_deploymentConfigsList :: Lens' ListDeploymentConfigsResponse (Maybe [Text]) Source #
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime.
listDeploymentConfigsResponse_nextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text) Source #
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.
listDeploymentConfigsResponse_httpStatus :: Lens' ListDeploymentConfigsResponse Int Source #
The response's http status code.