libZSservicesZSamazonka-quicksightZSamazonka-quicksight
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.QuickSight.DescribeIpRestriction

Description

Provides a summary and status of IP Rules.

Synopsis

Creating a Request

data DescribeIpRestriction Source #

See: newDescribeIpRestriction smart constructor.

Constructors

DescribeIpRestriction' 

Fields

Instances

Instances details
Eq DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Read DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Show DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Generic DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type Rep DescribeIpRestriction :: Type -> Type #

NFData DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Methods

rnf :: DescribeIpRestriction -> () #

Hashable DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

AWSRequest DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type AWSResponse DescribeIpRestriction #

ToHeaders DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

ToPath DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

ToQuery DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

type Rep DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

type Rep DescribeIpRestriction = D1 ('MetaData "DescribeIpRestriction" "Amazonka.QuickSight.DescribeIpRestriction" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeIpRestriction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

newDescribeIpRestriction Source #

Create a value of DescribeIpRestriction 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:awsAccountId:DescribeIpRestriction', describeIpRestriction_awsAccountId - Your AWS account ID.

Request Lenses

Destructuring the Response

data DescribeIpRestrictionResponse Source #

See: newDescribeIpRestrictionResponse smart constructor.

Constructors

DescribeIpRestrictionResponse' 

Fields

Instances

Instances details
Eq DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Read DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Show DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Generic DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type Rep DescribeIpRestrictionResponse :: Type -> Type #

NFData DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

type Rep DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

type Rep DescribeIpRestrictionResponse = D1 ('MetaData "DescribeIpRestrictionResponse" "Amazonka.QuickSight.DescribeIpRestriction" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "DescribeIpRestrictionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipRestrictionRuleMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeIpRestrictionResponse Source #

Create a value of DescribeIpRestrictionResponse 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:requestId:DescribeIpRestrictionResponse', describeIpRestrictionResponse_requestId - The ID of the describe request.

$sel:ipRestrictionRuleMap:DescribeIpRestrictionResponse', describeIpRestrictionResponse_ipRestrictionRuleMap - Describes the IP rules with CIDR range and description.

$sel:enabled:DescribeIpRestrictionResponse', describeIpRestrictionResponse_enabled - Whether or not IP rules are enabled.

$sel:awsAccountId:DescribeIpRestriction', describeIpRestrictionResponse_awsAccountId - Your AWS account ID.

$sel:status:DescribeIpRestrictionResponse', describeIpRestrictionResponse_status - The status of a set of IP restrictions. A successful request returns a 200 status code.

Response Lenses

describeIpRestrictionResponse_status :: Lens' DescribeIpRestrictionResponse Int Source #

The status of a set of IP restrictions. A successful request returns a 200 status code.