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 |
List deployment strategies.
Synopsis
- data ListDeploymentStrategies = ListDeploymentStrategies' {}
- newListDeploymentStrategies :: ListDeploymentStrategies
- listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text)
- listDeploymentStrategies_maxResults :: Lens' ListDeploymentStrategies (Maybe Natural)
- 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.
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:nextToken:ListDeploymentStrategies'
, listDeploymentStrategies_nextToken
- A token to start the list. Use this token to get the next set of
results.
$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.
Request Lenses
listDeploymentStrategies_nextToken :: Lens' ListDeploymentStrategies (Maybe Text) Source #
A token to start the list. Use this token to get the next set of results.
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.
Destructuring the Response
data ListDeploymentStrategiesResponse Source #
See: newListDeploymentStrategiesResponse
smart constructor.
ListDeploymentStrategiesResponse' | |
|
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.
$sel:nextToken: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.