Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists the deployment configurations with the IAM user or AWS account.
This operation returns paginated results.
Synopsis
- data ListDeploymentConfigs = ListDeploymentConfigs' {}
- newListDeploymentConfigs :: ListDeploymentConfigs
- listDeploymentConfigs_nextToken :: Lens' ListDeploymentConfigs (Maybe Text)
- data ListDeploymentConfigsResponse = ListDeploymentConfigsResponse' {
- nextToken :: Maybe Text
- deploymentConfigsList :: Maybe [Text]
- httpStatus :: Int
- newListDeploymentConfigsResponse :: Int -> ListDeploymentConfigsResponse
- listDeploymentConfigsResponse_nextToken :: Lens' ListDeploymentConfigsResponse (Maybe Text)
- listDeploymentConfigsResponse_deploymentConfigsList :: 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.
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:
$sel:nextToken: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.
ListDeploymentConfigsResponse' | |
|
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:nextToken: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:deploymentConfigsList:ListDeploymentConfigsResponse'
, listDeploymentConfigsResponse_deploymentConfigsList
- A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime
.
$sel:httpStatus:ListDeploymentConfigsResponse'
, listDeploymentConfigsResponse_httpStatus
- The response's http status code.
Response Lenses
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_deploymentConfigsList :: Lens' ListDeploymentConfigsResponse (Maybe [Text]) Source #
A list of deployment configurations, including built-in configurations
such as CodeDeployDefault.OneAtATime
.
listDeploymentConfigsResponse_httpStatus :: Lens' ListDeploymentConfigsResponse Int Source #
The response's http status code.