| 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 |
Amazonka.AuditManager.ListControlDomainInsights
Description
Lists the latest analytics data for control domains across all of your active assessments.
A control domain is listed only if at least one of the controls within
that domain collected evidence on the lastUpdated date of
controlDomainInsights. If this condition isn’t met, no data is listed
for that control domain.
Synopsis
- data ListControlDomainInsights = ListControlDomainInsights' {}
- newListControlDomainInsights :: ListControlDomainInsights
- listControlDomainInsights_maxResults :: Lens' ListControlDomainInsights (Maybe Natural)
- listControlDomainInsights_nextToken :: Lens' ListControlDomainInsights (Maybe Text)
- data ListControlDomainInsightsResponse = ListControlDomainInsightsResponse' {}
- newListControlDomainInsightsResponse :: Int -> ListControlDomainInsightsResponse
- listControlDomainInsightsResponse_controlDomainInsights :: Lens' ListControlDomainInsightsResponse (Maybe [ControlDomainInsights])
- listControlDomainInsightsResponse_nextToken :: Lens' ListControlDomainInsightsResponse (Maybe Text)
- listControlDomainInsightsResponse_httpStatus :: Lens' ListControlDomainInsightsResponse Int
Creating a Request
data ListControlDomainInsights Source #
See: newListControlDomainInsights smart constructor.
Constructors
| ListControlDomainInsights' | |
Instances
newListControlDomainInsights :: ListControlDomainInsights Source #
Create a value of ListControlDomainInsights 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:maxResults:ListControlDomainInsights', listControlDomainInsights_maxResults - Represents the maximum number of results on a page or for an API request
call.
ListControlDomainInsights, listControlDomainInsights_nextToken - The pagination token that's used to fetch the next set of results.
Request Lenses
listControlDomainInsights_maxResults :: Lens' ListControlDomainInsights (Maybe Natural) Source #
Represents the maximum number of results on a page or for an API request call.
listControlDomainInsights_nextToken :: Lens' ListControlDomainInsights (Maybe Text) Source #
The pagination token that's used to fetch the next set of results.
Destructuring the Response
data ListControlDomainInsightsResponse Source #
See: newListControlDomainInsightsResponse smart constructor.
Constructors
| ListControlDomainInsightsResponse' | |
Fields
| |
Instances
newListControlDomainInsightsResponse Source #
Arguments
| :: Int | |
| -> ListControlDomainInsightsResponse |
Create a value of ListControlDomainInsightsResponse 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:controlDomainInsights:ListControlDomainInsightsResponse', listControlDomainInsightsResponse_controlDomainInsights - The control domain analytics data that the ListControlDomainInsights
API returned.
ListControlDomainInsights, listControlDomainInsightsResponse_nextToken - The pagination token that's used to fetch the next set of results.
$sel:httpStatus:ListControlDomainInsightsResponse', listControlDomainInsightsResponse_httpStatus - The response's http status code.
Response Lenses
listControlDomainInsightsResponse_controlDomainInsights :: Lens' ListControlDomainInsightsResponse (Maybe [ControlDomainInsights]) Source #
The control domain analytics data that the ListControlDomainInsights
API returned.
listControlDomainInsightsResponse_nextToken :: Lens' ListControlDomainInsightsResponse (Maybe Text) Source #
The pagination token that's used to fetch the next set of results.
listControlDomainInsightsResponse_httpStatus :: Lens' ListControlDomainInsightsResponse Int Source #
The response's http status code.