updated-packages
This commit is contained in:
22
vendor/aws/aws-sdk-php/src/XRay/XRayClient.php
vendored
22
vendor/aws/aws-sdk-php/src/XRay/XRayClient.php
vendored
@@ -13,6 +13,8 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise createSamplingRuleAsync(array $args = [])
|
||||
* @method \Aws\Result deleteGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteResourcePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSamplingRule(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSamplingRuleAsync(array $args = [])
|
||||
* @method \Aws\Result getEncryptionConfig(array $args = [])
|
||||
@@ -21,6 +23,14 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise getGroupAsync(array $args = [])
|
||||
* @method \Aws\Result getGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result getInsight(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInsightAsync(array $args = [])
|
||||
* @method \Aws\Result getInsightEvents(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInsightEventsAsync(array $args = [])
|
||||
* @method \Aws\Result getInsightImpactGraph(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInsightImpactGraphAsync(array $args = [])
|
||||
* @method \Aws\Result getInsightSummaries(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getInsightSummariesAsync(array $args = [])
|
||||
* @method \Aws\Result getSamplingRules(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSamplingRulesAsync(array $args = [])
|
||||
* @method \Aws\Result getSamplingStatisticSummaries(array $args = [])
|
||||
@@ -29,16 +39,28 @@ use Aws\AwsClient;
|
||||
* @method \GuzzleHttp\Promise\Promise getSamplingTargetsAsync(array $args = [])
|
||||
* @method \Aws\Result getServiceGraph(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getServiceGraphAsync(array $args = [])
|
||||
* @method \Aws\Result getTimeSeriesServiceStatistics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getTimeSeriesServiceStatisticsAsync(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 listResourcePolicies(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listResourcePoliciesAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result putEncryptionConfig(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putEncryptionConfigAsync(array $args = [])
|
||||
* @method \Aws\Result putResourcePolicy(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(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 = [])
|
||||
* @method \Aws\Result tagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result untagResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
||||
* @method \Aws\Result updateGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateGroupAsync(array $args = [])
|
||||
* @method \Aws\Result updateSamplingRule(array $args = [])
|
||||
|
||||
Reference in New Issue
Block a user