CodeGuruProfilerClient.php
56 lines
| 1 | <?php |
| 2 | namespace Aws\CodeGuruProfiler; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon CodeGuru Profiler** service. |
| 8 | * @method \Aws\Result addNotificationChannels(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise addNotificationChannelsAsync(array $args = []) |
| 10 | * @method \Aws\Result batchGetFrameMetricData(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise batchGetFrameMetricDataAsync(array $args = []) |
| 12 | * @method \Aws\Result configureAgent(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise configureAgentAsync(array $args = []) |
| 14 | * @method \Aws\Result createProfilingGroup(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createProfilingGroupAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteProfilingGroup(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteProfilingGroupAsync(array $args = []) |
| 18 | * @method \Aws\Result describeProfilingGroup(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise describeProfilingGroupAsync(array $args = []) |
| 20 | * @method \Aws\Result getFindingsReportAccountSummary(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise getFindingsReportAccountSummaryAsync(array $args = []) |
| 22 | * @method \Aws\Result getNotificationConfiguration(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise getNotificationConfigurationAsync(array $args = []) |
| 24 | * @method \Aws\Result getPolicy(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise getPolicyAsync(array $args = []) |
| 26 | * @method \Aws\Result getProfile(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = []) |
| 28 | * @method \Aws\Result getRecommendations(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise getRecommendationsAsync(array $args = []) |
| 30 | * @method \Aws\Result listFindingsReports(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise listFindingsReportsAsync(array $args = []) |
| 32 | * @method \Aws\Result listProfileTimes(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listProfileTimesAsync(array $args = []) |
| 34 | * @method \Aws\Result listProfilingGroups(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listProfilingGroupsAsync(array $args = []) |
| 36 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 38 | * @method \Aws\Result postAgentProfile(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise postAgentProfileAsync(array $args = []) |
| 40 | * @method \Aws\Result putPermission(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise putPermissionAsync(array $args = []) |
| 42 | * @method \Aws\Result removeNotificationChannel(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise removeNotificationChannelAsync(array $args = []) |
| 44 | * @method \Aws\Result removePermission(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise removePermissionAsync(array $args = []) |
| 46 | * @method \Aws\Result submitFeedback(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise submitFeedbackAsync(array $args = []) |
| 48 | * @method \Aws\Result tagResource(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 50 | * @method \Aws\Result untagResource(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 52 | * @method \Aws\Result updateProfilingGroup(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise updateProfilingGroupAsync(array $args = []) |
| 54 | */ |
| 55 | class CodeGuruProfilerClient extends AwsClient {} |
| 56 |