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 |
Documentation
This data type is used as a response element in the
DescribeDBSecurityGroups
action.
See: newIPRange
smart constructor.
Instances
Eq IPRange Source # | |
Read IPRange Source # | |
Show IPRange Source # | |
Generic IPRange Source # | |
NFData IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange | |
Hashable IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange | |
FromXML IPRange Source # | |
type Rep IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange type Rep IPRange = D1 ('MetaData "IPRange" "Amazonka.RDS.Types.IPRange" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "IPRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cidrip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newIPRange :: IPRange Source #
Create a value of IPRange
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:status:IPRange'
, iPRange_status
- Specifies the status of the IP range. Status can be "authorizing",
"authorized", "revoking", and "revoked".
$sel:cidrip:IPRange'
, iPRange_cidrip
- Specifies the IP range.