- Navigation Guide
@aws-sdk/client-iot-events
ListDetectorModelVersionsCommandOutput Interface
The output of ListDetectorModelVersionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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 |
Full Signature
export interface ListDetectorModelVersionsCommandOutput extends ListDetectorModelVersionsResponse, MetadataBearer