amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutEquipment.ListInferenceEvents

Description

Lists all inference events that have been found for the specified inference scheduler.

Synopsis

Creating a Request

data ListInferenceEvents Source #

See: newListInferenceEvents smart constructor.

Constructors

ListInferenceEvents' 

Fields

  • maxResults :: Maybe Natural

    Specifies the maximum number of inference events to list.

  • nextToken :: Maybe Text

    An opaque pagination token indicating where to continue the listing of inference events.

  • inferenceSchedulerName :: Text

    The name of the inference scheduler for the inference events listed.

  • intervalStartTime :: POSIX

    Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

  • intervalEndTime :: POSIX

    Returns all the inference events with an end start time equal to or greater than less than the end time given

Instances

Instances details
ToJSON ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToHeaders ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToPath ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

ToQuery ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

AWSRequest ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type AWSResponse ListInferenceEvents #

Generic ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type Rep ListInferenceEvents :: Type -> Type #

Read ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Show ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

NFData ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Methods

rnf :: ListInferenceEvents -> () #

Eq ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Hashable ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type AWSResponse ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEvents Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEvents = D1 ('MetaData "ListInferenceEvents" "Amazonka.LookoutEquipment.ListInferenceEvents" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "inferenceSchedulerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "intervalStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "intervalEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newListInferenceEvents Source #

Create a value of ListInferenceEvents 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:ListInferenceEvents', listInferenceEvents_maxResults - Specifies the maximum number of inference events to list.

ListInferenceEvents, listInferenceEvents_nextToken - An opaque pagination token indicating where to continue the listing of inference events.

ListInferenceEvents, listInferenceEvents_inferenceSchedulerName - The name of the inference scheduler for the inference events listed.

$sel:intervalStartTime:ListInferenceEvents', listInferenceEvents_intervalStartTime - Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

$sel:intervalEndTime:ListInferenceEvents', listInferenceEvents_intervalEndTime - Returns all the inference events with an end start time equal to or greater than less than the end time given

Request Lenses

listInferenceEvents_maxResults :: Lens' ListInferenceEvents (Maybe Natural) Source #

Specifies the maximum number of inference events to list.

listInferenceEvents_nextToken :: Lens' ListInferenceEvents (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of inference events.

listInferenceEvents_inferenceSchedulerName :: Lens' ListInferenceEvents Text Source #

The name of the inference scheduler for the inference events listed.

listInferenceEvents_intervalStartTime :: Lens' ListInferenceEvents UTCTime Source #

Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

listInferenceEvents_intervalEndTime :: Lens' ListInferenceEvents UTCTime Source #

Returns all the inference events with an end start time equal to or greater than less than the end time given

Destructuring the Response

data ListInferenceEventsResponse Source #

See: newListInferenceEventsResponse smart constructor.

Constructors

ListInferenceEventsResponse' 

Fields

  • inferenceEventSummaries :: Maybe [InferenceEventSummary]

    Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

  • nextToken :: Maybe Text

    An opaque pagination token indicating where to continue the listing of inference executions.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Associated Types

type Rep ListInferenceEventsResponse :: Type -> Type #

Read ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Show ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

NFData ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

Eq ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEventsResponse Source # 
Instance details

Defined in Amazonka.LookoutEquipment.ListInferenceEvents

type Rep ListInferenceEventsResponse = D1 ('MetaData "ListInferenceEventsResponse" "Amazonka.LookoutEquipment.ListInferenceEvents" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "ListInferenceEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inferenceEventSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InferenceEventSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInferenceEventsResponse Source #

Create a value of ListInferenceEventsResponse 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:inferenceEventSummaries:ListInferenceEventsResponse', listInferenceEventsResponse_inferenceEventSummaries - Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

ListInferenceEvents, listInferenceEventsResponse_nextToken - An opaque pagination token indicating where to continue the listing of inference executions.

$sel:httpStatus:ListInferenceEventsResponse', listInferenceEventsResponse_httpStatus - The response's http status code.

Response Lenses

listInferenceEventsResponse_inferenceEventSummaries :: Lens' ListInferenceEventsResponse (Maybe [InferenceEventSummary]) Source #

Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

listInferenceEventsResponse_nextToken :: Lens' ListInferenceEventsResponse (Maybe Text) Source #

An opaque pagination token indicating where to continue the listing of inference executions.