Inital commit for unit test configuration
This commit is contained in:
committed by
Manish Verma
parent
2f0796e954
commit
e0436b7757
12
vendor/aws/aws-sdk-php/src/XRay/XRayClient.php
vendored
12
vendor/aws/aws-sdk-php/src/XRay/XRayClient.php
vendored
@@ -7,8 +7,18 @@ 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 createSamplingRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSamplingRuleAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSamplingRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSamplingRuleAsync(array $args = [])
|
||||
* @method \Aws\Result getEncryptionConfig(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getEncryptionConfigAsync(array $args = [])
|
||||
* @method \Aws\Result getSamplingRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSamplingRulesAsync(array $args = [])
|
||||
* @method \Aws\Result getSamplingStatisticSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSamplingStatisticSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result getSamplingTargets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSamplingTargetsAsync(array $args = [])
|
||||
* @method \Aws\Result getServiceGraph(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getServiceGraphAsync(array $args = [])
|
||||
* @method \Aws\Result getTraceGraph(array $args = [])
|
||||
@@ -21,5 +31,7 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise putTelemetryRecordsAsync(array $args = [])
|
||||
* @method \Aws\Result putTraceSegments(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putTraceSegmentsAsync(array $args = [])
|
||||
* @method \Aws\Result updateSamplingRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSamplingRuleAsync(array $args = [])
|
||||
*/
|
||||
class XRayClient extends AwsClient {}
|
||||
|
||||
Reference in New Issue
Block a user