| 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.Nimble.ListEulas
Description
List EULAs.
This operation returns paginated results.
Synopsis
- data ListEulas = ListEulas' {}
- newListEulas :: ListEulas
- listEulas_eulaIds :: Lens' ListEulas (Maybe [Text])
- listEulas_nextToken :: 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:
ListEulas, listEulas_eulaIds - The list of EULA IDs that should be returned
ListEulas, listEulas_nextToken - The token for the next set of results, or null if there are no more
results.
Request Lenses
listEulas_eulaIds :: Lens' ListEulas (Maybe [Text]) Source #
The list of EULA IDs that should be returned
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.
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.