aws-sdk-lexruntimev2 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d0b2a867bbd819974aa9080692911f852737200d3d93d0f04bd4719a54c7009
|
|
4
|
+
data.tar.gz: 2e52132c585b82ba0e55d8af451cc76a1aa6449826a9728d3d1b82b298b22c3b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2b2ffaa82da8500906848c0b8061b4bc1d04e990f53243e5d69e4e696d00512997fe2b253e8a1d6471d9672278346e9b95bc843887b43092a9602de353bbcb6
|
|
7
|
+
data.tar.gz: 616af279656fd30d7b0bf14d1c59a3a7f3b7e942e7b489c5de4f4ab8d04bfb8354b4d46b5f7048024727b1a68a5a1aad9438ae037f0cafa0891c2d3192d30729
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
|
@@ -567,7 +567,7 @@ module Aws::LexRuntimeV2
|
|
|
567
567
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
568
568
|
config: config)
|
|
569
569
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
570
|
-
context[:gem_version] = '1.
|
|
570
|
+
context[:gem_version] = '1.1.0'
|
|
571
571
|
Seahorse::Client::Request.new(handlers, context)
|
|
572
572
|
end
|
|
573
573
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lexruntimev2
|
|
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: 2021-
|
|
11
|
+
date: 2021-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.112.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.112.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|