Inital commit for unit test configuration

This commit is contained in:
Manish Verma
2018-09-05 12:36:46 +05:30
committed by Manish Verma
parent 2f0796e954
commit e0436b7757
252 changed files with 3219 additions and 1631 deletions

View File

@@ -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 {}