aws-sdk-launchwizard 1.36.0 → 1.37.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: 9b50bff01fb2c033bc46f310f61d632e1d1d28e7f5b572f242dbad77b7374270
4
- data.tar.gz: 702c964e681d50d9150e0481077a8c652729bb07892130a2b1c251a9be999b73
3
+ metadata.gz: 1d6d2277463b7f3aa06dd2596af6fdb822cccbfb546136d7aefffd243b4831be
4
+ data.tar.gz: b9fa4f4e901d158c4f0a2035dba6e77d914d65bd7694fdb38a2557bd819f4998
5
5
  SHA512:
6
- metadata.gz: 3519b6fdaff6b8d3c5d77a2513c454825bdb6a80faa042f11d71a2420f265b53da878b703687a0bd2093c757922fddcdc793d9f6a1fd98dfcf576e51019fac80
7
- data.tar.gz: fad429a1a24f95fb7130fe11428e3fb702d31aeaae388ff2a620b5130f5bef2859317ae9ecc83651d7017348e1a441c1d425763c24006311515c75d6669d701d
6
+ metadata.gz: 8100ef7f443a97b390d3b8e5194b7fdc923e8881b0fe24db20da5aa70b128d09e4003640fa1edbcb8c9170138805d427c467cabb88f130ab2f8984eb60fbb047
7
+ data.tar.gz: f06d52a2cc9dac17599324eaf99c0ca7000fa0bdc5d8a4ba0e57b07c3eed5a61cfeba84b0fb36c4cc1426c1cb2341368c30d18fd3a4364eee6d19e7ca09499c4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -1661,7 +1661,7 @@ module Aws::LaunchWizard
1661
1661
  tracer: tracer
1662
1662
  )
1663
1663
  context[:gem_name] = 'aws-sdk-launchwizard'
1664
- context[:gem_version] = '1.36.0'
1664
+ context[:gem_version] = '1.37.0'
1665
1665
  Seahorse::Client::Request.new(handlers, context)
1666
1666
  end
1667
1667
 
@@ -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.36.0'
58
+ GEM_VERSION = '1.37.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -175,7 +175,7 @@ module Aws
175
175
  {
176
176
  name: ("updateFromVersion"),
177
177
  values: Array[::String]
178
- },
178
+ }
179
179
  ]
180
180
  ) -> _ListDeploymentPatternVersionsResponseSuccess
181
181
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDeploymentPatternVersionsResponseSuccess
@@ -191,7 +191,7 @@ module Aws
191
191
  {
192
192
  name: ("WORKLOAD_NAME" | "DEPLOYMENT_STATUS")?,
193
193
  values: Array[::String]?
194
- },
194
+ }
195
195
  ],
196
196
  ?max_results: ::Integer,
197
197
  ?next_token: ::String
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.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services