@aws-sdk/client-xray 3.956.0 → 3.958.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.
package/README.md CHANGED
@@ -10,10 +10,8 @@ AWS SDK for JavaScript XRay Client for Node.js, Browser and React Native.
10
10
  and other data created by processing those traces.</p>
11
11
 
12
12
  ## Installing
13
-
14
13
  To install this package, simply type add or install @aws-sdk/client-xray
15
14
  using your favorite package manager:
16
-
17
15
  - `npm install @aws-sdk/client-xray`
18
16
  - `yarn add @aws-sdk/client-xray`
19
17
  - `pnpm add @aws-sdk/client-xray`
@@ -49,9 +47,7 @@ To send a request, you:
49
47
  // a client can be shared by different commands.
50
48
  const client = new XRayClient({ region: "REGION" });
51
49
 
52
- const params = {
53
- /** input parameters */
54
- };
50
+ const params = { /** input parameters */ };
55
51
  const command = new ListResourcePoliciesCommand(params);
56
52
  ```
57
53
 
@@ -210,7 +206,6 @@ BatchGetTraces
210
206
  </summary>
211
207
 
212
208
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/BatchGetTracesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/BatchGetTracesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/BatchGetTracesCommandOutput/)
213
-
214
209
  </details>
215
210
  <details>
216
211
  <summary>
@@ -218,7 +213,6 @@ CancelTraceRetrieval
218
213
  </summary>
219
214
 
220
215
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/CancelTraceRetrievalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CancelTraceRetrievalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CancelTraceRetrievalCommandOutput/)
221
-
222
216
  </details>
223
217
  <details>
224
218
  <summary>
@@ -226,7 +220,6 @@ CreateGroup
226
220
  </summary>
227
221
 
228
222
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/CreateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CreateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CreateGroupCommandOutput/)
229
-
230
223
  </details>
231
224
  <details>
232
225
  <summary>
@@ -234,7 +227,6 @@ CreateSamplingRule
234
227
  </summary>
235
228
 
236
229
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/CreateSamplingRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CreateSamplingRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/CreateSamplingRuleCommandOutput/)
237
-
238
230
  </details>
239
231
  <details>
240
232
  <summary>
@@ -242,7 +234,6 @@ DeleteGroup
242
234
  </summary>
243
235
 
244
236
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/DeleteGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteGroupCommandOutput/)
245
-
246
237
  </details>
247
238
  <details>
248
239
  <summary>
@@ -250,7 +241,6 @@ DeleteResourcePolicy
250
241
  </summary>
251
242
 
252
243
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteResourcePolicyCommandOutput/)
253
-
254
244
  </details>
255
245
  <details>
256
246
  <summary>
@@ -258,7 +248,6 @@ DeleteSamplingRule
258
248
  </summary>
259
249
 
260
250
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/DeleteSamplingRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteSamplingRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/DeleteSamplingRuleCommandOutput/)
261
-
262
251
  </details>
263
252
  <details>
264
253
  <summary>
@@ -266,7 +255,6 @@ GetEncryptionConfig
266
255
  </summary>
267
256
 
268
257
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetEncryptionConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetEncryptionConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetEncryptionConfigCommandOutput/)
269
-
270
258
  </details>
271
259
  <details>
272
260
  <summary>
@@ -274,7 +262,6 @@ GetGroup
274
262
  </summary>
275
263
 
276
264
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetGroupCommandOutput/)
277
-
278
265
  </details>
279
266
  <details>
280
267
  <summary>
@@ -282,7 +269,6 @@ GetGroups
282
269
  </summary>
283
270
 
284
271
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetGroupsCommandOutput/)
285
-
286
272
  </details>
287
273
  <details>
288
274
  <summary>
@@ -290,7 +276,6 @@ GetIndexingRules
290
276
  </summary>
291
277
 
292
278
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetIndexingRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetIndexingRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetIndexingRulesCommandOutput/)
293
-
294
279
  </details>
295
280
  <details>
296
281
  <summary>
@@ -298,7 +283,6 @@ GetInsight
298
283
  </summary>
299
284
 
300
285
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetInsightCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightCommandOutput/)
301
-
302
286
  </details>
303
287
  <details>
304
288
  <summary>
@@ -306,7 +290,6 @@ GetInsightEvents
306
290
  </summary>
307
291
 
308
292
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetInsightEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightEventsCommandOutput/)
309
-
310
293
  </details>
311
294
  <details>
312
295
  <summary>
@@ -314,7 +297,6 @@ GetInsightImpactGraph
314
297
  </summary>
315
298
 
316
299
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetInsightImpactGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightImpactGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightImpactGraphCommandOutput/)
317
-
318
300
  </details>
319
301
  <details>
320
302
  <summary>
@@ -322,7 +304,6 @@ GetInsightSummaries
322
304
  </summary>
323
305
 
324
306
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetInsightSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetInsightSummariesCommandOutput/)
325
-
326
307
  </details>
327
308
  <details>
328
309
  <summary>
@@ -330,7 +311,6 @@ GetRetrievedTracesGraph
330
311
  </summary>
331
312
 
332
313
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetRetrievedTracesGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetRetrievedTracesGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetRetrievedTracesGraphCommandOutput/)
333
-
334
314
  </details>
335
315
  <details>
336
316
  <summary>
@@ -338,7 +318,6 @@ GetSamplingRules
338
318
  </summary>
339
319
 
340
320
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetSamplingRulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingRulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingRulesCommandOutput/)
341
-
342
321
  </details>
343
322
  <details>
344
323
  <summary>
@@ -346,7 +325,6 @@ GetSamplingStatisticSummaries
346
325
  </summary>
347
326
 
348
327
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetSamplingStatisticSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingStatisticSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingStatisticSummariesCommandOutput/)
349
-
350
328
  </details>
351
329
  <details>
352
330
  <summary>
@@ -354,7 +332,6 @@ GetSamplingTargets
354
332
  </summary>
355
333
 
356
334
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetSamplingTargetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingTargetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetSamplingTargetsCommandOutput/)
357
-
358
335
  </details>
359
336
  <details>
360
337
  <summary>
@@ -362,7 +339,6 @@ GetServiceGraph
362
339
  </summary>
363
340
 
364
341
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetServiceGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetServiceGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetServiceGraphCommandOutput/)
365
-
366
342
  </details>
367
343
  <details>
368
344
  <summary>
@@ -370,7 +346,6 @@ GetTimeSeriesServiceStatistics
370
346
  </summary>
371
347
 
372
348
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetTimeSeriesServiceStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTimeSeriesServiceStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTimeSeriesServiceStatisticsCommandOutput/)
373
-
374
349
  </details>
375
350
  <details>
376
351
  <summary>
@@ -378,7 +353,6 @@ GetTraceGraph
378
353
  </summary>
379
354
 
380
355
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetTraceGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceGraphCommandOutput/)
381
-
382
356
  </details>
383
357
  <details>
384
358
  <summary>
@@ -386,7 +360,6 @@ GetTraceSegmentDestination
386
360
  </summary>
387
361
 
388
362
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetTraceSegmentDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceSegmentDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceSegmentDestinationCommandOutput/)
389
-
390
363
  </details>
391
364
  <details>
392
365
  <summary>
@@ -394,7 +367,6 @@ GetTraceSummaries
394
367
  </summary>
395
368
 
396
369
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/GetTraceSummariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceSummariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/GetTraceSummariesCommandOutput/)
397
-
398
370
  </details>
399
371
  <details>
400
372
  <summary>
@@ -402,7 +374,6 @@ ListResourcePolicies
402
374
  </summary>
403
375
 
404
376
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/ListResourcePoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListResourcePoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListResourcePoliciesCommandOutput/)
405
-
406
377
  </details>
407
378
  <details>
408
379
  <summary>
@@ -410,7 +381,6 @@ ListRetrievedTraces
410
381
  </summary>
411
382
 
412
383
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/ListRetrievedTracesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListRetrievedTracesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListRetrievedTracesCommandOutput/)
413
-
414
384
  </details>
415
385
  <details>
416
386
  <summary>
@@ -418,7 +388,6 @@ ListTagsForResource
418
388
  </summary>
419
389
 
420
390
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/ListTagsForResourceCommandOutput/)
421
-
422
391
  </details>
423
392
  <details>
424
393
  <summary>
@@ -426,7 +395,6 @@ PutEncryptionConfig
426
395
  </summary>
427
396
 
428
397
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/PutEncryptionConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutEncryptionConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutEncryptionConfigCommandOutput/)
429
-
430
398
  </details>
431
399
  <details>
432
400
  <summary>
@@ -434,7 +402,6 @@ PutResourcePolicy
434
402
  </summary>
435
403
 
436
404
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutResourcePolicyCommandOutput/)
437
-
438
405
  </details>
439
406
  <details>
440
407
  <summary>
@@ -442,7 +409,6 @@ PutTelemetryRecords
442
409
  </summary>
443
410
 
444
411
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/PutTelemetryRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutTelemetryRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutTelemetryRecordsCommandOutput/)
445
-
446
412
  </details>
447
413
  <details>
448
414
  <summary>
@@ -450,7 +416,6 @@ PutTraceSegments
450
416
  </summary>
451
417
 
452
418
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/PutTraceSegmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutTraceSegmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/PutTraceSegmentsCommandOutput/)
453
-
454
419
  </details>
455
420
  <details>
456
421
  <summary>
@@ -458,7 +423,6 @@ StartTraceRetrieval
458
423
  </summary>
459
424
 
460
425
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/StartTraceRetrievalCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/StartTraceRetrievalCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/StartTraceRetrievalCommandOutput/)
461
-
462
426
  </details>
463
427
  <details>
464
428
  <summary>
@@ -466,7 +430,6 @@ TagResource
466
430
  </summary>
467
431
 
468
432
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/TagResourceCommandOutput/)
469
-
470
433
  </details>
471
434
  <details>
472
435
  <summary>
@@ -474,7 +437,6 @@ UntagResource
474
437
  </summary>
475
438
 
476
439
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UntagResourceCommandOutput/)
477
-
478
440
  </details>
479
441
  <details>
480
442
  <summary>
@@ -482,7 +444,6 @@ UpdateGroup
482
444
  </summary>
483
445
 
484
446
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/UpdateGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateGroupCommandOutput/)
485
-
486
447
  </details>
487
448
  <details>
488
449
  <summary>
@@ -490,7 +451,6 @@ UpdateIndexingRule
490
451
  </summary>
491
452
 
492
453
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/UpdateIndexingRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateIndexingRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateIndexingRuleCommandOutput/)
493
-
494
454
  </details>
495
455
  <details>
496
456
  <summary>
@@ -498,7 +458,6 @@ UpdateSamplingRule
498
458
  </summary>
499
459
 
500
460
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/UpdateSamplingRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateSamplingRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateSamplingRuleCommandOutput/)
501
-
502
461
  </details>
503
462
  <details>
504
463
  <summary>
@@ -506,5 +465,4 @@ UpdateTraceSegmentDestination
506
465
  </summary>
507
466
 
508
467
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/xray/command/UpdateTraceSegmentDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateTraceSegmentDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-xray/Interface/UpdateTraceSegmentDestinationCommandOutput/)
509
-
510
468
  </details>
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultXRayHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
8
8
  operation: (0, util_middleware_1.getSmithyContext)(context).operation,
9
- region: (await (0, util_middleware_1.normalizeProvider)(config.region)()) ||
10
- (() => {
11
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
- })(),
9
+ region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
10
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
11
+ })(),
13
12
  };
14
13
  };
15
14
  exports.defaultXRayHttpAuthSchemeParametersProvider = defaultXRayHttpAuthSchemeParametersProvider;