mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-16 04:58:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
namespace Aws\CodeGuruProfiler;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon CodeGuru Profiler** service.
|
||||
* @method \Aws\Result configureAgent(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise configureAgentAsync(array $args = [])
|
||||
* @method \Aws\Result createProfilingGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createProfilingGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteProfilingGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteProfilingGroupAsync(array $args = [])
|
||||
* @method \Aws\Result describeProfilingGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeProfilingGroupAsync(array $args = [])
|
||||
* @method \Aws\Result getProfile(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = [])
|
||||
* @method \Aws\Result listProfileTimes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listProfileTimesAsync(array $args = [])
|
||||
* @method \Aws\Result listProfilingGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listProfilingGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result postAgentProfile(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise postAgentProfileAsync(array $args = [])
|
||||
* @method \Aws\Result updateProfilingGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateProfilingGroupAsync(array $args = [])
|
||||
*/
|
||||
class CodeGuruProfilerClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user