amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.GetNetworkInsightsAccessScopeContent

Description

Gets the content for the specified Network Access Scope.

Synopsis

Creating a Request

data GetNetworkInsightsAccessScopeContent Source #

Constructors

GetNetworkInsightsAccessScopeContent' 

Fields

  • dryRun :: Maybe Bool

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • networkInsightsAccessScopeId :: Text

    The ID of the Network Access Scope.

Instances

Instances details
ToHeaders GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

ToPath GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

ToQuery GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

AWSRequest GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Generic GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Read GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Show GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

NFData GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Eq GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Hashable GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

type AWSResponse GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

type Rep GetNetworkInsightsAccessScopeContent Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

type Rep GetNetworkInsightsAccessScopeContent = D1 ('MetaData "GetNetworkInsightsAccessScopeContent" "Amazonka.EC2.GetNetworkInsightsAccessScopeContent" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetNetworkInsightsAccessScopeContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "networkInsightsAccessScopeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetNetworkInsightsAccessScopeContent Source #

Create a value of GetNetworkInsightsAccessScopeContent 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:dryRun:GetNetworkInsightsAccessScopeContent', getNetworkInsightsAccessScopeContent_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

GetNetworkInsightsAccessScopeContent, getNetworkInsightsAccessScopeContent_networkInsightsAccessScopeId - The ID of the Network Access Scope.

Request Lenses

getNetworkInsightsAccessScopeContent_dryRun :: Lens' GetNetworkInsightsAccessScopeContent (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Destructuring the Response

data GetNetworkInsightsAccessScopeContentResponse Source #

Constructors

GetNetworkInsightsAccessScopeContentResponse' 

Fields

Instances

Instances details
Generic GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Read GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Show GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

NFData GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

Eq GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

type Rep GetNetworkInsightsAccessScopeContentResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeContent

type Rep GetNetworkInsightsAccessScopeContentResponse = D1 ('MetaData "GetNetworkInsightsAccessScopeContentResponse" "Amazonka.EC2.GetNetworkInsightsAccessScopeContent" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetNetworkInsightsAccessScopeContentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkInsightsAccessScopeContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInsightsAccessScopeContent)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses