| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.RDS.Types.IPRange
Description
Documentation
This data type is used as a response element in the
DescribeDBSecurityGroups action.
See: newIPRange smart constructor.
Constructors
| IPRange' | |
Instances
| FromXML IPRange Source # | |
| Generic IPRange Source # | |
| Read IPRange Source # | |
| Show IPRange Source # | |
| NFData IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange | |
| Eq IPRange Source # | |
| Hashable IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange | |
| type Rep IPRange Source # | |
Defined in Amazonka.RDS.Types.IPRange type Rep IPRange = D1 ('MetaData "IPRange" "Amazonka.RDS.Types.IPRange" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "IPRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") '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:cidrip:IPRange', iPRange_cidrip - Specifies the IP range.
$sel:status:IPRange', iPRange_status - Specifies the status of the IP range. Status can be "authorizing",
"authorized", "revoking", and "revoked".