MacieClient.php 1.2 KB

1234567891011121314151617181920212223
  1. <?php
  2. namespace Aws\Macie;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Macie** service.
  6. * @method \Aws\Result associateMemberAccount(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise associateMemberAccountAsync(array $args = [])
  8. * @method \Aws\Result associateS3Resources(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise associateS3ResourcesAsync(array $args = [])
  10. * @method \Aws\Result disassociateMemberAccount(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise disassociateMemberAccountAsync(array $args = [])
  12. * @method \Aws\Result disassociateS3Resources(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise disassociateS3ResourcesAsync(array $args = [])
  14. * @method \Aws\Result listMemberAccounts(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise listMemberAccountsAsync(array $args = [])
  16. * @method \Aws\Result listS3Resources(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listS3ResourcesAsync(array $args = [])
  18. * @method \Aws\Result updateS3Resources(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise updateS3ResourcesAsync(array $args = [])
  20. */
  21. class MacieClient extends AwsClient {}