aws-sdk-qapps 1.23.0 → 1.24.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: 49d3970e5f78fe6a9480a88e231ac4963d665cd3264064fe2ed381343ed1d4fd
4
- data.tar.gz: 7d0782fc31fdf6a9630340adf5093e24f52980a71ff7d76b7505a2c7f628a8b8
3
+ metadata.gz: 7e630d1d8f3d25f4ebba813b3ced69401f2f3041937762c01ac40b9360ae24ed
4
+ data.tar.gz: 9284ea311bcbb3f3ba314b50ec346ee57941b9f39f5af07095bda7103a90669a
5
5
  SHA512:
6
- metadata.gz: 5e20fa41a4fbdace7814f3333d0b7b67a78dd944e80c04818ed335f7743829632daf6e414261388182b3791313303d6cad0a7764be959b1cc04796c458833ba8
7
- data.tar.gz: d3a98e2030ff36d53b7396dc1feee29cc01f82c22c0247fd7ad9d7f23f4e26d4961e83bbabb573a7dac07df9d3a4f5bc0a9e5fe250ec8f83cc3fba636986ce04
6
+ metadata.gz: 7105d24866d9f3c68e9de1e6b02ddd533ae306e1c2b0400cf8f3f0886e0249f834a1c9640dec7298a4dba6d5e94057c33db92932396ef104998499e41de539e4
7
+ data.tar.gz: 4f9d5717b185580054f1855324aa14201901245f0790cd409e84cd509c586b33b958af0492418f3ed4b1a0a9804f3a3df32fafc9667b8eb1f53fc05b5fc8b459
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.23.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -3349,7 +3349,7 @@ module Aws::QApps
3349
3349
  tracer: tracer
3350
3350
  )
3351
3351
  context[:gem_name] = 'aws-sdk-qapps'
3352
- context[:gem_version] = '1.23.0'
3352
+ context[:gem_version] = '1.24.0'
3353
3353
  Seahorse::Client::Request.new(handlers, context)
3354
3354
  end
3355
3355
 
@@ -13,22 +13,22 @@ module Aws::QApps
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,
data/lib/aws-sdk-qapps.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::QApps
55
55
  autoload :EndpointProvider, 'aws-sdk-qapps/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qapps/endpoints'
57
57
 
58
- GEM_VERSION = '1.23.0'
58
+ GEM_VERSION = '1.24.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-qapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services