libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.IPRange

Description

 
Synopsis

Documentation

data IPRange Source #

This data type is used as a response element in the DescribeDBSecurityGroups action.

See: newIPRange smart constructor.

Constructors

IPRange' 

Fields

  • status :: Maybe Text

    Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

  • cidrip :: Maybe Text

    Specifies the IP range.

Instances

Instances details
Eq IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

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

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

Read IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Show IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Generic IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Associated Types

type Rep IPRange :: Type -> Type #

Methods

from :: IPRange -> Rep IPRange x #

to :: Rep IPRange x -> IPRange #

NFData IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

rnf :: IPRange -> () #

Hashable IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

Methods

hashWithSalt :: Int -> IPRange -> Int #

hash :: IPRange -> Int #

FromXML IPRange Source # 
Instance details

Defined in Amazonka.RDS.Types.IPRange

type Rep IPRange Source # 
Instance details

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.

iPRange_status :: Lens' IPRange (Maybe Text) Source #

Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

iPRange_cidrip :: Lens' IPRange (Maybe Text) Source #

Specifies the IP range.