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

Description

Lists decoder manifests.

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 ListDecoderManifests Source #

See: newListDecoderManifests smart constructor.

Constructors

ListDecoderManifests' 

Fields

  • maxResults :: Maybe Natural

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

  • modelManifestArn :: Maybe Text

    The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.

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

Instances

Instances details
ToJSON ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

ToHeaders ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

ToPath ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

ToQuery ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

AWSPager ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

AWSRequest ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Associated Types

type AWSResponse ListDecoderManifests #

Generic ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Associated Types

type Rep ListDecoderManifests :: Type -> Type #

Read ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Show ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

NFData ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Methods

rnf :: ListDecoderManifests -> () #

Eq ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Hashable ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

type AWSResponse ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

type Rep ListDecoderManifests Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

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

newListDecoderManifests :: ListDecoderManifests Source #

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

ListDecoderManifests, listDecoderManifests_modelManifestArn - The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.

ListDecoderManifests, listDecoderManifests_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.

Request Lenses

listDecoderManifests_maxResults :: Lens' ListDecoderManifests (Maybe Natural) Source #

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

listDecoderManifests_modelManifestArn :: Lens' ListDecoderManifests (Maybe Text) Source #

The Amazon Resource Name (ARN) of a vehicle model (model manifest) associated with the decoder manifest.

listDecoderManifests_nextToken :: Lens' ListDecoderManifests (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.

Destructuring the Response

data ListDecoderManifestsResponse Source #

See: newListDecoderManifestsResponse smart constructor.

Constructors

ListDecoderManifestsResponse' 

Fields

Instances

Instances details
Generic ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Associated Types

type Rep ListDecoderManifestsResponse :: Type -> Type #

Read ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Show ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

NFData ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

Eq ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

type Rep ListDecoderManifestsResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifests

type Rep ListDecoderManifestsResponse = D1 ('MetaData "ListDecoderManifestsResponse" "Amazonka.IoTFleetWise.ListDecoderManifests" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "ListDecoderManifestsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "summaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DecoderManifestSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDecoderManifestsResponse Source #

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

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

$sel:summaries:ListDecoderManifestsResponse', listDecoderManifestsResponse_summaries - A list of information about each decoder manifest.

$sel:httpStatus:ListDecoderManifestsResponse', listDecoderManifestsResponse_httpStatus - The response's http status code.

Response Lenses

listDecoderManifestsResponse_nextToken :: Lens' ListDecoderManifestsResponse (Maybe Text) Source #

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