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 |
Updates one or more devices in a fleet.
Synopsis
- data UpdateDevices = UpdateDevices' {
- deviceFleetName :: Text
- devices :: [Device]
- newUpdateDevices :: Text -> UpdateDevices
- updateDevices_deviceFleetName :: Lens' UpdateDevices Text
- updateDevices_devices :: Lens' UpdateDevices [Device]
- data UpdateDevicesResponse = UpdateDevicesResponse' {
- newUpdateDevicesResponse :: UpdateDevicesResponse
Creating a Request
data UpdateDevices Source #
See: newUpdateDevices
smart constructor.
UpdateDevices' | |
|
Instances
Create a value of UpdateDevices
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:UpdateDevices'
, updateDevices_deviceFleetName
- The name of the fleet the devices belong to.
$sel:devices:UpdateDevices'
, updateDevices_devices
- List of devices to register with Edge Manager agent.
Request Lenses
updateDevices_deviceFleetName :: Lens' UpdateDevices Text Source #
The name of the fleet the devices belong to.
updateDevices_devices :: Lens' UpdateDevices [Device] Source #
List of devices to register with Edge Manager agent.
Destructuring the Response
data UpdateDevicesResponse Source #
See: newUpdateDevicesResponse
smart constructor.
Instances
Eq UpdateDevicesResponse Source # | |
Defined in Amazonka.SageMaker.UpdateDevices (==) :: UpdateDevicesResponse -> UpdateDevicesResponse -> Bool # (/=) :: UpdateDevicesResponse -> UpdateDevicesResponse -> Bool # | |
Read UpdateDevicesResponse Source # | |
Show UpdateDevicesResponse Source # | |
Defined in Amazonka.SageMaker.UpdateDevices showsPrec :: Int -> UpdateDevicesResponse -> ShowS # show :: UpdateDevicesResponse -> String # showList :: [UpdateDevicesResponse] -> ShowS # | |
Generic UpdateDevicesResponse Source # | |
Defined in Amazonka.SageMaker.UpdateDevices type Rep UpdateDevicesResponse :: Type -> Type # | |
NFData UpdateDevicesResponse Source # | |
Defined in Amazonka.SageMaker.UpdateDevices rnf :: UpdateDevicesResponse -> () # | |
type Rep UpdateDevicesResponse Source # | |
newUpdateDevicesResponse :: UpdateDevicesResponse Source #
Create a value of UpdateDevicesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.