Services
Returns the metadata for one service or a list of the metadata for all services.
Table Specific Information
In order to use this view, the user must be authorized to use pricing services.
Select
Server-side filtering is supported on ServiceCode and FormatVersion. The cmdlet will process other filters client-side, within itself.
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false.
SELECT * FROM ServicesThe following query will be solved server side:
SELECT * FROM Services WHERE ServiceCode='AmazonEC2'
Columns
Name | Type | Description |
FormatVersion | String | The format version that you want the response to be in. |
ServiceCode | String | The code for the service whose information you want to retrieve, such as AmazonEC2. |
AttributeNames | String | The attributes that are available for this service. |