Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\Artifact;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Artifact** service.
8
 * @method \Aws\Result getAccountSettings(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise getAccountSettingsAsync(array $args = [])
10
 * @method \Aws\Result getReport(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise getReportAsync(array $args = [])
12
 * @method \Aws\Result getReportMetadata(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise getReportMetadataAsync(array $args = [])
14
 * @method \Aws\Result getTermForReport(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getTermForReportAsync(array $args = [])
16
 * @method \Aws\Result listCustomerAgreements(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise listCustomerAgreementsAsync(array $args = [])
18
 * @method \Aws\Result listReports(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise listReportsAsync(array $args = [])
20
 * @method \Aws\Result putAccountSettings(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise putAccountSettingsAsync(array $args = [])
22
 */
23
class ArtifactClient extends AwsClient {}