aws-sdk-chatbot 1.14.0 → 1.15.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: 1a1c88e3d3917c6c417cd04fb913069957a3c8461228e06f44398ff8a0012286
4
+ data.tar.gz: 2a556077c3b9b609a218bf18a02691874635241552ba0ad3ddb35692b27c68a4
5
5
  SHA512:
6
- metadata.gz: 674a44da87c86f1c9cf0fda3c87c8513b0043dee553fe63f42c90e845618337a19069d8be74eedc60c6a11f159d4ae3748abfaae7a18498bbcf44dbb678f4e91
7
- data.tar.gz: 8ecb00707e227fae7a1b825751ec32bd7ac4c7985f565794d1b30bef6d19515bea8193aab44f443bdcf5dc4c4c3f30f64f37a7f7a8dce34127dab4a5fac090bd
6
+ metadata.gz: c20cb0cd793ea79acf56d967db47bd24fb6c3bc6f92f1c6e93babb5a03d2b93cbaf566df4e06cc9dfcaee286527b063420d65dea1f555205c7443b75276c4235
7
+ data.tar.gz: 75f5e3f59f4f2c66390918c9b49a60320479d8c11cdeb5d46d48c8c3ec55829fda40128449941aa20d28df05a2b7f728e466abdc467189bc0748a2e4b032fe74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -1787,7 +1787,7 @@ module Aws::Chatbot
1787
1787
  tracer: tracer
1788
1788
  )
1789
1789
  context[:gem_name] = 'aws-sdk-chatbot'
1790
- context[:gem_version] = '1.14.0'
1790
+ context[:gem_version] = '1.15.0'
1791
1791
  Seahorse::Client::Request.new(handlers, context)
1792
1792
  end
1793
1793
 
@@ -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,17 +11,6 @@
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'
24
-
25
14
  # This module provides support for AWS Chatbot. This module is available in the
26
15
  # `aws-sdk-chatbot` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-chatbot/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::Chatbot
43
+ autoload :Types, 'aws-sdk-chatbot/types'
44
+ autoload :ClientApi, 'aws-sdk-chatbot/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-chatbot/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-chatbot/client'
49
+ autoload :Errors, 'aws-sdk-chatbot/errors'
50
+ autoload :Resource, 'aws-sdk-chatbot/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-chatbot/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-chatbot/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-chatbot/endpoints'
54
54
 
55
- GEM_VERSION = '1.14.0'
55
+ GEM_VERSION = '1.15.0'
56
56
 
57
57
  end
58
+
59
+ 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.15.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core