@aws-sdk/client-xray 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var XRayServiceException = require('./models/XRayServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1605 +113,6 @@ class XRayClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class XRayServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, XRayServiceException.prototype);
117
- }
118
- }
119
-
120
- class InvalidRequestException extends XRayServiceException {
121
- name = "InvalidRequestException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "InvalidRequestException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class ThrottledException extends XRayServiceException {
135
- name = "ThrottledException";
136
- $fault = "client";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "ThrottledException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, ThrottledException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class ResourceNotFoundException extends XRayServiceException {
149
- name = "ResourceNotFoundException";
150
- $fault = "client";
151
- Message;
152
- ResourceName;
153
- constructor(opts) {
154
- super({
155
- name: "ResourceNotFoundException",
156
- $fault: "client",
157
- ...opts,
158
- });
159
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
160
- this.Message = opts.Message;
161
- this.ResourceName = opts.ResourceName;
162
- }
163
- }
164
- class RuleLimitExceededException extends XRayServiceException {
165
- name = "RuleLimitExceededException";
166
- $fault = "client";
167
- Message;
168
- constructor(opts) {
169
- super({
170
- name: "RuleLimitExceededException",
171
- $fault: "client",
172
- ...opts,
173
- });
174
- Object.setPrototypeOf(this, RuleLimitExceededException.prototype);
175
- this.Message = opts.Message;
176
- }
177
- }
178
- class InvalidPolicyRevisionIdException extends XRayServiceException {
179
- name = "InvalidPolicyRevisionIdException";
180
- $fault = "client";
181
- Message;
182
- constructor(opts) {
183
- super({
184
- name: "InvalidPolicyRevisionIdException",
185
- $fault: "client",
186
- ...opts,
187
- });
188
- Object.setPrototypeOf(this, InvalidPolicyRevisionIdException.prototype);
189
- this.Message = opts.Message;
190
- }
191
- }
192
- class LockoutPreventionException extends XRayServiceException {
193
- name = "LockoutPreventionException";
194
- $fault = "client";
195
- Message;
196
- constructor(opts) {
197
- super({
198
- name: "LockoutPreventionException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, LockoutPreventionException.prototype);
203
- this.Message = opts.Message;
204
- }
205
- }
206
- class MalformedPolicyDocumentException extends XRayServiceException {
207
- name = "MalformedPolicyDocumentException";
208
- $fault = "client";
209
- Message;
210
- constructor(opts) {
211
- super({
212
- name: "MalformedPolicyDocumentException",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- Object.setPrototypeOf(this, MalformedPolicyDocumentException.prototype);
217
- this.Message = opts.Message;
218
- }
219
- }
220
- class PolicyCountLimitExceededException extends XRayServiceException {
221
- name = "PolicyCountLimitExceededException";
222
- $fault = "client";
223
- Message;
224
- constructor(opts) {
225
- super({
226
- name: "PolicyCountLimitExceededException",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- Object.setPrototypeOf(this, PolicyCountLimitExceededException.prototype);
231
- this.Message = opts.Message;
232
- }
233
- }
234
- class PolicySizeLimitExceededException extends XRayServiceException {
235
- name = "PolicySizeLimitExceededException";
236
- $fault = "client";
237
- Message;
238
- constructor(opts) {
239
- super({
240
- name: "PolicySizeLimitExceededException",
241
- $fault: "client",
242
- ...opts,
243
- });
244
- Object.setPrototypeOf(this, PolicySizeLimitExceededException.prototype);
245
- this.Message = opts.Message;
246
- }
247
- }
248
- class TooManyTagsException extends XRayServiceException {
249
- name = "TooManyTagsException";
250
- $fault = "client";
251
- Message;
252
- ResourceName;
253
- constructor(opts) {
254
- super({
255
- name: "TooManyTagsException",
256
- $fault: "client",
257
- ...opts,
258
- });
259
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
260
- this.Message = opts.Message;
261
- this.ResourceName = opts.ResourceName;
262
- }
263
- }
264
-
265
- const _A = "Alias";
266
- const _AC = "AnomalyCount";
267
- const _AI = "AccountId";
268
- const _AL = "AliasList";
269
- const _ARN = "ARN";
270
- const _AS = "AnomalousService";
271
- const _ASL = "AnomalousServiceList";
272
- const _ASP = "ActualSamplingPercentage";
273
- const _AT = "ApproximateTime";
274
- const _AV = "AnnotationValue";
275
- const _AZ = "AvailabilityZones";
276
- const _AZD = "AvailabilityZoneDetail";
277
- const _Al = "Aliases";
278
- const _An = "Annotations";
279
- const _At = "Attributes";
280
- const _BC = "BorrowCount";
281
- const _BCE = "BackendConnectionErrors";
282
- const _BGT = "BatchGetTraces";
283
- const _BGTR = "BatchGetTracesRequest";
284
- const _BGTRa = "BatchGetTracesResult";
285
- const _BPLC = "BypassPolicyLockoutCheck";
286
- const _BR = "BoostRate";
287
- const _BRTTL = "BoostRateTTL";
288
- const _BV = "BooleanValue";
289
- const _C = "Count";
290
- const _CA = "CreatedAt";
291
- const _CG = "CreateGroup";
292
- const _CGR = "CreateGroupRequest";
293
- const _CGRr = "CreateGroupResult";
294
- const _CI = "ClientImpacting";
295
- const _CID = "ClientID";
296
- const _CIl = "ClientIp";
297
- const _COGV = "ContainsOldGroupVersions";
298
- const _CRC = "ConnectionRefusedCount";
299
- const _CRIS = "ClientRequestImpactStatistics";
300
- const _CSR = "CreateSamplingRule";
301
- const _CSRR = "CreateSamplingRuleRequest";
302
- const _CSRRr = "CreateSamplingRuleResult";
303
- const _CTR = "CancelTraceRetrieval";
304
- const _CTRR = "CancelTraceRetrievalRequest";
305
- const _CTRRa = "CancelTraceRetrievalResult";
306
- const _CWM = "CooldownWindowMinutes";
307
- const _Ca = "Categories";
308
- const _Co = "Coverage";
309
- const _D = "Destination";
310
- const _DG = "DeleteGroup";
311
- const _DGR = "DeleteGroupRequest";
312
- const _DGRe = "DeleteGroupResult";
313
- const _DH = "DurationHistogram";
314
- const _DRP = "DeleteResourcePolicy";
315
- const _DRPR = "DeleteResourcePolicyRequest";
316
- const _DRPRe = "DeleteResourcePolicyResult";
317
- const _DSP = "DesiredSamplingPercentage";
318
- const _DSR = "DeleteSamplingRule";
319
- const _DSRR = "DeleteSamplingRuleRequest";
320
- const _DSRRe = "DeleteSamplingRuleResult";
321
- const _DTI = "DestinationTraceIds";
322
- const _Do = "Document";
323
- const _Du = "Duration";
324
- const _E = "Edge";
325
- const _EC = "EncryptionConfig";
326
- const _ECII = "EC2InstanceId";
327
- const _ECr = "ErrorCode";
328
- const _EL = "EdgeList";
329
- const _EP = "EntityPath";
330
- const _EPn = "EntryPoint";
331
- const _ERC = "ErrorRootCause";
332
- const _ERCE = "ErrorRootCauseEntity";
333
- const _ERCEP = "ErrorRootCauseEntityPath";
334
- const _ERCS = "ErrorRootCauseService";
335
- const _ERCSr = "ErrorRootCauseServices";
336
- const _ERCr = "ErrorRootCauses";
337
- const _ES = "EdgeStatistics";
338
- const _ESE = "EntitySelectorExpression";
339
- const _ESS = "EdgeSummaryStatistics";
340
- const _ESr = "ErrorStatistics";
341
- const _ET = "EndTime";
342
- const _ETd = "EdgeType";
343
- const _ETv = "EventTime";
344
- const _Ed = "Edges";
345
- const _Ex = "Exceptions";
346
- const _FC = "FaultCount";
347
- const _FCH = "FaultCountHigh";
348
- const _FCL = "FaultCountLow";
349
- const _FE = "FilterExpression";
350
- const _FR = "FixedRate";
351
- const _FRC = "FaultRootCause";
352
- const _FRCE = "FaultRootCauseEntity";
353
- const _FRCEP = "FaultRootCauseEntityPath";
354
- const _FRCS = "FaultRootCauseService";
355
- const _FRCSa = "FaultRootCauseServices";
356
- const _FRCa = "FaultRootCauses";
357
- const _FS = "FaultStatistics";
358
- const _FSo = "ForecastStatistics";
359
- const _G = "Group";
360
- const _GARN = "GroupARN";
361
- const _GEC = "GetEncryptionConfig";
362
- const _GECR = "GetEncryptionConfigRequest";
363
- const _GECRe = "GetEncryptionConfigResult";
364
- const _GG = "GetGroup";
365
- const _GGR = "GetGroupRequest";
366
- const _GGRe = "GetGroupResult";
367
- const _GGRet = "GetGroupsRequest";
368
- const _GGRetr = "GetGroupsResult";
369
- const _GGe = "GetGroups";
370
- const _GI = "GetInsight";
371
- const _GIE = "GetInsightEvents";
372
- const _GIER = "GetInsightEventsRequest";
373
- const _GIERe = "GetInsightEventsResult";
374
- const _GIIG = "GetInsightImpactGraph";
375
- const _GIIGR = "GetInsightImpactGraphRequest";
376
- const _GIIGRe = "GetInsightImpactGraphResult";
377
- const _GIR = "GetInsightRequest";
378
- const _GIRR = "GetIndexingRulesRequest";
379
- const _GIRRe = "GetIndexingRulesResult";
380
- const _GIRe = "GetInsightResult";
381
- const _GIRet = "GetIndexingRules";
382
- const _GIS = "GetInsightSummaries";
383
- const _GISR = "GetInsightSummariesRequest";
384
- const _GISRe = "GetInsightSummariesResult";
385
- const _GL = "GraphLink";
386
- const _GN = "GroupName";
387
- const _GRTG = "GetRetrievedTracesGraph";
388
- const _GRTGR = "GetRetrievedTracesGraphRequest";
389
- const _GRTGRe = "GetRetrievedTracesGraphResult";
390
- const _GS = "GroupSummary";
391
- const _GSG = "GetServiceGraph";
392
- const _GSGR = "GetServiceGraphRequest";
393
- const _GSGRe = "GetServiceGraphResult";
394
- const _GSL = "GroupSummaryList";
395
- const _GSR = "GetSamplingRules";
396
- const _GSRR = "GetSamplingRulesRequest";
397
- const _GSRRe = "GetSamplingRulesResult";
398
- const _GSSS = "GetSamplingStatisticSummaries";
399
- const _GSSSR = "GetSamplingStatisticSummariesRequest";
400
- const _GSSSRe = "GetSamplingStatisticSummariesResult";
401
- const _GST = "GetSamplingTargets";
402
- const _GSTR = "GetSamplingTargetsRequest";
403
- const _GSTRe = "GetSamplingTargetsResult";
404
- const _GTG = "GetTraceGraph";
405
- const _GTGR = "GetTraceGraphRequest";
406
- const _GTGRe = "GetTraceGraphResult";
407
- const _GTS = "GetTraceSummaries";
408
- const _GTSD = "GetTraceSegmentDestination";
409
- const _GTSDR = "GetTraceSegmentDestinationRequest";
410
- const _GTSDRe = "GetTraceSegmentDestinationResult";
411
- const _GTSR = "GetTraceSummariesRequest";
412
- const _GTSRe = "GetTraceSummariesResult";
413
- const _GTSSS = "GetTimeSeriesServiceStatistics";
414
- const _GTSSSR = "GetTimeSeriesServiceStatisticsRequest";
415
- const _GTSSSRe = "GetTimeSeriesServiceStatisticsResult";
416
- const _Gr = "Groups";
417
- const _H = "Http";
418
- const _HE = "HistogramEntry";
419
- const _HEa = "HasError";
420
- const _HF = "HasFault";
421
- const _HM = "HttpMethod";
422
- const _HS = "HttpStatus";
423
- const _HT = "HasThrottle";
424
- const _HTTPCXXC = "HTTPCode4XXCount";
425
- const _HTTPCXXCo = "HTTPCode5XXCount";
426
- const _HTTPM = "HTTPMethod";
427
- const _HURL = "HttpURL";
428
- const _Hi = "Histogram";
429
- const _Ho = "Hostname";
430
- const _Hos = "Host";
431
- const _I = "Inferred";
432
- const _IC = "InsightsConfiguration";
433
- const _IE = "InsightEvents";
434
- const _IEL = "InsightEventList";
435
- const _IEn = "InsightEvent";
436
- const _IEns = "InsightsEnabled";
437
- const _II = "InsightId";
438
- const _IID = "InstanceIdDetail";
439
- const _IIGE = "InsightImpactGraphEdge";
440
- const _IIGEL = "InsightImpactGraphEdgeList";
441
- const _IIGS = "InsightImpactGraphService";
442
- const _IIGSL = "InsightImpactGraphServiceList";
443
- const _IIn = "InstanceIds";
444
- const _IP = "IsPartial";
445
- const _IPRIE = "InvalidPolicyRevisionIdException";
446
- const _IR = "IndexingRules";
447
- const _IRE = "InvalidRequestException";
448
- const _IRL = "IndexingRuleList";
449
- const _IRV = "IndexingRuleValue";
450
- const _IRVU = "IndexingRuleValueUpdate";
451
- const _IRn = "IndexingRule";
452
- const _IS = "InsightSummaries";
453
- const _ISL = "InsightSummaryList";
454
- const _ISn = "InsightSummary";
455
- const _Id = "Id";
456
- const _In = "Insight";
457
- const _Int = "Interval";
458
- const _K = "Key";
459
- const _KI = "KeyId";
460
- const _L = "Links";
461
- const _LE = "LimitExceeded";
462
- const _LL = "LinksList";
463
- const _LPE = "LockoutPreventionException";
464
- const _LRM = "LastRuleModification";
465
- const _LRP = "ListResourcePolicies";
466
- const _LRPR = "ListResourcePoliciesRequest";
467
- const _LRPRi = "ListResourcePoliciesResult";
468
- const _LRT = "ListRetrievedTraces";
469
- const _LRTR = "ListRetrievedTracesRequest";
470
- const _LRTRi = "ListRetrievedTracesResult";
471
- const _LTFR = "ListTagsForResource";
472
- const _LTFRR = "ListTagsForResourceRequest";
473
- const _LTFRRi = "ListTagsForResourceResponse";
474
- const _LUT = "LastUpdateTime";
475
- const _LUTa = "LastUpdatedTime";
476
- const _M = "Message";
477
- const _MA = "ModifiedAt";
478
- const _MET = "MatchedEventTime";
479
- const _MPDE = "MalformedPolicyDocumentException";
480
- const _MR = "MaxResults";
481
- const _MRa = "MaxRate";
482
- const _N = "Name";
483
- const _NE = "NotificationsEnabled";
484
- const _NT = "NextToken";
485
- const _NV = "NumberValue";
486
- const _Na = "Names";
487
- const _OC = "OtherCount";
488
- const _OCk = "OkCount";
489
- const _P = "Period";
490
- const _PCLEE = "PolicyCountLimitExceededException";
491
- const _PD = "PolicyDocument";
492
- const _PEC = "PutEncryptionConfig";
493
- const _PECR = "PutEncryptionConfigRequest";
494
- const _PECRu = "PutEncryptionConfigResult";
495
- const _PN = "PolicyName";
496
- const _PRI = "PolicyRevisionId";
497
- const _PRP = "PutResourcePolicy";
498
- const _PRPR = "PutResourcePolicyRequest";
499
- const _PRPRu = "PutResourcePolicyResult";
500
- const _PRV = "ProbabilisticRuleValue";
501
- const _PRVU = "ProbabilisticRuleValueUpdate";
502
- const _PSLEE = "PolicySizeLimitExceededException";
503
- const _PTR = "PutTelemetryRecords";
504
- const _PTRR = "PutTelemetryRecordsRequest";
505
- const _PTRRu = "PutTelemetryRecordsResult";
506
- const _PTS = "PutTraceSegments";
507
- const _PTSR = "PutTraceSegmentsRequest";
508
- const _PTSRu = "PutTraceSegmentsResult";
509
- const _Pr = "Priority";
510
- const _Pro = "Probabilistic";
511
- const _R = "Remote";
512
- const _RARN = "RuleARN";
513
- const _RARND = "ResourceARNDetail";
514
- const _RARNe = "ResourceARN";
515
- const _RARNes = "ResourceARNs";
516
- const _RC = "RequestCount";
517
- const _RCE = "RootCauseException";
518
- const _RCEo = "RootCauseExceptions";
519
- const _RCSI = "RootCauseServiceId";
520
- const _RCSRIS = "RootCauseServiceRequestImpactStatistics";
521
- const _REAH = "ReceivedEventAgeHistogram";
522
- const _RI = "ReferenceId";
523
- const _RIS = "RequestImpactStatistics";
524
- const _RLEE = "RuleLimitExceededException";
525
- const _RN = "RuleName";
526
- const _RNFE = "ResourceNotFoundException";
527
- const _RNe = "ResourceName";
528
- const _RP = "ResourcePolicies";
529
- const _RPL = "ResourcePolicyList";
530
- const _RPe = "ResourcePolicy";
531
- const _RQ = "ReservoirQuota";
532
- const _RQTTL = "ReservoirQuotaTTL";
533
- const _RS = "RetrievalStatus";
534
- const _RSL = "RetrievedServicesList";
535
- const _RSe = "RetrievedService";
536
- const _RSes = "ReservoirSize";
537
- const _RT = "RetrievalToken";
538
- const _RTH = "ResponseTimeHistogram";
539
- const _RTRC = "ResponseTimeRootCause";
540
- const _RTRCE = "ResponseTimeRootCauseEntity";
541
- const _RTRCEP = "ResponseTimeRootCauseEntityPath";
542
- const _RTRCS = "ResponseTimeRootCauseService";
543
- const _RTRCSe = "ResponseTimeRootCauseServices";
544
- const _RTRCe = "ResponseTimeRootCauses";
545
- const _RTe = "ReferenceType";
546
- const _RTes = "ResponseTime";
547
- const _RTet = "RetrievedTrace";
548
- const _Re = "Revision";
549
- const _Ro = "Root";
550
- const _Ru = "Rule";
551
- const _S = "Status";
552
- const _SAC = "SampledAnomalyCount";
553
- const _SB = "SamplingBoost";
554
- const _SBSD = "SamplingBoostStatisticsDocuments";
555
- const _SBSDL = "SamplingBoostStatisticsDocumentList";
556
- const _SBSDa = "SamplingBoostStatisticsDocument";
557
- const _SC = "SampledCount";
558
- const _SFS = "ServiceForecastStatistics";
559
- const _SGET = "ServiceGraphEndTime";
560
- const _SGST = "ServiceGraphStartTime";
561
- const _SI = "ServiceId";
562
- const _SIe = "ServiceIds";
563
- const _SL = "SegmentList";
564
- const _SLe = "ServiceList";
565
- const _SLp = "SpanList";
566
- const _SN = "ServiceName";
567
- const _SR = "SamplingRule";
568
- const _SRB = "SamplingRateBoost";
569
- const _SRC = "SegmentsReceivedCount";
570
- const _SRCe = "SegmentsRejectedCount";
571
- const _SRR = "SamplingRuleRecord";
572
- const _SRRL = "SamplingRuleRecordList";
573
- const _SRRa = "SamplingRuleRecords";
574
- const _SRU = "SamplingRuleUpdate";
575
- const _SS = "SummaryStatistics";
576
- const _SSC = "SegmentsSentCount";
577
- const _SSCe = "SegmentsSpilloverCount";
578
- const _SSD = "SamplingStatisticsDocuments";
579
- const _SSDL = "SamplingStatisticsDocumentList";
580
- const _SSDa = "SamplingStatisticsDocument";
581
- const _SSS = "SamplingStatisticSummaries";
582
- const _SSSL = "SamplingStatisticSummaryList";
583
- const _SSSa = "SamplingStatisticSummary";
584
- const _SSSe = "ServiceSummaryStatistics";
585
- const _SSa = "SamplingStrategy";
586
- const _SSe = "ServiceStatistics";
587
- const _ST = "StartTime";
588
- const _STD = "SamplingTargetDocuments";
589
- const _STDL = "SamplingTargetDocumentList";
590
- const _STDa = "SamplingTargetDocument";
591
- const _STI = "SourceTraceId";
592
- const _STR = "StartTraceRetrieval";
593
- const _STRR = "StartTraceRetrievalRequest";
594
- const _STRRt = "StartTraceRetrievalResult";
595
- const _STe = "ServiceType";
596
- const _SV = "StringValue";
597
- const _Sa = "Sampling";
598
- const _Se = "Services";
599
- const _Seg = "Segment";
600
- const _Segm = "Segments";
601
- const _Ser = "Service";
602
- const _Sp = "Spans";
603
- const _Spa = "Span";
604
- const _St = "States";
605
- const _Sta = "State";
606
- const _Su = "Summary";
607
- const _T = "Type";
608
- const _TAS = "TopAnomalousServices";
609
- const _TAZ = "TraceAvailabilityZones";
610
- const _TC = "TimeoutCount";
611
- const _TCh = "ThrottleCount";
612
- const _TCo = "TotalCount";
613
- const _TE = "ThrottledException";
614
- const _TF = "TraceFormat";
615
- const _TI = "TraceIds";
616
- const _TII = "TraceInstanceIds";
617
- const _TK = "TagKeys";
618
- const _TL = "TagList";
619
- const _TLr = "TraceList";
620
- const _TMTE = "TooManyTagsException";
621
- const _TPC = "TracesProcessedCount";
622
- const _TR = "TelemetryRecords";
623
- const _TRARN = "TraceResourceARNs";
624
- const _TRL = "TelemetryRecordList";
625
- const _TRR = "TagResourceRequest";
626
- const _TRRa = "TagResourceResponse";
627
- const _TRT = "TotalResponseTime";
628
- const _TRTi = "TimeRangeType";
629
- const _TRa = "TagResource";
630
- const _TRe = "TelemetryRecord";
631
- const _TS = "TraceSummaries";
632
- const _TSD = "TraceSegmentDocuments";
633
- const _TSL = "TraceSpanList";
634
- const _TSLr = "TraceSummaryList";
635
- const _TSSS = "TimeSeriesServiceStatistics";
636
- const _TSSSL = "TimeSeriesServiceStatisticsList";
637
- const _TSr = "TraceSummary";
638
- const _TU = "TraceUser";
639
- const _TUr = "TraceUsers";
640
- const _Ta = "Tags";
641
- const _Tag = "Tag";
642
- const _Ti = "Timestamp";
643
- const _Tr = "Traces";
644
- const _Tra = "Trace";
645
- const _U = "Users";
646
- const _UA = "UserAgent";
647
- const _UBS = "UnprocessedBoostStatistics";
648
- const _UG = "UpdateGroup";
649
- const _UGR = "UpdateGroupRequest";
650
- const _UGRp = "UpdateGroupResult";
651
- const _UHC = "UnknownHostCount";
652
- const _UIR = "UpdateIndexingRule";
653
- const _UIRR = "UpdateIndexingRuleRequest";
654
- const _UIRRp = "UpdateIndexingRuleResult";
655
- const _UN = "UserName";
656
- const _UR = "UntagResource";
657
- const _URLP = "URLPath";
658
- const _URR = "UntagResourceRequest";
659
- const _URRn = "UntagResourceResponse";
660
- const _US = "UnprocessedStatistics";
661
- const _USL = "UnprocessedStatisticsList";
662
- const _USR = "UpdateSamplingRule";
663
- const _USRR = "UpdateSamplingRuleRequest";
664
- const _USRRp = "UpdateSamplingRuleResult";
665
- const _UTI = "UnprocessedTraceIds";
666
- const _UTS = "UnprocessedTraceSegments";
667
- const _UTSD = "UpdateTraceSegmentDestination";
668
- const _UTSDR = "UpdateTraceSegmentDestinationRequest";
669
- const _UTSDRp = "UpdateTraceSegmentDestinationResult";
670
- const _UTSL = "UnprocessedTraceSegmentList";
671
- const _UTSn = "UnprocessedTraceSegment";
672
- const _V = "Value";
673
- const _VWSI = "ValueWithServiceIds";
674
- const _VWSIa = "ValuesWithServiceIds";
675
- const _Ve = "Version";
676
- const _c = "client";
677
- const _e = "error";
678
- const _h = "http";
679
- const _hE = "httpError";
680
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.xray";
681
- const n0 = "com.amazonaws.xray";
682
- var Alias$ = [3, n0, _A,
683
- 0,
684
- [_N, _Na, _T],
685
- [0, 64 | 0, 0]
686
- ];
687
- var AnomalousService$ = [3, n0, _AS,
688
- 0,
689
- [_SI],
690
- [() => ServiceId$]
691
- ];
692
- var AvailabilityZoneDetail$ = [3, n0, _AZD,
693
- 0,
694
- [_N],
695
- [0]
696
- ];
697
- var BackendConnectionErrors$ = [3, n0, _BCE,
698
- 0,
699
- [_TC, _CRC, _HTTPCXXC, _HTTPCXXCo, _UHC, _OC],
700
- [1, 1, 1, 1, 1, 1]
701
- ];
702
- var BatchGetTracesRequest$ = [3, n0, _BGTR,
703
- 0,
704
- [_TI, _NT],
705
- [64 | 0, 0], 1
706
- ];
707
- var BatchGetTracesResult$ = [3, n0, _BGTRa,
708
- 0,
709
- [_Tr, _UTI, _NT],
710
- [() => TraceList, 64 | 0, 0]
711
- ];
712
- var CancelTraceRetrievalRequest$ = [3, n0, _CTRR,
713
- 0,
714
- [_RT],
715
- [0], 1
716
- ];
717
- var CancelTraceRetrievalResult$ = [3, n0, _CTRRa,
718
- 0,
719
- [],
720
- []
721
- ];
722
- var CreateGroupRequest$ = [3, n0, _CGR,
723
- 0,
724
- [_GN, _FE, _IC, _Ta],
725
- [0, 0, () => InsightsConfiguration$, () => TagList], 1
726
- ];
727
- var CreateGroupResult$ = [3, n0, _CGRr,
728
- 0,
729
- [_G],
730
- [() => Group$]
731
- ];
732
- var CreateSamplingRuleRequest$ = [3, n0, _CSRR,
733
- 0,
734
- [_SR, _Ta],
735
- [() => SamplingRule$, () => TagList], 1
736
- ];
737
- var CreateSamplingRuleResult$ = [3, n0, _CSRRr,
738
- 0,
739
- [_SRR],
740
- [() => SamplingRuleRecord$]
741
- ];
742
- var DeleteGroupRequest$ = [3, n0, _DGR,
743
- 0,
744
- [_GN, _GARN],
745
- [0, 0]
746
- ];
747
- var DeleteGroupResult$ = [3, n0, _DGRe,
748
- 0,
749
- [],
750
- []
751
- ];
752
- var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
753
- 0,
754
- [_PN, _PRI],
755
- [0, 0], 1
756
- ];
757
- var DeleteResourcePolicyResult$ = [3, n0, _DRPRe,
758
- 0,
759
- [],
760
- []
761
- ];
762
- var DeleteSamplingRuleRequest$ = [3, n0, _DSRR,
763
- 0,
764
- [_RN, _RARN],
765
- [0, 0]
766
- ];
767
- var DeleteSamplingRuleResult$ = [3, n0, _DSRRe,
768
- 0,
769
- [_SRR],
770
- [() => SamplingRuleRecord$]
771
- ];
772
- var Edge$ = [3, n0, _E,
773
- 0,
774
- [_RI, _ST, _ET, _SS, _RTH, _Al, _ETd, _REAH],
775
- [1, 4, 4, () => EdgeStatistics$, () => Histogram, () => AliasList, 0, () => Histogram]
776
- ];
777
- var EdgeStatistics$ = [3, n0, _ES,
778
- 0,
779
- [_OCk, _ESr, _FS, _TCo, _TRT],
780
- [1, () => ErrorStatistics$, () => FaultStatistics$, 1, 1]
781
- ];
782
- var EncryptionConfig$ = [3, n0, _EC,
783
- 0,
784
- [_KI, _S, _T],
785
- [0, 0, 0]
786
- ];
787
- var ErrorRootCause$ = [3, n0, _ERC,
788
- 0,
789
- [_Se, _CI],
790
- [() => ErrorRootCauseServices, 2]
791
- ];
792
- var ErrorRootCauseEntity$ = [3, n0, _ERCE,
793
- 0,
794
- [_N, _Ex, _R],
795
- [0, () => RootCauseExceptions, 2]
796
- ];
797
- var ErrorRootCauseService$ = [3, n0, _ERCS,
798
- 0,
799
- [_N, _Na, _T, _AI, _EP, _I],
800
- [0, 64 | 0, 0, 0, () => ErrorRootCauseEntityPath, 2]
801
- ];
802
- var ErrorStatistics$ = [3, n0, _ESr,
803
- 0,
804
- [_TCh, _OC, _TCo],
805
- [1, 1, 1]
806
- ];
807
- var FaultRootCause$ = [3, n0, _FRC,
808
- 0,
809
- [_Se, _CI],
810
- [() => FaultRootCauseServices, 2]
811
- ];
812
- var FaultRootCauseEntity$ = [3, n0, _FRCE,
813
- 0,
814
- [_N, _Ex, _R],
815
- [0, () => RootCauseExceptions, 2]
816
- ];
817
- var FaultRootCauseService$ = [3, n0, _FRCS,
818
- 0,
819
- [_N, _Na, _T, _AI, _EP, _I],
820
- [0, 64 | 0, 0, 0, () => FaultRootCauseEntityPath, 2]
821
- ];
822
- var FaultStatistics$ = [3, n0, _FS,
823
- 0,
824
- [_OC, _TCo],
825
- [1, 1]
826
- ];
827
- var ForecastStatistics$ = [3, n0, _FSo,
828
- 0,
829
- [_FCH, _FCL],
830
- [1, 1]
831
- ];
832
- var GetEncryptionConfigRequest$ = [3, n0, _GECR,
833
- 0,
834
- [],
835
- []
836
- ];
837
- var GetEncryptionConfigResult$ = [3, n0, _GECRe,
838
- 0,
839
- [_EC],
840
- [() => EncryptionConfig$]
841
- ];
842
- var GetGroupRequest$ = [3, n0, _GGR,
843
- 0,
844
- [_GN, _GARN],
845
- [0, 0]
846
- ];
847
- var GetGroupResult$ = [3, n0, _GGRe,
848
- 0,
849
- [_G],
850
- [() => Group$]
851
- ];
852
- var GetGroupsRequest$ = [3, n0, _GGRet,
853
- 0,
854
- [_NT],
855
- [0]
856
- ];
857
- var GetGroupsResult$ = [3, n0, _GGRetr,
858
- 0,
859
- [_Gr, _NT],
860
- [() => GroupSummaryList, 0]
861
- ];
862
- var GetIndexingRulesRequest$ = [3, n0, _GIRR,
863
- 0,
864
- [_NT],
865
- [0]
866
- ];
867
- var GetIndexingRulesResult$ = [3, n0, _GIRRe,
868
- 0,
869
- [_IR, _NT],
870
- [() => IndexingRuleList, 0]
871
- ];
872
- var GetInsightEventsRequest$ = [3, n0, _GIER,
873
- 0,
874
- [_II, _MR, _NT],
875
- [0, 1, 0], 1
876
- ];
877
- var GetInsightEventsResult$ = [3, n0, _GIERe,
878
- 0,
879
- [_IE, _NT],
880
- [() => InsightEventList, 0]
881
- ];
882
- var GetInsightImpactGraphRequest$ = [3, n0, _GIIGR,
883
- 0,
884
- [_II, _ST, _ET, _NT],
885
- [0, 4, 4, 0], 3
886
- ];
887
- var GetInsightImpactGraphResult$ = [3, n0, _GIIGRe,
888
- 0,
889
- [_II, _ST, _ET, _SGST, _SGET, _Se, _NT],
890
- [0, 4, 4, 4, 4, () => InsightImpactGraphServiceList, 0]
891
- ];
892
- var GetInsightRequest$ = [3, n0, _GIR,
893
- 0,
894
- [_II],
895
- [0], 1
896
- ];
897
- var GetInsightResult$ = [3, n0, _GIRe,
898
- 0,
899
- [_In],
900
- [() => Insight$]
901
- ];
902
- var GetInsightSummariesRequest$ = [3, n0, _GISR,
903
- 0,
904
- [_ST, _ET, _St, _GARN, _GN, _MR, _NT],
905
- [4, 4, 64 | 0, 0, 0, 1, 0], 2
906
- ];
907
- var GetInsightSummariesResult$ = [3, n0, _GISRe,
908
- 0,
909
- [_IS, _NT],
910
- [() => InsightSummaryList, 0]
911
- ];
912
- var GetRetrievedTracesGraphRequest$ = [3, n0, _GRTGR,
913
- 0,
914
- [_RT, _NT],
915
- [0, 0], 1
916
- ];
917
- var GetRetrievedTracesGraphResult$ = [3, n0, _GRTGRe,
918
- 0,
919
- [_RS, _Se, _NT],
920
- [0, () => RetrievedServicesList, 0]
921
- ];
922
- var GetSamplingRulesRequest$ = [3, n0, _GSRR,
923
- 0,
924
- [_NT],
925
- [0]
926
- ];
927
- var GetSamplingRulesResult$ = [3, n0, _GSRRe,
928
- 0,
929
- [_SRRa, _NT],
930
- [() => SamplingRuleRecordList, 0]
931
- ];
932
- var GetSamplingStatisticSummariesRequest$ = [3, n0, _GSSSR,
933
- 0,
934
- [_NT],
935
- [0]
936
- ];
937
- var GetSamplingStatisticSummariesResult$ = [3, n0, _GSSSRe,
938
- 0,
939
- [_SSS, _NT],
940
- [() => SamplingStatisticSummaryList, 0]
941
- ];
942
- var GetSamplingTargetsRequest$ = [3, n0, _GSTR,
943
- 0,
944
- [_SSD, _SBSD],
945
- [() => SamplingStatisticsDocumentList, () => SamplingBoostStatisticsDocumentList], 1
946
- ];
947
- var GetSamplingTargetsResult$ = [3, n0, _GSTRe,
948
- 0,
949
- [_STD, _LRM, _US, _UBS],
950
- [() => SamplingTargetDocumentList, 4, () => UnprocessedStatisticsList, () => UnprocessedStatisticsList]
951
- ];
952
- var GetServiceGraphRequest$ = [3, n0, _GSGR,
953
- 0,
954
- [_ST, _ET, _GN, _GARN, _NT],
955
- [4, 4, 0, 0, 0], 2
956
- ];
957
- var GetServiceGraphResult$ = [3, n0, _GSGRe,
958
- 0,
959
- [_ST, _ET, _Se, _COGV, _NT],
960
- [4, 4, () => ServiceList, 2, 0]
961
- ];
962
- var GetTimeSeriesServiceStatisticsRequest$ = [3, n0, _GTSSSR,
963
- 0,
964
- [_ST, _ET, _GN, _GARN, _ESE, _P, _FSo, _NT],
965
- [4, 4, 0, 0, 0, 1, 2, 0], 2
966
- ];
967
- var GetTimeSeriesServiceStatisticsResult$ = [3, n0, _GTSSSRe,
968
- 0,
969
- [_TSSS, _COGV, _NT],
970
- [() => TimeSeriesServiceStatisticsList, 2, 0]
971
- ];
972
- var GetTraceGraphRequest$ = [3, n0, _GTGR,
973
- 0,
974
- [_TI, _NT],
975
- [64 | 0, 0], 1
976
- ];
977
- var GetTraceGraphResult$ = [3, n0, _GTGRe,
978
- 0,
979
- [_Se, _NT],
980
- [() => ServiceList, 0]
981
- ];
982
- var GetTraceSegmentDestinationRequest$ = [3, n0, _GTSDR,
983
- 0,
984
- [],
985
- []
986
- ];
987
- var GetTraceSegmentDestinationResult$ = [3, n0, _GTSDRe,
988
- 0,
989
- [_D, _S],
990
- [0, 0]
991
- ];
992
- var GetTraceSummariesRequest$ = [3, n0, _GTSR,
993
- 0,
994
- [_ST, _ET, _TRTi, _Sa, _SSa, _FE, _NT],
995
- [4, 4, 0, 2, () => SamplingStrategy$, 0, 0], 2
996
- ];
997
- var GetTraceSummariesResult$ = [3, n0, _GTSRe,
998
- 0,
999
- [_TS, _AT, _TPC, _NT],
1000
- [() => TraceSummaryList, 4, 1, 0]
1001
- ];
1002
- var GraphLink$ = [3, n0, _GL,
1003
- 0,
1004
- [_RTe, _STI, _DTI],
1005
- [0, 0, 64 | 0]
1006
- ];
1007
- var Group$ = [3, n0, _G,
1008
- 0,
1009
- [_GN, _GARN, _FE, _IC],
1010
- [0, 0, 0, () => InsightsConfiguration$]
1011
- ];
1012
- var GroupSummary$ = [3, n0, _GS,
1013
- 0,
1014
- [_GN, _GARN, _FE, _IC],
1015
- [0, 0, 0, () => InsightsConfiguration$]
1016
- ];
1017
- var HistogramEntry$ = [3, n0, _HE,
1018
- 0,
1019
- [_V, _C],
1020
- [1, 1]
1021
- ];
1022
- var Http$ = [3, n0, _H,
1023
- 0,
1024
- [_HURL, _HS, _HM, _UA, _CIl],
1025
- [0, 1, 0, 0, 0]
1026
- ];
1027
- var IndexingRule$ = [3, n0, _IRn,
1028
- 0,
1029
- [_N, _MA, _Ru],
1030
- [0, 4, () => IndexingRuleValue$]
1031
- ];
1032
- var Insight$ = [3, n0, _In,
1033
- 0,
1034
- [_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS],
1035
- [0, 0, 0, () => ServiceId$, 64 | 0, 0, 4, 4, 0, () => RequestImpactStatistics$, () => RequestImpactStatistics$, () => AnomalousServiceList]
1036
- ];
1037
- var InsightEvent$ = [3, n0, _IEn,
1038
- 0,
1039
- [_Su, _ETv, _CRIS, _RCSRIS, _TAS],
1040
- [0, 4, () => RequestImpactStatistics$, () => RequestImpactStatistics$, () => AnomalousServiceList]
1041
- ];
1042
- var InsightImpactGraphEdge$ = [3, n0, _IIGE,
1043
- 0,
1044
- [_RI],
1045
- [1]
1046
- ];
1047
- var InsightImpactGraphService$ = [3, n0, _IIGS,
1048
- 0,
1049
- [_RI, _T, _N, _Na, _AI, _Ed],
1050
- [1, 0, 0, 64 | 0, 0, () => InsightImpactGraphEdgeList]
1051
- ];
1052
- var InsightsConfiguration$ = [3, n0, _IC,
1053
- 0,
1054
- [_IEns, _NE],
1055
- [2, 2]
1056
- ];
1057
- var InsightSummary$ = [3, n0, _ISn,
1058
- 0,
1059
- [_II, _GARN, _GN, _RCSI, _Ca, _Sta, _ST, _ET, _Su, _CRIS, _RCSRIS, _TAS, _LUT],
1060
- [0, 0, 0, () => ServiceId$, 64 | 0, 0, 4, 4, 0, () => RequestImpactStatistics$, () => RequestImpactStatistics$, () => AnomalousServiceList, 4]
1061
- ];
1062
- var InstanceIdDetail$ = [3, n0, _IID,
1063
- 0,
1064
- [_Id],
1065
- [0]
1066
- ];
1067
- var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
1068
- { [_e]: _c, [_hE]: 400 },
1069
- [_M],
1070
- [0]
1071
- ];
1072
- schema.TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
1073
- var InvalidRequestException$ = [-3, n0, _IRE,
1074
- { [_e]: _c },
1075
- [_M],
1076
- [0]
1077
- ];
1078
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1079
- var ListResourcePoliciesRequest$ = [3, n0, _LRPR,
1080
- 0,
1081
- [_NT],
1082
- [0]
1083
- ];
1084
- var ListResourcePoliciesResult$ = [3, n0, _LRPRi,
1085
- 0,
1086
- [_RP, _NT],
1087
- [() => ResourcePolicyList, 0]
1088
- ];
1089
- var ListRetrievedTracesRequest$ = [3, n0, _LRTR,
1090
- 0,
1091
- [_RT, _TF, _NT],
1092
- [0, 0, 0], 1
1093
- ];
1094
- var ListRetrievedTracesResult$ = [3, n0, _LRTRi,
1095
- 0,
1096
- [_RS, _TF, _Tr, _NT],
1097
- [0, 0, () => TraceSpanList, 0]
1098
- ];
1099
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
1100
- 0,
1101
- [_RARNe, _NT],
1102
- [0, 0], 1
1103
- ];
1104
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
1105
- 0,
1106
- [_Ta, _NT],
1107
- [() => TagList, 0]
1108
- ];
1109
- var LockoutPreventionException$ = [-3, n0, _LPE,
1110
- { [_e]: _c, [_hE]: 400 },
1111
- [_M],
1112
- [0]
1113
- ];
1114
- schema.TypeRegistry.for(n0).registerError(LockoutPreventionException$, LockoutPreventionException);
1115
- var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
1116
- { [_e]: _c, [_hE]: 400 },
1117
- [_M],
1118
- [0]
1119
- ];
1120
- schema.TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
1121
- var PolicyCountLimitExceededException$ = [-3, n0, _PCLEE,
1122
- { [_e]: _c, [_hE]: 400 },
1123
- [_M],
1124
- [0]
1125
- ];
1126
- schema.TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException$, PolicyCountLimitExceededException);
1127
- var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE,
1128
- { [_e]: _c, [_hE]: 400 },
1129
- [_M],
1130
- [0]
1131
- ];
1132
- schema.TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
1133
- var ProbabilisticRuleValue$ = [3, n0, _PRV,
1134
- 0,
1135
- [_DSP, _ASP],
1136
- [1, 1], 1
1137
- ];
1138
- var ProbabilisticRuleValueUpdate$ = [3, n0, _PRVU,
1139
- 0,
1140
- [_DSP],
1141
- [1], 1
1142
- ];
1143
- var PutEncryptionConfigRequest$ = [3, n0, _PECR,
1144
- 0,
1145
- [_T, _KI],
1146
- [0, 0], 1
1147
- ];
1148
- var PutEncryptionConfigResult$ = [3, n0, _PECRu,
1149
- 0,
1150
- [_EC],
1151
- [() => EncryptionConfig$]
1152
- ];
1153
- var PutResourcePolicyRequest$ = [3, n0, _PRPR,
1154
- 0,
1155
- [_PN, _PD, _PRI, _BPLC],
1156
- [0, 0, 0, 2], 2
1157
- ];
1158
- var PutResourcePolicyResult$ = [3, n0, _PRPRu,
1159
- 0,
1160
- [_RPe],
1161
- [() => ResourcePolicy$]
1162
- ];
1163
- var PutTelemetryRecordsRequest$ = [3, n0, _PTRR,
1164
- 0,
1165
- [_TR, _ECII, _Ho, _RARNe],
1166
- [() => TelemetryRecordList, 0, 0, 0], 1
1167
- ];
1168
- var PutTelemetryRecordsResult$ = [3, n0, _PTRRu,
1169
- 0,
1170
- [],
1171
- []
1172
- ];
1173
- var PutTraceSegmentsRequest$ = [3, n0, _PTSR,
1174
- 0,
1175
- [_TSD],
1176
- [64 | 0], 1
1177
- ];
1178
- var PutTraceSegmentsResult$ = [3, n0, _PTSRu,
1179
- 0,
1180
- [_UTS],
1181
- [() => UnprocessedTraceSegmentList]
1182
- ];
1183
- var RequestImpactStatistics$ = [3, n0, _RIS,
1184
- 0,
1185
- [_FC, _OCk, _TCo],
1186
- [1, 1, 1]
1187
- ];
1188
- var ResourceARNDetail$ = [3, n0, _RARND,
1189
- 0,
1190
- [_ARN],
1191
- [0]
1192
- ];
1193
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1194
- { [_e]: _c, [_hE]: 404 },
1195
- [_M, _RNe],
1196
- [0, 0]
1197
- ];
1198
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1199
- var ResourcePolicy$ = [3, n0, _RPe,
1200
- 0,
1201
- [_PN, _PD, _PRI, _LUTa],
1202
- [0, 0, 0, 4]
1203
- ];
1204
- var ResponseTimeRootCause$ = [3, n0, _RTRC,
1205
- 0,
1206
- [_Se, _CI],
1207
- [() => ResponseTimeRootCauseServices, 2]
1208
- ];
1209
- var ResponseTimeRootCauseEntity$ = [3, n0, _RTRCE,
1210
- 0,
1211
- [_N, _Co, _R],
1212
- [0, 1, 2]
1213
- ];
1214
- var ResponseTimeRootCauseService$ = [3, n0, _RTRCS,
1215
- 0,
1216
- [_N, _Na, _T, _AI, _EP, _I],
1217
- [0, 64 | 0, 0, 0, () => ResponseTimeRootCauseEntityPath, 2]
1218
- ];
1219
- var RetrievedService$ = [3, n0, _RSe,
1220
- 0,
1221
- [_Ser, _L],
1222
- [() => Service$, () => LinksList]
1223
- ];
1224
- var RetrievedTrace$ = [3, n0, _RTet,
1225
- 0,
1226
- [_Id, _Du, _Sp],
1227
- [0, 1, () => SpanList]
1228
- ];
1229
- var RootCauseException$ = [3, n0, _RCE,
1230
- 0,
1231
- [_N, _M],
1232
- [0, 0]
1233
- ];
1234
- var RuleLimitExceededException$ = [-3, n0, _RLEE,
1235
- { [_e]: _c },
1236
- [_M],
1237
- [0]
1238
- ];
1239
- schema.TypeRegistry.for(n0).registerError(RuleLimitExceededException$, RuleLimitExceededException);
1240
- var SamplingBoost$ = [3, n0, _SB,
1241
- 0,
1242
- [_BR, _BRTTL],
1243
- [1, 4], 2
1244
- ];
1245
- var SamplingBoostStatisticsDocument$ = [3, n0, _SBSDa,
1246
- 0,
1247
- [_RN, _SN, _Ti, _AC, _TCo, _SAC],
1248
- [0, 0, 4, 1, 1, 1], 6
1249
- ];
1250
- var SamplingRateBoost$ = [3, n0, _SRB,
1251
- 0,
1252
- [_MRa, _CWM],
1253
- [1, 1], 2
1254
- ];
1255
- var SamplingRule$ = [3, n0, _SR,
1256
- 0,
1257
- [_RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve, _RN, _RARN, _At, _SRB],
1258
- [0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 128 | 0, () => SamplingRateBoost$], 10
1259
- ];
1260
- var SamplingRuleRecord$ = [3, n0, _SRR,
1261
- 0,
1262
- [_SR, _CA, _MA],
1263
- [() => SamplingRule$, 4, 4]
1264
- ];
1265
- var SamplingRuleUpdate$ = [3, n0, _SRU,
1266
- 0,
1267
- [_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _Hos, _SN, _STe, _HTTPM, _URLP, _At, _SRB],
1268
- [0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost$]
1269
- ];
1270
- var SamplingStatisticsDocument$ = [3, n0, _SSDa,
1271
- 0,
1272
- [_RN, _CID, _Ti, _RC, _SC, _BC],
1273
- [0, 0, 4, 1, 1, 1], 5
1274
- ];
1275
- var SamplingStatisticSummary$ = [3, n0, _SSSa,
1276
- 0,
1277
- [_RN, _Ti, _RC, _BC, _SC],
1278
- [0, 4, 1, 1, 1]
1279
- ];
1280
- var SamplingStrategy$ = [3, n0, _SSa,
1281
- 0,
1282
- [_N, _V],
1283
- [0, 1]
1284
- ];
1285
- var SamplingTargetDocument$ = [3, n0, _STDa,
1286
- 0,
1287
- [_RN, _FR, _RQ, _RQTTL, _Int, _SB],
1288
- [0, 1, 1, 4, 1, () => SamplingBoost$]
1289
- ];
1290
- var Segment$ = [3, n0, _Seg,
1291
- 0,
1292
- [_Id, _Do],
1293
- [0, 0]
1294
- ];
1295
- var Service$ = [3, n0, _Ser,
1296
- 0,
1297
- [_RI, _N, _Na, _Ro, _AI, _T, _Sta, _ST, _ET, _Ed, _SS, _DH, _RTH],
1298
- [1, 0, 64 | 0, 2, 0, 0, 0, 4, 4, () => EdgeList, () => ServiceStatistics$, () => Histogram, () => Histogram]
1299
- ];
1300
- var ServiceId$ = [3, n0, _SI,
1301
- 0,
1302
- [_N, _Na, _AI, _T],
1303
- [0, 64 | 0, 0, 0]
1304
- ];
1305
- var ServiceStatistics$ = [3, n0, _SSe,
1306
- 0,
1307
- [_OCk, _ESr, _FS, _TCo, _TRT],
1308
- [1, () => ErrorStatistics$, () => FaultStatistics$, 1, 1]
1309
- ];
1310
- var Span$ = [3, n0, _Spa,
1311
- 0,
1312
- [_Id, _Do],
1313
- [0, 0]
1314
- ];
1315
- var StartTraceRetrievalRequest$ = [3, n0, _STRR,
1316
- 0,
1317
- [_TI, _ST, _ET],
1318
- [64 | 0, 4, 4], 3
1319
- ];
1320
- var StartTraceRetrievalResult$ = [3, n0, _STRRt,
1321
- 0,
1322
- [_RT],
1323
- [0]
1324
- ];
1325
- var Tag$ = [3, n0, _Tag,
1326
- 0,
1327
- [_K, _V],
1328
- [0, 0], 2
1329
- ];
1330
- var TagResourceRequest$ = [3, n0, _TRR,
1331
- 0,
1332
- [_RARNe, _Ta],
1333
- [0, () => TagList], 2
1334
- ];
1335
- var TagResourceResponse$ = [3, n0, _TRRa,
1336
- 0,
1337
- [],
1338
- []
1339
- ];
1340
- var TelemetryRecord$ = [3, n0, _TRe,
1341
- 0,
1342
- [_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
1343
- [4, 1, 1, 1, 1, () => BackendConnectionErrors$], 1
1344
- ];
1345
- var ThrottledException$ = [-3, n0, _TE,
1346
- { [_e]: _c, [_hE]: 429 },
1347
- [_M],
1348
- [0]
1349
- ];
1350
- schema.TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
1351
- var TimeSeriesServiceStatistics$ = [3, n0, _TSSS,
1352
- 0,
1353
- [_Ti, _ESS, _SSSe, _SFS, _RTH],
1354
- [4, () => EdgeStatistics$, () => ServiceStatistics$, () => ForecastStatistics$, () => Histogram]
1355
- ];
1356
- var TooManyTagsException$ = [-3, n0, _TMTE,
1357
- { [_e]: _c, [_hE]: 400 },
1358
- [_M, _RNe],
1359
- [0, 0]
1360
- ];
1361
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1362
- var Trace$ = [3, n0, _Tra,
1363
- 0,
1364
- [_Id, _Du, _LE, _Segm],
1365
- [0, 1, 2, () => SegmentList]
1366
- ];
1367
- var TraceSummary$ = [3, n0, _TSr,
1368
- 0,
1369
- [_Id, _ST, _Du, _RTes, _HF, _HEa, _HT, _IP, _H, _An, _U, _SIe, _RARNes, _IIn, _AZ, _EPn, _FRCa, _ERCr, _RTRCe, _Re, _MET],
1370
- [0, 4, 1, 1, 2, 2, 2, 2, () => Http$, () => Annotations, () => TraceUsers, () => ServiceIds, () => TraceResourceARNs, () => TraceInstanceIds, () => TraceAvailabilityZones, () => ServiceId$, () => FaultRootCauses, () => ErrorRootCauses, () => ResponseTimeRootCauses, 1, 4]
1371
- ];
1372
- var TraceUser$ = [3, n0, _TU,
1373
- 0,
1374
- [_UN, _SIe],
1375
- [0, () => ServiceIds]
1376
- ];
1377
- var UnprocessedStatistics$ = [3, n0, _US,
1378
- 0,
1379
- [_RN, _ECr, _M],
1380
- [0, 0, 0]
1381
- ];
1382
- var UnprocessedTraceSegment$ = [3, n0, _UTSn,
1383
- 0,
1384
- [_Id, _ECr, _M],
1385
- [0, 0, 0]
1386
- ];
1387
- var UntagResourceRequest$ = [3, n0, _URR,
1388
- 0,
1389
- [_RARNe, _TK],
1390
- [0, 64 | 0], 2
1391
- ];
1392
- var UntagResourceResponse$ = [3, n0, _URRn,
1393
- 0,
1394
- [],
1395
- []
1396
- ];
1397
- var UpdateGroupRequest$ = [3, n0, _UGR,
1398
- 0,
1399
- [_GN, _GARN, _FE, _IC],
1400
- [0, 0, 0, () => InsightsConfiguration$]
1401
- ];
1402
- var UpdateGroupResult$ = [3, n0, _UGRp,
1403
- 0,
1404
- [_G],
1405
- [() => Group$]
1406
- ];
1407
- var UpdateIndexingRuleRequest$ = [3, n0, _UIRR,
1408
- 0,
1409
- [_N, _Ru],
1410
- [0, () => IndexingRuleValueUpdate$], 2
1411
- ];
1412
- var UpdateIndexingRuleResult$ = [3, n0, _UIRRp,
1413
- 0,
1414
- [_IRn],
1415
- [() => IndexingRule$]
1416
- ];
1417
- var UpdateSamplingRuleRequest$ = [3, n0, _USRR,
1418
- 0,
1419
- [_SRU],
1420
- [() => SamplingRuleUpdate$], 1
1421
- ];
1422
- var UpdateSamplingRuleResult$ = [3, n0, _USRRp,
1423
- 0,
1424
- [_SRR],
1425
- [() => SamplingRuleRecord$]
1426
- ];
1427
- var UpdateTraceSegmentDestinationRequest$ = [3, n0, _UTSDR,
1428
- 0,
1429
- [_D],
1430
- [0]
1431
- ];
1432
- var UpdateTraceSegmentDestinationResult$ = [3, n0, _UTSDRp,
1433
- 0,
1434
- [_D, _S],
1435
- [0, 0]
1436
- ];
1437
- var ValueWithServiceIds$ = [3, n0, _VWSI,
1438
- 0,
1439
- [_AV, _SIe],
1440
- [() => AnnotationValue$, () => ServiceIds]
1441
- ];
1442
- var XRayServiceException$ = [-3, _s, "XRayServiceException", 0, [], []];
1443
- schema.TypeRegistry.for(_s).registerError(XRayServiceException$, XRayServiceException);
1444
- var AliasList = [1, n0, _AL,
1445
- 0, () => Alias$
1446
- ];
1447
- var AnomalousServiceList = [1, n0, _ASL,
1448
- 0, () => AnomalousService$
1449
- ];
1450
- var EdgeList = [1, n0, _EL,
1451
- 0, () => Edge$
1452
- ];
1453
- var ErrorRootCauseEntityPath = [1, n0, _ERCEP,
1454
- 0, () => ErrorRootCauseEntity$
1455
- ];
1456
- var ErrorRootCauses = [1, n0, _ERCr,
1457
- 0, () => ErrorRootCause$
1458
- ];
1459
- var ErrorRootCauseServices = [1, n0, _ERCSr,
1460
- 0, () => ErrorRootCauseService$
1461
- ];
1462
- var FaultRootCauseEntityPath = [1, n0, _FRCEP,
1463
- 0, () => FaultRootCauseEntity$
1464
- ];
1465
- var FaultRootCauses = [1, n0, _FRCa,
1466
- 0, () => FaultRootCause$
1467
- ];
1468
- var FaultRootCauseServices = [1, n0, _FRCSa,
1469
- 0, () => FaultRootCauseService$
1470
- ];
1471
- var GroupSummaryList = [1, n0, _GSL,
1472
- 0, () => GroupSummary$
1473
- ];
1474
- var Histogram = [1, n0, _Hi,
1475
- 0, () => HistogramEntry$
1476
- ];
1477
- var IndexingRuleList = [1, n0, _IRL,
1478
- 0, () => IndexingRule$
1479
- ];
1480
- var InsightEventList = [1, n0, _IEL,
1481
- 0, () => InsightEvent$
1482
- ];
1483
- var InsightImpactGraphEdgeList = [1, n0, _IIGEL,
1484
- 0, () => InsightImpactGraphEdge$
1485
- ];
1486
- var InsightImpactGraphServiceList = [1, n0, _IIGSL,
1487
- 0, () => InsightImpactGraphService$
1488
- ];
1489
- var InsightSummaryList = [1, n0, _ISL,
1490
- 0, () => InsightSummary$
1491
- ];
1492
- var LinksList = [1, n0, _LL,
1493
- 0, () => GraphLink$
1494
- ];
1495
- var ResourcePolicyList = [1, n0, _RPL,
1496
- 0, () => ResourcePolicy$
1497
- ];
1498
- var ResponseTimeRootCauseEntityPath = [1, n0, _RTRCEP,
1499
- 0, () => ResponseTimeRootCauseEntity$
1500
- ];
1501
- var ResponseTimeRootCauses = [1, n0, _RTRCe,
1502
- 0, () => ResponseTimeRootCause$
1503
- ];
1504
- var ResponseTimeRootCauseServices = [1, n0, _RTRCSe,
1505
- 0, () => ResponseTimeRootCauseService$
1506
- ];
1507
- var RetrievedServicesList = [1, n0, _RSL,
1508
- 0, () => RetrievedService$
1509
- ];
1510
- var RootCauseExceptions = [1, n0, _RCEo,
1511
- 0, () => RootCauseException$
1512
- ];
1513
- var SamplingBoostStatisticsDocumentList = [1, n0, _SBSDL,
1514
- 0, () => SamplingBoostStatisticsDocument$
1515
- ];
1516
- var SamplingRuleRecordList = [1, n0, _SRRL,
1517
- 0, () => SamplingRuleRecord$
1518
- ];
1519
- var SamplingStatisticsDocumentList = [1, n0, _SSDL,
1520
- 0, () => SamplingStatisticsDocument$
1521
- ];
1522
- var SamplingStatisticSummaryList = [1, n0, _SSSL,
1523
- 0, () => SamplingStatisticSummary$
1524
- ];
1525
- var SamplingTargetDocumentList = [1, n0, _STDL,
1526
- 0, () => SamplingTargetDocument$
1527
- ];
1528
- var SegmentList = [1, n0, _SL,
1529
- 0, () => Segment$
1530
- ];
1531
- var ServiceIds = [1, n0, _SIe,
1532
- 0, () => ServiceId$
1533
- ];
1534
- var ServiceList = [1, n0, _SLe,
1535
- 0, () => Service$
1536
- ];
1537
- var SpanList = [1, n0, _SLp,
1538
- 0, () => Span$
1539
- ];
1540
- var TagList = [1, n0, _TL,
1541
- 0, () => Tag$
1542
- ];
1543
- var TelemetryRecordList = [1, n0, _TRL,
1544
- 0, () => TelemetryRecord$
1545
- ];
1546
- var TimeSeriesServiceStatisticsList = [1, n0, _TSSSL,
1547
- 0, () => TimeSeriesServiceStatistics$
1548
- ];
1549
- var TraceAvailabilityZones = [1, n0, _TAZ,
1550
- 0, () => AvailabilityZoneDetail$
1551
- ];
1552
- var TraceInstanceIds = [1, n0, _TII,
1553
- 0, () => InstanceIdDetail$
1554
- ];
1555
- var TraceList = [1, n0, _TLr,
1556
- 0, () => Trace$
1557
- ];
1558
- var TraceResourceARNs = [1, n0, _TRARN,
1559
- 0, () => ResourceARNDetail$
1560
- ];
1561
- var TraceSpanList = [1, n0, _TSL,
1562
- 0, () => RetrievedTrace$
1563
- ];
1564
- var TraceSummaryList = [1, n0, _TSLr,
1565
- 0, () => TraceSummary$
1566
- ];
1567
- var TraceUsers = [1, n0, _TUr,
1568
- 0, () => TraceUser$
1569
- ];
1570
- var UnprocessedStatisticsList = [1, n0, _USL,
1571
- 0, () => UnprocessedStatistics$
1572
- ];
1573
- var UnprocessedTraceSegmentList = [1, n0, _UTSL,
1574
- 0, () => UnprocessedTraceSegment$
1575
- ];
1576
- var ValuesWithServiceIds = [1, n0, _VWSIa,
1577
- 0, () => ValueWithServiceIds$
1578
- ];
1579
- var Annotations = [2, n0, _An,
1580
- 0, 0, () => ValuesWithServiceIds
1581
- ];
1582
- var AnnotationValue$ = [4, n0, _AV,
1583
- 0,
1584
- [_NV, _BV, _SV],
1585
- [1, 2, 0]
1586
- ];
1587
- var IndexingRuleValue$ = [4, n0, _IRV,
1588
- 0,
1589
- [_Pro],
1590
- [() => ProbabilisticRuleValue$]
1591
- ];
1592
- var IndexingRuleValueUpdate$ = [4, n0, _IRVU,
1593
- 0,
1594
- [_Pro],
1595
- [() => ProbabilisticRuleValueUpdate$]
1596
- ];
1597
- var BatchGetTraces$ = [9, n0, _BGT,
1598
- { [_h]: ["POST", "/Traces", 200] }, () => BatchGetTracesRequest$, () => BatchGetTracesResult$
1599
- ];
1600
- var CancelTraceRetrieval$ = [9, n0, _CTR,
1601
- { [_h]: ["POST", "/CancelTraceRetrieval", 200] }, () => CancelTraceRetrievalRequest$, () => CancelTraceRetrievalResult$
1602
- ];
1603
- var CreateGroup$ = [9, n0, _CG,
1604
- { [_h]: ["POST", "/CreateGroup", 200] }, () => CreateGroupRequest$, () => CreateGroupResult$
1605
- ];
1606
- var CreateSamplingRule$ = [9, n0, _CSR,
1607
- { [_h]: ["POST", "/CreateSamplingRule", 200] }, () => CreateSamplingRuleRequest$, () => CreateSamplingRuleResult$
1608
- ];
1609
- var DeleteGroup$ = [9, n0, _DG,
1610
- { [_h]: ["POST", "/DeleteGroup", 200] }, () => DeleteGroupRequest$, () => DeleteGroupResult$
1611
- ];
1612
- var DeleteResourcePolicy$ = [9, n0, _DRP,
1613
- { [_h]: ["POST", "/DeleteResourcePolicy", 200] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResult$
1614
- ];
1615
- var DeleteSamplingRule$ = [9, n0, _DSR,
1616
- { [_h]: ["POST", "/DeleteSamplingRule", 200] }, () => DeleteSamplingRuleRequest$, () => DeleteSamplingRuleResult$
1617
- ];
1618
- var GetEncryptionConfig$ = [9, n0, _GEC,
1619
- { [_h]: ["POST", "/EncryptionConfig", 200] }, () => GetEncryptionConfigRequest$, () => GetEncryptionConfigResult$
1620
- ];
1621
- var GetGroup$ = [9, n0, _GG,
1622
- { [_h]: ["POST", "/GetGroup", 200] }, () => GetGroupRequest$, () => GetGroupResult$
1623
- ];
1624
- var GetGroups$ = [9, n0, _GGe,
1625
- { [_h]: ["POST", "/Groups", 200] }, () => GetGroupsRequest$, () => GetGroupsResult$
1626
- ];
1627
- var GetIndexingRules$ = [9, n0, _GIRet,
1628
- { [_h]: ["POST", "/GetIndexingRules", 200] }, () => GetIndexingRulesRequest$, () => GetIndexingRulesResult$
1629
- ];
1630
- var GetInsight$ = [9, n0, _GI,
1631
- { [_h]: ["POST", "/Insight", 200] }, () => GetInsightRequest$, () => GetInsightResult$
1632
- ];
1633
- var GetInsightEvents$ = [9, n0, _GIE,
1634
- { [_h]: ["POST", "/InsightEvents", 200] }, () => GetInsightEventsRequest$, () => GetInsightEventsResult$
1635
- ];
1636
- var GetInsightImpactGraph$ = [9, n0, _GIIG,
1637
- { [_h]: ["POST", "/InsightImpactGraph", 200] }, () => GetInsightImpactGraphRequest$, () => GetInsightImpactGraphResult$
1638
- ];
1639
- var GetInsightSummaries$ = [9, n0, _GIS,
1640
- { [_h]: ["POST", "/InsightSummaries", 200] }, () => GetInsightSummariesRequest$, () => GetInsightSummariesResult$
1641
- ];
1642
- var GetRetrievedTracesGraph$ = [9, n0, _GRTG,
1643
- { [_h]: ["POST", "/GetRetrievedTracesGraph", 200] }, () => GetRetrievedTracesGraphRequest$, () => GetRetrievedTracesGraphResult$
1644
- ];
1645
- var GetSamplingRules$ = [9, n0, _GSR,
1646
- { [_h]: ["POST", "/GetSamplingRules", 200] }, () => GetSamplingRulesRequest$, () => GetSamplingRulesResult$
1647
- ];
1648
- var GetSamplingStatisticSummaries$ = [9, n0, _GSSS,
1649
- { [_h]: ["POST", "/SamplingStatisticSummaries", 200] }, () => GetSamplingStatisticSummariesRequest$, () => GetSamplingStatisticSummariesResult$
1650
- ];
1651
- var GetSamplingTargets$ = [9, n0, _GST,
1652
- { [_h]: ["POST", "/SamplingTargets", 200] }, () => GetSamplingTargetsRequest$, () => GetSamplingTargetsResult$
1653
- ];
1654
- var GetServiceGraph$ = [9, n0, _GSG,
1655
- { [_h]: ["POST", "/ServiceGraph", 200] }, () => GetServiceGraphRequest$, () => GetServiceGraphResult$
1656
- ];
1657
- var GetTimeSeriesServiceStatistics$ = [9, n0, _GTSSS,
1658
- { [_h]: ["POST", "/TimeSeriesServiceStatistics", 200] }, () => GetTimeSeriesServiceStatisticsRequest$, () => GetTimeSeriesServiceStatisticsResult$
1659
- ];
1660
- var GetTraceGraph$ = [9, n0, _GTG,
1661
- { [_h]: ["POST", "/TraceGraph", 200] }, () => GetTraceGraphRequest$, () => GetTraceGraphResult$
1662
- ];
1663
- var GetTraceSegmentDestination$ = [9, n0, _GTSD,
1664
- { [_h]: ["POST", "/GetTraceSegmentDestination", 200] }, () => GetTraceSegmentDestinationRequest$, () => GetTraceSegmentDestinationResult$
1665
- ];
1666
- var GetTraceSummaries$ = [9, n0, _GTS,
1667
- { [_h]: ["POST", "/TraceSummaries", 200] }, () => GetTraceSummariesRequest$, () => GetTraceSummariesResult$
1668
- ];
1669
- var ListResourcePolicies$ = [9, n0, _LRP,
1670
- { [_h]: ["POST", "/ListResourcePolicies", 200] }, () => ListResourcePoliciesRequest$, () => ListResourcePoliciesResult$
1671
- ];
1672
- var ListRetrievedTraces$ = [9, n0, _LRT,
1673
- { [_h]: ["POST", "/ListRetrievedTraces", 200] }, () => ListRetrievedTracesRequest$, () => ListRetrievedTracesResult$
1674
- ];
1675
- var ListTagsForResource$ = [9, n0, _LTFR,
1676
- { [_h]: ["POST", "/ListTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1677
- ];
1678
- var PutEncryptionConfig$ = [9, n0, _PEC,
1679
- { [_h]: ["POST", "/PutEncryptionConfig", 200] }, () => PutEncryptionConfigRequest$, () => PutEncryptionConfigResult$
1680
- ];
1681
- var PutResourcePolicy$ = [9, n0, _PRP,
1682
- { [_h]: ["POST", "/PutResourcePolicy", 200] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResult$
1683
- ];
1684
- var PutTelemetryRecords$ = [9, n0, _PTR,
1685
- { [_h]: ["POST", "/TelemetryRecords", 200] }, () => PutTelemetryRecordsRequest$, () => PutTelemetryRecordsResult$
1686
- ];
1687
- var PutTraceSegments$ = [9, n0, _PTS,
1688
- { [_h]: ["POST", "/TraceSegments", 200] }, () => PutTraceSegmentsRequest$, () => PutTraceSegmentsResult$
1689
- ];
1690
- var StartTraceRetrieval$ = [9, n0, _STR,
1691
- { [_h]: ["POST", "/StartTraceRetrieval", 200] }, () => StartTraceRetrievalRequest$, () => StartTraceRetrievalResult$
1692
- ];
1693
- var TagResource$ = [9, n0, _TRa,
1694
- { [_h]: ["POST", "/TagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1695
- ];
1696
- var UntagResource$ = [9, n0, _UR,
1697
- { [_h]: ["POST", "/UntagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1698
- ];
1699
- var UpdateGroup$ = [9, n0, _UG,
1700
- { [_h]: ["POST", "/UpdateGroup", 200] }, () => UpdateGroupRequest$, () => UpdateGroupResult$
1701
- ];
1702
- var UpdateIndexingRule$ = [9, n0, _UIR,
1703
- { [_h]: ["POST", "/UpdateIndexingRule", 200] }, () => UpdateIndexingRuleRequest$, () => UpdateIndexingRuleResult$
1704
- ];
1705
- var UpdateSamplingRule$ = [9, n0, _USR,
1706
- { [_h]: ["POST", "/UpdateSamplingRule", 200] }, () => UpdateSamplingRuleRequest$, () => UpdateSamplingRuleResult$
1707
- ];
1708
- var UpdateTraceSegmentDestination$ = [9, n0, _UTSD,
1709
- { [_h]: ["POST", "/UpdateTraceSegmentDestination", 200] }, () => UpdateTraceSegmentDestinationRequest$, () => UpdateTraceSegmentDestinationResult$
1710
- ];
1711
-
1712
116
  class BatchGetTracesCommand extends smithyClient.Command
1713
117
  .classBuilder()
1714
118
  .ep(commonParams)
@@ -1717,7 +121,7 @@ class BatchGetTracesCommand extends smithyClient.Command
1717
121
  })
1718
122
  .s("AWSXRay", "BatchGetTraces", {})
1719
123
  .n("XRayClient", "BatchGetTracesCommand")
1720
- .sc(BatchGetTraces$)
124
+ .sc(schemas_0.BatchGetTraces$)
1721
125
  .build() {
1722
126
  }
1723
127
 
@@ -1729,7 +133,7 @@ class CancelTraceRetrievalCommand extends smithyClient.Command
1729
133
  })
1730
134
  .s("AWSXRay", "CancelTraceRetrieval", {})
1731
135
  .n("XRayClient", "CancelTraceRetrievalCommand")
1732
- .sc(CancelTraceRetrieval$)
136
+ .sc(schemas_0.CancelTraceRetrieval$)
1733
137
  .build() {
1734
138
  }
1735
139
 
@@ -1741,7 +145,7 @@ class CreateGroupCommand extends smithyClient.Command
1741
145
  })
1742
146
  .s("AWSXRay", "CreateGroup", {})
1743
147
  .n("XRayClient", "CreateGroupCommand")
1744
- .sc(CreateGroup$)
148
+ .sc(schemas_0.CreateGroup$)
1745
149
  .build() {
1746
150
  }
1747
151
 
@@ -1753,7 +157,7 @@ class CreateSamplingRuleCommand extends smithyClient.Command
1753
157
  })
1754
158
  .s("AWSXRay", "CreateSamplingRule", {})
1755
159
  .n("XRayClient", "CreateSamplingRuleCommand")
1756
- .sc(CreateSamplingRule$)
160
+ .sc(schemas_0.CreateSamplingRule$)
1757
161
  .build() {
1758
162
  }
1759
163
 
@@ -1765,7 +169,7 @@ class DeleteGroupCommand extends smithyClient.Command
1765
169
  })
1766
170
  .s("AWSXRay", "DeleteGroup", {})
1767
171
  .n("XRayClient", "DeleteGroupCommand")
1768
- .sc(DeleteGroup$)
172
+ .sc(schemas_0.DeleteGroup$)
1769
173
  .build() {
1770
174
  }
1771
175
 
@@ -1777,7 +181,7 @@ class DeleteResourcePolicyCommand extends smithyClient.Command
1777
181
  })
1778
182
  .s("AWSXRay", "DeleteResourcePolicy", {})
1779
183
  .n("XRayClient", "DeleteResourcePolicyCommand")
1780
- .sc(DeleteResourcePolicy$)
184
+ .sc(schemas_0.DeleteResourcePolicy$)
1781
185
  .build() {
1782
186
  }
1783
187
 
@@ -1789,7 +193,7 @@ class DeleteSamplingRuleCommand extends smithyClient.Command
1789
193
  })
1790
194
  .s("AWSXRay", "DeleteSamplingRule", {})
1791
195
  .n("XRayClient", "DeleteSamplingRuleCommand")
1792
- .sc(DeleteSamplingRule$)
196
+ .sc(schemas_0.DeleteSamplingRule$)
1793
197
  .build() {
1794
198
  }
1795
199
 
@@ -1801,7 +205,7 @@ class GetEncryptionConfigCommand extends smithyClient.Command
1801
205
  })
1802
206
  .s("AWSXRay", "GetEncryptionConfig", {})
1803
207
  .n("XRayClient", "GetEncryptionConfigCommand")
1804
- .sc(GetEncryptionConfig$)
208
+ .sc(schemas_0.GetEncryptionConfig$)
1805
209
  .build() {
1806
210
  }
1807
211
 
@@ -1813,7 +217,7 @@ class GetGroupCommand extends smithyClient.Command
1813
217
  })
1814
218
  .s("AWSXRay", "GetGroup", {})
1815
219
  .n("XRayClient", "GetGroupCommand")
1816
- .sc(GetGroup$)
220
+ .sc(schemas_0.GetGroup$)
1817
221
  .build() {
1818
222
  }
1819
223
 
@@ -1825,7 +229,7 @@ class GetGroupsCommand extends smithyClient.Command
1825
229
  })
1826
230
  .s("AWSXRay", "GetGroups", {})
1827
231
  .n("XRayClient", "GetGroupsCommand")
1828
- .sc(GetGroups$)
232
+ .sc(schemas_0.GetGroups$)
1829
233
  .build() {
1830
234
  }
1831
235
 
@@ -1837,7 +241,7 @@ class GetIndexingRulesCommand extends smithyClient.Command
1837
241
  })
1838
242
  .s("AWSXRay", "GetIndexingRules", {})
1839
243
  .n("XRayClient", "GetIndexingRulesCommand")
1840
- .sc(GetIndexingRules$)
244
+ .sc(schemas_0.GetIndexingRules$)
1841
245
  .build() {
1842
246
  }
1843
247
 
@@ -1849,7 +253,7 @@ class GetInsightCommand extends smithyClient.Command
1849
253
  })
1850
254
  .s("AWSXRay", "GetInsight", {})
1851
255
  .n("XRayClient", "GetInsightCommand")
1852
- .sc(GetInsight$)
256
+ .sc(schemas_0.GetInsight$)
1853
257
  .build() {
1854
258
  }
1855
259
 
@@ -1861,7 +265,7 @@ class GetInsightEventsCommand extends smithyClient.Command
1861
265
  })
1862
266
  .s("AWSXRay", "GetInsightEvents", {})
1863
267
  .n("XRayClient", "GetInsightEventsCommand")
1864
- .sc(GetInsightEvents$)
268
+ .sc(schemas_0.GetInsightEvents$)
1865
269
  .build() {
1866
270
  }
1867
271
 
@@ -1873,7 +277,7 @@ class GetInsightImpactGraphCommand extends smithyClient.Command
1873
277
  })
1874
278
  .s("AWSXRay", "GetInsightImpactGraph", {})
1875
279
  .n("XRayClient", "GetInsightImpactGraphCommand")
1876
- .sc(GetInsightImpactGraph$)
280
+ .sc(schemas_0.GetInsightImpactGraph$)
1877
281
  .build() {
1878
282
  }
1879
283
 
@@ -1885,7 +289,7 @@ class GetInsightSummariesCommand extends smithyClient.Command
1885
289
  })
1886
290
  .s("AWSXRay", "GetInsightSummaries", {})
1887
291
  .n("XRayClient", "GetInsightSummariesCommand")
1888
- .sc(GetInsightSummaries$)
292
+ .sc(schemas_0.GetInsightSummaries$)
1889
293
  .build() {
1890
294
  }
1891
295
 
@@ -1897,7 +301,7 @@ class GetRetrievedTracesGraphCommand extends smithyClient.Command
1897
301
  })
1898
302
  .s("AWSXRay", "GetRetrievedTracesGraph", {})
1899
303
  .n("XRayClient", "GetRetrievedTracesGraphCommand")
1900
- .sc(GetRetrievedTracesGraph$)
304
+ .sc(schemas_0.GetRetrievedTracesGraph$)
1901
305
  .build() {
1902
306
  }
1903
307
 
@@ -1909,7 +313,7 @@ class GetSamplingRulesCommand extends smithyClient.Command
1909
313
  })
1910
314
  .s("AWSXRay", "GetSamplingRules", {})
1911
315
  .n("XRayClient", "GetSamplingRulesCommand")
1912
- .sc(GetSamplingRules$)
316
+ .sc(schemas_0.GetSamplingRules$)
1913
317
  .build() {
1914
318
  }
1915
319
 
@@ -1921,7 +325,7 @@ class GetSamplingStatisticSummariesCommand extends smithyClient.Command
1921
325
  })
1922
326
  .s("AWSXRay", "GetSamplingStatisticSummaries", {})
1923
327
  .n("XRayClient", "GetSamplingStatisticSummariesCommand")
1924
- .sc(GetSamplingStatisticSummaries$)
328
+ .sc(schemas_0.GetSamplingStatisticSummaries$)
1925
329
  .build() {
1926
330
  }
1927
331
 
@@ -1933,7 +337,7 @@ class GetSamplingTargetsCommand extends smithyClient.Command
1933
337
  })
1934
338
  .s("AWSXRay", "GetSamplingTargets", {})
1935
339
  .n("XRayClient", "GetSamplingTargetsCommand")
1936
- .sc(GetSamplingTargets$)
340
+ .sc(schemas_0.GetSamplingTargets$)
1937
341
  .build() {
1938
342
  }
1939
343
 
@@ -1945,7 +349,7 @@ class GetServiceGraphCommand extends smithyClient.Command
1945
349
  })
1946
350
  .s("AWSXRay", "GetServiceGraph", {})
1947
351
  .n("XRayClient", "GetServiceGraphCommand")
1948
- .sc(GetServiceGraph$)
352
+ .sc(schemas_0.GetServiceGraph$)
1949
353
  .build() {
1950
354
  }
1951
355
 
@@ -1957,7 +361,7 @@ class GetTimeSeriesServiceStatisticsCommand extends smithyClient.Command
1957
361
  })
1958
362
  .s("AWSXRay", "GetTimeSeriesServiceStatistics", {})
1959
363
  .n("XRayClient", "GetTimeSeriesServiceStatisticsCommand")
1960
- .sc(GetTimeSeriesServiceStatistics$)
364
+ .sc(schemas_0.GetTimeSeriesServiceStatistics$)
1961
365
  .build() {
1962
366
  }
1963
367
 
@@ -1969,7 +373,7 @@ class GetTraceGraphCommand extends smithyClient.Command
1969
373
  })
1970
374
  .s("AWSXRay", "GetTraceGraph", {})
1971
375
  .n("XRayClient", "GetTraceGraphCommand")
1972
- .sc(GetTraceGraph$)
376
+ .sc(schemas_0.GetTraceGraph$)
1973
377
  .build() {
1974
378
  }
1975
379
 
@@ -1981,7 +385,7 @@ class GetTraceSegmentDestinationCommand extends smithyClient.Command
1981
385
  })
1982
386
  .s("AWSXRay", "GetTraceSegmentDestination", {})
1983
387
  .n("XRayClient", "GetTraceSegmentDestinationCommand")
1984
- .sc(GetTraceSegmentDestination$)
388
+ .sc(schemas_0.GetTraceSegmentDestination$)
1985
389
  .build() {
1986
390
  }
1987
391
 
@@ -1993,7 +397,7 @@ class GetTraceSummariesCommand extends smithyClient.Command
1993
397
  })
1994
398
  .s("AWSXRay", "GetTraceSummaries", {})
1995
399
  .n("XRayClient", "GetTraceSummariesCommand")
1996
- .sc(GetTraceSummaries$)
400
+ .sc(schemas_0.GetTraceSummaries$)
1997
401
  .build() {
1998
402
  }
1999
403
 
@@ -2005,7 +409,7 @@ class ListResourcePoliciesCommand extends smithyClient.Command
2005
409
  })
2006
410
  .s("AWSXRay", "ListResourcePolicies", {})
2007
411
  .n("XRayClient", "ListResourcePoliciesCommand")
2008
- .sc(ListResourcePolicies$)
412
+ .sc(schemas_0.ListResourcePolicies$)
2009
413
  .build() {
2010
414
  }
2011
415
 
@@ -2017,7 +421,7 @@ class ListRetrievedTracesCommand extends smithyClient.Command
2017
421
  })
2018
422
  .s("AWSXRay", "ListRetrievedTraces", {})
2019
423
  .n("XRayClient", "ListRetrievedTracesCommand")
2020
- .sc(ListRetrievedTraces$)
424
+ .sc(schemas_0.ListRetrievedTraces$)
2021
425
  .build() {
2022
426
  }
2023
427
 
@@ -2029,7 +433,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2029
433
  })
2030
434
  .s("AWSXRay", "ListTagsForResource", {})
2031
435
  .n("XRayClient", "ListTagsForResourceCommand")
2032
- .sc(ListTagsForResource$)
436
+ .sc(schemas_0.ListTagsForResource$)
2033
437
  .build() {
2034
438
  }
2035
439
 
@@ -2041,7 +445,7 @@ class PutEncryptionConfigCommand extends smithyClient.Command
2041
445
  })
2042
446
  .s("AWSXRay", "PutEncryptionConfig", {})
2043
447
  .n("XRayClient", "PutEncryptionConfigCommand")
2044
- .sc(PutEncryptionConfig$)
448
+ .sc(schemas_0.PutEncryptionConfig$)
2045
449
  .build() {
2046
450
  }
2047
451
 
@@ -2053,7 +457,7 @@ class PutResourcePolicyCommand extends smithyClient.Command
2053
457
  })
2054
458
  .s("AWSXRay", "PutResourcePolicy", {})
2055
459
  .n("XRayClient", "PutResourcePolicyCommand")
2056
- .sc(PutResourcePolicy$)
460
+ .sc(schemas_0.PutResourcePolicy$)
2057
461
  .build() {
2058
462
  }
2059
463
 
@@ -2065,7 +469,7 @@ class PutTelemetryRecordsCommand extends smithyClient.Command
2065
469
  })
2066
470
  .s("AWSXRay", "PutTelemetryRecords", {})
2067
471
  .n("XRayClient", "PutTelemetryRecordsCommand")
2068
- .sc(PutTelemetryRecords$)
472
+ .sc(schemas_0.PutTelemetryRecords$)
2069
473
  .build() {
2070
474
  }
2071
475
 
@@ -2077,7 +481,7 @@ class PutTraceSegmentsCommand extends smithyClient.Command
2077
481
  })
2078
482
  .s("AWSXRay", "PutTraceSegments", {})
2079
483
  .n("XRayClient", "PutTraceSegmentsCommand")
2080
- .sc(PutTraceSegments$)
484
+ .sc(schemas_0.PutTraceSegments$)
2081
485
  .build() {
2082
486
  }
2083
487
 
@@ -2089,7 +493,7 @@ class StartTraceRetrievalCommand extends smithyClient.Command
2089
493
  })
2090
494
  .s("AWSXRay", "StartTraceRetrieval", {})
2091
495
  .n("XRayClient", "StartTraceRetrievalCommand")
2092
- .sc(StartTraceRetrieval$)
496
+ .sc(schemas_0.StartTraceRetrieval$)
2093
497
  .build() {
2094
498
  }
2095
499
 
@@ -2101,7 +505,7 @@ class TagResourceCommand extends smithyClient.Command
2101
505
  })
2102
506
  .s("AWSXRay", "TagResource", {})
2103
507
  .n("XRayClient", "TagResourceCommand")
2104
- .sc(TagResource$)
508
+ .sc(schemas_0.TagResource$)
2105
509
  .build() {
2106
510
  }
2107
511
 
@@ -2113,7 +517,7 @@ class UntagResourceCommand extends smithyClient.Command
2113
517
  })
2114
518
  .s("AWSXRay", "UntagResource", {})
2115
519
  .n("XRayClient", "UntagResourceCommand")
2116
- .sc(UntagResource$)
520
+ .sc(schemas_0.UntagResource$)
2117
521
  .build() {
2118
522
  }
2119
523
 
@@ -2125,7 +529,7 @@ class UpdateGroupCommand extends smithyClient.Command
2125
529
  })
2126
530
  .s("AWSXRay", "UpdateGroup", {})
2127
531
  .n("XRayClient", "UpdateGroupCommand")
2128
- .sc(UpdateGroup$)
532
+ .sc(schemas_0.UpdateGroup$)
2129
533
  .build() {
2130
534
  }
2131
535
 
@@ -2137,7 +541,7 @@ class UpdateIndexingRuleCommand extends smithyClient.Command
2137
541
  })
2138
542
  .s("AWSXRay", "UpdateIndexingRule", {})
2139
543
  .n("XRayClient", "UpdateIndexingRuleCommand")
2140
- .sc(UpdateIndexingRule$)
544
+ .sc(schemas_0.UpdateIndexingRule$)
2141
545
  .build() {
2142
546
  }
2143
547
 
@@ -2149,7 +553,7 @@ class UpdateSamplingRuleCommand extends smithyClient.Command
2149
553
  })
2150
554
  .s("AWSXRay", "UpdateSamplingRule", {})
2151
555
  .n("XRayClient", "UpdateSamplingRuleCommand")
2152
- .sc(UpdateSamplingRule$)
556
+ .sc(schemas_0.UpdateSamplingRule$)
2153
557
  .build() {
2154
558
  }
2155
559
 
@@ -2161,7 +565,7 @@ class UpdateTraceSegmentDestinationCommand extends smithyClient.Command
2161
565
  })
2162
566
  .s("AWSXRay", "UpdateTraceSegmentDestination", {})
2163
567
  .n("XRayClient", "UpdateTraceSegmentDestinationCommand")
2164
- .sc(UpdateTraceSegmentDestination$)
568
+ .sc(schemas_0.UpdateTraceSegmentDestination$)
2165
569
  .build() {
2166
570
  }
2167
571
 
@@ -2300,259 +704,60 @@ Object.defineProperty(exports, "__Client", {
2300
704
  enumerable: true,
2301
705
  get: function () { return smithyClient.Client; }
2302
706
  });
2303
- exports.Alias$ = Alias$;
2304
- exports.AnnotationValue$ = AnnotationValue$;
2305
- exports.AnomalousService$ = AnomalousService$;
2306
- exports.AvailabilityZoneDetail$ = AvailabilityZoneDetail$;
2307
- exports.BackendConnectionErrors$ = BackendConnectionErrors$;
2308
- exports.BatchGetTraces$ = BatchGetTraces$;
707
+ Object.defineProperty(exports, "XRayServiceException", {
708
+ enumerable: true,
709
+ get: function () { return XRayServiceException.XRayServiceException; }
710
+ });
2309
711
  exports.BatchGetTracesCommand = BatchGetTracesCommand;
2310
- exports.BatchGetTracesRequest$ = BatchGetTracesRequest$;
2311
- exports.BatchGetTracesResult$ = BatchGetTracesResult$;
2312
- exports.CancelTraceRetrieval$ = CancelTraceRetrieval$;
2313
712
  exports.CancelTraceRetrievalCommand = CancelTraceRetrievalCommand;
2314
- exports.CancelTraceRetrievalRequest$ = CancelTraceRetrievalRequest$;
2315
- exports.CancelTraceRetrievalResult$ = CancelTraceRetrievalResult$;
2316
- exports.CreateGroup$ = CreateGroup$;
2317
713
  exports.CreateGroupCommand = CreateGroupCommand;
2318
- exports.CreateGroupRequest$ = CreateGroupRequest$;
2319
- exports.CreateGroupResult$ = CreateGroupResult$;
2320
- exports.CreateSamplingRule$ = CreateSamplingRule$;
2321
714
  exports.CreateSamplingRuleCommand = CreateSamplingRuleCommand;
2322
- exports.CreateSamplingRuleRequest$ = CreateSamplingRuleRequest$;
2323
- exports.CreateSamplingRuleResult$ = CreateSamplingRuleResult$;
2324
- exports.DeleteGroup$ = DeleteGroup$;
2325
715
  exports.DeleteGroupCommand = DeleteGroupCommand;
2326
- exports.DeleteGroupRequest$ = DeleteGroupRequest$;
2327
- exports.DeleteGroupResult$ = DeleteGroupResult$;
2328
- exports.DeleteResourcePolicy$ = DeleteResourcePolicy$;
2329
716
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
2330
- exports.DeleteResourcePolicyRequest$ = DeleteResourcePolicyRequest$;
2331
- exports.DeleteResourcePolicyResult$ = DeleteResourcePolicyResult$;
2332
- exports.DeleteSamplingRule$ = DeleteSamplingRule$;
2333
717
  exports.DeleteSamplingRuleCommand = DeleteSamplingRuleCommand;
2334
- exports.DeleteSamplingRuleRequest$ = DeleteSamplingRuleRequest$;
2335
- exports.DeleteSamplingRuleResult$ = DeleteSamplingRuleResult$;
2336
- exports.Edge$ = Edge$;
2337
- exports.EdgeStatistics$ = EdgeStatistics$;
2338
- exports.EncryptionConfig$ = EncryptionConfig$;
2339
718
  exports.EncryptionStatus = EncryptionStatus;
2340
719
  exports.EncryptionType = EncryptionType;
2341
- exports.ErrorRootCause$ = ErrorRootCause$;
2342
- exports.ErrorRootCauseEntity$ = ErrorRootCauseEntity$;
2343
- exports.ErrorRootCauseService$ = ErrorRootCauseService$;
2344
- exports.ErrorStatistics$ = ErrorStatistics$;
2345
- exports.FaultRootCause$ = FaultRootCause$;
2346
- exports.FaultRootCauseEntity$ = FaultRootCauseEntity$;
2347
- exports.FaultRootCauseService$ = FaultRootCauseService$;
2348
- exports.FaultStatistics$ = FaultStatistics$;
2349
- exports.ForecastStatistics$ = ForecastStatistics$;
2350
- exports.GetEncryptionConfig$ = GetEncryptionConfig$;
2351
720
  exports.GetEncryptionConfigCommand = GetEncryptionConfigCommand;
2352
- exports.GetEncryptionConfigRequest$ = GetEncryptionConfigRequest$;
2353
- exports.GetEncryptionConfigResult$ = GetEncryptionConfigResult$;
2354
- exports.GetGroup$ = GetGroup$;
2355
721
  exports.GetGroupCommand = GetGroupCommand;
2356
- exports.GetGroupRequest$ = GetGroupRequest$;
2357
- exports.GetGroupResult$ = GetGroupResult$;
2358
- exports.GetGroups$ = GetGroups$;
2359
722
  exports.GetGroupsCommand = GetGroupsCommand;
2360
- exports.GetGroupsRequest$ = GetGroupsRequest$;
2361
- exports.GetGroupsResult$ = GetGroupsResult$;
2362
- exports.GetIndexingRules$ = GetIndexingRules$;
2363
723
  exports.GetIndexingRulesCommand = GetIndexingRulesCommand;
2364
- exports.GetIndexingRulesRequest$ = GetIndexingRulesRequest$;
2365
- exports.GetIndexingRulesResult$ = GetIndexingRulesResult$;
2366
- exports.GetInsight$ = GetInsight$;
2367
724
  exports.GetInsightCommand = GetInsightCommand;
2368
- exports.GetInsightEvents$ = GetInsightEvents$;
2369
725
  exports.GetInsightEventsCommand = GetInsightEventsCommand;
2370
- exports.GetInsightEventsRequest$ = GetInsightEventsRequest$;
2371
- exports.GetInsightEventsResult$ = GetInsightEventsResult$;
2372
- exports.GetInsightImpactGraph$ = GetInsightImpactGraph$;
2373
726
  exports.GetInsightImpactGraphCommand = GetInsightImpactGraphCommand;
2374
- exports.GetInsightImpactGraphRequest$ = GetInsightImpactGraphRequest$;
2375
- exports.GetInsightImpactGraphResult$ = GetInsightImpactGraphResult$;
2376
- exports.GetInsightRequest$ = GetInsightRequest$;
2377
- exports.GetInsightResult$ = GetInsightResult$;
2378
- exports.GetInsightSummaries$ = GetInsightSummaries$;
2379
727
  exports.GetInsightSummariesCommand = GetInsightSummariesCommand;
2380
- exports.GetInsightSummariesRequest$ = GetInsightSummariesRequest$;
2381
- exports.GetInsightSummariesResult$ = GetInsightSummariesResult$;
2382
- exports.GetRetrievedTracesGraph$ = GetRetrievedTracesGraph$;
2383
728
  exports.GetRetrievedTracesGraphCommand = GetRetrievedTracesGraphCommand;
2384
- exports.GetRetrievedTracesGraphRequest$ = GetRetrievedTracesGraphRequest$;
2385
- exports.GetRetrievedTracesGraphResult$ = GetRetrievedTracesGraphResult$;
2386
- exports.GetSamplingRules$ = GetSamplingRules$;
2387
729
  exports.GetSamplingRulesCommand = GetSamplingRulesCommand;
2388
- exports.GetSamplingRulesRequest$ = GetSamplingRulesRequest$;
2389
- exports.GetSamplingRulesResult$ = GetSamplingRulesResult$;
2390
- exports.GetSamplingStatisticSummaries$ = GetSamplingStatisticSummaries$;
2391
730
  exports.GetSamplingStatisticSummariesCommand = GetSamplingStatisticSummariesCommand;
2392
- exports.GetSamplingStatisticSummariesRequest$ = GetSamplingStatisticSummariesRequest$;
2393
- exports.GetSamplingStatisticSummariesResult$ = GetSamplingStatisticSummariesResult$;
2394
- exports.GetSamplingTargets$ = GetSamplingTargets$;
2395
731
  exports.GetSamplingTargetsCommand = GetSamplingTargetsCommand;
2396
- exports.GetSamplingTargetsRequest$ = GetSamplingTargetsRequest$;
2397
- exports.GetSamplingTargetsResult$ = GetSamplingTargetsResult$;
2398
- exports.GetServiceGraph$ = GetServiceGraph$;
2399
732
  exports.GetServiceGraphCommand = GetServiceGraphCommand;
2400
- exports.GetServiceGraphRequest$ = GetServiceGraphRequest$;
2401
- exports.GetServiceGraphResult$ = GetServiceGraphResult$;
2402
- exports.GetTimeSeriesServiceStatistics$ = GetTimeSeriesServiceStatistics$;
2403
733
  exports.GetTimeSeriesServiceStatisticsCommand = GetTimeSeriesServiceStatisticsCommand;
2404
- exports.GetTimeSeriesServiceStatisticsRequest$ = GetTimeSeriesServiceStatisticsRequest$;
2405
- exports.GetTimeSeriesServiceStatisticsResult$ = GetTimeSeriesServiceStatisticsResult$;
2406
- exports.GetTraceGraph$ = GetTraceGraph$;
2407
734
  exports.GetTraceGraphCommand = GetTraceGraphCommand;
2408
- exports.GetTraceGraphRequest$ = GetTraceGraphRequest$;
2409
- exports.GetTraceGraphResult$ = GetTraceGraphResult$;
2410
- exports.GetTraceSegmentDestination$ = GetTraceSegmentDestination$;
2411
735
  exports.GetTraceSegmentDestinationCommand = GetTraceSegmentDestinationCommand;
2412
- exports.GetTraceSegmentDestinationRequest$ = GetTraceSegmentDestinationRequest$;
2413
- exports.GetTraceSegmentDestinationResult$ = GetTraceSegmentDestinationResult$;
2414
- exports.GetTraceSummaries$ = GetTraceSummaries$;
2415
736
  exports.GetTraceSummariesCommand = GetTraceSummariesCommand;
2416
- exports.GetTraceSummariesRequest$ = GetTraceSummariesRequest$;
2417
- exports.GetTraceSummariesResult$ = GetTraceSummariesResult$;
2418
- exports.GraphLink$ = GraphLink$;
2419
- exports.Group$ = Group$;
2420
- exports.GroupSummary$ = GroupSummary$;
2421
- exports.HistogramEntry$ = HistogramEntry$;
2422
- exports.Http$ = Http$;
2423
- exports.IndexingRule$ = IndexingRule$;
2424
- exports.IndexingRuleValue$ = IndexingRuleValue$;
2425
- exports.IndexingRuleValueUpdate$ = IndexingRuleValueUpdate$;
2426
- exports.Insight$ = Insight$;
2427
737
  exports.InsightCategory = InsightCategory;
2428
- exports.InsightEvent$ = InsightEvent$;
2429
- exports.InsightImpactGraphEdge$ = InsightImpactGraphEdge$;
2430
- exports.InsightImpactGraphService$ = InsightImpactGraphService$;
2431
738
  exports.InsightState = InsightState;
2432
- exports.InsightSummary$ = InsightSummary$;
2433
- exports.InsightsConfiguration$ = InsightsConfiguration$;
2434
- exports.InstanceIdDetail$ = InstanceIdDetail$;
2435
- exports.InvalidPolicyRevisionIdException = InvalidPolicyRevisionIdException;
2436
- exports.InvalidPolicyRevisionIdException$ = InvalidPolicyRevisionIdException$;
2437
- exports.InvalidRequestException = InvalidRequestException;
2438
- exports.InvalidRequestException$ = InvalidRequestException$;
2439
- exports.ListResourcePolicies$ = ListResourcePolicies$;
2440
739
  exports.ListResourcePoliciesCommand = ListResourcePoliciesCommand;
2441
- exports.ListResourcePoliciesRequest$ = ListResourcePoliciesRequest$;
2442
- exports.ListResourcePoliciesResult$ = ListResourcePoliciesResult$;
2443
- exports.ListRetrievedTraces$ = ListRetrievedTraces$;
2444
740
  exports.ListRetrievedTracesCommand = ListRetrievedTracesCommand;
2445
- exports.ListRetrievedTracesRequest$ = ListRetrievedTracesRequest$;
2446
- exports.ListRetrievedTracesResult$ = ListRetrievedTracesResult$;
2447
- exports.ListTagsForResource$ = ListTagsForResource$;
2448
741
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2449
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2450
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2451
- exports.LockoutPreventionException = LockoutPreventionException;
2452
- exports.LockoutPreventionException$ = LockoutPreventionException$;
2453
- exports.MalformedPolicyDocumentException = MalformedPolicyDocumentException;
2454
- exports.MalformedPolicyDocumentException$ = MalformedPolicyDocumentException$;
2455
- exports.PolicyCountLimitExceededException = PolicyCountLimitExceededException;
2456
- exports.PolicyCountLimitExceededException$ = PolicyCountLimitExceededException$;
2457
- exports.PolicySizeLimitExceededException = PolicySizeLimitExceededException;
2458
- exports.PolicySizeLimitExceededException$ = PolicySizeLimitExceededException$;
2459
- exports.ProbabilisticRuleValue$ = ProbabilisticRuleValue$;
2460
- exports.ProbabilisticRuleValueUpdate$ = ProbabilisticRuleValueUpdate$;
2461
- exports.PutEncryptionConfig$ = PutEncryptionConfig$;
2462
742
  exports.PutEncryptionConfigCommand = PutEncryptionConfigCommand;
2463
- exports.PutEncryptionConfigRequest$ = PutEncryptionConfigRequest$;
2464
- exports.PutEncryptionConfigResult$ = PutEncryptionConfigResult$;
2465
- exports.PutResourcePolicy$ = PutResourcePolicy$;
2466
743
  exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
2467
- exports.PutResourcePolicyRequest$ = PutResourcePolicyRequest$;
2468
- exports.PutResourcePolicyResult$ = PutResourcePolicyResult$;
2469
- exports.PutTelemetryRecords$ = PutTelemetryRecords$;
2470
744
  exports.PutTelemetryRecordsCommand = PutTelemetryRecordsCommand;
2471
- exports.PutTelemetryRecordsRequest$ = PutTelemetryRecordsRequest$;
2472
- exports.PutTelemetryRecordsResult$ = PutTelemetryRecordsResult$;
2473
- exports.PutTraceSegments$ = PutTraceSegments$;
2474
745
  exports.PutTraceSegmentsCommand = PutTraceSegmentsCommand;
2475
- exports.PutTraceSegmentsRequest$ = PutTraceSegmentsRequest$;
2476
- exports.PutTraceSegmentsResult$ = PutTraceSegmentsResult$;
2477
- exports.RequestImpactStatistics$ = RequestImpactStatistics$;
2478
- exports.ResourceARNDetail$ = ResourceARNDetail$;
2479
- exports.ResourceNotFoundException = ResourceNotFoundException;
2480
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2481
- exports.ResourcePolicy$ = ResourcePolicy$;
2482
- exports.ResponseTimeRootCause$ = ResponseTimeRootCause$;
2483
- exports.ResponseTimeRootCauseEntity$ = ResponseTimeRootCauseEntity$;
2484
- exports.ResponseTimeRootCauseService$ = ResponseTimeRootCauseService$;
2485
746
  exports.RetrievalStatus = RetrievalStatus;
2486
- exports.RetrievedService$ = RetrievedService$;
2487
- exports.RetrievedTrace$ = RetrievedTrace$;
2488
- exports.RootCauseException$ = RootCauseException$;
2489
- exports.RuleLimitExceededException = RuleLimitExceededException;
2490
- exports.RuleLimitExceededException$ = RuleLimitExceededException$;
2491
- exports.SamplingBoost$ = SamplingBoost$;
2492
- exports.SamplingBoostStatisticsDocument$ = SamplingBoostStatisticsDocument$;
2493
- exports.SamplingRateBoost$ = SamplingRateBoost$;
2494
- exports.SamplingRule$ = SamplingRule$;
2495
- exports.SamplingRuleRecord$ = SamplingRuleRecord$;
2496
- exports.SamplingRuleUpdate$ = SamplingRuleUpdate$;
2497
- exports.SamplingStatisticSummary$ = SamplingStatisticSummary$;
2498
- exports.SamplingStatisticsDocument$ = SamplingStatisticsDocument$;
2499
- exports.SamplingStrategy$ = SamplingStrategy$;
2500
747
  exports.SamplingStrategyName = SamplingStrategyName;
2501
- exports.SamplingTargetDocument$ = SamplingTargetDocument$;
2502
- exports.Segment$ = Segment$;
2503
- exports.Service$ = Service$;
2504
- exports.ServiceId$ = ServiceId$;
2505
- exports.ServiceStatistics$ = ServiceStatistics$;
2506
- exports.Span$ = Span$;
2507
- exports.StartTraceRetrieval$ = StartTraceRetrieval$;
2508
748
  exports.StartTraceRetrievalCommand = StartTraceRetrievalCommand;
2509
- exports.StartTraceRetrievalRequest$ = StartTraceRetrievalRequest$;
2510
- exports.StartTraceRetrievalResult$ = StartTraceRetrievalResult$;
2511
- exports.Tag$ = Tag$;
2512
- exports.TagResource$ = TagResource$;
2513
749
  exports.TagResourceCommand = TagResourceCommand;
2514
- exports.TagResourceRequest$ = TagResourceRequest$;
2515
- exports.TagResourceResponse$ = TagResourceResponse$;
2516
- exports.TelemetryRecord$ = TelemetryRecord$;
2517
- exports.ThrottledException = ThrottledException;
2518
- exports.ThrottledException$ = ThrottledException$;
2519
750
  exports.TimeRangeType = TimeRangeType;
2520
- exports.TimeSeriesServiceStatistics$ = TimeSeriesServiceStatistics$;
2521
- exports.TooManyTagsException = TooManyTagsException;
2522
- exports.TooManyTagsException$ = TooManyTagsException$;
2523
- exports.Trace$ = Trace$;
2524
751
  exports.TraceFormatType = TraceFormatType;
2525
752
  exports.TraceSegmentDestination = TraceSegmentDestination;
2526
753
  exports.TraceSegmentDestinationStatus = TraceSegmentDestinationStatus;
2527
- exports.TraceSummary$ = TraceSummary$;
2528
- exports.TraceUser$ = TraceUser$;
2529
- exports.UnprocessedStatistics$ = UnprocessedStatistics$;
2530
- exports.UnprocessedTraceSegment$ = UnprocessedTraceSegment$;
2531
- exports.UntagResource$ = UntagResource$;
2532
754
  exports.UntagResourceCommand = UntagResourceCommand;
2533
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2534
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2535
- exports.UpdateGroup$ = UpdateGroup$;
2536
755
  exports.UpdateGroupCommand = UpdateGroupCommand;
2537
- exports.UpdateGroupRequest$ = UpdateGroupRequest$;
2538
- exports.UpdateGroupResult$ = UpdateGroupResult$;
2539
- exports.UpdateIndexingRule$ = UpdateIndexingRule$;
2540
756
  exports.UpdateIndexingRuleCommand = UpdateIndexingRuleCommand;
2541
- exports.UpdateIndexingRuleRequest$ = UpdateIndexingRuleRequest$;
2542
- exports.UpdateIndexingRuleResult$ = UpdateIndexingRuleResult$;
2543
- exports.UpdateSamplingRule$ = UpdateSamplingRule$;
2544
757
  exports.UpdateSamplingRuleCommand = UpdateSamplingRuleCommand;
2545
- exports.UpdateSamplingRuleRequest$ = UpdateSamplingRuleRequest$;
2546
- exports.UpdateSamplingRuleResult$ = UpdateSamplingRuleResult$;
2547
- exports.UpdateTraceSegmentDestination$ = UpdateTraceSegmentDestination$;
2548
758
  exports.UpdateTraceSegmentDestinationCommand = UpdateTraceSegmentDestinationCommand;
2549
- exports.UpdateTraceSegmentDestinationRequest$ = UpdateTraceSegmentDestinationRequest$;
2550
- exports.UpdateTraceSegmentDestinationResult$ = UpdateTraceSegmentDestinationResult$;
2551
- exports.ValueWithServiceIds$ = ValueWithServiceIds$;
2552
759
  exports.XRay = XRay;
2553
760
  exports.XRayClient = XRayClient;
2554
- exports.XRayServiceException = XRayServiceException;
2555
- exports.XRayServiceException$ = XRayServiceException$;
2556
761
  exports.paginateBatchGetTraces = paginateBatchGetTraces;
2557
762
  exports.paginateGetGroups = paginateGetGroups;
2558
763
  exports.paginateGetInsightEvents = paginateGetInsightEvents;
@@ -2565,3 +770,15 @@ exports.paginateGetTraceGraph = paginateGetTraceGraph;
2565
770
  exports.paginateGetTraceSummaries = paginateGetTraceSummaries;
2566
771
  exports.paginateListResourcePolicies = paginateListResourcePolicies;
2567
772
  exports.paginateListTagsForResource = paginateListTagsForResource;
773
+ Object.keys(schemas_0).forEach(function (k) {
774
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
775
+ enumerable: true,
776
+ get: function () { return schemas_0[k]; }
777
+ });
778
+ });
779
+ Object.keys(errors).forEach(function (k) {
780
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
781
+ enumerable: true,
782
+ get: function () { return errors[k]; }
783
+ });
784
+ });