| 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.AppConfig.ListDeploymentStrategies
Description
Lists deployment strategies.
Synopsis
- data ListDeploymentStrategies = ListDeploymentStrategies' {}
- newListDeploymentStrategies :: ListDeploymentStrategies
- listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (Maybe Natural)
- listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text)
- data ListDeploymentStrategiesResponse = ListDeploymentStrategiesResponse' {
- items :: Maybe [DeploymentStrategy]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListDeploymentStrategiesResponse :: Int -> ListDeploymentStrategiesResponse
- listDeploymentStrategiesResponse_items :: Lens' ListDeploymentStrategiesResponse (Maybe [DeploymentStrategy])
- listDeploymentStrategiesResponse_nextToken :: Lens' ListDeploymentStrategiesResponse (Maybe Text)
- listDeploymentStrategiesResponse_httpStatus :: Lens' ListDeploymentStrategiesResponse Int
Creating a Request
data ListDeploymentStrategies Source #
See: newListDeploymentStrategies smart constructor.
Constructors
| ListDeploymentStrategies' | |
Instances
newListDeploymentStrategies :: ListDeploymentStrategies Source #
Create a value of ListDeploymentStrategies 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:maxResults:ListDeploymentStrategies', listDeploymentStrategies_maxResults - The maximum number of items to return for this call. The call also
returns a token that you can specify in a subsequent call to get the
next set of results.
ListDeploymentStrategies, listDeploymentStrategies_nextToken - A token to start the list. Use this token to get the next set of
results.
Request Lenses
listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (Maybe Natural) Source #
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
Destructuring the Response
data ListDeploymentStrategiesResponse Source #
See: newListDeploymentStrategiesResponse smart constructor.
Constructors
| ListDeploymentStrategiesResponse' | |
Fields
| |
Instances
newListDeploymentStrategiesResponse Source #
Create a value of ListDeploymentStrategiesResponse 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:items:ListDeploymentStrategiesResponse', listDeploymentStrategiesResponse_items - The elements from this collection.
ListDeploymentStrategies, listDeploymentStrategiesResponse_nextToken - The token for the next set of items to return. Use this token to get the
next set of results.
$sel:httpStatus:ListDeploymentStrategiesResponse', listDeploymentStrategiesResponse_httpStatus - The response's http status code.
Response Lenses
listDeploymentStrategiesResponse_items :: Lens' ListDeploymentStrategiesResponse (Maybe [DeploymentStrategy]) Source #
The elements from this collection.
listDeploymentStrategiesResponse_nextToken :: Lens' ListDeploymentStrategiesResponse (Maybe Text) Source #
The token for the next set of items to return. Use this token to get the next set of results.
listDeploymentStrategiesResponse_httpStatus :: Lens' ListDeploymentStrategiesResponse Int Source #
The response's http status code.