aws-sdk-cloudwatch 1.45.0 → 1.46.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4970b3a61258b6678d3ff236f556dc853f88713468c4df4c237459fbb0e9e58
4
- data.tar.gz: b35bc1caef1e7e611979c9c76859fe9f8aba93807eca74fb0fc35e165b7fcd6b
3
+ metadata.gz: 1347762bcffca8868d6ad9213c7cfd1d938f9bd0ff3d625fa1150b5748b79258
4
+ data.tar.gz: 004300b9fb06235b2e748fd7a948479bbb4a432f6e0f3b28a254356f62f9bf16
5
5
  SHA512:
6
- metadata.gz: e284b6a709d107f3e305336f0edcd6bf638e2d70a53bc72741a7522367e9d6e5ef9fa72699f1a973e4f6acb13c53684ae918fa2702890b1d3665f2f2b274ae59
7
- data.tar.gz: 2856c0d2ec2ff7e9a729e4d37e577fb808c977a8e2060f6dd3e50251fea0ec12b26184b2c508695c0a73532222296e09f93604f979df3dc684936cdef4c4643f
6
+ metadata.gz: 3dd159ec62cf5bd822acde7677769e944236e22504d2cb03946063627ec1201e1be35e588aedf10a7c05f42667cfdcc90e807e3042b3561790026746d1f49418
7
+ data.tar.gz: 7535b020ff585ca226f974cf0505f4d2d9b950beace1f7b61fc4af3d67b5ac3da89cf29db57b5c916d5138837b20d0998ede397cae04df03e7df9742d95a7ac6
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatch/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatch
54
54
 
55
- GEM_VERSION = '1.45.0'
55
+ GEM_VERSION = '1.46.0'
56
56
 
57
57
  end
@@ -201,7 +201,7 @@ module Aws::CloudWatch
201
201
  # metric math expression. Each structure either retrieves a metric or
202
202
  # performs a math expression. One item in the Metrics array is the math
203
203
  # expression that the alarm watches. This expression by designated by
204
- # having `ReturnValue` set to true.
204
+ # having `ReturnData` set to true.
205
205
  # @return [Array<Types::MetricDataQuery>]
206
206
  def metrics
207
207
  data[:metrics]
@@ -739,6 +739,11 @@ module Aws::CloudWatch
739
739
  # Retrieves the alarms for the specified metric. To filter the results,
740
740
  # specify a statistic, period, or unit.
741
741
  #
742
+ # This operation retrieves only standard alarms that are based on the
743
+ # specified metric. It does not return alarms based on math expressions
744
+ # that use the specified metric, or composite alarms that use the
745
+ # specified metric.
746
+ #
742
747
  # @option params [required, String] :metric_name
743
748
  # The name of the metric.
744
749
  #
@@ -921,7 +926,6 @@ module Aws::CloudWatch
921
926
  end
922
927
 
923
928
  # Returns a list of all the Contributor Insights rules in your account.
924
- # All rules in your account are returned with a single operation.
925
929
  #
926
930
  # For more information about Contributor Insights, see [Using
927
931
  # Contributor Insights to Analyze High-Cardinality Data][1].
@@ -931,11 +935,12 @@ module Aws::CloudWatch
931
935
  # [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContributorInsights.html
932
936
  #
933
937
  # @option params [String] :next_token
934
- # Reserved for future use.
938
+ # Include this value, if it was returned by the previous operation, to
939
+ # get the next set of rules.
935
940
  #
936
941
  # @option params [Integer] :max_results
937
- # This parameter is not currently used. Reserved for future use. If it
938
- # is used in the future, the maximum value might be different.
942
+ # The maximum number of results to return in one operation. If you omit
943
+ # this parameter, the default of 500 is used.
939
944
  #
940
945
  # @return [Types::DescribeInsightRulesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
941
946
  #
@@ -1376,8 +1381,8 @@ module Aws::CloudWatch
1376
1381
  # response from CloudWatch than setting 12:07 or 12:29 as the `EndTime`.
1377
1382
  #
1378
1383
  # @option params [String] :next_token
1379
- # Include this value, if it was returned by the previous call, to get
1380
- # the next set of data points.
1384
+ # Include this value, if it was returned by the previous `GetMetricData`
1385
+ # operation, to get the next set of data points.
1381
1386
  #
1382
1387
  # @option params [String] :scan_by
1383
1388
  # The order in which data points should be returned.
@@ -1837,13 +1842,16 @@ module Aws::CloudWatch
1837
1842
  # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetMetricStatistics.html
1838
1843
  #
1839
1844
  # @option params [String] :namespace
1840
- # The namespace to filter against.
1845
+ # The metric namespace to filter against. Only the namespace that
1846
+ # matches exactly will be returned.
1841
1847
  #
1842
1848
  # @option params [String] :metric_name
1843
- # The name of the metric to filter against.
1849
+ # The name of the metric to filter against. Only the metrics with names
1850
+ # that match exactly will be returned.
1844
1851
  #
1845
1852
  # @option params [Array<Types::DimensionFilter>] :dimensions
1846
- # The dimensions to filter against.
1853
+ # The dimensions to filter against. Only the dimensions that match
1854
+ # exactly will be returned.
1847
1855
  #
1848
1856
  # @option params [String] :next_token
1849
1857
  # The token returned by a previous call to indicate that there is more
@@ -1974,8 +1982,6 @@ module Aws::CloudWatch
1974
1982
  # The configuration can also include the time zone to use for the
1975
1983
  # metric.
1976
1984
  #
1977
- # You can in
1978
- #
1979
1985
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1980
1986
  #
1981
1987
  # @example Request syntax with placeholder values
@@ -2594,8 +2600,8 @@ module Aws::CloudWatch
2594
2600
  # a math expression.
2595
2601
  #
2596
2602
  # One item in the `Metrics` array is the expression that the alarm
2597
- # watches. You designate this expression by setting `ReturnValue` to
2598
- # true for this object in the array. For more information, see
2603
+ # watches. You designate this expression by setting `ReturnData` to true
2604
+ # for this object in the array. For more information, see
2599
2605
  # [MetricDataQuery][1].
2600
2606
  #
2601
2607
  # If you use the `Metrics` parameter, you cannot include the
@@ -2725,6 +2731,10 @@ module Aws::CloudWatch
2725
2731
  # pair. For more information about specifying dimensions, see
2726
2732
  # [Publishing Metrics][2] in the *Amazon CloudWatch User Guide*.
2727
2733
  #
2734
+ # You specify the time stamp to be associated with each data point. You
2735
+ # can specify time stamps that are as much as two weeks before the
2736
+ # current date, and as much as 2 hours after the current day and time.
2737
+ #
2728
2738
  # Data points with time stamps from 24 hours ago or longer can take at
2729
2739
  # least 48 hours to become available for [GetMetricData][3] or
2730
2740
  # [GetMetricStatistics][4] from the time they are submitted. Data points
@@ -2977,7 +2987,7 @@ module Aws::CloudWatch
2977
2987
  params: params,
2978
2988
  config: config)
2979
2989
  context[:gem_name] = 'aws-sdk-cloudwatch'
2980
- context[:gem_version] = '1.45.0'
2990
+ context[:gem_version] = '1.46.0'
2981
2991
  Seahorse::Client::Request.new(handlers, context)
2982
2992
  end
2983
2993
 
@@ -552,8 +552,8 @@ module Aws::CloudWatch
552
552
  # a math expression.
553
553
  #
554
554
  # One item in the `Metrics` array is the expression that the alarm
555
- # watches. You designate this expression by setting `ReturnValue` to
556
- # true for this object in the array. For more information, see
555
+ # watches. You designate this expression by setting `ReturnData` to true
556
+ # for this object in the array. For more information, see
557
557
  # [MetricDataQuery][1].
558
558
  #
559
559
  # If you use the `Metrics` parameter, you cannot include the
@@ -257,11 +257,14 @@ module Aws::CloudWatch
257
257
  # })
258
258
  # @param [Hash] options ({})
259
259
  # @option options [String] :namespace
260
- # The namespace to filter against.
260
+ # The metric namespace to filter against. Only the namespace that
261
+ # matches exactly will be returned.
261
262
  # @option options [String] :metric_name
262
- # The name of the metric to filter against.
263
+ # The name of the metric to filter against. Only the metrics with names
264
+ # that match exactly will be returned.
263
265
  # @option options [Array<Types::DimensionFilter>] :dimensions
264
- # The dimensions to filter against.
266
+ # The dimensions to filter against. Only the dimensions that match
267
+ # exactly will be returned.
265
268
  # @option options [String] :recently_active
266
269
  # To filter the results to show only metrics that have had data points
267
270
  # published in the past three hours, specify this parameter with a value
@@ -871,12 +871,13 @@ module Aws::CloudWatch
871
871
  # }
872
872
  #
873
873
  # @!attribute [rw] next_token
874
- # Reserved for future use.
874
+ # Include this value, if it was returned by the previous operation, to
875
+ # get the next set of rules.
875
876
  # @return [String]
876
877
  #
877
878
  # @!attribute [rw] max_results
878
- # This parameter is not currently used. Reserved for future use. If it
879
- # is used in the future, the maximum value might be different.
879
+ # The maximum number of results to return in one operation. If you
880
+ # omit this parameter, the default of 500 is used.
880
881
  # @return [Integer]
881
882
  #
882
883
  # @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DescribeInsightRulesInput AWS API Documentation
@@ -889,7 +890,8 @@ module Aws::CloudWatch
889
890
  end
890
891
 
891
892
  # @!attribute [rw] next_token
892
- # Reserved for future use.
893
+ # If this parameter is present, it is a token that marks the start of
894
+ # the next batch of returned results.
893
895
  # @return [String]
894
896
  #
895
897
  # @!attribute [rw] insight_rules
@@ -925,7 +927,8 @@ module Aws::CloudWatch
925
927
  # @return [String]
926
928
  #
927
929
  # @!attribute [rw] value
928
- # The value of the dimension.
930
+ # The value of the dimension. Dimension values cannot contain blank
931
+ # spaces or non-ASCII characters.
929
932
  # @return [String]
930
933
  #
931
934
  # @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/Dimension AWS API Documentation
@@ -1354,8 +1357,8 @@ module Aws::CloudWatch
1354
1357
  # @return [Time]
1355
1358
  #
1356
1359
  # @!attribute [rw] next_token
1357
- # Include this value, if it was returned by the previous call, to get
1358
- # the next set of data points.
1360
+ # Include this value, if it was returned by the previous
1361
+ # `GetMetricData` operation, to get the next set of data points.
1359
1362
  # @return [String]
1360
1363
  #
1361
1364
  # @!attribute [rw] scan_by
@@ -2006,15 +2009,18 @@ module Aws::CloudWatch
2006
2009
  # }
2007
2010
  #
2008
2011
  # @!attribute [rw] namespace
2009
- # The namespace to filter against.
2012
+ # The metric namespace to filter against. Only the namespace that
2013
+ # matches exactly will be returned.
2010
2014
  # @return [String]
2011
2015
  #
2012
2016
  # @!attribute [rw] metric_name
2013
- # The name of the metric to filter against.
2017
+ # The name of the metric to filter against. Only the metrics with
2018
+ # names that match exactly will be returned.
2014
2019
  # @return [String]
2015
2020
  #
2016
2021
  # @!attribute [rw] dimensions
2017
- # The dimensions to filter against.
2022
+ # The dimensions to filter against. Only the dimensions that match
2023
+ # exactly will be returned.
2018
2024
  # @return [Array<Types::DimensionFilter>]
2019
2025
  #
2020
2026
  # @!attribute [rw] next_token
@@ -2294,7 +2300,7 @@ module Aws::CloudWatch
2294
2300
  # metric math expression. Each structure either retrieves a metric or
2295
2301
  # performs a math expression. One item in the Metrics array is the
2296
2302
  # math expression that the alarm watches. This expression by
2297
- # designated by having `ReturnValue` set to true.
2303
+ # designated by having `ReturnData` set to true.
2298
2304
  # @return [Array<Types::MetricDataQuery>]
2299
2305
  #
2300
2306
  # @!attribute [rw] threshold_metric_id
@@ -2823,8 +2829,6 @@ module Aws::CloudWatch
2823
2829
  #
2824
2830
  # The configuration can also include the time zone to use for the
2825
2831
  # metric.
2826
- #
2827
- # You can in
2828
2832
  # @return [Types::AnomalyDetectorConfiguration]
2829
2833
  #
2830
2834
  # @see http://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/PutAnomalyDetectorInput AWS API Documentation
@@ -3414,7 +3418,7 @@ module Aws::CloudWatch
3414
3418
  # performs a math expression.
3415
3419
  #
3416
3420
  # One item in the `Metrics` array is the expression that the alarm
3417
- # watches. You designate this expression by setting `ReturnValue` to
3421
+ # watches. You designate this expression by setting `ReturnData` to
3418
3422
  # true for this object in the array. For more information, see
3419
3423
  # [MetricDataQuery][1].
3420
3424
  #
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.45.0
4
+ version: 1.46.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: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core