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

Description

Describes the specified Network Access Scope analyses.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeNetworkInsightsAccessScopeAnalyses Source #

Constructors

DescribeNetworkInsightsAccessScopeAnalyses' 

Fields

Instances

Instances details
ToHeaders DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

ToPath DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

ToQuery DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

AWSPager DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

AWSRequest DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Generic DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Read DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Show DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

NFData DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Eq DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Hashable DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

type AWSResponse DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

type Rep DescribeNetworkInsightsAccessScopeAnalyses Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

type Rep DescribeNetworkInsightsAccessScopeAnalyses = D1 ('MetaData "DescribeNetworkInsightsAccessScopeAnalyses" "Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeNetworkInsightsAccessScopeAnalyses'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "analysisStartTimeBegin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "analysisStartTimeEnd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Filter])))) :*: ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "networkInsightsAccessScopeAnalysisIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "networkInsightsAccessScopeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDescribeNetworkInsightsAccessScopeAnalyses :: DescribeNetworkInsightsAccessScopeAnalyses Source #

Create a value of DescribeNetworkInsightsAccessScopeAnalyses 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:analysisStartTimeBegin:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_analysisStartTimeBegin - Filters the results based on the start time. The analysis must have started on or after this time.

$sel:analysisStartTimeEnd:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_analysisStartTimeEnd - Filters the results based on the start time. The analysis must have started on or before this time.

$sel:dryRun:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_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:filters:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_filters - There are no supported filters.

$sel:maxResults:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_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.

$sel:networkInsightsAccessScopeAnalysisIds:DescribeNetworkInsightsAccessScopeAnalyses', describeNetworkInsightsAccessScopeAnalyses_networkInsightsAccessScopeAnalysisIds - The IDs of the Network Access Scope analyses.

DescribeNetworkInsightsAccessScopeAnalyses, describeNetworkInsightsAccessScopeAnalyses_networkInsightsAccessScopeId - The ID of the Network Access Scope.

DescribeNetworkInsightsAccessScopeAnalyses, describeNetworkInsightsAccessScopeAnalyses_nextToken - The token for the next page of results.

Request Lenses

describeNetworkInsightsAccessScopeAnalyses_analysisStartTimeBegin :: Lens' DescribeNetworkInsightsAccessScopeAnalyses (Maybe UTCTime) Source #

Filters the results based on the start time. The analysis must have started on or after this time.

describeNetworkInsightsAccessScopeAnalyses_analysisStartTimeEnd :: Lens' DescribeNetworkInsightsAccessScopeAnalyses (Maybe UTCTime) Source #

Filters the results based on the start time. The analysis must have started on or before this time.

describeNetworkInsightsAccessScopeAnalyses_dryRun :: Lens' DescribeNetworkInsightsAccessScopeAnalyses (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.

describeNetworkInsightsAccessScopeAnalyses_maxResults :: Lens' DescribeNetworkInsightsAccessScopeAnalyses (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 DescribeNetworkInsightsAccessScopeAnalysesResponse Source #

Constructors

DescribeNetworkInsightsAccessScopeAnalysesResponse' 

Fields

Instances

Instances details
Generic DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Read DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Show DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

NFData DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

Eq DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

type Rep DescribeNetworkInsightsAccessScopeAnalysesResponse Source # 
Instance details

Defined in Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses

type Rep DescribeNetworkInsightsAccessScopeAnalysesResponse = D1 ('MetaData "DescribeNetworkInsightsAccessScopeAnalysesResponse" "Amazonka.EC2.DescribeNetworkInsightsAccessScopeAnalyses" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DescribeNetworkInsightsAccessScopeAnalysesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkInsightsAccessScopeAnalyses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkInsightsAccessScopeAnalysis])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

describeNetworkInsightsAccessScopeAnalysesResponse_nextToken :: Lens' DescribeNetworkInsightsAccessScopeAnalysesResponse (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.