libZSservicesZSamazonka-dsZSamazonka-ds
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.DirectoryService.Types.IpRouteInfo

Description

 
Synopsis

Documentation

data IpRouteInfo Source #

Information about one or more IP address blocks.

See: newIpRouteInfo smart constructor.

Constructors

IpRouteInfo' 

Fields

Instances

Instances details
Eq IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

Read IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

Show IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

Generic IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

Associated Types

type Rep IpRouteInfo :: Type -> Type #

NFData IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

Methods

rnf :: IpRouteInfo -> () #

Hashable IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

FromJSON IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

type Rep IpRouteInfo Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.IpRouteInfo

type Rep IpRouteInfo = D1 ('MetaData "IpRouteInfo" "Amazonka.DirectoryService.Types.IpRouteInfo" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "IpRouteInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipRouteStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "addedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "cidrIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipRouteStatusMsg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpRouteStatusMsg)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newIpRouteInfo :: IpRouteInfo Source #

Create a value of IpRouteInfo 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:directoryId:IpRouteInfo', ipRouteInfo_directoryId - Identifier (ID) of the directory associated with the IP addresses.

$sel:ipRouteStatusReason:IpRouteInfo', ipRouteInfo_ipRouteStatusReason - The reason for the IpRouteStatusMsg.

$sel:addedDateTime:IpRouteInfo', ipRouteInfo_addedDateTime - The date and time the address block was added to the directory.

$sel:cidrIp:IpRouteInfo', ipRouteInfo_cidrIp - IP address block in the IpRoute.

$sel:ipRouteStatusMsg:IpRouteInfo', ipRouteInfo_ipRouteStatusMsg - The status of the IP address block.

$sel:description:IpRouteInfo', ipRouteInfo_description - Description of the IpRouteInfo.

ipRouteInfo_directoryId :: Lens' IpRouteInfo (Maybe Text) Source #

Identifier (ID) of the directory associated with the IP addresses.

ipRouteInfo_ipRouteStatusReason :: Lens' IpRouteInfo (Maybe Text) Source #

The reason for the IpRouteStatusMsg.

ipRouteInfo_addedDateTime :: Lens' IpRouteInfo (Maybe UTCTime) Source #

The date and time the address block was added to the directory.

ipRouteInfo_cidrIp :: Lens' IpRouteInfo (Maybe Text) Source #

IP address block in the IpRoute.

ipRouteInfo_description :: Lens' IpRouteInfo (Maybe Text) Source #

Description of the IpRouteInfo.