aws-sdk-mediastoredata 1.68.0 → 1.69.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: a7bed66497366ab3db04f926a17ecbcb1a80792608baa0cfdf95b27b3d5aa15c
4
- data.tar.gz: 7bd9e8bdeef5ac9c5a25ed7753be36872d678abeee6401c28db0d6666a629501
3
+ metadata.gz: fb6817635bd7e1a0615b312e4990220c533fdfe1c80cb9dc2f2b29e6e38b7c06
4
+ data.tar.gz: e936bb9503a1e1d685b55d4d497c66f9653141ec9ce5ec66fc1020539e6d9702
5
5
  SHA512:
6
- metadata.gz: b2214d7a12dac5f16515ceea67d82c00e8ca6b096df7537a4bc3c80ff0dda924be60f0c714351b0a7fd2667d6d830a1fcd33cc72ba156150b8eb824edaa12fa6
7
- data.tar.gz: 6678e1feb52def2a28bed2c18c59676a0de4532a7a9f1e4c713bceb58a672a23ce2a8678610b351d989f6d264771a7e9231f9a187e90574b44f0d94f59acf173
6
+ metadata.gz: 2d088cb8530bf45f0c0ebda0948d1ccb8e442cd9e5f119e5d9b32501d7b23e1be7fc2c153bed19f1ca885df233cc62950b5a8702044ffb284927363e9b1d03de
7
+ data.tar.gz: '058dbfb6d01836f374df8d0c88e5b2bf5b9a4ab54b61028a5ea32bf830033ff9d9dc7ecd2c2bb59566e7ffd89a59610d8b783733021d17bc825ea88d9fe4f1a2'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.68.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -200,8 +200,7 @@ module Aws::MediaStoreData
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -800,7 +799,7 @@ module Aws::MediaStoreData
800
799
  tracer: tracer
801
800
  )
802
801
  context[:gem_name] = 'aws-sdk-mediastoredata'
803
- context[:gem_version] = '1.68.0'
802
+ context[:gem_version] = '1.69.0'
804
803
  Seahorse::Client::Request.new(handlers, context)
805
804
  end
806
805
 
@@ -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.68.0'
57
+ GEM_VERSION = '1.69.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.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services