@aws-sdk/client-cloudwatch 3.229.0 → 3.231.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +0 -2
  2. package/dist-cjs/endpoint/ruleset.js +1 -10
  3. package/dist-cjs/models/models_0.js +7 -3
  4. package/dist-cjs/protocols/Aws_query.js +8 -0
  5. package/dist-es/endpoint/ruleset.js +1 -10
  6. package/dist-es/models/models_0.js +4 -0
  7. package/dist-es/protocols/Aws_query.js +8 -0
  8. package/dist-types/CloudWatch.d.ts +112 -148
  9. package/dist-types/CloudWatchClient.d.ts +2 -4
  10. package/dist-types/commands/DeleteAlarmsCommand.d.ts +4 -4
  11. package/dist-types/commands/DeleteInsightRulesCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeAlarmHistoryCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeAlarmsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeAlarmsForMetricCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeInsightRulesCommand.d.ts +1 -2
  16. package/dist-types/commands/GetDashboardCommand.d.ts +1 -1
  17. package/dist-types/commands/GetInsightRuleReportCommand.d.ts +17 -17
  18. package/dist-types/commands/GetMetricDataCommand.d.ts +9 -15
  19. package/dist-types/commands/GetMetricStatisticsCommand.d.ts +10 -15
  20. package/dist-types/commands/GetMetricWidgetImageCommand.d.ts +7 -9
  21. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListMetricsCommand.d.ts +4 -6
  23. package/dist-types/commands/PutAnomalyDetectorCommand.d.ts +1 -1
  24. package/dist-types/commands/PutCompositeAlarmCommand.d.ts +10 -12
  25. package/dist-types/commands/PutDashboardCommand.d.ts +3 -3
  26. package/dist-types/commands/PutInsightRuleCommand.d.ts +1 -1
  27. package/dist-types/commands/PutMetricAlarmCommand.d.ts +15 -27
  28. package/dist-types/commands/PutMetricDataCommand.d.ts +8 -10
  29. package/dist-types/commands/PutMetricStreamCommand.d.ts +6 -8
  30. package/dist-types/commands/SetAlarmStateCommand.d.ts +3 -3
  31. package/dist-types/commands/TagResourceCommand.d.ts +4 -4
  32. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  33. package/dist-types/models/models_0.d.ts +206 -214
  34. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  36. package/package.json +5 -5
@@ -75,7 +75,7 @@ export interface AnomalyDetectorConfiguration {
75
75
  * <p>The time zone to use for the metric. This is useful to enable the model to automatically
76
76
  * account for daylight savings time changes if the metric is sensitive to such time
77
77
  * changes.</p>
78
- * <p>To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information,
78
+ * <p>To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information,
79
79
  * see <a href="https://en.wikipedia.org/wiki/Tz_database">tz database</a>.</p>
80
80
  */
81
81
  MetricTimezone?: string;
@@ -85,7 +85,7 @@ export interface AnomalyDetectorConfiguration {
85
85
  * identifier for a metric, whenever you add a unique name/value pair to one of
86
86
  * your metrics, you are creating a new variation of that metric. For example, many Amazon EC2 metrics publish
87
87
  * <code>InstanceId</code> as a dimension name, and the actual instance ID as the value for that dimension.</p>
88
- * <p>You
88
+ * <p>You
89
89
  * can assign up to 30 dimensions to a metric.</p>
90
90
  */
91
91
  export interface Dimension {
@@ -159,9 +159,9 @@ export interface MetricStat {
159
159
  * be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected
160
160
  * at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics
161
161
  * are those metrics stored by a <code>PutMetricData</code> call that includes a <code>StorageResolution</code> of 1 second.</p>
162
- * <p>If the <code>StartTime</code> parameter specifies a time stamp that is greater than
162
+ * <p>If the <code>StartTime</code> parameter specifies a time stamp that is greater than
163
163
  * 3 hours ago, you must specify the period as follows or no data points in that time range is returned:</p>
164
- * <ul>
164
+ * <ul>
165
165
  * <li>
166
166
  * <p>Start time between 3 hours and 15 days ago - Use a multiple of 60 seconds (1 minute).</p>
167
167
  * </li>
@@ -180,7 +180,7 @@ export interface MetricStat {
180
180
  Stat: string | undefined;
181
181
  /**
182
182
  * <p>When you are using a <code>Put</code> operation, this defines what unit you want to use when storing the metric.</p>
183
- * <p>In a <code>Get</code> operation, if you omit <code>Unit</code> then all data that was collected with any unit is returned, along with the corresponding units that were specified
183
+ * <p>In a <code>Get</code> operation, if you omit <code>Unit</code> then all data that was collected with any unit is returned, along with the corresponding units that were specified
184
184
  * when the data was reported to CloudWatch. If you specify a unit, the operation returns only data that was collected with that unit specified.
185
185
  * If you specify a unit that does not match the data collected, the results of the operation are null. CloudWatch does not perform unit conversions.</p>
186
186
  */
@@ -189,11 +189,11 @@ export interface MetricStat {
189
189
  /**
190
190
  * <p>This structure is used in both <code>GetMetricData</code> and <code>PutMetricAlarm</code>. The supported
191
191
  * use of this structure is different for those two operations.</p>
192
- * <p>When used in <code>GetMetricData</code>, it indicates the metric data to return, and whether this call is just retrieving
192
+ * <p>When used in <code>GetMetricData</code>, it indicates the metric data to return, and whether this call is just retrieving
193
193
  * a batch set of data for one metric, or is performing a Metrics Insights query or a math expression. A
194
194
  * single <code>GetMetricData</code> call can include up to 500 <code>MetricDataQuery</code>
195
195
  * structures.</p>
196
- * <p>When used in <code>PutMetricAlarm</code>, it enables you to create an alarm based on a
196
+ * <p>When used in <code>PutMetricAlarm</code>, it enables you to create an alarm based on a
197
197
  * metric math expression. Each <code>MetricDataQuery</code> in the array specifies either
198
198
  * a metric to retrieve, or a math expression to be performed on retrieved metrics. A
199
199
  * single <code>PutMetricAlarm</code> call can include up to 20
@@ -202,12 +202,10 @@ export interface MetricStat {
202
202
  * metric, and as many as 10 structures that contain the <code>Expression</code> parameter
203
203
  * to perform a math expression. Of those <code>Expression</code> structures, one must have <code>true</code>
204
204
  * as the value for <code>ReturnData</code>. The result of this expression is the value the alarm watches.</p>
205
- *
206
- * <p>Any expression used in a <code>PutMetricAlarm</code>
205
+ * <p>Any expression used in a <code>PutMetricAlarm</code>
207
206
  * operation must return a single time series. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax">Metric Math Syntax and Functions</a> in the <i>Amazon CloudWatch User
208
207
  * Guide</i>.</p>
209
- *
210
- * <p>Some of the parameters of this structure also have different uses whether you are using this structure in a <code>GetMetricData</code>
208
+ * <p>Some of the parameters of this structure also have different uses whether you are using this structure in a <code>GetMetricData</code>
211
209
  * operation or a <code>PutMetricAlarm</code> operation. These differences are explained in the following parameter list.</p>
212
210
  */
213
211
  export interface MetricDataQuery {
@@ -222,7 +220,7 @@ export interface MetricDataQuery {
222
220
  /**
223
221
  * <p>The metric to be returned, along with statistics, period, and units. Use this parameter only if this object is retrieving a metric
224
222
  * and not performing a math expression on returned data.</p>
225
- * <p>Within one MetricDataQuery object, you must specify either
223
+ * <p>Within one MetricDataQuery object, you must specify either
226
224
  * <code>Expression</code> or <code>MetricStat</code> but not both.</p>
227
225
  */
228
226
  MetricStat?: MetricStat;
@@ -231,13 +229,13 @@ export interface MetricDataQuery {
231
229
  * returned data. For more information about Metrics Insights queries, see
232
230
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-metrics-insights-querylanguage">Metrics Insights query components and syntax</a> in the
233
231
  * <i>Amazon CloudWatch User Guide</i>.</p>
234
- * <p>A math expression
232
+ * <p>A math expression
235
233
  * can use the <code>Id</code> of the other metrics or queries to refer to those metrics, and can also use
236
234
  * the <code>Id</code> of other
237
235
  * expressions to use the result of those expressions. For more information about metric math expressions, see
238
236
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax">Metric Math Syntax and Functions</a> in the
239
237
  * <i>Amazon CloudWatch User Guide</i>.</p>
240
- * <p>Within each MetricDataQuery object, you must specify either
238
+ * <p>Within each MetricDataQuery object, you must specify either
241
239
  * <code>Expression</code> or <code>MetricStat</code> but not both.</p>
242
240
  */
243
241
  Expression?: string;
@@ -247,7 +245,7 @@ export interface MetricDataQuery {
247
245
  * what the value represents. If the metric or expression is shown in a
248
246
  * CloudWatch dashboard widget, the label is shown. If Label is omitted, CloudWatch
249
247
  * generates a default.</p>
250
- * <p>You can put dynamic expressions into a label, so that it is more descriptive.
248
+ * <p>You can put dynamic expressions into a label, so that it is more descriptive.
251
249
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html">Using Dynamic Labels</a>.</p>
252
250
  */
253
251
  Label?: string;
@@ -257,7 +255,7 @@ export interface MetricDataQuery {
257
255
  * do math expressions and do not also need the raw data returned, you can specify
258
256
  * <code>false</code>. If you omit this, the default of <code>true</code> is
259
257
  * used.</p>
260
- * <p>When used in <code>PutMetricAlarm</code>, specify <code>true</code> for the one expression result to use as the alarm. For all
258
+ * <p>When used in <code>PutMetricAlarm</code>, specify <code>true</code> for the one expression result to use as the alarm. For all
261
259
  * other metrics and expressions in the same <code>PutMetricAlarm</code> operation, specify <code>ReturnData</code> as False.</p>
262
260
  */
263
261
  ReturnData?: boolean;
@@ -271,9 +269,9 @@ export interface MetricDataQuery {
271
269
  Period?: number;
272
270
  /**
273
271
  * <p>The ID of the account where the metrics are located.</p>
274
- * <p>If you are performing a <code>GetMetricData</code> operation in a monitoring account, use this to specify
272
+ * <p>If you are performing a <code>GetMetricData</code> operation in a monitoring account, use this to specify
275
273
  * which account to retrieve this metric from.</p>
276
- * <p>If you are performing a <code>PutMetricAlarm</code> operation, use this to specify
274
+ * <p>If you are performing a <code>PutMetricAlarm</code> operation, use this to specify
277
275
  * which account contains the metric that the alarm is watching.</p>
278
276
  */
279
277
  AccountId?: string;
@@ -541,13 +539,13 @@ export interface CompositeAlarm {
541
539
  * After this time,
542
540
  * the composite alarm performs its actions.
543
541
  * </p>
544
- * <important>
545
- * <p>
546
- * <code>WaitPeriod</code>
542
+ * <important>
543
+ * <p>
544
+ * <code>WaitPeriod</code>
547
545
  * is required only
548
546
  * when <code>ActionsSuppressor</code> is specified.
549
547
  * </p>
550
- * </important>
548
+ * </important>
551
549
  */
552
550
  ActionsSuppressorWaitPeriod?: number;
553
551
  /**
@@ -560,13 +558,13 @@ export interface CompositeAlarm {
560
558
  * After this time,
561
559
  * the composite alarm performs its actions.
562
560
  * </p>
563
- * <important>
564
- * <p>
565
- * <code>ExtensionPeriod</code>
561
+ * <important>
562
+ * <p>
563
+ * <code>ExtensionPeriod</code>
566
564
  * is required only
567
565
  * when <code>ActionsSuppressor</code> is specified.
568
566
  * </p>
569
- * </important>
567
+ * </important>
570
568
  */
571
569
  ActionsSuppressorExtensionPeriod?: number;
572
570
  }
@@ -722,10 +720,9 @@ export interface DeleteAnomalyDetectorInput {
722
720
  Stat?: string;
723
721
  /**
724
722
  * <p>A single metric anomaly detector to be deleted.</p>
725
- * <p>When using <code>SingleMetricAnomalyDetector</code>,
723
+ * <p>When using <code>SingleMetricAnomalyDetector</code>,
726
724
  * you cannot include the following parameters in the same operation:</p>
727
- *
728
- * <ul>
725
+ * <ul>
729
726
  * <li>
730
727
  * <p>
731
728
  * <code>Dimensions</code>,</p>
@@ -750,16 +747,14 @@ export interface DeleteAnomalyDetectorInput {
750
747
  * </p>
751
748
  * </li>
752
749
  * </ul>
753
- *
754
- * <p>Instead, specify the single metric anomaly detector attributes
750
+ * <p>Instead, specify the single metric anomaly detector attributes
755
751
  * as part of the <code>SingleMetricAnomalyDetector</code> property.</p>
756
752
  */
757
753
  SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
758
754
  /**
759
755
  * <p>The metric math anomaly detector to be deleted.</p>
760
- * <p>When using <code>MetricMathAnomalyDetector</code>, you cannot include following parameters in the same operation:</p>
761
- *
762
- * <ul>
756
+ * <p>When using <code>MetricMathAnomalyDetector</code>, you cannot include following parameters in the same operation:</p>
757
+ * <ul>
763
758
  * <li>
764
759
  * <p>
765
760
  * <code>Dimensions</code>,</p>
@@ -784,8 +779,7 @@ export interface DeleteAnomalyDetectorInput {
784
779
  * </p>
785
780
  * </li>
786
781
  * </ul>
787
- *
788
- * <p>Instead, specify the metric math anomaly detector attributes as part of the
782
+ * <p>Instead, specify the metric math anomaly detector attributes as part of the
789
783
  * <code>MetricMathAnomalyDetector</code> property.</p>
790
784
  */
791
785
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
@@ -952,7 +946,7 @@ export interface DescribeAlarmsInput {
952
946
  /**
953
947
  * <p>An alarm name prefix. If you specify this parameter, you receive information about all alarms that have names
954
948
  * that start with this prefix.</p>
955
- * <p>If this parameter
949
+ * <p>If this parameter
956
950
  * is specified, you cannot specify <code>AlarmNames</code>.</p>
957
951
  */
958
952
  AlarmNamePrefix?: string;
@@ -968,11 +962,11 @@ export interface DescribeAlarmsInput {
968
962
  * <code>AlarmRule</code> field of the composite alarm that you specify in
969
963
  * <code>ChildrenOfAlarmName</code>. Information about the composite alarm that you name in
970
964
  * <code>ChildrenOfAlarmName</code> is not returned.</p>
971
- * <p>If you specify <code>ChildrenOfAlarmName</code>, you cannot specify any other parameters in the request except
965
+ * <p>If you specify <code>ChildrenOfAlarmName</code>, you cannot specify any other parameters in the request except
972
966
  * for <code>MaxRecords</code> and <code>NextToken</code>. If you do so, you
973
967
  * receive a validation
974
968
  * error.</p>
975
- * <note>
969
+ * <note>
976
970
  * <p>Only the <code>Alarm Name</code>, <code>ARN</code>, <code>StateValue</code> (OK/ALARM/INSUFFICIENT_DATA), and <code>StateUpdatedTimestamp</code>
977
971
  * information are returned by this operation
978
972
  * when you use this parameter. To get complete information about
@@ -988,10 +982,10 @@ export interface DescribeAlarmsInput {
988
982
  * parameters that reference
989
983
  * the alarm named in <code>ParentsOfAlarmName</code>. Information about the alarm that you specify in
990
984
  * <code>ParentsOfAlarmName</code> is not returned.</p>
991
- * <p>If you specify <code>ParentsOfAlarmName</code>, you cannot specify any other parameters in the request except
985
+ * <p>If you specify <code>ParentsOfAlarmName</code>, you cannot specify any other parameters in the request except
992
986
  * for <code>MaxRecords</code> and <code>NextToken</code>. If you do so, you receive a validation
993
987
  * error.</p>
994
- * <note>
988
+ * <note>
995
989
  * <p>Only the Alarm Name and ARN are returned by this operation when you use this parameter. To get complete information about
996
990
  * these alarms, perform another <code>DescribeAlarms</code> operation and specify
997
991
  * the parent alarm names in the <code>AlarmNames</code> parameter.</p>
@@ -1018,6 +1012,9 @@ export interface DescribeAlarmsInput {
1018
1012
  */
1019
1013
  NextToken?: string;
1020
1014
  }
1015
+ export declare enum EvaluationState {
1016
+ PARTIAL_DATA = "PARTIAL_DATA"
1017
+ }
1021
1018
  export declare enum Statistic {
1022
1019
  Average = "Average",
1023
1020
  Maximum = "Maximum",
@@ -1077,7 +1074,8 @@ export interface MetricAlarm {
1077
1074
  */
1078
1075
  StateReasonData?: string;
1079
1076
  /**
1080
- * <p>The time stamp of the last update to the alarm state.</p>
1077
+ * <p>The time stamp of the last update to the value of either the
1078
+ * <code>StateValue</code> or <code>EvaluationState</code> parameters.</p>
1081
1079
  */
1082
1080
  StateUpdatedTimestamp?: Date;
1083
1081
  /**
@@ -1133,7 +1131,7 @@ export interface MetricAlarm {
1133
1131
  * are <code>breaching</code>, <code>notBreaching</code>, <code>ignore</code>, and
1134
1132
  * <code>missing</code>. For more information, see
1135
1133
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data">Configuring how CloudWatch alarms treat missing data</a>.</p>
1136
- * <p>If this parameter is omitted, the default
1134
+ * <p>If this parameter is omitted, the default
1137
1135
  * behavior of <code>missing</code> is used.</p>
1138
1136
  */
1139
1137
  TreatMissingData?: string;
@@ -1160,6 +1158,18 @@ export interface MetricAlarm {
1160
1158
  * used as the threshold for the alarm.</p>
1161
1159
  */
1162
1160
  ThresholdMetricId?: string;
1161
+ /**
1162
+ * <p>If the value of this field is
1163
+ * <code>PARTIAL_DATA</code>, the alarm is being evaluated based on only partial data. This happens if the
1164
+ * query used for the alarm returns more than 10,000 metrics. For
1165
+ * more information, see
1166
+ * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Metrics_Insights_Alarm.html">Create alarms on Metrics Insights queries</a>.</p>
1167
+ */
1168
+ EvaluationState?: EvaluationState | string;
1169
+ /**
1170
+ * <p>The date and time that the alarm's <code>StateValue</code> most recently changed.</p>
1171
+ */
1172
+ StateTransitionedTimestamp?: Date;
1163
1173
  }
1164
1174
  export interface DescribeAlarmsOutput {
1165
1175
  /**
@@ -1222,7 +1232,7 @@ export interface DescribeAnomalyDetectorsInput {
1222
1232
  /**
1223
1233
  * <p>The maximum number of results to return in one operation. The maximum
1224
1234
  * value that you can specify is 100.</p>
1225
- * <p>To retrieve the remaining results, make another call with the returned
1235
+ * <p>To retrieve the remaining results, make another call with the returned
1226
1236
  * <code>NextToken</code> value. </p>
1227
1237
  */
1228
1238
  MaxResults?: number;
@@ -1429,39 +1439,39 @@ export interface GetInsightRuleReportInput {
1429
1439
  /**
1430
1440
  * <p>Specifies which metrics to use for aggregation of contributor values for the report. You can specify one or more
1431
1441
  * of the following metrics:</p>
1432
- * <ul>
1442
+ * <ul>
1433
1443
  * <li>
1434
- * <p>
1444
+ * <p>
1435
1445
  * <code>UniqueContributors</code> -- the number of unique contributors for each data point.</p>
1436
- * </li>
1446
+ * </li>
1437
1447
  * <li>
1438
- * <p>
1448
+ * <p>
1439
1449
  * <code>MaxContributorValue</code> -- the value of the top contributor for each data point. The identity of the
1440
1450
  * contributor might change for each data point in the graph.</p>
1441
- * <p>If this rule aggregates by COUNT, the top contributor for each data point is the contributor with the
1451
+ * <p>If this rule aggregates by COUNT, the top contributor for each data point is the contributor with the
1442
1452
  * most occurrences in that period. If the rule aggregates by SUM, the top contributor is the contributor with the highest sum in the log field specified
1443
1453
  * by the rule's <code>Value</code>, during that period.</p>
1444
- * </li>
1454
+ * </li>
1445
1455
  * <li>
1446
- * <p>
1456
+ * <p>
1447
1457
  * <code>SampleCount</code> -- the number of data points matched by the rule.</p>
1448
- * </li>
1458
+ * </li>
1449
1459
  * <li>
1450
- * <p>
1460
+ * <p>
1451
1461
  * <code>Sum</code> -- the sum of the values from all contributors during the time period represented by that data point.</p>
1452
- * </li>
1462
+ * </li>
1453
1463
  * <li>
1454
- * <p>
1464
+ * <p>
1455
1465
  * <code>Minimum</code> -- the minimum value from a single observation during the time period represented by that data point.</p>
1456
- * </li>
1466
+ * </li>
1457
1467
  * <li>
1458
- * <p>
1468
+ * <p>
1459
1469
  * <code>Maximum</code> -- the maximum value from a single observation during the time period represented by that data point.</p>
1460
- * </li>
1470
+ * </li>
1461
1471
  * <li>
1462
- * <p>
1472
+ * <p>
1463
1473
  * <code>Average</code> -- the average value from all contributors during the time period represented by that data point.</p>
1464
- * </li>
1474
+ * </li>
1465
1475
  * </ul>
1466
1476
  */
1467
1477
  Metrics?: string[];
@@ -1472,7 +1482,7 @@ export interface GetInsightRuleReportInput {
1472
1482
  }
1473
1483
  /**
1474
1484
  * <p>One data point related to one contributor.</p>
1475
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a> and
1485
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a> and
1476
1486
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_InsightRuleContributor.html">InsightRuleContributor</a>.</p>
1477
1487
  */
1478
1488
  export interface InsightRuleContributorDatapoint {
@@ -1488,8 +1498,8 @@ export interface InsightRuleContributorDatapoint {
1488
1498
  /**
1489
1499
  * <p>One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then
1490
1500
  * a unique contributor is a unique combination of values from all the keys in the rule.</p>
1491
- * <p>If the rule contains a single key, then each unique contributor is each unique value for this key.</p>
1492
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
1501
+ * <p>If the rule contains a single key, then each unique contributor is each unique value for this key.</p>
1502
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
1493
1503
  */
1494
1504
  export interface InsightRuleContributor {
1495
1505
  /**
@@ -1507,7 +1517,7 @@ export interface InsightRuleContributor {
1507
1517
  }
1508
1518
  /**
1509
1519
  * <p>One data point from the metric time series returned in a Contributor Insights rule report.</p>
1510
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
1520
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html">GetInsightRuleReport</a>.</p>
1511
1521
  */
1512
1522
  export interface InsightRuleMetricDatapoint {
1513
1523
  /**
@@ -1516,39 +1526,39 @@ export interface InsightRuleMetricDatapoint {
1516
1526
  Timestamp: Date | undefined;
1517
1527
  /**
1518
1528
  * <p>The number of unique contributors who published data during this timestamp.</p>
1519
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1529
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1520
1530
  */
1521
1531
  UniqueContributors?: number;
1522
1532
  /**
1523
1533
  * <p>The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately,
1524
1534
  * so the identity of the max contributor
1525
1535
  * could be different for each timestamp.</p>
1526
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1536
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1527
1537
  */
1528
1538
  MaxContributorValue?: number;
1529
1539
  /**
1530
1540
  * <p>The number of occurrences that matched the rule during this data point.</p>
1531
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1541
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1532
1542
  */
1533
1543
  SampleCount?: number;
1534
1544
  /**
1535
1545
  * <p>The average value from all contributors during the time period represented by that data point.</p>
1536
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1546
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1537
1547
  */
1538
1548
  Average?: number;
1539
1549
  /**
1540
1550
  * <p>The sum of the values from all contributors during the time period represented by that data point.</p>
1541
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1551
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1542
1552
  */
1543
1553
  Sum?: number;
1544
1554
  /**
1545
1555
  * <p>The minimum value from a single contributor during the time period represented by that data point.</p>
1546
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1556
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1547
1557
  */
1548
1558
  Minimum?: number;
1549
1559
  /**
1550
1560
  * <p>The maximum value from a single occurence from a single contributor during the time period represented by that data point.</p>
1551
- * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1561
+ * <p>This statistic is returned only if you included it in the <code>Metrics</code> array in your request.</p>
1552
1562
  */
1553
1563
  Maximum?: number;
1554
1564
  }
@@ -1585,7 +1595,7 @@ export interface GetInsightRuleReportOutput {
1585
1595
  * to specify your time zone so that the labels that are associated with returned metrics display the
1586
1596
  * correct time
1587
1597
  * for your time zone. </p>
1588
- * <p>The <code>Timezone</code> value affects a label only if you have a time-based
1598
+ * <p>The <code>Timezone</code> value affects a label only if you have a time-based
1589
1599
  * dynamic expression in the label. For more information about dynamic expressions in labels,
1590
1600
  * see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/graph-dynamic-labels.html">Using Dynamic Labels</a>.</p>
1591
1601
  */
@@ -1601,16 +1611,17 @@ export interface LabelOptions {
1601
1611
  }
1602
1612
  export interface GetMetricDataInput {
1603
1613
  /**
1604
- * <p>The metric queries to be returned. A single <code>GetMetricData</code> call can include as many as 500 <code>MetricDataQuery</code>
1614
+ * <p>The metric queries to be returned. A single <code>GetMetricData</code> call can
1615
+ * include as many as 500 <code>MetricDataQuery</code>
1605
1616
  * structures. Each of these structures can specify either a metric to retrieve, a Metrics Insights query,
1606
1617
  * or a math expression to perform on retrieved data. </p>
1607
1618
  */
1608
1619
  MetricDataQueries: MetricDataQuery[] | undefined;
1609
1620
  /**
1610
1621
  * <p>The time stamp indicating the earliest data to be returned.</p>
1611
- * <p>The value specified is inclusive; results include data points with the specified time stamp. </p>
1612
- * <p>CloudWatch rounds the specified time stamp as follows:</p>
1613
- * <ul>
1622
+ * <p>The value specified is inclusive; results include data points with the specified time stamp. </p>
1623
+ * <p>CloudWatch rounds the specified time stamp as follows:</p>
1624
+ * <ul>
1614
1625
  * <li>
1615
1626
  * <p>Start time less than 15 days ago - Round down to the nearest whole minute.
1616
1627
  * For example, 12:32:34 is rounded down to 12:32:00.</p>
@@ -1624,7 +1635,7 @@ export interface GetMetricDataInput {
1624
1635
  * For example, 12:32:34 is rounded down to 12:00:00.</p>
1625
1636
  * </li>
1626
1637
  * </ul>
1627
- * <p>If you set <code>Period</code> to 5, 10, or 30, the start time of your request is
1638
+ * <p>If you set <code>Period</code> to 5, 10, or 30, the start time of your request is
1628
1639
  * rounded down to the nearest time that corresponds to even 5-, 10-, or 30-second divisions
1629
1640
  * of a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the previous
1630
1641
  * 10-second period, the start time of your request is rounded down and you receive data from 01:05:10 to
@@ -1632,7 +1643,7 @@ export interface GetMetricDataInput {
1632
1643
  * period of 5 seconds, you receive data
1633
1644
  * timestamped between 15:02:15 and 15:07:15.
1634
1645
  * </p>
1635
- * <p>For better performance, specify <code>StartTime</code> and <code>EndTime</code>
1646
+ * <p>For better performance, specify <code>StartTime</code> and <code>EndTime</code>
1636
1647
  * values that align with the value of the metric's <code>Period</code> and sync up with
1637
1648
  * the beginning and end of an hour. For example, if the <code>Period</code> of a metric
1638
1649
  * is 5 minutes, specifying 12:05 or 12:30 as <code>StartTime</code> can get a faster response
@@ -1641,8 +1652,8 @@ export interface GetMetricDataInput {
1641
1652
  StartTime: Date | undefined;
1642
1653
  /**
1643
1654
  * <p>The time stamp indicating the latest data to be returned.</p>
1644
- * <p>The value specified is exclusive; results include data points up to the specified time stamp.</p>
1645
- * <p>For better performance, specify <code>StartTime</code> and <code>EndTime</code>
1655
+ * <p>The value specified is exclusive; results include data points up to the specified time stamp.</p>
1656
+ * <p>For better performance, specify <code>StartTime</code> and <code>EndTime</code>
1646
1657
  * values that align with the value of the metric's <code>Period</code> and sync up with
1647
1658
  * the beginning and end of an hour. For example, if the <code>Period</code> of a metric
1648
1659
  * is 5 minutes, specifying 12:05 or 12:30 as <code>EndTime</code> can get a faster response
@@ -1675,7 +1686,7 @@ export interface GetMetricDataInput {
1675
1686
  }
1676
1687
  /**
1677
1688
  * <p>A message returned by the <code>GetMetricData</code>API, including a code and a description.</p>
1678
- * <p>If a cross-Region <code>GetMetricData</code> operation fails with a code of <code>Forbidden</code> and a
1689
+ * <p>If a cross-Region <code>GetMetricData</code> operation fails with a code of <code>Forbidden</code> and a
1679
1690
  * value of <code>Authentication too complex to
1680
1691
  * retrieve cross region data</code>, you can correct the problem by running the <code>GetMetricData</code>
1681
1692
  * operation in the same Region where the metric data is.</p>
@@ -1749,7 +1760,7 @@ export interface GetMetricDataOutput {
1749
1760
  * An example of a message that
1750
1761
  * might be returned is <code>Maximum number of allowed metrics exceeded</code>. If there is a message, as much of the
1751
1762
  * operation as possible is still executed.</p>
1752
- * <p>A message appears here only if it is related to the global <code>GetMetricData</code> operation. Any message
1763
+ * <p>A message appears here only if it is related to the global <code>GetMetricData</code> operation. Any message
1753
1764
  * about a specific metric returned by the operation appears in the <code>MetricDataResult</code> object returned for that metric.</p>
1754
1765
  */
1755
1766
  Messages?: MessageData[];
@@ -1775,10 +1786,10 @@ export interface GetMetricStatisticsInput {
1775
1786
  /**
1776
1787
  * <p>The time stamp that determines the first data point to return. Start times are
1777
1788
  * evaluated relative to the time that CloudWatch receives the request.</p>
1778
- * <p>The value specified is inclusive; results include data points with the specified time stamp.
1789
+ * <p>The value specified is inclusive; results include data points with the specified time stamp.
1779
1790
  * In a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for example, 2016-10-03T23:00:00Z).</p>
1780
- * <p>CloudWatch rounds the specified time stamp as follows:</p>
1781
- * <ul>
1791
+ * <p>CloudWatch rounds the specified time stamp as follows:</p>
1792
+ * <ul>
1782
1793
  * <li>
1783
1794
  * <p>Start time less than 15 days ago - Round down to the nearest whole minute.
1784
1795
  * For example, 12:32:34 is rounded down to 12:32:00.</p>
@@ -1792,7 +1803,7 @@ export interface GetMetricStatisticsInput {
1792
1803
  * For example, 12:32:34 is rounded down to 12:00:00.</p>
1793
1804
  * </li>
1794
1805
  * </ul>
1795
- * <p>If you set <code>Period</code> to 5, 10, or 30, the start time of your request is
1806
+ * <p>If you set <code>Period</code> to 5, 10, or 30, the start time of your request is
1796
1807
  * rounded down to the nearest time that corresponds to even 5-, 10-, or 30-second divisions
1797
1808
  * of a minute. For example, if you make a query at (HH:mm:ss) 01:05:23 for the previous
1798
1809
  * 10-second period, the start time of your request is rounded down and you receive data from 01:05:10 to
@@ -1804,7 +1815,7 @@ export interface GetMetricStatisticsInput {
1804
1815
  StartTime: Date | undefined;
1805
1816
  /**
1806
1817
  * <p>The time stamp that determines the last data point to return.</p>
1807
- * <p>The value specified is exclusive; results include data points up to the specified time stamp.
1818
+ * <p>The value specified is exclusive; results include data points up to the specified time stamp.
1808
1819
  * In a raw HTTP query, the time stamp must be in ISO 8601 UTC format (for example, 2016-10-10T23:00:00Z).</p>
1809
1820
  */
1810
1821
  EndTime: Date | undefined;
@@ -1813,9 +1824,9 @@ export interface GetMetricStatisticsInput {
1813
1824
  * be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected
1814
1825
  * at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics
1815
1826
  * are those metrics stored by a <code>PutMetricData</code> call that includes a <code>StorageResolution</code> of 1 second.</p>
1816
- * <p>If the <code>StartTime</code> parameter specifies a time stamp that is greater than
1827
+ * <p>If the <code>StartTime</code> parameter specifies a time stamp that is greater than
1817
1828
  * 3 hours ago, you must specify the period as follows or no data points in that time range is returned:</p>
1818
- * <ul>
1829
+ * <ul>
1819
1830
  * <li>
1820
1831
  * <p>Start time between 3 hours and 15 days ago - Use a multiple of 60 seconds (1 minute).</p>
1821
1832
  * </li>
@@ -1905,17 +1916,17 @@ export interface MetricStreamStatisticsConfiguration {
1905
1916
  * <p>An array of metric name and namespace pairs that stream the additional statistics listed
1906
1917
  * in the value of the <code>AdditionalStatistics</code> parameter. There can be as many as
1907
1918
  * 100 pairs in the array.</p>
1908
- * <p>All metrics that match the combination of metric name and namespace will be streamed
1919
+ * <p>All metrics that match the combination of metric name and namespace will be streamed
1909
1920
  * with the additional statistics, no matter their dimensions.</p>
1910
1921
  */
1911
1922
  IncludeMetrics: MetricStreamStatisticsMetric[] | undefined;
1912
1923
  /**
1913
1924
  * <p>The list of additional statistics that are to be streamed for the metrics listed
1914
1925
  * in the <code>IncludeMetrics</code> array in this structure. This list can include as many as 20 statistics.</p>
1915
- * <p>If the <code>OutputFormat</code> for the stream is <code>opentelemetry0.7</code>, the only
1926
+ * <p>If the <code>OutputFormat</code> for the stream is <code>opentelemetry0.7</code>, the only
1916
1927
  * valid values are <code>p<i>??</i>
1917
1928
  * </code> percentile statistics such as <code>p90</code>, <code>p99</code> and so on.</p>
1918
- * <p>If the <code>OutputFormat</code> for the stream is <code>json</code>,
1929
+ * <p>If the <code>OutputFormat</code> for the stream is <code>json</code>,
1919
1930
  * the valid values include the abbreviations for all of the statistics listed in
1920
1931
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html.html">
1921
1932
  * CloudWatch statistics definitions</a>. For example, this includes
@@ -1987,53 +1998,49 @@ export interface GetMetricWidgetImageInput {
1987
1998
  * <p>A JSON string that defines the bitmap graph to be retrieved. The string includes the
1988
1999
  * metrics to include in the graph, statistics, annotations, title, axis limits, and so on.
1989
2000
  * You can include only one <code>MetricWidget</code> parameter in each <code>GetMetricWidgetImage</code> call.</p>
1990
- * <p>For more information about the syntax of <code>MetricWidget</code> see
2001
+ * <p>For more information about the syntax of <code>MetricWidget</code> see
1991
2002
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Metric-Widget-Structure.html">GetMetricWidgetImage: Metric Widget Structure and Syntax</a>.</p>
1992
- *
1993
- * <p>If any metric on the graph could not load all the requested data points, an orange triangle with an exclamation
2003
+ * <p>If any metric on the graph could not load all the requested data points, an orange triangle with an exclamation
1994
2004
  * point appears next to the graph legend.</p>
1995
2005
  */
1996
2006
  MetricWidget: string | undefined;
1997
2007
  /**
1998
2008
  * <p>The format of the resulting image. Only PNG images are supported.</p>
1999
- *
2000
- * <p>The default is <code>png</code>. If you specify <code>png</code>, the API returns an HTTP response with the
2009
+ * <p>The default is <code>png</code>. If you specify <code>png</code>, the API returns an HTTP response with the
2001
2010
  * content-type set to <code>text/xml</code>. The image data is in a <code>MetricWidgetImage</code>
2002
2011
  * field. For example:</p>
2003
- *
2004
- * <p>
2012
+ * <p>
2005
2013
  * <code>
2006
2014
  * <GetMetricWidgetImageResponse xmlns=<URLstring>></code>
2007
2015
  * </p>
2008
- * <p>
2016
+ * <p>
2009
2017
  * <code> <GetMetricWidgetImageResult></code>
2010
2018
  * </p>
2011
- * <p>
2019
+ * <p>
2012
2020
  * <code> <MetricWidgetImage></code>
2013
2021
  * </p>
2014
- * <p>
2022
+ * <p>
2015
2023
  * <code> iVBORw0KGgoAAAANSUhEUgAAAlgAAAGQEAYAAAAip...</code>
2016
2024
  * </p>
2017
- * <p>
2025
+ * <p>
2018
2026
  * <code> </MetricWidgetImage></code>
2019
2027
  * </p>
2020
- * <p>
2028
+ * <p>
2021
2029
  * <code> </GetMetricWidgetImageResult></code>
2022
2030
  * </p>
2023
- * <p>
2031
+ * <p>
2024
2032
  * <code> <ResponseMetadata></code>
2025
2033
  * </p>
2026
- * <p>
2034
+ * <p>
2027
2035
  * <code> <RequestId>6f0d4192-4d42-11e8-82c1-f539a07e0e3b</RequestId></code>
2028
2036
  * </p>
2029
- * <p>
2037
+ * <p>
2030
2038
  * <code> </ResponseMetadata></code>
2031
2039
  * </p>
2032
- * <p>
2040
+ * <p>
2033
2041
  * <code></GetMetricWidgetImageResponse></code>
2034
2042
  * </p>
2035
- *
2036
- * <p>The <code>image/png</code> setting is intended only for custom HTTP requests. For most
2043
+ * <p>The <code>image/png</code> setting is intended only for custom HTTP requests. For most
2037
2044
  * use cases, and all actions using an Amazon Web Services SDK, you should use <code>png</code>. If you specify
2038
2045
  * <code>image/png</code>, the HTTP response has a content-type set to <code>image/png</code>,
2039
2046
  * and the body of the response is a PNG image. </p>
@@ -2216,7 +2223,7 @@ export interface ListMetricsInput {
2216
2223
  * in the past three hours, specify this parameter
2217
2224
  * with a value of <code>PT3H</code>. This is the only valid value
2218
2225
  * for this parameter.</p>
2219
- * <p>The results that are returned are an approximation of the value you specify. There
2226
+ * <p>The results that are returned are an approximation of the value you specify. There
2220
2227
  * is a low probability that the returned results include metrics with last published
2221
2228
  * data as much as 40 minutes more than the specified time interval.</p>
2222
2229
  */
@@ -2224,7 +2231,7 @@ export interface ListMetricsInput {
2224
2231
  /**
2225
2232
  * <p>If you are using this operation in a monitoring account,
2226
2233
  * specify <code>true</code> to include metrics from source accounts in the returned data.</p>
2227
- * <p>The default is <code>false</code>.</p>
2234
+ * <p>The default is <code>false</code>.</p>
2228
2235
  */
2229
2236
  IncludeLinkedAccounts?: boolean;
2230
2237
  /**
@@ -2247,7 +2254,7 @@ export interface ListMetricsOutput {
2247
2254
  * <p>If you are using this operation in a monitoring account, this array contains the account IDs of the source
2248
2255
  * accounts where the metrics in the returned data
2249
2256
  * are from.</p>
2250
- * <p>This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.</p>
2257
+ * <p>This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.</p>
2251
2258
  */
2252
2259
  OwningAccounts?: string[];
2253
2260
  }
@@ -2310,15 +2317,15 @@ export interface ListMetricStreamsOutput {
2310
2317
  export interface ListTagsForResourceInput {
2311
2318
  /**
2312
2319
  * <p>The ARN of the CloudWatch resource that you want to view tags for.</p>
2313
- * <p>The ARN format of an alarm is
2320
+ * <p>The ARN format of an alarm is
2314
2321
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i>
2315
2322
  * </code>
2316
2323
  * </p>
2317
- * <p>The ARN format of a Contributor Insights rule is
2324
+ * <p>The ARN format of a Contributor Insights rule is
2318
2325
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i>
2319
2326
  * </code>
2320
2327
  * </p>
2321
- * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
2328
+ * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
2322
2329
  * Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General
2323
2330
  * Reference</i>.</p>
2324
2331
  */
@@ -2374,16 +2381,15 @@ export interface PutAnomalyDetectorInput {
2374
2381
  * anomaly detection model is to be trained, including
2375
2382
  * time ranges to exclude when training and updating the model.
2376
2383
  * You can specify as many as 10 time ranges.</p>
2377
- * <p>The configuration can also include the time zone to use for
2384
+ * <p>The configuration can also include the time zone to use for
2378
2385
  * the metric.</p>
2379
2386
  */
2380
2387
  Configuration?: AnomalyDetectorConfiguration;
2381
2388
  /**
2382
2389
  * <p>A single metric anomaly detector to be created.</p>
2383
- * <p>When using <code>SingleMetricAnomalyDetector</code>,
2390
+ * <p>When using <code>SingleMetricAnomalyDetector</code>,
2384
2391
  * you cannot include the following parameters in the same operation:</p>
2385
- *
2386
- * <ul>
2392
+ * <ul>
2387
2393
  * <li>
2388
2394
  * <p>
2389
2395
  * <code>Dimensions</code>
@@ -2409,17 +2415,14 @@ export interface PutAnomalyDetectorInput {
2409
2415
  * </p>
2410
2416
  * </li>
2411
2417
  * </ul>
2412
- *
2413
- * <p>Instead, specify the single metric anomaly detector attributes
2418
+ * <p>Instead, specify the single metric anomaly detector attributes
2414
2419
  * as part of the property <code>SingleMetricAnomalyDetector</code>.</p>
2415
2420
  */
2416
2421
  SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
2417
2422
  /**
2418
2423
  * <p>The metric math anomaly detector to be created.</p>
2419
- *
2420
- * <p>When using <code>MetricMathAnomalyDetector</code>, you cannot include the following parameters in the same operation:</p>
2421
- *
2422
- * <ul>
2424
+ * <p>When using <code>MetricMathAnomalyDetector</code>, you cannot include the following parameters in the same operation:</p>
2425
+ * <ul>
2423
2426
  * <li>
2424
2427
  * <p>
2425
2428
  * <code>Dimensions</code>
@@ -2445,8 +2448,7 @@ export interface PutAnomalyDetectorInput {
2445
2448
  * </p>
2446
2449
  * </li>
2447
2450
  * </ul>
2448
- *
2449
- * <p>Instead, specify the metric math anomaly detector attributes
2451
+ * <p>Instead, specify the metric math anomaly detector attributes
2450
2452
  * as part of the property <code>MetricMathAnomalyDetector</code>.</p>
2451
2453
  */
2452
2454
  MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
@@ -2473,8 +2475,7 @@ export interface PutCompositeAlarmInput {
2473
2475
  /**
2474
2476
  * <p>The actions to execute when this alarm transitions to the <code>ALARM</code> state from any other state.
2475
2477
  * Each action is specified as an Amazon Resource Name (ARN).</p>
2476
- *
2477
- * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2478
+ * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2478
2479
  * </code>
2479
2480
  * | <code>arn:aws:ssm:<i>region</i>:<i>account-id</i>:opsitem:<i>severity</i>
2480
2481
  * </code>
@@ -2496,9 +2497,9 @@ export interface PutCompositeAlarmInput {
2496
2497
  * specifies whether that alarm needs to be in ALARM state, OK state, or INSUFFICIENT_DATA state. You
2497
2498
  * can use operators (AND, OR and NOT) to combine multiple functions in a single expression. You can use parenthesis to logically group the
2498
2499
  * functions in your expression.</p>
2499
- * <p>You can use either alarm names or ARNs to reference the other alarms that are to be evaluated.</p>
2500
- * <p>Functions can include the following:</p>
2501
- * <ul>
2500
+ * <p>You can use either alarm names or ARNs to reference the other alarms that are to be evaluated.</p>
2501
+ * <p>Functions can include the following:</p>
2502
+ * <ul>
2502
2503
  * <li>
2503
2504
  * <p>
2504
2505
  * <code>ALARM("<i>alarm-name</i> or <i>alarm-ARN</i>")</code> is TRUE if the named
@@ -2523,12 +2524,12 @@ export interface PutCompositeAlarmInput {
2523
2524
  * <code>FALSE</code> always evaluates to FALSE.</p>
2524
2525
  * </li>
2525
2526
  * </ul>
2526
- * <p>TRUE and FALSE are useful for testing a complex <code>AlarmRule</code> structure, and
2527
+ * <p>TRUE and FALSE are useful for testing a complex <code>AlarmRule</code> structure, and
2527
2528
  * for testing your alarm actions.</p>
2528
- * <p>Alarm names specified in <code>AlarmRule</code> can be surrounded with double-quotes ("), but do not have to be.</p>
2529
- * <p>The following
2529
+ * <p>Alarm names specified in <code>AlarmRule</code> can be surrounded with double-quotes ("), but do not have to be.</p>
2530
+ * <p>The following
2530
2531
  * are some examples of <code>AlarmRule</code>:</p>
2531
- * <ul>
2532
+ * <ul>
2532
2533
  * <li>
2533
2534
  * <p>
2534
2535
  * <code>ALARM(CPUUtilizationTooHigh) AND ALARM(DiskReadOpsTooHigh)</code> specifies that the composite alarm goes into ALARM state only
@@ -2549,7 +2550,7 @@ export interface PutCompositeAlarmInput {
2549
2550
  * alarm action on high CPU or disk usage if a known network problem is also occurring.</p>
2550
2551
  * </li>
2551
2552
  * </ul>
2552
- * <p>The <code>AlarmRule</code> can specify as many as 100
2553
+ * <p>The <code>AlarmRule</code> can specify as many as 100
2553
2554
  * "children" alarms. The <code>AlarmRule</code> expression can have as many as 500 elements. Elements
2554
2555
  * are child alarms, TRUE or FALSE statements, and
2555
2556
  * parentheses.</p>
@@ -2558,8 +2559,7 @@ export interface PutCompositeAlarmInput {
2558
2559
  /**
2559
2560
  * <p>The actions to execute when this alarm transitions to the <code>INSUFFICIENT_DATA</code> state from any other state.
2560
2561
  * Each action is specified as an Amazon Resource Name (ARN).</p>
2561
- *
2562
- * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2562
+ * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2563
2563
  * </code>
2564
2564
  * </p>
2565
2565
  */
@@ -2567,16 +2567,14 @@ export interface PutCompositeAlarmInput {
2567
2567
  /**
2568
2568
  * <p>The actions to execute when this alarm transitions to an <code>OK</code> state
2569
2569
  * from any other state. Each action is specified as an Amazon Resource Name (ARN).</p>
2570
- *
2571
- *
2572
- * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2570
+ * <p>Valid Values: <code>arn:aws:sns:<i>region</i>:<i>account-id</i>:<i>sns-topic-name</i>
2573
2571
  * </code>
2574
2572
  * </p>
2575
2573
  */
2576
2574
  OKActions?: string[];
2577
2575
  /**
2578
2576
  * <p>A list of key-value pairs to associate with the composite alarm. You can associate as many as 50 tags with an alarm.</p>
2579
- * <p>Tags can help you organize and categorize your
2577
+ * <p>Tags can help you organize and categorize your
2580
2578
  * resources. You can also use them to scope user permissions, by granting a user permission to access or change only resources with
2581
2579
  * certain tag values.</p>
2582
2580
  */
@@ -2602,13 +2600,13 @@ export interface PutCompositeAlarmInput {
2602
2600
  * After this time,
2603
2601
  * the composite alarm performs its actions.
2604
2602
  * </p>
2605
- * <important>
2606
- * <p>
2607
- * <code>WaitPeriod</code>
2603
+ * <important>
2604
+ * <p>
2605
+ * <code>WaitPeriod</code>
2608
2606
  * is required only
2609
2607
  * when <code>ActionsSuppressor</code> is specified.
2610
2608
  * </p>
2611
- * </important>
2609
+ * </important>
2612
2610
  */
2613
2611
  ActionsSuppressorWaitPeriod?: number;
2614
2612
  /**
@@ -2621,13 +2619,13 @@ export interface PutCompositeAlarmInput {
2621
2619
  * After this time,
2622
2620
  * the composite alarm performs its actions.
2623
2621
  * </p>
2624
- * <important>
2625
- * <p>
2626
- * <code>ExtensionPeriod</code>
2622
+ * <important>
2623
+ * <p>
2624
+ * <code>ExtensionPeriod</code>
2627
2625
  * is required only
2628
2626
  * when <code>ActionsSuppressor</code> is specified.
2629
2627
  * </p>
2630
- * </important>
2628
+ * </important>
2631
2629
  */
2632
2630
  ActionsSuppressorExtensionPeriod?: number;
2633
2631
  }
@@ -2641,7 +2639,7 @@ export interface PutDashboardInput {
2641
2639
  /**
2642
2640
  * <p>The detailed information about the dashboard in JSON format, including the widgets to include and their location
2643
2641
  * on the dashboard. This parameter is required.</p>
2644
- * <p>For more information about the syntax,
2642
+ * <p>For more information about the syntax,
2645
2643
  * see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/CloudWatch-Dashboard-Body-Structure.html">Dashboard Body Structure and Syntax</a>.</p>
2646
2644
  */
2647
2645
  DashboardBody: string | undefined;
@@ -2649,10 +2647,10 @@ export interface PutDashboardInput {
2649
2647
  export interface PutDashboardOutput {
2650
2648
  /**
2651
2649
  * <p>If the input for <code>PutDashboard</code> was correct and the dashboard was successfully created or modified, this result is empty.</p>
2652
- * <p>If this result includes only warning messages, then the input was valid enough for the dashboard to be
2650
+ * <p>If this result includes only warning messages, then the input was valid enough for the dashboard to be
2653
2651
  * created or modified, but some elements of the dashboard
2654
2652
  * might not render.</p>
2655
- * <p>If this result includes error messages, the input was not valid and the operation failed.</p>
2653
+ * <p>If this result includes error messages, the input was not valid and the operation failed.</p>
2656
2654
  */
2657
2655
  DashboardValidationMessages?: DashboardValidationMessage[];
2658
2656
  }
@@ -2674,13 +2672,13 @@ export interface PutInsightRuleInput {
2674
2672
  /**
2675
2673
  * <p>A list of key-value pairs to associate with the Contributor Insights rule.
2676
2674
  * You can associate as many as 50 tags with a rule.</p>
2677
- * <p>Tags can help you organize and categorize your
2675
+ * <p>Tags can help you organize and categorize your
2678
2676
  * resources. You can also use them to scope user permissions, by
2679
2677
  * granting a user permission to access or change only the resources that have
2680
2678
  * certain tag values.</p>
2681
- * <p>To be able to associate tags with a rule, you must have the <code>cloudwatch:TagResource</code>
2679
+ * <p>To be able to associate tags with a rule, you must have the <code>cloudwatch:TagResource</code>
2682
2680
  * permission in addition to the <code>cloudwatch:PutInsightRule</code> permission.</p>
2683
- * <p>If you are using this operation to update an existing Contributor Insights rule, any tags
2681
+ * <p>If you are using this operation to update an existing Contributor Insights rule, any tags
2684
2682
  * you specify in this parameter are ignored. To change the tags of an existing rule, use
2685
2683
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html">TagResource</a>.</p>
2686
2684
  */
@@ -2783,8 +2781,7 @@ export interface PutMetricAlarmInput {
2783
2781
  /**
2784
2782
  * <p>The actions to execute when this alarm transitions to an <code>OK</code> state
2785
2783
  * from any other state. Each action is specified as an Amazon Resource Name (ARN).</p>
2786
- *
2787
- * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2784
+ * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2788
2785
  * <code>arn:aws:automate:<i>region</i>:ec2:terminate</code> |
2789
2786
  * <code>arn:aws:automate:<i>region</i>:ec2:recover</code> |
2790
2787
  * <code>arn:aws:automate:<i>region</i>:ec2:reboot</code> |
@@ -2793,8 +2790,7 @@ export interface PutMetricAlarmInput {
2793
2790
  * <code>arn:aws:autoscaling:<i>region</i>:<i>account-id</i>:scalingPolicy:<i>policy-id</i>:autoScalingGroupName/<i>group-friendly-name</i>:policyName/<i>policy-friendly-name</i>
2794
2791
  * </code>
2795
2792
  * </p>
2796
- *
2797
- * <p>Valid Values (for use with IAM roles):
2793
+ * <p>Valid Values (for use with IAM roles):
2798
2794
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Stop/1.0</code> |
2799
2795
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Terminate/1.0</code> |
2800
2796
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Reboot/1.0</code> |
@@ -2805,8 +2801,7 @@ export interface PutMetricAlarmInput {
2805
2801
  /**
2806
2802
  * <p>The actions to execute when this alarm transitions to the <code>ALARM</code> state from any other state.
2807
2803
  * Each action is specified as an Amazon Resource Name (ARN).</p>
2808
- *
2809
- * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2804
+ * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2810
2805
  * <code>arn:aws:automate:<i>region</i>:ec2:terminate</code> |
2811
2806
  * <code>arn:aws:automate:<i>region</i>:ec2:recover</code> |
2812
2807
  * <code>arn:aws:automate:<i>region</i>:ec2:reboot</code> |
@@ -2819,8 +2814,7 @@ export interface PutMetricAlarmInput {
2819
2814
  * | <code>arn:aws:ssm-incidents::<i>account-id</i>:response-plan:<i>response-plan-name</i>
2820
2815
  * </code>
2821
2816
  * </p>
2822
- *
2823
- * <p>Valid Values (for use with IAM roles):
2817
+ * <p>Valid Values (for use with IAM roles):
2824
2818
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Stop/1.0</code> |
2825
2819
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Terminate/1.0</code> |
2826
2820
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Reboot/1.0</code> |
@@ -2831,8 +2825,7 @@ export interface PutMetricAlarmInput {
2831
2825
  /**
2832
2826
  * <p>The actions to execute when this alarm transitions to the <code>INSUFFICIENT_DATA</code> state from any other state.
2833
2827
  * Each action is specified as an Amazon Resource Name (ARN).</p>
2834
- *
2835
- * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2828
+ * <p>Valid Values: <code>arn:aws:automate:<i>region</i>:ec2:stop</code> |
2836
2829
  * <code>arn:aws:automate:<i>region</i>:ec2:terminate</code> |
2837
2830
  * <code>arn:aws:automate:<i>region</i>:ec2:recover</code> |
2838
2831
  * <code>arn:aws:automate:<i>region</i>:ec2:reboot</code> |
@@ -2841,8 +2834,7 @@ export interface PutMetricAlarmInput {
2841
2834
  * <code>arn:aws:autoscaling:<i>region</i>:<i>account-id</i>:scalingPolicy:<i>policy-id</i>:autoScalingGroupName/<i>group-friendly-name</i>:policyName/<i>policy-friendly-name</i>
2842
2835
  * </code>
2843
2836
  * </p>
2844
- *
2845
- * <p>Valid Values (for use with IAM roles):
2837
+ * <p>Valid Values (for use with IAM roles):
2846
2838
  * <code>>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Stop/1.0</code> |
2847
2839
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Terminate/1.0</code> |
2848
2840
  * <code>arn:aws:swf:<i>region</i>:<i>account-id</i>:action/actions/AWS_EC2.InstanceId.Reboot/1.0</code>
@@ -2852,7 +2844,7 @@ export interface PutMetricAlarmInput {
2852
2844
  /**
2853
2845
  * <p>The name for the metric associated with the alarm. For each <code>PutMetricAlarm</code>
2854
2846
  * operation, you must specify either <code>MetricName</code> or a <code>Metrics</code> array.</p>
2855
- * <p>If you are creating an alarm based on a math expression, you cannot specify this parameter, or any of the
2847
+ * <p>If you are creating an alarm based on a math expression, you cannot specify this parameter, or any of the
2856
2848
  * <code>Dimensions</code>, <code>Period</code>,
2857
2849
  * <code>Namespace</code>, <code>Statistic</code>, or <code>ExtendedStatistic</code> parameters. Instead, you specify
2858
2850
  * all this information in the <code>Metrics</code> array.</p>
@@ -2883,17 +2875,17 @@ export interface PutMetricAlarmInput {
2883
2875
  /**
2884
2876
  * <p>The length, in seconds, used each time the metric specified in <code>MetricName</code> is
2885
2877
  * evaluated. Valid values are 10, 30, and any multiple of 60.</p>
2886
- * <p>
2878
+ * <p>
2887
2879
  * <code>Period</code> is required for alarms based on static thresholds. If
2888
2880
  * you are creating an alarm based on a metric math expression, you specify the
2889
2881
  * period for each metric within the objects in the <code>Metrics</code> array.</p>
2890
- * <p>Be sure to specify 10 or 30 only for metrics that are stored by a <code>PutMetricData</code> call with a
2882
+ * <p>Be sure to specify 10 or 30 only for metrics that are stored by a <code>PutMetricData</code> call with a
2891
2883
  * <code>StorageResolution</code> of 1. If you specify a period of 10 or 30 for a metric that does not have
2892
2884
  * sub-minute resolution, the alarm still attempts to gather data at the period rate that you specify. In this case,
2893
2885
  * it does not receive data for the attempts that do not correspond to a one-minute data resolution, and the alarm
2894
2886
  * might often lapse into INSUFFICENT_DATA status. Specifying 10 or 30 also sets this alarm as a high-resolution alarm,
2895
2887
  * which has a higher charge than other alarms. For more information about pricing, see <a href="https://aws.amazon.com/cloudwatch/pricing/">Amazon CloudWatch Pricing</a>.</p>
2896
- * <p>An alarm's total current evaluation period can
2888
+ * <p>An alarm's total current evaluation period can
2897
2889
  * be no longer than one day, so <code>Period</code> multiplied by <code>EvaluationPeriods</code> cannot be more than 86,400 seconds.</p>
2898
2890
  */
2899
2891
  Period?: number;
@@ -2903,15 +2895,15 @@ export interface PutMetricAlarmInput {
2903
2895
  * receives on all network interfaces. You can also specify a unit when you create a custom
2904
2896
  * metric. Units help provide conceptual meaning to your data. Metric data points that
2905
2897
  * specify a unit of measure, such as Percent, are aggregated separately.</p>
2906
- * <p>If you don't specify <code>Unit</code>, CloudWatch retrieves all unit types that have been published for the
2898
+ * <p>If you don't specify <code>Unit</code>, CloudWatch retrieves all unit types that have been published for the
2907
2899
  * metric and attempts to evaluate the alarm.
2908
2900
  * Usually, metrics are
2909
2901
  * published with only one unit, so the alarm
2910
2902
  * works as intended.</p>
2911
- * <p>However, if the metric is published with multiple types of units and you don't specify a unit, the alarm's
2903
+ * <p>However, if the metric is published with multiple types of units and you don't specify a unit, the alarm's
2912
2904
  * behavior is not defined and
2913
2905
  * it behaves unpredictably.</p>
2914
- * <p>We recommend omitting <code>Unit</code> so that you don't inadvertently
2906
+ * <p>We recommend omitting <code>Unit</code> so that you don't inadvertently
2915
2907
  * specify an incorrect unit that is not published for this metric. Doing so
2916
2908
  * causes the alarm to be stuck in the <code>INSUFFICIENT DATA</code> state.</p>
2917
2909
  */
@@ -2921,7 +2913,7 @@ export interface PutMetricAlarmInput {
2921
2913
  * setting an alarm that requires that a number of consecutive data points be breaching to
2922
2914
  * trigger the alarm, this value specifies that number. If you are setting an "M out of N"
2923
2915
  * alarm, this value is the N.</p>
2924
- * <p>An alarm's total current evaluation period can
2916
+ * <p>An alarm's total current evaluation period can
2925
2917
  * be no longer than one day, so this number multiplied by <code>Period</code> cannot be more than 86,400 seconds.</p>
2926
2918
  */
2927
2919
  EvaluationPeriods: number | undefined;
@@ -2934,14 +2926,14 @@ export interface PutMetricAlarmInput {
2934
2926
  DatapointsToAlarm?: number;
2935
2927
  /**
2936
2928
  * <p>The value against which the specified statistic is compared.</p>
2937
- * <p>This parameter is required for alarms based on static thresholds, but should
2929
+ * <p>This parameter is required for alarms based on static thresholds, but should
2938
2930
  * not be used for alarms based on anomaly detection models.</p>
2939
2931
  */
2940
2932
  Threshold?: number;
2941
2933
  /**
2942
2934
  * <p> The arithmetic operation to use when comparing the specified statistic and
2943
2935
  * threshold. The specified statistic value is used as the first operand.</p>
2944
- * <p>The values <code>LessThanLowerOrGreaterThanUpperThreshold</code>,
2936
+ * <p>The values <code>LessThanLowerOrGreaterThanUpperThreshold</code>,
2945
2937
  * <code>LessThanLowerThreshold</code>, and <code>GreaterThanUpperThreshold</code>
2946
2938
  * are used only for alarms based on anomaly detection models.</p>
2947
2939
  */
@@ -2950,20 +2942,20 @@ export interface PutMetricAlarmInput {
2950
2942
  * <p> Sets how this alarm is to handle missing data points. If <code>TreatMissingData</code> is omitted, the default behavior of <code>missing</code> is used.
2951
2943
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data">Configuring How CloudWatch
2952
2944
  * Alarms Treats Missing Data</a>.</p>
2953
- * <p>Valid Values: <code>breaching | notBreaching | ignore | missing</code>
2945
+ * <p>Valid Values: <code>breaching | notBreaching | ignore | missing</code>
2954
2946
  * </p>
2955
- * <note>
2947
+ * <note>
2956
2948
  * <p>Alarms that evaluate metrics in the <code>AWS/DynamoDB</code> namespace always <code>ignore</code>
2957
2949
  * missing data even if you choose a different option for <code>TreatMissingData</code>. When an
2958
2950
  * <code>AWS/DynamoDB</code> metric has missing data, alarms that evaluate that metric remain in their current state.</p>
2959
- * </note>
2951
+ * </note>
2960
2952
  */
2961
2953
  TreatMissingData?: string;
2962
2954
  /**
2963
2955
  * <p> Used only for alarms based on percentiles. If you specify <code>ignore</code>, the alarm state does not change during periods with too few data points to be
2964
2956
  * statistically significant. If you specify <code>evaluate</code> or omit this parameter, the alarm is always evaluated and possibly changes state
2965
2957
  * no matter how many data points are available. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#percentiles-with-low-samples">Percentile-Based CloudWatch Alarms and Low Data Samples</a>.</p>
2966
- * <p>Valid Values: <code>evaluate | ignore</code>
2958
+ * <p>Valid Values: <code>evaluate | ignore</code>
2967
2959
  * </p>
2968
2960
  */
2969
2961
  EvaluateLowSampleCountPercentile?: string;
@@ -2971,10 +2963,10 @@ export interface PutMetricAlarmInput {
2971
2963
  * <p>An array of <code>MetricDataQuery</code> structures that enable you to create an alarm based on the result of a
2972
2964
  * metric math expression. For each <code>PutMetricAlarm</code>
2973
2965
  * operation, you must specify either <code>MetricName</code> or a <code>Metrics</code> array.</p>
2974
- * <p>Each item in the <code>Metrics</code> array either retrieves a metric or performs a math expression.</p>
2975
- * <p>One item in the <code>Metrics</code> array is the expression that the alarm watches. You designate this expression
2966
+ * <p>Each item in the <code>Metrics</code> array either retrieves a metric or performs a math expression.</p>
2967
+ * <p>One item in the <code>Metrics</code> array is the expression that the alarm watches. You designate this expression
2976
2968
  * by setting <code>ReturnData</code> to true for this object in the array. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDataQuery.html">MetricDataQuery</a>.</p>
2977
- * <p>If you use the <code>Metrics</code> parameter, you cannot include the <code>MetricName</code>, <code>Dimensions</code>, <code>Period</code>,
2969
+ * <p>If you use the <code>Metrics</code> parameter, you cannot include the <code>MetricName</code>, <code>Dimensions</code>, <code>Period</code>,
2978
2970
  * <code>Namespace</code>, <code>Statistic</code>, or <code>ExtendedStatistic</code> parameters of <code>PutMetricAlarm</code> in the same operation.
2979
2971
  * Instead, you retrieve
2980
2972
  * the metrics you are using in your math expression as part of the <code>Metrics</code> array.</p>
@@ -2982,10 +2974,10 @@ export interface PutMetricAlarmInput {
2982
2974
  Metrics?: MetricDataQuery[];
2983
2975
  /**
2984
2976
  * <p>A list of key-value pairs to associate with the alarm. You can associate as many as 50 tags with an alarm.</p>
2985
- * <p>Tags can help you organize and categorize your resources. You can also use them to scope user
2977
+ * <p>Tags can help you organize and categorize your resources. You can also use them to scope user
2986
2978
  * permissions by granting a user
2987
2979
  * permission to access or change only resources with certain tag values.</p>
2988
- * <p>If you are using this operation to update an existing alarm, any tags
2980
+ * <p>If you are using this operation to update an existing alarm, any tags
2989
2981
  * you specify in this parameter are ignored. To change the tags of an existing alarm, use
2990
2982
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html">TagResource</a>
2991
2983
  * or <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_UntagResource.html">UntagResource</a>.</p>
@@ -2995,10 +2987,10 @@ export interface PutMetricAlarmInput {
2995
2987
  * <p>If this is an alarm based on an anomaly detection model, make this value match
2996
2988
  * the ID of
2997
2989
  * the <code>ANOMALY_DETECTION_BAND</code> function.</p>
2998
- * <p>For an example of how to use this parameter, see the
2990
+ * <p>For an example of how to use this parameter, see the
2999
2991
  * <b>Anomaly Detection
3000
2992
  * Model Alarm</b> example on this page.</p>
3001
- * <p>If your alarm uses this parameter, it cannot have Auto Scaling actions.</p>
2993
+ * <p>If your alarm uses this parameter, it cannot have Auto Scaling actions.</p>
3002
2994
  */
3003
2995
  ThresholdMetricId?: string;
3004
2996
  }
@@ -3042,7 +3034,7 @@ export interface MetricDatum {
3042
3034
  Timestamp?: Date;
3043
3035
  /**
3044
3036
  * <p>The value for the metric.</p>
3045
- * <p>Although the parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or
3037
+ * <p>Although the parameter accepts numbers of type Double, CloudWatch rejects values that are either too small or
3046
3038
  * too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity, -Infinity)
3047
3039
  * are not supported.</p>
3048
3040
  */
@@ -3055,7 +3047,7 @@ export interface MetricDatum {
3055
3047
  * <p>Array of numbers representing the values for the metric during the period. Each unique value is listed just once
3056
3048
  * in this array, and the corresponding number in the <code>Counts</code> array specifies the number of times that value occurred during the period.
3057
3049
  * You can include up to 150 unique values in each <code>PutMetricData</code> action that specifies a <code>Values</code> array.</p>
3058
- * <p>Although the <code>Values</code> array accepts numbers of type
3050
+ * <p>Although the <code>Values</code> array accepts numbers of type
3059
3051
  * <code>Double</code>, CloudWatch rejects values that are either too small
3060
3052
  * or too large. Values must be in the range of -2^360 to 2^360. In addition, special values (for example, NaN, +Infinity,
3061
3053
  * -Infinity) are not supported.</p>
@@ -3064,13 +3056,13 @@ export interface MetricDatum {
3064
3056
  /**
3065
3057
  * <p>Array of numbers that is used along with the <code>Values</code> array. Each number in the <code>Count</code> array
3066
3058
  * is the number of times the corresponding value in the <code>Values</code> array occurred during the period. </p>
3067
- * <p>If you omit the <code>Counts</code> array, the default of 1 is used as the value for each count. If you
3059
+ * <p>If you omit the <code>Counts</code> array, the default of 1 is used as the value for each count. If you
3068
3060
  * include a <code>Counts</code> array, it must include the same amount of values as the <code>Values</code> array.</p>
3069
3061
  */
3070
3062
  Counts?: number[];
3071
3063
  /**
3072
3064
  * <p>When you are using a <code>Put</code> operation, this defines what unit you want to use when storing the metric.</p>
3073
- * <p>In
3065
+ * <p>In
3074
3066
  * a <code>Get</code> operation, this displays the unit that is used for the metric.</p>
3075
3067
  */
3076
3068
  Unit?: StandardUnit | string;
@@ -3082,14 +3074,14 @@ export interface MetricDatum {
3082
3074
  * see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html#high-resolution-metrics">High-Resolution Metrics</a> in the
3083
3075
  * <i>Amazon CloudWatch User Guide</i>.
3084
3076
  * </p>
3085
- * <p>This field is optional, if you do not specify it the default of 60 is used.</p>
3077
+ * <p>This field is optional, if you do not specify it the default of 60 is used.</p>
3086
3078
  */
3087
3079
  StorageResolution?: number;
3088
3080
  }
3089
3081
  export interface PutMetricDataInput {
3090
3082
  /**
3091
3083
  * <p>The namespace for the metric data.</p>
3092
- * <p>To avoid conflicts
3084
+ * <p>To avoid conflicts
3093
3085
  * with Amazon Web Services service namespaces, you should not specify a namespace that begins with <code>AWS/</code>
3094
3086
  * </p>
3095
3087
  */
@@ -3103,21 +3095,21 @@ export interface PutMetricStreamInput {
3103
3095
  /**
3104
3096
  * <p>If you are creating a new metric stream, this is the name for the new stream. The name
3105
3097
  * must be different than the names of other metric streams in this account and Region.</p>
3106
- * <p>If you are updating a metric stream, specify the name of that stream here.</p>
3107
- * <p>Valid characters are A-Z, a-z, 0-9, "-" and "_".</p>
3098
+ * <p>If you are updating a metric stream, specify the name of that stream here.</p>
3099
+ * <p>Valid characters are A-Z, a-z, 0-9, "-" and "_".</p>
3108
3100
  */
3109
3101
  Name: string | undefined;
3110
3102
  /**
3111
3103
  * <p>If you specify this parameter, the stream sends only the
3112
3104
  * metrics from the metric namespaces that you specify here.</p>
3113
- * <p>You cannot include <code>IncludeFilters</code> and <code>ExcludeFilters</code>
3105
+ * <p>You cannot include <code>IncludeFilters</code> and <code>ExcludeFilters</code>
3114
3106
  * in the same operation.</p>
3115
3107
  */
3116
3108
  IncludeFilters?: MetricStreamFilter[];
3117
3109
  /**
3118
3110
  * <p>If you specify this parameter, the stream sends metrics from all
3119
3111
  * metric namespaces except for the namespaces that you specify here.</p>
3120
- * <p>You cannot include <code>ExcludeFilters</code> and <code>IncludeFilters</code> in
3112
+ * <p>You cannot include <code>ExcludeFilters</code> and <code>IncludeFilters</code> in
3121
3113
  * the same operation.</p>
3122
3114
  */
3123
3115
  ExcludeFilters?: MetricStreamFilter[];
@@ -3131,7 +3123,7 @@ export interface PutMetricStreamInput {
3131
3123
  * <p>The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Data
3132
3124
  * Firehose resources. This IAM role must already exist and must be in the same account as
3133
3125
  * the metric stream. This IAM role must include the following permissions:</p>
3134
- * <ul>
3126
+ * <ul>
3135
3127
  * <li>
3136
3128
  * <p>firehose:PutRecord</p>
3137
3129
  * </li>
@@ -3152,10 +3144,10 @@ export interface PutMetricStreamInput {
3152
3144
  /**
3153
3145
  * <p>A list of key-value pairs to associate with the metric stream. You can associate as
3154
3146
  * many as 50 tags with a metric stream.</p>
3155
- * <p>Tags can help you organize and categorize your resources. You can also use them to scope user
3147
+ * <p>Tags can help you organize and categorize your resources. You can also use them to scope user
3156
3148
  * permissions by granting a user
3157
3149
  * permission to access or change only resources with certain tag values.</p>
3158
- * <p>You can use this parameter only when you are creating a new metric stream. If you are using this operation to update an existing metric stream, any tags
3150
+ * <p>You can use this parameter only when you are creating a new metric stream. If you are using this operation to update an existing metric stream, any tags
3159
3151
  * you specify in this parameter are ignored. To change the tags of an existing metric stream, use
3160
3152
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html">TagResource</a>
3161
3153
  * or <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_UntagResource.html">UntagResource</a>.</p>
@@ -3166,7 +3158,7 @@ export interface PutMetricStreamInput {
3166
3158
  * and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. You can use this parameter to have
3167
3159
  * the metric stream also send additional statistics in the stream. This
3168
3160
  * array can have up to 100 members.</p>
3169
- * <p>For each entry in this array, you specify one or more metrics and the list of additional
3161
+ * <p>For each entry in this array, you specify one or more metrics and the list of additional
3170
3162
  * statistics to stream for those metrics. The additional statistics that you can stream
3171
3163
  * depend on the stream's <code>OutputFormat</code>. If the <code>OutputFormat</code> is
3172
3164
  * <code>json</code>, you can stream any additional statistic that is supported by
@@ -3209,7 +3201,7 @@ export interface SetAlarmStateInput {
3209
3201
  StateReason: string | undefined;
3210
3202
  /**
3211
3203
  * <p>The reason that this alarm is set to this specific state, in JSON format.</p>
3212
- * <p>For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling or application Auto Scaling
3204
+ * <p>For SNS or EC2 alarm actions, this is just informational. But for EC2 Auto Scaling or application Auto Scaling
3213
3205
  * alarm actions, the Auto Scaling policy uses the information in this field to take the correct action.</p>
3214
3206
  */
3215
3207
  StateReasonData?: string;
@@ -3217,7 +3209,7 @@ export interface SetAlarmStateInput {
3217
3209
  export interface StartMetricStreamsInput {
3218
3210
  /**
3219
3211
  * <p>The array of the names of metric streams to start streaming.</p>
3220
- * <p>This is an "all or nothing" operation. If you do not have
3212
+ * <p>This is an "all or nothing" operation. If you do not have
3221
3213
  * permission to access all of the metric streams that you list here, then none of the streams that you list
3222
3214
  * in the operation will start streaming.</p>
3223
3215
  */
@@ -3228,7 +3220,7 @@ export interface StartMetricStreamsOutput {
3228
3220
  export interface StopMetricStreamsInput {
3229
3221
  /**
3230
3222
  * <p>The array of the names of metric streams to stop streaming.</p>
3231
- * <p>This is an "all or nothing" operation. If you do not have
3223
+ * <p>This is an "all or nothing" operation. If you do not have
3232
3224
  * permission to access all of the metric streams that you list here, then none of the streams that you list
3233
3225
  * in the operation will stop streaming.</p>
3234
3226
  */
@@ -3239,15 +3231,15 @@ export interface StopMetricStreamsOutput {
3239
3231
  export interface TagResourceInput {
3240
3232
  /**
3241
3233
  * <p>The ARN of the CloudWatch resource that you're adding tags to.</p>
3242
- * <p>The ARN format of an alarm is
3234
+ * <p>The ARN format of an alarm is
3243
3235
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i>
3244
3236
  * </code>
3245
3237
  * </p>
3246
- * <p>The ARN format of a Contributor Insights rule is
3238
+ * <p>The ARN format of a Contributor Insights rule is
3247
3239
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i>
3248
3240
  * </code>
3249
3241
  * </p>
3250
- * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
3242
+ * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
3251
3243
  * Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General
3252
3244
  * Reference</i>.</p>
3253
3245
  */
@@ -3262,15 +3254,15 @@ export interface TagResourceOutput {
3262
3254
  export interface UntagResourceInput {
3263
3255
  /**
3264
3256
  * <p>The ARN of the CloudWatch resource that you're removing tags from.</p>
3265
- * <p>The ARN format of an alarm is
3257
+ * <p>The ARN format of an alarm is
3266
3258
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:alarm:<i>alarm-name</i>
3267
3259
  * </code>
3268
3260
  * </p>
3269
- * <p>The ARN format of a Contributor Insights rule is
3261
+ * <p>The ARN format of a Contributor Insights rule is
3270
3262
  * <code>arn:aws:cloudwatch:<i>Region</i>:<i>account-id</i>:insight-rule:<i>insight-rule-name</i>
3271
3263
  * </code>
3272
3264
  * </p>
3273
- * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
3265
+ * <p>For more information about ARN format, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies"> Resource
3274
3266
  * Types Defined by Amazon CloudWatch</a> in the <i>Amazon Web Services General
3275
3267
  * Reference</i>.</p>
3276
3268
  */