Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/CodeGuruProfiler/CodeGuruProfilerClient.php
Строк: 41
<?php
namespace AwsCodeGuruProfiler;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon CodeGuru Profiler** service.
* @method AwsResult configureAgent(array $args = [])
* @method GuzzleHttpPromisePromise configureAgentAsync(array $args = [])
* @method AwsResult createProfilingGroup(array $args = [])
* @method GuzzleHttpPromisePromise createProfilingGroupAsync(array $args = [])
* @method AwsResult deleteProfilingGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteProfilingGroupAsync(array $args = [])
* @method AwsResult describeProfilingGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeProfilingGroupAsync(array $args = [])
* @method AwsResult getPolicy(array $args = [])
* @method GuzzleHttpPromisePromise getPolicyAsync(array $args = [])
* @method AwsResult getProfile(array $args = [])
* @method GuzzleHttpPromisePromise getProfileAsync(array $args = [])
* @method AwsResult listProfileTimes(array $args = [])
* @method GuzzleHttpPromisePromise listProfileTimesAsync(array $args = [])
* @method AwsResult listProfilingGroups(array $args = [])
* @method GuzzleHttpPromisePromise listProfilingGroupsAsync(array $args = [])
* @method AwsResult postAgentProfile(array $args = [])
* @method GuzzleHttpPromisePromise postAgentProfileAsync(array $args = [])
* @method AwsResult putPermission(array $args = [])
* @method GuzzleHttpPromisePromise putPermissionAsync(array $args = [])
* @method AwsResult removePermission(array $args = [])
* @method GuzzleHttpPromisePromise removePermissionAsync(array $args = [])
* @method AwsResult updateProfilingGroup(array $args = [])
* @method GuzzleHttpPromisePromise updateProfilingGroupAsync(array $args = [])
*/
class CodeGuruProfilerClient extends AwsClient {}