aws-sdk-cloudwatch 1.65.0 → 1.66.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatch/client.rb +15 -8
- data/lib/aws-sdk-cloudwatch/metric.rb +3 -3
- data/lib/aws-sdk-cloudwatch/types.rb +4 -4
- data/lib/aws-sdk-cloudwatch.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fdecccc7a87d85d7e125b738ee02963887bc94956dbe93e7f05d104657c89ab
|
4
|
+
data.tar.gz: 3bb4035b961405e80ba140b665a2b8c3499e99fe342fc46ec8673331960511ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fd910c0471f2717f9571cf7058ce32bc1d0eab985a95bcd76e1a53036ca5e733519b68dfad394a3d091a4c28822640ef45eca47c91a5d2e780b59f608a8eee7
|
7
|
+
data.tar.gz: 9ec9f4f4c62249d07b9bd2e5b7a0ba9f5c90db057a4b38e14062e86ed65861b09c5db71a5755cb435a58469a084921ae366716da5101d741557c594875aefb5c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -397,7 +397,14 @@ module Aws::CloudWatch
|
|
397
397
|
req.send_request(options)
|
398
398
|
end
|
399
399
|
|
400
|
-
# Deletes the specified anomaly detection model from your account.
|
400
|
+
# Deletes the specified anomaly detection model from your account. For
|
401
|
+
# more information about how to delete an anomaly detection model, see
|
402
|
+
# [Deleting an anomaly detection model][1] in the *CloudWatch User
|
403
|
+
# Guide*.
|
404
|
+
#
|
405
|
+
#
|
406
|
+
#
|
407
|
+
# [1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Anomaly_Detection_Alarm.html#Delete_Anomaly_Detection_Model
|
401
408
|
#
|
402
409
|
# @option params [String] :namespace
|
403
410
|
# The namespace associated with the anomaly detection model to delete.
|
@@ -2949,7 +2956,7 @@ module Aws::CloudWatch
|
|
2949
2956
|
#
|
2950
2957
|
# However, if the metric is published with multiple types of units and
|
2951
2958
|
# you don't specify a unit, the alarm's behavior is not defined and it
|
2952
|
-
# behaves
|
2959
|
+
# behaves unpredictably.
|
2953
2960
|
#
|
2954
2961
|
# We recommend omitting `Unit` so that you don't inadvertently specify
|
2955
2962
|
# an incorrect unit that is not published for this metric. Doing so
|
@@ -3162,16 +3169,16 @@ module Aws::CloudWatch
|
|
3162
3169
|
# `PutMetricData` request, and supports retrieving percentile statistics
|
3163
3170
|
# on this data.
|
3164
3171
|
#
|
3165
|
-
# Each `PutMetricData` request is limited to
|
3172
|
+
# Each `PutMetricData` request is limited to 1 MB in size for HTTP POST
|
3166
3173
|
# requests. You can send a payload compressed by gzip. Each request is
|
3167
|
-
# also limited to no more than
|
3174
|
+
# also limited to no more than 1000 different metrics.
|
3168
3175
|
#
|
3169
3176
|
# Although the `Value` parameter accepts numbers of type `Double`,
|
3170
3177
|
# CloudWatch rejects values that are either too small or too large.
|
3171
3178
|
# Values must be in the range of -2^360 to 2^360. In addition, special
|
3172
3179
|
# values (for example, NaN, +Infinity, -Infinity) are not supported.
|
3173
3180
|
#
|
3174
|
-
# You can use up to
|
3181
|
+
# You can use up to 30 dimensions per metric to further clarify what
|
3175
3182
|
# data the metric collects. Each dimension consists of a Name and Value
|
3176
3183
|
# pair. For more information about specifying dimensions, see
|
3177
3184
|
# [Publishing Metrics][2] in the *Amazon CloudWatch User Guide*.
|
@@ -3212,8 +3219,8 @@ module Aws::CloudWatch
|
|
3212
3219
|
# should not specify a namespace that begins with `AWS/`
|
3213
3220
|
#
|
3214
3221
|
# @option params [required, Array<Types::MetricDatum>] :metric_data
|
3215
|
-
# The data for the metric. The array can include no more than
|
3216
|
-
# per call.
|
3222
|
+
# The data for the metric. The array can include no more than 1000
|
3223
|
+
# metrics per call.
|
3217
3224
|
#
|
3218
3225
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3219
3226
|
#
|
@@ -3662,7 +3669,7 @@ module Aws::CloudWatch
|
|
3662
3669
|
params: params,
|
3663
3670
|
config: config)
|
3664
3671
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
3665
|
-
context[:gem_version] = '1.
|
3672
|
+
context[:gem_version] = '1.66.0'
|
3666
3673
|
Seahorse::Client::Request.new(handlers, context)
|
3667
3674
|
end
|
3668
3675
|
|
@@ -486,7 +486,7 @@ module Aws::CloudWatch
|
|
486
486
|
#
|
487
487
|
# However, if the metric is published with multiple types of units and
|
488
488
|
# you don't specify a unit, the alarm's behavior is not defined and it
|
489
|
-
# behaves
|
489
|
+
# behaves unpredictably.
|
490
490
|
#
|
491
491
|
# We recommend omitting `Unit` so that you don't inadvertently specify
|
492
492
|
# an incorrect unit that is not published for this metric. Doing so
|
@@ -645,8 +645,8 @@ module Aws::CloudWatch
|
|
645
645
|
# })
|
646
646
|
# @param [Hash] options ({})
|
647
647
|
# @option options [required, Array<Types::MetricDatum>] :metric_data
|
648
|
-
# The data for the metric. The array can include no more than
|
649
|
-
# per call.
|
648
|
+
# The data for the metric. The array can include no more than 1000
|
649
|
+
# metrics per call.
|
650
650
|
# @return [EmptyStructure]
|
651
651
|
def put_data(options = {})
|
652
652
|
options = Aws::Util.deep_merge(options,
|
@@ -1090,7 +1090,7 @@ module Aws::CloudWatch
|
|
1090
1090
|
# many Amazon EC2 metrics publish `InstanceId` as a dimension name, and
|
1091
1091
|
# the actual instance ID as the value for that dimension.
|
1092
1092
|
#
|
1093
|
-
# You can assign up to
|
1093
|
+
# You can assign up to 30 dimensions to a metric.
|
1094
1094
|
#
|
1095
1095
|
# @note When making an API call, you may pass Dimension
|
1096
1096
|
# data as a hash:
|
@@ -3011,7 +3011,7 @@ module Aws::CloudWatch
|
|
3011
3011
|
# period. Each unique value is listed just once in this array, and the
|
3012
3012
|
# corresponding number in the `Counts` array specifies the number of
|
3013
3013
|
# times that value occurred during the period. You can include up to
|
3014
|
-
#
|
3014
|
+
# 500 unique values in each `PutMetricData` action that specifies a
|
3015
3015
|
# `Values` array.
|
3016
3016
|
#
|
3017
3017
|
# Although the `Values` array accepts numbers of type `Double`,
|
@@ -4082,7 +4082,7 @@ module Aws::CloudWatch
|
|
4082
4082
|
#
|
4083
4083
|
# However, if the metric is published with multiple types of units and
|
4084
4084
|
# you don't specify a unit, the alarm's behavior is not defined and
|
4085
|
-
# it behaves
|
4085
|
+
# it behaves unpredictably.
|
4086
4086
|
#
|
4087
4087
|
# We recommend omitting `Unit` so that you don't inadvertently
|
4088
4088
|
# specify an incorrect unit that is not published for this metric.
|
@@ -4288,7 +4288,7 @@ module Aws::CloudWatch
|
|
4288
4288
|
# @return [String]
|
4289
4289
|
#
|
4290
4290
|
# @!attribute [rw] metric_data
|
4291
|
-
# The data for the metric. The array can include no more than
|
4291
|
+
# The data for the metric. The array can include no more than 1000
|
4292
4292
|
# metrics per call.
|
4293
4293
|
# @return [Array<Types::MetricDatum>]
|
4294
4294
|
#
|
data/lib/aws-sdk-cloudwatch.rb
CHANGED
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.66.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: 2022-
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|