aws-sdk-cloudwatch 1.106.0 → 1.107.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 +1 -2
- data/lib/aws-sdk-cloudwatch/metric.rb +0 -1
- data/lib/aws-sdk-cloudwatch/types.rb +0 -1
- 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: 4645517176daddcd11d61c07ae458f7fdd368c827f9502e189776985a39e0da9
|
|
4
|
+
data.tar.gz: 2d0337cd8b52d57118e8279e67a5fbc6973321106ebca7281ad5dea6ce4f73b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f9207bb8c200ff6b05f5ec85e66079518ba1bf6e216fde6f617edc7a28ed0af18cea4e3fd11faadc7055e6667cc7e6d671a2ca5b1649b792d539c6b1e603d2f6
|
|
7
|
+
data.tar.gz: 768e8b6908b0fdc88b1e75d33f2c647dc31e37edc02b9237c195c6facb3a8cdf1ed1cb690c65f0f6f9e4c84c231851fffc96bae744e7fe361cb0847a8bd3392d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.107.0
|
|
@@ -3769,7 +3769,6 @@ module Aws::CloudWatch
|
|
|
3769
3769
|
#
|
|
3770
3770
|
# * `MissingRequiredFields` - There are missing required fields in the
|
|
3771
3771
|
# `KeyAttributes` for the provided `Type`.
|
|
3772
|
-
#
|
|
3773
3772
|
# For details of the requirements for specifying an entity, see [How
|
|
3774
3773
|
# to add related information to telemetry][1] in the *CloudWatch User
|
|
3775
3774
|
# Guide*.
|
|
@@ -4282,7 +4281,7 @@ module Aws::CloudWatch
|
|
|
4282
4281
|
tracer: tracer
|
|
4283
4282
|
)
|
|
4284
4283
|
context[:gem_name] = 'aws-sdk-cloudwatch'
|
|
4285
|
-
context[:gem_version] = '1.
|
|
4284
|
+
context[:gem_version] = '1.107.0'
|
|
4286
4285
|
Seahorse::Client::Request.new(handlers, context)
|
|
4287
4286
|
end
|
|
4288
4287
|
|
|
@@ -880,7 +880,6 @@ module Aws::CloudWatch
|
|
|
880
880
|
#
|
|
881
881
|
# * `MissingRequiredFields` - There are missing required fields in the
|
|
882
882
|
# `KeyAttributes` for the provided `Type`.
|
|
883
|
-
#
|
|
884
883
|
# For details of the requirements for specifying an entity, see [How
|
|
885
884
|
# to add related information to telemetry][1] in the *CloudWatch User
|
|
886
885
|
# Guide*.
|
|
@@ -4223,7 +4223,6 @@ module Aws::CloudWatch
|
|
|
4223
4223
|
#
|
|
4224
4224
|
# * `MissingRequiredFields` - There are missing required fields in
|
|
4225
4225
|
# the `KeyAttributes` for the provided `Type`.
|
|
4226
|
-
#
|
|
4227
4226
|
# For details of the requirements for specifying an entity, see [How
|
|
4228
4227
|
# to add related information to telemetry][1] in the *CloudWatch
|
|
4229
4228
|
# User Guide*.
|
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.107.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: 2024-11-
|
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|