aws-sdk-mediatailor 1.88.0 → 1.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e13e22ff2c7d3256e9761373e1774013cd554803445b5742a860be6995a65be
4
- data.tar.gz: 504be850cd42f99fe1ae5c364312a484540871661df7284b45e4e709ef4f0caf
3
+ metadata.gz: 295594ba31a62c5eed81cbe48f5d51ece12013f2dc3a5c8557f1e2d6856602dc
4
+ data.tar.gz: 170ed1c257005d4375d4234642a229260f85d9b0f2487689efe622f1b52f19e7
5
5
  SHA512:
6
- metadata.gz: c0466107350e8b1854382234160d07868f3709fac26d10235f85c36fac838e0201341339b10f233a2e48fde2f219f19bb9dd720e1b2861cf0887cd5731035e7e
7
- data.tar.gz: c94438f1d3bd5084d351266fbed6d08ce3494406415d8d197c0e7cb83a6856f3c31dee3a56d915d17f2d66d4219f73b666b4e546d29bc7eefdcd462a48293fa6
6
+ metadata.gz: cbafe459049a74b8be269e6ffa25d20ddf2d4507ce1c28b67802d411fa9033896c01bd6fdfa094666d49768abb74450334fbea684ca2509d7b9a0643788ac9a7
7
+ data.tar.gz: ab1853e13e3e984b279abead62ccd8d6fc429343144e11979b9e7fb3ed47a6e46e653894b3933820fae7eaa32d4d5f5aa1bf3a512e68305eb552a79233c3555a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.90.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.89.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.88.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.90.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:mediatailor)
40
-
41
39
  module Aws::MediaTailor
42
40
  # An API client for MediaTailor. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -3443,7 +3441,7 @@ module Aws::MediaTailor
3443
3441
  tracer: tracer
3444
3442
  )
3445
3443
  context[:gem_name] = 'aws-sdk-mediatailor'
3446
- context[:gem_version] = '1.88.0'
3444
+ context[:gem_version] = '1.90.0'
3447
3445
  Seahorse::Client::Request.new(handlers, context)
3448
3446
  end
3449
3447
 
@@ -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,16 +11,7 @@
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'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:mediatailor)
24
15
 
25
16
  # This module provides support for AWS MediaTailor. This module is available in the
26
17
  # `aws-sdk-mediatailor` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-mediatailor/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::MediaTailor
45
+ autoload :Types, 'aws-sdk-mediatailor/types'
46
+ autoload :ClientApi, 'aws-sdk-mediatailor/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-mediatailor/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-mediatailor/client'
51
+ autoload :Errors, 'aws-sdk-mediatailor/errors'
52
+ autoload :Resource, 'aws-sdk-mediatailor/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-mediatailor/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-mediatailor/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-mediatailor/endpoints'
54
56
 
55
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.90.0'
56
58
 
57
59
  end
60
+
61
+ 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.90.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-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core