ivschatClient.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. namespace Aws\ivschat;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Interactive Video Service Chat** service.
  6. * @method \Aws\Result createChatToken(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createChatTokenAsync(array $args = [])
  8. * @method \Aws\Result createLoggingConfiguration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createLoggingConfigurationAsync(array $args = [])
  10. * @method \Aws\Result createRoom(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createRoomAsync(array $args = [])
  12. * @method \Aws\Result deleteLoggingConfiguration(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteLoggingConfigurationAsync(array $args = [])
  14. * @method \Aws\Result deleteMessage(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteMessageAsync(array $args = [])
  16. * @method \Aws\Result deleteRoom(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise deleteRoomAsync(array $args = [])
  18. * @method \Aws\Result disconnectUser(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise disconnectUserAsync(array $args = [])
  20. * @method \Aws\Result getLoggingConfiguration(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getLoggingConfigurationAsync(array $args = [])
  22. * @method \Aws\Result getRoom(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getRoomAsync(array $args = [])
  24. * @method \Aws\Result listLoggingConfigurations(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listLoggingConfigurationsAsync(array $args = [])
  26. * @method \Aws\Result listRooms(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listRoomsAsync(array $args = [])
  28. * @method \Aws\Result listTagsForResource(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  30. * @method \Aws\Result sendEvent(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise sendEventAsync(array $args = [])
  32. * @method \Aws\Result tagResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  34. * @method \Aws\Result untagResource(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  36. * @method \Aws\Result updateLoggingConfiguration(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise updateLoggingConfigurationAsync(array $args = [])
  38. * @method \Aws\Result updateRoom(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise updateRoomAsync(array $args = [])
  40. */
  41. class ivschatClient extends AwsClient {}