spaces.php

This commit is contained in:
Devang Srivastava 2017-12-07 21:23:18 +05:30
commit eefa32741e
845 changed files with 50409 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<?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 {}