Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-lite/cloudwatch-logs

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/cloudwatch-logs - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc