Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/XRay/XRayClient.php
Строк: 54
<?php
namespace AwsXRay;
use AwsAwsClient;
/**
* This client is used to interact with the **AWS X-Ray** service.
* @method AwsResult batchGetTraces(array $args = [])
* @method GuzzleHttpPromisePromise batchGetTracesAsync(array $args = [])
* @method AwsResult createGroup(array $args = [])
* @method GuzzleHttpPromisePromise createGroupAsync(array $args = [])
* @method AwsResult createSamplingRule(array $args = [])
* @method GuzzleHttpPromisePromise createSamplingRuleAsync(array $args = [])
* @method AwsResult deleteGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteGroupAsync(array $args = [])
* @method AwsResult deleteSamplingRule(array $args = [])
* @method GuzzleHttpPromisePromise deleteSamplingRuleAsync(array $args = [])
* @method AwsResult getEncryptionConfig(array $args = [])
* @method GuzzleHttpPromisePromise getEncryptionConfigAsync(array $args = [])
* @method AwsResult getGroup(array $args = [])
* @method GuzzleHttpPromisePromise getGroupAsync(array $args = [])
* @method AwsResult getGroups(array $args = [])
* @method GuzzleHttpPromisePromise getGroupsAsync(array $args = [])
* @method AwsResult getSamplingRules(array $args = [])
* @method GuzzleHttpPromisePromise getSamplingRulesAsync(array $args = [])
* @method AwsResult getSamplingStatisticSummaries(array $args = [])
* @method GuzzleHttpPromisePromise getSamplingStatisticSummariesAsync(array $args = [])
* @method AwsResult getSamplingTargets(array $args = [])
* @method GuzzleHttpPromisePromise getSamplingTargetsAsync(array $args = [])
* @method AwsResult getServiceGraph(array $args = [])
* @method GuzzleHttpPromisePromise getServiceGraphAsync(array $args = [])
* @method AwsResult getTimeSeriesServiceStatistics(array $args = [])
* @method GuzzleHttpPromisePromise getTimeSeriesServiceStatisticsAsync(array $args = [])
* @method AwsResult getTraceGraph(array $args = [])
* @method GuzzleHttpPromisePromise getTraceGraphAsync(array $args = [])
* @method AwsResult getTraceSummaries(array $args = [])
* @method GuzzleHttpPromisePromise getTraceSummariesAsync(array $args = [])
* @method AwsResult putEncryptionConfig(array $args = [])
* @method GuzzleHttpPromisePromise putEncryptionConfigAsync(array $args = [])
* @method AwsResult putTelemetryRecords(array $args = [])
* @method GuzzleHttpPromisePromise putTelemetryRecordsAsync(array $args = [])
* @method AwsResult putTraceSegments(array $args = [])
* @method GuzzleHttpPromisePromise putTraceSegmentsAsync(array $args = [])
* @method AwsResult updateGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateGroupAsync(array $args = [])
* @method AwsResult updateSamplingRule(array $args = [])
* @method GuzzleHttpPromisePromise updateSamplingRuleAsync(array $args = [])
*/
class XRayClient extends AwsClient {}