aws-sdk-connectwisdomservice 1.25.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c467d32988fd871a9aab37ae661fae61fbbe24ef372b362a3c6b293516f48f3f
4
- data.tar.gz: 88f54de0adbc269d2edddc2d72e6ea81e7e457b3701cd87ddc048c65ff1a2ac2
3
+ metadata.gz: 5a1c0ad446f1040b56c2dd46b3f12d13ae4714b0e47fb07de8dcb9de684fbfdf
4
+ data.tar.gz: b87f6fcd7d269a1ded85640ef2ffcb855878f7dc03d6f1deef5537b96a179612
5
5
  SHA512:
6
- metadata.gz: d7e1cf15621986621f329f9d30920e55ff72508d50c4e03bf7a0d6aa8e3cd7fef719ecd0be4a2b7365ff9a42431ba29360e35f6301475730c5f452fcf479270c
7
- data.tar.gz: 439c2645867c8c2266c87da0fd41f4d0a9a6ef7097c32c4943190d0ec8cc8af4aa33766bf98ab47bc6464c88d2cde50691877e557f8c0877e4fb0d65791c3a87
6
+ metadata.gz: b923b9da3210b18dea0a3ada457da4b5807b6d5ceb94ae85b0e246c51df2915e93433372016a28d7e9deb69fc636b65e85cdf88708d073f2ba7139d51ea4c756
7
+ data.tar.gz: 8b07d513123ef96d62d61f9501b6f1d610299257cf99a2c5ebe1a0f42b37e388c3ab09a4bbf4034382fbbcbe317c0ad875113b9d6eae643c24b321b28f367c0b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.26.0 (2024-01-10)
10
+ ------------------
11
+
12
+ * Feature - QueryAssistant and GetRecommendations will be discontinued starting June 1, 2024. To receive generative responses after March 1, 2024 you will need to create a new Assistant in the Connect console and integrate the Amazon Q in Connect JavaScript library (amazon-q-connectjs) into your applications.
13
+
4
14
  1.25.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.27.0
@@ -2827,7 +2827,7 @@ module Aws::ConnectWisdomService
2827
2827
  params: params,
2828
2828
  config: config)
2829
2829
  context[:gem_name] = 'aws-sdk-connectwisdomservice'
2830
- context[:gem_version] = '1.25.0'
2830
+ context[:gem_version] = '1.27.0'
2831
2831
  Seahorse::Client::Request.new(handlers, context)
2832
2832
  end
2833
2833
 
@@ -1269,6 +1269,7 @@ module Aws::ConnectWisdomService
1269
1269
  o.name = "GetRecommendations"
1270
1270
  o.http_method = "GET"
1271
1271
  o.http_request_uri = "/assistants/{assistantId}/sessions/{sessionId}/recommendations"
1272
+ o.deprecated = true
1272
1273
  o.input = Shapes::ShapeRef.new(shape: GetRecommendationsRequest)
1273
1274
  o.output = Shapes::ShapeRef.new(shape: GetRecommendationsResponse)
1274
1275
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1410,6 +1411,7 @@ module Aws::ConnectWisdomService
1410
1411
  o.name = "QueryAssistant"
1411
1412
  o.http_method = "POST"
1412
1413
  o.http_request_uri = "/assistants/{assistantId}/query"
1414
+ o.deprecated = true
1413
1415
  o.input = Shapes::ShapeRef.new(shape: QueryAssistantRequest)
1414
1416
  o.output = Shapes::ShapeRef.new(shape: QueryAssistantResponse)
1415
1417
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
@@ -14,6 +14,7 @@ module Aws::ConnectWisdomService
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ConnectWisdomService::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 '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectwisdomservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectWisdomService
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end