UNPKG

287 BTypeScriptView Raw
1export declare class KMSMetrics {
2 static secondsUntilKeyMaterialExpirationAverage(dimensions: {
3 KeyId: string;
4 }): {
5 namespace: string;
6 metricName: string;
7 dimensionsMap: {
8 KeyId: string;
9 };
10 statistic: string;
11 };
12}