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 |
Deletes a fleet.
Creating a Request
data DeleteDeviceFleet Source #
See: newDeleteDeviceFleet
smart constructor.
DeleteDeviceFleet' | |
|
Instances
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.
Instances
Eq DeleteDeviceFleetResponse Source # | |
Read DeleteDeviceFleetResponse Source # | |
Show DeleteDeviceFleetResponse Source # | |
Defined in Amazonka.SageMaker.DeleteDeviceFleet showsPrec :: Int -> DeleteDeviceFleetResponse -> ShowS # show :: DeleteDeviceFleetResponse -> String # showList :: [DeleteDeviceFleetResponse] -> ShowS # | |
Generic DeleteDeviceFleetResponse Source # | |
Defined in Amazonka.SageMaker.DeleteDeviceFleet type Rep DeleteDeviceFleetResponse :: Type -> Type # | |
NFData DeleteDeviceFleetResponse Source # | |
Defined in Amazonka.SageMaker.DeleteDeviceFleet rnf :: DeleteDeviceFleetResponse -> () # | |
type Rep DeleteDeviceFleetResponse Source # | |
Defined in Amazonka.SageMaker.DeleteDeviceFleet |
newDeleteDeviceFleetResponse :: DeleteDeviceFleetResponse Source #
Create a value of DeleteDeviceFleetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.