aws-sdk-chimesdkmediapipelines 1.46.0 → 1.47.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: 977534ac5d3c06eaa063301f48b79801e9b32e952dd161aa7ab223f4eeb28c71
4
- data.tar.gz: 201c5beee92a1c68e11b1897ae8ad1520cefead18b27b0b21b36b086485968fd
3
+ metadata.gz: 0db2b8491133070d9cb40f72c2d542dd44b3e730051de8f5215e9beddd401538
4
+ data.tar.gz: 5e5b80c791b9af7dc5466b6b73efc9054302c58900e1cf04798ffdd944d3c870
5
5
  SHA512:
6
- metadata.gz: 3738e00595f38d565cc8cd3bceb131f404199c74575be588ce780eeb625fbd31e234b44f5740b4b1281841903af448c632f08b4b79d6e5f5ae0732361acd79d6
7
- data.tar.gz: 645a93dd15565106625ab332313ecb60b675f1272f50e197b5ddf5741892ceed78024cefceec91bead298d8090d3e7f4ecc30e50b8b847b4d178712b50a1fcdf
6
+ metadata.gz: ada3f9c481d0a3d11f49a957854edf0e2f8d7580bb5ff5ae0bb8048228aaa2ceb79b328de181ae9cad23c3f45fe953ff6da61e79d168751d27c1174fdbd9d84d
7
+ data.tar.gz: 20cbb74eaa5b32cf8071ea35fe5a442b693fa2c938c841bb0114929b00fa7ac07ec0cab93ea76a41440a8367f5e29980fedde4f52ec9be4d6f1f947f5e714a09
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.46.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -2622,7 +2622,7 @@ module Aws::ChimeSDKMediaPipelines
2622
2622
  tracer: tracer
2623
2623
  )
2624
2624
  context[:gem_name] = 'aws-sdk-chimesdkmediapipelines'
2625
- context[:gem_version] = '1.46.0'
2625
+ context[:gem_version] = '1.47.0'
2626
2626
  Seahorse::Client::Request.new(handlers, context)
2627
2627
  end
2628
2628
 
@@ -13,22 +13,22 @@ module Aws::ChimeSDKMediaPipelines
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::ChimeSDKMediaPipelines
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmediapipelines/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmediapipelines/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.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-chimesdkmediapipelines
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services