| 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.DeleteFleet
Description
Deletes the specified fleet.
Creating a Request
Arguments
| :: Text | |
| -> DeleteFleet |
Creates a value of DeleteFleet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfName- The name of the fleet.
data DeleteFleet Source #
See: deleteFleet smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> DeleteFleetResponse |
Creates a value of DeleteFleetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dfrsResponseStatus- -- | The response status code.
data DeleteFleetResponse Source #
See: deleteFleetResponse smart constructor.
Response Lenses
dfrsResponseStatus :: Lens' DeleteFleetResponse Int Source #
- - | The response status code.