libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.ListDetectMitigationActionsTasks

Description

List of Device Defender ML Detect mitigation actions tasks.

Requires permission to access the ListDetectMitigationActionsTasks action.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDetectMitigationActionsTasks Source #

See: newListDetectMitigationActionsTasks smart constructor.

Constructors

ListDetectMitigationActionsTasks' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results.

  • maxResults :: Maybe Natural

    The maximum number of results to return at one time. The default is 25.

  • startTime :: POSIX

    A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

  • endTime :: POSIX

    The end of the time period for which ML Detect mitigation actions tasks are returned.

Instances

Instances details
Eq ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Read ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Show ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Generic ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Associated Types

type Rep ListDetectMitigationActionsTasks :: Type -> Type #

NFData ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Hashable ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

AWSPager ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

AWSRequest ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

ToHeaders ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

ToPath ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

ToQuery ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

type Rep ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

type Rep ListDetectMitigationActionsTasks = D1 ('MetaData "ListDetectMitigationActionsTasks" "Amazonka.IoT.ListDetectMitigationActionsTasks" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListDetectMitigationActionsTasks'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))
type AWSResponse ListDetectMitigationActionsTasks Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

newListDetectMitigationActionsTasks Source #

Create a value of ListDetectMitigationActionsTasks 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:ListDetectMitigationActionsTasks', listDetectMitigationActionsTasks_nextToken - The token for the next set of results.

$sel:maxResults:ListDetectMitigationActionsTasks', listDetectMitigationActionsTasks_maxResults - The maximum number of results to return at one time. The default is 25.

$sel:startTime:ListDetectMitigationActionsTasks', listDetectMitigationActionsTasks_startTime - A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

$sel:endTime:ListDetectMitigationActionsTasks', listDetectMitigationActionsTasks_endTime - The end of the time period for which ML Detect mitigation actions tasks are returned.

Request Lenses

listDetectMitigationActionsTasks_maxResults :: Lens' ListDetectMitigationActionsTasks (Maybe Natural) Source #

The maximum number of results to return at one time. The default is 25.

listDetectMitigationActionsTasks_startTime :: Lens' ListDetectMitigationActionsTasks UTCTime Source #

A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

listDetectMitigationActionsTasks_endTime :: Lens' ListDetectMitigationActionsTasks UTCTime Source #

The end of the time period for which ML Detect mitigation actions tasks are returned.

Destructuring the Response

data ListDetectMitigationActionsTasksResponse Source #

Constructors

ListDetectMitigationActionsTasksResponse' 

Fields

Instances

Instances details
Eq ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Read ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Show ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

Generic ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

NFData ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

type Rep ListDetectMitigationActionsTasksResponse Source # 
Instance details

Defined in Amazonka.IoT.ListDetectMitigationActionsTasks

type Rep ListDetectMitigationActionsTasksResponse = D1 ('MetaData "ListDetectMitigationActionsTasksResponse" "Amazonka.IoT.ListDetectMitigationActionsTasks" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "ListDetectMitigationActionsTasksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DetectMitigationActionsTaskSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDetectMitigationActionsTasksResponse Source #

Create a value of ListDetectMitigationActionsTasksResponse 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:tasks:ListDetectMitigationActionsTasksResponse', listDetectMitigationActionsTasksResponse_tasks - The collection of ML Detect mitigation tasks that matched the filter criteria.

$sel:nextToken:ListDetectMitigationActionsTasks', listDetectMitigationActionsTasksResponse_nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.

$sel:httpStatus:ListDetectMitigationActionsTasksResponse', listDetectMitigationActionsTasksResponse_httpStatus - The response's http status code.

Response Lenses

listDetectMitigationActionsTasksResponse_nextToken :: Lens' ListDetectMitigationActionsTasksResponse (Maybe Text) Source #

A token that can be used to retrieve the next set of results, or null if there are no additional results.