Spaces-API/aws/Aws/XRay/XRayClient.php
Devang Srivastava eefa32741e spaces.php
2017-12-07 21:23:18 +05:30

21 lines
978 B
PHP

<?php
namespace Aws\XRay;
use Aws\AwsClient;
/**
* This client is used to interact with the **AWS X-Ray** service.
* @method \Aws\Result batchGetTraces(array $args = [])
* @method \GuzzleHttp\Promise\Promise batchGetTracesAsync(array $args = [])
* @method \Aws\Result getServiceGraph(array $args = [])
* @method \GuzzleHttp\Promise\Promise getServiceGraphAsync(array $args = [])
* @method \Aws\Result getTraceGraph(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTraceGraphAsync(array $args = [])
* @method \Aws\Result getTraceSummaries(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTraceSummariesAsync(array $args = [])
* @method \Aws\Result putTelemetryRecords(array $args = [])
* @method \GuzzleHttp\Promise\Promise putTelemetryRecordsAsync(array $args = [])
* @method \Aws\Result putTraceSegments(array $args = [])
* @method \GuzzleHttp\Promise\Promise putTraceSegmentsAsync(array $args = [])
*/
class XRayClient extends AwsClient {}