aws-sdk-chatbot 1.14.0 → 1.16.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: 63ced55f46586628cda387f5f64ff6a8365f1ac1dd2922dc7c04c73be33a1fa6
4
- data.tar.gz: 14fc5eb9fa7f64078ebca4216cf239fc7a53d183045a14ee74c44ee2832a8ed1
3
+ metadata.gz: adb0a3323526a2a964abe6054bcaad89361ed59aefbb03ae336e93fefc9bfc66
4
+ data.tar.gz: bbcd9288d1730f7fcffb6d46dc61d7a3fdd8ec9e7892a4f8f3abda2ed6f14a7f
5
5
  SHA512:
6
- metadata.gz: 674a44da87c86f1c9cf0fda3c87c8513b0043dee553fe63f42c90e845618337a19069d8be74eedc60c6a11f159d4ae3748abfaae7a18498bbcf44dbb678f4e91
7
- data.tar.gz: 8ecb00707e227fae7a1b825751ec32bd7ac4c7985f565794d1b30bef6d19515bea8193aab44f443bdcf5dc4c4c3f30f64f37a7f7a8dce34127dab4a5fac090bd
6
+ metadata.gz: 6b64b809f96b28117d89a11af4cc0ce189e71fa5044e0e4d632604e6f5eb40d0951d6e26a06c4dcc9e16b20e7c18c6d07fb2be931b3db441b53267eef016c442
7
+ data.tar.gz: 0b7c03405525684882af5efa69d80ace8fa61afe30d63b6e4109832bdfc24a8d768133aae1dac4a54f25679735fd7cfe1684694d0156bcef0dd64edc4dc868f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.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.14.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.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(:chatbot)
40
-
41
39
  module Aws::Chatbot
42
40
  # An API client for Chatbot. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1787,7 +1785,7 @@ module Aws::Chatbot
1787
1785
  tracer: tracer
1788
1786
  )
1789
1787
  context[:gem_name] = 'aws-sdk-chatbot'
1790
- context[:gem_version] = '1.14.0'
1788
+ context[:gem_version] = '1.16.0'
1791
1789
  Seahorse::Client::Request.new(handlers, context)
1792
1790
  end
1793
1791
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Chatbot
11
12
  # @api private
12
13
  module ClientApi
@@ -2022,3 +2022,4 @@ module Aws::Chatbot
2022
2022
 
2023
2023
  end
2024
2024
  end
2025
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-chatbot/types'
15
- require_relative 'aws-sdk-chatbot/client_api'
16
- require_relative 'aws-sdk-chatbot/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-chatbot/client'
18
- require_relative 'aws-sdk-chatbot/errors'
19
- require_relative 'aws-sdk-chatbot/resource'
20
- require_relative 'aws-sdk-chatbot/endpoint_parameters'
21
- require_relative 'aws-sdk-chatbot/endpoint_provider'
22
- require_relative 'aws-sdk-chatbot/endpoints'
23
- require_relative 'aws-sdk-chatbot/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:chatbot)
24
15
 
25
16
  # This module provides support for AWS Chatbot. This module is available in the
26
17
  # `aws-sdk-chatbot` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-chatbot/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::Chatbot
45
+ autoload :Types, 'aws-sdk-chatbot/types'
46
+ autoload :ClientApi, 'aws-sdk-chatbot/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-chatbot/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-chatbot/client'
51
+ autoload :Errors, 'aws-sdk-chatbot/errors'
52
+ autoload :Resource, 'aws-sdk-chatbot/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-chatbot/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
54
56
 
55
- GEM_VERSION = '1.14.0'
57
+ GEM_VERSION = '1.16.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-chatbot/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chatbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.16.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