aws-sdk-mediatailor 1.88.0 → 1.89.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: 3e13e22ff2c7d3256e9761373e1774013cd554803445b5742a860be6995a65be
4
- data.tar.gz: 504be850cd42f99fe1ae5c364312a484540871661df7284b45e4e709ef4f0caf
3
+ metadata.gz: e0bbd7347971b95ca7a57dc3fa965cd8ca2a2f1bda7b745e8b9df16cce87bcb5
4
+ data.tar.gz: 3f8d67bf22a96ff2002412d36f95bfa736adee77a7f2a7fe818526365eb5a519
5
5
  SHA512:
6
- metadata.gz: c0466107350e8b1854382234160d07868f3709fac26d10235f85c36fac838e0201341339b10f233a2e48fde2f219f19bb9dd720e1b2861cf0887cd5731035e7e
7
- data.tar.gz: c94438f1d3bd5084d351266fbed6d08ce3494406415d8d197c0e7cb83a6856f3c31dee3a56d915d17f2d66d4219f73b666b4e546d29bc7eefdcd462a48293fa6
6
+ metadata.gz: 56022fcd1e86ab346af823cb2792801881b0ef981d530dcf8ee2668220fa77b9d4bee18a3708d303334f768b3df9a9ac59a2f2b06f19e9c8e448820580182052
7
+ data.tar.gz: 9fed6e0c5f1bc13af37bfd86e8aab5a519a4d90e0bde22d33bccc73994eab3de590af09cbdeb55220dc103e37d77250299275480ef6aff090c9ed5913ff69002
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.88.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -3443,7 +3443,7 @@ module Aws::MediaTailor
3443
3443
  tracer: tracer
3444
3444
  )
3445
3445
  context[:gem_name] = 'aws-sdk-mediatailor'
3446
- context[:gem_version] = '1.88.0'
3446
+ context[:gem_version] = '1.89.0'
3447
3447
  Seahorse::Client::Request.new(handlers, context)
3448
3448
  end
3449
3449
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::MediaTailor
11
12
  # @api private
12
13
  module ClientApi
@@ -4712,3 +4712,4 @@ module Aws::MediaTailor
4712
4712
 
4713
4713
  end
4714
4714
  end
4715
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-mediatailor/types'
15
- require_relative 'aws-sdk-mediatailor/client_api'
16
- require_relative 'aws-sdk-mediatailor/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-mediatailor/client'
18
- require_relative 'aws-sdk-mediatailor/errors'
19
- require_relative 'aws-sdk-mediatailor/resource'
20
- require_relative 'aws-sdk-mediatailor/endpoint_parameters'
21
- require_relative 'aws-sdk-mediatailor/endpoint_provider'
22
- require_relative 'aws-sdk-mediatailor/endpoints'
23
- require_relative 'aws-sdk-mediatailor/customizations'
24
-
25
14
  # This module provides support for AWS MediaTailor. This module is available in the
26
15
  # `aws-sdk-mediatailor` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-mediatailor/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::MediaTailor
43
+ autoload :Types, 'aws-sdk-mediatailor/types'
44
+ autoload :ClientApi, 'aws-sdk-mediatailor/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-mediatailor/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-mediatailor/client'
49
+ autoload :Errors, 'aws-sdk-mediatailor/errors'
50
+ autoload :Resource, 'aws-sdk-mediatailor/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-mediatailor/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-mediatailor/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-mediatailor/endpoints'
54
54
 
55
- GEM_VERSION = '1.88.0'
55
+ GEM_VERSION = '1.89.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-mediatailor/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-20 00:00:00.000000000 Z
11
+ date: 2024-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core