libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SnowDeviceManagement.Types.Reboot

Description

 
Synopsis

Documentation

data Reboot Source #

A structure used to reboot the device.

See: newReboot smart constructor.

Constructors

Reboot' 

Instances

Instances details
Eq Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Methods

(==) :: Reboot -> Reboot -> Bool #

(/=) :: Reboot -> Reboot -> Bool #

Read Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Show Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Generic Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Associated Types

type Rep Reboot :: Type -> Type #

Methods

from :: Reboot -> Rep Reboot x #

to :: Rep Reboot x -> Reboot #

NFData Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Methods

rnf :: Reboot -> () #

Hashable Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

Methods

hashWithSalt :: Int -> Reboot -> Int #

hash :: Reboot -> Int #

ToJSON Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

type Rep Reboot Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.Reboot

type Rep Reboot = D1 ('MetaData "Reboot" "Amazonka.SnowDeviceManagement.Types.Reboot" "libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management" 'False) (C1 ('MetaCons "Reboot'" 'PrefixI 'False) (U1 :: Type -> Type))

newReboot :: Reboot Source #

Create a value of Reboot with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.