| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.AuditManager.ListAssessmentFrameworks
Description
Returns a list of the frameworks available in the Audit Manager framework library.
Synopsis
- data ListAssessmentFrameworks = ListAssessmentFrameworks' {}
- newListAssessmentFrameworks :: FrameworkType -> ListAssessmentFrameworks
- listAssessmentFrameworks_nextToken :: Lens' ListAssessmentFrameworks (Maybe Text)
- listAssessmentFrameworks_maxResults :: Lens' ListAssessmentFrameworks (Maybe Natural)
- listAssessmentFrameworks_frameworkType :: Lens' ListAssessmentFrameworks FrameworkType
- data ListAssessmentFrameworksResponse = ListAssessmentFrameworksResponse' {}
- newListAssessmentFrameworksResponse :: Int -> ListAssessmentFrameworksResponse
- listAssessmentFrameworksResponse_nextToken :: Lens' ListAssessmentFrameworksResponse (Maybe Text)
- listAssessmentFrameworksResponse_frameworkMetadataList :: Lens' ListAssessmentFrameworksResponse (Maybe [AssessmentFrameworkMetadata])
- listAssessmentFrameworksResponse_httpStatus :: Lens' ListAssessmentFrameworksResponse Int
Creating a Request
data ListAssessmentFrameworks Source #
See: newListAssessmentFrameworks smart constructor.
Constructors
| ListAssessmentFrameworks' | |
Fields
| |
Instances
newListAssessmentFrameworks Source #
Create a value of ListAssessmentFrameworks 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:nextToken:ListAssessmentFrameworks', listAssessmentFrameworks_nextToken - The pagination token used to fetch the next set of results.
$sel:maxResults:ListAssessmentFrameworks', listAssessmentFrameworks_maxResults - Represents the maximum number of results per page, or per API request
call.
$sel:frameworkType:ListAssessmentFrameworks', listAssessmentFrameworks_frameworkType - The type of framework, such as standard or custom.
Request Lenses
listAssessmentFrameworks_nextToken :: Lens' ListAssessmentFrameworks (Maybe Text) Source #
The pagination token used to fetch the next set of results.
listAssessmentFrameworks_maxResults :: Lens' ListAssessmentFrameworks (Maybe Natural) Source #
Represents the maximum number of results per page, or per API request call.
listAssessmentFrameworks_frameworkType :: Lens' ListAssessmentFrameworks FrameworkType Source #
The type of framework, such as standard or custom.
Destructuring the Response
data ListAssessmentFrameworksResponse Source #
See: newListAssessmentFrameworksResponse smart constructor.
Constructors
| ListAssessmentFrameworksResponse' | |
Fields
| |
Instances
newListAssessmentFrameworksResponse Source #
Create a value of ListAssessmentFrameworksResponse 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:nextToken:ListAssessmentFrameworks', listAssessmentFrameworksResponse_nextToken - The pagination token used to fetch the next set of results.
$sel:frameworkMetadataList:ListAssessmentFrameworksResponse', listAssessmentFrameworksResponse_frameworkMetadataList - The list of metadata objects for the specified framework.
$sel:httpStatus:ListAssessmentFrameworksResponse', listAssessmentFrameworksResponse_httpStatus - The response's http status code.
Response Lenses
listAssessmentFrameworksResponse_nextToken :: Lens' ListAssessmentFrameworksResponse (Maybe Text) Source #
The pagination token used to fetch the next set of results.
listAssessmentFrameworksResponse_frameworkMetadataList :: Lens' ListAssessmentFrameworksResponse (Maybe [AssessmentFrameworkMetadata]) Source #
The list of metadata objects for the specified framework.
listAssessmentFrameworksResponse_httpStatus :: Lens' ListAssessmentFrameworksResponse Int Source #
The response's http status code.