@aws-sdk/client-xray 3.948.0 → 3.953.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 +639 -432
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchGetTracesCommand.js +2 -2
- package/dist-es/commands/CancelTraceRetrievalCommand.js +2 -2
- package/dist-es/commands/CreateGroupCommand.js +2 -2
- package/dist-es/commands/CreateSamplingRuleCommand.js +2 -2
- package/dist-es/commands/DeleteGroupCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSamplingRuleCommand.js +2 -2
- package/dist-es/commands/GetEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/GetGroupCommand.js +2 -2
- package/dist-es/commands/GetGroupsCommand.js +2 -2
- package/dist-es/commands/GetIndexingRulesCommand.js +2 -2
- package/dist-es/commands/GetInsightCommand.js +2 -2
- package/dist-es/commands/GetInsightEventsCommand.js +2 -2
- package/dist-es/commands/GetInsightImpactGraphCommand.js +2 -2
- package/dist-es/commands/GetInsightSummariesCommand.js +2 -2
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +2 -2
- package/dist-es/commands/GetSamplingRulesCommand.js +2 -2
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +2 -2
- package/dist-es/commands/GetSamplingTargetsCommand.js +2 -2
- package/dist-es/commands/GetServiceGraphCommand.js +2 -2
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +2 -2
- package/dist-es/commands/GetTraceGraphCommand.js +2 -2
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +2 -2
- package/dist-es/commands/GetTraceSummariesCommand.js +2 -2
- package/dist-es/commands/ListResourcePoliciesCommand.js +2 -2
- package/dist-es/commands/ListRetrievedTracesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutEncryptionConfigCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/PutTelemetryRecordsCommand.js +2 -2
- package/dist-es/commands/PutTraceSegmentsCommand.js +2 -2
- package/dist-es/commands/StartTraceRetrievalCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateGroupCommand.js +2 -2
- package/dist-es/commands/UpdateIndexingRuleCommand.js +2 -2
- package/dist-es/commands/UpdateSamplingRuleCommand.js +2 -2
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +389 -374
- package/dist-types/XRayClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +193 -249
- package/dist-types/ts3.4/XRayClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +192 -250
- package/package.json +34 -34
|
@@ -416,12 +416,12 @@ const _hE = "httpError";
|
|
|
416
416
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.xray";
|
|
417
417
|
const n0 = "com.amazonaws.xray";
|
|
418
418
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
419
|
-
import { InvalidPolicyRevisionIdException
|
|
420
|
-
import { XRayServiceException
|
|
421
|
-
export var Alias = [3, n0, _A, 0, [_N, _Na, _T], [0, 64 | 0, 0]];
|
|
422
|
-
export var AnomalousService = [3, n0, _AS, 0, [_SI], [() => ServiceId]];
|
|
423
|
-
export var AvailabilityZoneDetail = [3, n0, _AZD, 0, [_N], [0]];
|
|
424
|
-
export var BackendConnectionErrors = [
|
|
419
|
+
import { InvalidPolicyRevisionIdException, InvalidRequestException, LockoutPreventionException, MalformedPolicyDocumentException, PolicyCountLimitExceededException, PolicySizeLimitExceededException, ResourceNotFoundException, RuleLimitExceededException, ThrottledException, TooManyTagsException, } from "../models/errors";
|
|
420
|
+
import { XRayServiceException } from "../models/XRayServiceException";
|
|
421
|
+
export var Alias$ = [3, n0, _A, 0, [_N, _Na, _T], [0, 64 | 0, 0]];
|
|
422
|
+
export var AnomalousService$ = [3, n0, _AS, 0, [_SI], [() => ServiceId$]];
|
|
423
|
+
export var AvailabilityZoneDetail$ = [3, n0, _AZD, 0, [_N], [0]];
|
|
424
|
+
export var BackendConnectionErrors$ = [
|
|
425
425
|
3,
|
|
426
426
|
n0,
|
|
427
427
|
_BCE,
|
|
@@ -429,8 +429,8 @@ export var BackendConnectionErrors = [
|
|
|
429
429
|
[_TC, _CRC, _HTTPCXXC, _HTTPCXXCo, _UHC, _OC],
|
|
430
430
|
[1, 1, 1, 1, 1, 1],
|
|
431
431
|
];
|
|
432
|
-
export var BatchGetTracesRequest = [3, n0, _BGTR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
433
|
-
export var BatchGetTracesResult = [
|
|
432
|
+
export var BatchGetTracesRequest$ = [3, n0, _BGTR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
433
|
+
export var BatchGetTracesResult$ = [
|
|
434
434
|
3,
|
|
435
435
|
n0,
|
|
436
436
|
_BGTRa,
|
|
@@ -438,51 +438,51 @@ export var BatchGetTracesResult = [
|
|
|
438
438
|
[_Tr, _UTI, _NT],
|
|
439
439
|
[() => TraceList, 64 | 0, 0],
|
|
440
440
|
];
|
|
441
|
-
export var CancelTraceRetrievalRequest = [3, n0, _CTRR, 0, [_RT], [0]];
|
|
442
|
-
export var CancelTraceRetrievalResult = [3, n0, _CTRRa, 0, [], []];
|
|
443
|
-
export var CreateGroupRequest = [
|
|
441
|
+
export var CancelTraceRetrievalRequest$ = [3, n0, _CTRR, 0, [_RT], [0]];
|
|
442
|
+
export var CancelTraceRetrievalResult$ = [3, n0, _CTRRa, 0, [], []];
|
|
443
|
+
export var CreateGroupRequest$ = [
|
|
444
444
|
3,
|
|
445
445
|
n0,
|
|
446
446
|
_CGR,
|
|
447
447
|
0,
|
|
448
448
|
[_GN, _FE, _IC, _Ta],
|
|
449
|
-
[0, 0, () => InsightsConfiguration
|
|
449
|
+
[0, 0, () => InsightsConfiguration$, () => TagList],
|
|
450
450
|
];
|
|
451
|
-
export var CreateGroupResult = [3, n0, _CGRr, 0, [_G], [() => Group]];
|
|
452
|
-
export var CreateSamplingRuleRequest = [
|
|
451
|
+
export var CreateGroupResult$ = [3, n0, _CGRr, 0, [_G], [() => Group$]];
|
|
452
|
+
export var CreateSamplingRuleRequest$ = [
|
|
453
453
|
3,
|
|
454
454
|
n0,
|
|
455
455
|
_CSRR,
|
|
456
456
|
0,
|
|
457
457
|
[_SR, _Ta],
|
|
458
|
-
[() => SamplingRule
|
|
459
|
-
];
|
|
460
|
-
export var CreateSamplingRuleResult = [3, n0, _CSRRr, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
461
|
-
export var DeleteGroupRequest = [3, n0, _DGR, 0, [_GN, _GARN], [0, 0]];
|
|
462
|
-
export var DeleteGroupResult = [3, n0, _DGRe, 0, [], []];
|
|
463
|
-
export var DeleteResourcePolicyRequest = [3, n0, _DRPR, 0, [_PN, _PRI], [0, 0]];
|
|
464
|
-
export var DeleteResourcePolicyResult = [3, n0, _DRPRe, 0, [], []];
|
|
465
|
-
export var DeleteSamplingRuleRequest = [3, n0, _DSRR, 0, [_RN, _RARN], [0, 0]];
|
|
466
|
-
export var DeleteSamplingRuleResult = [3, n0, _DSRRe, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
467
|
-
export var Edge = [
|
|
458
|
+
[() => SamplingRule$, () => TagList],
|
|
459
|
+
];
|
|
460
|
+
export var CreateSamplingRuleResult$ = [3, n0, _CSRRr, 0, [_SRR], [() => SamplingRuleRecord$]];
|
|
461
|
+
export var DeleteGroupRequest$ = [3, n0, _DGR, 0, [_GN, _GARN], [0, 0]];
|
|
462
|
+
export var DeleteGroupResult$ = [3, n0, _DGRe, 0, [], []];
|
|
463
|
+
export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR, 0, [_PN, _PRI], [0, 0]];
|
|
464
|
+
export var DeleteResourcePolicyResult$ = [3, n0, _DRPRe, 0, [], []];
|
|
465
|
+
export var DeleteSamplingRuleRequest$ = [3, n0, _DSRR, 0, [_RN, _RARN], [0, 0]];
|
|
466
|
+
export var DeleteSamplingRuleResult$ = [3, n0, _DSRRe, 0, [_SRR], [() => SamplingRuleRecord$]];
|
|
467
|
+
export var Edge$ = [
|
|
468
468
|
3,
|
|
469
469
|
n0,
|
|
470
470
|
_E,
|
|
471
471
|
0,
|
|
472
472
|
[_RI, _ST, _ET, _SS, _RTH, _Al, _ETd, _REAH],
|
|
473
|
-
[1, 4, 4, () => EdgeStatistics
|
|
473
|
+
[1, 4, 4, () => EdgeStatistics$, () => Histogram, () => AliasList, 0, () => Histogram],
|
|
474
474
|
];
|
|
475
|
-
export var EdgeStatistics = [
|
|
475
|
+
export var EdgeStatistics$ = [
|
|
476
476
|
3,
|
|
477
477
|
n0,
|
|
478
478
|
_ES,
|
|
479
479
|
0,
|
|
480
480
|
[_OCk, _ESr, _FS, _TCo, _TRT],
|
|
481
|
-
[1, () => ErrorStatistics
|
|
481
|
+
[1, () => ErrorStatistics$, () => FaultStatistics$, 1, 1],
|
|
482
482
|
];
|
|
483
|
-
export var EncryptionConfig = [3, n0, _EC, 0, [_KI, _S, _T], [0, 0, 0]];
|
|
484
|
-
export var ErrorRootCause = [3, n0, _ERC, 0, [_Se, _CI], [() => ErrorRootCauseServices, 2]];
|
|
485
|
-
export var ErrorRootCauseEntity = [
|
|
483
|
+
export var EncryptionConfig$ = [3, n0, _EC, 0, [_KI, _S, _T], [0, 0, 0]];
|
|
484
|
+
export var ErrorRootCause$ = [3, n0, _ERC, 0, [_Se, _CI], [() => ErrorRootCauseServices, 2]];
|
|
485
|
+
export var ErrorRootCauseEntity$ = [
|
|
486
486
|
3,
|
|
487
487
|
n0,
|
|
488
488
|
_ERCE,
|
|
@@ -490,7 +490,7 @@ export var ErrorRootCauseEntity = [
|
|
|
490
490
|
[_N, _Ex, _R],
|
|
491
491
|
[0, () => RootCauseExceptions, 2],
|
|
492
492
|
];
|
|
493
|
-
export var ErrorRootCauseService = [
|
|
493
|
+
export var ErrorRootCauseService$ = [
|
|
494
494
|
3,
|
|
495
495
|
n0,
|
|
496
496
|
_ERCS,
|
|
@@ -498,9 +498,9 @@ export var ErrorRootCauseService = [
|
|
|
498
498
|
[_N, _Na, _T, _AI, _EP, _I],
|
|
499
499
|
[0, 64 | 0, 0, 0, () => ErrorRootCauseEntityPath, 2],
|
|
500
500
|
];
|
|
501
|
-
export var ErrorStatistics = [3, n0, _ESr, 0, [_TCh, _OC, _TCo], [1, 1, 1]];
|
|
502
|
-
export var FaultRootCause = [3, n0, _FRC, 0, [_Se, _CI], [() => FaultRootCauseServices, 2]];
|
|
503
|
-
export var FaultRootCauseEntity = [
|
|
501
|
+
export var ErrorStatistics$ = [3, n0, _ESr, 0, [_TCh, _OC, _TCo], [1, 1, 1]];
|
|
502
|
+
export var FaultRootCause$ = [3, n0, _FRC, 0, [_Se, _CI], [() => FaultRootCauseServices, 2]];
|
|
503
|
+
export var FaultRootCauseEntity$ = [
|
|
504
504
|
3,
|
|
505
505
|
n0,
|
|
506
506
|
_FRCE,
|
|
@@ -508,7 +508,7 @@ export var FaultRootCauseEntity = [
|
|
|
508
508
|
[_N, _Ex, _R],
|
|
509
509
|
[0, () => RootCauseExceptions, 2],
|
|
510
510
|
];
|
|
511
|
-
export var FaultRootCauseService = [
|
|
511
|
+
export var FaultRootCauseService$ = [
|
|
512
512
|
3,
|
|
513
513
|
n0,
|
|
514
514
|
_FRCS,
|
|
@@ -516,20 +516,27 @@ export var FaultRootCauseService = [
|
|
|
516
516
|
[_N, _Na, _T, _AI, _EP, _I],
|
|
517
517
|
[0, 64 | 0, 0, 0, () => FaultRootCauseEntityPath, 2],
|
|
518
518
|
];
|
|
519
|
-
export var FaultStatistics = [3, n0, _FS, 0, [_OC, _TCo], [1, 1]];
|
|
520
|
-
export var ForecastStatistics = [3, n0, _FSo, 0, [_FCH, _FCL], [1, 1]];
|
|
521
|
-
export var GetEncryptionConfigRequest = [3, n0, _GECR, 0, [], []];
|
|
522
|
-
export var GetEncryptionConfigResult = [3, n0, _GECRe, 0, [_EC], [() => EncryptionConfig]];
|
|
523
|
-
export var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _GARN], [0, 0]];
|
|
524
|
-
export var GetGroupResult = [3, n0, _GGRe, 0, [_G], [() => Group]];
|
|
525
|
-
export var GetGroupsRequest = [3, n0, _GGRet, 0, [_NT], [0]];
|
|
526
|
-
export var GetGroupsResult = [3, n0, _GGRetr, 0, [_Gr, _NT], [() => GroupSummaryList, 0]];
|
|
527
|
-
export var GetIndexingRulesRequest = [3, n0, _GIRR, 0, [_NT], [0]];
|
|
528
|
-
export var GetIndexingRulesResult = [3, n0, _GIRRe, 0, [_IR, _NT], [() => IndexingRuleList, 0]];
|
|
529
|
-
export var GetInsightEventsRequest = [3, n0, _GIER, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
530
|
-
export var GetInsightEventsResult = [3, n0, _GIERe, 0, [_IE, _NT], [() => InsightEventList, 0]];
|
|
531
|
-
export var GetInsightImpactGraphRequest = [
|
|
532
|
-
|
|
519
|
+
export var FaultStatistics$ = [3, n0, _FS, 0, [_OC, _TCo], [1, 1]];
|
|
520
|
+
export var ForecastStatistics$ = [3, n0, _FSo, 0, [_FCH, _FCL], [1, 1]];
|
|
521
|
+
export var GetEncryptionConfigRequest$ = [3, n0, _GECR, 0, [], []];
|
|
522
|
+
export var GetEncryptionConfigResult$ = [3, n0, _GECRe, 0, [_EC], [() => EncryptionConfig$]];
|
|
523
|
+
export var GetGroupRequest$ = [3, n0, _GGR, 0, [_GN, _GARN], [0, 0]];
|
|
524
|
+
export var GetGroupResult$ = [3, n0, _GGRe, 0, [_G], [() => Group$]];
|
|
525
|
+
export var GetGroupsRequest$ = [3, n0, _GGRet, 0, [_NT], [0]];
|
|
526
|
+
export var GetGroupsResult$ = [3, n0, _GGRetr, 0, [_Gr, _NT], [() => GroupSummaryList, 0]];
|
|
527
|
+
export var GetIndexingRulesRequest$ = [3, n0, _GIRR, 0, [_NT], [0]];
|
|
528
|
+
export var GetIndexingRulesResult$ = [3, n0, _GIRRe, 0, [_IR, _NT], [() => IndexingRuleList, 0]];
|
|
529
|
+
export var GetInsightEventsRequest$ = [3, n0, _GIER, 0, [_II, _MR, _NT], [0, 1, 0]];
|
|
530
|
+
export var GetInsightEventsResult$ = [3, n0, _GIERe, 0, [_IE, _NT], [() => InsightEventList, 0]];
|
|
531
|
+
export var GetInsightImpactGraphRequest$ = [
|
|
532
|
+
3,
|
|
533
|
+
n0,
|
|
534
|
+
_GIIGR,
|
|
535
|
+
0,
|
|
536
|
+
[_II, _ST, _ET, _NT],
|
|
537
|
+
[0, 4, 4, 0],
|
|
538
|
+
];
|
|
539
|
+
export var GetInsightImpactGraphResult$ = [
|
|
533
540
|
3,
|
|
534
541
|
n0,
|
|
535
542
|
_GIIGRe,
|
|
@@ -537,9 +544,9 @@ export var GetInsightImpactGraphResult = [
|
|
|
537
544
|
[_II, _ST, _ET, _SGST, _SGET, _Se, _NT],
|
|
538
545
|
[0, 4, 4, 4, 4, () => InsightImpactGraphServiceList, 0],
|
|
539
546
|
];
|
|
540
|
-
export var GetInsightRequest = [3, n0, _GIR, 0, [_II], [0]];
|
|
541
|
-
export var GetInsightResult = [3, n0, _GIRe, 0, [_In], [() => Insight]];
|
|
542
|
-
export var GetInsightSummariesRequest = [
|
|
547
|
+
export var GetInsightRequest$ = [3, n0, _GIR, 0, [_II], [0]];
|
|
548
|
+
export var GetInsightResult$ = [3, n0, _GIRe, 0, [_In], [() => Insight$]];
|
|
549
|
+
export var GetInsightSummariesRequest$ = [
|
|
543
550
|
3,
|
|
544
551
|
n0,
|
|
545
552
|
_GISR,
|
|
@@ -547,7 +554,7 @@ export var GetInsightSummariesRequest = [
|
|
|
547
554
|
[_St, _GARN, _GN, _ST, _ET, _MR, _NT],
|
|
548
555
|
[64 | 0, 0, 0, 4, 4, 1, 0],
|
|
549
556
|
];
|
|
550
|
-
export var GetInsightSummariesResult = [
|
|
557
|
+
export var GetInsightSummariesResult$ = [
|
|
551
558
|
3,
|
|
552
559
|
n0,
|
|
553
560
|
_GISRe,
|
|
@@ -555,8 +562,8 @@ export var GetInsightSummariesResult = [
|
|
|
555
562
|
[_IS, _NT],
|
|
556
563
|
[() => InsightSummaryList, 0],
|
|
557
564
|
];
|
|
558
|
-
export var GetRetrievedTracesGraphRequest = [3, n0, _GRTGR, 0, [_RT, _NT], [0, 0]];
|
|
559
|
-
export var GetRetrievedTracesGraphResult = [
|
|
565
|
+
export var GetRetrievedTracesGraphRequest$ = [3, n0, _GRTGR, 0, [_RT, _NT], [0, 0]];
|
|
566
|
+
export var GetRetrievedTracesGraphResult$ = [
|
|
560
567
|
3,
|
|
561
568
|
n0,
|
|
562
569
|
_GRTGRe,
|
|
@@ -564,8 +571,8 @@ export var GetRetrievedTracesGraphResult = [
|
|
|
564
571
|
[_RS, _Se, _NT],
|
|
565
572
|
[0, () => RetrievedServicesList, 0],
|
|
566
573
|
];
|
|
567
|
-
export var GetSamplingRulesRequest = [3, n0, _GSRR, 0, [_NT], [0]];
|
|
568
|
-
export var GetSamplingRulesResult = [
|
|
574
|
+
export var GetSamplingRulesRequest$ = [3, n0, _GSRR, 0, [_NT], [0]];
|
|
575
|
+
export var GetSamplingRulesResult$ = [
|
|
569
576
|
3,
|
|
570
577
|
n0,
|
|
571
578
|
_GSRRe,
|
|
@@ -573,8 +580,8 @@ export var GetSamplingRulesResult = [
|
|
|
573
580
|
[_SRRa, _NT],
|
|
574
581
|
[() => SamplingRuleRecordList, 0],
|
|
575
582
|
];
|
|
576
|
-
export var GetSamplingStatisticSummariesRequest = [3, n0, _GSSSR, 0, [_NT], [0]];
|
|
577
|
-
export var GetSamplingStatisticSummariesResult = [
|
|
583
|
+
export var GetSamplingStatisticSummariesRequest$ = [3, n0, _GSSSR, 0, [_NT], [0]];
|
|
584
|
+
export var GetSamplingStatisticSummariesResult$ = [
|
|
578
585
|
3,
|
|
579
586
|
n0,
|
|
580
587
|
_GSSSRe,
|
|
@@ -582,7 +589,7 @@ export var GetSamplingStatisticSummariesResult = [
|
|
|
582
589
|
[_SSS, _NT],
|
|
583
590
|
[() => SamplingStatisticSummaryList, 0],
|
|
584
591
|
];
|
|
585
|
-
export var GetSamplingTargetsRequest = [
|
|
592
|
+
export var GetSamplingTargetsRequest$ = [
|
|
586
593
|
3,
|
|
587
594
|
n0,
|
|
588
595
|
_GSTR,
|
|
@@ -590,7 +597,7 @@ export var GetSamplingTargetsRequest = [
|
|
|
590
597
|
[_SSD, _SBSD],
|
|
591
598
|
[() => SamplingStatisticsDocumentList, () => SamplingBoostStatisticsDocumentList],
|
|
592
599
|
];
|
|
593
|
-
export var GetSamplingTargetsResult = [
|
|
600
|
+
export var GetSamplingTargetsResult$ = [
|
|
594
601
|
3,
|
|
595
602
|
n0,
|
|
596
603
|
_GSTRe,
|
|
@@ -598,7 +605,7 @@ export var GetSamplingTargetsResult = [
|
|
|
598
605
|
[_STD, _LRM, _US, _UBS],
|
|
599
606
|
[() => SamplingTargetDocumentList, 4, () => UnprocessedStatisticsList, () => UnprocessedStatisticsList],
|
|
600
607
|
];
|
|
601
|
-
export var GetServiceGraphRequest = [
|
|
608
|
+
export var GetServiceGraphRequest$ = [
|
|
602
609
|
3,
|
|
603
610
|
n0,
|
|
604
611
|
_GSGR,
|
|
@@ -606,7 +613,7 @@ export var GetServiceGraphRequest = [
|
|
|
606
613
|
[_ST, _ET, _GN, _GARN, _NT],
|
|
607
614
|
[4, 4, 0, 0, 0],
|
|
608
615
|
];
|
|
609
|
-
export var GetServiceGraphResult = [
|
|
616
|
+
export var GetServiceGraphResult$ = [
|
|
610
617
|
3,
|
|
611
618
|
n0,
|
|
612
619
|
_GSGRe,
|
|
@@ -614,7 +621,7 @@ export var GetServiceGraphResult = [
|
|
|
614
621
|
[_ST, _ET, _Se, _COGV, _NT],
|
|
615
622
|
[4, 4, () => ServiceList, 2, 0],
|
|
616
623
|
];
|
|
617
|
-
export var GetTimeSeriesServiceStatisticsRequest = [
|
|
624
|
+
export var GetTimeSeriesServiceStatisticsRequest$ = [
|
|
618
625
|
3,
|
|
619
626
|
n0,
|
|
620
627
|
_GTSSSR,
|
|
@@ -622,7 +629,7 @@ export var GetTimeSeriesServiceStatisticsRequest = [
|
|
|
622
629
|
[_ST, _ET, _GN, _GARN, _ESE, _P, _FSo, _NT],
|
|
623
630
|
[4, 4, 0, 0, 0, 1, 2, 0],
|
|
624
631
|
];
|
|
625
|
-
export var GetTimeSeriesServiceStatisticsResult = [
|
|
632
|
+
export var GetTimeSeriesServiceStatisticsResult$ = [
|
|
626
633
|
3,
|
|
627
634
|
n0,
|
|
628
635
|
_GTSSSRe,
|
|
@@ -630,19 +637,19 @@ export var GetTimeSeriesServiceStatisticsResult = [
|
|
|
630
637
|
[_TSSS, _COGV, _NT],
|
|
631
638
|
[() => TimeSeriesServiceStatisticsList, 2, 0],
|
|
632
639
|
];
|
|
633
|
-
export var GetTraceGraphRequest = [3, n0, _GTGR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
634
|
-
export var GetTraceGraphResult = [3, n0, _GTGRe, 0, [_Se, _NT], [() => ServiceList, 0]];
|
|
635
|
-
export var GetTraceSegmentDestinationRequest = [3, n0, _GTSDR, 0, [], []];
|
|
636
|
-
export var GetTraceSegmentDestinationResult = [3, n0, _GTSDRe, 0, [_D, _S], [0, 0]];
|
|
637
|
-
export var GetTraceSummariesRequest = [
|
|
640
|
+
export var GetTraceGraphRequest$ = [3, n0, _GTGR, 0, [_TI, _NT], [64 | 0, 0]];
|
|
641
|
+
export var GetTraceGraphResult$ = [3, n0, _GTGRe, 0, [_Se, _NT], [() => ServiceList, 0]];
|
|
642
|
+
export var GetTraceSegmentDestinationRequest$ = [3, n0, _GTSDR, 0, [], []];
|
|
643
|
+
export var GetTraceSegmentDestinationResult$ = [3, n0, _GTSDRe, 0, [_D, _S], [0, 0]];
|
|
644
|
+
export var GetTraceSummariesRequest$ = [
|
|
638
645
|
3,
|
|
639
646
|
n0,
|
|
640
647
|
_GTSR,
|
|
641
648
|
0,
|
|
642
649
|
[_ST, _ET, _TRTi, _Sa, _SSa, _FE, _NT],
|
|
643
|
-
[4, 4, 0, 2, () => SamplingStrategy
|
|
650
|
+
[4, 4, 0, 2, () => SamplingStrategy$, 0, 0],
|
|
644
651
|
];
|
|
645
|
-
export var GetTraceSummariesResult = [
|
|
652
|
+
export var GetTraceSummariesResult$ = [
|
|
646
653
|
3,
|
|
647
654
|
n0,
|
|
648
655
|
_GTSRe,
|
|
@@ -650,27 +657,27 @@ export var GetTraceSummariesResult = [
|
|
|
650
657
|
[_TS, _AT, _TPC, _NT],
|
|
651
658
|
[() => TraceSummaryList, 4, 1, 0],
|
|
652
659
|
];
|
|
653
|
-
export var GraphLink = [3, n0, _GL, 0, [_RTe, _STI, _DTI], [0, 0, 64 | 0]];
|
|
654
|
-
export var Group = [
|
|
660
|
+
export var GraphLink$ = [3, n0, _GL, 0, [_RTe, _STI, _DTI], [0, 0, 64 | 0]];
|
|
661
|
+
export var Group$ = [
|
|
655
662
|
3,
|
|
656
663
|
n0,
|
|
657
664
|
_G,
|
|
658
665
|
0,
|
|
659
666
|
[_GN, _GARN, _FE, _IC],
|
|
660
|
-
[0, 0, 0, () => InsightsConfiguration],
|
|
667
|
+
[0, 0, 0, () => InsightsConfiguration$],
|
|
661
668
|
];
|
|
662
|
-
export var GroupSummary = [
|
|
669
|
+
export var GroupSummary$ = [
|
|
663
670
|
3,
|
|
664
671
|
n0,
|
|
665
672
|
_GS,
|
|
666
673
|
0,
|
|
667
674
|
[_GN, _GARN, _FE, _IC],
|
|
668
|
-
[0, 0, 0, () => InsightsConfiguration],
|
|
675
|
+
[0, 0, 0, () => InsightsConfiguration$],
|
|
669
676
|
];
|
|
670
|
-
export var HistogramEntry = [3, n0, _HE, 0, [_V, _C], [1, 1]];
|
|
671
|
-
export var Http = [3, n0, _H, 0, [_HURL, _HS, _HM, _UA, _CIl], [0, 1, 0, 0, 0]];
|
|
672
|
-
export var IndexingRule = [3, n0, _IRn, 0, [_N, _MA, _Ru], [0, 4, () => IndexingRuleValue]];
|
|
673
|
-
export var Insight = [
|
|
677
|
+
export var HistogramEntry$ = [3, n0, _HE, 0, [_V, _C], [1, 1]];
|
|
678
|
+
export var Http$ = [3, n0, _H, 0, [_HURL, _HS, _HM, _UA, _CIl], [0, 1, 0, 0, 0]];
|
|
679
|
+
export var IndexingRule$ = [3, n0, _IRn, 0, [_N, _MA, _Ru], [0, 4, () => IndexingRuleValue$]];
|
|
680
|
+
export var Insight$ = [
|
|
674
681
|
3,
|
|
675
682
|
n0,
|
|
676
683
|
_In,
|
|
@@ -680,27 +687,27 @@ export var Insight = [
|
|
|
680
687
|
0,
|
|
681
688
|
0,
|
|
682
689
|
0,
|
|
683
|
-
() => ServiceId
|
|
690
|
+
() => ServiceId$,
|
|
684
691
|
64 | 0,
|
|
685
692
|
0,
|
|
686
693
|
4,
|
|
687
694
|
4,
|
|
688
695
|
0,
|
|
689
|
-
() => RequestImpactStatistics
|
|
690
|
-
() => RequestImpactStatistics
|
|
696
|
+
() => RequestImpactStatistics$,
|
|
697
|
+
() => RequestImpactStatistics$,
|
|
691
698
|
() => AnomalousServiceList,
|
|
692
699
|
],
|
|
693
700
|
];
|
|
694
|
-
export var InsightEvent = [
|
|
701
|
+
export var InsightEvent$ = [
|
|
695
702
|
3,
|
|
696
703
|
n0,
|
|
697
704
|
_IEn,
|
|
698
705
|
0,
|
|
699
706
|
[_Su, _ETv, _CRIS, _RCSRIS, _TAS],
|
|
700
|
-
[0, 4, () => RequestImpactStatistics
|
|
707
|
+
[0, 4, () => RequestImpactStatistics$, () => RequestImpactStatistics$, () => AnomalousServiceList],
|
|
701
708
|
];
|
|
702
|
-
export var InsightImpactGraphEdge = [3, n0, _IIGE, 0, [_RI], [1]];
|
|
703
|
-
export var InsightImpactGraphService = [
|
|
709
|
+
export var InsightImpactGraphEdge$ = [3, n0, _IIGE, 0, [_RI], [1]];
|
|
710
|
+
export var InsightImpactGraphService$ = [
|
|
704
711
|
3,
|
|
705
712
|
n0,
|
|
706
713
|
_IIGS,
|
|
@@ -708,8 +715,8 @@ export var InsightImpactGraphService = [
|
|
|
708
715
|
[_RI, _T, _N, _Na, _AI, _Ed],
|
|
709
716
|
[1, 0, 0, 64 | 0, 0, () => InsightImpactGraphEdgeList],
|
|
710
717
|
];
|
|
711
|
-
export var InsightsConfiguration = [3, n0, _IC, 0, [_IEns, _NE], [2, 2]];
|
|
712
|
-
export var InsightSummary = [
|
|
718
|
+
export var InsightsConfiguration$ = [3, n0, _IC, 0, [_IEns, _NE], [2, 2]];
|
|
719
|
+
export var InsightSummary$ = [
|
|
713
720
|
3,
|
|
714
721
|
n0,
|
|
715
722
|
_ISn,
|
|
@@ -719,25 +726,25 @@ export var InsightSummary = [
|
|
|
719
726
|
0,
|
|
720
727
|
0,
|
|
721
728
|
0,
|
|
722
|
-
() => ServiceId
|
|
729
|
+
() => ServiceId$,
|
|
723
730
|
64 | 0,
|
|
724
731
|
0,
|
|
725
732
|
4,
|
|
726
733
|
4,
|
|
727
734
|
0,
|
|
728
|
-
() => RequestImpactStatistics
|
|
729
|
-
() => RequestImpactStatistics
|
|
735
|
+
() => RequestImpactStatistics$,
|
|
736
|
+
() => RequestImpactStatistics$,
|
|
730
737
|
() => AnomalousServiceList,
|
|
731
738
|
4,
|
|
732
739
|
],
|
|
733
740
|
];
|
|
734
|
-
export var InstanceIdDetail = [3, n0, _IID, 0, [_Id], [0]];
|
|
735
|
-
export var InvalidPolicyRevisionIdException = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
736
|
-
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException
|
|
737
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_M], [0]];
|
|
738
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
739
|
-
export var ListResourcePoliciesRequest = [3, n0, _LRPR, 0, [_NT], [0]];
|
|
740
|
-
export var ListResourcePoliciesResult = [
|
|
741
|
+
export var InstanceIdDetail$ = [3, n0, _IID, 0, [_Id], [0]];
|
|
742
|
+
export var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
743
|
+
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
744
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_M], [0]];
|
|
745
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
746
|
+
export var ListResourcePoliciesRequest$ = [3, n0, _LRPR, 0, [_NT], [0]];
|
|
747
|
+
export var ListResourcePoliciesResult$ = [
|
|
741
748
|
3,
|
|
742
749
|
n0,
|
|
743
750
|
_LRPRi,
|
|
@@ -745,8 +752,8 @@ export var ListResourcePoliciesResult = [
|
|
|
745
752
|
[_RP, _NT],
|
|
746
753
|
[() => ResourcePolicyList, 0],
|
|
747
754
|
];
|
|
748
|
-
export var ListRetrievedTracesRequest = [3, n0, _LRTR, 0, [_RT, _TF, _NT], [0, 0, 0]];
|
|
749
|
-
export var ListRetrievedTracesResult = [
|
|
755
|
+
export var ListRetrievedTracesRequest$ = [3, n0, _LRTR, 0, [_RT, _TF, _NT], [0, 0, 0]];
|
|
756
|
+
export var ListRetrievedTracesResult$ = [
|
|
750
757
|
3,
|
|
751
758
|
n0,
|
|
752
759
|
_LRTRi,
|
|
@@ -754,23 +761,30 @@ export var ListRetrievedTracesResult = [
|
|
|
754
761
|
[_RS, _TF, _Tr, _NT],
|
|
755
762
|
[0, 0, () => TraceSpanList, 0],
|
|
756
763
|
];
|
|
757
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
|
|
758
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
759
|
-
export var LockoutPreventionException = [-3, n0, _LPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
760
|
-
TypeRegistry.for(n0).registerError(LockoutPreventionException
|
|
761
|
-
export var MalformedPolicyDocumentException = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
762
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException
|
|
763
|
-
export var PolicyCountLimitExceededException = [
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
export var
|
|
773
|
-
|
|
764
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARNe, _NT], [0, 0]];
|
|
765
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
766
|
+
export var LockoutPreventionException$ = [-3, n0, _LPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
767
|
+
TypeRegistry.for(n0).registerError(LockoutPreventionException$, LockoutPreventionException);
|
|
768
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
769
|
+
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
770
|
+
export var PolicyCountLimitExceededException$ = [
|
|
771
|
+
-3,
|
|
772
|
+
n0,
|
|
773
|
+
_PCLEE,
|
|
774
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
775
|
+
[_M],
|
|
776
|
+
[0],
|
|
777
|
+
];
|
|
778
|
+
TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException$, PolicyCountLimitExceededException);
|
|
779
|
+
export var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
780
|
+
TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
781
|
+
export var ProbabilisticRuleValue$ = [3, n0, _PRV, 0, [_DSP, _ASP], [1, 1]];
|
|
782
|
+
export var ProbabilisticRuleValueUpdate$ = [3, n0, _PRVU, 0, [_DSP], [1]];
|
|
783
|
+
export var PutEncryptionConfigRequest$ = [3, n0, _PECR, 0, [_KI, _T], [0, 0]];
|
|
784
|
+
export var PutEncryptionConfigResult$ = [3, n0, _PECRu, 0, [_EC], [() => EncryptionConfig$]];
|
|
785
|
+
export var PutResourcePolicyRequest$ = [3, n0, _PRPR, 0, [_PN, _PD, _PRI, _BPLC], [0, 0, 0, 2]];
|
|
786
|
+
export var PutResourcePolicyResult$ = [3, n0, _PRPRu, 0, [_RPe], [() => ResourcePolicy$]];
|
|
787
|
+
export var PutTelemetryRecordsRequest$ = [
|
|
774
788
|
3,
|
|
775
789
|
n0,
|
|
776
790
|
_PTRR,
|
|
@@ -778,9 +792,9 @@ export var PutTelemetryRecordsRequest = [
|
|
|
778
792
|
[_TR, _ECII, _Ho, _RARNe],
|
|
779
793
|
[() => TelemetryRecordList, 0, 0, 0],
|
|
780
794
|
];
|
|
781
|
-
export var PutTelemetryRecordsResult = [3, n0, _PTRRu, 0, [], []];
|
|
782
|
-
export var PutTraceSegmentsRequest = [3, n0, _PTSR, 0, [_TSD], [64 | 0]];
|
|
783
|
-
export var PutTraceSegmentsResult = [
|
|
795
|
+
export var PutTelemetryRecordsResult$ = [3, n0, _PTRRu, 0, [], []];
|
|
796
|
+
export var PutTraceSegmentsRequest$ = [3, n0, _PTSR, 0, [_TSD], [64 | 0]];
|
|
797
|
+
export var PutTraceSegmentsResult$ = [
|
|
784
798
|
3,
|
|
785
799
|
n0,
|
|
786
800
|
_PTSRu,
|
|
@@ -788,12 +802,19 @@ export var PutTraceSegmentsResult = [
|
|
|
788
802
|
[_UTS],
|
|
789
803
|
[() => UnprocessedTraceSegmentList],
|
|
790
804
|
];
|
|
791
|
-
export var RequestImpactStatistics = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
|
|
792
|
-
export var ResourceARNDetail = [3, n0, _RARND, 0, [_ARN], [0]];
|
|
793
|
-
export var ResourceNotFoundException = [
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
805
|
+
export var RequestImpactStatistics$ = [3, n0, _RIS, 0, [_FC, _OCk, _TCo], [1, 1, 1]];
|
|
806
|
+
export var ResourceARNDetail$ = [3, n0, _RARND, 0, [_ARN], [0]];
|
|
807
|
+
export var ResourceNotFoundException$ = [
|
|
808
|
+
-3,
|
|
809
|
+
n0,
|
|
810
|
+
_RNFE,
|
|
811
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
812
|
+
[_M, _RNe],
|
|
813
|
+
[0, 0],
|
|
814
|
+
];
|
|
815
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
816
|
+
export var ResourcePolicy$ = [3, n0, _RPe, 0, [_PN, _PD, _PRI, _LUTa], [0, 0, 0, 4]];
|
|
817
|
+
export var ResponseTimeRootCause$ = [
|
|
797
818
|
3,
|
|
798
819
|
n0,
|
|
799
820
|
_RTRC,
|
|
@@ -801,8 +822,8 @@ export var ResponseTimeRootCause = [
|
|
|
801
822
|
[_Se, _CI],
|
|
802
823
|
[() => ResponseTimeRootCauseServices, 2],
|
|
803
824
|
];
|
|
804
|
-
export var ResponseTimeRootCauseEntity = [3, n0, _RTRCE, 0, [_N, _Co, _R], [0, 1, 2]];
|
|
805
|
-
export var ResponseTimeRootCauseService = [
|
|
825
|
+
export var ResponseTimeRootCauseEntity$ = [3, n0, _RTRCE, 0, [_N, _Co, _R], [0, 1, 2]];
|
|
826
|
+
export var ResponseTimeRootCauseService$ = [
|
|
806
827
|
3,
|
|
807
828
|
n0,
|
|
808
829
|
_RTRCS,
|
|
@@ -810,13 +831,13 @@ export var ResponseTimeRootCauseService = [
|
|
|
810
831
|
[_N, _Na, _T, _AI, _EP, _I],
|
|
811
832
|
[0, 64 | 0, 0, 0, () => ResponseTimeRootCauseEntityPath, 2],
|
|
812
833
|
];
|
|
813
|
-
export var RetrievedService = [3, n0, _RSe, 0, [_Ser, _L], [() => Service
|
|
814
|
-
export var RetrievedTrace = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
|
|
815
|
-
export var RootCauseException = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
|
|
816
|
-
export var RuleLimitExceededException = [-3, n0, _RLEE, { [_e]: _c }, [_M], [0]];
|
|
817
|
-
TypeRegistry.for(n0).registerError(RuleLimitExceededException
|
|
818
|
-
export var SamplingBoost = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
|
|
819
|
-
export var SamplingBoostStatisticsDocument = [
|
|
834
|
+
export var RetrievedService$ = [3, n0, _RSe, 0, [_Ser, _L], [() => Service$, () => LinksList]];
|
|
835
|
+
export var RetrievedTrace$ = [3, n0, _RTet, 0, [_Id, _Du, _Sp], [0, 1, () => SpanList]];
|
|
836
|
+
export var RootCauseException$ = [3, n0, _RCE, 0, [_N, _M], [0, 0]];
|
|
837
|
+
export var RuleLimitExceededException$ = [-3, n0, _RLEE, { [_e]: _c }, [_M], [0]];
|
|
838
|
+
TypeRegistry.for(n0).registerError(RuleLimitExceededException$, RuleLimitExceededException);
|
|
839
|
+
export var SamplingBoost$ = [3, n0, _SB, 0, [_BR, _BRTTL], [1, 4]];
|
|
840
|
+
export var SamplingBoostStatisticsDocument$ = [
|
|
820
841
|
3,
|
|
821
842
|
n0,
|
|
822
843
|
_SBSDa,
|
|
@@ -824,25 +845,25 @@ export var SamplingBoostStatisticsDocument = [
|
|
|
824
845
|
[_RN, _SN, _Ti, _AC, _TCo, _SAC],
|
|
825
846
|
[0, 0, 4, 1, 1, 1],
|
|
826
847
|
];
|
|
827
|
-
export var SamplingRateBoost = [3, n0, _SRB, 0, [_MRa, _CWM], [1, 1]];
|
|
828
|
-
export var SamplingRule = [
|
|
848
|
+
export var SamplingRateBoost$ = [3, n0, _SRB, 0, [_MRa, _CWM], [1, 1]];
|
|
849
|
+
export var SamplingRule$ = [
|
|
829
850
|
3,
|
|
830
851
|
n0,
|
|
831
852
|
_SR,
|
|
832
853
|
0,
|
|
833
854
|
[_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve, _At, _SRB],
|
|
834
|
-
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 128 | 0, () => SamplingRateBoost],
|
|
855
|
+
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 128 | 0, () => SamplingRateBoost$],
|
|
835
856
|
];
|
|
836
|
-
export var SamplingRuleRecord = [3, n0, _SRR, 0, [_SR, _CA, _MA], [() => SamplingRule
|
|
837
|
-
export var SamplingRuleUpdate = [
|
|
857
|
+
export var SamplingRuleRecord$ = [3, n0, _SRR, 0, [_SR, _CA, _MA], [() => SamplingRule$, 4, 4]];
|
|
858
|
+
export var SamplingRuleUpdate$ = [
|
|
838
859
|
3,
|
|
839
860
|
n0,
|
|
840
861
|
_SRU,
|
|
841
862
|
0,
|
|
842
863
|
[_RN, _RARN, _RARNe, _Pr, _FR, _RSes, _Hos, _SN, _STe, _HTTPM, _URLP, _At, _SRB],
|
|
843
|
-
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost],
|
|
864
|
+
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost$],
|
|
844
865
|
];
|
|
845
|
-
export var SamplingStatisticsDocument = [
|
|
866
|
+
export var SamplingStatisticsDocument$ = [
|
|
846
867
|
3,
|
|
847
868
|
n0,
|
|
848
869
|
_SSDa,
|
|
@@ -850,7 +871,7 @@ export var SamplingStatisticsDocument = [
|
|
|
850
871
|
[_RN, _CID, _Ti, _RC, _SC, _BC],
|
|
851
872
|
[0, 0, 4, 1, 1, 1],
|
|
852
873
|
];
|
|
853
|
-
export var SamplingStatisticSummary = [
|
|
874
|
+
export var SamplingStatisticSummary$ = [
|
|
854
875
|
3,
|
|
855
876
|
n0,
|
|
856
877
|
_SSSa,
|
|
@@ -858,61 +879,61 @@ export var SamplingStatisticSummary = [
|
|
|
858
879
|
[_RN, _Ti, _RC, _BC, _SC],
|
|
859
880
|
[0, 4, 1, 1, 1],
|
|
860
881
|
];
|
|
861
|
-
export var SamplingStrategy = [3, n0, _SSa, 0, [_N, _V], [0, 1]];
|
|
862
|
-
export var SamplingTargetDocument = [
|
|
882
|
+
export var SamplingStrategy$ = [3, n0, _SSa, 0, [_N, _V], [0, 1]];
|
|
883
|
+
export var SamplingTargetDocument$ = [
|
|
863
884
|
3,
|
|
864
885
|
n0,
|
|
865
886
|
_STDa,
|
|
866
887
|
0,
|
|
867
888
|
[_RN, _FR, _RQ, _RQTTL, _Int, _SB],
|
|
868
|
-
[0, 1, 1, 4, 1, () => SamplingBoost],
|
|
889
|
+
[0, 1, 1, 4, 1, () => SamplingBoost$],
|
|
869
890
|
];
|
|
870
|
-
export var Segment = [3, n0, _Seg, 0, [_Id, _Do], [0, 0]];
|
|
871
|
-
export var Service = [
|
|
891
|
+
export var Segment$ = [3, n0, _Seg, 0, [_Id, _Do], [0, 0]];
|
|
892
|
+
export var Service$ = [
|
|
872
893
|
3,
|
|
873
894
|
n0,
|
|
874
895
|
_Ser,
|
|
875
896
|
0,
|
|
876
897
|
[_RI, _N, _Na, _Ro, _AI, _T, _Sta, _ST, _ET, _Ed, _SS, _DH, _RTH],
|
|
877
|
-
[1, 0, 64 | 0, 2, 0, 0, 0, 4, 4, () => EdgeList, () => ServiceStatistics
|
|
898
|
+
[1, 0, 64 | 0, 2, 0, 0, 0, 4, 4, () => EdgeList, () => ServiceStatistics$, () => Histogram, () => Histogram],
|
|
878
899
|
];
|
|
879
|
-
export var ServiceId = [3, n0, _SI, 0, [_N, _Na, _AI, _T], [0, 64 | 0, 0, 0]];
|
|
880
|
-
export var ServiceStatistics = [
|
|
900
|
+
export var ServiceId$ = [3, n0, _SI, 0, [_N, _Na, _AI, _T], [0, 64 | 0, 0, 0]];
|
|
901
|
+
export var ServiceStatistics$ = [
|
|
881
902
|
3,
|
|
882
903
|
n0,
|
|
883
904
|
_SSe,
|
|
884
905
|
0,
|
|
885
906
|
[_OCk, _ESr, _FS, _TCo, _TRT],
|
|
886
|
-
[1, () => ErrorStatistics
|
|
887
|
-
];
|
|
888
|
-
export var Span = [3, n0, _Spa, 0, [_Id, _Do], [0, 0]];
|
|
889
|
-
export var StartTraceRetrievalRequest = [3, n0, _STRR, 0, [_TI, _ST, _ET], [64 | 0, 4, 4]];
|
|
890
|
-
export var StartTraceRetrievalResult = [3, n0, _STRRt, 0, [_RT], [0]];
|
|
891
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
892
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RARNe, _Ta], [0, () => TagList]];
|
|
893
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
894
|
-
export var TelemetryRecord = [
|
|
907
|
+
[1, () => ErrorStatistics$, () => FaultStatistics$, 1, 1],
|
|
908
|
+
];
|
|
909
|
+
export var Span$ = [3, n0, _Spa, 0, [_Id, _Do], [0, 0]];
|
|
910
|
+
export var StartTraceRetrievalRequest$ = [3, n0, _STRR, 0, [_TI, _ST, _ET], [64 | 0, 4, 4]];
|
|
911
|
+
export var StartTraceRetrievalResult$ = [3, n0, _STRRt, 0, [_RT], [0]];
|
|
912
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
913
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARNe, _Ta], [0, () => TagList]];
|
|
914
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
915
|
+
export var TelemetryRecord$ = [
|
|
895
916
|
3,
|
|
896
917
|
n0,
|
|
897
918
|
_TRe,
|
|
898
919
|
0,
|
|
899
920
|
[_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
|
|
900
|
-
[4, 1, 1, 1, 1, () => BackendConnectionErrors],
|
|
921
|
+
[4, 1, 1, 1, 1, () => BackendConnectionErrors$],
|
|
901
922
|
];
|
|
902
|
-
export var ThrottledException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
903
|
-
TypeRegistry.for(n0).registerError(ThrottledException
|
|
904
|
-
export var TimeSeriesServiceStatistics = [
|
|
923
|
+
export var ThrottledException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
|
|
924
|
+
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
925
|
+
export var TimeSeriesServiceStatistics$ = [
|
|
905
926
|
3,
|
|
906
927
|
n0,
|
|
907
928
|
_TSSS,
|
|
908
929
|
0,
|
|
909
930
|
[_Ti, _ESS, _SSSe, _SFS, _RTH],
|
|
910
|
-
[4, () => EdgeStatistics
|
|
931
|
+
[4, () => EdgeStatistics$, () => ServiceStatistics$, () => ForecastStatistics$, () => Histogram],
|
|
911
932
|
];
|
|
912
|
-
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RNe], [0, 0]];
|
|
913
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
914
|
-
export var Trace = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
|
|
915
|
-
export var TraceSummary = [
|
|
933
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RNe], [0, 0]];
|
|
934
|
+
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
935
|
+
export var Trace$ = [3, n0, _Tra, 0, [_Id, _Du, _LE, _Segm], [0, 1, 2, () => SegmentList]];
|
|
936
|
+
export var TraceSummary$ = [
|
|
916
937
|
3,
|
|
917
938
|
n0,
|
|
918
939
|
_TSr,
|
|
@@ -949,14 +970,14 @@ export var TraceSummary = [
|
|
|
949
970
|
2,
|
|
950
971
|
2,
|
|
951
972
|
2,
|
|
952
|
-
() => Http
|
|
973
|
+
() => Http$,
|
|
953
974
|
() => Annotations,
|
|
954
975
|
() => TraceUsers,
|
|
955
976
|
() => ServiceIds,
|
|
956
977
|
() => TraceResourceARNs,
|
|
957
978
|
() => TraceInstanceIds,
|
|
958
979
|
() => TraceAvailabilityZones,
|
|
959
|
-
() => ServiceId
|
|
980
|
+
() => ServiceId$,
|
|
960
981
|
() => FaultRootCauses,
|
|
961
982
|
() => ErrorRootCauses,
|
|
962
983
|
() => ResponseTimeRootCauses,
|
|
@@ -964,416 +985,410 @@ export var TraceSummary = [
|
|
|
964
985
|
4,
|
|
965
986
|
],
|
|
966
987
|
];
|
|
967
|
-
export var TraceUser = [3, n0, _TU, 0, [_UN, _SIe], [0, () => ServiceIds]];
|
|
968
|
-
export var UnprocessedStatistics = [3, n0, _US, 0, [_RN, _ECr, _M], [0, 0, 0]];
|
|
969
|
-
export var UnprocessedTraceSegment = [3, n0, _UTSn, 0, [_Id, _ECr, _M], [0, 0, 0]];
|
|
970
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
|
|
971
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
972
|
-
export var UpdateGroupRequest = [
|
|
988
|
+
export var TraceUser$ = [3, n0, _TU, 0, [_UN, _SIe], [0, () => ServiceIds]];
|
|
989
|
+
export var UnprocessedStatistics$ = [3, n0, _US, 0, [_RN, _ECr, _M], [0, 0, 0]];
|
|
990
|
+
export var UnprocessedTraceSegment$ = [3, n0, _UTSn, 0, [_Id, _ECr, _M], [0, 0, 0]];
|
|
991
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARNe, _TK], [0, 64 | 0]];
|
|
992
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
993
|
+
export var UpdateGroupRequest$ = [
|
|
973
994
|
3,
|
|
974
995
|
n0,
|
|
975
996
|
_UGR,
|
|
976
997
|
0,
|
|
977
998
|
[_GN, _GARN, _FE, _IC],
|
|
978
|
-
[0, 0, 0, () => InsightsConfiguration],
|
|
999
|
+
[0, 0, 0, () => InsightsConfiguration$],
|
|
979
1000
|
];
|
|
980
|
-
export var UpdateGroupResult = [3, n0, _UGRp, 0, [_G], [() => Group]];
|
|
981
|
-
export var UpdateIndexingRuleRequest = [
|
|
1001
|
+
export var UpdateGroupResult$ = [3, n0, _UGRp, 0, [_G], [() => Group$]];
|
|
1002
|
+
export var UpdateIndexingRuleRequest$ = [
|
|
982
1003
|
3,
|
|
983
1004
|
n0,
|
|
984
1005
|
_UIRR,
|
|
985
1006
|
0,
|
|
986
1007
|
[_N, _Ru],
|
|
987
|
-
[0, () => IndexingRuleValueUpdate],
|
|
988
|
-
];
|
|
989
|
-
export var UpdateIndexingRuleResult = [3, n0, _UIRRp, 0, [_IRn], [() => IndexingRule]];
|
|
990
|
-
export var UpdateSamplingRuleRequest = [3, n0, _USRR, 0, [_SRU], [() => SamplingRuleUpdate]];
|
|
991
|
-
export var UpdateSamplingRuleResult = [3, n0, _USRRp, 0, [_SRR], [() => SamplingRuleRecord]];
|
|
992
|
-
export var UpdateTraceSegmentDestinationRequest = [3, n0, _UTSDR, 0, [_D], [0]];
|
|
993
|
-
export var UpdateTraceSegmentDestinationResult = [3, n0, _UTSDRp, 0, [_D, _S], [0, 0]];
|
|
994
|
-
export var ValueWithServiceIds = [
|
|
1008
|
+
[0, () => IndexingRuleValueUpdate$],
|
|
1009
|
+
];
|
|
1010
|
+
export var UpdateIndexingRuleResult$ = [3, n0, _UIRRp, 0, [_IRn], [() => IndexingRule$]];
|
|
1011
|
+
export var UpdateSamplingRuleRequest$ = [3, n0, _USRR, 0, [_SRU], [() => SamplingRuleUpdate$]];
|
|
1012
|
+
export var UpdateSamplingRuleResult$ = [3, n0, _USRRp, 0, [_SRR], [() => SamplingRuleRecord$]];
|
|
1013
|
+
export var UpdateTraceSegmentDestinationRequest$ = [3, n0, _UTSDR, 0, [_D], [0]];
|
|
1014
|
+
export var UpdateTraceSegmentDestinationResult$ = [3, n0, _UTSDRp, 0, [_D, _S], [0, 0]];
|
|
1015
|
+
export var ValueWithServiceIds$ = [
|
|
995
1016
|
3,
|
|
996
1017
|
n0,
|
|
997
1018
|
_VWSI,
|
|
998
1019
|
0,
|
|
999
1020
|
[_AV, _SIe],
|
|
1000
|
-
[() => AnnotationValue
|
|
1001
|
-
];
|
|
1002
|
-
export var XRayServiceException = [-3, _s, "XRayServiceException", 0, [], []];
|
|
1003
|
-
TypeRegistry.for(_s).registerError(XRayServiceException
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
];
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
export var
|
|
1061
|
-
export var
|
|
1062
|
-
export var
|
|
1063
|
-
export var ValuesWithServiceIds = [1, n0, _VWSIa, 0, () => ValueWithServiceIds];
|
|
1064
|
-
export var Annotations = [2, n0, _An, 0, 0, () => ValuesWithServiceIds];
|
|
1065
|
-
export var AttributeMap = 128 | 0;
|
|
1066
|
-
export var AnnotationValue = [3, n0, _AV, 0, [_NV, _BV, _SV], [1, 2, 0]];
|
|
1067
|
-
export var IndexingRuleValue = [3, n0, _IRV, 0, [_Pro], [() => ProbabilisticRuleValue]];
|
|
1068
|
-
export var IndexingRuleValueUpdate = [
|
|
1021
|
+
[() => AnnotationValue$, () => ServiceIds],
|
|
1022
|
+
];
|
|
1023
|
+
export var XRayServiceException$ = [-3, _s, "XRayServiceException", 0, [], []];
|
|
1024
|
+
TypeRegistry.for(_s).registerError(XRayServiceException$, XRayServiceException);
|
|
1025
|
+
var AliasList = [1, n0, _AL, 0, () => Alias$];
|
|
1026
|
+
var AliasNames = 64 | 0;
|
|
1027
|
+
var AnomalousServiceList = [1, n0, _ASL, 0, () => AnomalousService$];
|
|
1028
|
+
var EdgeList = [1, n0, _EL, 0, () => Edge$];
|
|
1029
|
+
var ErrorRootCauseEntityPath = [1, n0, _ERCEP, 0, () => ErrorRootCauseEntity$];
|
|
1030
|
+
var ErrorRootCauses = [1, n0, _ERCr, 0, () => ErrorRootCause$];
|
|
1031
|
+
var ErrorRootCauseServices = [1, n0, _ERCSr, 0, () => ErrorRootCauseService$];
|
|
1032
|
+
var FaultRootCauseEntityPath = [1, n0, _FRCEP, 0, () => FaultRootCauseEntity$];
|
|
1033
|
+
var FaultRootCauses = [1, n0, _FRCa, 0, () => FaultRootCause$];
|
|
1034
|
+
var FaultRootCauseServices = [1, n0, _FRCSa, 0, () => FaultRootCauseService$];
|
|
1035
|
+
var GroupSummaryList = [1, n0, _GSL, 0, () => GroupSummary$];
|
|
1036
|
+
var Histogram = [1, n0, _Hi, 0, () => HistogramEntry$];
|
|
1037
|
+
var IndexingRuleList = [1, n0, _IRL, 0, () => IndexingRule$];
|
|
1038
|
+
var InsightCategoryList = 64 | 0;
|
|
1039
|
+
var InsightEventList = [1, n0, _IEL, 0, () => InsightEvent$];
|
|
1040
|
+
var InsightImpactGraphEdgeList = [1, n0, _IIGEL, 0, () => InsightImpactGraphEdge$];
|
|
1041
|
+
var InsightImpactGraphServiceList = [1, n0, _IIGSL, 0, () => InsightImpactGraphService$];
|
|
1042
|
+
var InsightStateList = 64 | 0;
|
|
1043
|
+
var InsightSummaryList = [1, n0, _ISL, 0, () => InsightSummary$];
|
|
1044
|
+
var LinksList = [1, n0, _LL, 0, () => GraphLink$];
|
|
1045
|
+
var ResourcePolicyList = [1, n0, _RPL, 0, () => ResourcePolicy$];
|
|
1046
|
+
var ResponseTimeRootCauseEntityPath = [1, n0, _RTRCEP, 0, () => ResponseTimeRootCauseEntity$];
|
|
1047
|
+
var ResponseTimeRootCauses = [1, n0, _RTRCe, 0, () => ResponseTimeRootCause$];
|
|
1048
|
+
var ResponseTimeRootCauseServices = [1, n0, _RTRCSe, 0, () => ResponseTimeRootCauseService$];
|
|
1049
|
+
var RetrievedServicesList = [1, n0, _RSL, 0, () => RetrievedService$];
|
|
1050
|
+
var RootCauseExceptions = [1, n0, _RCEo, 0, () => RootCauseException$];
|
|
1051
|
+
var SamplingBoostStatisticsDocumentList = [1, n0, _SBSDL, 0, () => SamplingBoostStatisticsDocument$];
|
|
1052
|
+
var SamplingRuleRecordList = [1, n0, _SRRL, 0, () => SamplingRuleRecord$];
|
|
1053
|
+
var SamplingStatisticsDocumentList = [1, n0, _SSDL, 0, () => SamplingStatisticsDocument$];
|
|
1054
|
+
var SamplingStatisticSummaryList = [1, n0, _SSSL, 0, () => SamplingStatisticSummary$];
|
|
1055
|
+
var SamplingTargetDocumentList = [1, n0, _STDL, 0, () => SamplingTargetDocument$];
|
|
1056
|
+
var SegmentList = [1, n0, _SL, 0, () => Segment$];
|
|
1057
|
+
var ServiceIds = [1, n0, _SIe, 0, () => ServiceId$];
|
|
1058
|
+
var ServiceList = [1, n0, _SLe, 0, () => Service$];
|
|
1059
|
+
var ServiceNames = 64 | 0;
|
|
1060
|
+
var SpanList = [1, n0, _SLp, 0, () => Span$];
|
|
1061
|
+
var TagKeyList = 64 | 0;
|
|
1062
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1063
|
+
var TelemetryRecordList = [1, n0, _TRL, 0, () => TelemetryRecord$];
|
|
1064
|
+
var TimeSeriesServiceStatisticsList = [1, n0, _TSSSL, 0, () => TimeSeriesServiceStatistics$];
|
|
1065
|
+
var TraceAvailabilityZones = [1, n0, _TAZ, 0, () => AvailabilityZoneDetail$];
|
|
1066
|
+
var TraceIdList = 64 | 0;
|
|
1067
|
+
var TraceIdListForRetrieval = 64 | 0;
|
|
1068
|
+
var TraceInstanceIds = [1, n0, _TII, 0, () => InstanceIdDetail$];
|
|
1069
|
+
var TraceList = [1, n0, _TLr, 0, () => Trace$];
|
|
1070
|
+
var TraceResourceARNs = [1, n0, _TRARN, 0, () => ResourceARNDetail$];
|
|
1071
|
+
var TraceSegmentDocumentList = 64 | 0;
|
|
1072
|
+
var TraceSpanList = [1, n0, _TSL, 0, () => RetrievedTrace$];
|
|
1073
|
+
var TraceSummaryList = [1, n0, _TSLr, 0, () => TraceSummary$];
|
|
1074
|
+
var TraceUsers = [1, n0, _TUr, 0, () => TraceUser$];
|
|
1075
|
+
var UnprocessedStatisticsList = [1, n0, _USL, 0, () => UnprocessedStatistics$];
|
|
1076
|
+
var UnprocessedTraceIdList = 64 | 0;
|
|
1077
|
+
var UnprocessedTraceSegmentList = [1, n0, _UTSL, 0, () => UnprocessedTraceSegment$];
|
|
1078
|
+
var ValuesWithServiceIds = [1, n0, _VWSIa, 0, () => ValueWithServiceIds$];
|
|
1079
|
+
var Annotations = [2, n0, _An, 0, 0, () => ValuesWithServiceIds];
|
|
1080
|
+
var AttributeMap = 128 | 0;
|
|
1081
|
+
export var AnnotationValue$ = [3, n0, _AV, 0, [_NV, _BV, _SV], [1, 2, 0]];
|
|
1082
|
+
export var IndexingRuleValue$ = [3, n0, _IRV, 0, [_Pro], [() => ProbabilisticRuleValue$]];
|
|
1083
|
+
export var IndexingRuleValueUpdate$ = [
|
|
1069
1084
|
3,
|
|
1070
1085
|
n0,
|
|
1071
1086
|
_IRVU,
|
|
1072
1087
|
0,
|
|
1073
1088
|
[_Pro],
|
|
1074
|
-
[() => ProbabilisticRuleValueUpdate],
|
|
1089
|
+
[() => ProbabilisticRuleValueUpdate$],
|
|
1075
1090
|
];
|
|
1076
|
-
export var BatchGetTraces = [
|
|
1091
|
+
export var BatchGetTraces$ = [
|
|
1077
1092
|
9,
|
|
1078
1093
|
n0,
|
|
1079
1094
|
_BGT,
|
|
1080
1095
|
{ [_h]: ["POST", "/Traces", 200] },
|
|
1081
|
-
() => BatchGetTracesRequest
|
|
1082
|
-
() => BatchGetTracesResult
|
|
1096
|
+
() => BatchGetTracesRequest$,
|
|
1097
|
+
() => BatchGetTracesResult$,
|
|
1083
1098
|
];
|
|
1084
|
-
export var CancelTraceRetrieval = [
|
|
1099
|
+
export var CancelTraceRetrieval$ = [
|
|
1085
1100
|
9,
|
|
1086
1101
|
n0,
|
|
1087
1102
|
_CTR,
|
|
1088
1103
|
{ [_h]: ["POST", "/CancelTraceRetrieval", 200] },
|
|
1089
|
-
() => CancelTraceRetrievalRequest
|
|
1090
|
-
() => CancelTraceRetrievalResult
|
|
1104
|
+
() => CancelTraceRetrievalRequest$,
|
|
1105
|
+
() => CancelTraceRetrievalResult$,
|
|
1091
1106
|
];
|
|
1092
|
-
export var CreateGroup = [
|
|
1107
|
+
export var CreateGroup$ = [
|
|
1093
1108
|
9,
|
|
1094
1109
|
n0,
|
|
1095
1110
|
_CG,
|
|
1096
1111
|
{ [_h]: ["POST", "/CreateGroup", 200] },
|
|
1097
|
-
() => CreateGroupRequest
|
|
1098
|
-
() => CreateGroupResult
|
|
1112
|
+
() => CreateGroupRequest$,
|
|
1113
|
+
() => CreateGroupResult$,
|
|
1099
1114
|
];
|
|
1100
|
-
export var CreateSamplingRule = [
|
|
1115
|
+
export var CreateSamplingRule$ = [
|
|
1101
1116
|
9,
|
|
1102
1117
|
n0,
|
|
1103
1118
|
_CSR,
|
|
1104
1119
|
{ [_h]: ["POST", "/CreateSamplingRule", 200] },
|
|
1105
|
-
() => CreateSamplingRuleRequest
|
|
1106
|
-
() => CreateSamplingRuleResult
|
|
1120
|
+
() => CreateSamplingRuleRequest$,
|
|
1121
|
+
() => CreateSamplingRuleResult$,
|
|
1107
1122
|
];
|
|
1108
|
-
export var DeleteGroup = [
|
|
1123
|
+
export var DeleteGroup$ = [
|
|
1109
1124
|
9,
|
|
1110
1125
|
n0,
|
|
1111
1126
|
_DG,
|
|
1112
1127
|
{ [_h]: ["POST", "/DeleteGroup", 200] },
|
|
1113
|
-
() => DeleteGroupRequest
|
|
1114
|
-
() => DeleteGroupResult
|
|
1128
|
+
() => DeleteGroupRequest$,
|
|
1129
|
+
() => DeleteGroupResult$,
|
|
1115
1130
|
];
|
|
1116
|
-
export var DeleteResourcePolicy = [
|
|
1131
|
+
export var DeleteResourcePolicy$ = [
|
|
1117
1132
|
9,
|
|
1118
1133
|
n0,
|
|
1119
1134
|
_DRP,
|
|
1120
1135
|
{ [_h]: ["POST", "/DeleteResourcePolicy", 200] },
|
|
1121
|
-
() => DeleteResourcePolicyRequest
|
|
1122
|
-
() => DeleteResourcePolicyResult
|
|
1136
|
+
() => DeleteResourcePolicyRequest$,
|
|
1137
|
+
() => DeleteResourcePolicyResult$,
|
|
1123
1138
|
];
|
|
1124
|
-
export var DeleteSamplingRule = [
|
|
1139
|
+
export var DeleteSamplingRule$ = [
|
|
1125
1140
|
9,
|
|
1126
1141
|
n0,
|
|
1127
1142
|
_DSR,
|
|
1128
1143
|
{ [_h]: ["POST", "/DeleteSamplingRule", 200] },
|
|
1129
|
-
() => DeleteSamplingRuleRequest
|
|
1130
|
-
() => DeleteSamplingRuleResult
|
|
1144
|
+
() => DeleteSamplingRuleRequest$,
|
|
1145
|
+
() => DeleteSamplingRuleResult$,
|
|
1131
1146
|
];
|
|
1132
|
-
export var GetEncryptionConfig = [
|
|
1147
|
+
export var GetEncryptionConfig$ = [
|
|
1133
1148
|
9,
|
|
1134
1149
|
n0,
|
|
1135
1150
|
_GEC,
|
|
1136
1151
|
{ [_h]: ["POST", "/EncryptionConfig", 200] },
|
|
1137
|
-
() => GetEncryptionConfigRequest
|
|
1138
|
-
() => GetEncryptionConfigResult
|
|
1152
|
+
() => GetEncryptionConfigRequest$,
|
|
1153
|
+
() => GetEncryptionConfigResult$,
|
|
1139
1154
|
];
|
|
1140
|
-
export var GetGroup = [
|
|
1155
|
+
export var GetGroup$ = [
|
|
1141
1156
|
9,
|
|
1142
1157
|
n0,
|
|
1143
1158
|
_GG,
|
|
1144
1159
|
{ [_h]: ["POST", "/GetGroup", 200] },
|
|
1145
|
-
() => GetGroupRequest
|
|
1146
|
-
() => GetGroupResult
|
|
1160
|
+
() => GetGroupRequest$,
|
|
1161
|
+
() => GetGroupResult$,
|
|
1147
1162
|
];
|
|
1148
|
-
export var GetGroups = [
|
|
1163
|
+
export var GetGroups$ = [
|
|
1149
1164
|
9,
|
|
1150
1165
|
n0,
|
|
1151
1166
|
_GGe,
|
|
1152
1167
|
{ [_h]: ["POST", "/Groups", 200] },
|
|
1153
|
-
() => GetGroupsRequest
|
|
1154
|
-
() => GetGroupsResult
|
|
1168
|
+
() => GetGroupsRequest$,
|
|
1169
|
+
() => GetGroupsResult$,
|
|
1155
1170
|
];
|
|
1156
|
-
export var GetIndexingRules = [
|
|
1171
|
+
export var GetIndexingRules$ = [
|
|
1157
1172
|
9,
|
|
1158
1173
|
n0,
|
|
1159
1174
|
_GIRet,
|
|
1160
1175
|
{ [_h]: ["POST", "/GetIndexingRules", 200] },
|
|
1161
|
-
() => GetIndexingRulesRequest
|
|
1162
|
-
() => GetIndexingRulesResult
|
|
1176
|
+
() => GetIndexingRulesRequest$,
|
|
1177
|
+
() => GetIndexingRulesResult$,
|
|
1163
1178
|
];
|
|
1164
|
-
export var GetInsight = [
|
|
1179
|
+
export var GetInsight$ = [
|
|
1165
1180
|
9,
|
|
1166
1181
|
n0,
|
|
1167
1182
|
_GI,
|
|
1168
1183
|
{ [_h]: ["POST", "/Insight", 200] },
|
|
1169
|
-
() => GetInsightRequest
|
|
1170
|
-
() => GetInsightResult
|
|
1184
|
+
() => GetInsightRequest$,
|
|
1185
|
+
() => GetInsightResult$,
|
|
1171
1186
|
];
|
|
1172
|
-
export var GetInsightEvents = [
|
|
1187
|
+
export var GetInsightEvents$ = [
|
|
1173
1188
|
9,
|
|
1174
1189
|
n0,
|
|
1175
1190
|
_GIE,
|
|
1176
1191
|
{ [_h]: ["POST", "/InsightEvents", 200] },
|
|
1177
|
-
() => GetInsightEventsRequest
|
|
1178
|
-
() => GetInsightEventsResult
|
|
1192
|
+
() => GetInsightEventsRequest$,
|
|
1193
|
+
() => GetInsightEventsResult$,
|
|
1179
1194
|
];
|
|
1180
|
-
export var GetInsightImpactGraph = [
|
|
1195
|
+
export var GetInsightImpactGraph$ = [
|
|
1181
1196
|
9,
|
|
1182
1197
|
n0,
|
|
1183
1198
|
_GIIG,
|
|
1184
1199
|
{ [_h]: ["POST", "/InsightImpactGraph", 200] },
|
|
1185
|
-
() => GetInsightImpactGraphRequest
|
|
1186
|
-
() => GetInsightImpactGraphResult
|
|
1200
|
+
() => GetInsightImpactGraphRequest$,
|
|
1201
|
+
() => GetInsightImpactGraphResult$,
|
|
1187
1202
|
];
|
|
1188
|
-
export var GetInsightSummaries = [
|
|
1203
|
+
export var GetInsightSummaries$ = [
|
|
1189
1204
|
9,
|
|
1190
1205
|
n0,
|
|
1191
1206
|
_GIS,
|
|
1192
1207
|
{ [_h]: ["POST", "/InsightSummaries", 200] },
|
|
1193
|
-
() => GetInsightSummariesRequest
|
|
1194
|
-
() => GetInsightSummariesResult
|
|
1208
|
+
() => GetInsightSummariesRequest$,
|
|
1209
|
+
() => GetInsightSummariesResult$,
|
|
1195
1210
|
];
|
|
1196
|
-
export var GetRetrievedTracesGraph = [
|
|
1211
|
+
export var GetRetrievedTracesGraph$ = [
|
|
1197
1212
|
9,
|
|
1198
1213
|
n0,
|
|
1199
1214
|
_GRTG,
|
|
1200
1215
|
{ [_h]: ["POST", "/GetRetrievedTracesGraph", 200] },
|
|
1201
|
-
() => GetRetrievedTracesGraphRequest
|
|
1202
|
-
() => GetRetrievedTracesGraphResult
|
|
1216
|
+
() => GetRetrievedTracesGraphRequest$,
|
|
1217
|
+
() => GetRetrievedTracesGraphResult$,
|
|
1203
1218
|
];
|
|
1204
|
-
export var GetSamplingRules = [
|
|
1219
|
+
export var GetSamplingRules$ = [
|
|
1205
1220
|
9,
|
|
1206
1221
|
n0,
|
|
1207
1222
|
_GSR,
|
|
1208
1223
|
{ [_h]: ["POST", "/GetSamplingRules", 200] },
|
|
1209
|
-
() => GetSamplingRulesRequest
|
|
1210
|
-
() => GetSamplingRulesResult
|
|
1224
|
+
() => GetSamplingRulesRequest$,
|
|
1225
|
+
() => GetSamplingRulesResult$,
|
|
1211
1226
|
];
|
|
1212
|
-
export var GetSamplingStatisticSummaries = [
|
|
1227
|
+
export var GetSamplingStatisticSummaries$ = [
|
|
1213
1228
|
9,
|
|
1214
1229
|
n0,
|
|
1215
1230
|
_GSSS,
|
|
1216
1231
|
{ [_h]: ["POST", "/SamplingStatisticSummaries", 200] },
|
|
1217
|
-
() => GetSamplingStatisticSummariesRequest
|
|
1218
|
-
() => GetSamplingStatisticSummariesResult
|
|
1232
|
+
() => GetSamplingStatisticSummariesRequest$,
|
|
1233
|
+
() => GetSamplingStatisticSummariesResult$,
|
|
1219
1234
|
];
|
|
1220
|
-
export var GetSamplingTargets = [
|
|
1235
|
+
export var GetSamplingTargets$ = [
|
|
1221
1236
|
9,
|
|
1222
1237
|
n0,
|
|
1223
1238
|
_GST,
|
|
1224
1239
|
{ [_h]: ["POST", "/SamplingTargets", 200] },
|
|
1225
|
-
() => GetSamplingTargetsRequest
|
|
1226
|
-
() => GetSamplingTargetsResult
|
|
1240
|
+
() => GetSamplingTargetsRequest$,
|
|
1241
|
+
() => GetSamplingTargetsResult$,
|
|
1227
1242
|
];
|
|
1228
|
-
export var GetServiceGraph = [
|
|
1243
|
+
export var GetServiceGraph$ = [
|
|
1229
1244
|
9,
|
|
1230
1245
|
n0,
|
|
1231
1246
|
_GSG,
|
|
1232
1247
|
{ [_h]: ["POST", "/ServiceGraph", 200] },
|
|
1233
|
-
() => GetServiceGraphRequest
|
|
1234
|
-
() => GetServiceGraphResult
|
|
1248
|
+
() => GetServiceGraphRequest$,
|
|
1249
|
+
() => GetServiceGraphResult$,
|
|
1235
1250
|
];
|
|
1236
|
-
export var GetTimeSeriesServiceStatistics = [
|
|
1251
|
+
export var GetTimeSeriesServiceStatistics$ = [
|
|
1237
1252
|
9,
|
|
1238
1253
|
n0,
|
|
1239
1254
|
_GTSSS,
|
|
1240
1255
|
{ [_h]: ["POST", "/TimeSeriesServiceStatistics", 200] },
|
|
1241
|
-
() => GetTimeSeriesServiceStatisticsRequest
|
|
1242
|
-
() => GetTimeSeriesServiceStatisticsResult
|
|
1256
|
+
() => GetTimeSeriesServiceStatisticsRequest$,
|
|
1257
|
+
() => GetTimeSeriesServiceStatisticsResult$,
|
|
1243
1258
|
];
|
|
1244
|
-
export var GetTraceGraph = [
|
|
1259
|
+
export var GetTraceGraph$ = [
|
|
1245
1260
|
9,
|
|
1246
1261
|
n0,
|
|
1247
1262
|
_GTG,
|
|
1248
1263
|
{ [_h]: ["POST", "/TraceGraph", 200] },
|
|
1249
|
-
() => GetTraceGraphRequest
|
|
1250
|
-
() => GetTraceGraphResult
|
|
1264
|
+
() => GetTraceGraphRequest$,
|
|
1265
|
+
() => GetTraceGraphResult$,
|
|
1251
1266
|
];
|
|
1252
|
-
export var GetTraceSegmentDestination = [
|
|
1267
|
+
export var GetTraceSegmentDestination$ = [
|
|
1253
1268
|
9,
|
|
1254
1269
|
n0,
|
|
1255
1270
|
_GTSD,
|
|
1256
1271
|
{ [_h]: ["POST", "/GetTraceSegmentDestination", 200] },
|
|
1257
|
-
() => GetTraceSegmentDestinationRequest
|
|
1258
|
-
() => GetTraceSegmentDestinationResult
|
|
1272
|
+
() => GetTraceSegmentDestinationRequest$,
|
|
1273
|
+
() => GetTraceSegmentDestinationResult$,
|
|
1259
1274
|
];
|
|
1260
|
-
export var GetTraceSummaries = [
|
|
1275
|
+
export var GetTraceSummaries$ = [
|
|
1261
1276
|
9,
|
|
1262
1277
|
n0,
|
|
1263
1278
|
_GTS,
|
|
1264
1279
|
{ [_h]: ["POST", "/TraceSummaries", 200] },
|
|
1265
|
-
() => GetTraceSummariesRequest
|
|
1266
|
-
() => GetTraceSummariesResult
|
|
1280
|
+
() => GetTraceSummariesRequest$,
|
|
1281
|
+
() => GetTraceSummariesResult$,
|
|
1267
1282
|
];
|
|
1268
|
-
export var ListResourcePolicies = [
|
|
1283
|
+
export var ListResourcePolicies$ = [
|
|
1269
1284
|
9,
|
|
1270
1285
|
n0,
|
|
1271
1286
|
_LRP,
|
|
1272
1287
|
{ [_h]: ["POST", "/ListResourcePolicies", 200] },
|
|
1273
|
-
() => ListResourcePoliciesRequest
|
|
1274
|
-
() => ListResourcePoliciesResult
|
|
1288
|
+
() => ListResourcePoliciesRequest$,
|
|
1289
|
+
() => ListResourcePoliciesResult$,
|
|
1275
1290
|
];
|
|
1276
|
-
export var ListRetrievedTraces = [
|
|
1291
|
+
export var ListRetrievedTraces$ = [
|
|
1277
1292
|
9,
|
|
1278
1293
|
n0,
|
|
1279
1294
|
_LRT,
|
|
1280
1295
|
{ [_h]: ["POST", "/ListRetrievedTraces", 200] },
|
|
1281
|
-
() => ListRetrievedTracesRequest
|
|
1282
|
-
() => ListRetrievedTracesResult
|
|
1296
|
+
() => ListRetrievedTracesRequest$,
|
|
1297
|
+
() => ListRetrievedTracesResult$,
|
|
1283
1298
|
];
|
|
1284
|
-
export var ListTagsForResource = [
|
|
1299
|
+
export var ListTagsForResource$ = [
|
|
1285
1300
|
9,
|
|
1286
1301
|
n0,
|
|
1287
1302
|
_LTFR,
|
|
1288
1303
|
{ [_h]: ["POST", "/ListTagsForResource", 200] },
|
|
1289
|
-
() => ListTagsForResourceRequest
|
|
1290
|
-
() => ListTagsForResourceResponse
|
|
1304
|
+
() => ListTagsForResourceRequest$,
|
|
1305
|
+
() => ListTagsForResourceResponse$,
|
|
1291
1306
|
];
|
|
1292
|
-
export var PutEncryptionConfig = [
|
|
1307
|
+
export var PutEncryptionConfig$ = [
|
|
1293
1308
|
9,
|
|
1294
1309
|
n0,
|
|
1295
1310
|
_PEC,
|
|
1296
1311
|
{ [_h]: ["POST", "/PutEncryptionConfig", 200] },
|
|
1297
|
-
() => PutEncryptionConfigRequest
|
|
1298
|
-
() => PutEncryptionConfigResult
|
|
1312
|
+
() => PutEncryptionConfigRequest$,
|
|
1313
|
+
() => PutEncryptionConfigResult$,
|
|
1299
1314
|
];
|
|
1300
|
-
export var PutResourcePolicy = [
|
|
1315
|
+
export var PutResourcePolicy$ = [
|
|
1301
1316
|
9,
|
|
1302
1317
|
n0,
|
|
1303
1318
|
_PRP,
|
|
1304
1319
|
{ [_h]: ["POST", "/PutResourcePolicy", 200] },
|
|
1305
|
-
() => PutResourcePolicyRequest
|
|
1306
|
-
() => PutResourcePolicyResult
|
|
1320
|
+
() => PutResourcePolicyRequest$,
|
|
1321
|
+
() => PutResourcePolicyResult$,
|
|
1307
1322
|
];
|
|
1308
|
-
export var PutTelemetryRecords = [
|
|
1323
|
+
export var PutTelemetryRecords$ = [
|
|
1309
1324
|
9,
|
|
1310
1325
|
n0,
|
|
1311
1326
|
_PTR,
|
|
1312
1327
|
{ [_h]: ["POST", "/TelemetryRecords", 200] },
|
|
1313
|
-
() => PutTelemetryRecordsRequest
|
|
1314
|
-
() => PutTelemetryRecordsResult
|
|
1328
|
+
() => PutTelemetryRecordsRequest$,
|
|
1329
|
+
() => PutTelemetryRecordsResult$,
|
|
1315
1330
|
];
|
|
1316
|
-
export var PutTraceSegments = [
|
|
1331
|
+
export var PutTraceSegments$ = [
|
|
1317
1332
|
9,
|
|
1318
1333
|
n0,
|
|
1319
1334
|
_PTS,
|
|
1320
1335
|
{ [_h]: ["POST", "/TraceSegments", 200] },
|
|
1321
|
-
() => PutTraceSegmentsRequest
|
|
1322
|
-
() => PutTraceSegmentsResult
|
|
1336
|
+
() => PutTraceSegmentsRequest$,
|
|
1337
|
+
() => PutTraceSegmentsResult$,
|
|
1323
1338
|
];
|
|
1324
|
-
export var StartTraceRetrieval = [
|
|
1339
|
+
export var StartTraceRetrieval$ = [
|
|
1325
1340
|
9,
|
|
1326
1341
|
n0,
|
|
1327
1342
|
_STR,
|
|
1328
1343
|
{ [_h]: ["POST", "/StartTraceRetrieval", 200] },
|
|
1329
|
-
() => StartTraceRetrievalRequest
|
|
1330
|
-
() => StartTraceRetrievalResult
|
|
1344
|
+
() => StartTraceRetrievalRequest$,
|
|
1345
|
+
() => StartTraceRetrievalResult$,
|
|
1331
1346
|
];
|
|
1332
|
-
export var TagResource = [
|
|
1347
|
+
export var TagResource$ = [
|
|
1333
1348
|
9,
|
|
1334
1349
|
n0,
|
|
1335
1350
|
_TRa,
|
|
1336
1351
|
{ [_h]: ["POST", "/TagResource", 200] },
|
|
1337
|
-
() => TagResourceRequest
|
|
1338
|
-
() => TagResourceResponse
|
|
1352
|
+
() => TagResourceRequest$,
|
|
1353
|
+
() => TagResourceResponse$,
|
|
1339
1354
|
];
|
|
1340
|
-
export var UntagResource = [
|
|
1355
|
+
export var UntagResource$ = [
|
|
1341
1356
|
9,
|
|
1342
1357
|
n0,
|
|
1343
1358
|
_UR,
|
|
1344
1359
|
{ [_h]: ["POST", "/UntagResource", 200] },
|
|
1345
|
-
() => UntagResourceRequest
|
|
1346
|
-
() => UntagResourceResponse
|
|
1360
|
+
() => UntagResourceRequest$,
|
|
1361
|
+
() => UntagResourceResponse$,
|
|
1347
1362
|
];
|
|
1348
|
-
export var UpdateGroup = [
|
|
1363
|
+
export var UpdateGroup$ = [
|
|
1349
1364
|
9,
|
|
1350
1365
|
n0,
|
|
1351
1366
|
_UG,
|
|
1352
1367
|
{ [_h]: ["POST", "/UpdateGroup", 200] },
|
|
1353
|
-
() => UpdateGroupRequest
|
|
1354
|
-
() => UpdateGroupResult
|
|
1368
|
+
() => UpdateGroupRequest$,
|
|
1369
|
+
() => UpdateGroupResult$,
|
|
1355
1370
|
];
|
|
1356
|
-
export var UpdateIndexingRule = [
|
|
1371
|
+
export var UpdateIndexingRule$ = [
|
|
1357
1372
|
9,
|
|
1358
1373
|
n0,
|
|
1359
1374
|
_UIR,
|
|
1360
1375
|
{ [_h]: ["POST", "/UpdateIndexingRule", 200] },
|
|
1361
|
-
() => UpdateIndexingRuleRequest
|
|
1362
|
-
() => UpdateIndexingRuleResult
|
|
1376
|
+
() => UpdateIndexingRuleRequest$,
|
|
1377
|
+
() => UpdateIndexingRuleResult$,
|
|
1363
1378
|
];
|
|
1364
|
-
export var UpdateSamplingRule = [
|
|
1379
|
+
export var UpdateSamplingRule$ = [
|
|
1365
1380
|
9,
|
|
1366
1381
|
n0,
|
|
1367
1382
|
_USR,
|
|
1368
1383
|
{ [_h]: ["POST", "/UpdateSamplingRule", 200] },
|
|
1369
|
-
() => UpdateSamplingRuleRequest
|
|
1370
|
-
() => UpdateSamplingRuleResult
|
|
1384
|
+
() => UpdateSamplingRuleRequest$,
|
|
1385
|
+
() => UpdateSamplingRuleResult$,
|
|
1371
1386
|
];
|
|
1372
|
-
export var UpdateTraceSegmentDestination = [
|
|
1387
|
+
export var UpdateTraceSegmentDestination$ = [
|
|
1373
1388
|
9,
|
|
1374
1389
|
n0,
|
|
1375
1390
|
_UTSD,
|
|
1376
1391
|
{ [_h]: ["POST", "/UpdateTraceSegmentDestination", 200] },
|
|
1377
|
-
() => UpdateTraceSegmentDestinationRequest
|
|
1378
|
-
() => UpdateTraceSegmentDestinationResult
|
|
1392
|
+
() => UpdateTraceSegmentDestinationRequest$,
|
|
1393
|
+
() => UpdateTraceSegmentDestinationResult$,
|
|
1379
1394
|
];
|