Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.AppStream.DescribeImages
Description
Describes the images. If a list of names is not provided, all images in your account are returned. This operation does not return a paginated result.
Creating a Request
describeImages :: DescribeImages #
Creates a value of DescribeImages
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
diNames
- A specific list of images to describe.
data DescribeImages #
See: describeImages
smart constructor.
Instances
Request Lenses
diNames :: Lens' DescribeImages [Text] #
A specific list of images to describe.
Destructuring the Response
Arguments
:: Int | |
-> DescribeImagesResponse |
Creates a value of DescribeImagesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dirsImages
- The list of images.dirsResponseStatus
- -- | The response status code.
data DescribeImagesResponse #
See: describeImagesResponse
smart constructor.
Response Lenses
dirsImages :: Lens' DescribeImagesResponse [Image] #
The list of images.
dirsResponseStatus :: Lens' DescribeImagesResponse Int #
- - | The response status code.