Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/PI/PIClient.php
Строк: 16
<?php
namespace AwsPI;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS Performance Insights** service.
* @method AwsResult describeDimensionKeys(array $args = [])
* @method GuzzleHttpPromisePromise describeDimensionKeysAsync(array $args = [])
* @method AwsResult getResourceMetrics(array $args = [])
* @method GuzzleHttpPromisePromise getResourceMetricsAsync(array $args = [])
*/
class PIClient extends AwsClient {}