Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.145.79.236
<?php
namespace Aws\Pricing;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS Price List Service** service.
* @method \Aws\Result describeServices(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeServicesAsync(array $args = [])
* @method \Aws\Result getAttributeValues(array $args = [])
* @method \GuzzleHttp\Promise\Promise getAttributeValuesAsync(array $args = [])
* @method \Aws\Result getProducts(array $args = [])
* @method \GuzzleHttp\Promise\Promise getProductsAsync(array $args = [])
*/
class PricingClient extends AwsClient {}
|