aws-sdk-mediatailor 1.120.0 → 1.121.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: 2ebaa33954efee6bfa0ce64cbb80a1a5b495dd5a06858dd282f0f3d345d22921
4
- data.tar.gz: 6c7da730e8dead6004af108894bf5f5fd1f3d4996aa3f5d1be23df8e51a95920
3
+ metadata.gz: 7048c6bcf00290f011c1fcde119b25617213e40a67b62dff8d878a03cb46fa3e
4
+ data.tar.gz: f9fdbea06609785a5397c6ed42c91b21380d7c507fb8f54e4444a824b9b17428
5
5
  SHA512:
6
- metadata.gz: c98bfa9078a0fcddd67069c57a3cd95622e6a8287bc357e3b48b8ab15193a52e10559136752d04a240bedb9f1ef4b64c483c8b8bcec966bbb4b00b95344ea9ff
7
- data.tar.gz: 56bb29f13afacff58b79805880539e7cc88f465913687869a465c6e3239632e69c7744b817dc5d94ff717923f7af6c1942d11b8fe5c256c5af9bd67be1de77f5
6
+ metadata.gz: 27c817e95367a9d09d4abecfeedf5cb89084e56e4bcb1ae971e27dbca680c7cf811938e0554f5318ceec3bf05f78fbb6620cc56ea6568df1d6975540246d7b82
7
+ data.tar.gz: e8e79df605cf30232cc5b72c4c3d9c738b84d309938d0acafc59966280c006d52dcd95de99da3c8b82ba53c1ed70cc62e257c10e02f9e85beae0b7a37defa387
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.120.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.0
@@ -199,7 +199,7 @@ module Aws::MediaTailor
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::MediaTailor
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -4190,7 +4188,7 @@ module Aws::MediaTailor
4190
4188
  tracer: tracer
4191
4189
  )
4192
4190
  context[:gem_name] = 'aws-sdk-mediatailor'
4193
- context[:gem_version] = '1.120.0'
4191
+ context[:gem_version] = '1.121.0'
4194
4192
  Seahorse::Client::Request.new(handlers, context)
4195
4193
  end
4196
4194
 
@@ -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.120.0'
57
+ GEM_VERSION = '1.121.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.120.0
4
+ version: 1.121.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement