ArtifactClient.php 979 B

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