Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Gets the findings for the specified Network Access Scope analysis.
Synopsis
- data GetNetworkInsightsAccessScopeAnalysisFindings = GetNetworkInsightsAccessScopeAnalysisFindings' {}
- newGetNetworkInsightsAccessScopeAnalysisFindings :: Text -> GetNetworkInsightsAccessScopeAnalysisFindings
- getNetworkInsightsAccessScopeAnalysisFindings_dryRun :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (Maybe Bool)
- getNetworkInsightsAccessScopeAnalysisFindings_maxResults :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (Maybe Natural)
- getNetworkInsightsAccessScopeAnalysisFindings_nextToken :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (Maybe Text)
- getNetworkInsightsAccessScopeAnalysisFindings_networkInsightsAccessScopeAnalysisId :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings Text
- data GetNetworkInsightsAccessScopeAnalysisFindingsResponse = GetNetworkInsightsAccessScopeAnalysisFindingsResponse' {}
- newGetNetworkInsightsAccessScopeAnalysisFindingsResponse :: Int -> GetNetworkInsightsAccessScopeAnalysisFindingsResponse
- getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisFindings :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe [AccessScopeAnalysisFinding])
- getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisStatus :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe AnalysisStatus)
- getNetworkInsightsAccessScopeAnalysisFindingsResponse_networkInsightsAccessScopeAnalysisId :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe Text)
- getNetworkInsightsAccessScopeAnalysisFindingsResponse_nextToken :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe Text)
- getNetworkInsightsAccessScopeAnalysisFindingsResponse_httpStatus :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse Int
Creating a Request
data GetNetworkInsightsAccessScopeAnalysisFindings Source #
See: newGetNetworkInsightsAccessScopeAnalysisFindings
smart constructor.
GetNetworkInsightsAccessScopeAnalysisFindings' | |
|
Instances
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.
getNetworkInsightsAccessScopeAnalysisFindings_nextToken :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings (Maybe Text) Source #
The token for the next page of results.
getNetworkInsightsAccessScopeAnalysisFindings_networkInsightsAccessScopeAnalysisId :: Lens' GetNetworkInsightsAccessScopeAnalysisFindings Text Source #
The ID of the Network Access Scope analysis.
Destructuring the Response
data GetNetworkInsightsAccessScopeAnalysisFindingsResponse Source #
See: newGetNetworkInsightsAccessScopeAnalysisFindingsResponse
smart constructor.
GetNetworkInsightsAccessScopeAnalysisFindingsResponse' | |
|
Instances
newGetNetworkInsightsAccessScopeAnalysisFindingsResponse Source #
:: Int |
|
-> GetNetworkInsightsAccessScopeAnalysisFindingsResponse |
Create a value of GetNetworkInsightsAccessScopeAnalysisFindingsResponse
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:analysisFindings:GetNetworkInsightsAccessScopeAnalysisFindingsResponse'
, getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisFindings
- The findings associated with Network Access Scope Analysis.
$sel:analysisStatus:GetNetworkInsightsAccessScopeAnalysisFindingsResponse'
, getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisStatus
- The status of Network Access Scope Analysis.
GetNetworkInsightsAccessScopeAnalysisFindings
, getNetworkInsightsAccessScopeAnalysisFindingsResponse_networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.
GetNetworkInsightsAccessScopeAnalysisFindings
, getNetworkInsightsAccessScopeAnalysisFindingsResponse_nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
$sel:httpStatus:GetNetworkInsightsAccessScopeAnalysisFindingsResponse'
, getNetworkInsightsAccessScopeAnalysisFindingsResponse_httpStatus
- The response's http status code.
Response Lenses
getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisFindings :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe [AccessScopeAnalysisFinding]) Source #
The findings associated with Network Access Scope Analysis.
getNetworkInsightsAccessScopeAnalysisFindingsResponse_analysisStatus :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe AnalysisStatus) Source #
The status of Network Access Scope Analysis.
getNetworkInsightsAccessScopeAnalysisFindingsResponse_networkInsightsAccessScopeAnalysisId :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse (Maybe Text) Source #
The ID of the Network Access Scope analysis.
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.
getNetworkInsightsAccessScopeAnalysisFindingsResponse_httpStatus :: Lens' GetNetworkInsightsAccessScopeAnalysisFindingsResponse Int Source #
The response's http status code.