aws-sdk-launchwizard 1.38.0 → 1.39.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: a6062dd11211bd147ebf2c639956f30b4915d3c59281839dbe565e0ca85429f0
4
- data.tar.gz: 7eadc293550ab290f03af8a084884c2a64b474163c66c671053c77fd452b8b87
3
+ metadata.gz: cd81bd749e92a225ae7f61ba29061d1b8b0298fd14e341d9a4b6d7ad278655bd
4
+ data.tar.gz: 3a547e2a3c646495207aece41ba4d360463fdfcdaca2e46137129097d7be0e2a
5
5
  SHA512:
6
- metadata.gz: 9839d250a661116a9f79f81c42b77beae5881d33c295e305b4196313f8d0e599767308a95e4e17dbf828fe94cf7fbc31fb8215cb10c0c293f00a32c1f466f8f8
7
- data.tar.gz: 36714e16edc79d45c2e6992b7cba5f27bfeb9e5bc15ebdeac043704ca815108052f698aa9db6be1134b9b1b51fcd592f8f15e2a70b07ae92aac0286563ca030a
6
+ metadata.gz: 4a25dde6b263534e5882fe7ebcd69cf8dda4e8b48d4306fc08b59f314b59e2aa53dce133d839f1ca22c5a64f3872d5979276ee66314f47294650fc1a8ab05b35
7
+ data.tar.gz: fc56031239eb53aa9be0bd31863aec52d1e829f13998473696f28554297d76139542f849b1d3ba4969b5fc16ca7c90e2c09141e8780bccdaf61b864c63ee5a23
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2026-05-27)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.38.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -1659,7 +1659,7 @@ module Aws::LaunchWizard
1659
1659
  tracer: tracer
1660
1660
  )
1661
1661
  context[:gem_name] = 'aws-sdk-launchwizard'
1662
- context[:gem_version] = '1.38.0'
1662
+ context[:gem_version] = '1.39.0'
1663
1663
  Seahorse::Client::Request.new(handlers, context)
1664
1664
  end
1665
1665
 
@@ -55,7 +55,7 @@ module Aws::LaunchWizard
55
55
  autoload :EndpointProvider, 'aws-sdk-launchwizard/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-launchwizard/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.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-launchwizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services