Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ImportExport;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS Import/Export** service.
8
 * @method \Aws\Result cancelJob(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelJobAsync(array $args = [])
10
 * @method \Aws\Result createJob(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise createJobAsync(array $args = [])
12
 * @method \Aws\Result getShippingLabel(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise getShippingLabelAsync(array $args = [])
14
 * @method \Aws\Result getStatus(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise getStatusAsync(array $args = [])
16
 * @method \Aws\Result listJobs(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise listJobsAsync(array $args = [])
18
 * @method \Aws\Result updateJob(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise updateJobAsync(array $args = [])
20
 */
21
class ImportExportClient extends AwsClient {}