aws-sdk-migrationhubrefactorspaces 1.55.0 → 1.56.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: 120ec2ba3e21dd04312e6557191594ccf59695d924cbfded3f7263d44400807a
4
- data.tar.gz: d98bf85212381eb3a334226136c07678bf962059f28fd212faaf6380e3cc5040
3
+ metadata.gz: 172bc387e7acc6cd8ef609354e1155148752173ec3acc06e01fab6c6c969cdcf
4
+ data.tar.gz: '099716052d6ac93180a38d019e7c33c78c288f92d975e375a6d08c0c67f32c14'
5
5
  SHA512:
6
- metadata.gz: 80070317d8171ddb2fb8fa1779434ae7f4f86c395450505c957ba0c18b4aa92e572d0a55e7b7aed5b432a8509fab4f912467b76dbc3534f50cef237d95db76b3
7
- data.tar.gz: 84eb89a6d22efc16e51dcd80685781584fdc686599fa0c10b9fc924ce9702f2ad88ac0fccc0c4084abb8d9fe22762b068f0aebd854e6a3bbcbd97515b8195216
6
+ metadata.gz: bd56701fa71543868084ad8835e13ede2f7c2579845d5b7a7230cd92bc3204610329361c812c2b39429744c098f6c5903787cc8bf0fa5aa29c4fc40f1e06a0fe
7
+ data.tar.gz: 78b97abf0e09cc774446fa77c1abd809a882d69ee2a3f4f6724465bd9cf6ebacc11c78e8050fb8cfe685cd514e7fd550a83190b8fc4d9f12f4eff8fee5994346
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2026-05-22)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.55.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -2038,7 +2038,7 @@ module Aws::MigrationHubRefactorSpaces
2038
2038
  tracer: tracer
2039
2039
  )
2040
2040
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
2041
- context[:gem_version] = '1.55.0'
2041
+ context[:gem_version] = '1.56.0'
2042
2042
  Seahorse::Client::Request.new(handlers, context)
2043
2043
  end
2044
2044
 
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.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-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services