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 |
List the streaming image resources available to this studio.
This list will contain both images provided by Amazon Web Services, as well as streaming images that you have created in your studio.
This operation returns paginated results.
Synopsis
- data ListStreamingImages = ListStreamingImages' {}
- newListStreamingImages :: Text -> ListStreamingImages
- listStreamingImages_owner :: Lens' ListStreamingImages (Maybe Text)
- listStreamingImages_nextToken :: Lens' ListStreamingImages (Maybe Text)
- listStreamingImages_studioId :: Lens' ListStreamingImages Text
- data ListStreamingImagesResponse = ListStreamingImagesResponse' {}
- newListStreamingImagesResponse :: Int -> ListStreamingImagesResponse
- listStreamingImagesResponse_streamingImages :: Lens' ListStreamingImagesResponse (Maybe [StreamingImage])
- listStreamingImagesResponse_nextToken :: Lens' ListStreamingImagesResponse (Maybe Text)
- listStreamingImagesResponse_httpStatus :: Lens' ListStreamingImagesResponse Int
Creating a Request
data ListStreamingImages Source #
See: newListStreamingImages
smart constructor.
Instances
newListStreamingImages Source #
Create a value of ListStreamingImages
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:owner:ListStreamingImages'
, listStreamingImages_owner
- The owner.
$sel:nextToken:ListStreamingImages'
, listStreamingImages_nextToken
- The token for the next set of results, or null if there are no more
results.
$sel:studioId:ListStreamingImages'
, listStreamingImages_studioId
- The studio ID.
Request Lenses
listStreamingImages_owner :: Lens' ListStreamingImages (Maybe Text) Source #
The owner.
listStreamingImages_nextToken :: Lens' ListStreamingImages (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listStreamingImages_studioId :: Lens' ListStreamingImages Text Source #
The studio ID.
Destructuring the Response
data ListStreamingImagesResponse Source #
See: newListStreamingImagesResponse
smart constructor.
ListStreamingImagesResponse' | |
|
Instances
newListStreamingImagesResponse Source #
Create a value of ListStreamingImagesResponse
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:streamingImages:ListStreamingImagesResponse'
, listStreamingImagesResponse_streamingImages
- A collection of streaming images.
$sel:nextToken:ListStreamingImages'
, listStreamingImagesResponse_nextToken
- The token for the next set of results, or null if there are no more
results.
$sel:httpStatus:ListStreamingImagesResponse'
, listStreamingImagesResponse_httpStatus
- The response's http status code.
Response Lenses
listStreamingImagesResponse_streamingImages :: Lens' ListStreamingImagesResponse (Maybe [StreamingImage]) Source #
A collection of streaming images.
listStreamingImagesResponse_nextToken :: Lens' ListStreamingImagesResponse (Maybe Text) Source #
The token for the next set of results, or null if there are no more results.
listStreamingImagesResponse_httpStatus :: Lens' ListStreamingImagesResponse Int Source #
The response's http status code.