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

Description

Lists the network interfaces 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 ListDecoderManifestNetworkInterfaces Source #

Constructors

ListDecoderManifestNetworkInterfaces' 

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 ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

ToHeaders ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

ToPath ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

ToQuery ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

AWSPager ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

AWSRequest ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Generic ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Read ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Show ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

NFData ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Eq ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Hashable ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

type AWSResponse ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

type Rep ListDecoderManifestNetworkInterfaces Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

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

newListDecoderManifestNetworkInterfaces Source #

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

ListDecoderManifestNetworkInterfaces, listDecoderManifestNetworkInterfaces_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.

ListDecoderManifestNetworkInterfaces, listDecoderManifestNetworkInterfaces_name - The name of the decoder manifest to list information about.

Request Lenses

listDecoderManifestNetworkInterfaces_maxResults :: Lens' ListDecoderManifestNetworkInterfaces (Maybe Natural) Source #

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

listDecoderManifestNetworkInterfaces_nextToken :: Lens' ListDecoderManifestNetworkInterfaces (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.

listDecoderManifestNetworkInterfaces_name :: Lens' ListDecoderManifestNetworkInterfaces Text Source #

The name of the decoder manifest to list information about.

Destructuring the Response

data ListDecoderManifestNetworkInterfacesResponse Source #

Constructors

ListDecoderManifestNetworkInterfacesResponse' 

Fields

Instances

Instances details
Generic ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Read ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Show ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

NFData ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

Eq ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

type Rep ListDecoderManifestNetworkInterfacesResponse Source # 
Instance details

Defined in Amazonka.IoTFleetWise.ListDecoderManifestNetworkInterfaces

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

newListDecoderManifestNetworkInterfacesResponse Source #

Create a value of ListDecoderManifestNetworkInterfacesResponse 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:networkInterfaces:ListDecoderManifestNetworkInterfacesResponse', listDecoderManifestNetworkInterfacesResponse_networkInterfaces - A list of information about network interfaces.

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

$sel:httpStatus:ListDecoderManifestNetworkInterfacesResponse', listDecoderManifestNetworkInterfacesResponse_httpStatus - The response's http status code.

Response Lenses

listDecoderManifestNetworkInterfacesResponse_nextToken :: Lens' ListDecoderManifestNetworkInterfacesResponse (Maybe Text) Source #

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