amazonka-iotfleetwise-2.0: Amazon IoT FleetWise 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.IoTFleetWise.ListDecoderManifestSignals

Description

A list of information about signal decoders specified in a decoder manifest.

This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDecoderManifestSignals Source #

See: newListDecoderManifestSignals smart constructor.

Constructors

ListDecoderManifestSignals' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of items to return, between 1 and 100, inclusive.

  • nextToken :: Maybe Text

    A pagination token for the next set of results.

    If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

  • name :: Text

    The name of the decoder manifest to list information about.

Instances

Instances details
ToJSON ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

ToHeaders ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

ToPath ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

ToQuery ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

AWSPager ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

AWSRequest ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Generic ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Associated Types

type Rep ListDecoderManifestSignals :: Type -> Type #

Read ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Show ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

NFData ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Eq ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Hashable ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

type AWSResponse ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

type Rep ListDecoderManifestSignals Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

type Rep ListDecoderManifestSignals = D1 ('MetaData "ListDecoderManifestSignals" "Amazonka.IoTFleetWise.ListDecoderManifestSignals" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "ListDecoderManifestSignals'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListDecoderManifestSignals Source #

Create a value of ListDecoderManifestSignals 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:ListDecoderManifestSignals', listDecoderManifestSignals_maxResults - The maximum number of items to return, between 1 and 100, inclusive.

ListDecoderManifestSignals, listDecoderManifestSignals_nextToken - A pagination token for the next set of results.

If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

ListDecoderManifestSignals, listDecoderManifestSignals_name - The name of the decoder manifest to list information about.

Request Lenses

listDecoderManifestSignals_maxResults :: Lens' ListDecoderManifestSignals (Maybe Natural) Source #

The maximum number of items to return, between 1 and 100, inclusive.

listDecoderManifestSignals_nextToken :: Lens' ListDecoderManifestSignals (Maybe Text) Source #

A pagination token for the next set of results.

If the results of a search are large, only a portion of the results are returned, and a nextToken pagination token is returned in the response. To retrieve the next set of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.

listDecoderManifestSignals_name :: Lens' ListDecoderManifestSignals Text Source #

The name of the decoder manifest to list information about.

Destructuring the Response

data ListDecoderManifestSignalsResponse Source #

Constructors

ListDecoderManifestSignalsResponse' 

Fields

Instances

Instances details
Generic ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Associated Types

type Rep ListDecoderManifestSignalsResponse :: Type -> Type #

Read ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Show ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

NFData ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

Eq ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

type Rep ListDecoderManifestSignalsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestSignals

type Rep ListDecoderManifestSignalsResponse = D1 ('MetaData "ListDecoderManifestSignalsResponse" "Amazonka.IoTFleetWise.ListDecoderManifestSignals" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "ListDecoderManifestSignalsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signalDecoders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SignalDecoder))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDecoderManifestSignalsResponse Source #

Create a value of ListDecoderManifestSignalsResponse 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:

ListDecoderManifestSignals, listDecoderManifestSignalsResponse_nextToken - The token to retrieve the next set of results, or null if there are no more results.

$sel:signalDecoders:ListDecoderManifestSignalsResponse', listDecoderManifestSignalsResponse_signalDecoders - Information about a list of signals to decode.

$sel:httpStatus:ListDecoderManifestSignalsResponse', listDecoderManifestSignalsResponse_httpStatus - The response's http status code.

Response Lenses

listDecoderManifestSignalsResponse_nextToken :: Lens' ListDecoderManifestSignalsResponse (Maybe Text) Source #

The token to retrieve the next set of results, or null if there are no more results.