aws-sdk-ivschat 1.34.0 → 1.36.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: 6961860990af1cbe2d0085b13eaf5320d61b355f3e1e411c48230c89f24858e5
4
- data.tar.gz: dbce16e6faa8b07364d213fdf022e7c789e55d60a9110fc906862f100fa94fff
3
+ metadata.gz: 04fdcdecf24f9ef88cc7e5606a930ebdcf177584888c13b3c1c8ae8ca9c0f724
4
+ data.tar.gz: 04d8a03fdb531307544c4346a2a6989cfdc3ac684143caa5e6b47710cb67af77
5
5
  SHA512:
6
- metadata.gz: 3d64dda73345c17ba06593b3441bbe564ea504e1d79db6198716e40dfbe348687e10f6233352e9252e12a5b9317ca471c6cde21850a96f89e1ad7ffea8bf747b
7
- data.tar.gz: e505f82f95cd03246d67485e868908cbffa7c41bad937ed89ba4519b08b82323758bd349ef6ce64faa150d5caeea07f0f081e4c54608df07aad2122c7cb86fbd
6
+ metadata.gz: cbd9b89b2d944963d210989204181c9f45c1e5945a451167e90880cd3df470461aca73d6e75b1d6e8dfa5ff7d867fea20380ecd47e4129540eac00c4faa9ad17
7
+ data.tar.gz: affd5970f03665a0e7de420623a1646a977cabc4bddb055be39e38dbbaf150c4864394bfd0d0e907000cdf6ace6511e71792072fc6a1746738521e414af52fa6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.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.35.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.34.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.36.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(:ivschat)
40
-
41
39
  module Aws::Ivschat
42
40
  # An API client for Ivschat. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1328,7 +1326,7 @@ module Aws::Ivschat
1328
1326
  tracer: tracer
1329
1327
  )
1330
1328
  context[:gem_name] = 'aws-sdk-ivschat'
1331
- context[:gem_version] = '1.34.0'
1329
+ context[:gem_version] = '1.36.0'
1332
1330
  Seahorse::Client::Request.new(handlers, context)
1333
1331
  end
1334
1332
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Ivschat
11
12
  # @api private
12
13
  module ClientApi
@@ -1311,3 +1311,4 @@ module Aws::Ivschat
1311
1311
 
1312
1312
  end
1313
1313
  end
1314
+
@@ -11,17 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-ivschat/types'
15
- require_relative 'aws-sdk-ivschat/client_api'
16
- require_relative 'aws-sdk-ivschat/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-ivschat/client'
18
- require_relative 'aws-sdk-ivschat/errors'
19
- require_relative 'aws-sdk-ivschat/waiters'
20
- require_relative 'aws-sdk-ivschat/resource'
21
- require_relative 'aws-sdk-ivschat/endpoint_parameters'
22
- require_relative 'aws-sdk-ivschat/endpoint_provider'
23
- require_relative 'aws-sdk-ivschat/endpoints'
24
- require_relative 'aws-sdk-ivschat/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:ivschat)
25
15
 
26
16
  # This module provides support for Amazon Interactive Video Service Chat. This module is available in the
27
17
  # `aws-sdk-ivschat` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-ivschat/customizations'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::Ivschat
45
+ autoload :Types, 'aws-sdk-ivschat/types'
46
+ autoload :ClientApi, 'aws-sdk-ivschat/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-ivschat/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-ivschat/client'
51
+ autoload :Errors, 'aws-sdk-ivschat/errors'
52
+ autoload :Waiters, 'aws-sdk-ivschat/waiters'
53
+ autoload :Resource, 'aws-sdk-ivschat/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-ivschat/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-ivschat/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-ivschat/endpoints'
55
57
 
56
- GEM_VERSION = '1.34.0'
58
+ GEM_VERSION = '1.36.0'
57
59
 
58
60
  end
61
+
62
+ require_relative 'aws-sdk-ivschat/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivschat
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.36.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