aws-sdk-cloudwatch 1.106.0 → 1.107.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8367cd3fce605a046cae966bc653790b7bb83cf851a421fdf065a884da29313
4
- data.tar.gz: c835b8f01d81813bd9ce0f3124bc84c45b213ec438da31527e33c0fc0dfa0769
3
+ metadata.gz: 4645517176daddcd11d61c07ae458f7fdd368c827f9502e189776985a39e0da9
4
+ data.tar.gz: 2d0337cd8b52d57118e8279e67a5fbc6973321106ebca7281ad5dea6ce4f73b9
5
5
  SHA512:
6
- metadata.gz: 03aba18f4403465f8f83adf8a47b3e45b26601ed66c6ba8e76cb104515cac705d0cbc5f4cad01c031d27827fa3392a2d386bfb1415d2870a4b4ea2eb113e3990
7
- data.tar.gz: dbcc3ee47b2c509bd562e2dedfb66f99530d2dfe26c84e58015baea34014ee39c6d937258626eb30dfd7be07bb77b703d3619b2104d33211884b76cf293f2ac2
6
+ metadata.gz: f9207bb8c200ff6b05f5ec85e66079518ba1bf6e216fde6f617edc7a28ed0af18cea4e3fd11faadc7055e6667cc7e6d671a2ca5b1649b792d539c6b1e603d2f6
7
+ data.tar.gz: 768e8b6908b0fdc88b1e75d33f2c647dc31e37edc02b9237c195c6facb3a8cdf1ed1cb690c65f0f6f9e4c84c231851fffc96bae744e7fe361cb0847a8bd3392d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.107.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.106.0 (2024-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
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.106.0'
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*.
@@ -58,7 +58,7 @@ module Aws::CloudWatch
58
58
  autoload :CompositeAlarm, 'aws-sdk-cloudwatch/composite_alarm'
59
59
  autoload :Metric, 'aws-sdk-cloudwatch/metric'
60
60
 
61
- GEM_VERSION = '1.106.0'
61
+ GEM_VERSION = '1.107.0'
62
62
 
63
63
  end
64
64
 
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.106.0
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-15 00:00:00.000000000 Z
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