S3/Minio storage controller Support

This commit is contained in:
Chris
2020-01-05 03:11:41 +01:00
parent 87fa55eae8
commit f863045fcf
1388 changed files with 75681 additions and 2 deletions

View File

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