aws-sdk-mediatailor 1.99.0 → 1.101.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: 905f2aa93387b97948d95890455dd4dc89d1e465e54bbf0594c025001e51c574
4
- data.tar.gz: edd6a13ee974d27833cbfd91fe6892f284cc3c8fc25b53f6876510b0c0c936a3
3
+ metadata.gz: d4e99551c79ccc4e5bd7d5377f7cc5df0026f1ef0c0ceb48d4158c92f86bd27f
4
+ data.tar.gz: 7cac204aae3480d318b548b774c320427ab8ba25eb8912301a7e9ed83ed17b87
5
5
  SHA512:
6
- metadata.gz: 14e01601ae44f00de0fc5c80784b9e0486e7aef5f42e2b0754a4b3e802817e631b661be80c1898edb53c0fb212db596c9d3a4ae1c711a95b7c0c4e63b32c2f0a
7
- data.tar.gz: 2889e25a14f6daeda386a136df869dc470bfca7fc0cc5a294b6bbcebce2b97aba3b398aa78ad4c789bce5ed71d5dece1d6d5e28102bfef275426a7f66e39d885
6
+ metadata.gz: 8c46ae1bb1bf782e63182cf29270dbcddbe5c7d87a94ba7d41fead74ca9082b7384fc530da28251651d5ad2115a26943e18f13488c0aef4379cf140cd2886d18
7
+ data.tar.gz: f1b8497920a310bd24d0dbfce5456b0b08f15d4aa251e1e455d9b84d1de2a701be189a432da438d4b003597ac90f9aa4f08ce6422ece8407e6d4977dd120c62f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.100.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
13
+
4
14
  1.99.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.101.0
@@ -200,8 +200,7 @@ module Aws::MediaTailor
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
@@ -3645,7 +3644,7 @@ module Aws::MediaTailor
3645
3644
  tracer: tracer
3646
3645
  )
3647
3646
  context[:gem_name] = 'aws-sdk-mediatailor'
3648
- context[:gem_version] = '1.99.0'
3647
+ context[:gem_version] = '1.101.0'
3649
3648
  Seahorse::Client::Request.new(handlers, context)
3650
3649
  end
3651
3650
 
@@ -756,7 +756,7 @@ module Aws::MediaTailor
756
756
  LiveSource.struct_class = Types::LiveSource
757
757
 
758
758
  LogConfiguration.add_member(:percent_enabled, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "PercentEnabled"))
759
- LogConfiguration.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, location_name: "EnabledLoggingStrategies"))
759
+ LogConfiguration.add_member(:enabled_logging_strategies, Shapes::ShapeRef.new(shape: __listOfLoggingStrategies, required: true, location_name: "EnabledLoggingStrategies"))
760
760
  LogConfiguration.add_member(:ads_interaction_log, Shapes::ShapeRef.new(shape: AdsInteractionLog, location_name: "AdsInteractionLog"))
761
761
  LogConfiguration.add_member(:manifest_service_interaction_log, Shapes::ShapeRef.new(shape: ManifestServiceInteractionLog, location_name: "ManifestServiceInteractionLog"))
762
762
  LogConfiguration.struct_class = Types::LogConfiguration
@@ -54,7 +54,7 @@ module Aws::MediaTailor
54
54
  autoload :EndpointProvider, 'aws-sdk-mediatailor/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mediatailor/endpoints'
56
56
 
57
- GEM_VERSION = '1.99.0'
57
+ GEM_VERSION = '1.101.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-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.99.0
4
+ version: 1.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="