amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • awsAccountId :: Text

    The ID of the Amazon Web Services account that contains the IP rules.

Instances

Instances details
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

AWSRequest DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type AWSResponse DescribeIpRestriction #

Generic DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type Rep DescribeIpRestriction :: Type -> Type #

Read DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Show DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

NFData DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Methods

rnf :: DescribeIpRestriction -> () #

Eq DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Hashable DescribeIpRestriction Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

type AWSResponse 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeIpRestriction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DescribeIpRestriction, describeIpRestriction_awsAccountId - The ID of the Amazon Web Services account that contains the IP rules.

Request Lenses

describeIpRestriction_awsAccountId :: Lens' DescribeIpRestriction Text Source #

The ID of the Amazon Web Services account that contains the IP rules.

Destructuring the Response

data DescribeIpRestrictionResponse Source #

See: newDescribeIpRestrictionResponse smart constructor.

Constructors

DescribeIpRestrictionResponse' 

Fields

Instances

Instances details
Generic DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Associated Types

type Rep DescribeIpRestrictionResponse :: Type -> Type #

Read DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Show DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

NFData DescribeIpRestrictionResponse Source # 
Instance details

Defined in Amazonka.QuickSight.DescribeIpRestriction

Eq 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "DescribeIpRestrictionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "ipRestrictionRuleMap") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "requestId") '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:

DescribeIpRestriction, describeIpRestrictionResponse_awsAccountId - The ID of the Amazon Web Services account that contains the IP rules.

$sel:enabled:DescribeIpRestrictionResponse', describeIpRestrictionResponse_enabled - A value that specifies whether IP rules are turned on.

$sel:ipRestrictionRuleMap:DescribeIpRestrictionResponse', describeIpRestrictionResponse_ipRestrictionRuleMap - A map that describes the IP rules with CIDR range and description.

$sel:requestId:DescribeIpRestrictionResponse', describeIpRestrictionResponse_requestId - The Amazon Web Services request ID for this operation.

DescribeIpRestrictionResponse, describeIpRestrictionResponse_status - The HTTP status of the request.

Response Lenses

describeIpRestrictionResponse_awsAccountId :: Lens' DescribeIpRestrictionResponse (Maybe Text) Source #

The ID of the Amazon Web Services account that contains the IP rules.

describeIpRestrictionResponse_enabled :: Lens' DescribeIpRestrictionResponse (Maybe Bool) Source #

A value that specifies whether IP rules are turned on.

describeIpRestrictionResponse_ipRestrictionRuleMap :: Lens' DescribeIpRestrictionResponse (Maybe (HashMap Text Text)) Source #

A map that describes the IP rules with CIDR range and description.

describeIpRestrictionResponse_requestId :: Lens' DescribeIpRestrictionResponse (Maybe Text) Source #

The Amazon Web Services request ID for this operation.