libZSservicesZSamazonka-ioteventsZSamazonka-iotevents
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.IoTEvents.ListInputRoutings

Description

Lists one or more input routings.

Synopsis

Creating a Request

data ListInputRoutings Source #

See: newListInputRoutings smart constructor.

Constructors

ListInputRoutings' 

Fields

Instances

Instances details
Eq ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Read ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Show ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Generic ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Associated Types

type Rep ListInputRoutings :: Type -> Type #

NFData ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Methods

rnf :: ListInputRoutings -> () #

Hashable ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

ToJSON ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

AWSRequest ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Associated Types

type AWSResponse ListInputRoutings #

ToHeaders ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

ToPath ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

ToQuery ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

type Rep ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

type Rep ListInputRoutings = D1 ('MetaData "ListInputRoutings" "Amazonka.IoTEvents.ListInputRoutings" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "ListInputRoutings'" '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 "inputIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputIdentifier))))
type AWSResponse ListInputRoutings Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

newListInputRoutings Source #

Create a value of ListInputRoutings 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:ListInputRoutings', listInputRoutings_nextToken - The token that you can use to return the next set of results.

$sel:maxResults:ListInputRoutings', listInputRoutings_maxResults - The maximum number of results to be returned per request.

$sel:inputIdentifier:ListInputRoutings', listInputRoutings_inputIdentifier - The identifer of the routed input.

Request Lenses

listInputRoutings_nextToken :: Lens' ListInputRoutings (Maybe Text) Source #

The token that you can use to return the next set of results.

listInputRoutings_maxResults :: Lens' ListInputRoutings (Maybe Natural) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListInputRoutingsResponse Source #

See: newListInputRoutingsResponse smart constructor.

Constructors

ListInputRoutingsResponse' 

Fields

Instances

Instances details
Eq ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Read ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Show ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Generic ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

Associated Types

type Rep ListInputRoutingsResponse :: Type -> Type #

NFData ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

type Rep ListInputRoutingsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputRoutings

type Rep ListInputRoutingsResponse = D1 ('MetaData "ListInputRoutingsResponse" "Amazonka.IoTEvents.ListInputRoutings" "libZSservicesZSamazonka-ioteventsZSamazonka-iotevents" 'False) (C1 ('MetaCons "ListInputRoutingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "routedResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RoutedResource])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInputRoutingsResponse Source #

Create a value of ListInputRoutingsResponse 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:routedResources:ListInputRoutingsResponse', listInputRoutingsResponse_routedResources - Summary information about the routed resources.

$sel:nextToken:ListInputRoutings', listInputRoutingsResponse_nextToken - The token that you can use to return the next set of results, or null if there are no more results.

$sel:httpStatus:ListInputRoutingsResponse', listInputRoutingsResponse_httpStatus - The response's http status code.

Response Lenses

listInputRoutingsResponse_nextToken :: Lens' ListInputRoutingsResponse (Maybe Text) Source #

The token that you can use to return the next set of results, or null if there are no more results.