libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
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.IoTThingsGraph.ListFlowExecutionMessages

Description

Returns a list of objects that contain information about events in a flow execution.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFlowExecutionMessages Source #

See: newListFlowExecutionMessages smart constructor.

Constructors

ListFlowExecutionMessages' 

Fields

Instances

Instances details
Eq ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Read ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Show ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Generic ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Associated Types

type Rep ListFlowExecutionMessages :: Type -> Type #

NFData ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Hashable ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToJSON ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

AWSPager ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

AWSRequest ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToHeaders ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToPath ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

ToQuery ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessages = D1 ('MetaData "ListFlowExecutionMessages" "Amazonka.IoTThingsGraph.ListFlowExecutionMessages" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "ListFlowExecutionMessages'" '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 "flowExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListFlowExecutionMessages Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

newListFlowExecutionMessages Source #

Create a value of ListFlowExecutionMessages 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:ListFlowExecutionMessages', listFlowExecutionMessages_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:maxResults:ListFlowExecutionMessages', listFlowExecutionMessages_maxResults - The maximum number of results to return in the response.

$sel:flowExecutionId:ListFlowExecutionMessages', listFlowExecutionMessages_flowExecutionId - The ID of the flow execution.

Request Lenses

listFlowExecutionMessages_nextToken :: Lens' ListFlowExecutionMessages (Maybe Text) Source #

The string that specifies the next page of results. Use this when you're paginating results.

listFlowExecutionMessages_maxResults :: Lens' ListFlowExecutionMessages (Maybe Natural) Source #

The maximum number of results to return in the response.

Destructuring the Response

data ListFlowExecutionMessagesResponse Source #

See: newListFlowExecutionMessagesResponse smart constructor.

Constructors

ListFlowExecutionMessagesResponse' 

Fields

Instances

Instances details
Eq ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Read ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Show ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Generic ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

Associated Types

type Rep ListFlowExecutionMessagesResponse :: Type -> Type #

NFData ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessagesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.ListFlowExecutionMessages

type Rep ListFlowExecutionMessagesResponse = D1 ('MetaData "ListFlowExecutionMessagesResponse" "Amazonka.IoTThingsGraph.ListFlowExecutionMessages" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "ListFlowExecutionMessagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowExecutionMessage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFlowExecutionMessagesResponse Source #

Create a value of ListFlowExecutionMessagesResponse 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:ListFlowExecutionMessages', listFlowExecutionMessagesResponse_nextToken - The string to specify as nextToken when you request the next page of results.

$sel:messages:ListFlowExecutionMessagesResponse', listFlowExecutionMessagesResponse_messages - A list of objects that contain information about events in the specified flow execution.

$sel:httpStatus:ListFlowExecutionMessagesResponse', listFlowExecutionMessagesResponse_httpStatus - The response's http status code.

Response Lenses

listFlowExecutionMessagesResponse_nextToken :: Lens' ListFlowExecutionMessagesResponse (Maybe Text) Source #

The string to specify as nextToken when you request the next page of results.

listFlowExecutionMessagesResponse_messages :: Lens' ListFlowExecutionMessagesResponse (Maybe [FlowExecutionMessage]) Source #

A list of objects that contain information about events in the specified flow execution.