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