@aws-sdk/client-qconnect 3.1023.0 → 3.1025.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.
@@ -941,6 +941,7 @@ const _oM = "outputMessages";
941
941
  const _oN = "operationName";
942
942
  const _oOF = "orderOnField";
943
943
  const _oP = "overlapPercentage";
944
+ const _oRI = "originRequestId";
944
945
  const _oS = "outputStrength";
945
946
  const _oSu = "outputSchema";
946
947
  const _oT = "overlapTokens";
@@ -2708,8 +2709,8 @@ exports.SemanticChunkingConfiguration$ = [3, n0, _SCC,
2708
2709
  ];
2709
2710
  exports.SendMessageRequest$ = [3, n0, _SMR,
2710
2711
  0,
2711
- [_aI, _sI, _t, _m, _aAI, _cCo, _co, _cTl, _oUC, _me],
2712
- [[0, 1], [0, 1], 0, [() => exports.MessageInput$, 0], 0, [() => exports.ConversationContext$, 0], () => exports.MessageConfiguration$, [0, 4], 0, 128 | 0], 4
2712
+ [_aI, _sI, _t, _m, _aAI, _cCo, _co, _cTl, _oUC, _me, _oRI],
2713
+ [[0, 1], [0, 1], 0, [() => exports.MessageInput$, 0], 0, [() => exports.ConversationContext$, 0], () => exports.MessageConfiguration$, [0, 4], 0, 128 | 0, 0], 4
2713
2714
  ];
2714
2715
  exports.SendMessageResponse$ = [3, n0, _SMRe,
2715
2716
  0,
@@ -2753,8 +2754,8 @@ exports.SourceContentDataDetails$ = [3, n0, _SCDD,
2753
2754
  ];
2754
2755
  exports.Span$ = [3, n0, _S,
2755
2756
  0,
2756
- [_sIp, _aI, _sI, _sN, _sT, _sTt, _eT, _st, _rIeq, _attr, _pSI],
2757
- [0, 0, 0, 0, 0, 4, 4, 0, 0, [() => exports.SpanAttributes$, 0], 0], 10
2757
+ [_sIp, _aI, _sI, _sN, _sT, _sTt, _eT, _st, _rIeq, _attr, _pSI, _oRI],
2758
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, [() => exports.SpanAttributes$, 0], 0, 0], 10
2758
2759
  ];
2759
2760
  exports.SpanAttributes$ = [3, n0, _SA,
2760
2761
  0,
@@ -929,6 +929,7 @@ const _oM = "outputMessages";
929
929
  const _oN = "operationName";
930
930
  const _oOF = "orderOnField";
931
931
  const _oP = "overlapPercentage";
932
+ const _oRI = "originRequestId";
932
933
  const _oS = "outputStrength";
933
934
  const _oSu = "outputSchema";
934
935
  const _oT = "overlapTokens";
@@ -2696,8 +2697,8 @@ export var SemanticChunkingConfiguration$ = [3, n0, _SCC,
2696
2697
  ];
2697
2698
  export var SendMessageRequest$ = [3, n0, _SMR,
2698
2699
  0,
2699
- [_aI, _sI, _t, _m, _aAI, _cCo, _co, _cTl, _oUC, _me],
2700
- [[0, 1], [0, 1], 0, [() => MessageInput$, 0], 0, [() => ConversationContext$, 0], () => MessageConfiguration$, [0, 4], 0, 128 | 0], 4
2700
+ [_aI, _sI, _t, _m, _aAI, _cCo, _co, _cTl, _oUC, _me, _oRI],
2701
+ [[0, 1], [0, 1], 0, [() => MessageInput$, 0], 0, [() => ConversationContext$, 0], () => MessageConfiguration$, [0, 4], 0, 128 | 0, 0], 4
2701
2702
  ];
2702
2703
  export var SendMessageResponse$ = [3, n0, _SMRe,
2703
2704
  0,
@@ -2741,8 +2742,8 @@ export var SourceContentDataDetails$ = [3, n0, _SCDD,
2741
2742
  ];
2742
2743
  export var Span$ = [3, n0, _S,
2743
2744
  0,
2744
- [_sIp, _aI, _sI, _sN, _sT, _sTt, _eT, _st, _rIeq, _attr, _pSI],
2745
- [0, 0, 0, 0, 0, 4, 4, 0, 0, [() => SpanAttributes$, 0], 0], 10
2745
+ [_sIp, _aI, _sI, _sN, _sT, _sTt, _eT, _st, _rIeq, _attr, _pSI, _oRI],
2746
+ [0, 0, 0, 0, 0, 4, 4, 0, 0, [() => SpanAttributes$, 0], 0, 0], 10
2746
2747
  ];
2747
2748
  export var SpanAttributes$ = [3, n0, _SA,
2748
2749
  0,
@@ -58,6 +58,7 @@ declare const ListSpansCommand_base: {
58
58
  * // endTimestamp: new Date("TIMESTAMP"), // required
59
59
  * // status: "STRING_VALUE", // required
60
60
  * // requestId: "STRING_VALUE", // required
61
+ * // originRequestId: "STRING_VALUE",
61
62
  * // attributes: { // SpanAttributes
62
63
  * // operationName: "STRING_VALUE",
63
64
  * // providerName: "STRING_VALUE",
@@ -89,6 +89,7 @@ declare const SendMessageCommand_base: {
89
89
  * metadata: { // MessageMetadata
90
90
  * "<keys>": "STRING_VALUE",
91
91
  * },
92
+ * originRequestId: "STRING_VALUE",
92
93
  * };
93
94
  * const command = new SendMessageCommand(input);
94
95
  * const response = await client.send(command);
@@ -5019,6 +5019,11 @@ export interface SendMessageRequest {
5019
5019
  * @public
5020
5020
  */
5021
5021
  metadata?: Record<string, string> | undefined;
5022
+ /**
5023
+ * Request identifier from the origin system, used for end-to-end tracing across spans.
5024
+ * @public
5025
+ */
5026
+ originRequestId?: string | undefined;
5022
5027
  }
5023
5028
  /**
5024
5029
  * @public
@@ -2790,6 +2790,11 @@ export interface Span {
2790
2790
  * @public
2791
2791
  */
2792
2792
  requestId: string | undefined;
2793
+ /**
2794
+ * The origin request identifier for end-to-end tracing.
2795
+ * @public
2796
+ */
2797
+ originRequestId?: string | undefined;
2793
2798
  /**
2794
2799
  * <p>Span-specific contextual attributes</p>
2795
2800
  * @public
@@ -1606,6 +1606,7 @@ export interface SendMessageRequest {
1606
1606
  clientToken?: string | undefined;
1607
1607
  orchestratorUseCase?: string | undefined;
1608
1608
  metadata?: Record<string, string> | undefined;
1609
+ originRequestId?: string | undefined;
1609
1610
  }
1610
1611
  export interface SendMessageResponse {
1611
1612
  requestMessageId: string | undefined;
@@ -1087,6 +1087,7 @@ export interface Span {
1087
1087
  endTimestamp: Date | undefined;
1088
1088
  status: SpanStatus | undefined;
1089
1089
  requestId: string | undefined;
1090
+ originRequestId?: string | undefined;
1090
1091
  attributes: SpanAttributes | undefined;
1091
1092
  }
1092
1093
  export interface GetRecommendationsResponse {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qconnect",
3
3
  "description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
4
- "version": "3.1023.0",
4
+ "version": "3.1025.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-qconnect",