aws-sdk-chime 1.109.0 → 1.110.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: 90521a374c34a3d94ceec462e0e5e494860918de2d348f2df6f8964367e9eb19
4
- data.tar.gz: 4937b448263b882fe11ce510f1363112e4ea0ba356bf6a2c9a2a25553cd5e140
3
+ metadata.gz: 43a8fe56740a4f5c49238c5d38c88da4a4c1de31614f46b538ba78c6f25bbdeb
4
+ data.tar.gz: 2a84726d7c0ff7a767788b6d6adf21f2bb0970d0c613bb4f4aea41187ce1131b
5
5
  SHA512:
6
- metadata.gz: bf95976f1c5c49c957781cc295cb05914956419c575065cb24fe64f4f290b9a6b24c94d7e0a85ff6b71d42dbcb2cb81215e7fd63e14f174fb05c0e927391131e
7
- data.tar.gz: 8d488970568dfb8b1b053f984bda110c7669ec9d217cd3138837c00d79be2a76a0df03e80ece5d5b12c44c77b1d047aaa77a2421dc22a48b58a37fde7964baa0
6
+ metadata.gz: 9017c7c13535d11e971021ff14c8c3ea718acbdfc640de4a38dcdfc3a25f0067f8d180608e91e3b1db863aa9c9d713d366660013e022fc6de7e2cf0b294f9b04
7
+ data.tar.gz: 45755ea727eb5e3b053a1ccc278a1a7d85a784d8591534de13a29ffe58e418ab78a6282123cd9eaedf6db55130f24bd96628c794a5349769d02c78d487efb02a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.109.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -3128,7 +3128,7 @@ module Aws::Chime
3128
3128
  tracer: tracer
3129
3129
  )
3130
3130
  context[:gem_name] = 'aws-sdk-chime'
3131
- context[:gem_version] = '1.109.0'
3131
+ context[:gem_version] = '1.110.0'
3132
3132
  Seahorse::Client::Request.new(handlers, context)
3133
3133
  end
3134
3134
 
@@ -13,22 +13,22 @@ module Aws::Chime
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-chime.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Chime
54
54
  autoload :EndpointProvider, 'aws-sdk-chime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chime/endpoints'
56
56
 
57
- GEM_VERSION = '1.109.0'
57
+ GEM_VERSION = '1.110.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-chime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.110.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services