aws-sdk-qconnect 1.51.0 → 1.52.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: 97f9a823fabd4284ba0cac16cba1d7a79f68427bf578e4120db6268cf493ecbe
4
+ data.tar.gz: 60324865c4c69e8a670b83586edac191db2d2b148010e541aa052158fd897a48
5
5
  SHA512:
6
- metadata.gz: b73a357d78b6f4413382a30a5453ff2c9599936ec04ea9fe45299cadc0150a00779f305420269a9de79ed7d05dd204abb42572ce14cdba16b5612ec8adad67a7
7
- data.tar.gz: '0563382fa3d1db1848a4265f45f37e0ffc1fa0445e8c32ba43c162dfa713aa8c449ca3e0ea61381dca96749acdfc1c97e849dd4641066dc8c39a4b3913b28821'
6
+ metadata.gz: 7f33f0361794a876a6dea857b305825a542c382c585083133d05d1bfecce12605f7d8a4f777c29267816ef57392ca316b1164cc9b55cb3c5fb6e8af9abda6d89
7
+ data.tar.gz: 5ddce39aa7acd885195caa886b83b98fe0aa3a316b680143b593718d638e2355acecf6c29139f35c8cf8f6269a8ef39f01c983bd4a20cbc35cc6c92d0cc3b1d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2026-04-06)
5
+ ------------------
6
+
7
+ * Feature - Added optional originRequestId parameter to SendMessageRequest and ListSpans response in Amazon Q in Connect to support request tracing across service boundaries.
8
+
4
9
  1.51.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.51.0
1
+ 1.52.0
@@ -6169,6 +6169,7 @@ module Aws::QConnect
6169
6169
  # resp.spans[0].end_timestamp #=> Time
6170
6170
  # resp.spans[0].status #=> String, one of "OK", "ERROR", "TIMEOUT"
6171
6171
  # resp.spans[0].request_id #=> String
6172
+ # resp.spans[0].origin_request_id #=> String
6172
6173
  # resp.spans[0].attributes.operation_name #=> String
6173
6174
  # resp.spans[0].attributes.provider_name #=> String
6174
6175
  # resp.spans[0].attributes.error_type #=> String
@@ -7298,6 +7299,10 @@ module Aws::QConnect
7298
7299
  # @option params [Hash<String,String>] :metadata
7299
7300
  # Additional metadata for the message.
7300
7301
  #
7302
+ # @option params [String] :origin_request_id
7303
+ # Request identifier from the origin system, used for end-to-end tracing
7304
+ # across spans.
7305
+ #
7301
7306
  # @return [Types::SendMessageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7302
7307
  #
7303
7308
  # * {Types::SendMessageResponse#request_message_id #request_message_id} => String
@@ -7361,6 +7366,7 @@ module Aws::QConnect
7361
7366
  # metadata: {
7362
7367
  # "NonEmptyString" => "NonEmptyString",
7363
7368
  # },
7369
+ # origin_request_id: "SendMessageRequestOriginRequestIdString",
7364
7370
  # })
7365
7371
  #
7366
7372
  # @example Response structure
@@ -9453,7 +9459,7 @@ module Aws::QConnect
9453
9459
  tracer: tracer
9454
9460
  )
9455
9461
  context[:gem_name] = 'aws-sdk-qconnect'
9456
- context[:gem_version] = '1.51.0'
9462
+ context[:gem_version] = '1.52.0'
9457
9463
  Seahorse::Client::Request.new(handlers, context)
9458
9464
  end
9459
9465
 
@@ -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,6 +559,7 @@ 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')
561
563
  SpanStatus = Shapes::StringShape.new(name: 'SpanStatus')
562
564
  SpanTextValue = Shapes::StructureShape.new(name: 'SpanTextValue')
563
565
  SpanToolResultValue = Shapes::StructureShape.new(name: 'SpanToolResultValue')
@@ -2786,6 +2788,7 @@ module Aws::QConnect
2786
2788
  SendMessageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2787
2789
  SendMessageRequest.add_member(:orchestrator_use_case, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "orchestratorUseCase"))
2788
2790
  SendMessageRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: MessageMetadata, location_name: "metadata"))
2791
+ SendMessageRequest.add_member(:origin_request_id, Shapes::ShapeRef.new(shape: SendMessageRequestOriginRequestIdString, location_name: "originRequestId"))
2789
2792
  SendMessageRequest.struct_class = Types::SendMessageRequest
2790
2793
 
2791
2794
  SendMessageResponse.add_member(:request_message_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "requestMessageId"))
@@ -2847,6 +2850,7 @@ module Aws::QConnect
2847
2850
  Span.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "endTimestamp"))
2848
2851
  Span.add_member(:status, Shapes::ShapeRef.new(shape: SpanStatus, required: true, location_name: "status"))
2849
2852
  Span.add_member(:request_id, Shapes::ShapeRef.new(shape: Uuid, required: true, location_name: "requestId"))
2853
+ Span.add_member(:origin_request_id, Shapes::ShapeRef.new(shape: SpanOriginRequestIdString, location_name: "originRequestId"))
2850
2854
  Span.add_member(:attributes, Shapes::ShapeRef.new(shape: SpanAttributes, required: true, location_name: "attributes"))
2851
2855
  Span.struct_class = Types::Span
2852
2856
 
@@ -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
@@ -10645,6 +10651,10 @@ module Aws::QConnect
10645
10651
  # The service request ID that initiated the operation
10646
10652
  # @return [String]
10647
10653
  #
10654
+ # @!attribute [rw] origin_request_id
10655
+ # The origin request identifier for end-to-end tracing.
10656
+ # @return [String]
10657
+ #
10648
10658
  # @!attribute [rw] attributes
10649
10659
  # Span-specific contextual attributes
10650
10660
  # @return [Types::SpanAttributes]
@@ -10662,6 +10672,7 @@ module Aws::QConnect
10662
10672
  :end_timestamp,
10663
10673
  :status,
10664
10674
  :request_id,
10675
+ :origin_request_id,
10665
10676
  :attributes)
10666
10677
  SENSITIVE = []
10667
10678
  include Aws::Structure
@@ -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.52.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
 
@@ -2811,6 +2812,7 @@ module Aws::QConnect
2811
2812
  attr_accessor end_timestamp: ::Time
2812
2813
  attr_accessor status: ("OK" | "ERROR" | "TIMEOUT")
2813
2814
  attr_accessor request_id: ::String
2815
+ attr_accessor origin_request_id: ::String
2814
2816
  attr_accessor attributes: Types::SpanAttributes
2815
2817
  SENSITIVE: []
2816
2818
  end
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.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services