aws.textract.list_adapter_versions
Example SQL Queries
SELECT * FROMaws.textract.list_adapter_versions;Description
List all version of an adapter that meet the specified filtration criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| adapter_id Input Column A unique identifier for the adapter associated with a given adapter version. | VARCHAR |
| after_creation_time Input Column Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time. | TIMESTAMP_S |
| before_creation_time Input Column Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time. | TIMESTAMP_S |
| _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 |
| adapter_version An identified for a given adapter version. | VARCHAR |
| creation_time The date and time that a given adapter version was created. | TIMESTAMP_S |
| feature_types The feature types that the adapter version is operating on. | VARCHAR[] |
Show child fields
| |
| status Contains information on the status of a given adapter version. | VARCHAR |
| status_message A message explaining the status of a given adapter vesion. | VARCHAR |