Copyright | (c) 2013-2021 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 |
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:
$sel:deviceFleetName: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.