amazonka-iotevents-2.0: Amazon IoT Events 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.IoTEvents.ListInputs

Description

Lists the inputs you have created.

Synopsis

Creating a Request

data ListInputs Source #

See: newListInputs smart constructor.

Constructors

ListInputs' 

Fields

Instances

Instances details
ToHeaders ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Methods

toHeaders :: ListInputs -> [Header] #

ToPath ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

ToQuery ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

AWSRequest ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Associated Types

type AWSResponse ListInputs #

Generic ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Associated Types

type Rep ListInputs :: Type -> Type #

Read ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Show ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

NFData ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Methods

rnf :: ListInputs -> () #

Eq ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Hashable ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

type AWSResponse ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

type Rep ListInputs Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

type Rep ListInputs = D1 ('MetaData "ListInputs" "Amazonka.IoTEvents.ListInputs" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" 'False) (C1 ('MetaCons "ListInputs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListInputs :: ListInputs Source #

Create a value of ListInputs 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:ListInputs', listInputs_maxResults - The maximum number of results to be returned per request.

ListInputs, listInputs_nextToken - The token that you can use to return the next set of results.

Request Lenses

listInputs_maxResults :: Lens' ListInputs (Maybe Natural) Source #

The maximum number of results to be returned per request.

listInputs_nextToken :: Lens' ListInputs (Maybe Text) Source #

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

Destructuring the Response

data ListInputsResponse Source #

See: newListInputsResponse smart constructor.

Constructors

ListInputsResponse' 

Fields

Instances

Instances details
Generic ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Associated Types

type Rep ListInputsResponse :: Type -> Type #

Read ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Show ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

NFData ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

Methods

rnf :: ListInputsResponse -> () #

Eq ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

type Rep ListInputsResponse Source # 
Instance details

Defined in Amazonka.IoTEvents.ListInputs

type Rep ListInputsResponse = D1 ('MetaData "ListInputsResponse" "Amazonka.IoTEvents.ListInputs" "amazonka-iotevents-2.0-6xKaLx5KciSK3LEs0FyRYn" 'False) (C1 ('MetaCons "ListInputsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInputsResponse Source #

Create a value of ListInputsResponse 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:inputSummaries:ListInputsResponse', listInputsResponse_inputSummaries - Summary information about the inputs.

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

$sel:httpStatus:ListInputsResponse', listInputsResponse_httpStatus - The response's http status code.

Response Lenses

listInputsResponse_nextToken :: Lens' ListInputsResponse (Maybe Text) Source #

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