aws-sdk-mediatailor 1.99.0 → 1.100.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: b24ef84caad0a16ec935b404e973aa53fe285bd370d4c580938246c0f77b66a3
4
+ data.tar.gz: '0709f5761ad4ac8d3c21dd1deb2cd02851e54f64909eb4f794a9b3cbaffec16b'
5
5
  SHA512:
6
- metadata.gz: 14e01601ae44f00de0fc5c80784b9e0486e7aef5f42e2b0754a4b3e802817e631b661be80c1898edb53c0fb212db596c9d3a4ae1c711a95b7c0c4e63b32c2f0a
7
- data.tar.gz: 2889e25a14f6daeda386a136df869dc470bfca7fc0cc5a294b6bbcebce2b97aba3b398aa78ad4c789bce5ed71d5dece1d6d5e28102bfef275426a7f66e39d885
6
+ metadata.gz: 8e08173fc9c0a7ba7b3eeb4d2a41a5a1f2e498ec2041de857fbbefced8c43a4c330597adb0ff7b228f48066eb5bbabdc51e3b0d4ce4211b2f714d0613e54322c
7
+ data.tar.gz: c739be6f733c09e7a7c00aba4ae4b4f788e1bbdaf862d2c0b33944561aea9dfb99f79c608b7844e115c4f9c912ba762a8b8f7c83d3403d6ade1007bd0d40e680
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Documenting that EnabledLoggingStrategies is always present in responses of PlaybackConfiguration read operations.
8
+
4
9
  1.99.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
1
+ 1.100.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.100.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.100.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.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services