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.SearchFlowExecutions

Description

Searches for AWS IoT Things Graph workflow execution instances.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchFlowExecutions Source #

See: newSearchFlowExecutions smart constructor.

Constructors

SearchFlowExecutions' 

Fields

Instances

Instances details
Eq SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Read SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Show SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Generic SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type Rep SearchFlowExecutions :: Type -> Type #

NFData SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Methods

rnf :: SearchFlowExecutions -> () #

Hashable SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToJSON SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

AWSPager SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

AWSRequest SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type AWSResponse SearchFlowExecutions #

ToHeaders SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToPath SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

ToQuery SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutions Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

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

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

newSearchFlowExecutions Source #

Create a value of SearchFlowExecutions 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:startTime:SearchFlowExecutions', searchFlowExecutions_startTime - The date and time of the earliest flow execution to return.

$sel:flowExecutionId:SearchFlowExecutions', searchFlowExecutions_flowExecutionId - The ID of a flow execution.

$sel:nextToken:SearchFlowExecutions', searchFlowExecutions_nextToken - The string that specifies the next page of results. Use this when you're paginating results.

$sel:endTime:SearchFlowExecutions', searchFlowExecutions_endTime - The date and time of the latest flow execution to return.

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

$sel:systemInstanceId:SearchFlowExecutions', searchFlowExecutions_systemInstanceId - The ID of the system instance that contains the flow.

Request Lenses

searchFlowExecutions_startTime :: Lens' SearchFlowExecutions (Maybe UTCTime) Source #

The date and time of the earliest flow execution to return.

searchFlowExecutions_nextToken :: Lens' SearchFlowExecutions (Maybe Text) Source #

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

searchFlowExecutions_endTime :: Lens' SearchFlowExecutions (Maybe UTCTime) Source #

The date and time of the latest flow execution to return.

searchFlowExecutions_maxResults :: Lens' SearchFlowExecutions (Maybe Natural) Source #

The maximum number of results to return in the response.

searchFlowExecutions_systemInstanceId :: Lens' SearchFlowExecutions Text Source #

The ID of the system instance that contains the flow.

Destructuring the Response

data SearchFlowExecutionsResponse Source #

See: newSearchFlowExecutionsResponse smart constructor.

Constructors

SearchFlowExecutionsResponse' 

Fields

Instances

Instances details
Eq SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Read SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Show SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Generic SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

Associated Types

type Rep SearchFlowExecutionsResponse :: Type -> Type #

NFData SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

type Rep SearchFlowExecutionsResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowExecutions

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

newSearchFlowExecutionsResponse Source #

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

$sel:summaries:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_summaries - An array of objects that contain summary information about each workflow execution in the result set.

$sel:httpStatus:SearchFlowExecutionsResponse', searchFlowExecutionsResponse_httpStatus - The response's http status code.

Response Lenses

searchFlowExecutionsResponse_nextToken :: Lens' SearchFlowExecutionsResponse (Maybe Text) Source #

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

searchFlowExecutionsResponse_summaries :: Lens' SearchFlowExecutionsResponse (Maybe [FlowExecutionSummary]) Source #

An array of objects that contain summary information about each workflow execution in the result set.