aws-sdk-lex 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/lib/aws-sdk-lex.rb +1 -1
- data/lib/aws-sdk-lex/client.rb +3 -3
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b40f67e3e7dc928f8bd76d2a22ccfbe6aeaf76a
|
4
|
+
data.tar.gz: de37a3d87e6bc40d090b4442a0d30f50e98f8040
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1a1d4781b252e88c15a06c4955b09cfa959ccfab2a90346f2f6a281b5334c686c9cf627de340afda08fb0e4b7ae3c793feb7f6ea57a7c313d4709c907e14be
|
7
|
+
data.tar.gz: 9beee9db72b27fe51cddbc88009b8c1560a4828bd05367aaf27d740dbcf759155985d26111954998ba13b4f0b4cfddee684f98388c35fdf04f0f78a52d28aa3d
|
data/lib/aws-sdk-lex.rb
CHANGED
data/lib/aws-sdk-lex/client.rb
CHANGED
@@ -383,9 +383,9 @@ module Aws::Lex
|
|
383
383
|
#
|
384
384
|
# @overload post_content(params = {})
|
385
385
|
# @param [Hash] params ({})
|
386
|
-
def post_content(params = {}, options = {})
|
386
|
+
def post_content(params = {}, options = {}, &block)
|
387
387
|
req = build_request(:post_content, params)
|
388
|
-
req.send_request(options)
|
388
|
+
req.send_request(options, &block)
|
389
389
|
end
|
390
390
|
|
391
391
|
# Sends user input (text-only) to Amazon Lex. Client applications can
|
@@ -591,7 +591,7 @@ module Aws::Lex
|
|
591
591
|
params: params,
|
592
592
|
config: config)
|
593
593
|
context[:gem_name] = 'aws-sdk-lex'
|
594
|
-
context[:gem_version] = '1.
|
594
|
+
context[:gem_version] = '1.1.0'
|
595
595
|
Seahorse::Client::Request.new(handlers, context)
|
596
596
|
end
|
597
597
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lex
|
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: 2017-
|
11
|
+
date: 2017-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -56,7 +56,9 @@ files:
|
|
56
56
|
homepage: http://github.com/aws/aws-sdk-ruby
|
57
57
|
licenses:
|
58
58
|
- Apache-2.0
|
59
|
-
metadata:
|
59
|
+
metadata:
|
60
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex
|
61
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-lex/CHANGELOG.md
|
60
62
|
post_install_message:
|
61
63
|
rdoc_options: []
|
62
64
|
require_paths:
|