@aws-sdk/client-xray 3.927.0 → 3.929.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.
Files changed (59) hide show
  1. package/dist-cjs/index.js +1651 -2118
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/XRayClient.js +2 -0
  4. package/dist-es/commands/BatchGetTracesCommand.js +3 -9
  5. package/dist-es/commands/CancelTraceRetrievalCommand.js +3 -9
  6. package/dist-es/commands/CreateGroupCommand.js +3 -9
  7. package/dist-es/commands/CreateSamplingRuleCommand.js +3 -9
  8. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  9. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  10. package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -9
  11. package/dist-es/commands/GetEncryptionConfigCommand.js +3 -9
  12. package/dist-es/commands/GetGroupCommand.js +3 -9
  13. package/dist-es/commands/GetGroupsCommand.js +3 -9
  14. package/dist-es/commands/GetIndexingRulesCommand.js +3 -9
  15. package/dist-es/commands/GetInsightCommand.js +3 -9
  16. package/dist-es/commands/GetInsightEventsCommand.js +3 -9
  17. package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -9
  18. package/dist-es/commands/GetInsightSummariesCommand.js +3 -9
  19. package/dist-es/commands/GetRetrievedTracesGraphCommand.js +3 -9
  20. package/dist-es/commands/GetSamplingRulesCommand.js +3 -9
  21. package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -9
  22. package/dist-es/commands/GetSamplingTargetsCommand.js +3 -9
  23. package/dist-es/commands/GetServiceGraphCommand.js +3 -9
  24. package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -9
  25. package/dist-es/commands/GetTraceGraphCommand.js +3 -9
  26. package/dist-es/commands/GetTraceSegmentDestinationCommand.js +3 -9
  27. package/dist-es/commands/GetTraceSummariesCommand.js +3 -9
  28. package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
  29. package/dist-es/commands/ListRetrievedTracesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/PutEncryptionConfigCommand.js +3 -9
  32. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  33. package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -9
  34. package/dist-es/commands/PutTraceSegmentsCommand.js +3 -9
  35. package/dist-es/commands/StartTraceRetrievalCommand.js +3 -9
  36. package/dist-es/commands/TagResourceCommand.js +3 -9
  37. package/dist-es/commands/UntagResourceCommand.js +3 -9
  38. package/dist-es/commands/UpdateGroupCommand.js +3 -9
  39. package/dist-es/commands/UpdateIndexingRuleCommand.js +3 -9
  40. package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -9
  41. package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +3 -9
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +1554 -0
  44. package/dist-types/XRayClient.d.ts +10 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/dist-types/runtimeConfig.d.ts +1 -0
  47. package/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  49. package/dist-types/schemas/schemas_0.d.ts +250 -0
  50. package/dist-types/ts3.4/XRayClient.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
  56. package/package.json +5 -5
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1823
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class XRayClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,12 +110,12 @@ class XRayClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class XRayServiceException extends smithyClient.ServiceException {
113
+ let XRayServiceException$1 = class XRayServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, XRayServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
120
  exports.AnnotationValue = void 0;
121
121
  (function (AnnotationValue) {
@@ -129,7 +129,7 @@ exports.AnnotationValue = void 0;
129
129
  return visitor._(value.$unknown[0], value.$unknown[1]);
130
130
  };
131
131
  })(exports.AnnotationValue || (exports.AnnotationValue = {}));
132
- class InvalidRequestException extends XRayServiceException {
132
+ let InvalidRequestException$1 = class InvalidRequestException extends XRayServiceException$1 {
133
133
  name = "InvalidRequestException";
134
134
  $fault = "client";
135
135
  Message;
@@ -142,8 +142,8 @@ class InvalidRequestException extends XRayServiceException {
142
142
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
143
143
  this.Message = opts.Message;
144
144
  }
145
- }
146
- class ThrottledException extends XRayServiceException {
145
+ };
146
+ let ThrottledException$1 = class ThrottledException extends XRayServiceException$1 {
147
147
  name = "ThrottledException";
148
148
  $fault = "client";
149
149
  Message;
@@ -156,8 +156,8 @@ class ThrottledException extends XRayServiceException {
156
156
  Object.setPrototypeOf(this, ThrottledException.prototype);
157
157
  this.Message = opts.Message;
158
158
  }
159
- }
160
- class ResourceNotFoundException extends XRayServiceException {
159
+ };
160
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends XRayServiceException$1 {
161
161
  name = "ResourceNotFoundException";
162
162
  $fault = "client";
163
163
  Message;
@@ -172,8 +172,8 @@ class ResourceNotFoundException extends XRayServiceException {
172
172
  this.Message = opts.Message;
173
173
  this.ResourceName = opts.ResourceName;
174
174
  }
175
- }
176
- class RuleLimitExceededException extends XRayServiceException {
175
+ };
176
+ let RuleLimitExceededException$1 = class RuleLimitExceededException extends XRayServiceException$1 {
177
177
  name = "RuleLimitExceededException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ class RuleLimitExceededException extends XRayServiceException {
186
186
  Object.setPrototypeOf(this, RuleLimitExceededException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- }
190
- class InvalidPolicyRevisionIdException extends XRayServiceException {
189
+ };
190
+ let InvalidPolicyRevisionIdException$1 = class InvalidPolicyRevisionIdException extends XRayServiceException$1 {
191
191
  name = "InvalidPolicyRevisionIdException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,7 +200,7 @@ class InvalidPolicyRevisionIdException extends XRayServiceException {
200
200
  Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- }
203
+ };
204
204
  const EncryptionStatus = {
205
205
  ACTIVE: "ACTIVE",
206
206
  UPDATING: "UPDATING",
@@ -253,7 +253,7 @@ const TraceFormatType = {
253
253
  OTEL: "OTEL",
254
254
  XRAY: "XRAY",
255
255
  };
256
- class LockoutPreventionException extends XRayServiceException {
256
+ let LockoutPreventionException$1 = class LockoutPreventionException extends XRayServiceException$1 {
257
257
  name = "LockoutPreventionException";
258
258
  $fault = "client";
259
259
  Message;
@@ -266,8 +266,8 @@ class LockoutPreventionException extends XRayServiceException {
266
266
  Object.setPrototypeOf(this, LockoutPreventionException.prototype);
267
267
  this.Message = opts.Message;
268
268
  }
269
- }
270
- class MalformedPolicyDocumentException extends XRayServiceException {
269
+ };
270
+ let MalformedPolicyDocumentException$1 = class MalformedPolicyDocumentException extends XRayServiceException$1 {
271
271
  name = "MalformedPolicyDocumentException";
272
272
  $fault = "client";
273
273
  Message;
@@ -280,8 +280,8 @@ class MalformedPolicyDocumentException extends XRayServiceException {
280
280
  Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
281
281
  this.Message = opts.Message;
282
282
  }
283
- }
284
- class PolicyCountLimitExceededException extends XRayServiceException {
283
+ };
284
+ let PolicyCountLimitExceededException$1 = class PolicyCountLimitExceededException extends XRayServiceException$1 {
285
285
  name = "PolicyCountLimitExceededException";
286
286
  $fault = "client";
287
287
  Message;
@@ -294,8 +294,8 @@ class PolicyCountLimitExceededException extends XRayServiceException {
294
294
  Object.setPrototypeOf(this, PolicyCountLimitExceededException.prototype);
295
295
  this.Message = opts.Message;
296
296
  }
297
- }
298
- class PolicySizeLimitExceededException extends XRayServiceException {
297
+ };
298
+ let PolicySizeLimitExceededException$1 = class PolicySizeLimitExceededException extends XRayServiceException$1 {
299
299
  name = "PolicySizeLimitExceededException";
300
300
  $fault = "client";
301
301
  Message;
@@ -308,8 +308,8 @@ class PolicySizeLimitExceededException extends XRayServiceException {
308
308
  Object.setPrototypeOf(this, PolicySizeLimitExceededException.prototype);
309
309
  this.Message = opts.Message;
310
310
  }
311
- }
312
- class TooManyTagsException extends XRayServiceException {
311
+ };
312
+ let TooManyTagsException$1 = class TooManyTagsException extends XRayServiceException$1 {
313
313
  name = "TooManyTagsException";
314
314
  $fault = "client";
315
315
  Message;
@@ -324,7 +324,7 @@ class TooManyTagsException extends XRayServiceException {
324
324
  this.Message = opts.Message;
325
325
  this.ResourceName = opts.ResourceName;
326
326
  }
327
- }
327
+ };
328
328
  exports.IndexingRuleValueUpdate = void 0;
329
329
  (function (IndexingRuleValueUpdate) {
330
330
  IndexingRuleValueUpdate.visit = (value, visitor) => {
@@ -334,1838 +334,1556 @@ exports.IndexingRuleValueUpdate = void 0;
334
334
  };
335
335
  })(exports.IndexingRuleValueUpdate || (exports.IndexingRuleValueUpdate = {}));
336
336
 
337
- const se_BatchGetTracesCommand = async (input, context) => {
338
- const b = core.requestBuilder(input, context);
339
- const headers = {
340
- "content-type": "application/json",
341
- };
342
- b.bp("/Traces");
343
- let body;
344
- body = JSON.stringify(smithyClient.take(input, {
345
- NextToken: [],
346
- TraceIds: (_) => smithyClient._json(_),
347
- }));
348
- b.m("POST").h(headers).b(body);
349
- return b.build();
350
- };
351
- const se_CancelTraceRetrievalCommand = async (input, context) => {
352
- const b = core.requestBuilder(input, context);
353
- const headers = {
354
- "content-type": "application/json",
355
- };
356
- b.bp("/CancelTraceRetrieval");
357
- let body;
358
- body = JSON.stringify(smithyClient.take(input, {
359
- RetrievalToken: [],
360
- }));
361
- b.m("POST").h(headers).b(body);
362
- return b.build();
363
- };
364
- const se_CreateGroupCommand = async (input, context) => {
365
- const b = core.requestBuilder(input, context);
366
- const headers = {
367
- "content-type": "application/json",
368
- };
369
- b.bp("/CreateGroup");
370
- let body;
371
- body = JSON.stringify(smithyClient.take(input, {
372
- FilterExpression: [],
373
- GroupName: [],
374
- InsightsConfiguration: (_) => smithyClient._json(_),
375
- Tags: (_) => smithyClient._json(_),
376
- }));
377
- b.m("POST").h(headers).b(body);
378
- return b.build();
379
- };
380
- const se_CreateSamplingRuleCommand = async (input, context) => {
381
- const b = core.requestBuilder(input, context);
382
- const headers = {
383
- "content-type": "application/json",
384
- };
385
- b.bp("/CreateSamplingRule");
386
- let body;
387
- body = JSON.stringify(smithyClient.take(input, {
388
- SamplingRule: (_) => se_SamplingRule(_),
389
- Tags: (_) => smithyClient._json(_),
390
- }));
391
- b.m("POST").h(headers).b(body);
392
- return b.build();
393
- };
394
- const se_DeleteGroupCommand = async (input, context) => {
395
- const b = core.requestBuilder(input, context);
396
- const headers = {
397
- "content-type": "application/json",
398
- };
399
- b.bp("/DeleteGroup");
400
- let body;
401
- body = JSON.stringify(smithyClient.take(input, {
402
- GroupARN: [],
403
- GroupName: [],
404
- }));
405
- b.m("POST").h(headers).b(body);
406
- return b.build();
407
- };
408
- const se_DeleteResourcePolicyCommand = async (input, context) => {
409
- const b = core.requestBuilder(input, context);
410
- const headers = {
411
- "content-type": "application/json",
412
- };
413
- b.bp("/DeleteResourcePolicy");
414
- let body;
415
- body = JSON.stringify(smithyClient.take(input, {
416
- PolicyName: [],
417
- PolicyRevisionId: [],
418
- }));
419
- b.m("POST").h(headers).b(body);
420
- return b.build();
421
- };
422
- const se_DeleteSamplingRuleCommand = async (input, context) => {
423
- const b = core.requestBuilder(input, context);
424
- const headers = {
425
- "content-type": "application/json",
426
- };
427
- b.bp("/DeleteSamplingRule");
428
- let body;
429
- body = JSON.stringify(smithyClient.take(input, {
430
- RuleARN: [],
431
- RuleName: [],
432
- }));
433
- b.m("POST").h(headers).b(body);
434
- return b.build();
435
- };
436
- const se_GetEncryptionConfigCommand = async (input, context) => {
437
- const b = core.requestBuilder(input, context);
438
- const headers = {};
439
- b.bp("/EncryptionConfig");
440
- let body;
441
- b.m("POST").h(headers).b(body);
442
- return b.build();
443
- };
444
- const se_GetGroupCommand = async (input, context) => {
445
- const b = core.requestBuilder(input, context);
446
- const headers = {
447
- "content-type": "application/json",
448
- };
449
- b.bp("/GetGroup");
450
- let body;
451
- body = JSON.stringify(smithyClient.take(input, {
452
- GroupARN: [],
453
- GroupName: [],
454
- }));
455
- b.m("POST").h(headers).b(body);
456
- return b.build();
457
- };
458
- const se_GetGroupsCommand = async (input, context) => {
459
- const b = core.requestBuilder(input, context);
460
- const headers = {
461
- "content-type": "application/json",
462
- };
463
- b.bp("/Groups");
464
- let body;
465
- body = JSON.stringify(smithyClient.take(input, {
466
- NextToken: [],
467
- }));
468
- b.m("POST").h(headers).b(body);
469
- return b.build();
470
- };
471
- const se_GetIndexingRulesCommand = async (input, context) => {
472
- const b = core.requestBuilder(input, context);
473
- const headers = {
474
- "content-type": "application/json",
475
- };
476
- b.bp("/GetIndexingRules");
477
- let body;
478
- body = JSON.stringify(smithyClient.take(input, {
479
- NextToken: [],
480
- }));
481
- b.m("POST").h(headers).b(body);
482
- return b.build();
483
- };
484
- const se_GetInsightCommand = async (input, context) => {
485
- const b = core.requestBuilder(input, context);
486
- const headers = {
487
- "content-type": "application/json",
488
- };
489
- b.bp("/Insight");
490
- let body;
491
- body = JSON.stringify(smithyClient.take(input, {
492
- InsightId: [],
493
- }));
494
- b.m("POST").h(headers).b(body);
495
- return b.build();
496
- };
497
- const se_GetInsightEventsCommand = async (input, context) => {
498
- const b = core.requestBuilder(input, context);
499
- const headers = {
500
- "content-type": "application/json",
501
- };
502
- b.bp("/InsightEvents");
503
- let body;
504
- body = JSON.stringify(smithyClient.take(input, {
505
- InsightId: [],
506
- MaxResults: [],
507
- NextToken: [],
508
- }));
509
- b.m("POST").h(headers).b(body);
510
- return b.build();
511
- };
512
- const se_GetInsightImpactGraphCommand = async (input, context) => {
513
- const b = core.requestBuilder(input, context);
514
- const headers = {
515
- "content-type": "application/json",
516
- };
517
- b.bp("/InsightImpactGraph");
518
- let body;
519
- body = JSON.stringify(smithyClient.take(input, {
520
- EndTime: (_) => _.getTime() / 1_000,
521
- InsightId: [],
522
- NextToken: [],
523
- StartTime: (_) => _.getTime() / 1_000,
524
- }));
525
- b.m("POST").h(headers).b(body);
526
- return b.build();
527
- };
528
- const se_GetInsightSummariesCommand = async (input, context) => {
529
- const b = core.requestBuilder(input, context);
530
- const headers = {
531
- "content-type": "application/json",
532
- };
533
- b.bp("/InsightSummaries");
534
- let body;
535
- body = JSON.stringify(smithyClient.take(input, {
536
- EndTime: (_) => _.getTime() / 1_000,
537
- GroupARN: [],
538
- GroupName: [],
539
- MaxResults: [],
540
- NextToken: [],
541
- StartTime: (_) => _.getTime() / 1_000,
542
- States: (_) => smithyClient._json(_),
543
- }));
544
- b.m("POST").h(headers).b(body);
545
- return b.build();
546
- };
547
- const se_GetRetrievedTracesGraphCommand = async (input, context) => {
548
- const b = core.requestBuilder(input, context);
549
- const headers = {
550
- "content-type": "application/json",
551
- };
552
- b.bp("/GetRetrievedTracesGraph");
553
- let body;
554
- body = JSON.stringify(smithyClient.take(input, {
555
- NextToken: [],
556
- RetrievalToken: [],
557
- }));
558
- b.m("POST").h(headers).b(body);
559
- return b.build();
560
- };
561
- const se_GetSamplingRulesCommand = async (input, context) => {
562
- const b = core.requestBuilder(input, context);
563
- const headers = {
564
- "content-type": "application/json",
565
- };
566
- b.bp("/GetSamplingRules");
567
- let body;
568
- body = JSON.stringify(smithyClient.take(input, {
569
- NextToken: [],
570
- }));
571
- b.m("POST").h(headers).b(body);
572
- return b.build();
573
- };
574
- const se_GetSamplingStatisticSummariesCommand = async (input, context) => {
575
- const b = core.requestBuilder(input, context);
576
- const headers = {
577
- "content-type": "application/json",
578
- };
579
- b.bp("/SamplingStatisticSummaries");
580
- let body;
581
- body = JSON.stringify(smithyClient.take(input, {
582
- NextToken: [],
583
- }));
584
- b.m("POST").h(headers).b(body);
585
- return b.build();
586
- };
587
- const se_GetSamplingTargetsCommand = async (input, context) => {
588
- const b = core.requestBuilder(input, context);
589
- const headers = {
590
- "content-type": "application/json",
591
- };
592
- b.bp("/SamplingTargets");
593
- let body;
594
- body = JSON.stringify(smithyClient.take(input, {
595
- SamplingBoostStatisticsDocuments: (_) => se_SamplingBoostStatisticsDocumentList(_),
596
- SamplingStatisticsDocuments: (_) => se_SamplingStatisticsDocumentList(_),
597
- }));
598
- b.m("POST").h(headers).b(body);
599
- return b.build();
600
- };
601
- const se_GetServiceGraphCommand = async (input, context) => {
602
- const b = core.requestBuilder(input, context);
603
- const headers = {
604
- "content-type": "application/json",
605
- };
606
- b.bp("/ServiceGraph");
607
- let body;
608
- body = JSON.stringify(smithyClient.take(input, {
609
- EndTime: (_) => _.getTime() / 1_000,
610
- GroupARN: [],
611
- GroupName: [],
612
- NextToken: [],
613
- StartTime: (_) => _.getTime() / 1_000,
614
- }));
615
- b.m("POST").h(headers).b(body);
616
- return b.build();
617
- };
618
- const se_GetTimeSeriesServiceStatisticsCommand = async (input, context) => {
619
- const b = core.requestBuilder(input, context);
620
- const headers = {
621
- "content-type": "application/json",
622
- };
623
- b.bp("/TimeSeriesServiceStatistics");
624
- let body;
625
- body = JSON.stringify(smithyClient.take(input, {
626
- EndTime: (_) => _.getTime() / 1_000,
627
- EntitySelectorExpression: [],
628
- ForecastStatistics: [],
629
- GroupARN: [],
630
- GroupName: [],
631
- NextToken: [],
632
- Period: [],
633
- StartTime: (_) => _.getTime() / 1_000,
634
- }));
635
- b.m("POST").h(headers).b(body);
636
- return b.build();
637
- };
638
- const se_GetTraceGraphCommand = async (input, context) => {
639
- const b = core.requestBuilder(input, context);
640
- const headers = {
641
- "content-type": "application/json",
642
- };
643
- b.bp("/TraceGraph");
644
- let body;
645
- body = JSON.stringify(smithyClient.take(input, {
646
- NextToken: [],
647
- TraceIds: (_) => smithyClient._json(_),
648
- }));
649
- b.m("POST").h(headers).b(body);
650
- return b.build();
651
- };
652
- const se_GetTraceSegmentDestinationCommand = async (input, context) => {
653
- const b = core.requestBuilder(input, context);
654
- const headers = {};
655
- b.bp("/GetTraceSegmentDestination");
656
- let body;
657
- b.m("POST").h(headers).b(body);
658
- return b.build();
659
- };
660
- const se_GetTraceSummariesCommand = async (input, context) => {
661
- const b = core.requestBuilder(input, context);
662
- const headers = {
663
- "content-type": "application/json",
664
- };
665
- b.bp("/TraceSummaries");
666
- let body;
667
- body = JSON.stringify(smithyClient.take(input, {
668
- EndTime: (_) => _.getTime() / 1_000,
669
- FilterExpression: [],
670
- NextToken: [],
671
- Sampling: [],
672
- SamplingStrategy: (_) => se_SamplingStrategy(_),
673
- StartTime: (_) => _.getTime() / 1_000,
674
- TimeRangeType: [],
675
- }));
676
- b.m("POST").h(headers).b(body);
677
- return b.build();
678
- };
679
- const se_ListResourcePoliciesCommand = async (input, context) => {
680
- const b = core.requestBuilder(input, context);
681
- const headers = {
682
- "content-type": "application/json",
683
- };
684
- b.bp("/ListResourcePolicies");
685
- let body;
686
- body = JSON.stringify(smithyClient.take(input, {
687
- NextToken: [],
688
- }));
689
- b.m("POST").h(headers).b(body);
690
- return b.build();
691
- };
692
- const se_ListRetrievedTracesCommand = async (input, context) => {
693
- const b = core.requestBuilder(input, context);
694
- const headers = {
695
- "content-type": "application/json",
696
- };
697
- b.bp("/ListRetrievedTraces");
698
- let body;
699
- body = JSON.stringify(smithyClient.take(input, {
700
- NextToken: [],
701
- RetrievalToken: [],
702
- TraceFormat: [],
703
- }));
704
- b.m("POST").h(headers).b(body);
705
- return b.build();
706
- };
707
- const se_ListTagsForResourceCommand = async (input, context) => {
708
- const b = core.requestBuilder(input, context);
709
- const headers = {
710
- "content-type": "application/json",
711
- };
712
- b.bp("/ListTagsForResource");
713
- let body;
714
- body = JSON.stringify(smithyClient.take(input, {
715
- NextToken: [],
716
- ResourceARN: [],
717
- }));
718
- b.m("POST").h(headers).b(body);
719
- return b.build();
720
- };
721
- const se_PutEncryptionConfigCommand = async (input, context) => {
722
- const b = core.requestBuilder(input, context);
723
- const headers = {
724
- "content-type": "application/json",
725
- };
726
- b.bp("/PutEncryptionConfig");
727
- let body;
728
- body = JSON.stringify(smithyClient.take(input, {
729
- KeyId: [],
730
- Type: [],
731
- }));
732
- b.m("POST").h(headers).b(body);
733
- return b.build();
734
- };
735
- const se_PutResourcePolicyCommand = async (input, context) => {
736
- const b = core.requestBuilder(input, context);
737
- const headers = {
738
- "content-type": "application/json",
739
- };
740
- b.bp("/PutResourcePolicy");
741
- let body;
742
- body = JSON.stringify(smithyClient.take(input, {
743
- BypassPolicyLockoutCheck: [],
744
- PolicyDocument: [],
745
- PolicyName: [],
746
- PolicyRevisionId: [],
747
- }));
748
- b.m("POST").h(headers).b(body);
749
- return b.build();
750
- };
751
- const se_PutTelemetryRecordsCommand = async (input, context) => {
752
- const b = core.requestBuilder(input, context);
753
- const headers = {
754
- "content-type": "application/json",
755
- };
756
- b.bp("/TelemetryRecords");
757
- let body;
758
- body = JSON.stringify(smithyClient.take(input, {
759
- EC2InstanceId: [],
760
- Hostname: [],
761
- ResourceARN: [],
762
- TelemetryRecords: (_) => se_TelemetryRecordList(_),
763
- }));
764
- b.m("POST").h(headers).b(body);
765
- return b.build();
766
- };
767
- const se_PutTraceSegmentsCommand = async (input, context) => {
768
- const b = core.requestBuilder(input, context);
769
- const headers = {
770
- "content-type": "application/json",
771
- };
772
- b.bp("/TraceSegments");
773
- let body;
774
- body = JSON.stringify(smithyClient.take(input, {
775
- TraceSegmentDocuments: (_) => smithyClient._json(_),
776
- }));
777
- b.m("POST").h(headers).b(body);
778
- return b.build();
779
- };
780
- const se_StartTraceRetrievalCommand = async (input, context) => {
781
- const b = core.requestBuilder(input, context);
782
- const headers = {
783
- "content-type": "application/json",
784
- };
785
- b.bp("/StartTraceRetrieval");
786
- let body;
787
- body = JSON.stringify(smithyClient.take(input, {
788
- EndTime: (_) => _.getTime() / 1_000,
789
- StartTime: (_) => _.getTime() / 1_000,
790
- TraceIds: (_) => smithyClient._json(_),
791
- }));
792
- b.m("POST").h(headers).b(body);
793
- return b.build();
794
- };
795
- const se_TagResourceCommand = async (input, context) => {
796
- const b = core.requestBuilder(input, context);
797
- const headers = {
798
- "content-type": "application/json",
799
- };
800
- b.bp("/TagResource");
801
- let body;
802
- body = JSON.stringify(smithyClient.take(input, {
803
- ResourceARN: [],
804
- Tags: (_) => smithyClient._json(_),
805
- }));
806
- b.m("POST").h(headers).b(body);
807
- return b.build();
808
- };
809
- const se_UntagResourceCommand = async (input, context) => {
810
- const b = core.requestBuilder(input, context);
811
- const headers = {
812
- "content-type": "application/json",
813
- };
814
- b.bp("/UntagResource");
815
- let body;
816
- body = JSON.stringify(smithyClient.take(input, {
817
- ResourceARN: [],
818
- TagKeys: (_) => smithyClient._json(_),
819
- }));
820
- b.m("POST").h(headers).b(body);
821
- return b.build();
822
- };
823
- const se_UpdateGroupCommand = async (input, context) => {
824
- const b = core.requestBuilder(input, context);
825
- const headers = {
826
- "content-type": "application/json",
827
- };
828
- b.bp("/UpdateGroup");
829
- let body;
830
- body = JSON.stringify(smithyClient.take(input, {
831
- FilterExpression: [],
832
- GroupARN: [],
833
- GroupName: [],
834
- InsightsConfiguration: (_) => smithyClient._json(_),
835
- }));
836
- b.m("POST").h(headers).b(body);
837
- return b.build();
838
- };
839
- const se_UpdateIndexingRuleCommand = async (input, context) => {
840
- const b = core.requestBuilder(input, context);
841
- const headers = {
842
- "content-type": "application/json",
843
- };
844
- b.bp("/UpdateIndexingRule");
845
- let body;
846
- body = JSON.stringify(smithyClient.take(input, {
847
- Name: [],
848
- Rule: (_) => se_IndexingRuleValueUpdate(_),
849
- }));
850
- b.m("POST").h(headers).b(body);
851
- return b.build();
852
- };
853
- const se_UpdateSamplingRuleCommand = async (input, context) => {
854
- const b = core.requestBuilder(input, context);
855
- const headers = {
856
- "content-type": "application/json",
857
- };
858
- b.bp("/UpdateSamplingRule");
859
- let body;
860
- body = JSON.stringify(smithyClient.take(input, {
861
- SamplingRuleUpdate: (_) => se_SamplingRuleUpdate(_),
862
- }));
863
- b.m("POST").h(headers).b(body);
864
- return b.build();
865
- };
866
- const se_UpdateTraceSegmentDestinationCommand = async (input, context) => {
867
- const b = core.requestBuilder(input, context);
868
- const headers = {
869
- "content-type": "application/json",
870
- };
871
- b.bp("/UpdateTraceSegmentDestination");
872
- let body;
873
- body = JSON.stringify(smithyClient.take(input, {
874
- Destination: [],
875
- }));
876
- b.m("POST").h(headers).b(body);
877
- return b.build();
878
- };
879
- const de_BatchGetTracesCommand = async (output, context) => {
880
- if (output.statusCode !== 200 && output.statusCode >= 300) {
881
- return de_CommandError(output, context);
882
- }
883
- const contents = smithyClient.map({
884
- $metadata: deserializeMetadata(output),
885
- });
886
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
887
- const doc = smithyClient.take(data, {
888
- NextToken: smithyClient.expectString,
889
- Traces: (_) => de_TraceList(_),
890
- UnprocessedTraceIds: smithyClient._json,
891
- });
892
- Object.assign(contents, doc);
893
- return contents;
894
- };
895
- const de_CancelTraceRetrievalCommand = async (output, context) => {
896
- if (output.statusCode !== 200 && output.statusCode >= 300) {
897
- return de_CommandError(output, context);
898
- }
899
- const contents = smithyClient.map({
900
- $metadata: deserializeMetadata(output),
901
- });
902
- await smithyClient.collectBody(output.body, context);
903
- return contents;
904
- };
905
- const de_CreateGroupCommand = async (output, context) => {
906
- if (output.statusCode !== 200 && output.statusCode >= 300) {
907
- return de_CommandError(output, context);
908
- }
909
- const contents = smithyClient.map({
910
- $metadata: deserializeMetadata(output),
911
- });
912
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
913
- const doc = smithyClient.take(data, {
914
- Group: smithyClient._json,
915
- });
916
- Object.assign(contents, doc);
917
- return contents;
918
- };
919
- const de_CreateSamplingRuleCommand = async (output, context) => {
920
- if (output.statusCode !== 200 && output.statusCode >= 300) {
921
- return de_CommandError(output, context);
922
- }
923
- const contents = smithyClient.map({
924
- $metadata: deserializeMetadata(output),
925
- });
926
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
927
- const doc = smithyClient.take(data, {
928
- SamplingRuleRecord: (_) => de_SamplingRuleRecord(_),
929
- });
930
- Object.assign(contents, doc);
931
- return contents;
932
- };
933
- const de_DeleteGroupCommand = async (output, context) => {
934
- if (output.statusCode !== 200 && output.statusCode >= 300) {
935
- return de_CommandError(output, context);
936
- }
937
- const contents = smithyClient.map({
938
- $metadata: deserializeMetadata(output),
939
- });
940
- await smithyClient.collectBody(output.body, context);
941
- return contents;
942
- };
943
- const de_DeleteResourcePolicyCommand = async (output, context) => {
944
- if (output.statusCode !== 200 && output.statusCode >= 300) {
945
- return de_CommandError(output, context);
946
- }
947
- const contents = smithyClient.map({
948
- $metadata: deserializeMetadata(output),
949
- });
950
- await smithyClient.collectBody(output.body, context);
951
- return contents;
952
- };
953
- const de_DeleteSamplingRuleCommand = async (output, context) => {
954
- if (output.statusCode !== 200 && output.statusCode >= 300) {
955
- return de_CommandError(output, context);
956
- }
957
- const contents = smithyClient.map({
958
- $metadata: deserializeMetadata(output),
959
- });
960
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
961
- const doc = smithyClient.take(data, {
962
- SamplingRuleRecord: (_) => de_SamplingRuleRecord(_),
963
- });
964
- Object.assign(contents, doc);
965
- return contents;
966
- };
967
- const de_GetEncryptionConfigCommand = async (output, context) => {
968
- if (output.statusCode !== 200 && output.statusCode >= 300) {
969
- return de_CommandError(output, context);
970
- }
971
- const contents = smithyClient.map({
972
- $metadata: deserializeMetadata(output),
973
- });
974
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
975
- const doc = smithyClient.take(data, {
976
- EncryptionConfig: smithyClient._json,
977
- });
978
- Object.assign(contents, doc);
979
- return contents;
980
- };
981
- const de_GetGroupCommand = async (output, context) => {
982
- if (output.statusCode !== 200 && output.statusCode >= 300) {
983
- return de_CommandError(output, context);
984
- }
985
- const contents = smithyClient.map({
986
- $metadata: deserializeMetadata(output),
987
- });
988
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
989
- const doc = smithyClient.take(data, {
990
- Group: smithyClient._json,
991
- });
992
- Object.assign(contents, doc);
993
- return contents;
994
- };
995
- const de_GetGroupsCommand = async (output, context) => {
996
- if (output.statusCode !== 200 && output.statusCode >= 300) {
997
- return de_CommandError(output, context);
998
- }
999
- const contents = smithyClient.map({
1000
- $metadata: deserializeMetadata(output),
1001
- });
1002
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1003
- const doc = smithyClient.take(data, {
1004
- Groups: smithyClient._json,
1005
- NextToken: smithyClient.expectString,
1006
- });
1007
- Object.assign(contents, doc);
1008
- return contents;
1009
- };
1010
- const de_GetIndexingRulesCommand = async (output, context) => {
1011
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1012
- return de_CommandError(output, context);
1013
- }
1014
- const contents = smithyClient.map({
1015
- $metadata: deserializeMetadata(output),
1016
- });
1017
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1018
- const doc = smithyClient.take(data, {
1019
- IndexingRules: (_) => de_IndexingRuleList(_),
1020
- NextToken: smithyClient.expectString,
1021
- });
1022
- Object.assign(contents, doc);
1023
- return contents;
1024
- };
1025
- const de_GetInsightCommand = async (output, context) => {
1026
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1027
- return de_CommandError(output, context);
1028
- }
1029
- const contents = smithyClient.map({
1030
- $metadata: deserializeMetadata(output),
1031
- });
1032
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1033
- const doc = smithyClient.take(data, {
1034
- Insight: (_) => de_Insight(_),
1035
- });
1036
- Object.assign(contents, doc);
1037
- return contents;
1038
- };
1039
- const de_GetInsightEventsCommand = async (output, context) => {
1040
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1041
- return de_CommandError(output, context);
1042
- }
1043
- const contents = smithyClient.map({
1044
- $metadata: deserializeMetadata(output),
1045
- });
1046
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1047
- const doc = smithyClient.take(data, {
1048
- InsightEvents: (_) => de_InsightEventList(_),
1049
- NextToken: smithyClient.expectString,
1050
- });
1051
- Object.assign(contents, doc);
1052
- return contents;
1053
- };
1054
- const de_GetInsightImpactGraphCommand = async (output, context) => {
1055
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1056
- return de_CommandError(output, context);
1057
- }
1058
- const contents = smithyClient.map({
1059
- $metadata: deserializeMetadata(output),
1060
- });
1061
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1062
- const doc = smithyClient.take(data, {
1063
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1064
- InsightId: smithyClient.expectString,
1065
- NextToken: smithyClient.expectString,
1066
- ServiceGraphEndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1067
- ServiceGraphStartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1068
- Services: smithyClient._json,
1069
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1070
- });
1071
- Object.assign(contents, doc);
1072
- return contents;
1073
- };
1074
- const de_GetInsightSummariesCommand = async (output, context) => {
1075
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1076
- return de_CommandError(output, context);
1077
- }
1078
- const contents = smithyClient.map({
1079
- $metadata: deserializeMetadata(output),
1080
- });
1081
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1082
- const doc = smithyClient.take(data, {
1083
- InsightSummaries: (_) => de_InsightSummaryList(_),
1084
- NextToken: smithyClient.expectString,
1085
- });
1086
- Object.assign(contents, doc);
1087
- return contents;
1088
- };
1089
- const de_GetRetrievedTracesGraphCommand = async (output, context) => {
1090
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1091
- return de_CommandError(output, context);
1092
- }
1093
- const contents = smithyClient.map({
1094
- $metadata: deserializeMetadata(output),
1095
- });
1096
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1097
- const doc = smithyClient.take(data, {
1098
- NextToken: smithyClient.expectString,
1099
- RetrievalStatus: smithyClient.expectString,
1100
- Services: (_) => de_RetrievedServicesList(_),
1101
- });
1102
- Object.assign(contents, doc);
1103
- return contents;
1104
- };
1105
- const de_GetSamplingRulesCommand = async (output, context) => {
1106
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1107
- return de_CommandError(output, context);
1108
- }
1109
- const contents = smithyClient.map({
1110
- $metadata: deserializeMetadata(output),
1111
- });
1112
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1113
- const doc = smithyClient.take(data, {
1114
- NextToken: smithyClient.expectString,
1115
- SamplingRuleRecords: (_) => de_SamplingRuleRecordList(_),
1116
- });
1117
- Object.assign(contents, doc);
1118
- return contents;
1119
- };
1120
- const de_GetSamplingStatisticSummariesCommand = async (output, context) => {
1121
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1122
- return de_CommandError(output, context);
1123
- }
1124
- const contents = smithyClient.map({
1125
- $metadata: deserializeMetadata(output),
1126
- });
1127
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1128
- const doc = smithyClient.take(data, {
1129
- NextToken: smithyClient.expectString,
1130
- SamplingStatisticSummaries: (_) => de_SamplingStatisticSummaryList(_),
1131
- });
1132
- Object.assign(contents, doc);
1133
- return contents;
1134
- };
1135
- const de_GetSamplingTargetsCommand = async (output, context) => {
1136
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1137
- return de_CommandError(output, context);
1138
- }
1139
- const contents = smithyClient.map({
1140
- $metadata: deserializeMetadata(output),
1141
- });
1142
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1143
- const doc = smithyClient.take(data, {
1144
- LastRuleModification: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1145
- SamplingTargetDocuments: (_) => de_SamplingTargetDocumentList(_),
1146
- UnprocessedBoostStatistics: smithyClient._json,
1147
- UnprocessedStatistics: smithyClient._json,
1148
- });
1149
- Object.assign(contents, doc);
1150
- return contents;
1151
- };
1152
- const de_GetServiceGraphCommand = async (output, context) => {
1153
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1154
- return de_CommandError(output, context);
1155
- }
1156
- const contents = smithyClient.map({
1157
- $metadata: deserializeMetadata(output),
1158
- });
1159
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1160
- const doc = smithyClient.take(data, {
1161
- ContainsOldGroupVersions: smithyClient.expectBoolean,
1162
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1163
- NextToken: smithyClient.expectString,
1164
- Services: (_) => de_ServiceList(_),
1165
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1166
- });
1167
- Object.assign(contents, doc);
1168
- return contents;
1169
- };
1170
- const de_GetTimeSeriesServiceStatisticsCommand = async (output, context) => {
1171
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1172
- return de_CommandError(output, context);
1173
- }
1174
- const contents = smithyClient.map({
1175
- $metadata: deserializeMetadata(output),
1176
- });
1177
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1178
- const doc = smithyClient.take(data, {
1179
- ContainsOldGroupVersions: smithyClient.expectBoolean,
1180
- NextToken: smithyClient.expectString,
1181
- TimeSeriesServiceStatistics: (_) => de_TimeSeriesServiceStatisticsList(_),
1182
- });
1183
- Object.assign(contents, doc);
1184
- return contents;
1185
- };
1186
- const de_GetTraceGraphCommand = async (output, context) => {
1187
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1188
- return de_CommandError(output, context);
1189
- }
1190
- const contents = smithyClient.map({
1191
- $metadata: deserializeMetadata(output),
1192
- });
1193
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1194
- const doc = smithyClient.take(data, {
1195
- NextToken: smithyClient.expectString,
1196
- Services: (_) => de_ServiceList(_),
1197
- });
1198
- Object.assign(contents, doc);
1199
- return contents;
1200
- };
1201
- const de_GetTraceSegmentDestinationCommand = async (output, context) => {
1202
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1203
- return de_CommandError(output, context);
1204
- }
1205
- const contents = smithyClient.map({
1206
- $metadata: deserializeMetadata(output),
1207
- });
1208
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1209
- const doc = smithyClient.take(data, {
1210
- Destination: smithyClient.expectString,
1211
- Status: smithyClient.expectString,
1212
- });
1213
- Object.assign(contents, doc);
1214
- return contents;
1215
- };
1216
- const de_GetTraceSummariesCommand = async (output, context) => {
1217
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1218
- return de_CommandError(output, context);
1219
- }
1220
- const contents = smithyClient.map({
1221
- $metadata: deserializeMetadata(output),
1222
- });
1223
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1224
- const doc = smithyClient.take(data, {
1225
- ApproximateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1226
- NextToken: smithyClient.expectString,
1227
- TraceSummaries: (_) => de_TraceSummaryList(_),
1228
- TracesProcessedCount: smithyClient.expectLong,
1229
- });
1230
- Object.assign(contents, doc);
1231
- return contents;
1232
- };
1233
- const de_ListResourcePoliciesCommand = async (output, context) => {
1234
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1235
- return de_CommandError(output, context);
1236
- }
1237
- const contents = smithyClient.map({
1238
- $metadata: deserializeMetadata(output),
1239
- });
1240
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1241
- const doc = smithyClient.take(data, {
1242
- NextToken: smithyClient.expectString,
1243
- ResourcePolicies: (_) => de_ResourcePolicyList(_),
1244
- });
1245
- Object.assign(contents, doc);
1246
- return contents;
1247
- };
1248
- const de_ListRetrievedTracesCommand = async (output, context) => {
1249
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1250
- return de_CommandError(output, context);
1251
- }
1252
- const contents = smithyClient.map({
1253
- $metadata: deserializeMetadata(output),
1254
- });
1255
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1256
- const doc = smithyClient.take(data, {
1257
- NextToken: smithyClient.expectString,
1258
- RetrievalStatus: smithyClient.expectString,
1259
- TraceFormat: smithyClient.expectString,
1260
- Traces: (_) => de_TraceSpanList(_),
1261
- });
1262
- Object.assign(contents, doc);
1263
- return contents;
1264
- };
1265
- const de_ListTagsForResourceCommand = async (output, context) => {
1266
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1267
- return de_CommandError(output, context);
1268
- }
1269
- const contents = smithyClient.map({
1270
- $metadata: deserializeMetadata(output),
1271
- });
1272
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1273
- const doc = smithyClient.take(data, {
1274
- NextToken: smithyClient.expectString,
1275
- Tags: smithyClient._json,
1276
- });
1277
- Object.assign(contents, doc);
1278
- return contents;
1279
- };
1280
- const de_PutEncryptionConfigCommand = async (output, context) => {
1281
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1282
- return de_CommandError(output, context);
1283
- }
1284
- const contents = smithyClient.map({
1285
- $metadata: deserializeMetadata(output),
1286
- });
1287
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1288
- const doc = smithyClient.take(data, {
1289
- EncryptionConfig: smithyClient._json,
1290
- });
1291
- Object.assign(contents, doc);
1292
- return contents;
1293
- };
1294
- const de_PutResourcePolicyCommand = async (output, context) => {
1295
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1296
- return de_CommandError(output, context);
1297
- }
1298
- const contents = smithyClient.map({
1299
- $metadata: deserializeMetadata(output),
1300
- });
1301
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1302
- const doc = smithyClient.take(data, {
1303
- ResourcePolicy: (_) => de_ResourcePolicy(_),
1304
- });
1305
- Object.assign(contents, doc);
1306
- return contents;
1307
- };
1308
- const de_PutTelemetryRecordsCommand = async (output, context) => {
1309
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1310
- return de_CommandError(output, context);
1311
- }
1312
- const contents = smithyClient.map({
1313
- $metadata: deserializeMetadata(output),
1314
- });
1315
- await smithyClient.collectBody(output.body, context);
1316
- return contents;
1317
- };
1318
- const de_PutTraceSegmentsCommand = async (output, context) => {
1319
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1320
- return de_CommandError(output, context);
1321
- }
1322
- const contents = smithyClient.map({
1323
- $metadata: deserializeMetadata(output),
1324
- });
1325
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1326
- const doc = smithyClient.take(data, {
1327
- UnprocessedTraceSegments: smithyClient._json,
1328
- });
1329
- Object.assign(contents, doc);
1330
- return contents;
1331
- };
1332
- const de_StartTraceRetrievalCommand = async (output, context) => {
1333
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1334
- return de_CommandError(output, context);
1335
- }
1336
- const contents = smithyClient.map({
1337
- $metadata: deserializeMetadata(output),
1338
- });
1339
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1340
- const doc = smithyClient.take(data, {
1341
- RetrievalToken: smithyClient.expectString,
1342
- });
1343
- Object.assign(contents, doc);
1344
- return contents;
1345
- };
1346
- const de_TagResourceCommand = async (output, context) => {
1347
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1348
- return de_CommandError(output, context);
1349
- }
1350
- const contents = smithyClient.map({
1351
- $metadata: deserializeMetadata(output),
1352
- });
1353
- await smithyClient.collectBody(output.body, context);
1354
- return contents;
1355
- };
1356
- const de_UntagResourceCommand = async (output, context) => {
1357
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1358
- return de_CommandError(output, context);
1359
- }
1360
- const contents = smithyClient.map({
1361
- $metadata: deserializeMetadata(output),
1362
- });
1363
- await smithyClient.collectBody(output.body, context);
1364
- return contents;
1365
- };
1366
- const de_UpdateGroupCommand = async (output, context) => {
1367
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1368
- return de_CommandError(output, context);
1369
- }
1370
- const contents = smithyClient.map({
1371
- $metadata: deserializeMetadata(output),
1372
- });
1373
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1374
- const doc = smithyClient.take(data, {
1375
- Group: smithyClient._json,
1376
- });
1377
- Object.assign(contents, doc);
1378
- return contents;
1379
- };
1380
- const de_UpdateIndexingRuleCommand = async (output, context) => {
1381
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1382
- return de_CommandError(output, context);
1383
- }
1384
- const contents = smithyClient.map({
1385
- $metadata: deserializeMetadata(output),
1386
- });
1387
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1388
- const doc = smithyClient.take(data, {
1389
- IndexingRule: (_) => de_IndexingRule(_),
1390
- });
1391
- Object.assign(contents, doc);
1392
- return contents;
1393
- };
1394
- const de_UpdateSamplingRuleCommand = async (output, context) => {
1395
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1396
- return de_CommandError(output, context);
1397
- }
1398
- const contents = smithyClient.map({
1399
- $metadata: deserializeMetadata(output),
1400
- });
1401
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1402
- const doc = smithyClient.take(data, {
1403
- SamplingRuleRecord: (_) => de_SamplingRuleRecord(_),
1404
- });
1405
- Object.assign(contents, doc);
1406
- return contents;
1407
- };
1408
- const de_UpdateTraceSegmentDestinationCommand = async (output, context) => {
1409
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1410
- return de_CommandError(output, context);
1411
- }
1412
- const contents = smithyClient.map({
1413
- $metadata: deserializeMetadata(output),
1414
- });
1415
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1416
- const doc = smithyClient.take(data, {
1417
- Destination: smithyClient.expectString,
1418
- Status: smithyClient.expectString,
1419
- });
1420
- Object.assign(contents, doc);
1421
- return contents;
1422
- };
1423
- const de_CommandError = async (output, context) => {
1424
- const parsedOutput = {
1425
- ...output,
1426
- body: await core$1.parseJsonErrorBody(output.body, context),
1427
- };
1428
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1429
- switch (errorCode) {
1430
- case "InvalidRequestException":
1431
- case "com.amazonaws.xray#InvalidRequestException":
1432
- throw await de_InvalidRequestExceptionRes(parsedOutput);
1433
- case "ThrottledException":
1434
- case "com.amazonaws.xray#ThrottledException":
1435
- throw await de_ThrottledExceptionRes(parsedOutput);
1436
- case "ResourceNotFoundException":
1437
- case "com.amazonaws.xray#ResourceNotFoundException":
1438
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1439
- case "RuleLimitExceededException":
1440
- case "com.amazonaws.xray#RuleLimitExceededException":
1441
- throw await de_RuleLimitExceededExceptionRes(parsedOutput);
1442
- case "InvalidPolicyRevisionIdException":
1443
- case "com.amazonaws.xray#InvalidPolicyRevisionIdException":
1444
- throw await de_InvalidPolicyRevisionIdExceptionRes(parsedOutput);
1445
- case "LockoutPreventionException":
1446
- case "com.amazonaws.xray#LockoutPreventionException":
1447
- throw await de_LockoutPreventionExceptionRes(parsedOutput);
1448
- case "MalformedPolicyDocumentException":
1449
- case "com.amazonaws.xray#MalformedPolicyDocumentException":
1450
- throw await de_MalformedPolicyDocumentExceptionRes(parsedOutput);
1451
- case "PolicyCountLimitExceededException":
1452
- case "com.amazonaws.xray#PolicyCountLimitExceededException":
1453
- throw await de_PolicyCountLimitExceededExceptionRes(parsedOutput);
1454
- case "PolicySizeLimitExceededException":
1455
- case "com.amazonaws.xray#PolicySizeLimitExceededException":
1456
- throw await de_PolicySizeLimitExceededExceptionRes(parsedOutput);
1457
- case "TooManyTagsException":
1458
- case "com.amazonaws.xray#TooManyTagsException":
1459
- throw await de_TooManyTagsExceptionRes(parsedOutput);
1460
- default:
1461
- const parsedBody = parsedOutput.body;
1462
- return throwDefaultError({
1463
- output,
1464
- parsedBody,
1465
- errorCode,
1466
- });
1467
- }
1468
- };
1469
- const throwDefaultError = smithyClient.withBaseException(XRayServiceException);
1470
- const de_InvalidPolicyRevisionIdExceptionRes = async (parsedOutput, context) => {
1471
- const contents = smithyClient.map({});
1472
- const data = parsedOutput.body;
1473
- const doc = smithyClient.take(data, {
1474
- Message: smithyClient.expectString,
1475
- });
1476
- Object.assign(contents, doc);
1477
- const exception = new InvalidPolicyRevisionIdException({
1478
- $metadata: deserializeMetadata(parsedOutput),
1479
- ...contents,
1480
- });
1481
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1482
- };
1483
- const de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
1484
- const contents = smithyClient.map({});
1485
- const data = parsedOutput.body;
1486
- const doc = smithyClient.take(data, {
1487
- Message: smithyClient.expectString,
1488
- });
1489
- Object.assign(contents, doc);
1490
- const exception = new InvalidRequestException({
1491
- $metadata: deserializeMetadata(parsedOutput),
1492
- ...contents,
1493
- });
1494
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1495
- };
1496
- const de_LockoutPreventionExceptionRes = async (parsedOutput, context) => {
1497
- const contents = smithyClient.map({});
1498
- const data = parsedOutput.body;
1499
- const doc = smithyClient.take(data, {
1500
- Message: smithyClient.expectString,
1501
- });
1502
- Object.assign(contents, doc);
1503
- const exception = new LockoutPreventionException({
1504
- $metadata: deserializeMetadata(parsedOutput),
1505
- ...contents,
1506
- });
1507
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1508
- };
1509
- const de_MalformedPolicyDocumentExceptionRes = async (parsedOutput, context) => {
1510
- const contents = smithyClient.map({});
1511
- const data = parsedOutput.body;
1512
- const doc = smithyClient.take(data, {
1513
- Message: smithyClient.expectString,
1514
- });
1515
- Object.assign(contents, doc);
1516
- const exception = new MalformedPolicyDocumentException({
1517
- $metadata: deserializeMetadata(parsedOutput),
1518
- ...contents,
1519
- });
1520
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1521
- };
1522
- const de_PolicyCountLimitExceededExceptionRes = async (parsedOutput, context) => {
1523
- const contents = smithyClient.map({});
1524
- const data = parsedOutput.body;
1525
- const doc = smithyClient.take(data, {
1526
- Message: smithyClient.expectString,
1527
- });
1528
- Object.assign(contents, doc);
1529
- const exception = new PolicyCountLimitExceededException({
1530
- $metadata: deserializeMetadata(parsedOutput),
1531
- ...contents,
1532
- });
1533
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1534
- };
1535
- const de_PolicySizeLimitExceededExceptionRes = async (parsedOutput, context) => {
1536
- const contents = smithyClient.map({});
1537
- const data = parsedOutput.body;
1538
- const doc = smithyClient.take(data, {
1539
- Message: smithyClient.expectString,
1540
- });
1541
- Object.assign(contents, doc);
1542
- const exception = new PolicySizeLimitExceededException({
1543
- $metadata: deserializeMetadata(parsedOutput),
1544
- ...contents,
1545
- });
1546
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1547
- };
1548
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1549
- const contents = smithyClient.map({});
1550
- const data = parsedOutput.body;
1551
- const doc = smithyClient.take(data, {
1552
- Message: smithyClient.expectString,
1553
- ResourceName: smithyClient.expectString,
1554
- });
1555
- Object.assign(contents, doc);
1556
- const exception = new ResourceNotFoundException({
1557
- $metadata: deserializeMetadata(parsedOutput),
1558
- ...contents,
1559
- });
1560
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1561
- };
1562
- const de_RuleLimitExceededExceptionRes = async (parsedOutput, context) => {
1563
- const contents = smithyClient.map({});
1564
- const data = parsedOutput.body;
1565
- const doc = smithyClient.take(data, {
1566
- Message: smithyClient.expectString,
1567
- });
1568
- Object.assign(contents, doc);
1569
- const exception = new RuleLimitExceededException({
1570
- $metadata: deserializeMetadata(parsedOutput),
1571
- ...contents,
1572
- });
1573
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1574
- };
1575
- const de_ThrottledExceptionRes = async (parsedOutput, context) => {
1576
- const contents = smithyClient.map({});
1577
- const data = parsedOutput.body;
1578
- const doc = smithyClient.take(data, {
1579
- Message: smithyClient.expectString,
1580
- });
1581
- Object.assign(contents, doc);
1582
- const exception = new ThrottledException({
1583
- $metadata: deserializeMetadata(parsedOutput),
1584
- ...contents,
1585
- });
1586
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1587
- };
1588
- const de_TooManyTagsExceptionRes = async (parsedOutput, context) => {
1589
- const contents = smithyClient.map({});
1590
- const data = parsedOutput.body;
1591
- const doc = smithyClient.take(data, {
1592
- Message: smithyClient.expectString,
1593
- ResourceName: smithyClient.expectString,
1594
- });
1595
- Object.assign(contents, doc);
1596
- const exception = new TooManyTagsException({
1597
- $metadata: deserializeMetadata(parsedOutput),
1598
- ...contents,
1599
- });
1600
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1601
- };
1602
- const se_IndexingRuleValueUpdate = (input, context) => {
1603
- return exports.IndexingRuleValueUpdate.visit(input, {
1604
- Probabilistic: (value) => ({ Probabilistic: se_ProbabilisticRuleValueUpdate(value) }),
1605
- _: (name, value) => ({ [name]: value }),
1606
- });
1607
- };
1608
- const se_ProbabilisticRuleValueUpdate = (input, context) => {
1609
- return smithyClient.take(input, {
1610
- DesiredSamplingPercentage: smithyClient.serializeFloat,
1611
- });
1612
- };
1613
- const se_SamplingBoostStatisticsDocument = (input, context) => {
1614
- return smithyClient.take(input, {
1615
- AnomalyCount: [],
1616
- RuleName: [],
1617
- SampledAnomalyCount: [],
1618
- ServiceName: [],
1619
- Timestamp: (_) => _.getTime() / 1_000,
1620
- TotalCount: [],
1621
- });
1622
- };
1623
- const se_SamplingBoostStatisticsDocumentList = (input, context) => {
1624
- return input
1625
- .filter((e) => e != null)
1626
- .map((entry) => {
1627
- return se_SamplingBoostStatisticsDocument(entry);
1628
- });
1629
- };
1630
- const se_SamplingRateBoost = (input, context) => {
1631
- return smithyClient.take(input, {
1632
- CooldownWindowMinutes: [],
1633
- MaxRate: smithyClient.serializeFloat,
1634
- });
1635
- };
1636
- const se_SamplingRule = (input, context) => {
1637
- return smithyClient.take(input, {
1638
- Attributes: smithyClient._json,
1639
- FixedRate: smithyClient.serializeFloat,
1640
- HTTPMethod: [],
1641
- Host: [],
1642
- Priority: [],
1643
- ReservoirSize: [],
1644
- ResourceARN: [],
1645
- RuleARN: [],
1646
- RuleName: [],
1647
- SamplingRateBoost: (_) => se_SamplingRateBoost(_),
1648
- ServiceName: [],
1649
- ServiceType: [],
1650
- URLPath: [],
1651
- Version: [],
1652
- });
1653
- };
1654
- const se_SamplingRuleUpdate = (input, context) => {
1655
- return smithyClient.take(input, {
1656
- Attributes: smithyClient._json,
1657
- FixedRate: smithyClient.serializeFloat,
1658
- HTTPMethod: [],
1659
- Host: [],
1660
- Priority: [],
1661
- ReservoirSize: [],
1662
- ResourceARN: [],
1663
- RuleARN: [],
1664
- RuleName: [],
1665
- SamplingRateBoost: (_) => se_SamplingRateBoost(_),
1666
- ServiceName: [],
1667
- ServiceType: [],
1668
- URLPath: [],
1669
- });
1670
- };
1671
- const se_SamplingStatisticsDocument = (input, context) => {
1672
- return smithyClient.take(input, {
1673
- BorrowCount: [],
1674
- ClientID: [],
1675
- RequestCount: [],
1676
- RuleName: [],
1677
- SampledCount: [],
1678
- Timestamp: (_) => _.getTime() / 1_000,
1679
- });
1680
- };
1681
- const se_SamplingStatisticsDocumentList = (input, context) => {
1682
- return input
1683
- .filter((e) => e != null)
1684
- .map((entry) => {
1685
- return se_SamplingStatisticsDocument(entry);
1686
- });
1687
- };
1688
- const se_SamplingStrategy = (input, context) => {
1689
- return smithyClient.take(input, {
1690
- Name: [],
1691
- Value: smithyClient.serializeFloat,
1692
- });
1693
- };
1694
- const se_TelemetryRecord = (input, context) => {
1695
- return smithyClient.take(input, {
1696
- BackendConnectionErrors: smithyClient._json,
1697
- SegmentsReceivedCount: [],
1698
- SegmentsRejectedCount: [],
1699
- SegmentsSentCount: [],
1700
- SegmentsSpilloverCount: [],
1701
- Timestamp: (_) => _.getTime() / 1_000,
1702
- });
1703
- };
1704
- const se_TelemetryRecordList = (input, context) => {
1705
- return input
1706
- .filter((e) => e != null)
1707
- .map((entry) => {
1708
- return se_TelemetryRecord(entry);
1709
- });
1710
- };
1711
- const de_Annotations = (output, context) => {
1712
- return Object.entries(output).reduce((acc, [key, value]) => {
1713
- if (value === null) {
1714
- return acc;
1715
- }
1716
- acc[key] = de_ValuesWithServiceIds(value);
1717
- return acc;
1718
- }, {});
1719
- };
1720
- const de_AnnotationValue = (output, context) => {
1721
- if (smithyClient.expectBoolean(output.BooleanValue) !== undefined) {
1722
- return { BooleanValue: smithyClient.expectBoolean(output.BooleanValue) };
1723
- }
1724
- if (smithyClient.limitedParseDouble(output.NumberValue) !== undefined) {
1725
- return { NumberValue: smithyClient.limitedParseDouble(output.NumberValue) };
1726
- }
1727
- if (smithyClient.expectString(output.StringValue) !== undefined) {
1728
- return { StringValue: smithyClient.expectString(output.StringValue) };
1729
- }
1730
- return { $unknown: Object.entries(output)[0] };
1731
- };
1732
- const de_Edge = (output, context) => {
1733
- return smithyClient.take(output, {
1734
- Aliases: smithyClient._json,
1735
- EdgeType: smithyClient.expectString,
1736
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1737
- ReceivedEventAgeHistogram: (_) => de_Histogram(_),
1738
- ReferenceId: smithyClient.expectInt32,
1739
- ResponseTimeHistogram: (_) => de_Histogram(_),
1740
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1741
- SummaryStatistics: (_) => de_EdgeStatistics(_),
1742
- });
1743
- };
1744
- const de_EdgeList = (output, context) => {
1745
- const retVal = (output || [])
1746
- .filter((e) => e != null)
1747
- .map((entry) => {
1748
- return de_Edge(entry);
1749
- });
1750
- return retVal;
1751
- };
1752
- const de_EdgeStatistics = (output, context) => {
1753
- return smithyClient.take(output, {
1754
- ErrorStatistics: smithyClient._json,
1755
- FaultStatistics: smithyClient._json,
1756
- OkCount: smithyClient.expectLong,
1757
- TotalCount: smithyClient.expectLong,
1758
- TotalResponseTime: smithyClient.limitedParseDouble,
1759
- });
1760
- };
1761
- const de_Histogram = (output, context) => {
1762
- const retVal = (output || [])
1763
- .filter((e) => e != null)
1764
- .map((entry) => {
1765
- return de_HistogramEntry(entry);
1766
- });
1767
- return retVal;
1768
- };
1769
- const de_HistogramEntry = (output, context) => {
1770
- return smithyClient.take(output, {
1771
- Count: smithyClient.expectInt32,
1772
- Value: smithyClient.limitedParseDouble,
1773
- });
1774
- };
1775
- const de_IndexingRule = (output, context) => {
1776
- return smithyClient.take(output, {
1777
- ModifiedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1778
- Name: smithyClient.expectString,
1779
- Rule: (_) => de_IndexingRuleValue(core$1.awsExpectUnion(_)),
1780
- });
1781
- };
1782
- const de_IndexingRuleList = (output, context) => {
1783
- const retVal = (output || [])
1784
- .filter((e) => e != null)
1785
- .map((entry) => {
1786
- return de_IndexingRule(entry);
1787
- });
1788
- return retVal;
1789
- };
1790
- const de_IndexingRuleValue = (output, context) => {
1791
- if (output.Probabilistic != null) {
1792
- return {
1793
- Probabilistic: de_ProbabilisticRuleValue(output.Probabilistic),
1794
- };
1795
- }
1796
- return { $unknown: Object.entries(output)[0] };
1797
- };
1798
- const de_Insight = (output, context) => {
1799
- return smithyClient.take(output, {
1800
- Categories: smithyClient._json,
1801
- ClientRequestImpactStatistics: smithyClient._json,
1802
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1803
- GroupARN: smithyClient.expectString,
1804
- GroupName: smithyClient.expectString,
1805
- InsightId: smithyClient.expectString,
1806
- RootCauseServiceId: smithyClient._json,
1807
- RootCauseServiceRequestImpactStatistics: smithyClient._json,
1808
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1809
- State: smithyClient.expectString,
1810
- Summary: smithyClient.expectString,
1811
- TopAnomalousServices: smithyClient._json,
1812
- });
1813
- };
1814
- const de_InsightEvent = (output, context) => {
1815
- return smithyClient.take(output, {
1816
- ClientRequestImpactStatistics: smithyClient._json,
1817
- EventTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1818
- RootCauseServiceRequestImpactStatistics: smithyClient._json,
1819
- Summary: smithyClient.expectString,
1820
- TopAnomalousServices: smithyClient._json,
1821
- });
1822
- };
1823
- const de_InsightEventList = (output, context) => {
1824
- const retVal = (output || [])
1825
- .filter((e) => e != null)
1826
- .map((entry) => {
1827
- return de_InsightEvent(entry);
1828
- });
1829
- return retVal;
1830
- };
1831
- const de_InsightSummary = (output, context) => {
1832
- return smithyClient.take(output, {
1833
- Categories: smithyClient._json,
1834
- ClientRequestImpactStatistics: smithyClient._json,
1835
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1836
- GroupARN: smithyClient.expectString,
1837
- GroupName: smithyClient.expectString,
1838
- InsightId: smithyClient.expectString,
1839
- LastUpdateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1840
- RootCauseServiceId: smithyClient._json,
1841
- RootCauseServiceRequestImpactStatistics: smithyClient._json,
1842
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1843
- State: smithyClient.expectString,
1844
- Summary: smithyClient.expectString,
1845
- TopAnomalousServices: smithyClient._json,
1846
- });
1847
- };
1848
- const de_InsightSummaryList = (output, context) => {
1849
- const retVal = (output || [])
1850
- .filter((e) => e != null)
1851
- .map((entry) => {
1852
- return de_InsightSummary(entry);
1853
- });
1854
- return retVal;
1855
- };
1856
- const de_ProbabilisticRuleValue = (output, context) => {
1857
- return smithyClient.take(output, {
1858
- ActualSamplingPercentage: smithyClient.limitedParseDouble,
1859
- DesiredSamplingPercentage: smithyClient.limitedParseDouble,
1860
- });
1861
- };
1862
- const de_ResourcePolicy = (output, context) => {
1863
- return smithyClient.take(output, {
1864
- LastUpdatedTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1865
- PolicyDocument: smithyClient.expectString,
1866
- PolicyName: smithyClient.expectString,
1867
- PolicyRevisionId: smithyClient.expectString,
1868
- });
1869
- };
1870
- const de_ResourcePolicyList = (output, context) => {
1871
- const retVal = (output || [])
1872
- .filter((e) => e != null)
1873
- .map((entry) => {
1874
- return de_ResourcePolicy(entry);
1875
- });
1876
- return retVal;
1877
- };
1878
- const de_ResponseTimeRootCause = (output, context) => {
1879
- return smithyClient.take(output, {
1880
- ClientImpacting: smithyClient.expectBoolean,
1881
- Services: (_) => de_ResponseTimeRootCauseServices(_),
1882
- });
1883
- };
1884
- const de_ResponseTimeRootCauseEntity = (output, context) => {
1885
- return smithyClient.take(output, {
1886
- Coverage: smithyClient.limitedParseDouble,
1887
- Name: smithyClient.expectString,
1888
- Remote: smithyClient.expectBoolean,
1889
- });
1890
- };
1891
- const de_ResponseTimeRootCauseEntityPath = (output, context) => {
1892
- const retVal = (output || [])
1893
- .filter((e) => e != null)
1894
- .map((entry) => {
1895
- return de_ResponseTimeRootCauseEntity(entry);
1896
- });
1897
- return retVal;
1898
- };
1899
- const de_ResponseTimeRootCauses = (output, context) => {
1900
- const retVal = (output || [])
1901
- .filter((e) => e != null)
1902
- .map((entry) => {
1903
- return de_ResponseTimeRootCause(entry);
1904
- });
1905
- return retVal;
1906
- };
1907
- const de_ResponseTimeRootCauseService = (output, context) => {
1908
- return smithyClient.take(output, {
1909
- AccountId: smithyClient.expectString,
1910
- EntityPath: (_) => de_ResponseTimeRootCauseEntityPath(_),
1911
- Inferred: smithyClient.expectBoolean,
1912
- Name: smithyClient.expectString,
1913
- Names: smithyClient._json,
1914
- Type: smithyClient.expectString,
1915
- });
1916
- };
1917
- const de_ResponseTimeRootCauseServices = (output, context) => {
1918
- const retVal = (output || [])
1919
- .filter((e) => e != null)
1920
- .map((entry) => {
1921
- return de_ResponseTimeRootCauseService(entry);
1922
- });
1923
- return retVal;
1924
- };
1925
- const de_RetrievedService = (output, context) => {
1926
- return smithyClient.take(output, {
1927
- Links: smithyClient._json,
1928
- Service: (_) => de_Service(_),
1929
- });
1930
- };
1931
- const de_RetrievedServicesList = (output, context) => {
1932
- const retVal = (output || [])
1933
- .filter((e) => e != null)
1934
- .map((entry) => {
1935
- return de_RetrievedService(entry);
1936
- });
1937
- return retVal;
1938
- };
1939
- const de_RetrievedTrace = (output, context) => {
1940
- return smithyClient.take(output, {
1941
- Duration: smithyClient.limitedParseDouble,
1942
- Id: smithyClient.expectString,
1943
- Spans: smithyClient._json,
1944
- });
1945
- };
1946
- const de_SamplingBoost = (output, context) => {
1947
- return smithyClient.take(output, {
1948
- BoostRate: smithyClient.limitedParseDouble,
1949
- BoostRateTTL: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1950
- });
1951
- };
1952
- const de_SamplingRateBoost = (output, context) => {
1953
- return smithyClient.take(output, {
1954
- CooldownWindowMinutes: smithyClient.expectInt32,
1955
- MaxRate: smithyClient.limitedParseDouble,
1956
- });
1957
- };
1958
- const de_SamplingRule = (output, context) => {
1959
- return smithyClient.take(output, {
1960
- Attributes: smithyClient._json,
1961
- FixedRate: smithyClient.limitedParseDouble,
1962
- HTTPMethod: smithyClient.expectString,
1963
- Host: smithyClient.expectString,
1964
- Priority: smithyClient.expectInt32,
1965
- ReservoirSize: smithyClient.expectInt32,
1966
- ResourceARN: smithyClient.expectString,
1967
- RuleARN: smithyClient.expectString,
1968
- RuleName: smithyClient.expectString,
1969
- SamplingRateBoost: (_) => de_SamplingRateBoost(_),
1970
- ServiceName: smithyClient.expectString,
1971
- ServiceType: smithyClient.expectString,
1972
- URLPath: smithyClient.expectString,
1973
- Version: smithyClient.expectInt32,
1974
- });
1975
- };
1976
- const de_SamplingRuleRecord = (output, context) => {
1977
- return smithyClient.take(output, {
1978
- CreatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1979
- ModifiedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1980
- SamplingRule: (_) => de_SamplingRule(_),
1981
- });
1982
- };
1983
- const de_SamplingRuleRecordList = (output, context) => {
1984
- const retVal = (output || [])
1985
- .filter((e) => e != null)
1986
- .map((entry) => {
1987
- return de_SamplingRuleRecord(entry);
1988
- });
1989
- return retVal;
1990
- };
1991
- const de_SamplingStatisticSummary = (output, context) => {
1992
- return smithyClient.take(output, {
1993
- BorrowCount: smithyClient.expectInt32,
1994
- RequestCount: smithyClient.expectInt32,
1995
- RuleName: smithyClient.expectString,
1996
- SampledCount: smithyClient.expectInt32,
1997
- Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1998
- });
1999
- };
2000
- const de_SamplingStatisticSummaryList = (output, context) => {
2001
- const retVal = (output || [])
2002
- .filter((e) => e != null)
2003
- .map((entry) => {
2004
- return de_SamplingStatisticSummary(entry);
2005
- });
2006
- return retVal;
2007
- };
2008
- const de_SamplingTargetDocument = (output, context) => {
2009
- return smithyClient.take(output, {
2010
- FixedRate: smithyClient.limitedParseDouble,
2011
- Interval: smithyClient.expectInt32,
2012
- ReservoirQuota: smithyClient.expectInt32,
2013
- ReservoirQuotaTTL: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2014
- RuleName: smithyClient.expectString,
2015
- SamplingBoost: (_) => de_SamplingBoost(_),
2016
- });
2017
- };
2018
- const de_SamplingTargetDocumentList = (output, context) => {
2019
- const retVal = (output || [])
2020
- .filter((e) => e != null)
2021
- .map((entry) => {
2022
- return de_SamplingTargetDocument(entry);
2023
- });
2024
- return retVal;
2025
- };
2026
- const de_Service = (output, context) => {
2027
- return smithyClient.take(output, {
2028
- AccountId: smithyClient.expectString,
2029
- DurationHistogram: (_) => de_Histogram(_),
2030
- Edges: (_) => de_EdgeList(_),
2031
- EndTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2032
- Name: smithyClient.expectString,
2033
- Names: smithyClient._json,
2034
- ReferenceId: smithyClient.expectInt32,
2035
- ResponseTimeHistogram: (_) => de_Histogram(_),
2036
- Root: smithyClient.expectBoolean,
2037
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2038
- State: smithyClient.expectString,
2039
- SummaryStatistics: (_) => de_ServiceStatistics(_),
2040
- Type: smithyClient.expectString,
2041
- });
2042
- };
2043
- const de_ServiceList = (output, context) => {
2044
- const retVal = (output || [])
2045
- .filter((e) => e != null)
2046
- .map((entry) => {
2047
- return de_Service(entry);
2048
- });
2049
- return retVal;
2050
- };
2051
- const de_ServiceStatistics = (output, context) => {
2052
- return smithyClient.take(output, {
2053
- ErrorStatistics: smithyClient._json,
2054
- FaultStatistics: smithyClient._json,
2055
- OkCount: smithyClient.expectLong,
2056
- TotalCount: smithyClient.expectLong,
2057
- TotalResponseTime: smithyClient.limitedParseDouble,
2058
- });
2059
- };
2060
- const de_TimeSeriesServiceStatistics = (output, context) => {
2061
- return smithyClient.take(output, {
2062
- EdgeSummaryStatistics: (_) => de_EdgeStatistics(_),
2063
- ResponseTimeHistogram: (_) => de_Histogram(_),
2064
- ServiceForecastStatistics: smithyClient._json,
2065
- ServiceSummaryStatistics: (_) => de_ServiceStatistics(_),
2066
- Timestamp: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2067
- });
2068
- };
2069
- const de_TimeSeriesServiceStatisticsList = (output, context) => {
2070
- const retVal = (output || [])
2071
- .filter((e) => e != null)
2072
- .map((entry) => {
2073
- return de_TimeSeriesServiceStatistics(entry);
2074
- });
2075
- return retVal;
2076
- };
2077
- const de_Trace = (output, context) => {
2078
- return smithyClient.take(output, {
2079
- Duration: smithyClient.limitedParseDouble,
2080
- Id: smithyClient.expectString,
2081
- LimitExceeded: smithyClient.expectBoolean,
2082
- Segments: smithyClient._json,
2083
- });
2084
- };
2085
- const de_TraceList = (output, context) => {
2086
- const retVal = (output || [])
2087
- .filter((e) => e != null)
2088
- .map((entry) => {
2089
- return de_Trace(entry);
2090
- });
2091
- return retVal;
2092
- };
2093
- const de_TraceSpanList = (output, context) => {
2094
- const retVal = (output || [])
2095
- .filter((e) => e != null)
2096
- .map((entry) => {
2097
- return de_RetrievedTrace(entry);
2098
- });
2099
- return retVal;
2100
- };
2101
- const de_TraceSummary = (output, context) => {
2102
- return smithyClient.take(output, {
2103
- Annotations: (_) => de_Annotations(_),
2104
- AvailabilityZones: smithyClient._json,
2105
- Duration: smithyClient.limitedParseDouble,
2106
- EntryPoint: smithyClient._json,
2107
- ErrorRootCauses: smithyClient._json,
2108
- FaultRootCauses: smithyClient._json,
2109
- HasError: smithyClient.expectBoolean,
2110
- HasFault: smithyClient.expectBoolean,
2111
- HasThrottle: smithyClient.expectBoolean,
2112
- Http: smithyClient._json,
2113
- Id: smithyClient.expectString,
2114
- InstanceIds: smithyClient._json,
2115
- IsPartial: smithyClient.expectBoolean,
2116
- MatchedEventTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2117
- ResourceARNs: smithyClient._json,
2118
- ResponseTime: smithyClient.limitedParseDouble,
2119
- ResponseTimeRootCauses: (_) => de_ResponseTimeRootCauses(_),
2120
- Revision: smithyClient.expectInt32,
2121
- ServiceIds: smithyClient._json,
2122
- StartTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2123
- Users: smithyClient._json,
2124
- });
2125
- };
2126
- const de_TraceSummaryList = (output, context) => {
2127
- const retVal = (output || [])
2128
- .filter((e) => e != null)
2129
- .map((entry) => {
2130
- return de_TraceSummary(entry);
2131
- });
2132
- return retVal;
2133
- };
2134
- const de_ValuesWithServiceIds = (output, context) => {
2135
- const retVal = (output || [])
2136
- .filter((e) => e != null)
2137
- .map((entry) => {
2138
- return de_ValueWithServiceIds(entry);
2139
- });
2140
- return retVal;
2141
- };
2142
- const de_ValueWithServiceIds = (output, context) => {
2143
- return smithyClient.take(output, {
2144
- AnnotationValue: (_) => de_AnnotationValue(core$1.awsExpectUnion(_)),
2145
- ServiceIds: smithyClient._json,
2146
- });
2147
- };
2148
- const deserializeMetadata = (output) => ({
2149
- httpStatusCode: output.statusCode,
2150
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2151
- extendedRequestId: output.headers["x-amz-id-2"],
2152
- cfId: output.headers["x-amz-cf-id"],
2153
- });
337
+ const _A = "Alias";
338
+ const _AC = "AnomalyCount";
339
+ const _AI = "AccountId";
340
+ const _AL = "AliasList";
341
+ const _ARN = "ARN";
342
+ const _AS = "AnomalousService";
343
+ const _ASL = "AnomalousServiceList";
344
+ const _ASP = "ActualSamplingPercentage";
345
+ const _AT = "ApproximateTime";
346
+ const _AV = "AnnotationValue";
347
+ const _AZ = "AvailabilityZones";
348
+ const _AZD = "AvailabilityZoneDetail";
349
+ const _Al = "Aliases";
350
+ const _An = "Annotations";
351
+ const _At = "Attributes";
352
+ const _BC = "BorrowCount";
353
+ const _BCE = "BackendConnectionErrors";
354
+ const _BGT = "BatchGetTraces";
355
+ const _BGTR = "BatchGetTracesRequest";
356
+ const _BGTRa = "BatchGetTracesResult";
357
+ const _BPLC = "BypassPolicyLockoutCheck";
358
+ const _BR = "BoostRate";
359
+ const _BRTTL = "BoostRateTTL";
360
+ const _BV = "BooleanValue";
361
+ const _C = "Count";
362
+ const _CA = "CreatedAt";
363
+ const _CG = "CreateGroup";
364
+ const _CGR = "CreateGroupRequest";
365
+ const _CGRr = "CreateGroupResult";
366
+ const _CI = "ClientImpacting";
367
+ const _CID = "ClientID";
368
+ const _CIl = "ClientIp";
369
+ const _COGV = "ContainsOldGroupVersions";
370
+ const _CRC = "ConnectionRefusedCount";
371
+ const _CRIS = "ClientRequestImpactStatistics";
372
+ const _CSR = "CreateSamplingRule";
373
+ const _CSRR = "CreateSamplingRuleRequest";
374
+ const _CSRRr = "CreateSamplingRuleResult";
375
+ const _CTR = "CancelTraceRetrieval";
376
+ const _CTRR = "CancelTraceRetrievalRequest";
377
+ const _CTRRa = "CancelTraceRetrievalResult";
378
+ const _CWM = "CooldownWindowMinutes";
379
+ const _Ca = "Categories";
380
+ const _Co = "Coverage";
381
+ const _D = "Destination";
382
+ const _DG = "DeleteGroup";
383
+ const _DGR = "DeleteGroupRequest";
384
+ const _DGRe = "DeleteGroupResult";
385
+ const _DH = "DurationHistogram";
386
+ const _DRP = "DeleteResourcePolicy";
387
+ const _DRPR = "DeleteResourcePolicyRequest";
388
+ const _DRPRe = "DeleteResourcePolicyResult";
389
+ const _DSP = "DesiredSamplingPercentage";
390
+ const _DSR = "DeleteSamplingRule";
391
+ const _DSRR = "DeleteSamplingRuleRequest";
392
+ const _DSRRe = "DeleteSamplingRuleResult";
393
+ const _DTI = "DestinationTraceIds";
394
+ const _Do = "Document";
395
+ const _Du = "Duration";
396
+ const _E = "Edge";
397
+ const _EC = "EncryptionConfig";
398
+ const _ECII = "EC2InstanceId";
399
+ const _ECr = "ErrorCode";
400
+ const _EL = "EdgeList";
401
+ const _EP = "EntityPath";
402
+ const _EPn = "EntryPoint";
403
+ const _ERC = "ErrorRootCause";
404
+ const _ERCE = "ErrorRootCauseEntity";
405
+ const _ERCEP = "ErrorRootCauseEntityPath";
406
+ const _ERCS = "ErrorRootCauseService";
407
+ const _ERCSr = "ErrorRootCauseServices";
408
+ const _ERCr = "ErrorRootCauses";
409
+ const _ES = "EdgeStatistics";
410
+ const _ESE = "EntitySelectorExpression";
411
+ const _ESS = "EdgeSummaryStatistics";
412
+ const _ESr = "ErrorStatistics";
413
+ const _ET = "EndTime";
414
+ const _ETd = "EdgeType";
415
+ const _ETv = "EventTime";
416
+ const _Ed = "Edges";
417
+ const _Ex = "Exceptions";
418
+ const _FC = "FaultCount";
419
+ const _FCH = "FaultCountHigh";
420
+ const _FCL = "FaultCountLow";
421
+ const _FE = "FilterExpression";
422
+ const _FR = "FixedRate";
423
+ const _FRC = "FaultRootCause";
424
+ const _FRCE = "FaultRootCauseEntity";
425
+ const _FRCEP = "FaultRootCauseEntityPath";
426
+ const _FRCS = "FaultRootCauseService";
427
+ const _FRCSa = "FaultRootCauseServices";
428
+ const _FRCa = "FaultRootCauses";
429
+ const _FS = "FaultStatistics";
430
+ const _FSo = "ForecastStatistics";
431
+ const _G = "Group";
432
+ const _GARN = "GroupARN";
433
+ const _GEC = "GetEncryptionConfig";
434
+ const _GECR = "GetEncryptionConfigRequest";
435
+ const _GECRe = "GetEncryptionConfigResult";
436
+ const _GG = "GetGroup";
437
+ const _GGR = "GetGroupRequest";
438
+ const _GGRe = "GetGroupResult";
439
+ const _GGRet = "GetGroupsRequest";
440
+ const _GGRetr = "GetGroupsResult";
441
+ const _GGe = "GetGroups";
442
+ const _GI = "GetInsight";
443
+ const _GIE = "GetInsightEvents";
444
+ const _GIER = "GetInsightEventsRequest";
445
+ const _GIERe = "GetInsightEventsResult";
446
+ const _GIIG = "GetInsightImpactGraph";
447
+ const _GIIGR = "GetInsightImpactGraphRequest";
448
+ const _GIIGRe = "GetInsightImpactGraphResult";
449
+ const _GIR = "GetInsightRequest";
450
+ const _GIRR = "GetIndexingRulesRequest";
451
+ const _GIRRe = "GetIndexingRulesResult";
452
+ const _GIRe = "GetInsightResult";
453
+ const _GIRet = "GetIndexingRules";
454
+ const _GIS = "GetInsightSummaries";
455
+ const _GISR = "GetInsightSummariesRequest";
456
+ const _GISRe = "GetInsightSummariesResult";
457
+ const _GL = "GraphLink";
458
+ const _GN = "GroupName";
459
+ const _GRTG = "GetRetrievedTracesGraph";
460
+ const _GRTGR = "GetRetrievedTracesGraphRequest";
461
+ const _GRTGRe = "GetRetrievedTracesGraphResult";
462
+ const _GS = "GroupSummary";
463
+ const _GSG = "GetServiceGraph";
464
+ const _GSGR = "GetServiceGraphRequest";
465
+ const _GSGRe = "GetServiceGraphResult";
466
+ const _GSL = "GroupSummaryList";
467
+ const _GSR = "GetSamplingRules";
468
+ const _GSRR = "GetSamplingRulesRequest";
469
+ const _GSRRe = "GetSamplingRulesResult";
470
+ const _GSSS = "GetSamplingStatisticSummaries";
471
+ const _GSSSR = "GetSamplingStatisticSummariesRequest";
472
+ const _GSSSRe = "GetSamplingStatisticSummariesResult";
473
+ const _GST = "GetSamplingTargets";
474
+ const _GSTR = "GetSamplingTargetsRequest";
475
+ const _GSTRe = "GetSamplingTargetsResult";
476
+ const _GTG = "GetTraceGraph";
477
+ const _GTGR = "GetTraceGraphRequest";
478
+ const _GTGRe = "GetTraceGraphResult";
479
+ const _GTS = "GetTraceSummaries";
480
+ const _GTSD = "GetTraceSegmentDestination";
481
+ const _GTSDR = "GetTraceSegmentDestinationRequest";
482
+ const _GTSDRe = "GetTraceSegmentDestinationResult";
483
+ const _GTSR = "GetTraceSummariesRequest";
484
+ const _GTSRe = "GetTraceSummariesResult";
485
+ const _GTSSS = "GetTimeSeriesServiceStatistics";
486
+ const _GTSSSR = "GetTimeSeriesServiceStatisticsRequest";
487
+ const _GTSSSRe = "GetTimeSeriesServiceStatisticsResult";
488
+ const _Gr = "Groups";
489
+ const _H = "Http";
490
+ const _HE = "HistogramEntry";
491
+ const _HEa = "HasError";
492
+ const _HF = "HasFault";
493
+ const _HM = "HttpMethod";
494
+ const _HS = "HttpStatus";
495
+ const _HT = "HasThrottle";
496
+ const _HTTPCXXC = "HTTPCode4XXCount";
497
+ const _HTTPCXXCo = "HTTPCode5XXCount";
498
+ const _HTTPM = "HTTPMethod";
499
+ const _HURL = "HttpURL";
500
+ const _Hi = "Histogram";
501
+ const _Ho = "Hostname";
502
+ const _Hos = "Host";
503
+ const _I = "Inferred";
504
+ const _IC = "InsightsConfiguration";
505
+ const _IE = "InsightEvents";
506
+ const _IEL = "InsightEventList";
507
+ const _IEn = "InsightEvent";
508
+ const _IEns = "InsightsEnabled";
509
+ const _II = "InsightId";
510
+ const _IID = "InstanceIdDetail";
511
+ const _IIGE = "InsightImpactGraphEdge";
512
+ const _IIGEL = "InsightImpactGraphEdgeList";
513
+ const _IIGS = "InsightImpactGraphService";
514
+ const _IIGSL = "InsightImpactGraphServiceList";
515
+ const _IIn = "InstanceIds";
516
+ const _IP = "IsPartial";
517
+ const _IPRIE = "InvalidPolicyRevisionIdException";
518
+ const _IR = "IndexingRules";
519
+ const _IRE = "InvalidRequestException";
520
+ const _IRL = "IndexingRuleList";
521
+ const _IRV = "IndexingRuleValue";
522
+ const _IRVU = "IndexingRuleValueUpdate";
523
+ const _IRn = "IndexingRule";
524
+ const _IS = "InsightSummaries";
525
+ const _ISL = "InsightSummaryList";
526
+ const _ISn = "InsightSummary";
527
+ const _Id = "Id";
528
+ const _In = "Insight";
529
+ const _Int = "Interval";
530
+ const _K = "Key";
531
+ const _KI = "KeyId";
532
+ const _L = "Links";
533
+ const _LE = "LimitExceeded";
534
+ const _LL = "LinksList";
535
+ const _LPE = "LockoutPreventionException";
536
+ const _LRM = "LastRuleModification";
537
+ const _LRP = "ListResourcePolicies";
538
+ const _LRPR = "ListResourcePoliciesRequest";
539
+ const _LRPRi = "ListResourcePoliciesResult";
540
+ const _LRT = "ListRetrievedTraces";
541
+ const _LRTR = "ListRetrievedTracesRequest";
542
+ const _LRTRi = "ListRetrievedTracesResult";
543
+ const _LTFR = "ListTagsForResource";
544
+ const _LTFRR = "ListTagsForResourceRequest";
545
+ const _LTFRRi = "ListTagsForResourceResponse";
546
+ const _LUT = "LastUpdateTime";
547
+ const _LUTa = "LastUpdatedTime";
548
+ const _M = "Message";
549
+ const _MA = "ModifiedAt";
550
+ const _MET = "MatchedEventTime";
551
+ const _MPDE = "MalformedPolicyDocumentException";
552
+ const _MR = "MaxResults";
553
+ const _MRa = "MaxRate";
554
+ const _N = "Name";
555
+ const _NE = "NotificationsEnabled";
556
+ const _NT = "NextToken";
557
+ const _NV = "NumberValue";
558
+ const _Na = "Names";
559
+ const _OC = "OtherCount";
560
+ const _OCk = "OkCount";
561
+ const _P = "Period";
562
+ const _PCLEE = "PolicyCountLimitExceededException";
563
+ const _PD = "PolicyDocument";
564
+ const _PEC = "PutEncryptionConfig";
565
+ const _PECR = "PutEncryptionConfigRequest";
566
+ const _PECRu = "PutEncryptionConfigResult";
567
+ const _PN = "PolicyName";
568
+ const _PRI = "PolicyRevisionId";
569
+ const _PRP = "PutResourcePolicy";
570
+ const _PRPR = "PutResourcePolicyRequest";
571
+ const _PRPRu = "PutResourcePolicyResult";
572
+ const _PRV = "ProbabilisticRuleValue";
573
+ const _PRVU = "ProbabilisticRuleValueUpdate";
574
+ const _PSLEE = "PolicySizeLimitExceededException";
575
+ const _PTR = "PutTelemetryRecords";
576
+ const _PTRR = "PutTelemetryRecordsRequest";
577
+ const _PTRRu = "PutTelemetryRecordsResult";
578
+ const _PTS = "PutTraceSegments";
579
+ const _PTSR = "PutTraceSegmentsRequest";
580
+ const _PTSRu = "PutTraceSegmentsResult";
581
+ const _Pr = "Priority";
582
+ const _Pro = "Probabilistic";
583
+ const _R = "Remote";
584
+ const _RARN = "RuleARN";
585
+ const _RARND = "ResourceARNDetail";
586
+ const _RARNe = "ResourceARN";
587
+ const _RARNes = "ResourceARNs";
588
+ const _RC = "RequestCount";
589
+ const _RCE = "RootCauseException";
590
+ const _RCEo = "RootCauseExceptions";
591
+ const _RCSI = "RootCauseServiceId";
592
+ const _RCSRIS = "RootCauseServiceRequestImpactStatistics";
593
+ const _REAH = "ReceivedEventAgeHistogram";
594
+ const _RI = "ReferenceId";
595
+ const _RIS = "RequestImpactStatistics";
596
+ const _RLEE = "RuleLimitExceededException";
597
+ const _RN = "RuleName";
598
+ const _RNFE = "ResourceNotFoundException";
599
+ const _RNe = "ResourceName";
600
+ const _RP = "ResourcePolicies";
601
+ const _RPL = "ResourcePolicyList";
602
+ const _RPe = "ResourcePolicy";
603
+ const _RQ = "ReservoirQuota";
604
+ const _RQTTL = "ReservoirQuotaTTL";
605
+ const _RS = "RetrievalStatus";
606
+ const _RSL = "RetrievedServicesList";
607
+ const _RSe = "RetrievedService";
608
+ const _RSes = "ReservoirSize";
609
+ const _RT = "RetrievalToken";
610
+ const _RTH = "ResponseTimeHistogram";
611
+ const _RTRC = "ResponseTimeRootCause";
612
+ const _RTRCE = "ResponseTimeRootCauseEntity";
613
+ const _RTRCEP = "ResponseTimeRootCauseEntityPath";
614
+ const _RTRCS = "ResponseTimeRootCauseService";
615
+ const _RTRCSe = "ResponseTimeRootCauseServices";
616
+ const _RTRCe = "ResponseTimeRootCauses";
617
+ const _RTe = "ReferenceType";
618
+ const _RTes = "ResponseTime";
619
+ const _RTet = "RetrievedTrace";
620
+ const _Re = "Revision";
621
+ const _Ro = "Root";
622
+ const _Ru = "Rule";
623
+ const _S = "Status";
624
+ const _SAC = "SampledAnomalyCount";
625
+ const _SB = "SamplingBoost";
626
+ const _SBSD = "SamplingBoostStatisticsDocuments";
627
+ const _SBSDL = "SamplingBoostStatisticsDocumentList";
628
+ const _SBSDa = "SamplingBoostStatisticsDocument";
629
+ const _SC = "SampledCount";
630
+ const _SFS = "ServiceForecastStatistics";
631
+ const _SGET = "ServiceGraphEndTime";
632
+ const _SGST = "ServiceGraphStartTime";
633
+ const _SI = "ServiceId";
634
+ const _SIe = "ServiceIds";
635
+ const _SL = "SegmentList";
636
+ const _SLe = "ServiceList";
637
+ const _SLp = "SpanList";
638
+ const _SN = "ServiceName";
639
+ const _SR = "SamplingRule";
640
+ const _SRB = "SamplingRateBoost";
641
+ const _SRC = "SegmentsReceivedCount";
642
+ const _SRCe = "SegmentsRejectedCount";
643
+ const _SRR = "SamplingRuleRecord";
644
+ const _SRRL = "SamplingRuleRecordList";
645
+ const _SRRa = "SamplingRuleRecords";
646
+ const _SRU = "SamplingRuleUpdate";
647
+ const _SS = "SummaryStatistics";
648
+ const _SSC = "SegmentsSentCount";
649
+ const _SSCe = "SegmentsSpilloverCount";
650
+ const _SSD = "SamplingStatisticsDocuments";
651
+ const _SSDL = "SamplingStatisticsDocumentList";
652
+ const _SSDa = "SamplingStatisticsDocument";
653
+ const _SSS = "SamplingStatisticSummaries";
654
+ const _SSSL = "SamplingStatisticSummaryList";
655
+ const _SSSa = "SamplingStatisticSummary";
656
+ const _SSSe = "ServiceSummaryStatistics";
657
+ const _SSa = "SamplingStrategy";
658
+ const _SSe = "ServiceStatistics";
659
+ const _ST = "StartTime";
660
+ const _STD = "SamplingTargetDocuments";
661
+ const _STDL = "SamplingTargetDocumentList";
662
+ const _STDa = "SamplingTargetDocument";
663
+ const _STI = "SourceTraceId";
664
+ const _STR = "StartTraceRetrieval";
665
+ const _STRR = "StartTraceRetrievalRequest";
666
+ const _STRRt = "StartTraceRetrievalResult";
667
+ const _STe = "ServiceType";
668
+ const _SV = "StringValue";
669
+ const _Sa = "Sampling";
670
+ const _Se = "Services";
671
+ const _Seg = "Segment";
672
+ const _Segm = "Segments";
673
+ const _Ser = "Service";
674
+ const _Sp = "Spans";
675
+ const _Spa = "Span";
676
+ const _St = "States";
677
+ const _Sta = "State";
678
+ const _Su = "Summary";
679
+ const _T = "Type";
680
+ const _TAS = "TopAnomalousServices";
681
+ const _TAZ = "TraceAvailabilityZones";
682
+ const _TC = "TimeoutCount";
683
+ const _TCh = "ThrottleCount";
684
+ const _TCo = "TotalCount";
685
+ const _TE = "ThrottledException";
686
+ const _TF = "TraceFormat";
687
+ const _TI = "TraceIds";
688
+ const _TII = "TraceInstanceIds";
689
+ const _TK = "TagKeys";
690
+ const _TL = "TagList";
691
+ const _TLr = "TraceList";
692
+ const _TMTE = "TooManyTagsException";
693
+ const _TPC = "TracesProcessedCount";
694
+ const _TR = "TelemetryRecords";
695
+ const _TRARN = "TraceResourceARNs";
696
+ const _TRL = "TelemetryRecordList";
697
+ const _TRR = "TagResourceRequest";
698
+ const _TRRa = "TagResourceResponse";
699
+ const _TRT = "TotalResponseTime";
700
+ const _TRTi = "TimeRangeType";
701
+ const _TRa = "TagResource";
702
+ const _TRe = "TelemetryRecord";
703
+ const _TS = "TraceSummaries";
704
+ const _TSD = "TraceSegmentDocuments";
705
+ const _TSL = "TraceSpanList";
706
+ const _TSLr = "TraceSummaryList";
707
+ const _TSSS = "TimeSeriesServiceStatistics";
708
+ const _TSSSL = "TimeSeriesServiceStatisticsList";
709
+ const _TSr = "TraceSummary";
710
+ const _TU = "TraceUser";
711
+ const _TUr = "TraceUsers";
712
+ const _Ta = "Tags";
713
+ const _Tag = "Tag";
714
+ const _Ti = "Timestamp";
715
+ const _Tr = "Traces";
716
+ const _Tra = "Trace";
717
+ const _U = "Users";
718
+ const _UA = "UserAgent";
719
+ const _UBS = "UnprocessedBoostStatistics";
720
+ const _UG = "UpdateGroup";
721
+ const _UGR = "UpdateGroupRequest";
722
+ const _UGRp = "UpdateGroupResult";
723
+ const _UHC = "UnknownHostCount";
724
+ const _UIR = "UpdateIndexingRule";
725
+ const _UIRR = "UpdateIndexingRuleRequest";
726
+ const _UIRRp = "UpdateIndexingRuleResult";
727
+ const _UN = "UserName";
728
+ const _UR = "UntagResource";
729
+ const _URLP = "URLPath";
730
+ const _URR = "UntagResourceRequest";
731
+ const _URRn = "UntagResourceResponse";
732
+ const _US = "UnprocessedStatistics";
733
+ const _USL = "UnprocessedStatisticsList";
734
+ const _USR = "UpdateSamplingRule";
735
+ const _USRR = "UpdateSamplingRuleRequest";
736
+ const _USRRp = "UpdateSamplingRuleResult";
737
+ const _UTI = "UnprocessedTraceIds";
738
+ const _UTS = "UnprocessedTraceSegments";
739
+ const _UTSD = "UpdateTraceSegmentDestination";
740
+ const _UTSDR = "UpdateTraceSegmentDestinationRequest";
741
+ const _UTSDRp = "UpdateTraceSegmentDestinationResult";
742
+ const _UTSL = "UnprocessedTraceSegmentList";
743
+ const _UTSn = "UnprocessedTraceSegment";
744
+ const _V = "Value";
745
+ const _VWSI = "ValueWithServiceIds";
746
+ const _VWSIa = "ValuesWithServiceIds";
747
+ const _Ve = "Version";
748
+ const _c = "client";
749
+ const _e = "error";
750
+ const _h = "http";
751
+ const _hE = "httpError";
752
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.xray";
753
+ const n0 = "com.amazonaws.xray";
754
+ var Alias = [3, n0, _A, 0, [_N, _Na, _T], [0, 64 | 0, 0]];
755
+ var AnomalousService = [3, n0, _AS, 0, [_SI], [() => ServiceId]];
756
+ var AvailabilityZoneDetail = [3, n0, _AZD, 0, [_N], [0]];
757
+ var BackendConnectionErrors = [
758
+ 3,
759
+ n0,
760
+ _BCE,
761
+ 0,
762
+ [_TC, _CRC, _HTTPCXXC, _HTTPCXXCo, _UHC, _OC],
763
+ [1, 1, 1, 1, 1, 1],
764
+ ];
765
+ var BatchGetTracesRequest = [3, n0, _BGTR, 0, [_TI, _NT], [64 | 0, 0]];
766
+ var BatchGetTracesResult = [
767
+ 3,
768
+ n0,
769
+ _BGTRa,
770
+ 0,
771
+ [_Tr, _UTI, _NT],
772
+ [() => TraceList, 64 | 0, 0],
773
+ ];
774
+ var CancelTraceRetrievalRequest = [3, n0, _CTRR, 0, [_RT], [0]];
775
+ var CancelTraceRetrievalResult = [3, n0, _CTRRa, 0, [], []];
776
+ var CreateGroupRequest = [
777
+ 3,
778
+ n0,
779
+ _CGR,
780
+ 0,
781
+ [_GN, _FE, _IC, _Ta],
782
+ [0, 0, () => InsightsConfiguration, () => TagList],
783
+ ];
784
+ var CreateGroupResult = [3, n0, _CGRr, 0, [_G], [() => Group]];
785
+ var CreateSamplingRuleRequest = [
786
+ 3,
787
+ n0,
788
+ _CSRR,
789
+ 0,
790
+ [_SR, _Ta],
791
+ [() => SamplingRule, () => TagList],
792
+ ];
793
+ var CreateSamplingRuleResult = [3, n0, _CSRRr, 0, [_SRR], [() => SamplingRuleRecord]];
794
+ var DeleteGroupRequest = [3, n0, _DGR, 0, [_GN, _GARN], [0, 0]];
795
+ var DeleteGroupResult = [3, n0, _DGRe, 0, [], []];
796
+ var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_PN, _PRI], [0, 0]];
797
+ var DeleteResourcePolicyResult = [3, n0, _DRPRe, 0, [], []];
798
+ var DeleteSamplingRuleRequest = [3, n0, _DSRR, 0, [_RN, _RARN], [0, 0]];
799
+ var DeleteSamplingRuleResult = [3, n0, _DSRRe, 0, [_SRR], [() => SamplingRuleRecord]];
800
+ var Edge = [
801
+ 3,
802
+ n0,
803
+ _E,
804
+ 0,
805
+ [_RI, _ST, _ET, _SS, _RTH, _Al, _ETd, _REAH],
806
+ [1, 4, 4, () => EdgeStatistics, () => Histogram, () => AliasList, 0, () => Histogram],
807
+ ];
808
+ var EdgeStatistics = [
809
+ 3,
810
+ n0,
811
+ _ES,
812
+ 0,
813
+ [_OCk, _ESr, _FS, _TCo, _TRT],
814
+ [1, () => ErrorStatistics, () => FaultStatistics, 1, 1],
815
+ ];
816
+ var EncryptionConfig = [3, n0, _EC, 0, [_KI, _S, _T], [0, 0, 0]];
817
+ var ErrorRootCause = [3, n0, _ERC, 0, [_Se, _CI], [() => ErrorRootCauseServices, 2]];
818
+ var ErrorRootCauseEntity = [
819
+ 3,
820
+ n0,
821
+ _ERCE,
822
+ 0,
823
+ [_N, _Ex, _R],
824
+ [0, () => RootCauseExceptions, 2],
825
+ ];
826
+ var ErrorRootCauseService = [
827
+ 3,
828
+ n0,
829
+ _ERCS,
830
+ 0,
831
+ [_N, _Na, _T, _AI, _EP, _I],
832
+ [0, 64 | 0, 0, 0, () => ErrorRootCauseEntityPath, 2],
833
+ ];
834
+ var ErrorStatistics = [3, n0, _ESr, 0, [_TCh, _OC, _TCo], [1, 1, 1]];
835
+ var FaultRootCause = [3, n0, _FRC, 0, [_Se, _CI], [() => FaultRootCauseServices, 2]];
836
+ var FaultRootCauseEntity = [
837
+ 3,
838
+ n0,
839
+ _FRCE,
840
+ 0,
841
+ [_N, _Ex, _R],
842
+ [0, () => RootCauseExceptions, 2],
843
+ ];
844
+ var FaultRootCauseService = [
845
+ 3,
846
+ n0,
847
+ _FRCS,
848
+ 0,
849
+ [_N, _Na, _T, _AI, _EP, _I],
850
+ [0, 64 | 0, 0, 0, () => FaultRootCauseEntityPath, 2],
851
+ ];
852
+ var FaultStatistics = [3, n0, _FS, 0, [_OC, _TCo], [1, 1]];
853
+ var ForecastStatistics = [3, n0, _FSo, 0, [_FCH, _FCL], [1, 1]];
854
+ var GetEncryptionConfigRequest = [3, n0, _GECR, 0, [], []];
855
+ var GetEncryptionConfigResult = [3, n0, _GECRe, 0, [_EC], [() => EncryptionConfig]];
856
+ var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _GARN], [0, 0]];
857
+ var GetGroupResult = [3, n0, _GGRe, 0, [_G], [() => Group]];
858
+ var GetGroupsRequest = [3, n0, _GGRet, 0, [_NT], [0]];
859
+ var GetGroupsResult = [3, n0, _GGRetr, 0, [_Gr, _NT], [() => GroupSummaryList, 0]];
860
+ var GetIndexingRulesRequest = [3, n0, _GIRR, 0, [_NT], [0]];
861
+ var GetIndexingRulesResult = [3, n0, _GIRRe, 0, [_IR, _NT], [() => IndexingRuleList, 0]];
862
+ var GetInsightEventsRequest = [3, n0, _GIER, 0, [_II, _MR, _NT], [0, 1, 0]];
863
+ var GetInsightEventsResult = [3, n0, _GIERe, 0, [_IE, _NT], [() => InsightEventList, 0]];
864
+ var GetInsightImpactGraphRequest = [3, n0, _GIIGR, 0, [_II, _ST, _ET, _NT], [0, 4, 4, 0]];
865
+ var GetInsightImpactGraphResult = [
866
+ 3,
867
+ n0,
868
+ _GIIGRe,
869
+ 0,
870
+ [_II, _ST, _ET, _SGST, _SGET, _Se, _NT],
871
+ [0, 4, 4, 4, 4, () => InsightImpactGraphServiceList, 0],
872
+ ];
873
+ var GetInsightRequest = [3, n0, _GIR, 0, [_II], [0]];
874
+ var GetInsightResult = [3, n0, _GIRe, 0, [_In], [() => Insight]];
875
+ var GetInsightSummariesRequest = [
876
+ 3,
877
+ n0,
878
+ _GISR,
879
+ 0,
880
+ [_St, _GARN, _GN, _ST, _ET, _MR, _NT],
881
+ [64 | 0, 0, 0, 4, 4, 1, 0],
882
+ ];
883
+ var GetInsightSummariesResult = [
884
+ 3,
885
+ n0,
886
+ _GISRe,
887
+ 0,
888
+ [_IS, _NT],
889
+ [() => InsightSummaryList, 0],
890
+ ];
891
+ var GetRetrievedTracesGraphRequest = [3, n0, _GRTGR, 0, [_RT, _NT], [0, 0]];
892
+ var GetRetrievedTracesGraphResult = [
893
+ 3,
894
+ n0,
895
+ _GRTGRe,
896
+ 0,
897
+ [_RS, _Se, _NT],
898
+ [0, () => RetrievedServicesList, 0],
899
+ ];
900
+ var GetSamplingRulesRequest = [3, n0, _GSRR, 0, [_NT], [0]];
901
+ var GetSamplingRulesResult = [
902
+ 3,
903
+ n0,
904
+ _GSRRe,
905
+ 0,
906
+ [_SRRa, _NT],
907
+ [() => SamplingRuleRecordList, 0],
908
+ ];
909
+ var GetSamplingStatisticSummariesRequest = [3, n0, _GSSSR, 0, [_NT], [0]];
910
+ var GetSamplingStatisticSummariesResult = [
911
+ 3,
912
+ n0,
913
+ _GSSSRe,
914
+ 0,
915
+ [_SSS, _NT],
916
+ [() => SamplingStatisticSummaryList, 0],
917
+ ];
918
+ var GetSamplingTargetsRequest = [
919
+ 3,
920
+ n0,
921
+ _GSTR,
922
+ 0,
923
+ [_SSD, _SBSD],
924
+ [() => SamplingStatisticsDocumentList, () => SamplingBoostStatisticsDocumentList],
925
+ ];
926
+ var GetSamplingTargetsResult = [
927
+ 3,
928
+ n0,
929
+ _GSTRe,
930
+ 0,
931
+ [_STD, _LRM, _US, _UBS],
932
+ [() => SamplingTargetDocumentList, 4, () => UnprocessedStatisticsList, () => UnprocessedStatisticsList],
933
+ ];
934
+ var GetServiceGraphRequest = [
935
+ 3,
936
+ n0,
937
+ _GSGR,
938
+ 0,
939
+ [_ST, _ET, _GN, _GARN, _NT],
940
+ [4, 4, 0, 0, 0],
941
+ ];
942
+ var GetServiceGraphResult = [
943
+ 3,
944
+ n0,
945
+ _GSGRe,
946
+ 0,
947
+ [_ST, _ET, _Se, _COGV, _NT],
948
+ [4, 4, () => ServiceList, 2, 0],
949
+ ];
950
+ var GetTimeSeriesServiceStatisticsRequest = [
951
+ 3,
952
+ n0,
953
+ _GTSSSR,
954
+ 0,
955
+ [_ST, _ET, _GN, _GARN, _ESE, _P, _FSo, _NT],
956
+ [4, 4, 0, 0, 0, 1, 2, 0],
957
+ ];
958
+ var GetTimeSeriesServiceStatisticsResult = [
959
+ 3,
960
+ n0,
961
+ _GTSSSRe,
962
+ 0,
963
+ [_TSSS, _COGV, _NT],
964
+ [() => TimeSeriesServiceStatisticsList, 2, 0],
965
+ ];
966
+ var GetTraceGraphRequest = [3, n0, _GTGR, 0, [_TI, _NT], [64 | 0, 0]];
967
+ var GetTraceGraphResult = [3, n0, _GTGRe, 0, [_Se, _NT], [() => ServiceList, 0]];
968
+ var GetTraceSegmentDestinationRequest = [3, n0, _GTSDR, 0, [], []];
969
+ var GetTraceSegmentDestinationResult = [3, n0, _GTSDRe, 0, [_D, _S], [0, 0]];
970
+ var GetTraceSummariesRequest = [
971
+ 3,
972
+ n0,
973
+ _GTSR,
974
+ 0,
975
+ [_ST, _ET, _TRTi, _Sa, _SSa, _FE, _NT],
976
+ [4, 4, 0, 2, () => SamplingStrategy, 0, 0],
977
+ ];
978
+ var GetTraceSummariesResult = [
979
+ 3,
980
+ n0,
981
+ _GTSRe,
982
+ 0,
983
+ [_TS, _AT, _TPC, _NT],
984
+ [() => TraceSummaryList, 4, 1, 0],
985
+ ];
986
+ var GraphLink = [3, n0, _GL, 0, [_RTe, _STI, _DTI], [0, 0, 64 | 0]];
987
+ var Group = [
988
+ 3,
989
+ n0,
990
+ _G,
991
+ 0,
992
+ [_GN, _GARN, _FE, _IC],
993
+ [0, 0, 0, () => InsightsConfiguration],
994
+ ];
995
+ var GroupSummary = [
996
+ 3,
997
+ n0,
998
+ _GS,
999
+ 0,
1000
+ [_GN, _GARN, _FE, _IC],
1001
+ [0, 0, 0, () => InsightsConfiguration],
1002
+ ];
1003
+ var HistogramEntry = [3, n0, _HE, 0, [_V, _C], [1, 1]];
1004
+ var Http = [3, n0, _H, 0, [_HURL, _HS, _HM, _UA, _CIl], [0, 1, 0, 0, 0]];
1005
+ var IndexingRule = [3, n0, _IRn, 0, [_N, _MA, _Ru], [0, 4, () => IndexingRuleValue]];
1006
+ var Insight = [
1007
+ 3,
1008
+ n0,
1009
+ _In,
1010
+ 0,
1011
+ [_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS],
1012
+ [
1013
+ 0,
1014
+ 0,
1015
+ 0,
1016
+ () => ServiceId,
1017
+ 64 | 0,
1018
+ 0,
1019
+ 4,
1020
+ 4,
1021
+ 0,
1022
+ () => RequestImpactStatistics,
1023
+ () => RequestImpactStatistics,
1024
+ () => AnomalousServiceList,
1025
+ ],
1026
+ ];
1027
+ var InsightEvent = [
1028
+ 3,
1029
+ n0,
1030
+ _IEn,
1031
+ 0,
1032
+ [_Su, _ETv, _CRIS, _RCSRIS, _TAS],
1033
+ [0, 4, () => RequestImpactStatistics, () => RequestImpactStatistics, () => AnomalousServiceList],
1034
+ ];
1035
+ var InsightImpactGraphEdge = [3, n0, _IIGE, 0, [_RI], [1]];
1036
+ var InsightImpactGraphService = [
1037
+ 3,
1038
+ n0,
1039
+ _IIGS,
1040
+ 0,
1041
+ [_RI, _T, _N, _Na, _AI, _Ed],
1042
+ [1, 0, 0, 64 | 0, 0, () => InsightImpactGraphEdgeList],
1043
+ ];
1044
+ var InsightsConfiguration = [3, n0, _IC, 0, [_IEns, _NE], [2, 2]];
1045
+ var InsightSummary = [
1046
+ 3,
1047
+ n0,
1048
+ _ISn,
1049
+ 0,
1050
+ [_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS, _LUT],
1051
+ [
1052
+ 0,
1053
+ 0,
1054
+ 0,
1055
+ () => ServiceId,
1056
+ 64 | 0,
1057
+ 0,
1058
+ 4,
1059
+ 4,
1060
+ 0,
1061
+ () => RequestImpactStatistics,
1062
+ () => RequestImpactStatistics,
1063
+ () => AnomalousServiceList,
1064
+ 4,
1065
+ ],
1066
+ ];
1067
+ var InstanceIdDetail = [3, n0, _IID, 0, [_Id], [0]];
1068
+ var InvalidPolicyRevisionIdException = [
1069
+ -3,
1070
+ n0,
1071
+ _IPRIE,
1072
+ {
1073
+ [_e]: _c,
1074
+ [_hE]: 400,
1075
+ },
1076
+ [_M],
1077
+ [0],
1078
+ ];
1079
+ schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException, InvalidPolicyRevisionIdException$1);
1080
+ var InvalidRequestException = [
1081
+ -3,
1082
+ n0,
1083
+ _IRE,
1084
+ {
1085
+ [_e]: _c,
1086
+ },
1087
+ [_M],
1088
+ [0],
1089
+ ];
1090
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1091
+ var ListResourcePoliciesRequest = [3, n0, _LRPR, 0, [_NT], [0]];
1092
+ var ListResourcePoliciesResult = [
1093
+ 3,
1094
+ n0,
1095
+ _LRPRi,
1096
+ 0,
1097
+ [_RP, _NT],
1098
+ [() => ResourcePolicyList, 0],
1099
+ ];
1100
+ var ListRetrievedTracesRequest = [3, n0, _LRTR, 0, [_RT, _TF, _NT], [0, 0, 0]];
1101
+ var ListRetrievedTracesResult = [
1102
+ 3,
1103
+ n0,
1104
+ _LRTRi,
1105
+ 0,
1106
+ [_RS, _TF, _Tr, _NT],
1107
+ [0, 0, () => TraceSpanList, 0],
1108
+ ];
1109
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
1110
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
1111
+ var LockoutPreventionException = [
1112
+ -3,
1113
+ n0,
1114
+ _LPE,
1115
+ {
1116
+ [_e]: _c,
1117
+ [_hE]: 400,
1118
+ },
1119
+ [_M],
1120
+ [0],
1121
+ ];
1122
+ schema.TypeRegistry.for(n0).registerError(LockoutPreventionException, LockoutPreventionException$1);
1123
+ var MalformedPolicyDocumentException = [
1124
+ -3,
1125
+ n0,
1126
+ _MPDE,
1127
+ {
1128
+ [_e]: _c,
1129
+ [_hE]: 400,
1130
+ },
1131
+ [_M],
1132
+ [0],
1133
+ ];
1134
+ schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException, MalformedPolicyDocumentException$1);
1135
+ var PolicyCountLimitExceededException = [
1136
+ -3,
1137
+ n0,
1138
+ _PCLEE,
1139
+ {
1140
+ [_e]: _c,
1141
+ [_hE]: 400,
1142
+ },
1143
+ [_M],
1144
+ [0],
1145
+ ];
1146
+ schema.TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException, PolicyCountLimitExceededException$1);
1147
+ var PolicySizeLimitExceededException = [
1148
+ -3,
1149
+ n0,
1150
+ _PSLEE,
1151
+ {
1152
+ [_e]: _c,
1153
+ [_hE]: 400,
1154
+ },
1155
+ [_M],
1156
+ [0],
1157
+ ];
1158
+ schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException, PolicySizeLimitExceededException$1);
1159
+ var ProbabilisticRuleValue = [3, n0, _PRV, 0, [_DSP, _ASP], [1, 1]];
1160
+ var ProbabilisticRuleValueUpdate = [3, n0, _PRVU, 0, [_DSP], [1]];
1161
+ var PutEncryptionConfigRequest = [3, n0, _PECR, 0, [_KI, _T], [0, 0]];
1162
+ var PutEncryptionConfigResult = [3, n0, _PECRu, 0, [_EC], [() => EncryptionConfig]];
1163
+ var PutResourcePolicyRequest = [3, n0, _PRPR, 0, [_PN, _PD, _PRI, _BPLC], [0, 0, 0, 2]];
1164
+ var PutResourcePolicyResult = [3, n0, _PRPRu, 0, [_RPe], [() => ResourcePolicy]];
1165
+ var PutTelemetryRecordsRequest = [
1166
+ 3,
1167
+ n0,
1168
+ _PTRR,
1169
+ 0,
1170
+ [_TR, _ECII, _Ho, _RARNe],
1171
+ [() => TelemetryRecordList, 0, 0, 0],
1172
+ ];
1173
+ var PutTelemetryRecordsResult = [3, n0, _PTRRu, 0, [], []];
1174
+ var PutTraceSegmentsRequest = [3, n0, _PTSR, 0, [_TSD], [64 | 0]];
1175
+ var PutTraceSegmentsResult = [
1176
+ 3,
1177
+ n0,
1178
+ _PTSRu,
1179
+ 0,
1180
+ [_UTS],
1181
+ [() => UnprocessedTraceSegmentList],
1182
+ ];
1183
+ var RequestImpactStatistics = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
1184
+ var ResourceARNDetail = [3, n0, _RARND, 0, [_ARN], [0]];
1185
+ var ResourceNotFoundException = [
1186
+ -3,
1187
+ n0,
1188
+ _RNFE,
1189
+ {
1190
+ [_e]: _c,
1191
+ [_hE]: 404,
1192
+ },
1193
+ [_M, _RNe],
1194
+ [0, 0],
1195
+ ];
1196
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1197
+ var ResourcePolicy = [3, n0, _RPe, 0, [_PN, _PD, _PRI, _LUTa], [0, 0, 0, 4]];
1198
+ var ResponseTimeRootCause = [
1199
+ 3,
1200
+ n0,
1201
+ _RTRC,
1202
+ 0,
1203
+ [_Se, _CI],
1204
+ [() => ResponseTimeRootCauseServices, 2],
1205
+ ];
1206
+ var ResponseTimeRootCauseEntity = [3, n0, _RTRCE, 0, [_N, _Co, _R], [0, 1, 2]];
1207
+ var ResponseTimeRootCauseService = [
1208
+ 3,
1209
+ n0,
1210
+ _RTRCS,
1211
+ 0,
1212
+ [_N, _Na, _T, _AI, _EP, _I],
1213
+ [0, 64 | 0, 0, 0, () => ResponseTimeRootCauseEntityPath, 2],
1214
+ ];
1215
+ var RetrievedService = [3, n0, _RSe, 0, [_Ser, _L], [() => Service, () => LinksList]];
1216
+ var RetrievedTrace = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
1217
+ var RootCauseException = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
1218
+ var RuleLimitExceededException = [
1219
+ -3,
1220
+ n0,
1221
+ _RLEE,
1222
+ {
1223
+ [_e]: _c,
1224
+ },
1225
+ [_M],
1226
+ [0],
1227
+ ];
1228
+ schema.TypeRegistry.for(n0).registerError(RuleLimitExceededException, RuleLimitExceededException$1);
1229
+ var SamplingBoost = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
1230
+ var SamplingBoostStatisticsDocument = [
1231
+ 3,
1232
+ n0,
1233
+ _SBSDa,
1234
+ 0,
1235
+ [_RN, _SN, _Ti, _AC, _TCo, _SAC],
1236
+ [0, 0, 4, 1, 1, 1],
1237
+ ];
1238
+ var SamplingRateBoost = [3, n0, _SRB, 0, [_MRa, _CWM], [1, 1]];
1239
+ var SamplingRule = [
1240
+ 3,
1241
+ n0,
1242
+ _SR,
1243
+ 0,
1244
+ [_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve, _At, _SRB],
1245
+ [0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 128 | 0, () => SamplingRateBoost],
1246
+ ];
1247
+ var SamplingRuleRecord = [3, n0, _SRR, 0, [_SR, _CA, _MA], [() => SamplingRule, 4, 4]];
1248
+ var SamplingRuleUpdate = [
1249
+ 3,
1250
+ n0,
1251
+ _SRU,
1252
+ 0,
1253
+ [_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _Hos, _SN, _STe, _HTTPM, _URLP, _At, _SRB],
1254
+ [0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost],
1255
+ ];
1256
+ var SamplingStatisticsDocument = [
1257
+ 3,
1258
+ n0,
1259
+ _SSDa,
1260
+ 0,
1261
+ [_RN, _CID, _Ti, _RC, _SC, _BC],
1262
+ [0, 0, 4, 1, 1, 1],
1263
+ ];
1264
+ var SamplingStatisticSummary = [
1265
+ 3,
1266
+ n0,
1267
+ _SSSa,
1268
+ 0,
1269
+ [_RN, _Ti, _RC, _BC, _SC],
1270
+ [0, 4, 1, 1, 1],
1271
+ ];
1272
+ var SamplingStrategy = [3, n0, _SSa, 0, [_N, _V], [0, 1]];
1273
+ var SamplingTargetDocument = [
1274
+ 3,
1275
+ n0,
1276
+ _STDa,
1277
+ 0,
1278
+ [_RN, _FR, _RQ, _RQTTL, _Int, _SB],
1279
+ [0, 1, 1, 4, 1, () => SamplingBoost],
1280
+ ];
1281
+ var Segment = [3, n0, _Seg, 0, [_Id, _Do], [0, 0]];
1282
+ var Service = [
1283
+ 3,
1284
+ n0,
1285
+ _Ser,
1286
+ 0,
1287
+ [_RI, _N, _Na, _Ro, _AI, _T, _Sta, _ST, _ET, _Ed, _SS, _DH, _RTH],
1288
+ [1, 0, 64 | 0, 2, 0, 0, 0, 4, 4, () => EdgeList, () => ServiceStatistics, () => Histogram, () => Histogram],
1289
+ ];
1290
+ var ServiceId = [3, n0, _SI, 0, [_N, _Na, _AI, _T], [0, 64 | 0, 0, 0]];
1291
+ var ServiceStatistics = [
1292
+ 3,
1293
+ n0,
1294
+ _SSe,
1295
+ 0,
1296
+ [_OCk, _ESr, _FS, _TCo, _TRT],
1297
+ [1, () => ErrorStatistics, () => FaultStatistics, 1, 1],
1298
+ ];
1299
+ var Span = [3, n0, _Spa, 0, [_Id, _Do], [0, 0]];
1300
+ var StartTraceRetrievalRequest = [3, n0, _STRR, 0, [_TI, _ST, _ET], [64 | 0, 4, 4]];
1301
+ var StartTraceRetrievalResult = [3, n0, _STRRt, 0, [_RT], [0]];
1302
+ var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1303
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _Ta], [0, () => TagList]];
1304
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1305
+ var TelemetryRecord = [
1306
+ 3,
1307
+ n0,
1308
+ _TRe,
1309
+ 0,
1310
+ [_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
1311
+ [4, 1, 1, 1, 1, () => BackendConnectionErrors],
1312
+ ];
1313
+ var ThrottledException = [
1314
+ -3,
1315
+ n0,
1316
+ _TE,
1317
+ {
1318
+ [_e]: _c,
1319
+ [_hE]: 429,
1320
+ },
1321
+ [_M],
1322
+ [0],
1323
+ ];
1324
+ schema.TypeRegistry.for(n0).registerError(ThrottledException, ThrottledException$1);
1325
+ var TimeSeriesServiceStatistics = [
1326
+ 3,
1327
+ n0,
1328
+ _TSSS,
1329
+ 0,
1330
+ [_Ti, _ESS, _SSSe, _SFS, _RTH],
1331
+ [4, () => EdgeStatistics, () => ServiceStatistics, () => ForecastStatistics, () => Histogram],
1332
+ ];
1333
+ var TooManyTagsException = [
1334
+ -3,
1335
+ n0,
1336
+ _TMTE,
1337
+ {
1338
+ [_e]: _c,
1339
+ [_hE]: 400,
1340
+ },
1341
+ [_M, _RNe],
1342
+ [0, 0],
1343
+ ];
1344
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1345
+ var Trace = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
1346
+ var TraceSummary = [
1347
+ 3,
1348
+ n0,
1349
+ _TSr,
1350
+ 0,
1351
+ [
1352
+ _Id,
1353
+ _ST,
1354
+ _Du,
1355
+ _RTes,
1356
+ _HF,
1357
+ _HEa,
1358
+ _HT,
1359
+ _IP,
1360
+ _H,
1361
+ _An,
1362
+ _U,
1363
+ _SIe,
1364
+ _RARNes,
1365
+ _IIn,
1366
+ _AZ,
1367
+ _EPn,
1368
+ _FRCa,
1369
+ _ERCr,
1370
+ _RTRCe,
1371
+ _Re,
1372
+ _MET,
1373
+ ],
1374
+ [
1375
+ 0,
1376
+ 4,
1377
+ 1,
1378
+ 1,
1379
+ 2,
1380
+ 2,
1381
+ 2,
1382
+ 2,
1383
+ () => Http,
1384
+ () => Annotations,
1385
+ () => TraceUsers,
1386
+ () => ServiceIds,
1387
+ () => TraceResourceARNs,
1388
+ () => TraceInstanceIds,
1389
+ () => TraceAvailabilityZones,
1390
+ () => ServiceId,
1391
+ () => FaultRootCauses,
1392
+ () => ErrorRootCauses,
1393
+ () => ResponseTimeRootCauses,
1394
+ 1,
1395
+ 4,
1396
+ ],
1397
+ ];
1398
+ var TraceUser = [3, n0, _TU, 0, [_UN, _SIe], [0, () => ServiceIds]];
1399
+ var UnprocessedStatistics = [3, n0, _US, 0, [_RN, _ECr, _M], [0, 0, 0]];
1400
+ var UnprocessedTraceSegment = [3, n0, _UTSn, 0, [_Id, _ECr, _M], [0, 0, 0]];
1401
+ var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
1402
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1403
+ var UpdateGroupRequest = [
1404
+ 3,
1405
+ n0,
1406
+ _UGR,
1407
+ 0,
1408
+ [_GN, _GARN, _FE, _IC],
1409
+ [0, 0, 0, () => InsightsConfiguration],
1410
+ ];
1411
+ var UpdateGroupResult = [3, n0, _UGRp, 0, [_G], [() => Group]];
1412
+ var UpdateIndexingRuleRequest = [
1413
+ 3,
1414
+ n0,
1415
+ _UIRR,
1416
+ 0,
1417
+ [_N, _Ru],
1418
+ [0, () => IndexingRuleValueUpdate],
1419
+ ];
1420
+ var UpdateIndexingRuleResult = [3, n0, _UIRRp, 0, [_IRn], [() => IndexingRule]];
1421
+ var UpdateSamplingRuleRequest = [3, n0, _USRR, 0, [_SRU], [() => SamplingRuleUpdate]];
1422
+ var UpdateSamplingRuleResult = [3, n0, _USRRp, 0, [_SRR], [() => SamplingRuleRecord]];
1423
+ var UpdateTraceSegmentDestinationRequest = [3, n0, _UTSDR, 0, [_D], [0]];
1424
+ var UpdateTraceSegmentDestinationResult = [3, n0, _UTSDRp, 0, [_D, _S], [0, 0]];
1425
+ var ValueWithServiceIds = [
1426
+ 3,
1427
+ n0,
1428
+ _VWSI,
1429
+ 0,
1430
+ [_AV, _SIe],
1431
+ [() => AnnotationValue, () => ServiceIds],
1432
+ ];
1433
+ var XRayServiceException = [-3, _s, "XRayServiceException", 0, [], []];
1434
+ schema.TypeRegistry.for(_s).registerError(XRayServiceException, XRayServiceException$1);
1435
+ var AliasList = [1, n0, _AL, 0, () => Alias];
1436
+ var AnomalousServiceList = [1, n0, _ASL, 0, () => AnomalousService];
1437
+ var EdgeList = [1, n0, _EL, 0, () => Edge];
1438
+ var ErrorRootCauseEntityPath = [1, n0, _ERCEP, 0, () => ErrorRootCauseEntity];
1439
+ var ErrorRootCauses = [1, n0, _ERCr, 0, () => ErrorRootCause];
1440
+ var ErrorRootCauseServices = [1, n0, _ERCSr, 0, () => ErrorRootCauseService];
1441
+ var FaultRootCauseEntityPath = [1, n0, _FRCEP, 0, () => FaultRootCauseEntity];
1442
+ var FaultRootCauses = [1, n0, _FRCa, 0, () => FaultRootCause];
1443
+ var FaultRootCauseServices = [1, n0, _FRCSa, 0, () => FaultRootCauseService];
1444
+ var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary];
1445
+ var Histogram = [1, n0, _Hi, 0, () => HistogramEntry];
1446
+ var IndexingRuleList = [1, n0, _IRL, 0, () => IndexingRule];
1447
+ var InsightEventList = [1, n0, _IEL, 0, () => InsightEvent];
1448
+ var InsightImpactGraphEdgeList = [1, n0, _IIGEL, 0, () => InsightImpactGraphEdge];
1449
+ var InsightImpactGraphServiceList = [1, n0, _IIGSL, 0, () => InsightImpactGraphService];
1450
+ var InsightSummaryList = [1, n0, _ISL, 0, () => InsightSummary];
1451
+ var LinksList = [1, n0, _LL, 0, () => GraphLink];
1452
+ var ResourcePolicyList = [1, n0, _RPL, 0, () => ResourcePolicy];
1453
+ var ResponseTimeRootCauseEntityPath = [1, n0, _RTRCEP, 0, () => ResponseTimeRootCauseEntity];
1454
+ var ResponseTimeRootCauses = [1, n0, _RTRCe, 0, () => ResponseTimeRootCause];
1455
+ var ResponseTimeRootCauseServices = [1, n0, _RTRCSe, 0, () => ResponseTimeRootCauseService];
1456
+ var RetrievedServicesList = [1, n0, _RSL, 0, () => RetrievedService];
1457
+ var RootCauseExceptions = [1, n0, _RCEo, 0, () => RootCauseException];
1458
+ var SamplingBoostStatisticsDocumentList = [
1459
+ 1,
1460
+ n0,
1461
+ _SBSDL,
1462
+ 0,
1463
+ () => SamplingBoostStatisticsDocument,
1464
+ ];
1465
+ var SamplingRuleRecordList = [1, n0, _SRRL, 0, () => SamplingRuleRecord];
1466
+ var SamplingStatisticsDocumentList = [1, n0, _SSDL, 0, () => SamplingStatisticsDocument];
1467
+ var SamplingStatisticSummaryList = [1, n0, _SSSL, 0, () => SamplingStatisticSummary];
1468
+ var SamplingTargetDocumentList = [1, n0, _STDL, 0, () => SamplingTargetDocument];
1469
+ var SegmentList = [1, n0, _SL, 0, () => Segment];
1470
+ var ServiceIds = [1, n0, _SIe, 0, () => ServiceId];
1471
+ var ServiceList = [1, n0, _SLe, 0, () => Service];
1472
+ var SpanList = [1, n0, _SLp, 0, () => Span];
1473
+ var TagList = [1, n0, _TL, 0, () => Tag];
1474
+ var TelemetryRecordList = [1, n0, _TRL, 0, () => TelemetryRecord];
1475
+ var TimeSeriesServiceStatisticsList = [1, n0, _TSSSL, 0, () => TimeSeriesServiceStatistics];
1476
+ var TraceAvailabilityZones = [1, n0, _TAZ, 0, () => AvailabilityZoneDetail];
1477
+ var TraceInstanceIds = [1, n0, _TII, 0, () => InstanceIdDetail];
1478
+ var TraceList = [1, n0, _TLr, 0, () => Trace];
1479
+ var TraceResourceARNs = [1, n0, _TRARN, 0, () => ResourceARNDetail];
1480
+ var TraceSpanList = [1, n0, _TSL, 0, () => RetrievedTrace];
1481
+ var TraceSummaryList = [1, n0, _TSLr, 0, () => TraceSummary];
1482
+ var TraceUsers = [1, n0, _TUr, 0, () => TraceUser];
1483
+ var UnprocessedStatisticsList = [1, n0, _USL, 0, () => UnprocessedStatistics];
1484
+ var UnprocessedTraceSegmentList = [1, n0, _UTSL, 0, () => UnprocessedTraceSegment];
1485
+ var ValuesWithServiceIds = [1, n0, _VWSIa, 0, () => ValueWithServiceIds];
1486
+ var Annotations = [2, n0, _An, 0, 0, () => ValuesWithServiceIds];
1487
+ var AnnotationValue = [3, n0, _AV, 0, [_NV, _BV, _SV], [1, 2, 0]];
1488
+ var IndexingRuleValue = [3, n0, _IRV, 0, [_Pro], [() => ProbabilisticRuleValue]];
1489
+ var IndexingRuleValueUpdate = [
1490
+ 3,
1491
+ n0,
1492
+ _IRVU,
1493
+ 0,
1494
+ [_Pro],
1495
+ [() => ProbabilisticRuleValueUpdate],
1496
+ ];
1497
+ var BatchGetTraces = [
1498
+ 9,
1499
+ n0,
1500
+ _BGT,
1501
+ {
1502
+ [_h]: ["POST", "/Traces", 200],
1503
+ },
1504
+ () => BatchGetTracesRequest,
1505
+ () => BatchGetTracesResult,
1506
+ ];
1507
+ var CancelTraceRetrieval = [
1508
+ 9,
1509
+ n0,
1510
+ _CTR,
1511
+ {
1512
+ [_h]: ["POST", "/CancelTraceRetrieval", 200],
1513
+ },
1514
+ () => CancelTraceRetrievalRequest,
1515
+ () => CancelTraceRetrievalResult,
1516
+ ];
1517
+ var CreateGroup = [
1518
+ 9,
1519
+ n0,
1520
+ _CG,
1521
+ {
1522
+ [_h]: ["POST", "/CreateGroup", 200],
1523
+ },
1524
+ () => CreateGroupRequest,
1525
+ () => CreateGroupResult,
1526
+ ];
1527
+ var CreateSamplingRule = [
1528
+ 9,
1529
+ n0,
1530
+ _CSR,
1531
+ {
1532
+ [_h]: ["POST", "/CreateSamplingRule", 200],
1533
+ },
1534
+ () => CreateSamplingRuleRequest,
1535
+ () => CreateSamplingRuleResult,
1536
+ ];
1537
+ var DeleteGroup = [
1538
+ 9,
1539
+ n0,
1540
+ _DG,
1541
+ {
1542
+ [_h]: ["POST", "/DeleteGroup", 200],
1543
+ },
1544
+ () => DeleteGroupRequest,
1545
+ () => DeleteGroupResult,
1546
+ ];
1547
+ var DeleteResourcePolicy = [
1548
+ 9,
1549
+ n0,
1550
+ _DRP,
1551
+ {
1552
+ [_h]: ["POST", "/DeleteResourcePolicy", 200],
1553
+ },
1554
+ () => DeleteResourcePolicyRequest,
1555
+ () => DeleteResourcePolicyResult,
1556
+ ];
1557
+ var DeleteSamplingRule = [
1558
+ 9,
1559
+ n0,
1560
+ _DSR,
1561
+ {
1562
+ [_h]: ["POST", "/DeleteSamplingRule", 200],
1563
+ },
1564
+ () => DeleteSamplingRuleRequest,
1565
+ () => DeleteSamplingRuleResult,
1566
+ ];
1567
+ var GetEncryptionConfig = [
1568
+ 9,
1569
+ n0,
1570
+ _GEC,
1571
+ {
1572
+ [_h]: ["POST", "/EncryptionConfig", 200],
1573
+ },
1574
+ () => GetEncryptionConfigRequest,
1575
+ () => GetEncryptionConfigResult,
1576
+ ];
1577
+ var GetGroup = [
1578
+ 9,
1579
+ n0,
1580
+ _GG,
1581
+ {
1582
+ [_h]: ["POST", "/GetGroup", 200],
1583
+ },
1584
+ () => GetGroupRequest,
1585
+ () => GetGroupResult,
1586
+ ];
1587
+ var GetGroups = [
1588
+ 9,
1589
+ n0,
1590
+ _GGe,
1591
+ {
1592
+ [_h]: ["POST", "/Groups", 200],
1593
+ },
1594
+ () => GetGroupsRequest,
1595
+ () => GetGroupsResult,
1596
+ ];
1597
+ var GetIndexingRules = [
1598
+ 9,
1599
+ n0,
1600
+ _GIRet,
1601
+ {
1602
+ [_h]: ["POST", "/GetIndexingRules", 200],
1603
+ },
1604
+ () => GetIndexingRulesRequest,
1605
+ () => GetIndexingRulesResult,
1606
+ ];
1607
+ var GetInsight = [
1608
+ 9,
1609
+ n0,
1610
+ _GI,
1611
+ {
1612
+ [_h]: ["POST", "/Insight", 200],
1613
+ },
1614
+ () => GetInsightRequest,
1615
+ () => GetInsightResult,
1616
+ ];
1617
+ var GetInsightEvents = [
1618
+ 9,
1619
+ n0,
1620
+ _GIE,
1621
+ {
1622
+ [_h]: ["POST", "/InsightEvents", 200],
1623
+ },
1624
+ () => GetInsightEventsRequest,
1625
+ () => GetInsightEventsResult,
1626
+ ];
1627
+ var GetInsightImpactGraph = [
1628
+ 9,
1629
+ n0,
1630
+ _GIIG,
1631
+ {
1632
+ [_h]: ["POST", "/InsightImpactGraph", 200],
1633
+ },
1634
+ () => GetInsightImpactGraphRequest,
1635
+ () => GetInsightImpactGraphResult,
1636
+ ];
1637
+ var GetInsightSummaries = [
1638
+ 9,
1639
+ n0,
1640
+ _GIS,
1641
+ {
1642
+ [_h]: ["POST", "/InsightSummaries", 200],
1643
+ },
1644
+ () => GetInsightSummariesRequest,
1645
+ () => GetInsightSummariesResult,
1646
+ ];
1647
+ var GetRetrievedTracesGraph = [
1648
+ 9,
1649
+ n0,
1650
+ _GRTG,
1651
+ {
1652
+ [_h]: ["POST", "/GetRetrievedTracesGraph", 200],
1653
+ },
1654
+ () => GetRetrievedTracesGraphRequest,
1655
+ () => GetRetrievedTracesGraphResult,
1656
+ ];
1657
+ var GetSamplingRules = [
1658
+ 9,
1659
+ n0,
1660
+ _GSR,
1661
+ {
1662
+ [_h]: ["POST", "/GetSamplingRules", 200],
1663
+ },
1664
+ () => GetSamplingRulesRequest,
1665
+ () => GetSamplingRulesResult,
1666
+ ];
1667
+ var GetSamplingStatisticSummaries = [
1668
+ 9,
1669
+ n0,
1670
+ _GSSS,
1671
+ {
1672
+ [_h]: ["POST", "/SamplingStatisticSummaries", 200],
1673
+ },
1674
+ () => GetSamplingStatisticSummariesRequest,
1675
+ () => GetSamplingStatisticSummariesResult,
1676
+ ];
1677
+ var GetSamplingTargets = [
1678
+ 9,
1679
+ n0,
1680
+ _GST,
1681
+ {
1682
+ [_h]: ["POST", "/SamplingTargets", 200],
1683
+ },
1684
+ () => GetSamplingTargetsRequest,
1685
+ () => GetSamplingTargetsResult,
1686
+ ];
1687
+ var GetServiceGraph = [
1688
+ 9,
1689
+ n0,
1690
+ _GSG,
1691
+ {
1692
+ [_h]: ["POST", "/ServiceGraph", 200],
1693
+ },
1694
+ () => GetServiceGraphRequest,
1695
+ () => GetServiceGraphResult,
1696
+ ];
1697
+ var GetTimeSeriesServiceStatistics = [
1698
+ 9,
1699
+ n0,
1700
+ _GTSSS,
1701
+ {
1702
+ [_h]: ["POST", "/TimeSeriesServiceStatistics", 200],
1703
+ },
1704
+ () => GetTimeSeriesServiceStatisticsRequest,
1705
+ () => GetTimeSeriesServiceStatisticsResult,
1706
+ ];
1707
+ var GetTraceGraph = [
1708
+ 9,
1709
+ n0,
1710
+ _GTG,
1711
+ {
1712
+ [_h]: ["POST", "/TraceGraph", 200],
1713
+ },
1714
+ () => GetTraceGraphRequest,
1715
+ () => GetTraceGraphResult,
1716
+ ];
1717
+ var GetTraceSegmentDestination = [
1718
+ 9,
1719
+ n0,
1720
+ _GTSD,
1721
+ {
1722
+ [_h]: ["POST", "/GetTraceSegmentDestination", 200],
1723
+ },
1724
+ () => GetTraceSegmentDestinationRequest,
1725
+ () => GetTraceSegmentDestinationResult,
1726
+ ];
1727
+ var GetTraceSummaries = [
1728
+ 9,
1729
+ n0,
1730
+ _GTS,
1731
+ {
1732
+ [_h]: ["POST", "/TraceSummaries", 200],
1733
+ },
1734
+ () => GetTraceSummariesRequest,
1735
+ () => GetTraceSummariesResult,
1736
+ ];
1737
+ var ListResourcePolicies = [
1738
+ 9,
1739
+ n0,
1740
+ _LRP,
1741
+ {
1742
+ [_h]: ["POST", "/ListResourcePolicies", 200],
1743
+ },
1744
+ () => ListResourcePoliciesRequest,
1745
+ () => ListResourcePoliciesResult,
1746
+ ];
1747
+ var ListRetrievedTraces = [
1748
+ 9,
1749
+ n0,
1750
+ _LRT,
1751
+ {
1752
+ [_h]: ["POST", "/ListRetrievedTraces", 200],
1753
+ },
1754
+ () => ListRetrievedTracesRequest,
1755
+ () => ListRetrievedTracesResult,
1756
+ ];
1757
+ var ListTagsForResource = [
1758
+ 9,
1759
+ n0,
1760
+ _LTFR,
1761
+ {
1762
+ [_h]: ["POST", "/ListTagsForResource", 200],
1763
+ },
1764
+ () => ListTagsForResourceRequest,
1765
+ () => ListTagsForResourceResponse,
1766
+ ];
1767
+ var PutEncryptionConfig = [
1768
+ 9,
1769
+ n0,
1770
+ _PEC,
1771
+ {
1772
+ [_h]: ["POST", "/PutEncryptionConfig", 200],
1773
+ },
1774
+ () => PutEncryptionConfigRequest,
1775
+ () => PutEncryptionConfigResult,
1776
+ ];
1777
+ var PutResourcePolicy = [
1778
+ 9,
1779
+ n0,
1780
+ _PRP,
1781
+ {
1782
+ [_h]: ["POST", "/PutResourcePolicy", 200],
1783
+ },
1784
+ () => PutResourcePolicyRequest,
1785
+ () => PutResourcePolicyResult,
1786
+ ];
1787
+ var PutTelemetryRecords = [
1788
+ 9,
1789
+ n0,
1790
+ _PTR,
1791
+ {
1792
+ [_h]: ["POST", "/TelemetryRecords", 200],
1793
+ },
1794
+ () => PutTelemetryRecordsRequest,
1795
+ () => PutTelemetryRecordsResult,
1796
+ ];
1797
+ var PutTraceSegments = [
1798
+ 9,
1799
+ n0,
1800
+ _PTS,
1801
+ {
1802
+ [_h]: ["POST", "/TraceSegments", 200],
1803
+ },
1804
+ () => PutTraceSegmentsRequest,
1805
+ () => PutTraceSegmentsResult,
1806
+ ];
1807
+ var StartTraceRetrieval = [
1808
+ 9,
1809
+ n0,
1810
+ _STR,
1811
+ {
1812
+ [_h]: ["POST", "/StartTraceRetrieval", 200],
1813
+ },
1814
+ () => StartTraceRetrievalRequest,
1815
+ () => StartTraceRetrievalResult,
1816
+ ];
1817
+ var TagResource = [
1818
+ 9,
1819
+ n0,
1820
+ _TRa,
1821
+ {
1822
+ [_h]: ["POST", "/TagResource", 200],
1823
+ },
1824
+ () => TagResourceRequest,
1825
+ () => TagResourceResponse,
1826
+ ];
1827
+ var UntagResource = [
1828
+ 9,
1829
+ n0,
1830
+ _UR,
1831
+ {
1832
+ [_h]: ["POST", "/UntagResource", 200],
1833
+ },
1834
+ () => UntagResourceRequest,
1835
+ () => UntagResourceResponse,
1836
+ ];
1837
+ var UpdateGroup = [
1838
+ 9,
1839
+ n0,
1840
+ _UG,
1841
+ {
1842
+ [_h]: ["POST", "/UpdateGroup", 200],
1843
+ },
1844
+ () => UpdateGroupRequest,
1845
+ () => UpdateGroupResult,
1846
+ ];
1847
+ var UpdateIndexingRule = [
1848
+ 9,
1849
+ n0,
1850
+ _UIR,
1851
+ {
1852
+ [_h]: ["POST", "/UpdateIndexingRule", 200],
1853
+ },
1854
+ () => UpdateIndexingRuleRequest,
1855
+ () => UpdateIndexingRuleResult,
1856
+ ];
1857
+ var UpdateSamplingRule = [
1858
+ 9,
1859
+ n0,
1860
+ _USR,
1861
+ {
1862
+ [_h]: ["POST", "/UpdateSamplingRule", 200],
1863
+ },
1864
+ () => UpdateSamplingRuleRequest,
1865
+ () => UpdateSamplingRuleResult,
1866
+ ];
1867
+ var UpdateTraceSegmentDestination = [
1868
+ 9,
1869
+ n0,
1870
+ _UTSD,
1871
+ {
1872
+ [_h]: ["POST", "/UpdateTraceSegmentDestination", 200],
1873
+ },
1874
+ () => UpdateTraceSegmentDestinationRequest,
1875
+ () => UpdateTraceSegmentDestinationResult,
1876
+ ];
2154
1877
 
2155
1878
  class BatchGetTracesCommand extends smithyClient.Command
2156
1879
  .classBuilder()
2157
1880
  .ep(commonParams)
2158
1881
  .m(function (Command, cs, config, o) {
2159
- return [
2160
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2161
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2162
- ];
1882
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2163
1883
  })
2164
1884
  .s("AWSXRay", "BatchGetTraces", {})
2165
1885
  .n("XRayClient", "BatchGetTracesCommand")
2166
- .f(void 0, void 0)
2167
- .ser(se_BatchGetTracesCommand)
2168
- .de(de_BatchGetTracesCommand)
1886
+ .sc(BatchGetTraces)
2169
1887
  .build() {
2170
1888
  }
2171
1889
 
@@ -2173,16 +1891,11 @@ class CancelTraceRetrievalCommand extends smithyClient.Command
2173
1891
  .classBuilder()
2174
1892
  .ep(commonParams)
2175
1893
  .m(function (Command, cs, config, o) {
2176
- return [
2177
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2178
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2179
- ];
1894
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2180
1895
  })
2181
1896
  .s("AWSXRay", "CancelTraceRetrieval", {})
2182
1897
  .n("XRayClient", "CancelTraceRetrievalCommand")
2183
- .f(void 0, void 0)
2184
- .ser(se_CancelTraceRetrievalCommand)
2185
- .de(de_CancelTraceRetrievalCommand)
1898
+ .sc(CancelTraceRetrieval)
2186
1899
  .build() {
2187
1900
  }
2188
1901
 
@@ -2190,16 +1903,11 @@ class CreateGroupCommand extends smithyClient.Command
2190
1903
  .classBuilder()
2191
1904
  .ep(commonParams)
2192
1905
  .m(function (Command, cs, config, o) {
2193
- return [
2194
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2195
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2196
- ];
1906
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
1907
  })
2198
1908
  .s("AWSXRay", "CreateGroup", {})
2199
1909
  .n("XRayClient", "CreateGroupCommand")
2200
- .f(void 0, void 0)
2201
- .ser(se_CreateGroupCommand)
2202
- .de(de_CreateGroupCommand)
1910
+ .sc(CreateGroup)
2203
1911
  .build() {
2204
1912
  }
2205
1913
 
@@ -2207,16 +1915,11 @@ class CreateSamplingRuleCommand extends smithyClient.Command
2207
1915
  .classBuilder()
2208
1916
  .ep(commonParams)
2209
1917
  .m(function (Command, cs, config, o) {
2210
- return [
2211
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2212
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2213
- ];
1918
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2214
1919
  })
2215
1920
  .s("AWSXRay", "CreateSamplingRule", {})
2216
1921
  .n("XRayClient", "CreateSamplingRuleCommand")
2217
- .f(void 0, void 0)
2218
- .ser(se_CreateSamplingRuleCommand)
2219
- .de(de_CreateSamplingRuleCommand)
1922
+ .sc(CreateSamplingRule)
2220
1923
  .build() {
2221
1924
  }
2222
1925
 
@@ -2224,16 +1927,11 @@ class DeleteGroupCommand extends smithyClient.Command
2224
1927
  .classBuilder()
2225
1928
  .ep(commonParams)
2226
1929
  .m(function (Command, cs, config, o) {
2227
- return [
2228
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2229
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2230
- ];
1930
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2231
1931
  })
2232
1932
  .s("AWSXRay", "DeleteGroup", {})
2233
1933
  .n("XRayClient", "DeleteGroupCommand")
2234
- .f(void 0, void 0)
2235
- .ser(se_DeleteGroupCommand)
2236
- .de(de_DeleteGroupCommand)
1934
+ .sc(DeleteGroup)
2237
1935
  .build() {
2238
1936
  }
2239
1937
 
@@ -2241,16 +1939,11 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
2241
1939
  .classBuilder()
2242
1940
  .ep(commonParams)
2243
1941
  .m(function (Command, cs, config, o) {
2244
- return [
2245
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2246
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2247
- ];
1942
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2248
1943
  })
2249
1944
  .s("AWSXRay", "DeleteResourcePolicy", {})
2250
1945
  .n("XRayClient", "DeleteResourcePolicyCommand")
2251
- .f(void 0, void 0)
2252
- .ser(se_DeleteResourcePolicyCommand)
2253
- .de(de_DeleteResourcePolicyCommand)
1946
+ .sc(DeleteResourcePolicy)
2254
1947
  .build() {
2255
1948
  }
2256
1949
 
@@ -2258,16 +1951,11 @@ class DeleteSamplingRuleCommand extends smithyClient.Command
2258
1951
  .classBuilder()
2259
1952
  .ep(commonParams)
2260
1953
  .m(function (Command, cs, config, o) {
2261
- return [
2262
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2263
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2264
- ];
1954
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2265
1955
  })
2266
1956
  .s("AWSXRay", "DeleteSamplingRule", {})
2267
1957
  .n("XRayClient", "DeleteSamplingRuleCommand")
2268
- .f(void 0, void 0)
2269
- .ser(se_DeleteSamplingRuleCommand)
2270
- .de(de_DeleteSamplingRuleCommand)
1958
+ .sc(DeleteSamplingRule)
2271
1959
  .build() {
2272
1960
  }
2273
1961
 
@@ -2275,16 +1963,11 @@ class GetEncryptionConfigCommand extends smithyClient.Command
2275
1963
  .classBuilder()
2276
1964
  .ep(commonParams)
2277
1965
  .m(function (Command, cs, config, o) {
2278
- return [
2279
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2280
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2281
- ];
1966
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2282
1967
  })
2283
1968
  .s("AWSXRay", "GetEncryptionConfig", {})
2284
1969
  .n("XRayClient", "GetEncryptionConfigCommand")
2285
- .f(void 0, void 0)
2286
- .ser(se_GetEncryptionConfigCommand)
2287
- .de(de_GetEncryptionConfigCommand)
1970
+ .sc(GetEncryptionConfig)
2288
1971
  .build() {
2289
1972
  }
2290
1973
 
@@ -2292,16 +1975,11 @@ class GetGroupCommand extends smithyClient.Command
2292
1975
  .classBuilder()
2293
1976
  .ep(commonParams)
2294
1977
  .m(function (Command, cs, config, o) {
2295
- return [
2296
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2297
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2298
- ];
1978
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
1979
  })
2300
1980
  .s("AWSXRay", "GetGroup", {})
2301
1981
  .n("XRayClient", "GetGroupCommand")
2302
- .f(void 0, void 0)
2303
- .ser(se_GetGroupCommand)
2304
- .de(de_GetGroupCommand)
1982
+ .sc(GetGroup)
2305
1983
  .build() {
2306
1984
  }
2307
1985
 
@@ -2309,16 +1987,11 @@ class GetGroupsCommand extends smithyClient.Command
2309
1987
  .classBuilder()
2310
1988
  .ep(commonParams)
2311
1989
  .m(function (Command, cs, config, o) {
2312
- return [
2313
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2314
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2315
- ];
1990
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2316
1991
  })
2317
1992
  .s("AWSXRay", "GetGroups", {})
2318
1993
  .n("XRayClient", "GetGroupsCommand")
2319
- .f(void 0, void 0)
2320
- .ser(se_GetGroupsCommand)
2321
- .de(de_GetGroupsCommand)
1994
+ .sc(GetGroups)
2322
1995
  .build() {
2323
1996
  }
2324
1997
 
@@ -2326,16 +1999,11 @@ class GetIndexingRulesCommand extends smithyClient.Command
2326
1999
  .classBuilder()
2327
2000
  .ep(commonParams)
2328
2001
  .m(function (Command, cs, config, o) {
2329
- return [
2330
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2331
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2332
- ];
2002
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2333
2003
  })
2334
2004
  .s("AWSXRay", "GetIndexingRules", {})
2335
2005
  .n("XRayClient", "GetIndexingRulesCommand")
2336
- .f(void 0, void 0)
2337
- .ser(se_GetIndexingRulesCommand)
2338
- .de(de_GetIndexingRulesCommand)
2006
+ .sc(GetIndexingRules)
2339
2007
  .build() {
2340
2008
  }
2341
2009
 
@@ -2343,16 +2011,11 @@ class GetInsightCommand extends smithyClient.Command
2343
2011
  .classBuilder()
2344
2012
  .ep(commonParams)
2345
2013
  .m(function (Command, cs, config, o) {
2346
- return [
2347
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2348
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2349
- ];
2014
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2350
2015
  })
2351
2016
  .s("AWSXRay", "GetInsight", {})
2352
2017
  .n("XRayClient", "GetInsightCommand")
2353
- .f(void 0, void 0)
2354
- .ser(se_GetInsightCommand)
2355
- .de(de_GetInsightCommand)
2018
+ .sc(GetInsight)
2356
2019
  .build() {
2357
2020
  }
2358
2021
 
@@ -2360,16 +2023,11 @@ class GetInsightEventsCommand extends smithyClient.Command
2360
2023
  .classBuilder()
2361
2024
  .ep(commonParams)
2362
2025
  .m(function (Command, cs, config, o) {
2363
- return [
2364
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2365
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2366
- ];
2026
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2367
2027
  })
2368
2028
  .s("AWSXRay", "GetInsightEvents", {})
2369
2029
  .n("XRayClient", "GetInsightEventsCommand")
2370
- .f(void 0, void 0)
2371
- .ser(se_GetInsightEventsCommand)
2372
- .de(de_GetInsightEventsCommand)
2030
+ .sc(GetInsightEvents)
2373
2031
  .build() {
2374
2032
  }
2375
2033
 
@@ -2377,16 +2035,11 @@ class GetInsightImpactGraphCommand extends smithyClient.Command
2377
2035
  .classBuilder()
2378
2036
  .ep(commonParams)
2379
2037
  .m(function (Command, cs, config, o) {
2380
- return [
2381
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2382
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2383
- ];
2038
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2384
2039
  })
2385
2040
  .s("AWSXRay", "GetInsightImpactGraph", {})
2386
2041
  .n("XRayClient", "GetInsightImpactGraphCommand")
2387
- .f(void 0, void 0)
2388
- .ser(se_GetInsightImpactGraphCommand)
2389
- .de(de_GetInsightImpactGraphCommand)
2042
+ .sc(GetInsightImpactGraph)
2390
2043
  .build() {
2391
2044
  }
2392
2045
 
@@ -2394,16 +2047,11 @@ class GetInsightSummariesCommand extends smithyClient.Command
2394
2047
  .classBuilder()
2395
2048
  .ep(commonParams)
2396
2049
  .m(function (Command, cs, config, o) {
2397
- return [
2398
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2399
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2400
- ];
2050
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
2051
  })
2402
2052
  .s("AWSXRay", "GetInsightSummaries", {})
2403
2053
  .n("XRayClient", "GetInsightSummariesCommand")
2404
- .f(void 0, void 0)
2405
- .ser(se_GetInsightSummariesCommand)
2406
- .de(de_GetInsightSummariesCommand)
2054
+ .sc(GetInsightSummaries)
2407
2055
  .build() {
2408
2056
  }
2409
2057
 
@@ -2411,16 +2059,11 @@ class GetRetrievedTracesGraphCommand extends smithyClient.Command
2411
2059
  .classBuilder()
2412
2060
  .ep(commonParams)
2413
2061
  .m(function (Command, cs, config, o) {
2414
- return [
2415
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2416
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2417
- ];
2062
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2418
2063
  })
2419
2064
  .s("AWSXRay", "GetRetrievedTracesGraph", {})
2420
2065
  .n("XRayClient", "GetRetrievedTracesGraphCommand")
2421
- .f(void 0, void 0)
2422
- .ser(se_GetRetrievedTracesGraphCommand)
2423
- .de(de_GetRetrievedTracesGraphCommand)
2066
+ .sc(GetRetrievedTracesGraph)
2424
2067
  .build() {
2425
2068
  }
2426
2069
 
@@ -2428,16 +2071,11 @@ class GetSamplingRulesCommand extends smithyClient.Command
2428
2071
  .classBuilder()
2429
2072
  .ep(commonParams)
2430
2073
  .m(function (Command, cs, config, o) {
2431
- return [
2432
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2433
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2434
- ];
2074
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2435
2075
  })
2436
2076
  .s("AWSXRay", "GetSamplingRules", {})
2437
2077
  .n("XRayClient", "GetSamplingRulesCommand")
2438
- .f(void 0, void 0)
2439
- .ser(se_GetSamplingRulesCommand)
2440
- .de(de_GetSamplingRulesCommand)
2078
+ .sc(GetSamplingRules)
2441
2079
  .build() {
2442
2080
  }
2443
2081
 
@@ -2445,16 +2083,11 @@ class GetSamplingStatisticSummariesCommand extends smithyClient.Command
2445
2083
  .classBuilder()
2446
2084
  .ep(commonParams)
2447
2085
  .m(function (Command, cs, config, o) {
2448
- return [
2449
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2450
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2451
- ];
2086
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2452
2087
  })
2453
2088
  .s("AWSXRay", "GetSamplingStatisticSummaries", {})
2454
2089
  .n("XRayClient", "GetSamplingStatisticSummariesCommand")
2455
- .f(void 0, void 0)
2456
- .ser(se_GetSamplingStatisticSummariesCommand)
2457
- .de(de_GetSamplingStatisticSummariesCommand)
2090
+ .sc(GetSamplingStatisticSummaries)
2458
2091
  .build() {
2459
2092
  }
2460
2093
 
@@ -2462,16 +2095,11 @@ class GetSamplingTargetsCommand extends smithyClient.Command
2462
2095
  .classBuilder()
2463
2096
  .ep(commonParams)
2464
2097
  .m(function (Command, cs, config, o) {
2465
- return [
2466
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2467
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2468
- ];
2098
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2469
2099
  })
2470
2100
  .s("AWSXRay", "GetSamplingTargets", {})
2471
2101
  .n("XRayClient", "GetSamplingTargetsCommand")
2472
- .f(void 0, void 0)
2473
- .ser(se_GetSamplingTargetsCommand)
2474
- .de(de_GetSamplingTargetsCommand)
2102
+ .sc(GetSamplingTargets)
2475
2103
  .build() {
2476
2104
  }
2477
2105
 
@@ -2479,16 +2107,11 @@ class GetServiceGraphCommand extends smithyClient.Command
2479
2107
  .classBuilder()
2480
2108
  .ep(commonParams)
2481
2109
  .m(function (Command, cs, config, o) {
2482
- return [
2483
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2484
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2485
- ];
2110
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2486
2111
  })
2487
2112
  .s("AWSXRay", "GetServiceGraph", {})
2488
2113
  .n("XRayClient", "GetServiceGraphCommand")
2489
- .f(void 0, void 0)
2490
- .ser(se_GetServiceGraphCommand)
2491
- .de(de_GetServiceGraphCommand)
2114
+ .sc(GetServiceGraph)
2492
2115
  .build() {
2493
2116
  }
2494
2117
 
@@ -2496,16 +2119,11 @@ class GetTimeSeriesServiceStatisticsCommand extends smithyClient.Command
2496
2119
  .classBuilder()
2497
2120
  .ep(commonParams)
2498
2121
  .m(function (Command, cs, config, o) {
2499
- return [
2500
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2501
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2502
- ];
2122
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2503
2123
  })
2504
2124
  .s("AWSXRay", "GetTimeSeriesServiceStatistics", {})
2505
2125
  .n("XRayClient", "GetTimeSeriesServiceStatisticsCommand")
2506
- .f(void 0, void 0)
2507
- .ser(se_GetTimeSeriesServiceStatisticsCommand)
2508
- .de(de_GetTimeSeriesServiceStatisticsCommand)
2126
+ .sc(GetTimeSeriesServiceStatistics)
2509
2127
  .build() {
2510
2128
  }
2511
2129
 
@@ -2513,16 +2131,11 @@ class GetTraceGraphCommand extends smithyClient.Command
2513
2131
  .classBuilder()
2514
2132
  .ep(commonParams)
2515
2133
  .m(function (Command, cs, config, o) {
2516
- return [
2517
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2518
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2519
- ];
2134
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2520
2135
  })
2521
2136
  .s("AWSXRay", "GetTraceGraph", {})
2522
2137
  .n("XRayClient", "GetTraceGraphCommand")
2523
- .f(void 0, void 0)
2524
- .ser(se_GetTraceGraphCommand)
2525
- .de(de_GetTraceGraphCommand)
2138
+ .sc(GetTraceGraph)
2526
2139
  .build() {
2527
2140
  }
2528
2141
 
@@ -2530,16 +2143,11 @@ class GetTraceSegmentDestinationCommand extends smithyClient.Command
2530
2143
  .classBuilder()
2531
2144
  .ep(commonParams)
2532
2145
  .m(function (Command, cs, config, o) {
2533
- return [
2534
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2535
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2536
- ];
2146
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2537
2147
  })
2538
2148
  .s("AWSXRay", "GetTraceSegmentDestination", {})
2539
2149
  .n("XRayClient", "GetTraceSegmentDestinationCommand")
2540
- .f(void 0, void 0)
2541
- .ser(se_GetTraceSegmentDestinationCommand)
2542
- .de(de_GetTraceSegmentDestinationCommand)
2150
+ .sc(GetTraceSegmentDestination)
2543
2151
  .build() {
2544
2152
  }
2545
2153
 
@@ -2547,16 +2155,11 @@ class GetTraceSummariesCommand extends smithyClient.Command
2547
2155
  .classBuilder()
2548
2156
  .ep(commonParams)
2549
2157
  .m(function (Command, cs, config, o) {
2550
- return [
2551
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2552
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2553
- ];
2158
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2554
2159
  })
2555
2160
  .s("AWSXRay", "GetTraceSummaries", {})
2556
2161
  .n("XRayClient", "GetTraceSummariesCommand")
2557
- .f(void 0, void 0)
2558
- .ser(se_GetTraceSummariesCommand)
2559
- .de(de_GetTraceSummariesCommand)
2162
+ .sc(GetTraceSummaries)
2560
2163
  .build() {
2561
2164
  }
2562
2165
 
@@ -2564,16 +2167,11 @@ class ListResourcePoliciesCommand extends smithyClient.Command
2564
2167
  .classBuilder()
2565
2168
  .ep(commonParams)
2566
2169
  .m(function (Command, cs, config, o) {
2567
- return [
2568
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2569
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2570
- ];
2170
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2571
2171
  })
2572
2172
  .s("AWSXRay", "ListResourcePolicies", {})
2573
2173
  .n("XRayClient", "ListResourcePoliciesCommand")
2574
- .f(void 0, void 0)
2575
- .ser(se_ListResourcePoliciesCommand)
2576
- .de(de_ListResourcePoliciesCommand)
2174
+ .sc(ListResourcePolicies)
2577
2175
  .build() {
2578
2176
  }
2579
2177
 
@@ -2581,16 +2179,11 @@ class ListRetrievedTracesCommand extends smithyClient.Command
2581
2179
  .classBuilder()
2582
2180
  .ep(commonParams)
2583
2181
  .m(function (Command, cs, config, o) {
2584
- return [
2585
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2586
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2587
- ];
2182
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2588
2183
  })
2589
2184
  .s("AWSXRay", "ListRetrievedTraces", {})
2590
2185
  .n("XRayClient", "ListRetrievedTracesCommand")
2591
- .f(void 0, void 0)
2592
- .ser(se_ListRetrievedTracesCommand)
2593
- .de(de_ListRetrievedTracesCommand)
2186
+ .sc(ListRetrievedTraces)
2594
2187
  .build() {
2595
2188
  }
2596
2189
 
@@ -2598,16 +2191,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2598
2191
  .classBuilder()
2599
2192
  .ep(commonParams)
2600
2193
  .m(function (Command, cs, config, o) {
2601
- return [
2602
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2603
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2604
- ];
2194
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
2195
  })
2606
2196
  .s("AWSXRay", "ListTagsForResource", {})
2607
2197
  .n("XRayClient", "ListTagsForResourceCommand")
2608
- .f(void 0, void 0)
2609
- .ser(se_ListTagsForResourceCommand)
2610
- .de(de_ListTagsForResourceCommand)
2198
+ .sc(ListTagsForResource)
2611
2199
  .build() {
2612
2200
  }
2613
2201
 
@@ -2615,16 +2203,11 @@ class PutEncryptionConfigCommand extends smithyClient.Command
2615
2203
  .classBuilder()
2616
2204
  .ep(commonParams)
2617
2205
  .m(function (Command, cs, config, o) {
2618
- return [
2619
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2620
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2621
- ];
2206
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2622
2207
  })
2623
2208
  .s("AWSXRay", "PutEncryptionConfig", {})
2624
2209
  .n("XRayClient", "PutEncryptionConfigCommand")
2625
- .f(void 0, void 0)
2626
- .ser(se_PutEncryptionConfigCommand)
2627
- .de(de_PutEncryptionConfigCommand)
2210
+ .sc(PutEncryptionConfig)
2628
2211
  .build() {
2629
2212
  }
2630
2213
 
@@ -2632,16 +2215,11 @@ class PutResourcePolicyCommand extends smithyClient.Command
2632
2215
  .classBuilder()
2633
2216
  .ep(commonParams)
2634
2217
  .m(function (Command, cs, config, o) {
2635
- return [
2636
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2637
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2638
- ];
2218
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2639
2219
  })
2640
2220
  .s("AWSXRay", "PutResourcePolicy", {})
2641
2221
  .n("XRayClient", "PutResourcePolicyCommand")
2642
- .f(void 0, void 0)
2643
- .ser(se_PutResourcePolicyCommand)
2644
- .de(de_PutResourcePolicyCommand)
2222
+ .sc(PutResourcePolicy)
2645
2223
  .build() {
2646
2224
  }
2647
2225
 
@@ -2649,16 +2227,11 @@ class PutTelemetryRecordsCommand extends smithyClient.Command
2649
2227
  .classBuilder()
2650
2228
  .ep(commonParams)
2651
2229
  .m(function (Command, cs, config, o) {
2652
- return [
2653
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2654
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2655
- ];
2230
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2656
2231
  })
2657
2232
  .s("AWSXRay", "PutTelemetryRecords", {})
2658
2233
  .n("XRayClient", "PutTelemetryRecordsCommand")
2659
- .f(void 0, void 0)
2660
- .ser(se_PutTelemetryRecordsCommand)
2661
- .de(de_PutTelemetryRecordsCommand)
2234
+ .sc(PutTelemetryRecords)
2662
2235
  .build() {
2663
2236
  }
2664
2237
 
@@ -2666,16 +2239,11 @@ class PutTraceSegmentsCommand extends smithyClient.Command
2666
2239
  .classBuilder()
2667
2240
  .ep(commonParams)
2668
2241
  .m(function (Command, cs, config, o) {
2669
- return [
2670
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2671
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2672
- ];
2242
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2673
2243
  })
2674
2244
  .s("AWSXRay", "PutTraceSegments", {})
2675
2245
  .n("XRayClient", "PutTraceSegmentsCommand")
2676
- .f(void 0, void 0)
2677
- .ser(se_PutTraceSegmentsCommand)
2678
- .de(de_PutTraceSegmentsCommand)
2246
+ .sc(PutTraceSegments)
2679
2247
  .build() {
2680
2248
  }
2681
2249
 
@@ -2683,16 +2251,11 @@ class StartTraceRetrievalCommand extends smithyClient.Command
2683
2251
  .classBuilder()
2684
2252
  .ep(commonParams)
2685
2253
  .m(function (Command, cs, config, o) {
2686
- return [
2687
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2688
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2689
- ];
2254
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2690
2255
  })
2691
2256
  .s("AWSXRay", "StartTraceRetrieval", {})
2692
2257
  .n("XRayClient", "StartTraceRetrievalCommand")
2693
- .f(void 0, void 0)
2694
- .ser(se_StartTraceRetrievalCommand)
2695
- .de(de_StartTraceRetrievalCommand)
2258
+ .sc(StartTraceRetrieval)
2696
2259
  .build() {
2697
2260
  }
2698
2261
 
@@ -2700,16 +2263,11 @@ class TagResourceCommand extends smithyClient.Command
2700
2263
  .classBuilder()
2701
2264
  .ep(commonParams)
2702
2265
  .m(function (Command, cs, config, o) {
2703
- return [
2704
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2705
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2706
- ];
2266
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2707
2267
  })
2708
2268
  .s("AWSXRay", "TagResource", {})
2709
2269
  .n("XRayClient", "TagResourceCommand")
2710
- .f(void 0, void 0)
2711
- .ser(se_TagResourceCommand)
2712
- .de(de_TagResourceCommand)
2270
+ .sc(TagResource)
2713
2271
  .build() {
2714
2272
  }
2715
2273
 
@@ -2717,16 +2275,11 @@ class UntagResourceCommand extends smithyClient.Command
2717
2275
  .classBuilder()
2718
2276
  .ep(commonParams)
2719
2277
  .m(function (Command, cs, config, o) {
2720
- return [
2721
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2722
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2723
- ];
2278
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2724
2279
  })
2725
2280
  .s("AWSXRay", "UntagResource", {})
2726
2281
  .n("XRayClient", "UntagResourceCommand")
2727
- .f(void 0, void 0)
2728
- .ser(se_UntagResourceCommand)
2729
- .de(de_UntagResourceCommand)
2282
+ .sc(UntagResource)
2730
2283
  .build() {
2731
2284
  }
2732
2285
 
@@ -2734,16 +2287,11 @@ class UpdateGroupCommand extends smithyClient.Command
2734
2287
  .classBuilder()
2735
2288
  .ep(commonParams)
2736
2289
  .m(function (Command, cs, config, o) {
2737
- return [
2738
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2739
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2740
- ];
2290
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2741
2291
  })
2742
2292
  .s("AWSXRay", "UpdateGroup", {})
2743
2293
  .n("XRayClient", "UpdateGroupCommand")
2744
- .f(void 0, void 0)
2745
- .ser(se_UpdateGroupCommand)
2746
- .de(de_UpdateGroupCommand)
2294
+ .sc(UpdateGroup)
2747
2295
  .build() {
2748
2296
  }
2749
2297
 
@@ -2751,16 +2299,11 @@ class UpdateIndexingRuleCommand extends smithyClient.Command
2751
2299
  .classBuilder()
2752
2300
  .ep(commonParams)
2753
2301
  .m(function (Command, cs, config, o) {
2754
- return [
2755
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2756
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2757
- ];
2302
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2758
2303
  })
2759
2304
  .s("AWSXRay", "UpdateIndexingRule", {})
2760
2305
  .n("XRayClient", "UpdateIndexingRuleCommand")
2761
- .f(void 0, void 0)
2762
- .ser(se_UpdateIndexingRuleCommand)
2763
- .de(de_UpdateIndexingRuleCommand)
2306
+ .sc(UpdateIndexingRule)
2764
2307
  .build() {
2765
2308
  }
2766
2309
 
@@ -2768,16 +2311,11 @@ class UpdateSamplingRuleCommand extends smithyClient.Command
2768
2311
  .classBuilder()
2769
2312
  .ep(commonParams)
2770
2313
  .m(function (Command, cs, config, o) {
2771
- return [
2772
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2773
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2774
- ];
2314
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2775
2315
  })
2776
2316
  .s("AWSXRay", "UpdateSamplingRule", {})
2777
2317
  .n("XRayClient", "UpdateSamplingRuleCommand")
2778
- .f(void 0, void 0)
2779
- .ser(se_UpdateSamplingRuleCommand)
2780
- .de(de_UpdateSamplingRuleCommand)
2318
+ .sc(UpdateSamplingRule)
2781
2319
  .build() {
2782
2320
  }
2783
2321
 
@@ -2785,16 +2323,11 @@ class UpdateTraceSegmentDestinationCommand extends smithyClient.Command
2785
2323
  .classBuilder()
2786
2324
  .ep(commonParams)
2787
2325
  .m(function (Command, cs, config, o) {
2788
- return [
2789
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2790
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2791
- ];
2326
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2792
2327
  })
2793
2328
  .s("AWSXRay", "UpdateTraceSegmentDestination", {})
2794
2329
  .n("XRayClient", "UpdateTraceSegmentDestinationCommand")
2795
- .f(void 0, void 0)
2796
- .ser(se_UpdateTraceSegmentDestinationCommand)
2797
- .de(de_UpdateTraceSegmentDestinationCommand)
2330
+ .sc(UpdateTraceSegmentDestination)
2798
2331
  .build() {
2799
2332
  }
2800
2333
 
@@ -2902,28 +2435,28 @@ exports.GetTraceSegmentDestinationCommand = GetTraceSegmentDestinationCommand;
2902
2435
  exports.GetTraceSummariesCommand = GetTraceSummariesCommand;
2903
2436
  exports.InsightCategory = InsightCategory;
2904
2437
  exports.InsightState = InsightState;
2905
- exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
2906
- exports.InvalidRequestException = InvalidRequestException;
2438
+ exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException$1;
2439
+ exports.InvalidRequestException = InvalidRequestException$1;
2907
2440
  exports.ListResourcePoliciesCommand = ListResourcePoliciesCommand;
2908
2441
  exports.ListRetrievedTracesCommand = ListRetrievedTracesCommand;
2909
2442
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2910
- exports.LockoutPreventionException = LockoutPreventionException;
2911
- exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
2912
- exports.PolicyCountLimitExceededException = PolicyCountLimitExceededException;
2913
- exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException;
2443
+ exports.LockoutPreventionException = LockoutPreventionException$1;
2444
+ exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException$1;
2445
+ exports.PolicyCountLimitExceededException = PolicyCountLimitExceededException$1;
2446
+ exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException$1;
2914
2447
  exports.PutEncryptionConfigCommand = PutEncryptionConfigCommand;
2915
2448
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
2916
2449
  exports.PutTelemetryRecordsCommand = PutTelemetryRecordsCommand;
2917
2450
  exports.PutTraceSegmentsCommand = PutTraceSegmentsCommand;
2918
- exports.ResourceNotFoundException = ResourceNotFoundException;
2451
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2919
2452
  exports.RetrievalStatus = RetrievalStatus;
2920
- exports.RuleLimitExceededException = RuleLimitExceededException;
2453
+ exports.RuleLimitExceededException = RuleLimitExceededException$1;
2921
2454
  exports.SamplingStrategyName = SamplingStrategyName;
2922
2455
  exports.StartTraceRetrievalCommand = StartTraceRetrievalCommand;
2923
2456
  exports.TagResourceCommand = TagResourceCommand;
2924
- exports.ThrottledException = ThrottledException;
2457
+ exports.ThrottledException = ThrottledException$1;
2925
2458
  exports.TimeRangeType = TimeRangeType;
2926
- exports.TooManyTagsException = TooManyTagsException;
2459
+ exports.TooManyTagsException = TooManyTagsException$1;
2927
2460
  exports.TraceFormatType = TraceFormatType;
2928
2461
  exports.TraceSegmentDestination = TraceSegmentDestination;
2929
2462
  exports.TraceSegmentDestinationStatus = TraceSegmentDestinationStatus;
@@ -2934,7 +2467,7 @@ exports.UpdateSamplingRuleCommand = UpdateSamplingRuleCommand;
2934
2467
  exports.UpdateTraceSegmentDestinationCommand = UpdateTraceSegmentDestinationCommand;
2935
2468
  exports.XRay = XRay;
2936
2469
  exports.XRayClient = XRayClient;
2937
- exports.XRayServiceException = XRayServiceException;
2470
+ exports.XRayServiceException = XRayServiceException$1;
2938
2471
  exports.paginateBatchGetTraces = paginateBatchGetTraces;
2939
2472
  exports.paginateGetGroups = paginateGetGroups;
2940
2473
  exports.paginateGetInsightEvents = paginateGetInsightEvents;