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

Description

 
Synopsis

Documentation

data InstanceSummary Source #

The details about the instance.

See: newInstanceSummary smart constructor.

Constructors

InstanceSummary' 

Fields

Instances

Instances details
FromJSON InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

Generic InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

Associated Types

type Rep InstanceSummary :: Type -> Type #

Read InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

Show InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

NFData InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

Methods

rnf :: InstanceSummary -> () #

Eq InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

Hashable InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

type Rep InstanceSummary Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.InstanceSummary

type Rep InstanceSummary = D1 ('MetaData "InstanceSummary" "Amazonka.SnowDeviceManagement.Types.InstanceSummary" "amazonka-snow-device-management-2.0-BSOYMJEGkqv86alAaVucXA" 'False) (C1 ('MetaCons "InstanceSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instance'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Instance)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newInstanceSummary :: InstanceSummary Source #

Create a value of InstanceSummary 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:instance':InstanceSummary', instanceSummary_instance - A structure containing details about the instance.

$sel:lastUpdatedAt:InstanceSummary', instanceSummary_lastUpdatedAt - When the instance summary was last updated.

instanceSummary_instance :: Lens' InstanceSummary (Maybe Instance) Source #

A structure containing details about the instance.

instanceSummary_lastUpdatedAt :: Lens' InstanceSummary (Maybe UTCTime) Source #

When the instance summary was last updated.