Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data IpRouteInfo = IpRouteInfo' {}
- newIpRouteInfo :: IpRouteInfo
- ipRouteInfo_directoryId :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_ipRouteStatusReason :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_addedDateTime :: Lens' IpRouteInfo (Maybe UTCTime)
- ipRouteInfo_cidrIp :: Lens' IpRouteInfo (Maybe Text)
- ipRouteInfo_ipRouteStatusMsg :: Lens' IpRouteInfo (Maybe IpRouteStatusMsg)
- ipRouteInfo_description :: Lens' IpRouteInfo (Maybe Text)
Documentation
data IpRouteInfo Source #
Information about one or more IP address blocks.
See: newIpRouteInfo
smart constructor.
IpRouteInfo' | |
|
Instances
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_ipRouteStatusMsg :: Lens' IpRouteInfo (Maybe IpRouteStatusMsg) Source #
The status of the IP address block.
ipRouteInfo_description :: Lens' IpRouteInfo (Maybe Text) Source #
Description of the IpRouteInfo.