aws.devicefarm.get_offering_status
Example SQL Queries
SELECT * FROMaws.devicefarm.get_offering_status;Description
Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| current When specified, gets the offering status for the current period. | MAP(VARCHAR, STRUCT( |
| next_period When specified, gets the offering status for the next period. | MAP(VARCHAR, STRUCT( |