aws-sdk-qconnect 1.48.0 → 1.49.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: 737e4ee1ca02ba610fb9d4d7b29439b4092b957e2d7a080d8407bf359c690560
4
- data.tar.gz: eacec788d0fb123ffe936f7cab221b91357a808013cd245ce816b8b94023c9cd
3
+ metadata.gz: 2e8cc2266c56a29ee5c140638290e8d1212b9e489bf9044f96caf58c9ab71c62
4
+ data.tar.gz: 23d99a8d3765fd323a1aa6bb625cc292d7f746a60cbc0844164ad0fba62a6333
5
5
  SHA512:
6
- metadata.gz: 165120e837d8ade4a3fbef6e60bb36aef12066703dba30b99adb31ed4b0a232b369d5239368ce6c9c84844e395c89e266e04589f653d0b83b4a233228934a0c5
7
- data.tar.gz: 9202e10c27266a6d7fb6944dc2ed621b843c3d70590199db1f506ff6534bd2ede4508d5e85c4619cf07aa8ad3c4878e135f97b3ed4a5f1f6d1094bbb63cd2456
6
+ metadata.gz: 92197832abddddd91369722179b7b54ad7538c42db2e72085406b50da95d091254c5567d4138418f3ead23efef250a266806308184faf9d73f9b78bf10ab062d
7
+ data.tar.gz: 2dea92323e35b0d19f1a4744eaf3c2b2db8c9eb2920193e4e8a8428a0c8db7f16251ca7a65ed1709d7b8f84b387afc756153cc8a90b74b7d54f5dbf7b944236a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2026-01-23)
5
+ ------------------
6
+
7
+ * Feature - Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes.
8
+
4
9
  1.48.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -799,9 +799,9 @@ module Aws::QConnect
799
799
  # {
800
800
  # tool_name: "NonEmptyString", # required
801
801
  # tool_type: "MODEL_CONTEXT_PROTOCOL", # required, accepts MODEL_CONTEXT_PROTOCOL, RETURN_TO_CONTROL, CONSTANT
802
- # title: "NonEmptyString",
802
+ # title: "NonEmptySensitiveString",
803
803
  # tool_id: "NonEmptyString",
804
- # description: "String",
804
+ # description: "NonEmptySensitiveString",
805
805
  # instruction: {
806
806
  # instruction: "String",
807
807
  # examples: ["String"],
@@ -6366,7 +6366,7 @@ module Aws::QConnect
6366
6366
  # resp = client.put_feedback({
6367
6367
  # assistant_id: "UuidOrArn", # required
6368
6368
  # target_id: "Uuid", # required
6369
- # target_type: "RECOMMENDATION", # required, accepts RECOMMENDATION, RESULT
6369
+ # target_type: "RECOMMENDATION", # required, accepts RECOMMENDATION, RESULT, MESSAGE
6370
6370
  # content_feedback: { # required
6371
6371
  # generative_content_feedback_data: {
6372
6372
  # relevance: "HELPFUL", # required, accepts HELPFUL, NOT_HELPFUL
@@ -6379,7 +6379,7 @@ module Aws::QConnect
6379
6379
  # resp.assistant_id #=> String
6380
6380
  # resp.assistant_arn #=> String
6381
6381
  # resp.target_id #=> String
6382
- # resp.target_type #=> String, one of "RECOMMENDATION", "RESULT"
6382
+ # resp.target_type #=> String, one of "RECOMMENDATION", "RESULT", "MESSAGE"
6383
6383
  # resp.content_feedback.generative_content_feedback_data.relevance #=> String, one of "HELPFUL", "NOT_HELPFUL"
6384
6384
  #
6385
6385
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/PutFeedback AWS API Documentation
@@ -7866,9 +7866,9 @@ module Aws::QConnect
7866
7866
  # {
7867
7867
  # tool_name: "NonEmptyString", # required
7868
7868
  # tool_type: "MODEL_CONTEXT_PROTOCOL", # required, accepts MODEL_CONTEXT_PROTOCOL, RETURN_TO_CONTROL, CONSTANT
7869
- # title: "NonEmptyString",
7869
+ # title: "NonEmptySensitiveString",
7870
7870
  # tool_id: "NonEmptyString",
7871
- # description: "String",
7871
+ # description: "NonEmptySensitiveString",
7872
7872
  # instruction: {
7873
7873
  # instruction: "String",
7874
7874
  # examples: ["String"],
@@ -8370,9 +8370,8 @@ module Aws::QConnect
8370
8370
  # The configuration of the AI Agent being updated for use by default on
8371
8371
  # the Amazon Q in Connect Assistant.
8372
8372
  #
8373
- # @option params [Array<Types::OrchestratorConfigurationEntry>] :orchestrator_configuration_list
8374
- # The updated list of orchestrator configurations for the assistant AI
8375
- # Agent.
8373
+ # @option params [String] :orchestrator_use_case
8374
+ # The orchestrator use case for the AI Agent being added.
8376
8375
  #
8377
8376
  # @return [Types::UpdateAssistantAIAgentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8378
8377
  #
@@ -8386,12 +8385,7 @@ module Aws::QConnect
8386
8385
  # configuration: { # required
8387
8386
  # ai_agent_id: "UuidWithQualifier", # required
8388
8387
  # },
8389
- # orchestrator_configuration_list: [
8390
- # {
8391
- # ai_agent_id: "UuidOrArnOrEitherWithQualifier",
8392
- # orchestrator_use_case: "NonEmptyString", # required
8393
- # },
8394
- # ],
8388
+ # orchestrator_use_case: "NonEmptyString",
8395
8389
  # })
8396
8390
  #
8397
8391
  # @example Response structure
@@ -9459,7 +9453,7 @@ module Aws::QConnect
9459
9453
  tracer: tracer
9460
9454
  )
9461
9455
  context[:gem_name] = 'aws-sdk-qconnect'
9462
- context[:gem_version] = '1.48.0'
9456
+ context[:gem_version] = '1.49.0'
9463
9457
  Seahorse::Client::Request.new(handlers, context)
9464
9458
  end
9465
9459
 
@@ -985,7 +985,7 @@ module Aws::QConnect
985
985
  CaseSummarizationAIAgentConfiguration.add_member(:locale, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "locale"))
986
986
  CaseSummarizationAIAgentConfiguration.struct_class = Types::CaseSummarizationAIAgentConfiguration
987
987
 
988
- CaseSummarizationChunkDataDetails.add_member(:completion, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "completion"))
988
+ CaseSummarizationChunkDataDetails.add_member(:completion, Shapes::ShapeRef.new(shape: NonEmptySensitiveString, location_name: "completion"))
989
989
  CaseSummarizationChunkDataDetails.add_member(:next_chunk_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextChunkToken"))
990
990
  CaseSummarizationChunkDataDetails.struct_class = Types::CaseSummarizationChunkDataDetails
991
991
 
@@ -3018,9 +3018,9 @@ module Aws::QConnect
3018
3018
 
3019
3019
  ToolConfiguration.add_member(:tool_name, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "toolName"))
3020
3020
  ToolConfiguration.add_member(:tool_type, Shapes::ShapeRef.new(shape: ToolType, required: true, location_name: "toolType"))
3021
- ToolConfiguration.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "title"))
3021
+ ToolConfiguration.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptySensitiveString, location_name: "title"))
3022
3022
  ToolConfiguration.add_member(:tool_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "toolId"))
3023
- ToolConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3023
+ ToolConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptySensitiveString, location_name: "description"))
3024
3024
  ToolConfiguration.add_member(:instruction, Shapes::ShapeRef.new(shape: ToolInstruction, location_name: "instruction"))
3025
3025
  ToolConfiguration.add_member(:override_input_values, Shapes::ShapeRef.new(shape: ToolOverrideInputValueList, location_name: "overrideInputValues"))
3026
3026
  ToolConfiguration.add_member(:output_filters, Shapes::ShapeRef.new(shape: ToolOutputFilterList, location_name: "outputFilters"))
@@ -3126,7 +3126,7 @@ module Aws::QConnect
3126
3126
  UpdateAssistantAIAgentRequest.add_member(:assistant_id, Shapes::ShapeRef.new(shape: UuidOrArn, required: true, location: "uri", location_name: "assistantId"))
3127
3127
  UpdateAssistantAIAgentRequest.add_member(:ai_agent_type, Shapes::ShapeRef.new(shape: AIAgentType, required: true, location_name: "aiAgentType"))
3128
3128
  UpdateAssistantAIAgentRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: AIAgentConfigurationData, required: true, location_name: "configuration"))
3129
- UpdateAssistantAIAgentRequest.add_member(:orchestrator_configuration_list, Shapes::ShapeRef.new(shape: OrchestratorConfigurationList, location_name: "orchestratorConfigurationList"))
3129
+ UpdateAssistantAIAgentRequest.add_member(:orchestrator_use_case, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "orchestratorUseCase"))
3130
3130
  UpdateAssistantAIAgentRequest.struct_class = Types::UpdateAssistantAIAgentRequest
3131
3131
 
3132
3132
  UpdateAssistantAIAgentResponse.add_member(:assistant, Shapes::ShapeRef.new(shape: AssistantData, location_name: "assistant"))
@@ -1584,7 +1584,7 @@ module Aws::QConnect
1584
1584
  class CaseSummarizationChunkDataDetails < Struct.new(
1585
1585
  :completion,
1586
1586
  :next_chunk_token)
1587
- SENSITIVE = []
1587
+ SENSITIVE = [:completion]
1588
1588
  include Aws::Structure
1589
1589
  end
1590
1590
 
@@ -4715,7 +4715,7 @@ module Aws::QConnect
4715
4715
  class FilterAttribute < Struct.new(
4716
4716
  :key,
4717
4717
  :value)
4718
- SENSITIVE = []
4718
+ SENSITIVE = [:value]
4719
4719
  include Aws::Structure
4720
4720
  end
4721
4721
 
@@ -11008,7 +11008,7 @@ module Aws::QConnect
11008
11008
  :tool_use_id,
11009
11009
  :name,
11010
11010
  :arguments)
11011
- SENSITIVE = []
11011
+ SENSITIVE = [:arguments]
11012
11012
  include Aws::Structure
11013
11013
  end
11014
11014
 
@@ -11442,7 +11442,7 @@ module Aws::QConnect
11442
11442
  :output_schema,
11443
11443
  :annotations,
11444
11444
  :user_interaction_configuration)
11445
- SENSITIVE = []
11445
+ SENSITIVE = [:title, :description, :instruction, :override_input_values, :output_filters, :input_schema, :output_schema, :annotations]
11446
11446
  include Aws::Structure
11447
11447
  end
11448
11448
 
@@ -11589,7 +11589,7 @@ module Aws::QConnect
11589
11589
  :tool_name,
11590
11590
  :tool_result,
11591
11591
  :input_schema)
11592
- SENSITIVE = []
11592
+ SENSITIVE = [:tool_result, :input_schema]
11593
11593
  include Aws::Structure
11594
11594
  end
11595
11595
 
@@ -11886,10 +11886,9 @@ module Aws::QConnect
11886
11886
  # on the Amazon Q in Connect Assistant.
11887
11887
  # @return [Types::AIAgentConfigurationData]
11888
11888
  #
11889
- # @!attribute [rw] orchestrator_configuration_list
11890
- # The updated list of orchestrator configurations for the assistant AI
11891
- # Agent.
11892
- # @return [Array<Types::OrchestratorConfigurationEntry>]
11889
+ # @!attribute [rw] orchestrator_use_case
11890
+ # The orchestrator use case for the AI Agent being added.
11891
+ # @return [String]
11893
11892
  #
11894
11893
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/UpdateAssistantAIAgentRequest AWS API Documentation
11895
11894
  #
@@ -11897,7 +11896,7 @@ module Aws::QConnect
11897
11896
  :assistant_id,
11898
11897
  :ai_agent_type,
11899
11898
  :configuration,
11900
- :orchestrator_configuration_list)
11899
+ :orchestrator_use_case)
11901
11900
  SENSITIVE = []
11902
11901
  include Aws::Structure
11903
11902
  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.48.0'
58
+ GEM_VERSION = '1.49.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1584,14 +1584,14 @@ module Aws
1584
1584
  def assistant_id: () -> ::String
1585
1585
  def assistant_arn: () -> ::String
1586
1586
  def target_id: () -> ::String
1587
- def target_type: () -> ("RECOMMENDATION" | "RESULT")
1587
+ def target_type: () -> ("RECOMMENDATION" | "RESULT" | "MESSAGE")
1588
1588
  def content_feedback: () -> Types::ContentFeedbackData
1589
1589
  end
1590
1590
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/QConnect/Client.html#put_feedback-instance_method
1591
1591
  def put_feedback: (
1592
1592
  assistant_id: ::String,
1593
1593
  target_id: ::String,
1594
- target_type: ("RECOMMENDATION" | "RESULT"),
1594
+ target_type: ("RECOMMENDATION" | "RESULT" | "MESSAGE"),
1595
1595
  content_feedback: {
1596
1596
  generative_content_feedback_data: {
1597
1597
  relevance: ("HELPFUL" | "NOT_HELPFUL")
@@ -2470,12 +2470,7 @@ module Aws
2470
2470
  configuration: {
2471
2471
  ai_agent_id: ::String
2472
2472
  },
2473
- ?orchestrator_configuration_list: Array[
2474
- {
2475
- ai_agent_id: ::String?,
2476
- orchestrator_use_case: ::String
2477
- },
2478
- ]
2473
+ ?orchestrator_use_case: ::String
2479
2474
  ) -> _UpdateAssistantAIAgentResponseSuccess
2480
2475
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAssistantAIAgentResponseSuccess
2481
2476
 
data/sig/types.rbs CHANGED
@@ -405,7 +405,7 @@ module Aws::QConnect
405
405
  class CaseSummarizationChunkDataDetails
406
406
  attr_accessor completion: ::String
407
407
  attr_accessor next_chunk_token: ::String
408
- SENSITIVE: []
408
+ SENSITIVE: [:completion]
409
409
  end
410
410
 
411
411
  class CaseSummarizationInputData
@@ -1241,7 +1241,7 @@ module Aws::QConnect
1241
1241
  class FilterAttribute
1242
1242
  attr_accessor key: ::String
1243
1243
  attr_accessor value: untyped
1244
- SENSITIVE: []
1244
+ SENSITIVE: [:value]
1245
1245
  end
1246
1246
 
1247
1247
  class FixedSizeChunkingConfiguration
@@ -2234,7 +2234,7 @@ module Aws::QConnect
2234
2234
  class PutFeedbackRequest
2235
2235
  attr_accessor assistant_id: ::String
2236
2236
  attr_accessor target_id: ::String
2237
- attr_accessor target_type: ("RECOMMENDATION" | "RESULT")
2237
+ attr_accessor target_type: ("RECOMMENDATION" | "RESULT" | "MESSAGE")
2238
2238
  attr_accessor content_feedback: Types::ContentFeedbackData
2239
2239
  SENSITIVE: []
2240
2240
  end
@@ -2243,7 +2243,7 @@ module Aws::QConnect
2243
2243
  attr_accessor assistant_id: ::String
2244
2244
  attr_accessor assistant_arn: ::String
2245
2245
  attr_accessor target_id: ::String
2246
- attr_accessor target_type: ("RECOMMENDATION" | "RESULT")
2246
+ attr_accessor target_type: ("RECOMMENDATION" | "RESULT" | "MESSAGE")
2247
2247
  attr_accessor content_feedback: Types::ContentFeedbackData
2248
2248
  SENSITIVE: []
2249
2249
  end
@@ -2904,7 +2904,7 @@ module Aws::QConnect
2904
2904
  attr_accessor tool_use_id: ::String
2905
2905
  attr_accessor name: ::String
2906
2906
  attr_accessor arguments: untyped
2907
- SENSITIVE: []
2907
+ SENSITIVE: [:arguments]
2908
2908
  end
2909
2909
 
2910
2910
  class StartContentUploadRequest
@@ -3034,7 +3034,7 @@ module Aws::QConnect
3034
3034
  attr_accessor output_schema: untyped
3035
3035
  attr_accessor annotations: Types::Annotation
3036
3036
  attr_accessor user_interaction_configuration: Types::UserInteractionConfiguration
3037
- SENSITIVE: []
3037
+ SENSITIVE: [:title, :description, :instruction, :override_input_values, :output_filters, :input_schema, :output_schema, :annotations]
3038
3038
  end
3039
3039
 
3040
3040
  class ToolInstruction
@@ -3083,7 +3083,7 @@ module Aws::QConnect
3083
3083
  attr_accessor tool_name: ::String
3084
3084
  attr_accessor tool_result: untyped
3085
3085
  attr_accessor input_schema: untyped
3086
- SENSITIVE: []
3086
+ SENSITIVE: [:tool_result, :input_schema]
3087
3087
  end
3088
3088
 
3089
3089
  class UnauthorizedException
@@ -3162,7 +3162,7 @@ module Aws::QConnect
3162
3162
  attr_accessor assistant_id: ::String
3163
3163
  attr_accessor ai_agent_type: ("MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
3164
3164
  attr_accessor configuration: Types::AIAgentConfigurationData
3165
- attr_accessor orchestrator_configuration_list: ::Array[Types::OrchestratorConfigurationEntry]
3165
+ attr_accessor orchestrator_use_case: ::String
3166
3166
  SENSITIVE: []
3167
3167
  end
3168
3168
 
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.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services