aws.devicefarm.list_offerings
Example SQL Queries
SELECT * FROMaws.devicefarm.list_offerings;Description
Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. 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 |
| description A string that describes the offering. | VARCHAR |
| id The ID that corresponds to a device offering. | VARCHAR |
| platform The platform of the device (for example, ANDROID or IOS). | VARCHAR |
| recurring_charges Specifies whether there are recurring charges for the offering. | STRUCT( |
Show child fields
| |
| type The type of offering (for example, RECURRING) for a device. | VARCHAR |