aws.es.get_package_version_history
Example SQL Queries
SELECT * FROMaws.es.get_package_version_historyWHERE"package_id" = 'VALUE';Description
Returns a list of versions of the package, along with their creation time and commit message.
Table Definition
| Column Name | Column Data Type |
|---|---|
| package_id Required Input Column | VARCHAR |
| max_results Input Column Limits results to a maximum number of versions. | BIGINT |
| next_token Input Column | 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 |
| package_version_history_list List of PackageVersionHistory objects. | STRUCT( |
Show child fields
| |