aws-sdk-qconnect 1.38.0 → 1.39.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: 4daea640668130cebe2543f0b8c594898c0dddfaf75e556282dd7b95b5632cfc
4
- data.tar.gz: fde431d71e7e027c9e8b8adbe595432e45689f83fee8bd8000f5230bae62f5b7
3
+ metadata.gz: 2a204daffe3b42f3c45cd6c8b52b0dc404bb6bdc5190b8a1b03ba3cf1bd7874d
4
+ data.tar.gz: c48681aea1b679cf3588f310f6d366eebec589c9b97163e683723b860f9fa71c
5
5
  SHA512:
6
- metadata.gz: e81c26cc3c7a9faa9d4338c056ff8d23d6b98544ad49119989b8edda4eb1949c4bc0409be231f512f060e7c12feee8bde9d071072cd5394658b979214181c7d5
7
- data.tar.gz: c744f7a19cd3011f11971cc0544e5c92cb618b0645216dd3df6d4a9bc26105d17fd70877bdddd2492b63804f5aae654941823246866521c85cc49eb6843b37c1
6
+ metadata.gz: ca2741d922cad786c8eed652f8a3292d3e8a8474236a76601b8bc3f5aeb5e59a70be29b57cbd2ac3192e5be4f821cd32b3fd6a25dc9b16cf8f243336ae1eac2e
7
+ data.tar.gz: ff3f6a7002e7ea89c9c4b916e8d8726cc7f2e912815afd9d422595fb586e40ca60e739e85c3788863b2d12020f3f96770f04eea4281370aff96060d7f4a42e2a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2025-08-22)
5
+ ------------------
6
+
7
+ * Feature - Releasing model ID support for UpdateAIPrompt
8
+
4
9
  1.38.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -1191,6 +1191,15 @@ module Aws::QConnect
1191
1191
 
1192
1192
  # Creates an Amazon Q in Connect AI Prompt.
1193
1193
  #
1194
+ # <note markdown="1"> For more information on supported models, see [Supported models for
1195
+ # system and custom prompts][1].
1196
+ #
1197
+ # </note>
1198
+ #
1199
+ #
1200
+ #
1201
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-ai-prompts.html#cli-create-aiprompt
1202
+ #
1194
1203
  # @option params [String] :client_token
1195
1204
  # A unique, case-sensitive identifier that you provide to ensure the
1196
1205
  # idempotency of the request. If not provided, the Amazon Web Services
@@ -6845,6 +6854,18 @@ module Aws::QConnect
6845
6854
  # @option params [String] :description
6846
6855
  # The description of the Amazon Q in Connect AI Prompt.
6847
6856
  #
6857
+ # @option params [String] :model_id
6858
+ # The identifier of the model used for this AI Prompt.
6859
+ #
6860
+ # <note markdown="1"> For more information on supported models, see [Supported models for
6861
+ # system and custom prompts][1].
6862
+ #
6863
+ # </note>
6864
+ #
6865
+ #
6866
+ #
6867
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-ai-prompts.html#cli-create-aiprompt
6868
+ #
6848
6869
  # @return [Types::UpdateAIPromptResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6849
6870
  #
6850
6871
  # * {Types::UpdateAIPromptResponse#ai_prompt #ai_prompt} => Types::AIPromptData
@@ -6862,6 +6883,7 @@ module Aws::QConnect
6862
6883
  # },
6863
6884
  # },
6864
6885
  # description: "Description",
6886
+ # model_id: "AIPromptModelIdentifier",
6865
6887
  # })
6866
6888
  #
6867
6889
  # @example Response structure
@@ -7806,7 +7828,7 @@ module Aws::QConnect
7806
7828
  tracer: tracer
7807
7829
  )
7808
7830
  context[:gem_name] = 'aws-sdk-qconnect'
7809
- context[:gem_version] = '1.38.0'
7831
+ context[:gem_version] = '1.39.0'
7810
7832
  Seahorse::Client::Request.new(handlers, context)
7811
7833
  end
7812
7834
 
@@ -2548,6 +2548,7 @@ module Aws::QConnect
2548
2548
  UpdateAIPromptRequest.add_member(:visibility_status, Shapes::ShapeRef.new(shape: VisibilityStatus, required: true, location_name: "visibilityStatus"))
2549
2549
  UpdateAIPromptRequest.add_member(:template_configuration, Shapes::ShapeRef.new(shape: AIPromptTemplateConfiguration, location_name: "templateConfiguration"))
2550
2550
  UpdateAIPromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2551
+ UpdateAIPromptRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: AIPromptModelIdentifier, location_name: "modelId"))
2551
2552
  UpdateAIPromptRequest.struct_class = Types::UpdateAIPromptRequest
2552
2553
 
2553
2554
  UpdateAIPromptResponse.add_member(:ai_prompt, Shapes::ShapeRef.new(shape: AIPromptData, location_name: "aiPrompt"))
@@ -9710,6 +9710,19 @@ module Aws::QConnect
9710
9710
  # The description of the Amazon Q in Connect AI Prompt.
9711
9711
  # @return [String]
9712
9712
  #
9713
+ # @!attribute [rw] model_id
9714
+ # The identifier of the model used for this AI Prompt.
9715
+ #
9716
+ # <note markdown="1"> For more information on supported models, see [Supported models for
9717
+ # system and custom prompts][1].
9718
+ #
9719
+ # </note>
9720
+ #
9721
+ #
9722
+ #
9723
+ # [1]: https://docs.aws.amazon.com/connect/latest/adminguide/create-ai-prompts.html#cli-create-aiprompt
9724
+ # @return [String]
9725
+ #
9713
9726
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/UpdateAIPromptRequest AWS API Documentation
9714
9727
  #
9715
9728
  class UpdateAIPromptRequest < Struct.new(
@@ -9718,7 +9731,8 @@ module Aws::QConnect
9718
9731
  :ai_prompt_id,
9719
9732
  :visibility_status,
9720
9733
  :template_configuration,
9721
- :description)
9734
+ :description,
9735
+ :model_id)
9722
9736
  SENSITIVE = []
9723
9737
  include Aws::Structure
9724
9738
  end
@@ -55,7 +55,7 @@ module Aws::QConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.38.0'
58
+ GEM_VERSION = '1.39.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1926,7 +1926,8 @@ module Aws
1926
1926
  text: ::String
1927
1927
  }?
1928
1928
  },
1929
- ?description: ::String
1929
+ ?description: ::String,
1930
+ ?model_id: ::String
1930
1931
  ) -> _UpdateAIPromptResponseSuccess
1931
1932
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAIPromptResponseSuccess
1932
1933
 
data/sig/types.rbs CHANGED
@@ -2550,6 +2550,7 @@ module Aws::QConnect
2550
2550
  attr_accessor visibility_status: ("SAVED" | "PUBLISHED")
2551
2551
  attr_accessor template_configuration: Types::AIPromptTemplateConfiguration
2552
2552
  attr_accessor description: ::String
2553
+ attr_accessor model_id: ::String
2553
2554
  SENSITIVE: []
2554
2555
  end
2555
2556
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-qconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services