aws-sdk-mediaconnect 1.88.0 → 1.89.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: 7e8ba8b90a926de1b326a0182df56d246f78d76d5629286b4efd4c76c9c63f33
4
- data.tar.gz: a6cf0b0cd21683f8e96ce2f6b5d625ecb6cdb84436183c3ecb549aa6ebca8395
3
+ metadata.gz: a4aaa323c6bbae211c814628ec8e3ad203ba42d07e929958fab71555c4435e01
4
+ data.tar.gz: 28620131638ed6bc917645784b9052dc29338d1780b84cfebaa2a953904de6ca
5
5
  SHA512:
6
- metadata.gz: 544fedbcf4cb919731d4e288f03580884b0a777903ce8f4cabab3e7adcfee88b8f1ac7b180effb88f25e9afa35ad25ec4523d4ca9c5e07b4db8abc6af0671d9a
7
- data.tar.gz: fb12fce8da9e78aef0469fb972482ad79447f98ec84ab34eb4f13b27a61183085bbe1de6f590a81207c6ed4e771d7c8e60c209adaf5981d421fd98c89d861cb1
6
+ metadata.gz: 16137919eb83bb2757052587017dd29601a857e2238b6940172020472bf8ca3b705a104b1d3669054c871bb94bcb6713bc0c397cbd7ab8d8ffaa7eac7a20a00e
7
+ data.tar.gz: d92b203b90e20c62af0a4ae992e6c68b89d0cf668c634fa55c154648dc180c90d9c6da456bd92fe827f7852fd4117dc1cd59a5fd54b3e83cb92b2cc057c10264
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.88.0 (2025-10-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -4605,7 +4605,7 @@ module Aws::MediaConnect
4605
4605
  tracer: tracer
4606
4606
  )
4607
4607
  context[:gem_name] = 'aws-sdk-mediaconnect'
4608
- context[:gem_version] = '1.88.0'
4608
+ context[:gem_version] = '1.89.0'
4609
4609
  Seahorse::Client::Request.new(handlers, context)
4610
4610
  end
4611
4611
 
@@ -13,22 +13,22 @@ module Aws::MediaConnect
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::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.88.0'
58
+ GEM_VERSION = '1.89.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-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services