aws-sdk-qconnect 1.1.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: 6b46f2765d9b6572c7fedd62fd0c86ab974221d847ad828485c54af0cae2d48e
4
- data.tar.gz: b2de7f9a70483d6dfb3018eed6c46977f04af2e9e4298fc59fde134491e12ffb
3
+ metadata.gz: dde306335972e8659757592b2d3e6a3892ab6076e6321d129e42131046aaaf91
4
+ data.tar.gz: be691f7a8ff3e85598c7428518aa35c1a2c6d469736bb833479985f766942bc6
5
5
  SHA512:
6
- metadata.gz: bbe91c48220a6e9435e2b5f28842626fa9fee52b8668d39c8ad18486b902da20d339cb5b7c81e0586a6f92bdd6b8f495bb32fc3c8419d23350a35e51e9059e32
7
- data.tar.gz: be3460479836b40e3334fb2c454ad815018695f5743dd2adf3b2e59d91894cbe0021deee2a8bef94a610da37121fc8944b92673d4e2097ab7e37f49892f357d7
6
+ metadata.gz: 804cf27544111de0cc0a9d1d20034db56dbd7d4e4bd0d8f9f3a3fc721922b3a672dcc637a96d357cd064254cda9887e8ebc42cd5b28529b2b17c4a2076357e4f
7
+ data.tar.gz: 280ff8bcb9b82b944a7f606c9ae9d54860ec1b07ae7bb6efed144fd4f12582eab2a24e11f9c68f1cc39c99ce100b5592fa0fc94b7b03661f4ddf7ac6fd64cc79
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.2.0 (2024-01-05)
10
+ ------------------
11
+
12
+ * Feature - Marked SearchQuickResponses API as readonly.
13
+
4
14
  1.1.0 (2023-12-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.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.1.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.1.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.1.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: 2023-12-01 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