aws-sdk-lexmodelbuildingservice 1.74.0 → 1.75.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: faea42fc289b992b08d58a5067be4d409fbf719faed33587362ec4da6021dd3f
|
|
4
|
+
data.tar.gz: 42373e4bcbb311d155b6ec84dfa8dcbcc7893c2a4c7747f29276128822403ed1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3306c351efeb7f5cc887494222ae8170f659d79ab4a6135825ffef7106a402dd056d38d83ab5a3bd9f40e39fe328c274038a7c2b9e740bf11443af62d7ec08e1
|
|
7
|
+
data.tar.gz: dc6c71962b86253cf21036a73875db2f8debccbba2b8fd6fc4ccaa22a3a462b695a8e2c32799f5e632d2f955742b8791b5a655747aa499534322670024c501bf
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.75.0
|
|
@@ -4458,7 +4458,7 @@ module Aws::LexModelBuildingService
|
|
|
4458
4458
|
params: params,
|
|
4459
4459
|
config: config)
|
|
4460
4460
|
context[:gem_name] = 'aws-sdk-lexmodelbuildingservice'
|
|
4461
|
-
context[:gem_version] = '1.
|
|
4461
|
+
context[:gem_version] = '1.75.0'
|
|
4462
4462
|
Seahorse::Client::Request.new(handlers, context)
|
|
4463
4463
|
end
|
|
4464
4464
|
|
|
@@ -1057,9 +1057,11 @@ module Aws::LexModelBuildingService
|
|
|
1057
1057
|
|
|
1058
1058
|
api.metadata = {
|
|
1059
1059
|
"apiVersion" => "2017-04-19",
|
|
1060
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1060
1061
|
"endpointPrefix" => "models.lex",
|
|
1061
1062
|
"jsonVersion" => "1.1",
|
|
1062
1063
|
"protocol" => "rest-json",
|
|
1064
|
+
"protocols" => ["rest-json"],
|
|
1063
1065
|
"serviceFullName" => "Amazon Lex Model Building Service",
|
|
1064
1066
|
"serviceId" => "Lex Model Building Service",
|
|
1065
1067
|
"signatureVersion" => "v4",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lexmodelbuildingservice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.75.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-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|