| Copyright | (c) 2013-2018 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.DeleteImage
Description
Deletes the specified image. You cannot delete an image that is currently in use. After you delete an image, you cannot provision new capacity using the image.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteImage |
Creates a value of DeleteImage with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
diName- The name of the image.
data DeleteImage Source #
See: deleteImage smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteImageResponse |
Creates a value of DeleteImageResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dirsImage- Information about the image.dirsResponseStatus- -- | The response status code.
data DeleteImageResponse Source #
See: deleteImageResponse smart constructor.
Instances
Response Lenses
dirsResponseStatus :: Lens' DeleteImageResponse Int Source #
- - | The response status code.