@aws-sdk/client-iot-events

ListDetectorModelVersionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
detectorModelVersionSummaries DetectorModelVersionSummary[] | undefined

Summary information about the detector model versions.

nextToken string | undefined

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

Full Signature

export interface ListDetectorModelVersionsCommandOutput extends ListDetectorModelVersionsResponse, MetadataBearer