| 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.DeregisterDevices
Description
Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.
Synopsis
- data DeregisterDevices = DeregisterDevices' {
- deviceFleetName :: Text
- deviceNames :: [Text]
- newDeregisterDevices :: Text -> DeregisterDevices
- deregisterDevices_deviceFleetName :: Lens' DeregisterDevices Text
- deregisterDevices_deviceNames :: Lens' DeregisterDevices [Text]
- data DeregisterDevicesResponse = DeregisterDevicesResponse' {
- newDeregisterDevicesResponse :: DeregisterDevicesResponse
Creating a Request
data DeregisterDevices Source #
See: newDeregisterDevices smart constructor.
Constructors
| DeregisterDevices' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeregisterDevices |
Create a value of DeregisterDevices 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:DeregisterDevices', deregisterDevices_deviceFleetName - The name of the fleet the devices belong to.
$sel:deviceNames:DeregisterDevices', deregisterDevices_deviceNames - The unique IDs of the devices.
Request Lenses
deregisterDevices_deviceFleetName :: Lens' DeregisterDevices Text Source #
The name of the fleet the devices belong to.
deregisterDevices_deviceNames :: Lens' DeregisterDevices [Text] Source #
The unique IDs of the devices.
Destructuring the Response
data DeregisterDevicesResponse Source #
See: newDeregisterDevicesResponse smart constructor.
Constructors
| DeregisterDevicesResponse' | |
Instances
newDeregisterDevicesResponse :: DeregisterDevicesResponse Source #
Create a value of DeregisterDevicesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.