aws-sdk-ivs 1.59.0 → 1.61.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: 3d49bba747b8438e35e31bdf58b00030a3f50dee4ea8241fe356746243f618df
4
- data.tar.gz: ca0392e91e0d772d3ec320aec0786079071a34dce5d9244c5c4f0ad27602777b
3
+ metadata.gz: b29e74d4174cad42038652b5c87a92817c161449a3c51dba6792286679b7fdda
4
+ data.tar.gz: 0c9380f54bef002fecedab50653015b955099635ecf9ef05bb8a3011784abbec
5
5
  SHA512:
6
- metadata.gz: a2672c054225b70df8912b9b97e8e6a58f5b771ff24ebe7e21807c097f598844577de1173de8443647aeef39d19d08b9cfc0d14a63af09b3de54b64db6573b48
7
- data.tar.gz: 789ee3e1fa3e3f03dd0e08a80610d4df19f562b1acf42d1f2e694fce9b7d0d5a53ccd9eac3ca51bd2de9ed795cd3db7e79cd2d17659ffd1ae7497a8ad30b3b9b
6
+ metadata.gz: 0e66dc655eca2b3c3387bce495f13a3dc01b696014ab10af59ffbe48df199b74def2876380d9115318941cfd7669902f90393a386861ef40f03e4d3beb3a01e9
7
+ data.tar.gz: f77bd6fbfc1392639d563fa9b131976d3a373eb7f3edc9513fc50c65808b7c09db21b1bd2401b8e5a699997a398eacb0028e6309cce46ad4768be5deca3a3409
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.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.60.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.59.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.61.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(:ivs)
40
-
41
39
  module Aws::IVS
42
40
  # An API client for IVS. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2158,7 +2156,7 @@ module Aws::IVS
2158
2156
  tracer: tracer
2159
2157
  )
2160
2158
  context[:gem_name] = 'aws-sdk-ivs'
2161
- context[:gem_version] = '1.59.0'
2159
+ context[:gem_version] = '1.61.0'
2162
2160
  Seahorse::Client::Request.new(handlers, context)
2163
2161
  end
2164
2162
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::IVS
11
12
  # @api private
12
13
  module ClientApi
@@ -2484,3 +2484,4 @@ module Aws::IVS
2484
2484
 
2485
2485
  end
2486
2486
  end
2487
+
data/lib/aws-sdk-ivs.rb CHANGED
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-ivs/types'
15
- require_relative 'aws-sdk-ivs/client_api'
16
- require_relative 'aws-sdk-ivs/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-ivs/client'
18
- require_relative 'aws-sdk-ivs/errors'
19
- require_relative 'aws-sdk-ivs/resource'
20
- require_relative 'aws-sdk-ivs/endpoint_parameters'
21
- require_relative 'aws-sdk-ivs/endpoint_provider'
22
- require_relative 'aws-sdk-ivs/endpoints'
23
- require_relative 'aws-sdk-ivs/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ivs)
24
15
 
25
16
  # This module provides support for Amazon Interactive Video Service. This module is available in the
26
17
  # `aws-sdk-ivs` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-ivs/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::IVS
45
+ autoload :Types, 'aws-sdk-ivs/types'
46
+ autoload :ClientApi, 'aws-sdk-ivs/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-ivs/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-ivs/client'
51
+ autoload :Errors, 'aws-sdk-ivs/errors'
52
+ autoload :Resource, 'aws-sdk-ivs/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-ivs/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-ivs/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-ivs/endpoints'
54
56
 
55
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.61.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-ivs/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.61.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