| 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.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.
Fleet-related operations include:
CreateFleetListFleetsDeleteFleet- Describe fleets:
DescribeFleetAttributesDescribeFleetCapacityDescribeFleetPortSettingsDescribeFleetUtilizationDescribeRuntimeConfigurationDescribeEC2InstanceLimitsDescribeFleetEvents- Update fleets:
UpdateFleetAttributesUpdateFleetCapacityUpdateFleetPortSettingsUpdateRuntimeConfiguration- Manage fleet actions:
StartFleetActionsStopFleetActions
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:
dfFleetId- Unique identifier for a fleet to be deleted.
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.