aws-sdk-kendraranking 1.23.0 → 1.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kendraranking/client.rb +1 -3
- data/lib/aws-sdk-kendraranking.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 813e6662e122bfd31620b6b2790e6abce0e80656f4b586dc039274a222ad696e
|
4
|
+
data.tar.gz: 52f7ebb6be661c6a31917bb7a831a8e9c98c14c36a7921ac32156daecf294a7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0c11bb994806138536e6f13fe36e9f98b9911c719de70a900abf74e12e7b5da46af61e26ecc0eaeef533cb0d33e92e52918cd635aee8417910c4e9199540002
|
7
|
+
data.tar.gz: 6fbc5ffef1e3ea1aa1ff41321b088a712e50e5a86ecad1cea3727b18e778f0f1f134ec5f306392abbf8bbe7b7bab35fe6043012e9d89dae59a6c594f602bd0b4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:kendraranking)
|
40
|
-
|
41
39
|
module Aws::KendraRanking
|
42
40
|
# An API client for KendraRanking. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -875,7 +873,7 @@ module Aws::KendraRanking
|
|
875
873
|
tracer: tracer
|
876
874
|
)
|
877
875
|
context[:gem_name] = 'aws-sdk-kendraranking'
|
878
|
-
context[:gem_version] = '1.
|
876
|
+
context[:gem_version] = '1.24.0'
|
879
877
|
Seahorse::Client::Request.new(handlers, context)
|
880
878
|
end
|
881
879
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:kendraranking)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Kendra Intelligent Ranking. This module is available in the
|
15
17
|
# `aws-sdk-kendraranking` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::KendraRanking
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-kendraranking/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-kendraranking/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.24.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kendraranking
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|