| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.AppStream.DescribeImages
Description
Describes the specified images or all images in the account.
Creating a Request
describeImages :: DescribeImages Source #
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- The names of the images to describe.
data DescribeImages Source #
See: describeImages smart constructor.
Instances
Request Lenses
Destructuring the Response
describeImagesResponse Source #
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:
disrsImages- Information about the images.disrsResponseStatus- -- | The response status code.
data DescribeImagesResponse Source #
See: describeImagesResponse smart constructor.
Response Lenses
disrsImages :: Lens' DescribeImagesResponse [Image] Source #
Information about the images.
disrsResponseStatus :: Lens' DescribeImagesResponse Int Source #
- - | The response status code.