| 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.SnowDeviceManagement.Types.DeviceSummary
Description
Synopsis
- data DeviceSummary = DeviceSummary' {}
- newDeviceSummary :: DeviceSummary
- deviceSummary_associatedWithJob :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_managedDeviceArn :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_managedDeviceId :: Lens' DeviceSummary (Maybe Text)
- deviceSummary_tags :: Lens' DeviceSummary (Maybe (HashMap Text Text))
Documentation
data DeviceSummary Source #
Identifying information about the device.
See: newDeviceSummary smart constructor.
Constructors
| DeviceSummary' | |
Fields
| |
Instances
newDeviceSummary :: DeviceSummary Source #
Create a value of DeviceSummary 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:associatedWithJob:DeviceSummary', deviceSummary_associatedWithJob - The ID of the job used to order the device.
$sel:managedDeviceArn:DeviceSummary', deviceSummary_managedDeviceArn - The Amazon Resource Name (ARN) of the device.
$sel:managedDeviceId:DeviceSummary', deviceSummary_managedDeviceId - The ID of the device.
$sel:tags:DeviceSummary', deviceSummary_tags - Optional metadata that you assign to a resource. You can use tags to
categorize a resource in different ways, such as by purpose, owner, or
environment.
deviceSummary_associatedWithJob :: Lens' DeviceSummary (Maybe Text) Source #
The ID of the job used to order the device.
deviceSummary_managedDeviceArn :: Lens' DeviceSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the device.
deviceSummary_managedDeviceId :: Lens' DeviceSummary (Maybe Text) Source #
The ID of the device.
deviceSummary_tags :: Lens' DeviceSummary (Maybe (HashMap Text Text)) Source #
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.