aws-sdk-launchwizard 1.29.0 → 1.30.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: 9aebac4acf9e6e4996a11d2cee783497c702f63778b0378a635b8e8f724cd608
4
- data.tar.gz: c42d7cf4f7032a1321dd4b35265f60d95a461c7351d0331bfe9d09288aa40a03
3
+ metadata.gz: 9ecd3406c7ae4f73956683f0d79850483347996751a8e0718aad07ddfca8e7a9
4
+ data.tar.gz: de42f8296b2ef77ca99fc6db2cbbfc66cd9d0ddaa8473edd89bd780197ed47a9
5
5
  SHA512:
6
- metadata.gz: b99f79acaf841f967b7b7cf04e72100bf3b74d08fb665a2900dd154cb8e59f7b7ad578ec708ca64bb6cbd707b272a5a9433a25caca2e857580d53cbbd1703b3b
7
- data.tar.gz: b2e2a2523efd729330656e791ca67733bd2709ed21e5e3ff63757bef23817eb7230e68a8fb3bb6af658f359323f5e0f8e6e5b5a7609be446de3feaf0f1a1192f
6
+ metadata.gz: 6864ba7719481ed54cd7a9758df484e0f616499ea0349bce03cad02c91ac49d5c5544ce760f8c1e8a9063c0cffab7e65afac50983ee7de93c8cd0427c61c8caf
7
+ data.tar.gz: cf2f3110c2868424cff0471d09c36e35712f9527fa3d13eb49374017bf2a7475e398d8d170a3630bb6201a0b1a930707f772a08f7caaf1e143746cca45a48e5b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.29.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1028,7 +1028,7 @@ module Aws::LaunchWizard
1028
1028
  tracer: tracer
1029
1029
  )
1030
1030
  context[:gem_name] = 'aws-sdk-launchwizard'
1031
- context[:gem_version] = '1.29.0'
1031
+ context[:gem_version] = '1.30.0'
1032
1032
  Seahorse::Client::Request.new(handlers, context)
1033
1033
  end
1034
1034
 
@@ -13,22 +13,22 @@ module Aws::LaunchWizard
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::LaunchWizard
54
54
  autoload :EndpointProvider, 'aws-sdk-launchwizard/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-launchwizard/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.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-launchwizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services