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

Description

Searches for summary information about workflows.

This operation returns paginated results.

Synopsis

Creating a Request

data SearchFlowTemplates Source #

See: newSearchFlowTemplates smart constructor.

Constructors

SearchFlowTemplates' 

Fields

Instances

Instances details
Eq SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Read SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Show SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Generic SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type Rep SearchFlowTemplates :: Type -> Type #

NFData SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Methods

rnf :: SearchFlowTemplates -> () #

Hashable SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToJSON SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

AWSPager SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

AWSRequest SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type AWSResponse SearchFlowTemplates #

ToHeaders SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToPath SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

ToQuery SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplates = D1 ('MetaData "SearchFlowTemplates" "Amazonka.IoTThingsGraph.SearchFlowTemplates" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "SearchFlowTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FlowTemplateFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse SearchFlowTemplates Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

newSearchFlowTemplates :: SearchFlowTemplates Source #

Create a value of SearchFlowTemplates 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:filters:SearchFlowTemplates', searchFlowTemplates_filters - An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

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

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

Request Lenses

searchFlowTemplates_filters :: Lens' SearchFlowTemplates (Maybe [FlowTemplateFilter]) Source #

An array of objects that limit the result set. The only valid filter is DEVICE_MODEL_ID.

searchFlowTemplates_nextToken :: Lens' SearchFlowTemplates (Maybe Text) Source #

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

searchFlowTemplates_maxResults :: Lens' SearchFlowTemplates (Maybe Natural) Source #

The maximum number of results to return in the response.

Destructuring the Response

data SearchFlowTemplatesResponse Source #

See: newSearchFlowTemplatesResponse smart constructor.

Constructors

SearchFlowTemplatesResponse' 

Fields

Instances

Instances details
Eq SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Read SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Show SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Generic SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

Associated Types

type Rep SearchFlowTemplatesResponse :: Type -> Type #

NFData SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

type Rep SearchFlowTemplatesResponse Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.SearchFlowTemplates

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

newSearchFlowTemplatesResponse Source #

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

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

$sel:httpStatus:SearchFlowTemplatesResponse', searchFlowTemplatesResponse_httpStatus - The response's http status code.

Response Lenses

searchFlowTemplatesResponse_nextToken :: Lens' SearchFlowTemplatesResponse (Maybe Text) Source #

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

searchFlowTemplatesResponse_summaries :: Lens' SearchFlowTemplatesResponse (Maybe [FlowTemplateSummary]) Source #

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