Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\ARCZonalShift;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **AWS ARC - Zonal Shift** service.
8
 * @method \Aws\Result cancelZonalShift(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelZonalShiftAsync(array $args = [])
10
 * @method \Aws\Result getManagedResource(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise getManagedResourceAsync(array $args = [])
12
 * @method \Aws\Result listManagedResources(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise listManagedResourcesAsync(array $args = [])
14
 * @method \Aws\Result listZonalShifts(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise listZonalShiftsAsync(array $args = [])
16
 * @method \Aws\Result startZonalShift(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise startZonalShiftAsync(array $args = [])
18
 * @method \Aws\Result updateZonalShift(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise updateZonalShiftAsync(array $args = [])
20
 */
21
class ARCZonalShiftClient extends AwsClient {}