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.GetNetworkInsightsAccessScopeAnalysisFindings

Description

Gets the findings for the specified Network Access Scope analysis.

Synopsis

Creating a Request

data GetNetworkInsightsAccessScopeAnalysisFindings Source #

Constructors

GetNetworkInsightsAccessScopeAnalysisFindings' 

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.

  • maxResults :: Maybe Natural

    The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

  • nextToken :: Maybe Text

    The token for the next page of results.

  • networkInsightsAccessScopeAnalysisId :: Text

    The ID of the Network Access Scope analysis.

Instances

Instances details
ToHeaders GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

ToPath GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

ToQuery GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

AWSRequest GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Generic GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Read GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Show GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

NFData GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Eq GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Hashable GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

type AWSResponse GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

type Rep GetNetworkInsightsAccessScopeAnalysisFindings Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

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

newGetNetworkInsightsAccessScopeAnalysisFindings Source #

Create a value of GetNetworkInsightsAccessScopeAnalysisFindings 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:GetNetworkInsightsAccessScopeAnalysisFindings', getNetworkInsightsAccessScopeAnalysisFindings_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.

$sel:maxResults:GetNetworkInsightsAccessScopeAnalysisFindings', getNetworkInsightsAccessScopeAnalysisFindings_maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

GetNetworkInsightsAccessScopeAnalysisFindings, getNetworkInsightsAccessScopeAnalysisFindings_nextToken - The token for the next page of results.

GetNetworkInsightsAccessScopeAnalysisFindings, getNetworkInsightsAccessScopeAnalysisFindings_networkInsightsAccessScopeAnalysisId - The ID of the Network Access Scope analysis.

Request Lenses

getNetworkInsightsAccessScopeAnalysisFindings_dryRun :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (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.

getNetworkInsightsAccessScopeAnalysisFindings_maxResults :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (Maybe Natural) Source #

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Destructuring the Response

data GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source #

Constructors

GetNetworkInsightsAccessScopeAnalysisFindingsResponse' 

Fields

Instances

Instances details
Generic GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Read GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Show GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

NFData GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

Eq GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

type Rep GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source # 
Instance details

Defined in Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings

type Rep GetNetworkInsightsAccessScopeAnalysisFindingsResponse = D1 ('MetaData "GetNetworkInsightsAccessScopeAnalysisFindingsResponse" "Amazonka.EC2.GetNetworkInsightsAccessScopeAnalysisFindings" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "GetNetworkInsightsAccessScopeAnalysisFindingsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "analysisFindings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AccessScopeAnalysisFinding])) :*: S1 ('MetaSel ('Just "analysisStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnalysisStatus))) :*: (S1 ('MetaSel ('Just "networkInsightsAccessScopeAnalysisId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

Response Lenses

getNetworkInsightsAccessScopeAnalysisFindingsResponse_nextToken :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe Text) Source #

The token to use to retrieve the next page of results. This value is null when there are no more results to return.