aws-sdk-cloudwatchrum 1.58.0 → 1.59.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: ce8964726555ee45cfac889040d8f3740e34e4d0905035a567bb49eb12d02244
4
- data.tar.gz: e09c48957437fd48f76c5e1488d7f45024aebc26b30b33635bae63d5fd1bb6d8
3
+ metadata.gz: ffb4bb7ff4d1d92fd91af18754e7ef26e7613ec980d0eef33ab430b623809c63
4
+ data.tar.gz: 8245fad78f8d1588986beb1dd07457628fe914a39625e007860514da70dd2a9e
5
5
  SHA512:
6
- metadata.gz: bff4955825830875a9b4a1fc966b71b3e008470b2a8dbb807f328787d9de65adb4c429846823ccb545ee2942f9fd8750b3068fecdfb00c70d5c8cc00b95d5280
7
- data.tar.gz: 821e49dfaddd1bb08a290adc5c1e59853c350c4fb9a2a01cd63ec2cccdd7b99454f80a74d8a96272fa7cb0faf13e8f2c2f623a904ce83d84239bff21cd3f0588
6
+ metadata.gz: 27cf68137b252ad18645a962cc86c49d4e8d1f0324a236d7ab84e23d5940eb70258e41db3fc7a898f2eba15280a711f0f87365e845b7e54c686834a15ad8242f
7
+ data.tar.gz: c4955d1db95f2a25822f7b48310badcd16c7544946717d5b91a5e43e6fa1752f24a758b3a69d36a2563412df86f6bf46fcd6be85ea573877fc5c2987ea805dfd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2026-05-27)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.58.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -1744,7 +1744,7 @@ module Aws::CloudWatchRUM
1744
1744
  tracer: tracer
1745
1745
  )
1746
1746
  context[:gem_name] = 'aws-sdk-cloudwatchrum'
1747
- context[:gem_version] = '1.58.0'
1747
+ context[:gem_version] = '1.59.0'
1748
1748
  Seahorse::Client::Request.new(handlers, context)
1749
1749
  end
1750
1750
 
@@ -55,7 +55,7 @@ module Aws::CloudWatchRUM
55
55
  autoload :EndpointProvider, 'aws-sdk-cloudwatchrum/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-cloudwatchrum/endpoints'
57
57
 
58
- GEM_VERSION = '1.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchrum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services