aws-sdk-qconnect 1.2.0 → 1.3.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: 540f1a83303847a0ae5825697b12ffe404daedd03752b8a09388125f1455d919
4
- data.tar.gz: 72e594eaf6ec8b0c0653c2e790aaf7aa7d6fd38b8d9329375f5033181e92e905
3
+ metadata.gz: dde306335972e8659757592b2d3e6a3892ab6076e6321d129e42131046aaaf91
4
+ data.tar.gz: be691f7a8ff3e85598c7428518aa35c1a2c6d469736bb833479985f766942bc6
5
5
  SHA512:
6
- metadata.gz: 647dad94adef4c4a076920ac32f306073c33dbbf01ed0fce7c929085212eca25511b3b7db4fa9fd9e2fbce065fb6e64a5892c1d8e1576a5ca2fb903cf678c764
7
- data.tar.gz: dc01e0991c06ed500958817c3ae380a9cc072670c67f7725a8f7e74aba94073905ac07dafcf9df0cfc1d421aaa5c6f89cce9f817cc7abe9c41602cdc15fdaed7
6
+ metadata.gz: 804cf27544111de0cc0a9d1d20034db56dbd7d4e4bd0d8f9f3a3fc721922b3a672dcc637a96d357cd064254cda9887e8ebc42cd5b28529b2b17c4a2076357e4f
7
+ data.tar.gz: 280ff8bcb9b82b944a7f606c9ae9d54860ec1b07ae7bb6efed144fd4f12582eab2a24e11f9c68f1cc39c99ce100b5592fa0fc94b7b03661f4ddf7ac6fd64cc79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2024-01-10)
5
+ ------------------
6
+
7
+ * 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.
8
+
4
9
  1.2.0 (2024-01-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -2969,7 +2969,7 @@ module Aws::QConnect
2969
2969
  params: params,
2970
2970
  config: config)
2971
2971
  context[:gem_name] = 'aws-sdk-qconnect'
2972
- context[:gem_version] = '1.2.0'
2972
+ context[:gem_version] = '1.3.0'
2973
2973
  Seahorse::Client::Request.new(handlers, context)
2974
2974
  end
2975
2975
 
@@ -1392,6 +1392,7 @@ module Aws::QConnect
1392
1392
  o.name = "GetRecommendations"
1393
1393
  o.http_method = "GET"
1394
1394
  o.http_request_uri = "/assistants/{assistantId}/sessions/{sessionId}/recommendations"
1395
+ o.deprecated = true
1395
1396
  o.input = Shapes::ShapeRef.new(shape: GetRecommendationsRequest)
1396
1397
  o.output = Shapes::ShapeRef.new(shape: GetRecommendationsResponse)
1397
1398
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1544,6 +1545,7 @@ module Aws::QConnect
1544
1545
  o.name = "QueryAssistant"
1545
1546
  o.http_method = "POST"
1546
1547
  o.http_request_uri = "/assistants/{assistantId}/query"
1548
+ o.deprecated = true
1547
1549
  o.input = Shapes::ShapeRef.new(shape: QueryAssistantRequest)
1548
1550
  o.output = Shapes::ShapeRef.new(shape: QueryAssistantResponse)
1549
1551
  o.errors << Shapes::ShapeRef.new(shape: RequestTimeoutException)
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-qconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::QConnect
54
54
 
55
- GEM_VERSION = '1.2.0'
55
+ GEM_VERSION = '1.3.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-01-05 00:00:00.000000000 Z
11
+ date: 2024-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core