| 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.GameLift.DeleteFleet
Description
Deletes everything related to a fleet. Before deleting a fleet, you must set the fleet's desired capacity to zero. See UpdateFleetCapacity.
This action removes the fleet's resources and the fleet record. Once a fleet is deleted, you can no longer use that 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:
data DeleteFleet Source #
Represents the input for a request action.
See: deleteFleet smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteFleetResponse :: DeleteFleetResponse Source #
Creates a value of DeleteFleetResponse with the minimum fields required to make a request.
data DeleteFleetResponse Source #
See: deleteFleetResponse smart constructor.