aws-sdk-chatbot 1.0.0 → 1.1.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chatbot/client.rb +1 -1
- data/lib/aws-sdk-chatbot/client_api.rb +1 -1
- data/lib/aws-sdk-chatbot.rb +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1a87dd97b88c828cd5efa11fda41b1002d8a126cb99103fd7e76c54dd2a94f21
|
|
4
|
+
data.tar.gz: e7a688494a900abeac91e05f427b9d8fe9ff8b55c8a0a66cb81259cc26468a9b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a17e9a7978cad6a3dd8547665667e929193f32540ac44724aa60eebb2287c21c01a4a15c56eb91bea848231684832ef2051c5751059767d64787c881b323dc3
|
|
7
|
+
data.tar.gz: 3566cb574b880d7f064d0c5c55be5559dc858edb6094f38ec120e4ea949c01580fe36bc205663bafe0b5a553c4a0e8f14c2967028247e706c33343b67c1d31f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -1486,7 +1486,7 @@ module Aws::Chatbot
|
|
|
1486
1486
|
params: params,
|
|
1487
1487
|
config: config)
|
|
1488
1488
|
context[:gem_name] = 'aws-sdk-chatbot'
|
|
1489
|
-
context[:gem_version] = '1.
|
|
1489
|
+
context[:gem_version] = '1.1.0'
|
|
1490
1490
|
Seahorse::Client::Request.new(handlers, context)
|
|
1491
1491
|
end
|
|
1492
1492
|
|
|
@@ -470,7 +470,7 @@ module Aws::Chatbot
|
|
|
470
470
|
"endpointPrefix" => "chatbot",
|
|
471
471
|
"jsonVersion" => "1.1",
|
|
472
472
|
"protocol" => "rest-json",
|
|
473
|
-
"serviceFullName" => "
|
|
473
|
+
"serviceFullName" => "AWS Chatbot",
|
|
474
474
|
"serviceId" => "chatbot",
|
|
475
475
|
"signatureVersion" => "v4",
|
|
476
476
|
"uid" => "chatbot-2017-10-11",
|
data/lib/aws-sdk-chatbot.rb
CHANGED
|
@@ -22,7 +22,7 @@ require_relative 'aws-sdk-chatbot/endpoint_provider'
|
|
|
22
22
|
require_relative 'aws-sdk-chatbot/endpoints'
|
|
23
23
|
require_relative 'aws-sdk-chatbot/customizations'
|
|
24
24
|
|
|
25
|
-
# This module provides support for
|
|
25
|
+
# This module provides support for AWS Chatbot. This module is available in the
|
|
26
26
|
# `aws-sdk-chatbot` gem.
|
|
27
27
|
#
|
|
28
28
|
# # Client
|
|
@@ -38,13 +38,13 @@ require_relative 'aws-sdk-chatbot/customizations'
|
|
|
38
38
|
#
|
|
39
39
|
# # Errors
|
|
40
40
|
#
|
|
41
|
-
# Errors returned from
|
|
41
|
+
# Errors returned from AWS Chatbot are defined in the
|
|
42
42
|
# {Errors} module and all extend {Errors::ServiceError}.
|
|
43
43
|
#
|
|
44
44
|
# begin
|
|
45
45
|
# # do stuff
|
|
46
46
|
# rescue Aws::Chatbot::Errors::ServiceError
|
|
47
|
-
# # rescues all
|
|
47
|
+
# # rescues all AWS Chatbot API errors
|
|
48
48
|
# end
|
|
49
49
|
#
|
|
50
50
|
# See {Errors} for more information.
|
|
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-chatbot/customizations'
|
|
|
52
52
|
# @!group service
|
|
53
53
|
module Aws::Chatbot
|
|
54
54
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
55
|
+
GEM_VERSION = '1.1.0'
|
|
56
56
|
|
|
57
57
|
end
|
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.
|
|
4
|
+
version: 1.1.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-
|
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -44,8 +44,8 @@ dependencies:
|
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '1.1'
|
|
47
|
-
description: Official AWS Ruby gem for
|
|
48
|
-
Ruby.
|
|
47
|
+
description: Official AWS Ruby gem for AWS Chatbot. This gem is part of the AWS SDK
|
|
48
|
+
for Ruby.
|
|
49
49
|
email:
|
|
50
50
|
- aws-dr-rubygems@amazon.com
|
|
51
51
|
executables: []
|
|
@@ -95,5 +95,5 @@ requirements: []
|
|
|
95
95
|
rubygems_version: 3.4.10
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
|
-
summary: AWS SDK for Ruby -
|
|
98
|
+
summary: AWS SDK for Ruby - AWS Chatbot
|
|
99
99
|
test_files: []
|