| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.DeleteDeviceFleet
Description
Deletes a fleet.
Creating a Request
data DeleteDeviceFleet Source #
See: newDeleteDeviceFleet smart constructor.
Constructors
| DeleteDeviceFleet' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> DeleteDeviceFleet | 
Create a value of DeleteDeviceFleet with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteDeviceFleet, deleteDeviceFleet_deviceFleetName - The name of the fleet to delete.
Request Lenses
deleteDeviceFleet_deviceFleetName :: Lens' DeleteDeviceFleet Text Source #
The name of the fleet to delete.
Destructuring the Response
data DeleteDeviceFleetResponse Source #
See: newDeleteDeviceFleetResponse smart constructor.
Constructors
| DeleteDeviceFleetResponse' | |
Instances
newDeleteDeviceFleetResponse :: DeleteDeviceFleetResponse Source #
Create a value of DeleteDeviceFleetResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.