ImportExportClient.php 934 B

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