aws-sdk-kinesisvideowebrtcstorage 1.38.0 → 1.39.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: 12bf4a4ab3a6bd4aacfcd75b29f1d5ff37b99e5e274fc29a9ec4c213a7d70a98
4
- data.tar.gz: cbc1a9235304633f4edcd8da156df86d942be7510673a596091fbd564655049b
3
+ metadata.gz: 71e428ec0118ab010f20563de4f8eafccdb709b473c3c24d0aec9b8f9928d8b4
4
+ data.tar.gz: ac365c2ded5fdd5a2903cd69d3b3fbb97cfd9b63df4f3d038ce1b4208bc1d5bb
5
5
  SHA512:
6
- metadata.gz: c4a13e2e3742f69b0bdc2c043d1cc068b9268c16dad37a4205edd9762caf3286fc18ffcaf5e866162227b7c160d437b34f880199444d325424ba85f601092417
7
- data.tar.gz: 2e3171b40b27226a2b48fe9daa29355d9dc4b4ca0391003463b8062c1ec9625a61d7bdde990221ab92c829f455dcaee7905f8e0623056a820e3dbcf5dc7e9607
6
+ metadata.gz: b1764acea82c71c366587dbf368ab5d6b088aaeeda9de907f825fb805569b4fe46f00b7dd7df88ef4f4d75ca73c0fb7ae53cc0aec66f4121cfaa8cb4ae5ca599
7
+ data.tar.gz: 3acb44c562246e111bc00a2e6aa16af347dda1d84992493b6b57044cab77b1043666a70cccf5ff25599fe0b1098910b9114fd3fc7a98ff300821444290aae438
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.38.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -619,7 +619,7 @@ module Aws::KinesisVideoWebRTCStorage
619
619
  tracer: tracer
620
620
  )
621
621
  context[:gem_name] = 'aws-sdk-kinesisvideowebrtcstorage'
622
- context[:gem_version] = '1.38.0'
622
+ context[:gem_version] = '1.39.0'
623
623
  Seahorse::Client::Request.new(handlers, context)
624
624
  end
625
625
 
@@ -13,22 +13,22 @@ module Aws::KinesisVideoWebRTCStorage
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::KinesisVideoWebRTCStorage
54
54
  autoload :EndpointProvider, 'aws-sdk-kinesisvideowebrtcstorage/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kinesisvideowebrtcstorage/endpoints'
56
56
 
57
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.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-kinesisvideowebrtcstorage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services