aws-sdk-cloudwatch 1.13.0 → 1.14.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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- data/lib/aws-sdk-cloudwatch/client.rb +23 -17
- data/lib/aws-sdk-cloudwatch/metric.rb +12 -5
- data/lib/aws-sdk-cloudwatch/types.rb +25 -15
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a386ff58f95662f088cab517775f8d02be164b76
|
4
|
+
data.tar.gz: 135960208bc832d3de414b6551632615db3cbf0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56caee0e6b2ebe7664b0e9040fc123062ffe68398720ea81b97cb57c7e24b430cb463bc72e39f271fa9c3e0b05b6075ba721dd5efd4945b6dd25773b9c6027ca
|
7
|
+
data.tar.gz: 851f78e17a5d2b25441c802d450e46d878c7dbd5b679a750c7e58e5ed08411944e5d6b1ac3e90c8f3c8e7c3e87448ce206ffb91909f6c2a34749b7a05e33d641
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
@@ -637,7 +637,7 @@ module Aws::CloudWatch
|
|
637
637
|
#
|
638
638
|
#
|
639
639
|
#
|
640
|
-
# [1]:
|
640
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax
|
641
641
|
# [2]: https://aws.amazon.com/cloudwatch/pricing/
|
642
642
|
#
|
643
643
|
# @option params [required, Array<Types::MetricDataQuery>] :metric_data_queries
|
@@ -653,7 +653,7 @@ module Aws::CloudWatch
|
|
653
653
|
# align with the value of the metric's `Period` and sync up with the
|
654
654
|
# beginning and end of an hour. For example, if the `Period` of a metric
|
655
655
|
# is 5 minutes, specifying 12:05 or 12:30 as `StartTime` can get a
|
656
|
-
# faster response from CloudWatch
|
656
|
+
# faster response from CloudWatch than setting 12:07 or 12:29 as the
|
657
657
|
# `StartTime`.
|
658
658
|
#
|
659
659
|
# @option params [required, Time,DateTime,Date,Integer,String] :end_time
|
@@ -663,7 +663,7 @@ module Aws::CloudWatch
|
|
663
663
|
# align with the value of the metric's `Period` and sync up with the
|
664
664
|
# beginning and end of an hour. For example, if the `Period` of a metric
|
665
665
|
# is 5 minutes, specifying 12:05 or 12:30 as `EndTime` can get a faster
|
666
|
-
# response from CloudWatch
|
666
|
+
# response from CloudWatch than setting 12:07 or 12:29 as the `EndTime`.
|
667
667
|
#
|
668
668
|
# @option params [String] :next_token
|
669
669
|
# Include this value, if it was returned by the previous call, to get
|
@@ -803,7 +803,7 @@ module Aws::CloudWatch
|
|
803
803
|
#
|
804
804
|
#
|
805
805
|
#
|
806
|
-
# [1]:
|
806
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CW_Support_For_AWS.html
|
807
807
|
#
|
808
808
|
# @option params [required, String] :namespace
|
809
809
|
# The namespace of the metric, with or without spaces.
|
@@ -824,8 +824,8 @@ module Aws::CloudWatch
|
|
824
824
|
#
|
825
825
|
#
|
826
826
|
#
|
827
|
-
# [1]:
|
828
|
-
# [2]:
|
827
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#dimension-combinations
|
828
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
|
829
829
|
#
|
830
830
|
# @option params [required, Time,DateTime,Date,Integer,String] :start_time
|
831
831
|
# The time stamp that determines the first data point to return. Start
|
@@ -991,8 +991,7 @@ module Aws::CloudWatch
|
|
991
991
|
# response with the content-type set to `text/xml`. The image data is in
|
992
992
|
# a `MetricWidgetImage` field. For example:
|
993
993
|
#
|
994
|
-
# ` <GetMetricWidgetImageResponse
|
995
|
-
# xmlns="http://monitoring.amazonaws.com/doc/2010-08-01/">`
|
994
|
+
# ` <GetMetricWidgetImageResponse xmlns=<URLstring>>`
|
996
995
|
#
|
997
996
|
# ` <GetMetricWidgetImageResult>`
|
998
997
|
#
|
@@ -1264,7 +1263,7 @@ module Aws::CloudWatch
|
|
1264
1263
|
#
|
1265
1264
|
#
|
1266
1265
|
#
|
1267
|
-
# [1]:
|
1266
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#iam-term-service-linked-role
|
1268
1267
|
#
|
1269
1268
|
# @option params [required, String] :alarm_name
|
1270
1269
|
# The name for the alarm. This name must be unique within your AWS
|
@@ -1305,6 +1304,7 @@ module Aws::CloudWatch
|
|
1305
1304
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
1306
1305
|
# `arn:aws:automate:region:ec2:terminate` \|
|
1307
1306
|
# `arn:aws:automate:region:ec2:recover` \|
|
1307
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
1308
1308
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
1309
1309
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
1310
1310
|
# `
|
@@ -1324,6 +1324,7 @@ module Aws::CloudWatch
|
|
1324
1324
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
1325
1325
|
# `arn:aws:automate:region:ec2:terminate` \|
|
1326
1326
|
# `arn:aws:automate:region:ec2:recover` \|
|
1327
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
1327
1328
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
1328
1329
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
1329
1330
|
# `
|
@@ -1416,7 +1417,7 @@ module Aws::CloudWatch
|
|
1416
1417
|
#
|
1417
1418
|
#
|
1418
1419
|
#
|
1419
|
-
# [1]:
|
1420
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation
|
1420
1421
|
#
|
1421
1422
|
# @option params [required, Float] :threshold
|
1422
1423
|
# The value against which the specified statistic is compared.
|
@@ -1436,7 +1437,7 @@ module Aws::CloudWatch
|
|
1436
1437
|
#
|
1437
1438
|
#
|
1438
1439
|
#
|
1439
|
-
# [1]:
|
1440
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data
|
1440
1441
|
#
|
1441
1442
|
# @option params [String] :evaluate_low_sample_count_percentile
|
1442
1443
|
# Used only for alarms based on percentiles. If you specify `ignore`,
|
@@ -1451,7 +1452,7 @@ module Aws::CloudWatch
|
|
1451
1452
|
#
|
1452
1453
|
#
|
1453
1454
|
#
|
1454
|
-
# [1]:
|
1455
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#percentiles-with-low-samples
|
1455
1456
|
#
|
1456
1457
|
# @option params [Array<Types::MetricDataQuery>] :metrics
|
1457
1458
|
# An array of `MetricDataQuery` structures that enable you to create an
|
@@ -1459,6 +1460,11 @@ module Aws::CloudWatch
|
|
1459
1460
|
# the `Metrics` array either retrieves a metric or performs a math
|
1460
1461
|
# expression.
|
1461
1462
|
#
|
1463
|
+
# One item in the `Metrics` array is the expression that the alarm
|
1464
|
+
# watches. You designate this expression by setting `ReturnValue` to
|
1465
|
+
# true for this object in the array. For more information, see
|
1466
|
+
# MetricDataQuery.
|
1467
|
+
#
|
1462
1468
|
# If you use the `Metrics` parameter, you cannot include the
|
1463
1469
|
# `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, or
|
1464
1470
|
# `ExtendedStatistic` parameters of `PutMetricAlarm` in the same
|
@@ -1553,9 +1559,9 @@ module Aws::CloudWatch
|
|
1553
1559
|
# example, NaN, +Infinity, -Infinity) are not supported.
|
1554
1560
|
#
|
1555
1561
|
# You can use up to 10 dimensions per metric to further clarify what
|
1556
|
-
# data the metric collects.
|
1557
|
-
#
|
1558
|
-
# Guide*.
|
1562
|
+
# data the metric collects. Each dimension consists of a Name and Value
|
1563
|
+
# pair. For more information about specifying dimensions, see
|
1564
|
+
# [Publishing Metrics][1] in the *Amazon CloudWatch User Guide*.
|
1559
1565
|
#
|
1560
1566
|
# Data points with time stamps from 24 hours ago or longer can take at
|
1561
1567
|
# least 48 hours to become available for GetMetricData or
|
@@ -1574,7 +1580,7 @@ module Aws::CloudWatch
|
|
1574
1580
|
#
|
1575
1581
|
#
|
1576
1582
|
#
|
1577
|
-
# [1]:
|
1583
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
|
1578
1584
|
#
|
1579
1585
|
# @option params [required, String] :namespace
|
1580
1586
|
# The namespace for the metric data.
|
@@ -1685,7 +1691,7 @@ module Aws::CloudWatch
|
|
1685
1691
|
params: params,
|
1686
1692
|
config: config)
|
1687
1693
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
1688
|
-
context[:gem_version] = '1.
|
1694
|
+
context[:gem_version] = '1.14.0'
|
1689
1695
|
Seahorse::Client::Request.new(handlers, context)
|
1690
1696
|
end
|
1691
1697
|
|
@@ -210,8 +210,8 @@ module Aws::CloudWatch
|
|
210
210
|
#
|
211
211
|
#
|
212
212
|
#
|
213
|
-
# [1]:
|
214
|
-
# [2]:
|
213
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#dimension-combinations
|
214
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
|
215
215
|
# @option options [required, Time,DateTime,Date,Integer,String] :start_time
|
216
216
|
# The time stamp that determines the first data point to return. Start
|
217
217
|
# times are evaluated relative to the time that CloudWatch receives the
|
@@ -380,6 +380,7 @@ module Aws::CloudWatch
|
|
380
380
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
381
381
|
# `arn:aws:automate:region:ec2:terminate` \|
|
382
382
|
# `arn:aws:automate:region:ec2:recover` \|
|
383
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
383
384
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
384
385
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
385
386
|
# `
|
@@ -398,6 +399,7 @@ module Aws::CloudWatch
|
|
398
399
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
399
400
|
# `arn:aws:automate:region:ec2:terminate` \|
|
400
401
|
# `arn:aws:automate:region:ec2:recover` \|
|
402
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
401
403
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
402
404
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
403
405
|
# `
|
@@ -472,7 +474,7 @@ module Aws::CloudWatch
|
|
472
474
|
#
|
473
475
|
#
|
474
476
|
#
|
475
|
-
# [1]:
|
477
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation
|
476
478
|
# @option options [required, Float] :threshold
|
477
479
|
# The value against which the specified statistic is compared.
|
478
480
|
# @option options [required, String] :comparison_operator
|
@@ -489,7 +491,7 @@ module Aws::CloudWatch
|
|
489
491
|
#
|
490
492
|
#
|
491
493
|
#
|
492
|
-
# [1]:
|
494
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data
|
493
495
|
# @option options [String] :evaluate_low_sample_count_percentile
|
494
496
|
# Used only for alarms based on percentiles. If you specify `ignore`,
|
495
497
|
# the alarm state does not change during periods with too few data
|
@@ -503,13 +505,18 @@ module Aws::CloudWatch
|
|
503
505
|
#
|
504
506
|
#
|
505
507
|
#
|
506
|
-
# [1]:
|
508
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#percentiles-with-low-samples
|
507
509
|
# @option options [Array<Types::MetricDataQuery>] :metrics
|
508
510
|
# An array of `MetricDataQuery` structures that enable you to create an
|
509
511
|
# alarm based on the result of a metric math expression. Each item in
|
510
512
|
# the `Metrics` array either retrieves a metric or performs a math
|
511
513
|
# expression.
|
512
514
|
#
|
515
|
+
# One item in the `Metrics` array is the expression that the alarm
|
516
|
+
# watches. You designate this expression by setting `ReturnValue` to
|
517
|
+
# true for this object in the array. For more information, see
|
518
|
+
# MetricDataQuery.
|
519
|
+
#
|
513
520
|
# If you use the `Metrics` parameter, you cannot include the
|
514
521
|
# `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, or
|
515
522
|
# `ExtendedStatistic` parameters of `PutMetricAlarm` in the same
|
@@ -564,7 +564,7 @@ module Aws::CloudWatch
|
|
564
564
|
# that align with the value of the metric's `Period` and sync up with
|
565
565
|
# the beginning and end of an hour. For example, if the `Period` of a
|
566
566
|
# metric is 5 minutes, specifying 12:05 or 12:30 as `StartTime` can
|
567
|
-
# get a faster response from CloudWatch
|
567
|
+
# get a faster response from CloudWatch than setting 12:07 or 12:29 as
|
568
568
|
# the `StartTime`.
|
569
569
|
# @return [Time]
|
570
570
|
#
|
@@ -575,7 +575,7 @@ module Aws::CloudWatch
|
|
575
575
|
# that align with the value of the metric's `Period` and sync up with
|
576
576
|
# the beginning and end of an hour. For example, if the `Period` of a
|
577
577
|
# metric is 5 minutes, specifying 12:05 or 12:30 as `EndTime` can get
|
578
|
-
# a faster response from CloudWatch
|
578
|
+
# a faster response from CloudWatch than setting 12:07 or 12:29 as the
|
579
579
|
# `EndTime`.
|
580
580
|
# @return [Time]
|
581
581
|
#
|
@@ -667,8 +667,8 @@ module Aws::CloudWatch
|
|
667
667
|
#
|
668
668
|
#
|
669
669
|
#
|
670
|
-
# [1]:
|
671
|
-
# [2]:
|
670
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#dimension-combinations
|
671
|
+
# [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html
|
672
672
|
# @return [Array<Types::Dimension>]
|
673
673
|
#
|
674
674
|
# @!attribute [rw] start_time
|
@@ -817,8 +817,7 @@ module Aws::CloudWatch
|
|
817
817
|
# response with the content-type set to `text/xml`. The image data is
|
818
818
|
# in a `MetricWidgetImage` field. For example:
|
819
819
|
#
|
820
|
-
# ` <GetMetricWidgetImageResponse
|
821
|
-
# xmlns="http://monitoring.amazonaws.com/doc/2010-08-01/">`
|
820
|
+
# ` <GetMetricWidgetImageResponse xmlns=<URLstring>>`
|
822
821
|
#
|
823
822
|
# ` <GetMetricWidgetImageResult>`
|
824
823
|
#
|
@@ -1197,9 +1196,13 @@ module Aws::CloudWatch
|
|
1197
1196
|
# structures can include as many as 10 structures that contain a
|
1198
1197
|
# `MetricStat` parameter to retrieve a metric, and as many as 10
|
1199
1198
|
# structures that contain the `Expression` parameter to perform a math
|
1200
|
-
# expression.
|
1201
|
-
#
|
1202
|
-
#
|
1199
|
+
# expression. Of those `Expression` structures, one must have `True` as
|
1200
|
+
# the value for `ReturnData`. The result of this expression is the value
|
1201
|
+
# the alarm watches.
|
1202
|
+
#
|
1203
|
+
# Any expression used in a `PutMetricAlarm` operation must return a
|
1204
|
+
# single time series. For more information, see [Metric Math Syntax and
|
1205
|
+
# Functions][1] in the *Amazon CloudWatch User Guide*.
|
1203
1206
|
#
|
1204
1207
|
# Some of the parameters of this structure also have different uses
|
1205
1208
|
# whether you are using this structure in a `GetMetricData` operation or
|
@@ -1208,7 +1211,7 @@ module Aws::CloudWatch
|
|
1208
1211
|
#
|
1209
1212
|
#
|
1210
1213
|
#
|
1211
|
-
# [1]:
|
1214
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax
|
1212
1215
|
#
|
1213
1216
|
# @note When making an API call, you may pass MetricDataQuery
|
1214
1217
|
# data as a hash:
|
@@ -1267,7 +1270,7 @@ module Aws::CloudWatch
|
|
1267
1270
|
#
|
1268
1271
|
#
|
1269
1272
|
#
|
1270
|
-
# [1]:
|
1273
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/using-metric-math.html#metric-math-syntax
|
1271
1274
|
# @return [String]
|
1272
1275
|
#
|
1273
1276
|
# @!attribute [rw] label
|
@@ -1452,7 +1455,7 @@ module Aws::CloudWatch
|
|
1452
1455
|
#
|
1453
1456
|
#
|
1454
1457
|
#
|
1455
|
-
# [1]:
|
1458
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html#high-resolution-metrics
|
1456
1459
|
# @return [Integer]
|
1457
1460
|
#
|
1458
1461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/MetricDatum AWS API Documentation
|
@@ -1668,6 +1671,7 @@ module Aws::CloudWatch
|
|
1668
1671
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
1669
1672
|
# `arn:aws:automate:region:ec2:terminate` \|
|
1670
1673
|
# `arn:aws:automate:region:ec2:recover` \|
|
1674
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
1671
1675
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
1672
1676
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
1673
1677
|
# `
|
@@ -1688,6 +1692,7 @@ module Aws::CloudWatch
|
|
1688
1692
|
# Valid Values: `arn:aws:automate:region:ec2:stop` \|
|
1689
1693
|
# `arn:aws:automate:region:ec2:terminate` \|
|
1690
1694
|
# `arn:aws:automate:region:ec2:recover` \|
|
1695
|
+
# `arn:aws:automate:region:ec2:reboot` \|
|
1691
1696
|
# `arn:aws:sns:region:account-id:sns-topic-name ` \|
|
1692
1697
|
# `arn:aws:autoscaling:region:account-id:scalingPolicy:policy-idautoScalingGroupName/group-friendly-name:policyName/policy-friendly-name
|
1693
1698
|
# `
|
@@ -1790,7 +1795,7 @@ module Aws::CloudWatch
|
|
1790
1795
|
#
|
1791
1796
|
#
|
1792
1797
|
#
|
1793
|
-
# [1]:
|
1798
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarm-evaluation
|
1794
1799
|
# @return [Integer]
|
1795
1800
|
#
|
1796
1801
|
# @!attribute [rw] threshold
|
@@ -1813,7 +1818,7 @@ module Aws::CloudWatch
|
|
1813
1818
|
#
|
1814
1819
|
#
|
1815
1820
|
#
|
1816
|
-
# [1]:
|
1821
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#alarms-and-missing-data
|
1817
1822
|
# @return [String]
|
1818
1823
|
#
|
1819
1824
|
# @!attribute [rw] evaluate_low_sample_count_percentile
|
@@ -1829,7 +1834,7 @@ module Aws::CloudWatch
|
|
1829
1834
|
#
|
1830
1835
|
#
|
1831
1836
|
#
|
1832
|
-
# [1]:
|
1837
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#percentiles-with-low-samples
|
1833
1838
|
# @return [String]
|
1834
1839
|
#
|
1835
1840
|
# @!attribute [rw] metrics
|
@@ -1838,6 +1843,11 @@ module Aws::CloudWatch
|
|
1838
1843
|
# in the `Metrics` array either retrieves a metric or performs a math
|
1839
1844
|
# expression.
|
1840
1845
|
#
|
1846
|
+
# One item in the `Metrics` array is the expression that the alarm
|
1847
|
+
# watches. You designate this expression by setting `ReturnValue` to
|
1848
|
+
# true for this object in the array. For more information, see
|
1849
|
+
# MetricDataQuery.
|
1850
|
+
#
|
1841
1851
|
# If you use the `Metrics` parameter, you cannot include the
|
1842
1852
|
# `MetricName`, `Dimensions`, `Period`, `Namespace`, `Statistic`, or
|
1843
1853
|
# `ExtendedStatistic` parameters of `PutMetricAlarm` in the same
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cloudwatch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|