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 all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
This operation returns paginated results.
Synopsis
- data ListStudios = ListStudios' {}
- newListStudios :: ListStudios
- listStudios_marker :: Lens' ListStudios (Maybe Text)
- data ListStudiosResponse = ListStudiosResponse' {
- studios :: Maybe [StudioSummary]
- marker :: Maybe Text
- httpStatus :: Int
- newListStudiosResponse :: Int -> ListStudiosResponse
- listStudiosResponse_studios :: Lens' ListStudiosResponse (Maybe [StudioSummary])
- listStudiosResponse_marker :: Lens' ListStudiosResponse (Maybe Text)
- listStudiosResponse_httpStatus :: Lens' ListStudiosResponse Int
Creating a Request
data ListStudios Source #
See: newListStudios
smart constructor.
Instances
newListStudios :: ListStudios Source #
Create a value of ListStudios
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:marker:ListStudios'
, listStudios_marker
- The pagination token that indicates the set of results to retrieve.
Request Lenses
listStudios_marker :: Lens' ListStudios (Maybe Text) Source #
The pagination token that indicates the set of results to retrieve.
Destructuring the Response
data ListStudiosResponse Source #
See: newListStudiosResponse
smart constructor.
ListStudiosResponse' | |
|
Instances
newListStudiosResponse Source #
Create a value of ListStudiosResponse
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:studios:ListStudiosResponse'
, listStudiosResponse_studios
- The list of Studio summary objects.
$sel:marker:ListStudios'
, listStudiosResponse_marker
- The pagination token that indicates the next set of results to retrieve.
$sel:httpStatus:ListStudiosResponse'
, listStudiosResponse_httpStatus
- The response's http status code.
Response Lenses
listStudiosResponse_studios :: Lens' ListStudiosResponse (Maybe [StudioSummary]) Source #
The list of Studio summary objects.
listStudiosResponse_marker :: Lens' ListStudiosResponse (Maybe Text) Source #
The pagination token that indicates the next set of results to retrieve.
listStudiosResponse_httpStatus :: Lens' ListStudiosResponse Int Source #
The response's http status code.