/** *
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.
*/ export interface _Dimension { /** *For the metric that the CloudWatch alarm is associated with, the name of one dimension.
*/ Name: string; /** *For the metric that the CloudWatch alarm is associated with, the value of one dimension.
*/ Value: string; } export declare type _UnmarshalledDimension = _Dimension;