amazonka-iotwireless-2.0: Amazon IoT Wireless 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.IoTWireless.Types.Ip

Description

 
Synopsis

Documentation

data Ip Source #

IP address used for resolving device location.

See: newIp smart constructor.

Constructors

Ip' 

Fields

Instances

Instances details
ToJSON Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Generic Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Associated Types

type Rep Ip :: Type -> Type #

Methods

from :: Ip -> Rep Ip x #

to :: Rep Ip x -> Ip #

Read Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Show Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Methods

showsPrec :: Int -> Ip -> ShowS #

show :: Ip -> String #

showList :: [Ip] -> ShowS #

NFData Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Methods

rnf :: Ip -> () #

Eq Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Methods

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

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

Hashable Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

Methods

hashWithSalt :: Int -> Ip -> Int #

hash :: Ip -> Int #

type Rep Ip Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.Ip

type Rep Ip = D1 ('MetaData "Ip" "Amazonka.IoTWireless.Types.Ip" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "Ip'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIp Source #

Arguments

:: Text

$sel:ipAddress:Ip'

-> Ip 

Create a value of Ip 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:ipAddress:Ip', ip_ipAddress - IP address information.

ip_ipAddress :: Lens' Ip Text Source #

IP address information.