aws-sdk-mediastoredata 1.76.0 → 1.77.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: ce2ac9e40c1117c45bf9dea75aa6aa2f7d48f8e889663fd5fc58c483ef2c0080
4
- data.tar.gz: 51de681c3602dd73255a580f3c3033abb8a55e2beaa7dd0a6fe272f702e4baef
3
+ metadata.gz: 2a9e69965c9a8435b5058a9aa5d802a598d488e3f877d23357b3cf3a5920197e
4
+ data.tar.gz: 5aa9377cf05f6c2dbc85d8dc25d8f91b07162101ac31571a26da6cf2fb62a6c0
5
5
  SHA512:
6
- metadata.gz: f778a87dbaab323827052528b3ae59162b631aa1d87221982e62b7b53484d341547f18f7315e56bcbf1bb5d2fa0f777a4f91764149cd7293e57e1bf63c3dd548
7
- data.tar.gz: efeda556413a4d4376e6a283bfeb406f3a8a523bd43be8c495a6c9d7495caf6b69e7ba6f4b6764fd92cc2efe0cbe672959a5229e1cc1929c6a0c5fe07ce96e02
6
+ metadata.gz: 8c0274eb68cbb2de4451e4dbbcfb192eed421c2be2f208d6320a313d50724269193a31b06547768723ca270bc106a51a351f67d0bcb2f6424d60b2468bfb9fcf
7
+ data.tar.gz: 5d42254944b319ab9f3e7a0b7351944eaf0963283c04ad0ec86cad329461c0ba018f028a854d8685459bb46870c8bd4df35a2414d42d7fadb37d954f83ef728c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.76.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -806,7 +806,7 @@ module Aws::MediaStoreData
806
806
  tracer: tracer
807
807
  )
808
808
  context[:gem_name] = 'aws-sdk-mediastoredata'
809
- context[:gem_version] = '1.76.0'
809
+ context[:gem_version] = '1.77.0'
810
810
  Seahorse::Client::Request.new(handlers, context)
811
811
  end
812
812
 
@@ -13,22 +13,22 @@ module Aws::MediaStoreData
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::MediaStoreData
54
54
  autoload :EndpointProvider, 'aws-sdk-mediastoredata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediastoredata/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.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-mediastoredata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services