aws.iotevents.list_detector_model_versions
Example SQL Queries
SELECT * FROMaws.iotevents.list_detector_model_versionsWHERE"detector_model_name" = 'VALUE';Description
Lists all the versions of a detector model. Only the metadata associated with each detector model version is returned.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_model_name Required Input Column The name of the detector model whose versions are returned. | VARCHAR |
| max_results Input Column The maximum number of results to be returned per request. | BIGINT |
| next_token Input Column The token that you can use to return the next set of results, or null if there are no more results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| detector_model_version_summaries Summary information about the detector model versions. | STRUCT( |
Show child fields
| |