mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-14 02:27:23 -07:00
spaces.php
This commit is contained in:
parent
7755490b81
commit
eefa32741e
845 changed files with 50409 additions and 0 deletions
21
aws/Aws/XRay/XRayClient.php
Normal file
21
aws/Aws/XRay/XRayClient.php
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue