mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-15 12:38:01 +00:00
18 lines
811 B
PHP
18 lines
811 B
PHP
<?php
|
|
namespace Aws\CodeGuruReviewer;
|
|
|
|
use Aws\AwsClient;
|
|
|
|
/**
|
|
* This client is used to interact with the **Amazon CodeGuru Reviewer** service.
|
|
* @method \Aws\Result associateRepository(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise associateRepositoryAsync(array $args = [])
|
|
* @method \Aws\Result describeRepositoryAssociation(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise describeRepositoryAssociationAsync(array $args = [])
|
|
* @method \Aws\Result disassociateRepository(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise disassociateRepositoryAsync(array $args = [])
|
|
* @method \Aws\Result listRepositoryAssociations(array $args = [])
|
|
* @method \GuzzleHttp\Promise\Promise listRepositoryAssociationsAsync(array $args = [])
|
|
*/
|
|
class CodeGuruReviewerClient extends AwsClient {}
|