XRayClient.php 978 B

123456789101112131415161718192021
  1. <?php
  2. namespace Aws\XRay;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS X-Ray** service.
  6. * @method \Aws\Result batchGetTraces(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchGetTracesAsync(array $args = [])
  8. * @method \Aws\Result getServiceGraph(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise getServiceGraphAsync(array $args = [])
  10. * @method \Aws\Result getTraceGraph(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getTraceGraphAsync(array $args = [])
  12. * @method \Aws\Result getTraceSummaries(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise getTraceSummariesAsync(array $args = [])
  14. * @method \Aws\Result putTelemetryRecords(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise putTelemetryRecordsAsync(array $args = [])
  16. * @method \Aws\Result putTraceSegments(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise putTraceSegmentsAsync(array $args = [])
  18. */
  19. class XRayClient extends AwsClient {}