aws-sdk-ivschat 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: e2996d2a0228b3f67e0fea47b401b108882acd8d6262e791a2017d16ca345626
4
- data.tar.gz: fd4fe03ae7fd90ac5a5924e364f7d2e126282970d691c4dccc20a95bd02ac5af
3
+ metadata.gz: 898e504385e804c1e722f1006e4bca6079c1cbf52cedeabf311416870858eb81
4
+ data.tar.gz: 3e6538341aceb13164523de181ab82077d525b67710614a2fc6d9fcd6c4c54ab
5
5
  SHA512:
6
- metadata.gz: 4501c6b04df0439d66352ceb81c9bf84d738a8cd3dc5eb035e1f392385aa8b6ebec58225a870eff411fd3d5c2ee5185aea6220d3854e6262c82e3e16b1c909c5
7
- data.tar.gz: 1f3082f4b9d1f3364259d649891dfcc2c31301af26d47ef885f2734ebe0bea41645d679d3dc4a9063fe01b429d53f0ee53deaba6201e6d8ef46e94f9300a0c3e
6
+ metadata.gz: 1ab9adb7c23de1d28349eb92589f035b004cfbc4e82337ee2f82a4f7b9981514c6b8f029da37319d42718c3702ee62049a6ba4974bd1ddc9131843909a34e572
7
+ data.tar.gz: 59e6de4fe37aea1a9c3f6889c5acc9f63cb53236b89711aedb57ee5492bd6c7a871639cf4543aa39e215171ce6f918f9a2f797519dee9544c4f68274c5d79871
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2025-10-22)
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
@@ -1355,7 +1355,7 @@ module Aws::Ivschat
1355
1355
  tracer: tracer
1356
1356
  )
1357
1357
  context[:gem_name] = 'aws-sdk-ivschat'
1358
- context[:gem_version] = '1.49.0'
1358
+ context[:gem_version] = '1.50.0'
1359
1359
  Seahorse::Client::Request.new(handlers, context)
1360
1360
  end
1361
1361
 
@@ -13,22 +13,22 @@ module Aws::Ivschat
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,
@@ -55,7 +55,7 @@ module Aws::Ivschat
55
55
  autoload :EndpointProvider, 'aws-sdk-ivschat/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ivschat/endpoints'
57
57
 
58
- GEM_VERSION = '1.49.0'
58
+ GEM_VERSION = '1.50.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-ivschat
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