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.UpdateDevices
Description
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.
Constructors
UpdateDevices' | |
Fields
|
Instances
Arguments
:: Text | |
-> UpdateDevices |
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.
Constructors
UpdateDevicesResponse' | |
Instances
newUpdateDevicesResponse :: UpdateDevicesResponse Source #
Create a value of UpdateDevicesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.