aws-sdk-qconnect 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8244982db30484c5e83d28157fadb2a790bc182199eb1f884e5a143b3da11548
4
- data.tar.gz: eae72470a4e44d2037487c16e521c2183a3bb6057d944c14118e719569464fca
3
+ metadata.gz: 006c8e29481b52a61e0e037fe5b954276ecea8fa6b0e7d065fd3a90e0d58e52c
4
+ data.tar.gz: 50467e56e18c0fddf2c23db7c68574d17bae4b5e94129292d65279ad2b25cd51
5
5
  SHA512:
6
- metadata.gz: ee981027050b78ee26dea98a6b0df1ff4b1bd9acbe0d331d8256aedb2bfffef8a44dfb56a5ab6670bad570455f4eb84a387ca2e92f14551d6f4ee76046464dec
7
- data.tar.gz: c5f82ff1b12897d258b3e0c5535e1b71e1c8d070eee6d6e4963a01aa9d1e141035b8ec20b342139ef56963155d9d381e60e3309d1cff2785e471c90c2bf82e2d
6
+ metadata.gz: 5a68e2aa7cee3615096a317eddce30ef7054847e89c57e0ced25ab235a384d4ba0f553e92430749c7a384c415b05eecd4f4259664251dcac336cbf025b7e0b65
7
+ data.tar.gz: '098aee028235c181c5aa6eb9094f82647a243ab49d6e45557be6a0a4fbc33cc734c078e128c606a1bfcbc661e9b7c6e04fddc038a37b525c6cb447a29ad57303'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-03-24)
5
+ ------------------
6
+
7
+ * Feature - Provides the correct value for supported model ID.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1210,7 +1210,7 @@ module Aws::QConnect
1210
1210
  #
1211
1211
  # @option params [required, String] :model_id
1212
1212
  # The identifier of the model used for this AI Prompt. Model Ids
1213
- # supported are: `CLAUDE_3_HAIKU_20240307_V1`
1213
+ # supported are: `anthropic.claude-3-haiku-20240307-v1:0`
1214
1214
  #
1215
1215
  # @option params [required, String] :name
1216
1216
  # The name of the AI Prompt.
@@ -5534,7 +5534,7 @@ module Aws::QConnect
5534
5534
  req.send_request(options)
5535
5535
  end
5536
5536
 
5537
- # Removes the AI Agent that is set for use by defafult on an Amazon Q in
5537
+ # Removes the AI Agent that is set for use by default on an Amazon Q in
5538
5538
  # Connect Assistant.
5539
5539
  #
5540
5540
  # @option params [required, String] :ai_agent_type
@@ -6853,7 +6853,7 @@ module Aws::QConnect
6853
6853
  req.send_request(options)
6854
6854
  end
6855
6855
 
6856
- # Updates the AI Agent that is set for use by defafult on an Amazon Q in
6856
+ # Updates the AI Agent that is set for use by default on an Amazon Q in
6857
6857
  # Connect Assistant.
6858
6858
  #
6859
6859
  # @option params [required, String] :ai_agent_type
@@ -7765,7 +7765,7 @@ module Aws::QConnect
7765
7765
  tracer: tracer
7766
7766
  )
7767
7767
  context[:gem_name] = 'aws-sdk-qconnect'
7768
- context[:gem_version] = '1.29.0'
7768
+ context[:gem_version] = '1.30.0'
7769
7769
  Seahorse::Client::Request.new(handlers, context)
7770
7770
  end
7771
7771
 
@@ -533,7 +533,7 @@ module Aws::QConnect
533
533
  #
534
534
  # @!attribute [rw] model_id
535
535
  # The identifier of the model used for this AI Prompt. Model Ids
536
- # supported are: `CLAUDE_3_HAIKU_20240307_V1`.
536
+ # supported are: `anthropic.claude-3-haiku-20240307-v1:0`.
537
537
  # @return [String]
538
538
  #
539
539
  # @!attribute [rw] modified_time
@@ -627,7 +627,7 @@ module Aws::QConnect
627
627
  #
628
628
  # @!attribute [rw] model_id
629
629
  # The identifier of the model used for this AI Prompt. Model Ids
630
- # supported are: `CLAUDE_3_HAIKU_20240307_V1`.
630
+ # supported are: `anthropic.claude-3-haiku-20240307-v1:0`.
631
631
  # @return [String]
632
632
  #
633
633
  # @!attribute [rw] modified_time
@@ -857,9 +857,10 @@ module Aws::QConnect
857
857
  # The locale to which specifies the language and region settings that
858
858
  # determine the response language for [QueryAssistant][1].
859
859
  #
860
- # <note markdown="1"> Changing this locale to anything other than `en_US` will turn off
861
- # recommendations triggered by contact transcripts for agent
862
- # assistance, as this feature is not supported in multiple languages.
860
+ # <note markdown="1"> Changing this locale to anything other than `en_US`, `en_GB`, or
861
+ # `en_AU` will turn off recommendations triggered by contact
862
+ # transcripts for agent assistance, as this feature is not supported
863
+ # in multiple languages.
863
864
  #
864
865
  # </note>
865
866
  #
@@ -2205,7 +2206,7 @@ module Aws::QConnect
2205
2206
  #
2206
2207
  # @!attribute [rw] model_id
2207
2208
  # The identifier of the model used for this AI Prompt. Model Ids
2208
- # supported are: `CLAUDE_3_HAIKU_20240307_V1`
2209
+ # supported are: `anthropic.claude-3-haiku-20240307-v1:0`
2209
2210
  # @return [String]
2210
2211
  #
2211
2212
  # @!attribute [rw] name
@@ -8728,7 +8729,7 @@ module Aws::QConnect
8728
8729
  end
8729
8730
 
8730
8731
  # The conversation history data to included in conversation context data
8731
- # before the the Amazon Q in Connect session..
8732
+ # before the Amazon Q in Connect session.
8732
8733
  #
8733
8734
  # @!attribute [rw] bot_response
8734
8735
  # The bot response of the conversation history data.
@@ -54,7 +54,7 @@ module Aws::QConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.0'
58
58
 
59
59
  end
60
60
 
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.29.0
4
+ version: 1.30.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core