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 |
Returns a Device Defender's ML Detect Security Profile training model's status.
Requires permission to access the GetBehaviorModelTrainingSummaries action.
This operation returns paginated results.
Synopsis
- data GetBehaviorModelTrainingSummaries = GetBehaviorModelTrainingSummaries' {}
- newGetBehaviorModelTrainingSummaries :: GetBehaviorModelTrainingSummaries
- getBehaviorModelTrainingSummaries_nextToken :: Lens' GetBehaviorModelTrainingSummaries (Maybe Text)
- getBehaviorModelTrainingSummaries_securityProfileName :: Lens' GetBehaviorModelTrainingSummaries (Maybe Text)
- getBehaviorModelTrainingSummaries_maxResults :: Lens' GetBehaviorModelTrainingSummaries (Maybe Natural)
- data GetBehaviorModelTrainingSummariesResponse = GetBehaviorModelTrainingSummariesResponse' {}
- newGetBehaviorModelTrainingSummariesResponse :: Int -> GetBehaviorModelTrainingSummariesResponse
- getBehaviorModelTrainingSummariesResponse_nextToken :: Lens' GetBehaviorModelTrainingSummariesResponse (Maybe Text)
- getBehaviorModelTrainingSummariesResponse_summaries :: Lens' GetBehaviorModelTrainingSummariesResponse (Maybe [BehaviorModelTrainingSummary])
- getBehaviorModelTrainingSummariesResponse_httpStatus :: Lens' GetBehaviorModelTrainingSummariesResponse Int
Creating a Request
data GetBehaviorModelTrainingSummaries Source #
See: newGetBehaviorModelTrainingSummaries
smart constructor.
GetBehaviorModelTrainingSummaries' | |
|
Instances
newGetBehaviorModelTrainingSummaries :: GetBehaviorModelTrainingSummaries Source #
Create a value of GetBehaviorModelTrainingSummaries
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:GetBehaviorModelTrainingSummaries'
, getBehaviorModelTrainingSummaries_nextToken
- The token for the next set of results.
$sel:securityProfileName:GetBehaviorModelTrainingSummaries'
, getBehaviorModelTrainingSummaries_securityProfileName
- The name of the security profile.
$sel:maxResults:GetBehaviorModelTrainingSummaries'
, getBehaviorModelTrainingSummaries_maxResults
- The maximum number of results to return at one time. The default is 25.
Request Lenses
getBehaviorModelTrainingSummaries_nextToken :: Lens' GetBehaviorModelTrainingSummaries (Maybe Text) Source #
The token for the next set of results.
getBehaviorModelTrainingSummaries_securityProfileName :: Lens' GetBehaviorModelTrainingSummaries (Maybe Text) Source #
The name of the security profile.
getBehaviorModelTrainingSummaries_maxResults :: Lens' GetBehaviorModelTrainingSummaries (Maybe Natural) Source #
The maximum number of results to return at one time. The default is 25.
Destructuring the Response
data GetBehaviorModelTrainingSummariesResponse Source #
See: newGetBehaviorModelTrainingSummariesResponse
smart constructor.
GetBehaviorModelTrainingSummariesResponse' | |
|
Instances
newGetBehaviorModelTrainingSummariesResponse Source #
Create a value of GetBehaviorModelTrainingSummariesResponse
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:GetBehaviorModelTrainingSummaries'
, getBehaviorModelTrainingSummariesResponse_nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no additional results.
$sel:summaries:GetBehaviorModelTrainingSummariesResponse'
, getBehaviorModelTrainingSummariesResponse_summaries
- A list of all ML Detect behaviors and their model status for a given
Security Profile.
$sel:httpStatus:GetBehaviorModelTrainingSummariesResponse'
, getBehaviorModelTrainingSummariesResponse_httpStatus
- The response's http status code.
Response Lenses
getBehaviorModelTrainingSummariesResponse_nextToken :: Lens' GetBehaviorModelTrainingSummariesResponse (Maybe Text) Source #
A token that can be used to retrieve the next set of results, or null
if there are no additional results.
getBehaviorModelTrainingSummariesResponse_summaries :: Lens' GetBehaviorModelTrainingSummariesResponse (Maybe [BehaviorModelTrainingSummary]) Source #
A list of all ML Detect behaviors and their model status for a given Security Profile.
getBehaviorModelTrainingSummariesResponse_httpStatus :: Lens' GetBehaviorModelTrainingSummariesResponse Int Source #
The response's http status code.