aws.snowball.list_service_versions
Example SQL Queries
SELECT * FROMaws.snowball.list_service_versionsWHERE"service_name" = 'VALUE';Description
Lists all supported versions for Snow on-device services. Returns an array of ServiceVersion object containing the supported versions for a particular service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_name Required Input Column The name of the service for which the system provided supported versions. | VARCHAR |
| dependent_services Input Column A list of names and versions of dependant services of the service for which the system provided supported versions. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum number of ListServiceVersions objects to return. | BIGINT |
| next_token Input Column Because HTTP requests are stateless, this is the starting point of the next list of returned ListServiceVersionsResult 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 |
| service_versions A list of supported versions. | STRUCT( |
Show child fields
| |