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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c80ac8449d0dc23c3e4fb49d763f37095f2094cbb7c089eeaf341682f0013c0a
4
- data.tar.gz: ecc642dc55857badc57860c3647b543434b7aaa80f66554acd0608b695328836
3
+ metadata.gz: 1a87dd97b88c828cd5efa11fda41b1002d8a126cb99103fd7e76c54dd2a94f21
4
+ data.tar.gz: e7a688494a900abeac91e05f427b9d8fe9ff8b55c8a0a66cb81259cc26468a9b
5
5
  SHA512:
6
- metadata.gz: d6d265032d41ccd7e688b5707247dddfbad442a3d8d733b662736cebf9a5a245d8513ff069da12434eea7fc81a667cbe9f7223e9b21247f1d0bbe24d0181a88c
7
- data.tar.gz: da66076b129d8f0eb327b0075cfb750283e2fc323348b83b41e63659feb1ae46ee93d34f98c03be8151be90bdfa67bd4b43ced828696df704707d3ef30d540fd
6
+ metadata.gz: 2a17e9a7978cad6a3dd8547665667e929193f32540ac44724aa60eebb2287c21c01a4a15c56eb91bea848231684832ef2051c5751059767d64787c881b323dc3
7
+ data.tar.gz: 3566cb574b880d7f064d0c5c55be5559dc858edb6094f38ec120e4ea949c01580fe36bc205663bafe0b5a553c4a0e8f14c2967028247e706c33343b67c1d31f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2024-03-05)
5
+ ------------------
6
+
7
+ * Feature - Minor update to documentation.
8
+
4
9
  1.0.0 (2024-02-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
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.0.0'
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" => "chatbot",
473
+ "serviceFullName" => "AWS Chatbot",
474
474
  "serviceId" => "chatbot",
475
475
  "signatureVersion" => "v4",
476
476
  "uid" => "chatbot-2017-10-11",
@@ -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 chatbot. This module is available in the
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 chatbot are defined in the
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 chatbot API errors
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.0.0'
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.0.0
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-02-19 00:00:00.000000000 Z
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 chatbot. This gem is part of the AWS SDK 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 - chatbot
98
+ summary: AWS SDK for Ruby - AWS Chatbot
99
99
  test_files: []