CloudWatchLogsClient.php 5.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?php
  2. namespace Aws\CloudWatchLogs;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon CloudWatch Logs** service.
  6. *
  7. * @method \Aws\Result associateKmsKey(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise associateKmsKeyAsync(array $args = [])
  9. * @method \Aws\Result cancelExportTask(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise cancelExportTaskAsync(array $args = [])
  11. * @method \Aws\Result createExportTask(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createExportTaskAsync(array $args = [])
  13. * @method \Aws\Result createLogGroup(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise createLogGroupAsync(array $args = [])
  15. * @method \Aws\Result createLogStream(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise createLogStreamAsync(array $args = [])
  17. * @method \Aws\Result deleteDestination(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise deleteDestinationAsync(array $args = [])
  19. * @method \Aws\Result deleteLogGroup(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise deleteLogGroupAsync(array $args = [])
  21. * @method \Aws\Result deleteLogStream(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise deleteLogStreamAsync(array $args = [])
  23. * @method \Aws\Result deleteMetricFilter(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise deleteMetricFilterAsync(array $args = [])
  25. * @method \Aws\Result deleteQueryDefinition(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise deleteQueryDefinitionAsync(array $args = [])
  27. * @method \Aws\Result deleteResourcePolicy(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
  29. * @method \Aws\Result deleteRetentionPolicy(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise deleteRetentionPolicyAsync(array $args = [])
  31. * @method \Aws\Result deleteSubscriptionFilter(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise deleteSubscriptionFilterAsync(array $args = [])
  33. * @method \Aws\Result describeDestinations(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeDestinationsAsync(array $args = [])
  35. * @method \Aws\Result describeExportTasks(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise describeExportTasksAsync(array $args = [])
  37. * @method \Aws\Result describeLogGroups(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise describeLogGroupsAsync(array $args = [])
  39. * @method \Aws\Result describeLogStreams(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise describeLogStreamsAsync(array $args = [])
  41. * @method \Aws\Result describeMetricFilters(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise describeMetricFiltersAsync(array $args = [])
  43. * @method \Aws\Result describeQueries(array $args = [])
  44. * @method \GuzzleHttp\Promise\Promise describeQueriesAsync(array $args = [])
  45. * @method \Aws\Result describeQueryDefinitions(array $args = [])
  46. * @method \GuzzleHttp\Promise\Promise describeQueryDefinitionsAsync(array $args = [])
  47. * @method \Aws\Result describeResourcePolicies(array $args = [])
  48. * @method \GuzzleHttp\Promise\Promise describeResourcePoliciesAsync(array $args = [])
  49. * @method \Aws\Result describeSubscriptionFilters(array $args = [])
  50. * @method \GuzzleHttp\Promise\Promise describeSubscriptionFiltersAsync(array $args = [])
  51. * @method \Aws\Result disassociateKmsKey(array $args = [])
  52. * @method \GuzzleHttp\Promise\Promise disassociateKmsKeyAsync(array $args = [])
  53. * @method \Aws\Result filterLogEvents(array $args = [])
  54. * @method \GuzzleHttp\Promise\Promise filterLogEventsAsync(array $args = [])
  55. * @method \Aws\Result getLogEvents(array $args = [])
  56. * @method \GuzzleHttp\Promise\Promise getLogEventsAsync(array $args = [])
  57. * @method \Aws\Result getLogGroupFields(array $args = [])
  58. * @method \GuzzleHttp\Promise\Promise getLogGroupFieldsAsync(array $args = [])
  59. * @method \Aws\Result getLogRecord(array $args = [])
  60. * @method \GuzzleHttp\Promise\Promise getLogRecordAsync(array $args = [])
  61. * @method \Aws\Result getQueryResults(array $args = [])
  62. * @method \GuzzleHttp\Promise\Promise getQueryResultsAsync(array $args = [])
  63. * @method \Aws\Result listTagsLogGroup(array $args = [])
  64. * @method \GuzzleHttp\Promise\Promise listTagsLogGroupAsync(array $args = [])
  65. * @method \Aws\Result putDestination(array $args = [])
  66. * @method \GuzzleHttp\Promise\Promise putDestinationAsync(array $args = [])
  67. * @method \Aws\Result putDestinationPolicy(array $args = [])
  68. * @method \GuzzleHttp\Promise\Promise putDestinationPolicyAsync(array $args = [])
  69. * @method \Aws\Result putLogEvents(array $args = [])
  70. * @method \GuzzleHttp\Promise\Promise putLogEventsAsync(array $args = [])
  71. * @method \Aws\Result putMetricFilter(array $args = [])
  72. * @method \GuzzleHttp\Promise\Promise putMetricFilterAsync(array $args = [])
  73. * @method \Aws\Result putQueryDefinition(array $args = [])
  74. * @method \GuzzleHttp\Promise\Promise putQueryDefinitionAsync(array $args = [])
  75. * @method \Aws\Result putResourcePolicy(array $args = [])
  76. * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
  77. * @method \Aws\Result putRetentionPolicy(array $args = [])
  78. * @method \GuzzleHttp\Promise\Promise putRetentionPolicyAsync(array $args = [])
  79. * @method \Aws\Result putSubscriptionFilter(array $args = [])
  80. * @method \GuzzleHttp\Promise\Promise putSubscriptionFilterAsync(array $args = [])
  81. * @method \Aws\Result startQuery(array $args = [])
  82. * @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
  83. * @method \Aws\Result stopQuery(array $args = [])
  84. * @method \GuzzleHttp\Promise\Promise stopQueryAsync(array $args = [])
  85. * @method \Aws\Result tagLogGroup(array $args = [])
  86. * @method \GuzzleHttp\Promise\Promise tagLogGroupAsync(array $args = [])
  87. * @method \Aws\Result testMetricFilter(array $args = [])
  88. * @method \GuzzleHttp\Promise\Promise testMetricFilterAsync(array $args = [])
  89. * @method \Aws\Result untagLogGroup(array $args = [])
  90. * @method \GuzzleHttp\Promise\Promise untagLogGroupAsync(array $args = [])
  91. */
  92. class CloudWatchLogsClient extends AwsClient {}