aws-sdk-ssmcontacts 1.62.0 → 1.63.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: 9a57b1c1c914cd1423e63d443ac20298628e6e5db8645a5f931f24973950bd88
4
- data.tar.gz: 9055ba74b5b86726513e85c3c1dfb488a19c80c184a5eace6ee120a52c478e02
3
+ metadata.gz: 45989a2ef974ea9427425b5d9f6e24de3f6812e7dd2bedada3e9c3ff56895168
4
+ data.tar.gz: 51d1e9e179c797ed6efb7d2a773819f83d0e1f9e4c3ef6c7dac5bd3dde7be3e5
5
5
  SHA512:
6
- metadata.gz: dd2e59fc536be4c7d091334cb9ede075671e19b62faf8ecb3e2c4ba250b5b0812ff608959d1470f46bb6d8918f3adacb044740fdf53725b83c279018390eb574
7
- data.tar.gz: 0acabfcc6e03ebc966048e3523a3840d070033c43c77310b66615b1dea5c7b648bc3571db566d1d043475330ada89fb32caf72ef7713edc3076c02af1fd55176
6
+ metadata.gz: b24039baee1aa9ff5c4f9b02ccc4d0f9fce33ae7e05a5ae732601d9889a2de8d96481230fcd8f7c2461b490d448b32ff609ebc8cf9bdceb9d2f73b24e2b97597
7
+ data.tar.gz: 17f8049b821850d8b11758532a9b27729bcd13e42d71ed165d9a85c0c9a7a749b627f0c76bc40c1c6e3402603ab1a9fd0f1f51b868809c101ca8fa2c40a6e175
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2026-05-27)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.62.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -2456,7 +2456,7 @@ module Aws::SSMContacts
2456
2456
  tracer: tracer
2457
2457
  )
2458
2458
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2459
- context[:gem_version] = '1.62.0'
2459
+ context[:gem_version] = '1.63.0'
2460
2460
  Seahorse::Client::Request.new(handlers, context)
2461
2461
  end
2462
2462
 
@@ -54,7 +54,7 @@ module Aws::SSMContacts
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmcontacts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmcontacts/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.63.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services