aws-sdk-kendraranking 1.10.0 → 1.11.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 -1
- data/lib/aws-sdk-kendraranking/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-kendraranking.rb +1 -1
- data/sig/client.rbs +205 -0
- data/sig/errors.rbs +40 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +187 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 927260a04698084c9b90a849cdbb68b0e61ad0f5f21a52f53cd893792d696510
|
4
|
+
data.tar.gz: 6b523f444a6eb7d865a5a882c9c596d76883da58db7a214bfe7307cab2d40da4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d217d66b8a710caf28225f974bcf9665f69440179c0bdddcce781c77466b50db2ec4480e38b9cc86c3c707fcc84c091455c54ee7edba535666927206bf61ff32
|
7
|
+
data.tar.gz: b829583ced4288dc58a6c77e7aaf3f17e2f9c715c38b1ce2f70af970fd1b6b7900593f1ed81497e0226eeff689c3c2dfff0aed485d6770bca2e7216f6b3eea30
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -812,7 +812,7 @@ module Aws::KendraRanking
|
|
812
812
|
params: params,
|
813
813
|
config: config)
|
814
814
|
context[:gem_name] = 'aws-sdk-kendraranking'
|
815
|
-
context[:gem_version] = '1.
|
815
|
+
context[:gem_version] = '1.11.0'
|
816
816
|
Seahorse::Client::Request.new(handlers, context)
|
817
817
|
end
|
818
818
|
|
@@ -14,6 +14,7 @@ module Aws::KendraRanking
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::KendraRanking::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
data/sig/client.rbs
ADDED
@@ -0,0 +1,205 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module KendraRanking
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> instance
|
73
|
+
| (?Hash[Symbol, untyped]) -> instance
|
74
|
+
|
75
|
+
|
76
|
+
interface _CreateRescoreExecutionPlanResponseSuccess
|
77
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateRescoreExecutionPlanResponse]
|
78
|
+
def id: () -> ::String
|
79
|
+
def arn: () -> ::String
|
80
|
+
end
|
81
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#create_rescore_execution_plan-instance_method
|
82
|
+
def create_rescore_execution_plan: (
|
83
|
+
name: ::String,
|
84
|
+
?description: ::String,
|
85
|
+
?capacity_units: {
|
86
|
+
rescore_capacity_units: ::Integer
|
87
|
+
},
|
88
|
+
?tags: Array[
|
89
|
+
{
|
90
|
+
key: ::String,
|
91
|
+
value: ::String
|
92
|
+
},
|
93
|
+
],
|
94
|
+
?client_token: ::String
|
95
|
+
) -> _CreateRescoreExecutionPlanResponseSuccess
|
96
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRescoreExecutionPlanResponseSuccess
|
97
|
+
|
98
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#delete_rescore_execution_plan-instance_method
|
99
|
+
def delete_rescore_execution_plan: (
|
100
|
+
id: ::String
|
101
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
102
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
103
|
+
|
104
|
+
interface _DescribeRescoreExecutionPlanResponseSuccess
|
105
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRescoreExecutionPlanResponse]
|
106
|
+
def id: () -> ::String
|
107
|
+
def arn: () -> ::String
|
108
|
+
def name: () -> ::String
|
109
|
+
def description: () -> ::String
|
110
|
+
def capacity_units: () -> Types::CapacityUnitsConfiguration
|
111
|
+
def created_at: () -> ::Time
|
112
|
+
def updated_at: () -> ::Time
|
113
|
+
def status: () -> ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
114
|
+
def error_message: () -> ::String
|
115
|
+
end
|
116
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#describe_rescore_execution_plan-instance_method
|
117
|
+
def describe_rescore_execution_plan: (
|
118
|
+
id: ::String
|
119
|
+
) -> _DescribeRescoreExecutionPlanResponseSuccess
|
120
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRescoreExecutionPlanResponseSuccess
|
121
|
+
|
122
|
+
interface _ListRescoreExecutionPlansResponseSuccess
|
123
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListRescoreExecutionPlansResponse]
|
124
|
+
def summary_items: () -> ::Array[Types::RescoreExecutionPlanSummary]
|
125
|
+
def next_token: () -> ::String
|
126
|
+
end
|
127
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#list_rescore_execution_plans-instance_method
|
128
|
+
def list_rescore_execution_plans: (
|
129
|
+
?next_token: ::String,
|
130
|
+
?max_results: ::Integer
|
131
|
+
) -> _ListRescoreExecutionPlansResponseSuccess
|
132
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRescoreExecutionPlansResponseSuccess
|
133
|
+
|
134
|
+
interface _ListTagsForResourceResponseSuccess
|
135
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
|
136
|
+
def tags: () -> ::Array[Types::Tag]
|
137
|
+
end
|
138
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#list_tags_for_resource-instance_method
|
139
|
+
def list_tags_for_resource: (
|
140
|
+
resource_arn: ::String
|
141
|
+
) -> _ListTagsForResourceResponseSuccess
|
142
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
143
|
+
|
144
|
+
interface _RescoreResponseSuccess
|
145
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RescoreResult]
|
146
|
+
def rescore_id: () -> ::String
|
147
|
+
def result_items: () -> ::Array[Types::RescoreResultItem]
|
148
|
+
end
|
149
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#rescore-instance_method
|
150
|
+
def rescore: (
|
151
|
+
rescore_execution_plan_id: ::String,
|
152
|
+
search_query: ::String,
|
153
|
+
documents: Array[
|
154
|
+
{
|
155
|
+
id: ::String,
|
156
|
+
group_id: ::String?,
|
157
|
+
title: ::String?,
|
158
|
+
body: ::String?,
|
159
|
+
tokenized_title: Array[::String]?,
|
160
|
+
tokenized_body: Array[::String]?,
|
161
|
+
original_score: ::Float
|
162
|
+
},
|
163
|
+
]
|
164
|
+
) -> _RescoreResponseSuccess
|
165
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RescoreResponseSuccess
|
166
|
+
|
167
|
+
interface _TagResourceResponseSuccess
|
168
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
|
169
|
+
end
|
170
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#tag_resource-instance_method
|
171
|
+
def tag_resource: (
|
172
|
+
resource_arn: ::String,
|
173
|
+
tags: Array[
|
174
|
+
{
|
175
|
+
key: ::String,
|
176
|
+
value: ::String
|
177
|
+
},
|
178
|
+
]
|
179
|
+
) -> _TagResourceResponseSuccess
|
180
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
181
|
+
|
182
|
+
interface _UntagResourceResponseSuccess
|
183
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
|
184
|
+
end
|
185
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#untag_resource-instance_method
|
186
|
+
def untag_resource: (
|
187
|
+
resource_arn: ::String,
|
188
|
+
tag_keys: Array[::String]
|
189
|
+
) -> _UntagResourceResponseSuccess
|
190
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
191
|
+
|
192
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Client.html#update_rescore_execution_plan-instance_method
|
193
|
+
def update_rescore_execution_plan: (
|
194
|
+
id: ::String,
|
195
|
+
?name: ::String,
|
196
|
+
?description: ::String,
|
197
|
+
?capacity_units: {
|
198
|
+
rescore_capacity_units: ::Integer
|
199
|
+
}
|
200
|
+
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
201
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
202
|
+
end
|
203
|
+
end
|
204
|
+
end
|
205
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module KendraRanking
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
end
|
26
|
+
class ResourceUnavailableException < ::Aws::Errors::ServiceError
|
27
|
+
def message: () -> ::String
|
28
|
+
end
|
29
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
30
|
+
def message: () -> ::String
|
31
|
+
end
|
32
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
33
|
+
def message: () -> ::String
|
34
|
+
end
|
35
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
36
|
+
def message: () -> ::String
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,80 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module KendraRanking
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KendraRanking/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?simple_json: bool,
|
52
|
+
?stub_responses: untyped,
|
53
|
+
?token_provider: untyped,
|
54
|
+
?use_dualstack_endpoint: bool,
|
55
|
+
?use_fips_endpoint: bool,
|
56
|
+
?validate_params: bool,
|
57
|
+
?endpoint_provider: untyped,
|
58
|
+
?http_proxy: String,
|
59
|
+
?http_open_timeout: (Float | Integer),
|
60
|
+
?http_read_timeout: (Float | Integer),
|
61
|
+
?http_idle_timeout: (Float | Integer),
|
62
|
+
?http_continue_timeout: (Float | Integer),
|
63
|
+
?ssl_timeout: (Float | Integer | nil),
|
64
|
+
?http_wire_trace: bool,
|
65
|
+
?ssl_verify_peer: bool,
|
66
|
+
?ssl_ca_bundle: String,
|
67
|
+
?ssl_ca_directory: String,
|
68
|
+
?ssl_ca_store: String,
|
69
|
+
?on_chunk_received: Proc,
|
70
|
+
?on_chunk_sent: Proc,
|
71
|
+
?raise_response_errors: bool
|
72
|
+
) -> void
|
73
|
+
| (?Hash[Symbol, untyped]) -> void
|
74
|
+
|
75
|
+
def client: () -> Client
|
76
|
+
|
77
|
+
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,187 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::KendraRanking
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class CapacityUnitsConfiguration
|
17
|
+
attr_accessor rescore_capacity_units: ::Integer
|
18
|
+
SENSITIVE: []
|
19
|
+
end
|
20
|
+
|
21
|
+
class ConflictException
|
22
|
+
attr_accessor message: ::String
|
23
|
+
SENSITIVE: []
|
24
|
+
end
|
25
|
+
|
26
|
+
class CreateRescoreExecutionPlanRequest
|
27
|
+
attr_accessor name: ::String
|
28
|
+
attr_accessor description: ::String
|
29
|
+
attr_accessor capacity_units: Types::CapacityUnitsConfiguration
|
30
|
+
attr_accessor tags: ::Array[Types::Tag]
|
31
|
+
attr_accessor client_token: ::String
|
32
|
+
SENSITIVE: []
|
33
|
+
end
|
34
|
+
|
35
|
+
class CreateRescoreExecutionPlanResponse
|
36
|
+
attr_accessor id: ::String
|
37
|
+
attr_accessor arn: ::String
|
38
|
+
SENSITIVE: []
|
39
|
+
end
|
40
|
+
|
41
|
+
class DeleteRescoreExecutionPlanRequest
|
42
|
+
attr_accessor id: ::String
|
43
|
+
SENSITIVE: []
|
44
|
+
end
|
45
|
+
|
46
|
+
class DescribeRescoreExecutionPlanRequest
|
47
|
+
attr_accessor id: ::String
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class DescribeRescoreExecutionPlanResponse
|
52
|
+
attr_accessor id: ::String
|
53
|
+
attr_accessor arn: ::String
|
54
|
+
attr_accessor name: ::String
|
55
|
+
attr_accessor description: ::String
|
56
|
+
attr_accessor capacity_units: Types::CapacityUnitsConfiguration
|
57
|
+
attr_accessor created_at: ::Time
|
58
|
+
attr_accessor updated_at: ::Time
|
59
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
60
|
+
attr_accessor error_message: ::String
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class Document
|
65
|
+
attr_accessor id: ::String
|
66
|
+
attr_accessor group_id: ::String
|
67
|
+
attr_accessor title: ::String
|
68
|
+
attr_accessor body: ::String
|
69
|
+
attr_accessor tokenized_title: ::Array[::String]
|
70
|
+
attr_accessor tokenized_body: ::Array[::String]
|
71
|
+
attr_accessor original_score: ::Float
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class InternalServerException
|
76
|
+
attr_accessor message: ::String
|
77
|
+
SENSITIVE: []
|
78
|
+
end
|
79
|
+
|
80
|
+
class ListRescoreExecutionPlansRequest
|
81
|
+
attr_accessor next_token: ::String
|
82
|
+
attr_accessor max_results: ::Integer
|
83
|
+
SENSITIVE: []
|
84
|
+
end
|
85
|
+
|
86
|
+
class ListRescoreExecutionPlansResponse
|
87
|
+
attr_accessor summary_items: ::Array[Types::RescoreExecutionPlanSummary]
|
88
|
+
attr_accessor next_token: ::String
|
89
|
+
SENSITIVE: []
|
90
|
+
end
|
91
|
+
|
92
|
+
class ListTagsForResourceRequest
|
93
|
+
attr_accessor resource_arn: ::String
|
94
|
+
SENSITIVE: []
|
95
|
+
end
|
96
|
+
|
97
|
+
class ListTagsForResourceResponse
|
98
|
+
attr_accessor tags: ::Array[Types::Tag]
|
99
|
+
SENSITIVE: []
|
100
|
+
end
|
101
|
+
|
102
|
+
class RescoreExecutionPlanSummary
|
103
|
+
attr_accessor name: ::String
|
104
|
+
attr_accessor id: ::String
|
105
|
+
attr_accessor created_at: ::Time
|
106
|
+
attr_accessor updated_at: ::Time
|
107
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "ACTIVE" | "DELETING" | "FAILED")
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class RescoreRequest
|
112
|
+
attr_accessor rescore_execution_plan_id: ::String
|
113
|
+
attr_accessor search_query: ::String
|
114
|
+
attr_accessor documents: ::Array[Types::Document]
|
115
|
+
SENSITIVE: []
|
116
|
+
end
|
117
|
+
|
118
|
+
class RescoreResult
|
119
|
+
attr_accessor rescore_id: ::String
|
120
|
+
attr_accessor result_items: ::Array[Types::RescoreResultItem]
|
121
|
+
SENSITIVE: []
|
122
|
+
end
|
123
|
+
|
124
|
+
class RescoreResultItem
|
125
|
+
attr_accessor document_id: ::String
|
126
|
+
attr_accessor score: ::Float
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class ResourceNotFoundException
|
131
|
+
attr_accessor message: ::String
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class ResourceUnavailableException
|
136
|
+
attr_accessor message: ::String
|
137
|
+
SENSITIVE: []
|
138
|
+
end
|
139
|
+
|
140
|
+
class ServiceQuotaExceededException
|
141
|
+
attr_accessor message: ::String
|
142
|
+
SENSITIVE: []
|
143
|
+
end
|
144
|
+
|
145
|
+
class Tag
|
146
|
+
attr_accessor key: ::String
|
147
|
+
attr_accessor value: ::String
|
148
|
+
SENSITIVE: []
|
149
|
+
end
|
150
|
+
|
151
|
+
class TagResourceRequest
|
152
|
+
attr_accessor resource_arn: ::String
|
153
|
+
attr_accessor tags: ::Array[Types::Tag]
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class TagResourceResponse < Aws::EmptyStructure
|
158
|
+
end
|
159
|
+
|
160
|
+
class ThrottlingException
|
161
|
+
attr_accessor message: ::String
|
162
|
+
SENSITIVE: []
|
163
|
+
end
|
164
|
+
|
165
|
+
class UntagResourceRequest
|
166
|
+
attr_accessor resource_arn: ::String
|
167
|
+
attr_accessor tag_keys: ::Array[::String]
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
172
|
+
end
|
173
|
+
|
174
|
+
class UpdateRescoreExecutionPlanRequest
|
175
|
+
attr_accessor id: ::String
|
176
|
+
attr_accessor name: ::String
|
177
|
+
attr_accessor description: ::String
|
178
|
+
attr_accessor capacity_units: Types::CapacityUnitsConfiguration
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class ValidationException
|
183
|
+
attr_accessor message: ::String
|
184
|
+
SENSITIVE: []
|
185
|
+
end
|
186
|
+
end
|
187
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module KendraRanking
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
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.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,13 +66,18 @@ files:
|
|
66
66
|
- lib/aws-sdk-kendraranking/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-kendraranking/resource.rb
|
68
68
|
- lib/aws-sdk-kendraranking/types.rb
|
69
|
+
- sig/client.rbs
|
70
|
+
- sig/errors.rbs
|
71
|
+
- sig/resource.rbs
|
72
|
+
- sig/types.rbs
|
73
|
+
- sig/waiters.rbs
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
70
75
|
licenses:
|
71
76
|
- Apache-2.0
|
72
77
|
metadata:
|
73
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kendraranking
|
74
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kendraranking/CHANGELOG.md
|
75
|
-
post_install_message:
|
80
|
+
post_install_message:
|
76
81
|
rdoc_options: []
|
77
82
|
require_paths:
|
78
83
|
- lib
|
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
92
|
- !ruby/object:Gem::Version
|
88
93
|
version: '0'
|
89
94
|
requirements: []
|
90
|
-
rubygems_version: 3.
|
91
|
-
signing_key:
|
95
|
+
rubygems_version: 3.4.10
|
96
|
+
signing_key:
|
92
97
|
specification_version: 4
|
93
98
|
summary: AWS SDK for Ruby - Kendra Ranking
|
94
99
|
test_files: []
|