| 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 |
Amazonka.Nimble.ListEulas
Description
List Eulas.
This operation returns paginated results.
Synopsis
- data ListEulas = ListEulas' {}
- newListEulas :: ListEulas
- listEulas_nextToken :: Lens' ListEulas (Maybe Text)
- listEulas_eulaIds :: Lens' ListEulas (Maybe [Text])
- data ListEulasResponse = ListEulasResponse' {}
- newListEulasResponse :: Int -> ListEulasResponse
- listEulasResponse_eulas :: Lens' ListEulasResponse (Maybe [Eula])
- listEulasResponse_nextToken :: Lens' ListEulasResponse (Maybe Text)
- listEulasResponse_httpStatus :: Lens' ListEulasResponse Int
Creating a Request
See: newListEulas smart constructor.
Constructors
| ListEulas' | |
Instances
newListEulas :: ListEulas Source #
Create a value of ListEulas 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:ListEulas', listEulas_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:eulaIds:ListEulas', listEulas_eulaIds - A collection of EULA IDs.
Request Lenses
listEulas_nextToken :: Lens' ListEulas (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
Destructuring the Response
data ListEulasResponse Source #
See: newListEulasResponse smart constructor.
Constructors
| ListEulasResponse' | |
Instances
Arguments
| :: Int | |
| -> ListEulasResponse |
Create a value of ListEulasResponse 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:eulas:ListEulasResponse', listEulasResponse_eulas - A collection of EULA resources.
$sel:nextToken:ListEulas', listEulasResponse_nextToken - The token for the next set of results, or null if there are no more
results.
$sel:httpStatus:ListEulasResponse', listEulasResponse_httpStatus - The response's http status code.
Response Lenses
listEulasResponse_eulas :: Lens' ListEulasResponse (Maybe [Eula]) Source #
A collection of EULA resources.
listEulasResponse_nextToken :: Lens' ListEulasResponse (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listEulasResponse_httpStatus :: Lens' ListEulasResponse Int Source #
The response's http status code.