aws-sdk-voiceid 1.48.0 → 1.49.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: dbaf2f4caa95b9a84b67d75b89106a7948630d6d890fa001ad9aab9be75b5dd1
4
- data.tar.gz: d7a3557d7b3e468136d2ab521188464b2c091ecbaf8b3b8170d4634b0ac818a9
3
+ metadata.gz: 0ca6727d661be90ff6de90ca525b8459f7f594920cc8814901760ff04d7df356
4
+ data.tar.gz: 272bb49c15372dcc9f2c80ad9022cd5bdf49bcf206460acac0c7748f6a6c7a3f
5
5
  SHA512:
6
- metadata.gz: fec2d64ac0a6071d9ed943096279bd4d3e92048565d58fd3b771c76a1571cc31a76d361c09009f99e455ebb1f63cc0f6246d07be4d43d9fa2d403fb903e5053d
7
- data.tar.gz: 971f2028589ecc026526fe1dc5c2cdb62c13f4f014dbb409d92d0d7bcea5e91c6c5826e255c5fe3f50394ae6507a5e27cf410e1554eaaee8aaeced3bc32f08f0
6
+ metadata.gz: 2e9f465b888b1ea887a34675e201994488f92ef37579dda2f86ecbbecab01c2c9f09bbef1043c2fd27962a07f8b4efac90c197de4f1c8fe7152f132eb72f149a
7
+ data.tar.gz: 9b07367d4be73ab44b1224ece96e049dbd053c1b12b71f027b94ea434822d0dd0565dbc75935d4a148746a0ceda84a6850f10e007e998eeb2acbbf787ece969d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.48.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -1930,7 +1930,7 @@ module Aws::VoiceID
1930
1930
  tracer: tracer
1931
1931
  )
1932
1932
  context[:gem_name] = 'aws-sdk-voiceid'
1933
- context[:gem_version] = '1.48.0'
1933
+ context[:gem_version] = '1.49.0'
1934
1934
  Seahorse::Client::Request.new(handlers, context)
1935
1935
  end
1936
1936
 
@@ -13,22 +13,22 @@ module Aws::VoiceID
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,
@@ -54,7 +54,7 @@ module Aws::VoiceID
54
54
  autoload :EndpointProvider, 'aws-sdk-voiceid/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-voiceid/endpoints'
56
56
 
57
- GEM_VERSION = '1.48.0'
57
+ GEM_VERSION = '1.49.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-voiceid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services