UNPKG

75.6 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {WaiterConfiguration} from '../lib/service';
6import {ServiceConfigurationOptions} from '../lib/service';
7import {ConfigBase as Config} from '../lib/config';
8interface Blob {}
9declare class CloudWatch extends Service {
10 /**
11 * Constructs a service object. This object has one method for each API operation.
12 */
13 constructor(options?: CloudWatch.Types.ClientConfiguration)
14 config: Config & CloudWatch.Types.ClientConfiguration;
15 /**
16 * Deletes the specified alarms. In the event of an error, no alarms are deleted.
17 */
18 deleteAlarms(params: CloudWatch.Types.DeleteAlarmsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
19 /**
20 * Deletes the specified alarms. In the event of an error, no alarms are deleted.
21 */
22 deleteAlarms(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
23 /**
24 * Deletes all dashboards that you specify. You may specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.
25 */
26 deleteDashboards(params: CloudWatch.Types.DeleteDashboardsInput, callback?: (err: AWSError, data: CloudWatch.Types.DeleteDashboardsOutput) => void): Request<CloudWatch.Types.DeleteDashboardsOutput, AWSError>;
27 /**
28 * Deletes all dashboards that you specify. You may specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.
29 */
30 deleteDashboards(callback?: (err: AWSError, data: CloudWatch.Types.DeleteDashboardsOutput) => void): Request<CloudWatch.Types.DeleteDashboardsOutput, AWSError>;
31 /**
32 * Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned. CloudWatch retains the history of an alarm even if you delete the alarm.
33 */
34 describeAlarmHistory(params: CloudWatch.Types.DescribeAlarmHistoryInput, callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmHistoryOutput) => void): Request<CloudWatch.Types.DescribeAlarmHistoryOutput, AWSError>;
35 /**
36 * Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned. CloudWatch retains the history of an alarm even if you delete the alarm.
37 */
38 describeAlarmHistory(callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmHistoryOutput) => void): Request<CloudWatch.Types.DescribeAlarmHistoryOutput, AWSError>;
39 /**
40 * Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
41 */
42 describeAlarms(params: CloudWatch.Types.DescribeAlarmsInput, callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsOutput) => void): Request<CloudWatch.Types.DescribeAlarmsOutput, AWSError>;
43 /**
44 * Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
45 */
46 describeAlarms(callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsOutput) => void): Request<CloudWatch.Types.DescribeAlarmsOutput, AWSError>;
47 /**
48 * Retrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit.
49 */
50 describeAlarmsForMetric(params: CloudWatch.Types.DescribeAlarmsForMetricInput, callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsForMetricOutput) => void): Request<CloudWatch.Types.DescribeAlarmsForMetricOutput, AWSError>;
51 /**
52 * Retrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit.
53 */
54 describeAlarmsForMetric(callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsForMetricOutput) => void): Request<CloudWatch.Types.DescribeAlarmsForMetricOutput, AWSError>;
55 /**
56 * Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.
57 */
58 disableAlarmActions(params: CloudWatch.Types.DisableAlarmActionsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
59 /**
60 * Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.
61 */
62 disableAlarmActions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
63 /**
64 * Enables the actions for the specified alarms.
65 */
66 enableAlarmActions(params: CloudWatch.Types.EnableAlarmActionsInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
67 /**
68 * Enables the actions for the specified alarms.
69 */
70 enableAlarmActions(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
71 /**
72 * Displays the details of the dashboard that you specify. To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy.
73 */
74 getDashboard(params: CloudWatch.Types.GetDashboardInput, callback?: (err: AWSError, data: CloudWatch.Types.GetDashboardOutput) => void): Request<CloudWatch.Types.GetDashboardOutput, AWSError>;
75 /**
76 * Displays the details of the dashboard that you specify. To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy.
77 */
78 getDashboard(callback?: (err: AWSError, data: CloudWatch.Types.GetDashboardOutput) => void): Request<CloudWatch.Types.GetDashboardOutput, AWSError>;
79 /**
80 * You can use the GetMetricData API to retrieve as many as 100 different metrics in a single request, with a total of as many as 100,800 datapoints. You can also optionally perform math expressions on the values of the returned statistics, to create new time series that represent new insights into your data. For example, using Lambda metrics, you could divide the Errors metric by the Invocations metric to get an error rate time series. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide. Calls to the GetMetricData API have a different pricing structure than calls to GetMetricStatistics. For more information about pricing, see Amazon CloudWatch Pricing. Amazon CloudWatch retains metric data as follows: Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution of 1. Data points with a period of 60 seconds (1-minute) are available for 15 days. Data points with a period of 300 seconds (5-minute) are available for 63 days. Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months). Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour.
81 */
82 getMetricData(params: CloudWatch.Types.GetMetricDataInput, callback?: (err: AWSError, data: CloudWatch.Types.GetMetricDataOutput) => void): Request<CloudWatch.Types.GetMetricDataOutput, AWSError>;
83 /**
84 * You can use the GetMetricData API to retrieve as many as 100 different metrics in a single request, with a total of as many as 100,800 datapoints. You can also optionally perform math expressions on the values of the returned statistics, to create new time series that represent new insights into your data. For example, using Lambda metrics, you could divide the Errors metric by the Invocations metric to get an error rate time series. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide. Calls to the GetMetricData API have a different pricing structure than calls to GetMetricStatistics. For more information about pricing, see Amazon CloudWatch Pricing. Amazon CloudWatch retains metric data as follows: Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution of 1. Data points with a period of 60 seconds (1-minute) are available for 15 days. Data points with a period of 300 seconds (5-minute) are available for 63 days. Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months). Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour.
85 */
86 getMetricData(callback?: (err: AWSError, data: CloudWatch.Types.GetMetricDataOutput) => void): Request<CloudWatch.Types.GetMetricDataOutput, AWSError>;
87 /**
88 * Gets statistics for the specified metric. The maximum number of data points returned from a single call is 1,440. If you request more than 1,440 data points, CloudWatch returns an error. To reduce the number of data points, you can narrow the specified time range and make multiple requests across adjacent time ranges, or you can increase the specified period. Data points are not returned in chronological order. CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-hour period, CloudWatch aggregates all data points with time stamps that fall within each one-hour period. Therefore, the number of values aggregated by CloudWatch is larger than the number of data points returned. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1. The Min and the Max values of the statistic set are equal. Percentile statistics are not available for metrics when any of the metric values are negative numbers. Amazon CloudWatch retains metric data as follows: Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution of 1. Data points with a period of 60 seconds (1-minute) are available for 15 days. Data points with a period of 300 seconds (5-minute) are available for 63 days. Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months). Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour. CloudWatch started retaining 5-minute and 1-hour metric data as of July 9, 2016. For information about metrics and dimensions supported by AWS services, see the Amazon CloudWatch Metrics and Dimensions Reference in the Amazon CloudWatch User Guide.
89 */
90 getMetricStatistics(params: CloudWatch.Types.GetMetricStatisticsInput, callback?: (err: AWSError, data: CloudWatch.Types.GetMetricStatisticsOutput) => void): Request<CloudWatch.Types.GetMetricStatisticsOutput, AWSError>;
91 /**
92 * Gets statistics for the specified metric. The maximum number of data points returned from a single call is 1,440. If you request more than 1,440 data points, CloudWatch returns an error. To reduce the number of data points, you can narrow the specified time range and make multiple requests across adjacent time ranges, or you can increase the specified period. Data points are not returned in chronological order. CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-hour period, CloudWatch aggregates all data points with time stamps that fall within each one-hour period. Therefore, the number of values aggregated by CloudWatch is larger than the number of data points returned. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1. The Min and the Max values of the statistic set are equal. Percentile statistics are not available for metrics when any of the metric values are negative numbers. Amazon CloudWatch retains metric data as follows: Data points with a period of less than 60 seconds are available for 3 hours. These data points are high-resolution metrics and are available only for custom metrics that have been defined with a StorageResolution of 1. Data points with a period of 60 seconds (1-minute) are available for 15 days. Data points with a period of 300 seconds (5-minute) are available for 63 days. Data points with a period of 3600 seconds (1 hour) are available for 455 days (15 months). Data points that are initially published with a shorter period are aggregated together for long-term storage. For example, if you collect data using a period of 1 minute, the data remains available for 15 days with 1-minute resolution. After 15 days, this data is still available, but is aggregated and retrievable only with a resolution of 5 minutes. After 63 days, the data is further aggregated and is available with a resolution of 1 hour. CloudWatch started retaining 5-minute and 1-hour metric data as of July 9, 2016. For information about metrics and dimensions supported by AWS services, see the Amazon CloudWatch Metrics and Dimensions Reference in the Amazon CloudWatch User Guide.
93 */
94 getMetricStatistics(callback?: (err: AWSError, data: CloudWatch.Types.GetMetricStatisticsOutput) => void): Request<CloudWatch.Types.GetMetricStatisticsOutput, AWSError>;
95 /**
96 * You can use the GetMetricWidgetImage API to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this image into your services and products, such as wiki pages, reports, and documents. You could also retrieve images regularly, such as every minute, and create your own custom live dashboard. The graph you retrieve can include all CloudWatch metric graph features, including metric math and horizontal and vertical annotations. There is a limit of 20 transactions per second for this API. Each GetMetricWidgetImage action has the following limits: As many as 100 metrics in the graph. Up to 100 KB uncompressed payload.
97 */
98 getMetricWidgetImage(params: CloudWatch.Types.GetMetricWidgetImageInput, callback?: (err: AWSError, data: CloudWatch.Types.GetMetricWidgetImageOutput) => void): Request<CloudWatch.Types.GetMetricWidgetImageOutput, AWSError>;
99 /**
100 * You can use the GetMetricWidgetImage API to retrieve a snapshot graph of one or more Amazon CloudWatch metrics as a bitmap image. You can then embed this image into your services and products, such as wiki pages, reports, and documents. You could also retrieve images regularly, such as every minute, and create your own custom live dashboard. The graph you retrieve can include all CloudWatch metric graph features, including metric math and horizontal and vertical annotations. There is a limit of 20 transactions per second for this API. Each GetMetricWidgetImage action has the following limits: As many as 100 metrics in the graph. Up to 100 KB uncompressed payload.
101 */
102 getMetricWidgetImage(callback?: (err: AWSError, data: CloudWatch.Types.GetMetricWidgetImageOutput) => void): Request<CloudWatch.Types.GetMetricWidgetImageOutput, AWSError>;
103 /**
104 * Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed. ListDashboards returns up to 1000 results on one page. If there are more than 1000 dashboards, you can call ListDashboards again and include the value you received for NextToken in the first call, to receive the next 1000 results.
105 */
106 listDashboards(params: CloudWatch.Types.ListDashboardsInput, callback?: (err: AWSError, data: CloudWatch.Types.ListDashboardsOutput) => void): Request<CloudWatch.Types.ListDashboardsOutput, AWSError>;
107 /**
108 * Returns a list of the dashboards for your account. If you include DashboardNamePrefix, only those dashboards with names starting with the prefix are listed. Otherwise, all dashboards in your account are listed. ListDashboards returns up to 1000 results on one page. If there are more than 1000 dashboards, you can call ListDashboards again and include the value you received for NextToken in the first call, to receive the next 1000 results.
109 */
110 listDashboards(callback?: (err: AWSError, data: CloudWatch.Types.ListDashboardsOutput) => void): Request<CloudWatch.Types.ListDashboardsOutput, AWSError>;
111 /**
112 * List the specified metrics. You can use the returned metrics with GetMetricData or GetMetricStatistics to obtain statistical data. Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls. After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricData or GetMetricStatistics.
113 */
114 listMetrics(params: CloudWatch.Types.ListMetricsInput, callback?: (err: AWSError, data: CloudWatch.Types.ListMetricsOutput) => void): Request<CloudWatch.Types.ListMetricsOutput, AWSError>;
115 /**
116 * List the specified metrics. You can use the returned metrics with GetMetricData or GetMetricStatistics to obtain statistical data. Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls. After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricData or GetMetricStatistics.
117 */
118 listMetrics(callback?: (err: AWSError, data: CloudWatch.Types.ListMetricsOutput) => void): Request<CloudWatch.Types.ListMetricsOutput, AWSError>;
119 /**
120 * Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard, the entire contents are replaced with what you specify here. There is no limit to the number of dashboards in your account. All dashboards in your account are global, not region-specific. A simple way to create a dashboard using PutDashboard is to copy an existing dashboard. To copy an existing dashboard using the console, you can load the dashboard and then use the View/edit source command in the Actions menu to display the JSON block for that dashboard. Another way to copy a dashboard is to use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard. When you create a dashboard with PutDashboard, a good practice is to add a text widget at the top of the dashboard with a message that the dashboard was created by script and should not be changed in the console. This message could also point console users to the location of the DashboardBody script or the CloudFormation template used to create the dashboard.
121 */
122 putDashboard(params: CloudWatch.Types.PutDashboardInput, callback?: (err: AWSError, data: CloudWatch.Types.PutDashboardOutput) => void): Request<CloudWatch.Types.PutDashboardOutput, AWSError>;
123 /**
124 * Creates a dashboard if it does not already exist, or updates an existing dashboard. If you update a dashboard, the entire contents are replaced with what you specify here. There is no limit to the number of dashboards in your account. All dashboards in your account are global, not region-specific. A simple way to create a dashboard using PutDashboard is to copy an existing dashboard. To copy an existing dashboard using the console, you can load the dashboard and then use the View/edit source command in the Actions menu to display the JSON block for that dashboard. Another way to copy a dashboard is to use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard. When you create a dashboard with PutDashboard, a good practice is to add a text widget at the top of the dashboard with a message that the dashboard was created by script and should not be changed in the console. This message could also point console users to the location of the DashboardBody script or the CloudFormation template used to create the dashboard.
125 */
126 putDashboard(callback?: (err: AWSError, data: CloudWatch.Types.PutDashboardOutput) => void): Request<CloudWatch.Types.PutDashboardOutput, AWSError>;
127 /**
128 * Creates or updates an alarm and associates it with the specified metric or metric math expression. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: iam:CreateServiceLinkedRole for all alarms with EC2 actions ec2:DescribeInstanceStatus and ec2:DescribeInstances for all alarms on EC2 instance status metrics ec2:StopInstances for alarms with stop actions ec2:TerminateInstances for alarms with terminate actions ec2:DescribeInstanceRecoveryAttribute and ec2:RecoverInstances for alarms with recover actions If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm, but the stop or terminate actions are not performed. However, if you are later granted the required permissions, the alarm actions that you created earlier are performed. If you are using an IAM role (for example, an EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies. If you are using temporary security credentials granted using AWS STS, you cannot stop or terminate an EC2 instance using alarm actions. The first time you create an alarm in the AWS Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked role is called AWSServiceRoleForCloudWatchEvents. For more information, see AWS service-linked role.
129 */
130 putMetricAlarm(params: CloudWatch.Types.PutMetricAlarmInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
131 /**
132 * Creates or updates an alarm and associates it with the specified metric or metric math expression. When this operation creates an alarm, the alarm state is immediately set to INSUFFICIENT_DATA. The alarm is then evaluated and its state is set appropriately. Any actions associated with the new state are then executed. When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an IAM user, you must have Amazon EC2 permissions for some alarm operations: iam:CreateServiceLinkedRole for all alarms with EC2 actions ec2:DescribeInstanceStatus and ec2:DescribeInstances for all alarms on EC2 instance status metrics ec2:StopInstances for alarms with stop actions ec2:TerminateInstances for alarms with terminate actions ec2:DescribeInstanceRecoveryAttribute and ec2:RecoverInstances for alarms with recover actions If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm, but the stop or terminate actions are not performed. However, if you are later granted the required permissions, the alarm actions that you created earlier are performed. If you are using an IAM role (for example, an EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies. If you are using temporary security credentials granted using AWS STS, you cannot stop or terminate an EC2 instance using alarm actions. The first time you create an alarm in the AWS Management Console, the CLI, or by using the PutMetricAlarm API, CloudWatch creates the necessary service-linked role for you. The service-linked role is called AWSServiceRoleForCloudWatchEvents. For more information, see AWS service-linked role.
133 */
134 putMetricAlarm(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
135 /**
136 * Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to 40 KB in size for HTTP POST requests. You can send a payload compressed by gzip. Each request is also limited to no more than 20 different metrics. Although the Value parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported. You can use up to 10 dimensions per metric to further clarify what data the metric collects. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide. Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricData or GetMetricStatistics from the time they are submitted. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1 and Min, Max, and Sum are all equal. The Min and Max are equal, and Sum is equal to Min multiplied by SampleCount.
137 */
138 putMetricData(params: CloudWatch.Types.PutMetricDataInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
139 /**
140 * Publishes metric data points to Amazon CloudWatch. CloudWatch associates the data points with the specified metric. If the specified metric does not exist, CloudWatch creates the metric. When CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. Each PutMetricData request is limited to 40 KB in size for HTTP POST requests. You can send a payload compressed by gzip. Each request is also limited to no more than 20 different metrics. Although the Value parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported. You can use up to 10 dimensions per metric to further clarify what data the metric collects. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide. Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricData or GetMetricStatistics from the time they are submitted. CloudWatch needs raw data points to calculate percentile statistics. If you publish data using a statistic set instead, you can only retrieve percentile statistics for this data if one of the following conditions is true: The SampleCount value of the statistic set is 1 and Min, Max, and Sum are all equal. The Min and Max are equal, and Sum is equal to Min multiplied by SampleCount.
141 */
142 putMetricData(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
143 /**
144 * Temporarily sets the state of an alarm for testing purposes. When the updated state differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm state to ALARM sends an SNS message. The alarm returns to its actual state (often within seconds). Because the alarm state change happens quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through DescribeAlarmHistory.
145 */
146 setAlarmState(params: CloudWatch.Types.SetAlarmStateInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
147 /**
148 * Temporarily sets the state of an alarm for testing purposes. When the updated state differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm state to ALARM sends an SNS message. The alarm returns to its actual state (often within seconds). Because the alarm state change happens quickly, it is typically only visible in the alarm's History tab in the Amazon CloudWatch console or through DescribeAlarmHistory.
149 */
150 setAlarmState(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
151 /**
152 * Waits for the alarmExists state by periodically calling the underlying CloudWatch.describeAlarmsoperation every 5 seconds (at most 40 times).
153 */
154 waitFor(state: "alarmExists", params: CloudWatch.Types.DescribeAlarmsInput & {$waiter?: WaiterConfiguration}, callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsOutput) => void): Request<CloudWatch.Types.DescribeAlarmsOutput, AWSError>;
155 /**
156 * Waits for the alarmExists state by periodically calling the underlying CloudWatch.describeAlarmsoperation every 5 seconds (at most 40 times).
157 */
158 waitFor(state: "alarmExists", callback?: (err: AWSError, data: CloudWatch.Types.DescribeAlarmsOutput) => void): Request<CloudWatch.Types.DescribeAlarmsOutput, AWSError>;
159}
160declare namespace CloudWatch {
161 export type ActionPrefix = string;
162 export type ActionsEnabled = boolean;
163 export type AlarmArn = string;
164 export type AlarmDescription = string;
165 export interface AlarmHistoryItem {
166 /**
167 * The descriptive name for the alarm.
168 */
169 AlarmName?: AlarmName;
170 /**
171 * The time stamp for the alarm history item.
172 */
173 Timestamp?: Timestamp;
174 /**
175 * The type of alarm history item.
176 */
177 HistoryItemType?: HistoryItemType;
178 /**
179 * A summary of the alarm history, in text format.
180 */
181 HistorySummary?: HistorySummary;
182 /**
183 * Data about the alarm, in JSON format.
184 */
185 HistoryData?: HistoryData;
186 }
187 export type AlarmHistoryItems = AlarmHistoryItem[];
188 export type AlarmName = string;
189 export type AlarmNamePrefix = string;
190 export type AlarmNames = AlarmName[];
191 export type ComparisonOperator = "GreaterThanOrEqualToThreshold"|"GreaterThanThreshold"|"LessThanThreshold"|"LessThanOrEqualToThreshold"|string;
192 export type Counts = DatapointValue[];
193 export type DashboardArn = string;
194 export type DashboardBody = string;
195 export type DashboardEntries = DashboardEntry[];
196 export interface DashboardEntry {
197 /**
198 * The name of the dashboard.
199 */
200 DashboardName?: DashboardName;
201 /**
202 * The Amazon Resource Name (ARN) of the dashboard.
203 */
204 DashboardArn?: DashboardArn;
205 /**
206 * The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
207 */
208 LastModified?: LastModified;
209 /**
210 * The size of the dashboard, in bytes.
211 */
212 Size?: Size;
213 }
214 export type DashboardName = string;
215 export type DashboardNamePrefix = string;
216 export type DashboardNames = DashboardName[];
217 export interface DashboardValidationMessage {
218 /**
219 * The data path related to the message.
220 */
221 DataPath?: DataPath;
222 /**
223 * A message describing the error or warning.
224 */
225 Message?: Message;
226 }
227 export type DashboardValidationMessages = DashboardValidationMessage[];
228 export type DataPath = string;
229 export interface Datapoint {
230 /**
231 * The time stamp used for the data point.
232 */
233 Timestamp?: Timestamp;
234 /**
235 * The number of metric values that contributed to the aggregate value of this data point.
236 */
237 SampleCount?: DatapointValue;
238 /**
239 * The average of the metric values that correspond to the data point.
240 */
241 Average?: DatapointValue;
242 /**
243 * The sum of the metric values for the data point.
244 */
245 Sum?: DatapointValue;
246 /**
247 * The minimum metric value for the data point.
248 */
249 Minimum?: DatapointValue;
250 /**
251 * The maximum metric value for the data point.
252 */
253 Maximum?: DatapointValue;
254 /**
255 * The standard unit for the data point.
256 */
257 Unit?: StandardUnit;
258 /**
259 * The percentile statistic for the data point.
260 */
261 ExtendedStatistics?: DatapointValueMap;
262 }
263 export type DatapointValue = number;
264 export type DatapointValueMap = {[key: string]: DatapointValue};
265 export type DatapointValues = DatapointValue[];
266 export type Datapoints = Datapoint[];
267 export type DatapointsToAlarm = number;
268 export interface DeleteAlarmsInput {
269 /**
270 * The alarms to be deleted.
271 */
272 AlarmNames: AlarmNames;
273 }
274 export interface DeleteDashboardsInput {
275 /**
276 * The dashboards to be deleted. This parameter is required.
277 */
278 DashboardNames: DashboardNames;
279 }
280 export interface DeleteDashboardsOutput {
281 }
282 export interface DescribeAlarmHistoryInput {
283 /**
284 * The name of the alarm.
285 */
286 AlarmName?: AlarmName;
287 /**
288 * The type of alarm histories to retrieve.
289 */
290 HistoryItemType?: HistoryItemType;
291 /**
292 * The starting date to retrieve alarm history.
293 */
294 StartDate?: Timestamp;
295 /**
296 * The ending date to retrieve alarm history.
297 */
298 EndDate?: Timestamp;
299 /**
300 * The maximum number of alarm history records to retrieve.
301 */
302 MaxRecords?: MaxRecords;
303 /**
304 * The token returned by a previous call to indicate that there is more data available.
305 */
306 NextToken?: NextToken;
307 }
308 export interface DescribeAlarmHistoryOutput {
309 /**
310 * The alarm histories, in JSON format.
311 */
312 AlarmHistoryItems?: AlarmHistoryItems;
313 /**
314 * The token that marks the start of the next batch of returned results.
315 */
316 NextToken?: NextToken;
317 }
318 export interface DescribeAlarmsForMetricInput {
319 /**
320 * The name of the metric.
321 */
322 MetricName: MetricName;
323 /**
324 * The namespace of the metric.
325 */
326 Namespace: Namespace;
327 /**
328 * The statistic for the metric, other than percentiles. For percentile statistics, use ExtendedStatistics.
329 */
330 Statistic?: Statistic;
331 /**
332 * The percentile statistic for the metric. Specify a value between p0.0 and p100.
333 */
334 ExtendedStatistic?: ExtendedStatistic;
335 /**
336 * The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed.
337 */
338 Dimensions?: Dimensions;
339 /**
340 * The period, in seconds, over which the statistic is applied.
341 */
342 Period?: Period;
343 /**
344 * The unit for the metric.
345 */
346 Unit?: StandardUnit;
347 }
348 export interface DescribeAlarmsForMetricOutput {
349 /**
350 * The information for each alarm with the specified metric.
351 */
352 MetricAlarms?: MetricAlarms;
353 }
354 export interface DescribeAlarmsInput {
355 /**
356 * The names of the alarms.
357 */
358 AlarmNames?: AlarmNames;
359 /**
360 * The alarm name prefix. If this parameter is specified, you cannot specify AlarmNames.
361 */
362 AlarmNamePrefix?: AlarmNamePrefix;
363 /**
364 * The state value to be used in matching alarms.
365 */
366 StateValue?: StateValue;
367 /**
368 * The action name prefix.
369 */
370 ActionPrefix?: ActionPrefix;
371 /**
372 * The maximum number of alarm descriptions to retrieve.
373 */
374 MaxRecords?: MaxRecords;
375 /**
376 * The token returned by a previous call to indicate that there is more data available.
377 */
378 NextToken?: NextToken;
379 }
380 export interface DescribeAlarmsOutput {
381 /**
382 * The information for the specified alarms.
383 */
384 MetricAlarms?: MetricAlarms;
385 /**
386 * The token that marks the start of the next batch of returned results.
387 */
388 NextToken?: NextToken;
389 }
390 export interface Dimension {
391 /**
392 * The name of the dimension.
393 */
394 Name: DimensionName;
395 /**
396 * The value representing the dimension measurement.
397 */
398 Value: DimensionValue;
399 }
400 export interface DimensionFilter {
401 /**
402 * The dimension name to be matched.
403 */
404 Name: DimensionName;
405 /**
406 * The value of the dimension to be matched.
407 */
408 Value?: DimensionValue;
409 }
410 export type DimensionFilters = DimensionFilter[];
411 export type DimensionName = string;
412 export type DimensionValue = string;
413 export type Dimensions = Dimension[];
414 export interface DisableAlarmActionsInput {
415 /**
416 * The names of the alarms.
417 */
418 AlarmNames: AlarmNames;
419 }
420 export interface EnableAlarmActionsInput {
421 /**
422 * The names of the alarms.
423 */
424 AlarmNames: AlarmNames;
425 }
426 export type EvaluateLowSampleCountPercentile = string;
427 export type EvaluationPeriods = number;
428 export type ExtendedStatistic = string;
429 export type ExtendedStatistics = ExtendedStatistic[];
430 export interface GetDashboardInput {
431 /**
432 * The name of the dashboard to be described.
433 */
434 DashboardName: DashboardName;
435 }
436 export interface GetDashboardOutput {
437 /**
438 * The Amazon Resource Name (ARN) of the dashboard.
439 */
440 DashboardArn?: DashboardArn;
441 /**
442 * The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the DashboardBody syntax, see CloudWatch-Dashboard-Body-Structure.
443 */
444 DashboardBody?: DashboardBody;
445 /**
446 * The name of the dashboard.
447 */
448 DashboardName?: DashboardName;
449 }
450 export interface GetMetricDataInput {
451 /**
452 * The metric queries to be returned. A single GetMetricData call can include as many as 100 MetricDataQuery structures. Each of these structures can specify either a metric to retrieve, or a math expression to perform on retrieved data.
453 */
454 MetricDataQueries: MetricDataQueries;
455 /**
456 * The time stamp indicating the earliest data to be returned. For better performance, specify StartTime and EndTime values that align with the value of the metric's Period and sync up with the beginning and end of an hour. For example, if the Period of a metric is 5 minutes, specifying 12:05 or 12:30 as StartTime can get a faster response from CloudWatch then setting 12:07 or 12:29 as the StartTime.
457 */
458 StartTime: Timestamp;
459 /**
460 * The time stamp indicating the latest data to be returned. For better performance, specify StartTime and EndTime values that align with the value of the metric's Period and sync up with the beginning and end of an hour. For example, if the Period of a metric is 5 minutes, specifying 12:05 or 12:30 as EndTime can get a faster response from CloudWatch then setting 12:07 or 12:29 as the EndTime.
461 */
462 EndTime: Timestamp;
463 /**
464 * Include this value, if it was returned by the previous call, to get the next set of data points.
465 */
466 NextToken?: NextToken;
467 /**
468 * The order in which data points should be returned. TimestampDescending returns the newest data first and paginates when the MaxDatapoints limit is reached. TimestampAscending returns the oldest data first and paginates when the MaxDatapoints limit is reached.
469 */
470 ScanBy?: ScanBy;
471 /**
472 * The maximum number of data points the request should return before paginating. If you omit this, the default of 100,800 is used.
473 */
474 MaxDatapoints?: GetMetricDataMaxDatapoints;
475 }
476 export type GetMetricDataMaxDatapoints = number;
477 export interface GetMetricDataOutput {
478 /**
479 * The metrics that are returned, including the metric name, namespace, and dimensions.
480 */
481 MetricDataResults?: MetricDataResults;
482 /**
483 * A token that marks the next batch of returned results.
484 */
485 NextToken?: NextToken;
486 /**
487 * Contains a message about the operation or the results, if the operation results in such a message. Examples of messages that may be returned include Maximum number of allowed metrics exceeded and You are not authorized to search one or more metrics. If there is a message, as much of the operation as possible is still executed.
488 */
489 Messages?: MetricDataResultMessages;
490 }
491 export interface GetMetricStatisticsInput {
492 /**
493 * The namespace of the metric, with or without spaces.
494 */
495 Namespace: Namespace;
496 /**
497 * The name of the metric, with or without spaces.
498 */
499 MetricName: MetricName;
500 /**
501 * The dimensions. If the metric contains multiple dimensions, you must include a value for each dimension. CloudWatch treats each unique combination of dimensions as a separate metric. If a specific combination of dimensions was not published, you can't retrieve statistics for it. You must specify the same dimensions that were used when the metrics were created. For an example, see Dimension Combinations in the Amazon CloudWatch User Guide. For more information about specifying dimensions, see Publishing Metrics in the Amazon CloudWatch User Guide.
502 */
503 Dimensions?: Dimensions;
504 /**
505 * The time stamp that determines the first data point to return. Start times are evaluated relative to the time that CloudWatch receives the request. The value specified is inclusive; results include data points with the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z). CloudWatch rounds the specified time stamp as follows: Start time less than 15 days ago - Round down to the nearest whole minute. For example, 12:32:34 is rounded down to 12:32:00. Start time between 15 and 63 days ago - Round down to the nearest 5-minute clock interval. For example, 12:32:34 is rounded down to 12:30:00. Start time greater than 63 days ago - Round down to the nearest 1-hour clock interval. For example, 12:32:34 is rounded down to 12:00:00. If you set Period to 5, 10, or 30, the start time of your request is rounded down to the nearest time that corresponds to even 5-, 10-, or 30-second divisions of a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the previous 10-second period, the start time of your request is rounded down and you receive data from 01:05:10 to 01:05:20. If you make a query at 15:07:17 for the previous 5 minutes of data, using a period of 5 seconds, you receive data timestamped between 15:02:15 and 15:07:15.
506 */
507 StartTime: Timestamp;
508 /**
509 * The time stamp that determines the last data point to return. The value specified is exclusive; results include data points up to the specified time stamp. The time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).
510 */
511 EndTime: Timestamp;
512 /**
513 * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a PutMetricData call that includes a StorageResolution of 1 second. If the StartTime parameter specifies a time stamp that is greater than 3 hours ago, you must specify the period as follows or no data points in that time range is returned: Start time between 3 hours and 15 days ago - Use a multiple of 60 seconds (1 minute). Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes). Start time greater than 63 days ago - Use a multiple of 3600 seconds (1 hour).
514 */
515 Period: Period;
516 /**
517 * The metric statistics, other than percentile. For percentile statistics, use ExtendedStatistics. When calling GetMetricStatistics, you must specify either Statistics or ExtendedStatistics, but not both.
518 */
519 Statistics?: Statistics;
520 /**
521 * The percentile statistics. Specify values between p0.0 and p100. When calling GetMetricStatistics, you must specify either Statistics or ExtendedStatistics, but not both. Percentile statistics are not available for metrics when any of the metric values are negative numbers.
522 */
523 ExtendedStatistics?: ExtendedStatistics;
524 /**
525 * The unit for a given metric. Metrics may be reported in multiple units. Not supplying a unit results in all units being returned. If you specify only a unit that the metric does not report, the results of the call are null.
526 */
527 Unit?: StandardUnit;
528 }
529 export interface GetMetricStatisticsOutput {
530 /**
531 * A label for the specified metric.
532 */
533 Label?: MetricLabel;
534 /**
535 * The data points for the specified metric.
536 */
537 Datapoints?: Datapoints;
538 }
539 export interface GetMetricWidgetImageInput {
540 /**
541 * A JSON string that defines the bitmap graph to be retrieved. The string includes the metrics to include in the graph, statistics, annotations, title, axis limits, and so on. You can include only one MetricWidget parameter in each GetMetricWidgetImage call. For more information about the syntax of MetricWidget see CloudWatch-Metric-Widget-Structure. If any metric on the graph could not load all the requested data points, an orange triangle with an exclamation point appears next to the graph legend.
542 */
543 MetricWidget: MetricWidget;
544 /**
545 * The format of the resulting image. Only PNG images are supported. The default is png. If you specify png, the API returns an HTTP response with the content-type set to text/xml. The image data is in a MetricWidgetImage field. For example: &lt;GetMetricWidgetImageResponse xmlns="http://monitoring.amazonaws.com/doc/2010-08-01/"&gt; &lt;GetMetricWidgetImageResult&gt; &lt;MetricWidgetImage&gt; iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQEAYAAAAip... &lt;/MetricWidgetImage&gt; &lt;/GetMetricWidgetImageResult&gt; &lt;ResponseMetadata&gt; &lt;RequestId&gt;6f0d4192-4d42-11e8-82c1-f539a07e0e3b&lt;/RequestId&gt; &lt;/ResponseMetadata&gt; &lt;/GetMetricWidgetImageResponse&gt; The image/png setting is intended only for custom HTTP requests. For most use cases, and all actions using an AWS SDK, you should use png. If you specify image/png, the HTTP response has a content-type set to image/png, and the body of the response is a PNG image.
546 */
547 OutputFormat?: OutputFormat;
548 }
549 export interface GetMetricWidgetImageOutput {
550 /**
551 * The image of the graph, in the output format specified.
552 */
553 MetricWidgetImage?: MetricWidgetImage;
554 }
555 export type HistoryData = string;
556 export type HistoryItemType = "ConfigurationUpdate"|"StateUpdate"|"Action"|string;
557 export type HistorySummary = string;
558 export type LastModified = Date;
559 export interface ListDashboardsInput {
560 /**
561 * If you specify this parameter, only the dashboards with names starting with the specified string are listed. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, ".", "-", and "_".
562 */
563 DashboardNamePrefix?: DashboardNamePrefix;
564 /**
565 * The token returned by a previous call to indicate that there is more data available.
566 */
567 NextToken?: NextToken;
568 }
569 export interface ListDashboardsOutput {
570 /**
571 * The list of matching dashboards.
572 */
573 DashboardEntries?: DashboardEntries;
574 /**
575 * The token that marks the start of the next batch of returned results.
576 */
577 NextToken?: NextToken;
578 }
579 export interface ListMetricsInput {
580 /**
581 * The namespace to filter against.
582 */
583 Namespace?: Namespace;
584 /**
585 * The name of the metric to filter against.
586 */
587 MetricName?: MetricName;
588 /**
589 * The dimensions to filter against.
590 */
591 Dimensions?: DimensionFilters;
592 /**
593 * The token returned by a previous call to indicate that there is more data available.
594 */
595 NextToken?: NextToken;
596 }
597 export interface ListMetricsOutput {
598 /**
599 * The metrics.
600 */
601 Metrics?: Metrics;
602 /**
603 * The token that marks the start of the next batch of returned results.
604 */
605 NextToken?: NextToken;
606 }
607 export type MaxRecords = number;
608 export type Message = string;
609 export interface MessageData {
610 /**
611 * The error code or status code associated with the message.
612 */
613 Code?: MessageDataCode;
614 /**
615 * The message text.
616 */
617 Value?: MessageDataValue;
618 }
619 export type MessageDataCode = string;
620 export type MessageDataValue = string;
621 export interface Metric {
622 /**
623 * The namespace of the metric.
624 */
625 Namespace?: Namespace;
626 /**
627 * The name of the metric. This is a required field.
628 */
629 MetricName?: MetricName;
630 /**
631 * The dimensions for the metric.
632 */
633 Dimensions?: Dimensions;
634 }
635 export interface MetricAlarm {
636 /**
637 * The name of the alarm.
638 */
639 AlarmName?: AlarmName;
640 /**
641 * The Amazon Resource Name (ARN) of the alarm.
642 */
643 AlarmArn?: AlarmArn;
644 /**
645 * The description of the alarm.
646 */
647 AlarmDescription?: AlarmDescription;
648 /**
649 * The time stamp of the last update to the alarm configuration.
650 */
651 AlarmConfigurationUpdatedTimestamp?: Timestamp;
652 /**
653 * Indicates whether actions should be executed during any changes to the alarm state.
654 */
655 ActionsEnabled?: ActionsEnabled;
656 /**
657 * The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
658 */
659 OKActions?: ResourceList;
660 /**
661 * The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
662 */
663 AlarmActions?: ResourceList;
664 /**
665 * The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
666 */
667 InsufficientDataActions?: ResourceList;
668 /**
669 * The state value for the alarm.
670 */
671 StateValue?: StateValue;
672 /**
673 * An explanation for the alarm state, in text format.
674 */
675 StateReason?: StateReason;
676 /**
677 * An explanation for the alarm state, in JSON format.
678 */
679 StateReasonData?: StateReasonData;
680 /**
681 * The time stamp of the last update to the alarm state.
682 */
683 StateUpdatedTimestamp?: Timestamp;
684 /**
685 * The name of the metric associated with the alarm.
686 */
687 MetricName?: MetricName;
688 /**
689 * The namespace of the metric associated with the alarm.
690 */
691 Namespace?: Namespace;
692 /**
693 * The statistic for the metric associated with the alarm, other than percentile. For percentile statistics, use ExtendedStatistic.
694 */
695 Statistic?: Statistic;
696 /**
697 * The percentile statistic for the metric associated with the alarm. Specify a value between p0.0 and p100.
698 */
699 ExtendedStatistic?: ExtendedStatistic;
700 /**
701 * The dimensions for the metric associated with the alarm.
702 */
703 Dimensions?: Dimensions;
704 /**
705 * The period, in seconds, over which the statistic is applied.
706 */
707 Period?: Period;
708 /**
709 * The unit of the metric associated with the alarm.
710 */
711 Unit?: StandardUnit;
712 /**
713 * The number of periods over which data is compared to the specified threshold.
714 */
715 EvaluationPeriods?: EvaluationPeriods;
716 /**
717 * The number of datapoints that must be breaching to trigger the alarm.
718 */
719 DatapointsToAlarm?: DatapointsToAlarm;
720 /**
721 * The value to compare with the specified statistic.
722 */
723 Threshold?: Threshold;
724 /**
725 * The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
726 */
727 ComparisonOperator?: ComparisonOperator;
728 /**
729 * Sets how this alarm is to handle missing data points. If this parameter is omitted, the default behavior of missing is used.
730 */
731 TreatMissingData?: TreatMissingData;
732 /**
733 * Used only for alarms based on percentiles. If ignore, the alarm state does not change during periods with too few data points to be statistically significant. If evaluate or this parameter is not used, the alarm is always evaluated and possibly changes state no matter how many data points are available.
734 */
735 EvaluateLowSampleCountPercentile?: EvaluateLowSampleCountPercentile;
736 /**
737 *
738 */
739 Metrics?: MetricDataQueries;
740 }
741 export type MetricAlarms = MetricAlarm[];
742 export type MetricData = MetricDatum[];
743 export type MetricDataQueries = MetricDataQuery[];
744 export interface MetricDataQuery {
745 /**
746 * A short name used to tie this object to the results in the response. This name must be unique within a single call to GetMetricData. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscore. The first character must be a lowercase letter.
747 */
748 Id: MetricId;
749 /**
750 * The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric and not performing a math expression on returned data. Within one MetricDataQuery object, you must specify either Expression or MetricStat but not both.
751 */
752 MetricStat?: MetricStat;
753 /**
754 * The math expression to be performed on the returned data, if this object is performing a math expression. This expression can use the Id of the other metrics to refer to those metrics, and can also use the Id of other expressions to use the result of those expressions. For more information about metric math expressions, see Metric Math Syntax and Functions in the Amazon CloudWatch User Guide. Within each MetricDataQuery object, you must specify either Expression or MetricStat but not both.
755 */
756 Expression?: MetricExpression;
757 /**
758 * A human-readable label for this metric or expression. This is especially useful if this is an expression, so that you know what the value represents. If the metric or expression is shown in a CloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch generates a default.
759 */
760 Label?: MetricLabel;
761 /**
762 * When used in GetMetricData, this option indicates whether to return the timestamps and raw data values of this metric. If you are performing this call just to do math expressions and do not also need the raw data returned, you can specify False. If you omit this, the default of True is used. When used in PutMetricAlarm, specify True for the one expression result to use as the alarm. For all other metrics and expressions in the same PutMetricAlarm operation, specify ReturnData as False.
763 */
764 ReturnData?: ReturnData;
765 }
766 export interface MetricDataResult {
767 /**
768 * The short name you specified to represent this metric.
769 */
770 Id?: MetricId;
771 /**
772 * The human-readable label associated with the data.
773 */
774 Label?: MetricLabel;
775 /**
776 * The timestamps for the data points, formatted in Unix timestamp format. The number of timestamps always matches the number of values and the value for Timestamps[x] is Values[x].
777 */
778 Timestamps?: Timestamps;
779 /**
780 * The data points for the metric corresponding to Timestamps. The number of values always matches the number of timestamps and the timestamp for Values[x] is Timestamps[x].
781 */
782 Values?: DatapointValues;
783 /**
784 * The status of the returned data. Complete indicates that all data points in the requested time range were returned. PartialData means that an incomplete set of data points were returned. You can use the NextToken value that was returned and repeat your request to get more data points. NextToken is not returned if you are performing a math expression. InternalError indicates that an error occurred. Retry your request using NextToken, if present.
785 */
786 StatusCode?: StatusCode;
787 /**
788 * A list of messages with additional information about the data returned.
789 */
790 Messages?: MetricDataResultMessages;
791 }
792 export type MetricDataResultMessages = MessageData[];
793 export type MetricDataResults = MetricDataResult[];
794 export interface MetricDatum {
795 /**
796 * The name of the metric.
797 */
798 MetricName: MetricName;
799 /**
800 * The dimensions associated with the metric.
801 */
802 Dimensions?: Dimensions;
803 /**
804 * The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
805 */
806 Timestamp?: Timestamp;
807 /**
808 * The value for the metric. Although the parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
809 */
810 Value?: DatapointValue;
811 /**
812 * The statistical values for the metric.
813 */
814 StatisticValues?: StatisticSet;
815 /**
816 * Array of numbers representing the values for the metric during the period. Each unique value is listed just once in this array, and the corresponding number in the Counts array specifies the number of times that value occurred during the period. You can include up to 150 unique values in each PutMetricData action that specifies a Values array. Although the Values array accepts numbers of type Double, CloudWatch rejects values that are either too small or too large. Values must be in the range of 8.515920e-109 to 1.174271e+108 (Base 10) or 2e-360 to 2e360 (Base 2). In addition, special values (for example, NaN, +Infinity, -Infinity) are not supported.
817 */
818 Values?: Values;
819 /**
820 * Array of numbers that is used along with the Values array. Each number in the Count array is the number of times the corresponding value in the Values array occurred during the period. If you omit the Counts array, the default of 1 is used as the value for each count. If you include a Counts array, it must include the same amount of values as the Values array.
821 */
822 Counts?: Counts;
823 /**
824 * The unit of the metric.
825 */
826 Unit?: StandardUnit;
827 /**
828 * Valid values are 1 and 60. Setting this to 1 specifies this metric as a high-resolution metric, so that CloudWatch stores the metric with sub-minute resolution down to one second. Setting this to 60 specifies this metric as a regular-resolution metric, which CloudWatch stores at 1-minute resolution. Currently, high resolution is available only for custom metrics. For more information about high-resolution metrics, see High-Resolution Metrics in the Amazon CloudWatch User Guide. This field is optional, if you do not specify it the default of 60 is used.
829 */
830 StorageResolution?: StorageResolution;
831 }
832 export type MetricExpression = string;
833 export type MetricId = string;
834 export type MetricLabel = string;
835 export type MetricName = string;
836 export interface MetricStat {
837 /**
838 * The metric to return, including the metric name, namespace, and dimensions.
839 */
840 Metric: Metric;
841 /**
842 * The period, in seconds, to use when retrieving the metric.
843 */
844 Period: Period;
845 /**
846 * The statistic to return. It can include any CloudWatch statistic or extended statistic.
847 */
848 Stat: Stat;
849 /**
850 * The unit to use for the returned data points.
851 */
852 Unit?: StandardUnit;
853 }
854 export type MetricWidget = string;
855 export type MetricWidgetImage = Buffer|Uint8Array|Blob|string;
856 export type Metrics = Metric[];
857 export type Namespace = string;
858 export type NextToken = string;
859 export type OutputFormat = string;
860 export type Period = number;
861 export interface PutDashboardInput {
862 /**
863 * The name of the dashboard. If a dashboard with this name already exists, this call modifies that dashboard, replacing its current contents. Otherwise, a new dashboard is created. The maximum length is 255, and valid characters are A-Z, a-z, 0-9, "-", and "_". This parameter is required.
864 */
865 DashboardName: DashboardName;
866 /**
867 * The detailed information about the dashboard in JSON format, including the widgets to include and their location on the dashboard. This parameter is required. For more information about the syntax, see CloudWatch-Dashboard-Body-Structure.
868 */
869 DashboardBody: DashboardBody;
870 }
871 export interface PutDashboardOutput {
872 /**
873 * If the input for PutDashboard was correct and the dashboard was successfully created or modified, this result is empty. If this result includes only warning messages, then the input was valid enough for the dashboard to be created or modified, but some elements of the dashboard may not render. If this result includes error messages, the input was not valid and the operation failed.
874 */
875 DashboardValidationMessages?: DashboardValidationMessages;
876 }
877 export interface PutMetricAlarmInput {
878 /**
879 * The name for the alarm. This name must be unique within your AWS account.
880 */
881 AlarmName: AlarmName;
882 /**
883 * The description for the alarm.
884 */
885 AlarmDescription?: AlarmDescription;
886 /**
887 * Indicates whether actions should be executed during any changes to the alarm state. The default is TRUE.
888 */
889 ActionsEnabled?: ActionsEnabled;
890 /**
891 * The actions to execute when this alarm transitions to an OK state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:automate:region:ec2:reboot | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name Valid Values (for use with IAM roles): arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0
892 */
893 OKActions?: ResourceList;
894 /**
895 * The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name Valid Values (for use with IAM roles): arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0
896 */
897 AlarmActions?: ResourceList;
898 /**
899 * The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN). Valid Values: arn:aws:automate:region:ec2:stop | arn:aws:automate:region:ec2:terminate | arn:aws:automate:region:ec2:recover | arn:aws:sns:region:account-id:sns-topic-name | arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name Valid Values (for use with IAM roles): &gt;arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Stop/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Terminate/1.0 | arn:aws:swf:region:account-id:action/actions/AWS_EC2.InstanceId.Reboot/1.0
900 */
901 InsufficientDataActions?: ResourceList;
902 /**
903 * The name for the metric associated with the alarm. If you are creating an alarm based on a math expression, you cannot specify this parameter, or any of the Dimensions, Period, Namespace, Statistic, or ExtendedStatistic parameters. Instead, you specify all this information in the Metrics array.
904 */
905 MetricName?: MetricName;
906 /**
907 * The namespace for the metric associated specified in MetricName.
908 */
909 Namespace?: Namespace;
910 /**
911 * The statistic for the metric specified in MetricName, other than percentile. For percentile statistics, use ExtendedStatistic. When you call PutMetricAlarm and specify a MetricName, you must specify either Statistic or ExtendedStatistic, but not both.
912 */
913 Statistic?: Statistic;
914 /**
915 * The percentile statistic for the metric specified in MetricName. Specify a value between p0.0 and p100. When you call PutMetricAlarm and specify a MetricName, you must specify either Statistic or ExtendedStatistic, but not both.
916 */
917 ExtendedStatistic?: ExtendedStatistic;
918 /**
919 * The dimensions for the metric specified in MetricName.
920 */
921 Dimensions?: Dimensions;
922 /**
923 * The length, in seconds, used each time the metric specified in MetricName is evaluated. Valid values are 10, 30, and any multiple of 60. Be sure to specify 10 or 30 only for metrics that are stored by a PutMetricData call with a StorageResolution of 1. If you specify a period of 10 or 30 for a metric that does not have sub-minute resolution, the alarm still attempts to gather data at the period rate that you specify. In this case, it does not receive data for the attempts that do not correspond to a one-minute data resolution, and the alarm may often lapse into INSUFFICENT_DATA status. Specifying 10 or 30 also sets this alarm as a high-resolution alarm, which has a higher charge than other alarms. For more information about pricing, see Amazon CloudWatch Pricing. An alarm's total current evaluation period can be no longer than one day, so Period multiplied by EvaluationPeriods cannot be more than 86,400 seconds.
924 */
925 Period?: Period;
926 /**
927 * The unit of measure for the statistic. For example, the units for the Amazon EC2 NetworkIn metric are Bytes because NetworkIn tracks the number of bytes that an instance receives on all network interfaces. You can also specify a unit when you create a custom metric. Units help provide conceptual meaning to your data. Metric data points that specify a unit of measure, such as Percent, are aggregated separately. If you specify a unit, you must use a unit that is appropriate for the metric. Otherwise, the CloudWatch alarm can get stuck in the INSUFFICIENT DATA state.
928 */
929 Unit?: StandardUnit;
930 /**
931 * The number of periods over which data is compared to the specified threshold. If you are setting an alarm that requires that a number of consecutive data points be breaching to trigger the alarm, this value specifies that number. If you are setting an "M out of N" alarm, this value is the N. An alarm's total current evaluation period can be no longer than one day, so this number multiplied by Period cannot be more than 86,400 seconds.
932 */
933 EvaluationPeriods: EvaluationPeriods;
934 /**
935 * The number of datapoints that must be breaching to trigger the alarm. This is used only if you are setting an "M out of N" alarm. In that case, this value is the M. For more information, see Evaluating an Alarm in the Amazon CloudWatch User Guide.
936 */
937 DatapointsToAlarm?: DatapointsToAlarm;
938 /**
939 * The value against which the specified statistic is compared.
940 */
941 Threshold: Threshold;
942 /**
943 * The arithmetic operation to use when comparing the specified statistic and threshold. The specified statistic value is used as the first operand.
944 */
945 ComparisonOperator: ComparisonOperator;
946 /**
947 * Sets how this alarm is to handle missing data points. If TreatMissingData is omitted, the default behavior of missing is used. For more information, see Configuring How CloudWatch Alarms Treats Missing Data. Valid Values: breaching | notBreaching | ignore | missing
948 */
949 TreatMissingData?: TreatMissingData;
950 /**
951 * Used only for alarms based on percentiles. If you specify ignore, the alarm state does not change during periods with too few data points to be statistically significant. If you specify evaluate or omit this parameter, the alarm is always evaluated and possibly changes state no matter how many data points are available. For more information, see Percentile-Based CloudWatch Alarms and Low Data Samples. Valid Values: evaluate | ignore
952 */
953 EvaluateLowSampleCountPercentile?: EvaluateLowSampleCountPercentile;
954 /**
955 * An array of MetricDataQuery structures that enable you to create an alarm based on the result of a metric math expression. Each item in the Metrics array either retrieves a metric or performs a math expression. If you use the Metrics parameter, you cannot include the MetricName, Dimensions, Period, Namespace, Statistic, or ExtendedStatistic parameters of PutMetricAlarm in the same operation. Instead, you retrieve the metrics you are using in your math expression as part of the Metrics array.
956 */
957 Metrics?: MetricDataQueries;
958 }
959 export interface PutMetricDataInput {
960 /**
961 * The namespace for the metric data. You cannot specify a namespace that begins with "AWS/". Namespaces that begin with "AWS/" are reserved for use by Amazon Web Services products.
962 */
963 Namespace: Namespace;
964 /**
965 * The data for the metric. The array can include no more than 20 metrics per call.
966 */
967 MetricData: MetricData;
968 }
969 export type ResourceList = ResourceName[];
970 export type ResourceName = string;
971 export type ReturnData = boolean;
972 export type ScanBy = "TimestampDescending"|"TimestampAscending"|string;
973 export interface SetAlarmStateInput {
974 /**
975 * The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters.
976 */
977 AlarmName: AlarmName;
978 /**
979 * The value of the state.
980 */
981 StateValue: StateValue;
982 /**
983 * The reason that this alarm is set to this specific state, in text format.
984 */
985 StateReason: StateReason;
986 /**
987 * The reason that this alarm is set to this specific state, in JSON format.
988 */
989 StateReasonData?: StateReasonData;
990 }
991 export type Size = number;
992 export type StandardUnit = "Seconds"|"Microseconds"|"Milliseconds"|"Bytes"|"Kilobytes"|"Megabytes"|"Gigabytes"|"Terabytes"|"Bits"|"Kilobits"|"Megabits"|"Gigabits"|"Terabits"|"Percent"|"Count"|"Bytes/Second"|"Kilobytes/Second"|"Megabytes/Second"|"Gigabytes/Second"|"Terabytes/Second"|"Bits/Second"|"Kilobits/Second"|"Megabits/Second"|"Gigabits/Second"|"Terabits/Second"|"Count/Second"|"None"|string;
993 export type Stat = string;
994 export type StateReason = string;
995 export type StateReasonData = string;
996 export type StateValue = "OK"|"ALARM"|"INSUFFICIENT_DATA"|string;
997 export type Statistic = "SampleCount"|"Average"|"Sum"|"Minimum"|"Maximum"|string;
998 export interface StatisticSet {
999 /**
1000 * The number of samples used for the statistic set.
1001 */
1002 SampleCount: DatapointValue;
1003 /**
1004 * The sum of values for the sample set.
1005 */
1006 Sum: DatapointValue;
1007 /**
1008 * The minimum value of the sample set.
1009 */
1010 Minimum: DatapointValue;
1011 /**
1012 * The maximum value of the sample set.
1013 */
1014 Maximum: DatapointValue;
1015 }
1016 export type Statistics = Statistic[];
1017 export type StatusCode = "Complete"|"InternalError"|"PartialData"|string;
1018 export type StorageResolution = number;
1019 export type Threshold = number;
1020 export type Timestamp = Date;
1021 export type Timestamps = Timestamp[];
1022 export type TreatMissingData = string;
1023 export type Values = DatapointValue[];
1024 /**
1025 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1026 */
1027 export type apiVersion = "2010-08-01"|"latest"|string;
1028 export interface ClientApiVersions {
1029 /**
1030 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
1031 */
1032 apiVersion?: apiVersion;
1033 }
1034 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
1035 /**
1036 * Contains interfaces for use with the CloudWatch client.
1037 */
1038 export import Types = CloudWatch;
1039}
1040export = CloudWatch;