IVSClient.php 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?php
  2. namespace Aws\IVS;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Interactive Video Service** service.
  6. * @method \Aws\Result batchGetChannel(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchGetChannelAsync(array $args = [])
  8. * @method \Aws\Result batchGetStreamKey(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise batchGetStreamKeyAsync(array $args = [])
  10. * @method \Aws\Result batchStartViewerSessionRevocation(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise batchStartViewerSessionRevocationAsync(array $args = [])
  12. * @method \Aws\Result createChannel(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createChannelAsync(array $args = [])
  14. * @method \Aws\Result createPlaybackRestrictionPolicy(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createPlaybackRestrictionPolicyAsync(array $args = [])
  16. * @method \Aws\Result createRecordingConfiguration(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createRecordingConfigurationAsync(array $args = [])
  18. * @method \Aws\Result createStreamKey(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createStreamKeyAsync(array $args = [])
  20. * @method \Aws\Result deleteChannel(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteChannelAsync(array $args = [])
  22. * @method \Aws\Result deletePlaybackKeyPair(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deletePlaybackKeyPairAsync(array $args = [])
  24. * @method \Aws\Result deletePlaybackRestrictionPolicy(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deletePlaybackRestrictionPolicyAsync(array $args = [])
  26. * @method \Aws\Result deleteRecordingConfiguration(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteRecordingConfigurationAsync(array $args = [])
  28. * @method \Aws\Result deleteStreamKey(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteStreamKeyAsync(array $args = [])
  30. * @method \Aws\Result getChannel(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getChannelAsync(array $args = [])
  32. * @method \Aws\Result getPlaybackKeyPair(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getPlaybackKeyPairAsync(array $args = [])
  34. * @method \Aws\Result getPlaybackRestrictionPolicy(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise getPlaybackRestrictionPolicyAsync(array $args = [])
  36. * @method \Aws\Result getRecordingConfiguration(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise getRecordingConfigurationAsync(array $args = [])
  38. * @method \Aws\Result getStream(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise getStreamAsync(array $args = [])
  40. * @method \Aws\Result getStreamKey(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise getStreamKeyAsync(array $args = [])
  42. * @method \Aws\Result getStreamSession(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise getStreamSessionAsync(array $args = [])
  44. * @method \Aws\Result importPlaybackKeyPair(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise importPlaybackKeyPairAsync(array $args = [])
  46. * @method \Aws\Result listChannels(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
  48. * @method \Aws\Result listPlaybackKeyPairs(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise listPlaybackKeyPairsAsync(array $args = [])
  50. * @method \Aws\Result listPlaybackRestrictionPolicies(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise listPlaybackRestrictionPoliciesAsync(array $args = [])
  52. * @method \Aws\Result listRecordingConfigurations(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise listRecordingConfigurationsAsync(array $args = [])
  54. * @method \Aws\Result listStreamKeys(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise listStreamKeysAsync(array $args = [])
  56. * @method \Aws\Result listStreamSessions(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise listStreamSessionsAsync(array $args = [])
  58. * @method \Aws\Result listStreams(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise listStreamsAsync(array $args = [])
  60. * @method \Aws\Result listTagsForResource(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  62. * @method \Aws\Result putMetadata(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise putMetadataAsync(array $args = [])
  64. * @method \Aws\Result startViewerSessionRevocation(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise startViewerSessionRevocationAsync(array $args = [])
  66. * @method \Aws\Result stopStream(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise stopStreamAsync(array $args = [])
  68. * @method \Aws\Result tagResource(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  70. * @method \Aws\Result untagResource(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  72. * @method \Aws\Result updateChannel(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise updateChannelAsync(array $args = [])
  74. * @method \Aws\Result updatePlaybackRestrictionPolicy(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise updatePlaybackRestrictionPolicyAsync(array $args = [])
  76. */
  77. class IVSClient extends AwsClient {}