@cumulus/aws-client
Advanced tools
Comparing version 9.9.0 to 9.9.1
{ | ||
"name": "@cumulus/aws-client", | ||
"version": "9.9.0", | ||
"version": "9.9.1", | ||
"description": "Utilities for working with AWS", | ||
@@ -46,5 +46,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cumulus/checksum": "9.9.0", | ||
"@cumulus/errors": "9.9.0", | ||
"@cumulus/logger": "9.9.0", | ||
"@cumulus/checksum": "9.9.1", | ||
"@cumulus/errors": "9.9.1", | ||
"@cumulus/logger": "9.9.1", | ||
"aws-sdk": "^2.814.0", | ||
@@ -58,3 +58,3 @@ "jsonpath-plus": "^1.1.0", | ||
}, | ||
"gitHead": "ac89218dfaa5ba8cc228db95321e1371d3e46e88" | ||
"gitHead": "7a6a8ce08bf67e5174c1523b4af2e00e1a3c58cc" | ||
} |
@@ -5,2 +5,3 @@ /** | ||
import Logger from '@cumulus/logger'; | ||
import { SQSRecord } from 'aws-lambda'; | ||
export interface SQSMessage extends AWS.SQS.Message { | ||
@@ -56,3 +57,5 @@ ReceiptHandle: string; | ||
export declare const receiveSQSMessages: (queueUrl: string, options: ReceiveSQSMessagesOptions) => Promise<SQSMessage[]>; | ||
export declare const parseSQSMessageBody: (message: any) => unknown; | ||
export declare const parseSQSMessageBody: (message: SQSRecord | AWS.SQS.Message) => { | ||
[key: string]: any; | ||
}; | ||
/** | ||
@@ -59,0 +62,0 @@ * Delete a given SQS message from a given queue. |
@@ -68,3 +68,5 @@ /** | ||
export declare const getExecutionStatus: (executionArn: string) => Promise<{ | ||
execution: import("aws-sdk/lib/request").PromiseResult<import("aws-sdk/clients/stepfunctions").DescribeExecutionOutput, import("aws-sdk").AWSError>; | ||
execution: import("aws-sdk/clients/stepfunctions").DescribeExecutionOutput & { | ||
$response: import("aws-sdk").Response<import("aws-sdk/clients/stepfunctions").DescribeExecutionOutput, import("aws-sdk").AWSError>; | ||
}; | ||
executionHistory: { | ||
@@ -71,0 +73,0 @@ events: import("aws-sdk/clients/stepfunctions").HistoryEventList; |
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
199966
3364
+ Added@cumulus/checksum@9.9.1(transitive)
+ Added@cumulus/errors@9.9.1(transitive)
+ Added@cumulus/logger@9.9.1(transitive)
- Removed@cumulus/checksum@9.9.0(transitive)
- Removed@cumulus/errors@9.9.0(transitive)
- Removed@cumulus/logger@9.9.0(transitive)
Updated@cumulus/checksum@9.9.1
Updated@cumulus/errors@9.9.1
Updated@cumulus/logger@9.9.1