UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

33 lines (32 loc) 766 B
export declare class IoT1ClickMetrics { static totalEventsSum(dimensions: { DeviceType: string; }): { namespace: string; metricName: string; dimensionsMap: { DeviceType: string; }; statistic: string; }; static remainingLifeAverage(dimensions: { DeviceType: string; }): { namespace: string; metricName: string; dimensionsMap: { DeviceType: string; }; statistic: string; }; static callbackInvocationErrorsSum(dimensions: { DeviceType: string; }): { namespace: string; metricName: string; dimensionsMap: { DeviceType: string; }; statistic: string; }; }