aws-sdk-ivs 1.75.0 → 1.76.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: 4e59be6ed49dd3fe73266d186254f7e789bea538cdee91d6bc9fc9542288d15c
4
- data.tar.gz: e223a19fa2487a4e41bf60a1df44406ba7912487f711fac4b8e7908b7302c66e
3
+ metadata.gz: 98572c0113d103aeca9424803bb564939124cbd5c9d8b0d8d7eb9fcf222f1c67
4
+ data.tar.gz: e8d18d5e5482ede12db2c270e6e71f36cd213a2aac91b9f1db87fbbae995a355
5
5
  SHA512:
6
- metadata.gz: db97c20d61a2879b807bbb32a3a02ed139a91fef6b95da2576964a9e13d75e4bf21af347ce4743523754598583642bb9f2936406a788d5ed233b435f61f2505e
7
- data.tar.gz: ca000f4ebcc5cb02b9be6cb9b1e659f49c6dae3472d2b5b229e4db695d34f66c1a1d6201eaaeb136200495e1abd5cc21afa80ec35f7e32142c25b6a5094a137b
6
+ metadata.gz: 792615f3b3ab56fdd45ecb8531f23d24b102b5b49fd647283248bfb8a036d38d483d3d408e492d77160530b6ad049b924320da8f6cf1c7b1602fdf0a3ab1a9a7
7
+ data.tar.gz: 571c7e64f120bed521c713a69c278e4abdc789956d49fa2295a8cba673362685bd0bc89f5f6b16d9f4b0854329caeee2d94643074f6a1754c43334121a9c55ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.75.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -2262,7 +2262,7 @@ module Aws::IVS
2262
2262
  tracer: tracer
2263
2263
  )
2264
2264
  context[:gem_name] = 'aws-sdk-ivs'
2265
- context[:gem_version] = '1.75.0'
2265
+ context[:gem_version] = '1.76.0'
2266
2266
  Seahorse::Client::Request.new(handlers, context)
2267
2267
  end
2268
2268
 
@@ -13,22 +13,22 @@ module Aws::IVS
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-ivs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::IVS
54
54
  autoload :EndpointProvider, 'aws-sdk-ivs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ivs/endpoints'
56
56
 
57
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.76.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-ivs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.75.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services