UNPKG

n8n-nodes-aws-cost-explorer

Version:

N8N node for AWS Cost Explorer to retrieve cost and usage data

6 lines (5 loc) 280 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AwsCostExplorer implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }