amazonka-snow-device-management-2.0: Amazon Snow Device Management SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SnowDeviceManagement.Types.DeviceSummary

Description

 
Synopsis

Documentation

data DeviceSummary Source #

Identifying information about the device.

See: newDeviceSummary smart constructor.

Constructors

DeviceSummary' 

Fields

Instances

Instances details
FromJSON DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

Generic DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

Associated Types

type Rep DeviceSummary :: Type -> Type #

Read DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

Show DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

NFData DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

Methods

rnf :: DeviceSummary -> () #

Eq DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

Hashable DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

type Rep DeviceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.DeviceSummary

type Rep DeviceSummary = D1 ('MetaData "DeviceSummary" "Amazonka.SnowDeviceManagement.Types.DeviceSummary" "amazonka-snow-device-management-2.0-BSOYMJEGkqv86alAaVucXA" 'False) (C1 ('MetaCons "DeviceSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associatedWithJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "managedDeviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "managedDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

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_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.