| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Location.Types.BatchDeleteDevicePositionHistoryError
Description
Synopsis
- data BatchDeleteDevicePositionHistoryError = BatchDeleteDevicePositionHistoryError' {
- deviceId :: Text
- error :: BatchItemError
- newBatchDeleteDevicePositionHistoryError :: Text -> BatchItemError -> BatchDeleteDevicePositionHistoryError
- batchDeleteDevicePositionHistoryError_deviceId :: Lens' BatchDeleteDevicePositionHistoryError Text
- batchDeleteDevicePositionHistoryError_error :: Lens' BatchDeleteDevicePositionHistoryError BatchItemError
Documentation
data BatchDeleteDevicePositionHistoryError Source #
Contains the tracker resource details.
See: newBatchDeleteDevicePositionHistoryError smart constructor.
Constructors
| BatchDeleteDevicePositionHistoryError' | |
Fields
| |
Instances
newBatchDeleteDevicePositionHistoryError Source #
Arguments
| :: Text | |
| -> BatchItemError | |
| -> BatchDeleteDevicePositionHistoryError |
Create a value of BatchDeleteDevicePositionHistoryError 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:deviceId:BatchDeleteDevicePositionHistoryError', batchDeleteDevicePositionHistoryError_deviceId - The ID of the device for this position.
$sel:error:BatchDeleteDevicePositionHistoryError', batchDeleteDevicePositionHistoryError_error - Undocumented member.
batchDeleteDevicePositionHistoryError_deviceId :: Lens' BatchDeleteDevicePositionHistoryError Text Source #
The ID of the device for this position.
batchDeleteDevicePositionHistoryError_error :: Lens' BatchDeleteDevicePositionHistoryError BatchItemError Source #
Undocumented member.