aws-sdk-chatbot 1.15.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: 1a1c88e3d3917c6c417cd04fb913069957a3c8461228e06f44398ff8a0012286
4
- data.tar.gz: 2a556077c3b9b609a218bf18a02691874635241552ba0ad3ddb35692b27c68a4
3
+ metadata.gz: adb0a3323526a2a964abe6054bcaad89361ed59aefbb03ae336e93fefc9bfc66
4
+ data.tar.gz: bbcd9288d1730f7fcffb6d46dc61d7a3fdd8ec9e7892a4f8f3abda2ed6f14a7f
5
5
  SHA512:
6
- metadata.gz: c20cb0cd793ea79acf56d967db47bd24fb6c3bc6f92f1c6e93babb5a03d2b93cbaf566df4e06cc9dfcaee286527b063420d65dea1f555205c7443b75276c4235
7
- data.tar.gz: 75f5e3f59f4f2c66390918c9b49a60320479d8c11cdeb5d46d48c8c3ec55829fda40128449941aa20d28df05a2b7f728e466abdc467189bc0748a2e4b032fe74
6
+ metadata.gz: 6b64b809f96b28117d89a11af4cc0ce189e71fa5044e0e4d632604e6f5eb40d0951d6e26a06c4dcc9e16b20e7c18c6d07fb2be931b3db441b53267eef016c442
7
+ data.tar.gz: 0b7c03405525684882af5efa69d80ace8fa61afe30d63b6e4109832bdfc24a8d768133aae1dac4a54f25679735fd7cfe1684694d0156bcef0dd64edc4dc868f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.15.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.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.15.0'
1788
+ context[:gem_version] = '1.16.0'
1791
1789
  Seahorse::Client::Request.new(handlers, context)
1792
1790
  end
1793
1791
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:chatbot)
15
+
14
16
  # This module provides support for AWS Chatbot. This module is available in the
15
17
  # `aws-sdk-chatbot` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Chatbot
52
54
  autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
54
56
 
55
- GEM_VERSION = '1.15.0'
57
+ GEM_VERSION = '1.16.0'
56
58
 
57
59
  end
58
60
 
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.15.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-23 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