aws-sdk-qbusiness 1.49.0 → 1.50.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: 798ef3d5b2c8e27b6ec3627974b9e232710a6fcbebb87b83c1fe68ca9420775e
4
- data.tar.gz: e0ac86ce17bd125d79fc543135f63e5fb26c804ddcfb5a2b8098327e68e7ccd6
3
+ metadata.gz: 88060a00dba7d1a7e28e8c3b4a4515dbcfe6df6cfddadeb4517ddf95fc0b25c5
4
+ data.tar.gz: 3cd3d3497ba9126193e8eb8130781e3b3d36b0753877c1d2cb6425ccef21c08f
5
5
  SHA512:
6
- metadata.gz: 82e419b2f7a623367bf466b2ea8834d48986abd52037c61545c52d5e80fcac4275a2bf61e0b84ffcadbbcf89417532600256d303b86249263e894ff7a66a2118
7
- data.tar.gz: eeef405381c745bc6e430d4683a3b33959c982863f9ab6a114ea76728ac9f553f1676bf10d88b6b7c5a1ae534ab2d403b660f88f0eaece0bbe73c94cb9729101
6
+ metadata.gz: 54bd402cf7c6e965cf9227e3b753de7d3424baa666bee3f560235bdc29e47580880996c9977e33df86c797da809763e7ac9afe497fec5356283f6ceefa921b31
7
+ data.tar.gz: 50e036439a25257cb771e8dfd530cd704953995f2e703aa2f7cc23fc9ba05160fe497c8ef9d90072e47f92714c19f5b6940548b9b0d716e7c1e47eeeb72780dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.49.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -683,7 +683,7 @@ module Aws::QBusiness
683
683
  tracer: tracer
684
684
  )
685
685
  context[:gem_name] = 'aws-sdk-qbusiness'
686
- context[:gem_version] = '1.49.0'
686
+ context[:gem_version] = '1.50.0'
687
687
  Seahorse::Client::Request.new(handlers, context)
688
688
  end
689
689
 
@@ -6255,7 +6255,7 @@ module Aws::QBusiness
6255
6255
  tracer: tracer
6256
6256
  )
6257
6257
  context[:gem_name] = 'aws-sdk-qbusiness'
6258
- context[:gem_version] = '1.49.0'
6258
+ context[:gem_version] = '1.50.0'
6259
6259
  Seahorse::Client::Request.new(handlers, context)
6260
6260
  end
6261
6261
 
@@ -13,17 +13,17 @@ module Aws::QBusiness
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_fips
19
19
  # 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.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute endpoint
24
24
  # Override the endpoint used to send this request
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :region,
@@ -57,7 +57,7 @@ module Aws::QBusiness
57
57
  autoload :AsyncClient, 'aws-sdk-qbusiness/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-qbusiness/event_streams'
59
59
 
60
- GEM_VERSION = '1.49.0'
60
+ GEM_VERSION = '1.50.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services