aws-sdk-connectcases 1.53.0 → 1.54.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: 121a7ee6c8611d8ba4c5c405eb4ff67494d74d99e1235bacf3c51c19afc78164
4
- data.tar.gz: 1de73a1b14636bde3cf04960cefe9a2685d76e88b52035d0c30167d0b36148ce
3
+ metadata.gz: 1a15b2e6ce303737510adc57930f6ac38929d128df9e15d3d731f97125e1f740
4
+ data.tar.gz: 43312b212c04de36708ec844c922a026de30aa0bb62078adbc3d588759b8cc9d
5
5
  SHA512:
6
- metadata.gz: '09cb79ec657b1643c6cfde5c5b790c71cf7751dffb20eeaf902f355b0cc71276bc7044ae224a5148a74a6fd43a770ae41ac97facde2e5d3ea1b724298b8c3b88'
7
- data.tar.gz: a6fcecc3702d3e32b10497b1dbea45179f5a4fdbbea02a25c8638dafc16a735a53cb3dda9755656fccc7c06216ffc635a8caadd7b3dc6e1ca5700d62ba9301a2
6
+ metadata.gz: 7f805dece4d5d749a8f53e18863a02a40458e56111144683fe8128bd46c84f7678fa62b2127c0b02532f0067acbb3acadf372d213b1b93b9c140b8074d6e62df
7
+ data.tar.gz: 1acadaefbc464d5e8b342af787878cdc77c2f375e1772725d7a21a65758b2de183eb15726c4c2b8983250cc95065dbddd496f8ae744d48379fb6adc2952f8fd1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.53.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -3245,7 +3245,7 @@ module Aws::ConnectCases
3245
3245
  tracer: tracer
3246
3246
  )
3247
3247
  context[:gem_name] = 'aws-sdk-connectcases'
3248
- context[:gem_version] = '1.53.0'
3248
+ context[:gem_version] = '1.54.0'
3249
3249
  Seahorse::Client::Request.new(handlers, context)
3250
3250
  end
3251
3251
 
@@ -13,22 +13,22 @@ module Aws::ConnectCases
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::ConnectCases
55
55
  autoload :EndpointProvider, 'aws-sdk-connectcases/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-connectcases/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.54.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-connectcases
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services