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 |
Returns a list of bulk deployments.
This operation returns paginated results.
Synopsis
- data ListBulkDeployments = ListBulkDeployments' {}
- newListBulkDeployments :: ListBulkDeployments
- listBulkDeployments_nextToken :: Lens' ListBulkDeployments (Maybe Text)
- listBulkDeployments_maxResults :: Lens' ListBulkDeployments (Maybe Text)
- data ListBulkDeploymentsResponse = ListBulkDeploymentsResponse' {}
- newListBulkDeploymentsResponse :: Int -> ListBulkDeploymentsResponse
- listBulkDeploymentsResponse_nextToken :: Lens' ListBulkDeploymentsResponse (Maybe Text)
- listBulkDeploymentsResponse_bulkDeployments :: Lens' ListBulkDeploymentsResponse (Maybe [BulkDeployment])
- listBulkDeploymentsResponse_httpStatus :: Lens' ListBulkDeploymentsResponse Int
Creating a Request
data ListBulkDeployments Source #
See: newListBulkDeployments
smart constructor.
Instances
newListBulkDeployments :: ListBulkDeployments Source #
Create a value of ListBulkDeployments
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:ListBulkDeployments'
, listBulkDeployments_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:maxResults:ListBulkDeployments'
, listBulkDeployments_maxResults
- The maximum number of results to be returned per request.
Request Lenses
listBulkDeployments_nextToken :: Lens' ListBulkDeployments (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listBulkDeployments_maxResults :: Lens' ListBulkDeployments (Maybe Text) Source #
The maximum number of results to be returned per request.
Destructuring the Response
data ListBulkDeploymentsResponse Source #
See: newListBulkDeploymentsResponse
smart constructor.
ListBulkDeploymentsResponse' | |
|
Instances
newListBulkDeploymentsResponse Source #
Create a value of ListBulkDeploymentsResponse
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:ListBulkDeployments'
, listBulkDeploymentsResponse_nextToken
- The token for the next set of results, or ''null'' if there are no
additional results.
$sel:bulkDeployments:ListBulkDeploymentsResponse'
, listBulkDeploymentsResponse_bulkDeployments
- A list of bulk deployments.
$sel:httpStatus:ListBulkDeploymentsResponse'
, listBulkDeploymentsResponse_httpStatus
- The response's http status code.
Response Lenses
listBulkDeploymentsResponse_nextToken :: Lens' ListBulkDeploymentsResponse (Maybe Text) Source #
The token for the next set of results, or ''null'' if there are no additional results.
listBulkDeploymentsResponse_bulkDeployments :: Lens' ListBulkDeploymentsResponse (Maybe [BulkDeployment]) Source #
A list of bulk deployments.
listBulkDeploymentsResponse_httpStatus :: Lens' ListBulkDeploymentsResponse Int Source #
The response's http status code.