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

Description

 
Synopsis

Documentation

data SoftwareInformation Source #

Information about the software on the device.

See: newSoftwareInformation smart constructor.

Constructors

SoftwareInformation' 

Fields

Instances

Instances details
FromJSON SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Generic SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Associated Types

type Rep SoftwareInformation :: Type -> Type #

Read SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Show SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

NFData SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Methods

rnf :: SoftwareInformation -> () #

Eq SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

Hashable SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

type Rep SoftwareInformation Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.SoftwareInformation

type Rep SoftwareInformation = D1 ('MetaData "SoftwareInformation" "Amazonka.SnowDeviceManagement.Types.SoftwareInformation" "amazonka-snow-device-management-2.0-BSOYMJEGkqv86alAaVucXA" 'False) (C1 ('MetaCons "SoftwareInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "installState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "installedVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "installingVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSoftwareInformation :: SoftwareInformation Source #

Create a value of SoftwareInformation 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:installState:SoftwareInformation', softwareInformation_installState - The state of the software that is installed or that is being installed on the device.

$sel:installedVersion:SoftwareInformation', softwareInformation_installedVersion - The version of the software currently installed on the device.

$sel:installingVersion:SoftwareInformation', softwareInformation_installingVersion - The version of the software being installed on the device.

softwareInformation_installState :: Lens' SoftwareInformation (Maybe Text) Source #

The state of the software that is installed or that is being installed on the device.

softwareInformation_installedVersion :: Lens' SoftwareInformation (Maybe Text) Source #

The version of the software currently installed on the device.

softwareInformation_installingVersion :: Lens' SoftwareInformation (Maybe Text) Source #

The version of the software being installed on the device.