aws-sdk-qconnect 1.51.0 → 1.53.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: e5845758d1c4f050fb4a0494a2ff74673b10dbf1434d8ef3afc16bb337cb26e3
4
- data.tar.gz: a84eb2505ee6ebae0b5b34263108338adc56c71d82674437e62c47669d961d52
3
+ metadata.gz: aa26afda29d5406669f1467bdc999034d356354b5022887eb400c4d1e98d6338
4
+ data.tar.gz: '05678f07eec0087d3a3a71fef3be314727fe52b044234031211273565a2046dd'
5
5
  SHA512:
6
- metadata.gz: b73a357d78b6f4413382a30a5453ff2c9599936ec04ea9fe45299cadc0150a00779f305420269a9de79ed7d05dd204abb42572ce14cdba16b5612ec8adad67a7
7
- data.tar.gz: '0563382fa3d1db1848a4265f45f37e0ffc1fa0445e8c32ba43c162dfa713aa8c449ca3e0ea61381dca96749acdfc1c97e849dd4641066dc8c39a4b3913b28821'
6
+ metadata.gz: 7131f78f910bf78f12156067067005ffe28e2257d4df5ecd96d23f2db49108ed04dc51f02364fe9a7217a19cca0252ba5c2ff8da6b7c4546b3797c756c9485a8
7
+ data.tar.gz: f1936d55cae85c78405f36cf5f076f7a20d2b82d76dbe6292a6bb49ddfd8147f1d57e4a59afc5e88f52b5eef9ea6cdd2f56e9d9bf2179f7bf7045fba66afe96e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2026-05-01)
5
+ ------------------
6
+
7
+ * Feature - Added reasoning details, statusDescription, and timeToFirstTokenMs fields to the ListSpans response in Amazon Q in Connect to provide visibility into model thinking, error diagnostics, and inference latency metrics.
8
+
9
+ 1.52.0 (2026-04-06)
10
+ ------------------
11
+
12
+ * Feature - Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries.
13
+
4
14
  1.51.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.53.0
@@ -6168,7 +6168,9 @@ module Aws::QConnect
6168
6168
  # resp.spans[0].start_timestamp #=> Time
6169
6169
  # resp.spans[0].end_timestamp #=> Time
6170
6170
  # resp.spans[0].status #=> String, one of "OK", "ERROR", "TIMEOUT"
6171
+ # resp.spans[0].status_description #=> String
6171
6172
  # resp.spans[0].request_id #=> String
6173
+ # resp.spans[0].origin_request_id #=> String
6172
6174
  # resp.spans[0].attributes.operation_name #=> String
6173
6175
  # resp.spans[0].attributes.provider_name #=> String
6174
6176
  # resp.spans[0].attributes.error_type #=> String
@@ -6213,6 +6215,7 @@ module Aws::QConnect
6213
6215
  # resp.spans[0].attributes.input_messages[0].values[0].tool_result.tool_use_id #=> String
6214
6216
  # resp.spans[0].attributes.input_messages[0].values[0].tool_result.values #=> Types::SpanMessageValueList
6215
6217
  # resp.spans[0].attributes.input_messages[0].values[0].tool_result.error #=> String
6218
+ # resp.spans[0].attributes.input_messages[0].values[0].reasoning.value #=> String
6216
6219
  # resp.spans[0].attributes.output_messages #=> Array
6217
6220
  # resp.spans[0].attributes.output_messages[0].message_id #=> String
6218
6221
  # resp.spans[0].attributes.output_messages[0].participant #=> String, one of "CUSTOMER", "AGENT", "BOT"
@@ -6230,6 +6233,7 @@ module Aws::QConnect
6230
6233
  # resp.spans[0].attributes.output_messages[0].values[0].tool_result.tool_use_id #=> String
6231
6234
  # resp.spans[0].attributes.output_messages[0].values[0].tool_result.values #=> Types::SpanMessageValueList
6232
6235
  # resp.spans[0].attributes.output_messages[0].values[0].tool_result.error #=> String
6236
+ # resp.spans[0].attributes.output_messages[0].values[0].reasoning.value #=> String
6233
6237
  # resp.spans[0].attributes.system_instructions #=> Array
6234
6238
  # resp.spans[0].attributes.system_instructions[0].text.value #=> String
6235
6239
  # resp.spans[0].attributes.system_instructions[0].text.citations #=> Array
@@ -6243,11 +6247,13 @@ module Aws::QConnect
6243
6247
  # resp.spans[0].attributes.system_instructions[0].tool_result.tool_use_id #=> String
6244
6248
  # resp.spans[0].attributes.system_instructions[0].tool_result.values #=> Types::SpanMessageValueList
6245
6249
  # resp.spans[0].attributes.system_instructions[0].tool_result.error #=> String
6250
+ # resp.spans[0].attributes.system_instructions[0].reasoning.value #=> String
6246
6251
  # resp.spans[0].attributes.prompt_arn #=> String
6247
6252
  # resp.spans[0].attributes.prompt_id #=> String
6248
6253
  # resp.spans[0].attributes.prompt_type #=> String, one of "ANSWER_GENERATION", "INTENT_LABELING_GENERATION", "QUERY_REFORMULATION", "SELF_SERVICE_PRE_PROCESSING", "SELF_SERVICE_ANSWER_GENERATION", "EMAIL_RESPONSE", "EMAIL_OVERVIEW", "EMAIL_GENERATIVE_ANSWER", "EMAIL_QUERY_REFORMULATION", "ORCHESTRATION", "NOTE_TAKING", "CASE_SUMMARIZATION"
6249
6254
  # resp.spans[0].attributes.prompt_name #=> String
6250
6255
  # resp.spans[0].attributes.prompt_version #=> Integer
6256
+ # resp.spans[0].attributes.time_to_first_token_ms #=> Integer
6251
6257
  # resp.next_token #=> String
6252
6258
  #
6253
6259
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/ListSpans AWS API Documentation
@@ -7298,6 +7304,10 @@ module Aws::QConnect
7298
7304
  # @option params [Hash<String,String>] :metadata
7299
7305
  # Additional metadata for the message.
7300
7306
  #
7307
+ # @option params [String] :origin_request_id
7308
+ # Request identifier from the origin system, used for end-to-end tracing
7309
+ # across spans.
7310
+ #
7301
7311
  # @return [Types::SendMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7302
7312
  #
7303
7313
  # * {Types::SendMessageResponse#request_message_id #request_message_id} => String
@@ -7361,6 +7371,7 @@ module Aws::QConnect
7361
7371
  # metadata: {
7362
7372
  # "NonEmptyString" => "NonEmptyString",
7363
7373
  # },
7374
+ # origin_request_id: "SendMessageRequestOriginRequestIdString",
7364
7375
  # })
7365
7376
  #
7366
7377
  # @example Response structure
@@ -9453,7 +9464,7 @@ module Aws::QConnect
9453
9464
  tracer: tracer
9454
9465
  )
9455
9466
  context[:gem_name] = 'aws-sdk-qconnect'
9456
- context[:gem_version] = '1.51.0'
9467
+ context[:gem_version] = '1.53.0'
9457
9468
  Seahorse::Client::Request.new(handlers, context)
9458
9469
  end
9459
9470
 
@@ -533,6 +533,7 @@ module Aws::QConnect
533
533
  SemanticChunkingConfigurationBufferSizeInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationBufferSizeInteger')
534
534
  SemanticChunkingConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationMaxTokensInteger')
535
535
  SendMessageRequest = Shapes::StructureShape.new(name: 'SendMessageRequest')
536
+ SendMessageRequestOriginRequestIdString = Shapes::StringShape.new(name: 'SendMessageRequestOriginRequestIdString')
536
537
  SendMessageResponse = Shapes::StructureShape.new(name: 'SendMessageResponse')
537
538
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
538
539
  ServerSideEncryptionConfiguration = Shapes::StructureShape.new(name: 'ServerSideEncryptionConfiguration')
@@ -558,7 +559,10 @@ module Aws::QConnect
558
559
  SpanMessageList = Shapes::ListShape.new(name: 'SpanMessageList')
559
560
  SpanMessageValue = Shapes::UnionShape.new(name: 'SpanMessageValue')
560
561
  SpanMessageValueList = Shapes::ListShape.new(name: 'SpanMessageValueList')
562
+ SpanOriginRequestIdString = Shapes::StringShape.new(name: 'SpanOriginRequestIdString')
563
+ SpanReasoningValue = Shapes::StructureShape.new(name: 'SpanReasoningValue')
561
564
  SpanStatus = Shapes::StringShape.new(name: 'SpanStatus')
565
+ SpanStatusDescriptionString = Shapes::StringShape.new(name: 'SpanStatusDescriptionString')
562
566
  SpanTextValue = Shapes::StructureShape.new(name: 'SpanTextValue')
563
567
  SpanToolResultValue = Shapes::StructureShape.new(name: 'SpanToolResultValue')
564
568
  SpanToolUseValue = Shapes::StructureShape.new(name: 'SpanToolUseValue')
@@ -2786,6 +2790,7 @@ module Aws::QConnect
2786
2790
  SendMessageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2787
2791
  SendMessageRequest.add_member(:orchestrator_use_case, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "orchestratorUseCase"))
2788
2792
  SendMessageRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MessageMetadata, location_name: "metadata"))
2793
+ SendMessageRequest.add_member(:origin_request_id, Shapes::ShapeRef.new(shape: SendMessageRequestOriginRequestIdString, location_name: "originRequestId"))
2789
2794
  SendMessageRequest.struct_class = Types::SendMessageRequest
2790
2795
 
2791
2796
  SendMessageResponse.add_member(:request_message_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "requestMessageId"))
@@ -2846,7 +2851,9 @@ module Aws::QConnect
2846
2851
  Span.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "startTimestamp"))
2847
2852
  Span.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTimestamp"))
2848
2853
  Span.add_member(:status, Shapes::ShapeRef.new(shape: SpanStatus, required: true, location_name: "status"))
2854
+ Span.add_member(:status_description, Shapes::ShapeRef.new(shape: SpanStatusDescriptionString, location_name: "statusDescription"))
2849
2855
  Span.add_member(:request_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "requestId"))
2856
+ Span.add_member(:origin_request_id, Shapes::ShapeRef.new(shape: SpanOriginRequestIdString, location_name: "originRequestId"))
2850
2857
  Span.add_member(:attributes, Shapes::ShapeRef.new(shape: SpanAttributes, required: true, location_name: "attributes"))
2851
2858
  Span.struct_class = Types::Span
2852
2859
 
@@ -2884,6 +2891,7 @@ module Aws::QConnect
2884
2891
  SpanAttributes.add_member(:prompt_type, Shapes::ShapeRef.new(shape: AIPromptType, location_name: "promptType"))
2885
2892
  SpanAttributes.add_member(:prompt_name, Shapes::ShapeRef.new(shape: Name, location_name: "promptName"))
2886
2893
  SpanAttributes.add_member(:prompt_version, Shapes::ShapeRef.new(shape: Integer, location_name: "promptVersion"))
2894
+ SpanAttributes.add_member(:time_to_first_token_ms, Shapes::ShapeRef.new(shape: Integer, location_name: "timeToFirstTokenMs"))
2887
2895
  SpanAttributes.struct_class = Types::SpanAttributes
2888
2896
 
2889
2897
  SpanCitation.add_member(:content_id, Shapes::ShapeRef.new(shape: Uuid, location_name: "contentId"))
@@ -2909,15 +2917,20 @@ module Aws::QConnect
2909
2917
  SpanMessageValue.add_member(:text, Shapes::ShapeRef.new(shape: SpanTextValue, location_name: "text"))
2910
2918
  SpanMessageValue.add_member(:tool_use, Shapes::ShapeRef.new(shape: SpanToolUseValue, location_name: "toolUse"))
2911
2919
  SpanMessageValue.add_member(:tool_result, Shapes::ShapeRef.new(shape: SpanToolResultValue, location_name: "toolResult"))
2920
+ SpanMessageValue.add_member(:reasoning, Shapes::ShapeRef.new(shape: SpanReasoningValue, location_name: "reasoning"))
2912
2921
  SpanMessageValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2913
2922
  SpanMessageValue.add_member_subclass(:text, Types::SpanMessageValue::Text)
2914
2923
  SpanMessageValue.add_member_subclass(:tool_use, Types::SpanMessageValue::ToolUse)
2915
2924
  SpanMessageValue.add_member_subclass(:tool_result, Types::SpanMessageValue::ToolResult)
2925
+ SpanMessageValue.add_member_subclass(:reasoning, Types::SpanMessageValue::Reasoning)
2916
2926
  SpanMessageValue.add_member_subclass(:unknown, Types::SpanMessageValue::Unknown)
2917
2927
  SpanMessageValue.struct_class = Types::SpanMessageValue
2918
2928
 
2919
2929
  SpanMessageValueList.member = Shapes::ShapeRef.new(shape: SpanMessageValue)
2920
2930
 
2931
+ SpanReasoningValue.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptySensitiveString, required: true, location_name: "value"))
2932
+ SpanReasoningValue.struct_class = Types::SpanReasoningValue
2933
+
2921
2934
  SpanTextValue.add_member(:value, Shapes::ShapeRef.new(shape: NonEmptySensitiveString, required: true, location_name: "value"))
2922
2935
  SpanTextValue.add_member(:citations, Shapes::ShapeRef.new(shape: SpanCitationList, location_name: "citations"))
2923
2936
  SpanTextValue.add_member(:ai_guardrail_assessment, Shapes::ShapeRef.new(shape: AIGuardrailAssessment, location_name: "aiGuardrailAssessment"))
@@ -10344,6 +10344,11 @@ module Aws::QConnect
10344
10344
  # Additional metadata for the message.
10345
10345
  # @return [Hash<String,String>]
10346
10346
  #
10347
+ # @!attribute [rw] origin_request_id
10348
+ # Request identifier from the origin system, used for end-to-end
10349
+ # tracing across spans.
10350
+ # @return [String]
10351
+ #
10347
10352
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/SendMessageRequest AWS API Documentation
10348
10353
  #
10349
10354
  class SendMessageRequest < Struct.new(
@@ -10356,7 +10361,8 @@ module Aws::QConnect
10356
10361
  :configuration,
10357
10362
  :client_token,
10358
10363
  :orchestrator_use_case,
10359
- :metadata)
10364
+ :metadata,
10365
+ :origin_request_id)
10360
10366
  SENSITIVE = []
10361
10367
  include Aws::Structure
10362
10368
  end
@@ -10641,10 +10647,18 @@ module Aws::QConnect
10641
10647
  # Span completion status
10642
10648
  # @return [String]
10643
10649
  #
10650
+ # @!attribute [rw] status_description
10651
+ # Human-readable error description when status is ERROR or TIMEOUT
10652
+ # @return [String]
10653
+ #
10644
10654
  # @!attribute [rw] request_id
10645
10655
  # The service request ID that initiated the operation
10646
10656
  # @return [String]
10647
10657
  #
10658
+ # @!attribute [rw] origin_request_id
10659
+ # The origin request identifier for end-to-end tracing.
10660
+ # @return [String]
10661
+ #
10648
10662
  # @!attribute [rw] attributes
10649
10663
  # Span-specific contextual attributes
10650
10664
  # @return [Types::SpanAttributes]
@@ -10661,7 +10675,9 @@ module Aws::QConnect
10661
10675
  :start_timestamp,
10662
10676
  :end_timestamp,
10663
10677
  :status,
10678
+ :status_description,
10664
10679
  :request_id,
10680
+ :origin_request_id,
10665
10681
  :attributes)
10666
10682
  SENSITIVE = []
10667
10683
  include Aws::Structure
@@ -10806,6 +10822,11 @@ module Aws::QConnect
10806
10822
  # AI prompt version number
10807
10823
  # @return [Integer]
10808
10824
  #
10825
+ # @!attribute [rw] time_to_first_token_ms
10826
+ # Time to first token in milliseconds, measured from when Amazon
10827
+ # Bedrock was invoked to when the first token was returned
10828
+ # @return [Integer]
10829
+ #
10809
10830
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/SpanAttributes AWS API Documentation
10810
10831
  #
10811
10832
  class SpanAttributes < Struct.new(
@@ -10842,7 +10863,8 @@ module Aws::QConnect
10842
10863
  :prompt_id,
10843
10864
  :prompt_type,
10844
10865
  :prompt_name,
10845
- :prompt_version)
10866
+ :prompt_version,
10867
+ :time_to_first_token_ms)
10846
10868
  SENSITIVE = []
10847
10869
  include Aws::Structure
10848
10870
  end
@@ -10893,7 +10915,7 @@ module Aws::QConnect
10893
10915
  # @return [Time]
10894
10916
  #
10895
10917
  # @!attribute [rw] values
10896
- # Message content values (text, tool use, tool result)
10918
+ # Message content values (text, tool use, tool result, reasoning)
10897
10919
  # @return [Array<Types::SpanMessageValue>]
10898
10920
  #
10899
10921
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/SpanMessage AWS API Documentation
@@ -10907,7 +10929,8 @@ module Aws::QConnect
10907
10929
  include Aws::Structure
10908
10930
  end
10909
10931
 
10910
- # Message content value - can be text, tool invocation, or tool result
10932
+ # Message content value - can be text, tool invocation, tool result, or
10933
+ # reasoning
10911
10934
  #
10912
10935
  # @note SpanMessageValue is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of SpanMessageValue corresponding to the set member.
10913
10936
  #
@@ -10923,12 +10946,17 @@ module Aws::QConnect
10923
10946
  # Tool result message content
10924
10947
  # @return [Types::SpanToolResultValue]
10925
10948
  #
10949
+ # @!attribute [rw] reasoning
10950
+ # Model reasoning and it's internal decision making process
10951
+ # @return [Types::SpanReasoningValue]
10952
+ #
10926
10953
  # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/SpanMessageValue AWS API Documentation
10927
10954
  #
10928
10955
  class SpanMessageValue < Struct.new(
10929
10956
  :text,
10930
10957
  :tool_use,
10931
10958
  :tool_result,
10959
+ :reasoning,
10932
10960
  :unknown)
10933
10961
  SENSITIVE = []
10934
10962
  include Aws::Structure
@@ -10937,9 +10965,24 @@ module Aws::QConnect
10937
10965
  class Text < SpanMessageValue; end
10938
10966
  class ToolUse < SpanMessageValue; end
10939
10967
  class ToolResult < SpanMessageValue; end
10968
+ class Reasoning < SpanMessageValue; end
10940
10969
  class Unknown < SpanMessageValue; end
10941
10970
  end
10942
10971
 
10972
+ # Model reasoning and it's internal decision making process
10973
+ #
10974
+ # @!attribute [rw] value
10975
+ # The reasoning text content
10976
+ # @return [String]
10977
+ #
10978
+ # @see http://docs.aws.amazon.com/goto/WebAPI/qconnect-2020-10-19/SpanReasoningValue AWS API Documentation
10979
+ #
10980
+ class SpanReasoningValue < Struct.new(
10981
+ :value)
10982
+ SENSITIVE = [:value]
10983
+ include Aws::Structure
10984
+ end
10985
+
10943
10986
  # Text message content
10944
10987
  #
10945
10988
  # @!attribute [rw] value
@@ -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.51.0'
58
+ GEM_VERSION = '1.53.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -2003,7 +2003,8 @@ module Aws
2003
2003
  },
2004
2004
  ?client_token: ::String,
2005
2005
  ?orchestrator_use_case: ::String,
2006
- ?metadata: Hash[::String, ::String]
2006
+ ?metadata: Hash[::String, ::String],
2007
+ ?origin_request_id: ::String
2007
2008
  ) -> _SendMessageResponseSuccess
2008
2009
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendMessageResponseSuccess
2009
2010
 
data/sig/types.rbs CHANGED
@@ -2730,6 +2730,7 @@ module Aws::QConnect
2730
2730
  attr_accessor client_token: ::String
2731
2731
  attr_accessor orchestrator_use_case: ::String
2732
2732
  attr_accessor metadata: ::Hash[::String, ::String]
2733
+ attr_accessor origin_request_id: ::String
2733
2734
  SENSITIVE: []
2734
2735
  end
2735
2736
 
@@ -2810,7 +2811,9 @@ module Aws::QConnect
2810
2811
  attr_accessor start_timestamp: ::Time
2811
2812
  attr_accessor end_timestamp: ::Time
2812
2813
  attr_accessor status: ("OK" | "ERROR" | "TIMEOUT")
2814
+ attr_accessor status_description: ::String
2813
2815
  attr_accessor request_id: ::String
2816
+ attr_accessor origin_request_id: ::String
2814
2817
  attr_accessor attributes: Types::SpanAttributes
2815
2818
  SENSITIVE: []
2816
2819
  end
@@ -2850,6 +2853,7 @@ module Aws::QConnect
2850
2853
  attr_accessor prompt_type: ("ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "EMAIL_QUERY_REFORMULATION" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION")
2851
2854
  attr_accessor prompt_name: ::String
2852
2855
  attr_accessor prompt_version: ::Integer
2856
+ attr_accessor time_to_first_token_ms: ::Integer
2853
2857
  SENSITIVE: []
2854
2858
  end
2855
2859
 
@@ -2873,6 +2877,7 @@ module Aws::QConnect
2873
2877
  attr_accessor text: Types::SpanTextValue
2874
2878
  attr_accessor tool_use: Types::SpanToolUseValue
2875
2879
  attr_accessor tool_result: Types::SpanToolResultValue
2880
+ attr_accessor reasoning: Types::SpanReasoningValue
2876
2881
  attr_accessor unknown: untyped
2877
2882
  SENSITIVE: []
2878
2883
 
@@ -2882,10 +2887,17 @@ module Aws::QConnect
2882
2887
  end
2883
2888
  class ToolResult < SpanMessageValue
2884
2889
  end
2890
+ class Reasoning < SpanMessageValue
2891
+ end
2885
2892
  class Unknown < SpanMessageValue
2886
2893
  end
2887
2894
  end
2888
2895
 
2896
+ class SpanReasoningValue
2897
+ attr_accessor value: ::String
2898
+ SENSITIVE: [:value]
2899
+ end
2900
+
2889
2901
  class SpanTextValue
2890
2902
  attr_accessor value: ::String
2891
2903
  attr_accessor citations: ::Array[Types::SpanCitation]
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.51.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services