aws-sdk-mediastore 1.79.0 → 1.80.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: 31aee65a732eb8ea9dc5219d10a6df20ab653d83fb911f623243bac2e540f14b
4
- data.tar.gz: ad50b10b9e4a260634adc7ca179d285a51c0f3531a7a1483c7d9ec242df94ce2
3
+ metadata.gz: 6bc6350a9afc9938d799d3fef935afa4f2b519dfc3df1d02205a6fdce2d3c1ac
4
+ data.tar.gz: '081c29b9d4fb5caec646386a81606a10c5539b641e0a9cfe34c4a8050c316ab1'
5
5
  SHA512:
6
- metadata.gz: 1071c247deafeb8f750d5567263f156c72f2dcbac260ebd6aa2ee0fb4cf96f06142028a3f355383f1bb74c5b00c6bd55d273a9daa87ca323d671bd24f4d6ce5e
7
- data.tar.gz: cce97923b1f2f1cead7c295f2908ad86b89fea9f0db8d175bfaddb70865bfda263dd662fe3da3d3c1f5cc9af776b42f080034ce2f227019bb4f3bd8e697e8dd7
6
+ metadata.gz: b50c3dfc18a19ed5af640948d9518ee40cc40af599741cdc1751fe0af1abe981f566a40487fcad9c6b4dd4a6585b87ecc6dc94c399382ef6c7e335d326f1916b
7
+ data.tar.gz: b8d8e3c5603cf2d95f84222452405637a52505289ec9e58b8d2f2c8ce20c1ab7bb9c21736db00418b2cac9102d34c76651e439df56be6b36a1158cdf73452b1c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.79.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.79.0
1
+ 1.80.0
@@ -1254,7 +1254,7 @@ module Aws::MediaStore
1254
1254
  tracer: tracer
1255
1255
  )
1256
1256
  context[:gem_name] = 'aws-sdk-mediastore'
1257
- context[:gem_version] = '1.79.0'
1257
+ context[:gem_version] = '1.80.0'
1258
1258
  Seahorse::Client::Request.new(handlers, context)
1259
1259
  end
1260
1260
 
@@ -13,22 +13,22 @@ module Aws::MediaStore
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::MediaStore
54
54
  autoload :EndpointProvider, 'aws-sdk-mediastore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediastore/endpoints'
56
56
 
57
- GEM_VERSION = '1.79.0'
57
+ GEM_VERSION = '1.80.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-mediastore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.79.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services