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

Description

Lists information about nodes specified in a vehicle model (model 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 ListModelManifestNodes Source #

See: newListModelManifestNodes smart constructor.

Constructors

ListModelManifestNodes' 

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 vehicle model to list information about.

Instances

Instances details
ToJSON ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

ToHeaders ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

ToPath ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

ToQuery ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

AWSPager ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

AWSRequest ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Associated Types

type AWSResponse ListModelManifestNodes #

Generic ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Associated Types

type Rep ListModelManifestNodes :: Type -> Type #

Read ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Show ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

NFData ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Methods

rnf :: ListModelManifestNodes -> () #

Eq ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Hashable ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

type AWSResponse ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

type Rep ListModelManifestNodes Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

type Rep ListModelManifestNodes = D1 ('MetaData "ListModelManifestNodes" "Amazonka.IoTFleetWise.ListModelManifestNodes" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "ListModelManifestNodes'" '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))))

newListModelManifestNodes Source #

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

ListModelManifestNodes, listModelManifestNodes_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.

ListModelManifestNodes, listModelManifestNodes_name - The name of the vehicle model to list information about.

Request Lenses

listModelManifestNodes_maxResults :: Lens' ListModelManifestNodes (Maybe Natural) Source #

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

listModelManifestNodes_nextToken :: Lens' ListModelManifestNodes (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.

listModelManifestNodes_name :: Lens' ListModelManifestNodes Text Source #

The name of the vehicle model to list information about.

Destructuring the Response

data ListModelManifestNodesResponse Source #

See: newListModelManifestNodesResponse smart constructor.

Constructors

ListModelManifestNodesResponse' 

Fields

Instances

Instances details
Generic ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Associated Types

type Rep ListModelManifestNodesResponse :: Type -> Type #

Read ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Show ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

NFData ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

Eq ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

type Rep ListModelManifestNodesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListModelManifestNodes

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

newListModelManifestNodesResponse Source #

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

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

$sel:nodes:ListModelManifestNodesResponse', listModelManifestNodesResponse_nodes - A list of information about nodes.

$sel:httpStatus:ListModelManifestNodesResponse', listModelManifestNodesResponse_httpStatus - The response's http status code.

Response Lenses

listModelManifestNodesResponse_nextToken :: Lens' ListModelManifestNodesResponse (Maybe Text) Source #

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