Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Pricing/PricingClient.php
Строк: 13
<?php
namespace AwsPricing;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Price List Service** service.
* @method AwsResult describeServices(array $args = [])
* @method GuzzleHttpPromisePromise describeServicesAsync(array $args = [])
* @method AwsResult getAttributeValues(array $args = [])
* @method GuzzleHttpPromisePromise getAttributeValuesAsync(array $args = [])
* @method AwsResult getProducts(array $args = [])
* @method GuzzleHttpPromisePromise getProductsAsync(array $args = [])
*/
class PricingClient extends AwsClient {}