@aws-lite/cloudwatch-logs
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@aws-lite/cloudwatch-logs", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Official `aws-lite` plugin for CloudWatch Logs", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/architect/aws-lite", |
@@ -118,2 +118,32 @@ # `@aws-lite/cloudwatch-logs` | ||
### `GetQueryResults` | ||
[Canonical AWS API doc](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetQueryResults.html) | ||
Properties: | ||
- **`queryId` (string)** | ||
- The ID of the query | ||
### `StartQuery` | ||
[Canonical AWS API doc](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html) | ||
Properties: | ||
- **`endTime` (number)** | ||
- End of the time range in epoch seconds | ||
- **`limit` (number)** | ||
- Maximum number of items to evaluate and return | ||
- **`logGroupIdentifiers` (array)** | ||
- List of log groups to query. `StartQuery` requires exactly one of `logGroupName`, `logGroupNames` or `logGroupIdentifiers`. | ||
- **`logGroupName` (string)** | ||
- Name of the log group | ||
- **`logGroupNames` (array)** | ||
- List of log groups to query. `StartQuery` requires exactly one of `logGroupName`, `logGroupNames` or `logGroupIdentifiers`. | ||
- **`query` (string)** | ||
- The query string to use | ||
- **`startTime` (number)** | ||
- Start of the time range in epoch seconds | ||
### Methods yet to be implemented | ||
@@ -165,3 +195,2 @@ | ||
- [`GetLogRecord`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetLogRecord.html) | ||
- [`GetQueryResults`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_GetQueryResults.html) | ||
- [`ListAnomalies`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListAnomalies.html) | ||
@@ -185,3 +214,2 @@ - [`ListLogAnomalyDetectors`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_ListLogAnomalyDetectors.html) | ||
- [`StartLiveTail`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartLiveTail.html) | ||
- [`StartQuery`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StartQuery.html) | ||
- [`StopQuery`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_StopQuery.html) | ||
@@ -188,0 +216,0 @@ - [`TagLogGroup`](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_TagLogGroup.html) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26976
249
227