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 |
Deletes the specified Network Access Scope analysis.
Synopsis
- data DeleteNetworkInsightsAccessScopeAnalysis = DeleteNetworkInsightsAccessScopeAnalysis' {}
- newDeleteNetworkInsightsAccessScopeAnalysis :: Text -> DeleteNetworkInsightsAccessScopeAnalysis
- deleteNetworkInsightsAccessScopeAnalysis_dryRun :: Lens' DeleteNetworkInsightsAccessScopeAnalysis (Maybe Bool)
- deleteNetworkInsightsAccessScopeAnalysis_networkInsightsAccessScopeAnalysisId :: Lens' DeleteNetworkInsightsAccessScopeAnalysis Text
- data DeleteNetworkInsightsAccessScopeAnalysisResponse = DeleteNetworkInsightsAccessScopeAnalysisResponse' {}
- newDeleteNetworkInsightsAccessScopeAnalysisResponse :: Int -> DeleteNetworkInsightsAccessScopeAnalysisResponse
- deleteNetworkInsightsAccessScopeAnalysisResponse_networkInsightsAccessScopeAnalysisId :: Lens' DeleteNetworkInsightsAccessScopeAnalysisResponse (Maybe Text)
- deleteNetworkInsightsAccessScopeAnalysisResponse_httpStatus :: Lens' DeleteNetworkInsightsAccessScopeAnalysisResponse Int
Creating a Request
data DeleteNetworkInsightsAccessScopeAnalysis Source #
See: newDeleteNetworkInsightsAccessScopeAnalysis
smart constructor.
DeleteNetworkInsightsAccessScopeAnalysis' | |
|
Instances
newDeleteNetworkInsightsAccessScopeAnalysis Source #
Create a value of DeleteNetworkInsightsAccessScopeAnalysis
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:DeleteNetworkInsightsAccessScopeAnalysis'
, deleteNetworkInsightsAccessScopeAnalysis_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
.
DeleteNetworkInsightsAccessScopeAnalysis
, deleteNetworkInsightsAccessScopeAnalysis_networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.
Request Lenses
deleteNetworkInsightsAccessScopeAnalysis_dryRun :: Lens' DeleteNetworkInsightsAccessScopeAnalysis (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
.
deleteNetworkInsightsAccessScopeAnalysis_networkInsightsAccessScopeAnalysisId :: Lens' DeleteNetworkInsightsAccessScopeAnalysis Text Source #
The ID of the Network Access Scope analysis.
Destructuring the Response
data DeleteNetworkInsightsAccessScopeAnalysisResponse Source #
See: newDeleteNetworkInsightsAccessScopeAnalysisResponse
smart constructor.
DeleteNetworkInsightsAccessScopeAnalysisResponse' | |
|
Instances
newDeleteNetworkInsightsAccessScopeAnalysisResponse Source #
:: Int |
|
-> DeleteNetworkInsightsAccessScopeAnalysisResponse |
Create a value of DeleteNetworkInsightsAccessScopeAnalysisResponse
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:
DeleteNetworkInsightsAccessScopeAnalysis
, deleteNetworkInsightsAccessScopeAnalysisResponse_networkInsightsAccessScopeAnalysisId
- The ID of the Network Access Scope analysis.
$sel:httpStatus:DeleteNetworkInsightsAccessScopeAnalysisResponse'
, deleteNetworkInsightsAccessScopeAnalysisResponse_httpStatus
- The response's http status code.
Response Lenses
deleteNetworkInsightsAccessScopeAnalysisResponse_networkInsightsAccessScopeAnalysisId :: Lens' DeleteNetworkInsightsAccessScopeAnalysisResponse (Maybe Text) Source #
The ID of the Network Access Scope analysis.
deleteNetworkInsightsAccessScopeAnalysisResponse_httpStatus :: Lens' DeleteNetworkInsightsAccessScopeAnalysisResponse Int Source #
The response's http status code.