@aws-sdk/client-xray 3.987.0 → 3.989.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 +57 -1840
- package/dist-cjs/models/XRayServiceException.js +12 -0
- package/dist-cjs/models/errors.js +158 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1471 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +18 -11
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -11
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultXRayHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2016-04-12",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.xray",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2016-04-12",
|
|
30
32
|
serviceTarget: "AWSXRay",
|
|
31
33
|
},
|
|
@@ -258,9 +258,9 @@ const _REAH = "ReceivedEventAgeHistogram";
|
|
|
258
258
|
const _RI = "ReferenceId";
|
|
259
259
|
const _RIS = "RequestImpactStatistics";
|
|
260
260
|
const _RLEE = "RuleLimitExceededException";
|
|
261
|
-
const _RN = "
|
|
261
|
+
const _RN = "ResourceName";
|
|
262
262
|
const _RNFE = "ResourceNotFoundException";
|
|
263
|
-
const
|
|
263
|
+
const _RNu = "RuleName";
|
|
264
264
|
const _RP = "ResourcePolicies";
|
|
265
265
|
const _RPL = "ResourcePolicyList";
|
|
266
266
|
const _RPe = "ResourcePolicy";
|
|
@@ -418,6 +418,74 @@ const n0 = "com.amazonaws.xray";
|
|
|
418
418
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
419
419
|
import { InvalidPolicyRevisionIdException, InvalidRequestException, LockoutPreventionException, MalformedPolicyDocumentException, PolicyCountLimitExceededException, PolicySizeLimitExceededException, ResourceNotFoundException, RuleLimitExceededException, ThrottledException, TooManyTagsException, } from "../models/errors";
|
|
420
420
|
import { XRayServiceException } from "../models/XRayServiceException";
|
|
421
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
422
|
+
export var XRayServiceException$ = [-3, _s, "XRayServiceException", 0, [], []];
|
|
423
|
+
_s_registry.registerError(XRayServiceException$, XRayServiceException);
|
|
424
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
425
|
+
export var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
|
|
426
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
427
|
+
[_M],
|
|
428
|
+
[0]
|
|
429
|
+
];
|
|
430
|
+
n0_registry.registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
431
|
+
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
432
|
+
{ [_e]: _c },
|
|
433
|
+
[_M],
|
|
434
|
+
[0]
|
|
435
|
+
];
|
|
436
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
437
|
+
export var LockoutPreventionException$ = [-3, n0, _LPE,
|
|
438
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
439
|
+
[_M],
|
|
440
|
+
[0]
|
|
441
|
+
];
|
|
442
|
+
n0_registry.registerError(LockoutPreventionException$, LockoutPreventionException);
|
|
443
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
444
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
445
|
+
[_M],
|
|
446
|
+
[0]
|
|
447
|
+
];
|
|
448
|
+
n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
449
|
+
export var PolicyCountLimitExceededException$ = [-3, n0, _PCLEE,
|
|
450
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
451
|
+
[_M],
|
|
452
|
+
[0]
|
|
453
|
+
];
|
|
454
|
+
n0_registry.registerError(PolicyCountLimitExceededException$, PolicyCountLimitExceededException);
|
|
455
|
+
export var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE,
|
|
456
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
457
|
+
[_M],
|
|
458
|
+
[0]
|
|
459
|
+
];
|
|
460
|
+
n0_registry.registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
461
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
462
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
463
|
+
[_M, _RN],
|
|
464
|
+
[0, 0]
|
|
465
|
+
];
|
|
466
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
467
|
+
export var RuleLimitExceededException$ = [-3, n0, _RLEE,
|
|
468
|
+
{ [_e]: _c },
|
|
469
|
+
[_M],
|
|
470
|
+
[0]
|
|
471
|
+
];
|
|
472
|
+
n0_registry.registerError(RuleLimitExceededException$, RuleLimitExceededException);
|
|
473
|
+
export var ThrottledException$ = [-3, n0, _TE,
|
|
474
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
475
|
+
[_M],
|
|
476
|
+
[0]
|
|
477
|
+
];
|
|
478
|
+
n0_registry.registerError(ThrottledException$, ThrottledException);
|
|
479
|
+
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
480
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
481
|
+
[_M, _RN],
|
|
482
|
+
[0, 0]
|
|
483
|
+
];
|
|
484
|
+
n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
|
|
485
|
+
export const errorTypeRegistries = [
|
|
486
|
+
_s_registry,
|
|
487
|
+
n0_registry,
|
|
488
|
+
];
|
|
421
489
|
export var Alias$ = [3, n0, _A,
|
|
422
490
|
0,
|
|
423
491
|
[_N, _Na, _T],
|
|
@@ -500,7 +568,7 @@ export var DeleteResourcePolicyResult$ = [3, n0, _DRPRe,
|
|
|
500
568
|
];
|
|
501
569
|
export var DeleteSamplingRuleRequest$ = [3, n0, _DSRR,
|
|
502
570
|
0,
|
|
503
|
-
[
|
|
571
|
+
[_RNu, _RARN],
|
|
504
572
|
[0, 0]
|
|
505
573
|
];
|
|
506
574
|
export var DeleteSamplingRuleResult$ = [3, n0, _DSRRe,
|
|
@@ -803,18 +871,6 @@ export var InstanceIdDetail$ = [3, n0, _IID,
|
|
|
803
871
|
[_Id],
|
|
804
872
|
[0]
|
|
805
873
|
];
|
|
806
|
-
export var InvalidPolicyRevisionIdException$ = [-3, n0, _IPRIE,
|
|
807
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
808
|
-
[_M],
|
|
809
|
-
[0]
|
|
810
|
-
];
|
|
811
|
-
TypeRegistry.for(n0).registerError(InvalidPolicyRevisionIdException$, InvalidPolicyRevisionIdException);
|
|
812
|
-
export var InvalidRequestException$ = [-3, n0, _IRE,
|
|
813
|
-
{ [_e]: _c },
|
|
814
|
-
[_M],
|
|
815
|
-
[0]
|
|
816
|
-
];
|
|
817
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
818
874
|
export var ListResourcePoliciesRequest$ = [3, n0, _LRPR,
|
|
819
875
|
0,
|
|
820
876
|
[_NT],
|
|
@@ -845,30 +901,6 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
845
901
|
[_Ta, _NT],
|
|
846
902
|
[() => TagList, 0]
|
|
847
903
|
];
|
|
848
|
-
export var LockoutPreventionException$ = [-3, n0, _LPE,
|
|
849
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
850
|
-
[_M],
|
|
851
|
-
[0]
|
|
852
|
-
];
|
|
853
|
-
TypeRegistry.for(n0).registerError(LockoutPreventionException$, LockoutPreventionException);
|
|
854
|
-
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
855
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
856
|
-
[_M],
|
|
857
|
-
[0]
|
|
858
|
-
];
|
|
859
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
860
|
-
export var PolicyCountLimitExceededException$ = [-3, n0, _PCLEE,
|
|
861
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
862
|
-
[_M],
|
|
863
|
-
[0]
|
|
864
|
-
];
|
|
865
|
-
TypeRegistry.for(n0).registerError(PolicyCountLimitExceededException$, PolicyCountLimitExceededException);
|
|
866
|
-
export var PolicySizeLimitExceededException$ = [-3, n0, _PSLEE,
|
|
867
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
868
|
-
[_M],
|
|
869
|
-
[0]
|
|
870
|
-
];
|
|
871
|
-
TypeRegistry.for(n0).registerError(PolicySizeLimitExceededException$, PolicySizeLimitExceededException);
|
|
872
904
|
export var ProbabilisticRuleValue$ = [3, n0, _PRV,
|
|
873
905
|
0,
|
|
874
906
|
[_DSP, _ASP],
|
|
@@ -929,12 +961,6 @@ export var ResourceARNDetail$ = [3, n0, _RARND,
|
|
|
929
961
|
[_ARN],
|
|
930
962
|
[0]
|
|
931
963
|
];
|
|
932
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
933
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
934
|
-
[_M, _RNe],
|
|
935
|
-
[0, 0]
|
|
936
|
-
];
|
|
937
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
938
964
|
export var ResourcePolicy$ = [3, n0, _RPe,
|
|
939
965
|
0,
|
|
940
966
|
[_PN, _PD, _PRI, _LUTa],
|
|
@@ -970,12 +996,6 @@ export var RootCauseException$ = [3, n0, _RCE,
|
|
|
970
996
|
[_N, _M],
|
|
971
997
|
[0, 0]
|
|
972
998
|
];
|
|
973
|
-
export var RuleLimitExceededException$ = [-3, n0, _RLEE,
|
|
974
|
-
{ [_e]: _c },
|
|
975
|
-
[_M],
|
|
976
|
-
[0]
|
|
977
|
-
];
|
|
978
|
-
TypeRegistry.for(n0).registerError(RuleLimitExceededException$, RuleLimitExceededException);
|
|
979
999
|
export var SamplingBoost$ = [3, n0, _SB,
|
|
980
1000
|
0,
|
|
981
1001
|
[_BR, _BRTTL],
|
|
@@ -983,7 +1003,7 @@ export var SamplingBoost$ = [3, n0, _SB,
|
|
|
983
1003
|
];
|
|
984
1004
|
export var SamplingBoostStatisticsDocument$ = [3, n0, _SBSDa,
|
|
985
1005
|
0,
|
|
986
|
-
[
|
|
1006
|
+
[_RNu, _SN, _Ti, _AC, _TCo, _SAC],
|
|
987
1007
|
[0, 0, 4, 1, 1, 1], 6
|
|
988
1008
|
];
|
|
989
1009
|
export var SamplingRateBoost$ = [3, n0, _SRB,
|
|
@@ -993,7 +1013,7 @@ export var SamplingRateBoost$ = [3, n0, _SRB,
|
|
|
993
1013
|
];
|
|
994
1014
|
export var SamplingRule$ = [3, n0, _SR,
|
|
995
1015
|
0,
|
|
996
|
-
[_RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve,
|
|
1016
|
+
[_RARNe, _Pr, _FR, _RSes, _SN, _STe, _Hos, _HTTPM, _URLP, _Ve, _RNu, _RARN, _At, _SRB],
|
|
997
1017
|
[0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 128 | 0, () => SamplingRateBoost$], 10
|
|
998
1018
|
];
|
|
999
1019
|
export var SamplingRuleRecord$ = [3, n0, _SRR,
|
|
@@ -1003,17 +1023,17 @@ export var SamplingRuleRecord$ = [3, n0, _SRR,
|
|
|
1003
1023
|
];
|
|
1004
1024
|
export var SamplingRuleUpdate$ = [3, n0, _SRU,
|
|
1005
1025
|
0,
|
|
1006
|
-
[
|
|
1026
|
+
[_RNu, _RARN, _RARNe, _Pr, _FR, _RSes, _Hos, _SN, _STe, _HTTPM, _URLP, _At, _SRB],
|
|
1007
1027
|
[0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 128 | 0, () => SamplingRateBoost$]
|
|
1008
1028
|
];
|
|
1009
1029
|
export var SamplingStatisticsDocument$ = [3, n0, _SSDa,
|
|
1010
1030
|
0,
|
|
1011
|
-
[
|
|
1031
|
+
[_RNu, _CID, _Ti, _RC, _SC, _BC],
|
|
1012
1032
|
[0, 0, 4, 1, 1, 1], 5
|
|
1013
1033
|
];
|
|
1014
1034
|
export var SamplingStatisticSummary$ = [3, n0, _SSSa,
|
|
1015
1035
|
0,
|
|
1016
|
-
[
|
|
1036
|
+
[_RNu, _Ti, _RC, _BC, _SC],
|
|
1017
1037
|
[0, 4, 1, 1, 1]
|
|
1018
1038
|
];
|
|
1019
1039
|
export var SamplingStrategy$ = [3, n0, _SSa,
|
|
@@ -1023,7 +1043,7 @@ export var SamplingStrategy$ = [3, n0, _SSa,
|
|
|
1023
1043
|
];
|
|
1024
1044
|
export var SamplingTargetDocument$ = [3, n0, _STDa,
|
|
1025
1045
|
0,
|
|
1026
|
-
[
|
|
1046
|
+
[_RNu, _FR, _RQ, _RQTTL, _Int, _SB],
|
|
1027
1047
|
[0, 1, 1, 4, 1, () => SamplingBoost$]
|
|
1028
1048
|
];
|
|
1029
1049
|
export var Segment$ = [3, n0, _Seg,
|
|
@@ -1081,23 +1101,11 @@ export var TelemetryRecord$ = [3, n0, _TRe,
|
|
|
1081
1101
|
[_Ti, _SRC, _SSC, _SSCe, _SRCe, _BCE],
|
|
1082
1102
|
[4, 1, 1, 1, 1, () => BackendConnectionErrors$], 1
|
|
1083
1103
|
];
|
|
1084
|
-
export var ThrottledException$ = [-3, n0, _TE,
|
|
1085
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1086
|
-
[_M],
|
|
1087
|
-
[0]
|
|
1088
|
-
];
|
|
1089
|
-
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
1090
1104
|
export var TimeSeriesServiceStatistics$ = [3, n0, _TSSS,
|
|
1091
1105
|
0,
|
|
1092
1106
|
[_Ti, _ESS, _SSSe, _SFS, _RTH],
|
|
1093
1107
|
[4, () => EdgeStatistics$, () => ServiceStatistics$, () => ForecastStatistics$, () => Histogram]
|
|
1094
1108
|
];
|
|
1095
|
-
export var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
1096
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1097
|
-
[_M, _RNe],
|
|
1098
|
-
[0, 0]
|
|
1099
|
-
];
|
|
1100
|
-
TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1101
1109
|
export var Trace$ = [3, n0, _Tra,
|
|
1102
1110
|
0,
|
|
1103
1111
|
[_Id, _Du, _LE, _Segm],
|
|
@@ -1115,7 +1123,7 @@ export var TraceUser$ = [3, n0, _TU,
|
|
|
1115
1123
|
];
|
|
1116
1124
|
export var UnprocessedStatistics$ = [3, n0, _US,
|
|
1117
1125
|
0,
|
|
1118
|
-
[
|
|
1126
|
+
[_RNu, _ECr, _M],
|
|
1119
1127
|
[0, 0, 0]
|
|
1120
1128
|
];
|
|
1121
1129
|
export var UnprocessedTraceSegment$ = [3, n0, _UTSn,
|
|
@@ -1178,8 +1186,6 @@ export var ValueWithServiceIds$ = [3, n0, _VWSI,
|
|
|
1178
1186
|
[_AV, _SIe],
|
|
1179
1187
|
[() => AnnotationValue$, () => ServiceIds]
|
|
1180
1188
|
];
|
|
1181
|
-
export var XRayServiceException$ = [-3, _s, "XRayServiceException", 0, [], []];
|
|
1182
|
-
TypeRegistry.for(_s).registerError(XRayServiceException$, XRayServiceException);
|
|
1183
1189
|
var AliasList = [1, n0, _AL,
|
|
1184
1190
|
0, () => Alias$
|
|
1185
1191
|
];
|
|
@@ -1,4 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var XRayServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
5
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
6
|
+
export declare var LockoutPreventionException$: StaticErrorSchema;
|
|
7
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
8
|
+
export declare var PolicyCountLimitExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var RuleLimitExceededException$: StaticErrorSchema;
|
|
12
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
13
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
14
|
+
/**
|
|
15
|
+
* TypeRegistry instances containing modeled errors.
|
|
16
|
+
* @internal
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
20
|
export declare var Alias$: StaticStructureSchema;
|
|
3
21
|
export declare var AnomalousService$: StaticStructureSchema;
|
|
4
22
|
export declare var AvailabilityZoneDetail$: StaticStructureSchema;
|
|
@@ -76,18 +94,12 @@ export declare var InsightImpactGraphService$: StaticStructureSchema;
|
|
|
76
94
|
export declare var InsightsConfiguration$: StaticStructureSchema;
|
|
77
95
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
78
96
|
export declare var InstanceIdDetail$: StaticStructureSchema;
|
|
79
|
-
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
80
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
81
97
|
export declare var ListResourcePoliciesRequest$: StaticStructureSchema;
|
|
82
98
|
export declare var ListResourcePoliciesResult$: StaticStructureSchema;
|
|
83
99
|
export declare var ListRetrievedTracesRequest$: StaticStructureSchema;
|
|
84
100
|
export declare var ListRetrievedTracesResult$: StaticStructureSchema;
|
|
85
101
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
86
102
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
87
|
-
export declare var LockoutPreventionException$: StaticErrorSchema;
|
|
88
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
89
|
-
export declare var PolicyCountLimitExceededException$: StaticErrorSchema;
|
|
90
|
-
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
91
103
|
export declare var ProbabilisticRuleValue$: StaticStructureSchema;
|
|
92
104
|
export declare var ProbabilisticRuleValueUpdate$: StaticStructureSchema;
|
|
93
105
|
export declare var PutEncryptionConfigRequest$: StaticStructureSchema;
|
|
@@ -100,7 +112,6 @@ export declare var PutTraceSegmentsRequest$: StaticStructureSchema;
|
|
|
100
112
|
export declare var PutTraceSegmentsResult$: StaticStructureSchema;
|
|
101
113
|
export declare var RequestImpactStatistics$: StaticStructureSchema;
|
|
102
114
|
export declare var ResourceARNDetail$: StaticStructureSchema;
|
|
103
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
104
115
|
export declare var ResourcePolicy$: StaticStructureSchema;
|
|
105
116
|
export declare var ResponseTimeRootCause$: StaticStructureSchema;
|
|
106
117
|
export declare var ResponseTimeRootCauseEntity$: StaticStructureSchema;
|
|
@@ -108,7 +119,6 @@ export declare var ResponseTimeRootCauseService$: StaticStructureSchema;
|
|
|
108
119
|
export declare var RetrievedService$: StaticStructureSchema;
|
|
109
120
|
export declare var RetrievedTrace$: StaticStructureSchema;
|
|
110
121
|
export declare var RootCauseException$: StaticStructureSchema;
|
|
111
|
-
export declare var RuleLimitExceededException$: StaticErrorSchema;
|
|
112
122
|
export declare var SamplingBoost$: StaticStructureSchema;
|
|
113
123
|
export declare var SamplingBoostStatisticsDocument$: StaticStructureSchema;
|
|
114
124
|
export declare var SamplingRateBoost$: StaticStructureSchema;
|
|
@@ -130,9 +140,7 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
130
140
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
131
141
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
132
142
|
export declare var TelemetryRecord$: StaticStructureSchema;
|
|
133
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
134
143
|
export declare var TimeSeriesServiceStatistics$: StaticStructureSchema;
|
|
135
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
136
144
|
export declare var Trace$: StaticStructureSchema;
|
|
137
145
|
export declare var TraceSummary$: StaticStructureSchema;
|
|
138
146
|
export declare var TraceUser$: StaticStructureSchema;
|
|
@@ -149,7 +157,6 @@ export declare var UpdateSamplingRuleResult$: StaticStructureSchema;
|
|
|
149
157
|
export declare var UpdateTraceSegmentDestinationRequest$: StaticStructureSchema;
|
|
150
158
|
export declare var UpdateTraceSegmentDestinationResult$: StaticStructureSchema;
|
|
151
159
|
export declare var ValueWithServiceIds$: StaticStructureSchema;
|
|
152
|
-
export declare var XRayServiceException$: StaticErrorSchema;
|
|
153
160
|
export declare var AnnotationValue$: StaticUnionSchema;
|
|
154
161
|
export declare var IndexingRuleValue$: StaticUnionSchema;
|
|
155
162
|
export declare var IndexingRuleValueUpdate$: StaticUnionSchema;
|
|
@@ -1,9 +1,22 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var XRayServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
10
|
+
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
11
|
+
export declare var LockoutPreventionException$: StaticErrorSchema;
|
|
12
|
+
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
13
|
+
export declare var PolicyCountLimitExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var RuleLimitExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
18
|
+
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
19
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
20
|
export declare var Alias$: StaticStructureSchema;
|
|
8
21
|
export declare var AnomalousService$: StaticStructureSchema;
|
|
9
22
|
export declare var AvailabilityZoneDetail$: StaticStructureSchema;
|
|
@@ -81,18 +94,12 @@ export declare var InsightImpactGraphService$: StaticStructureSchema;
|
|
|
81
94
|
export declare var InsightsConfiguration$: StaticStructureSchema;
|
|
82
95
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
83
96
|
export declare var InstanceIdDetail$: StaticStructureSchema;
|
|
84
|
-
export declare var InvalidPolicyRevisionIdException$: StaticErrorSchema;
|
|
85
|
-
export declare var InvalidRequestException$: StaticErrorSchema;
|
|
86
97
|
export declare var ListResourcePoliciesRequest$: StaticStructureSchema;
|
|
87
98
|
export declare var ListResourcePoliciesResult$: StaticStructureSchema;
|
|
88
99
|
export declare var ListRetrievedTracesRequest$: StaticStructureSchema;
|
|
89
100
|
export declare var ListRetrievedTracesResult$: StaticStructureSchema;
|
|
90
101
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
91
102
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
92
|
-
export declare var LockoutPreventionException$: StaticErrorSchema;
|
|
93
|
-
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
|
|
94
|
-
export declare var PolicyCountLimitExceededException$: StaticErrorSchema;
|
|
95
|
-
export declare var PolicySizeLimitExceededException$: StaticErrorSchema;
|
|
96
103
|
export declare var ProbabilisticRuleValue$: StaticStructureSchema;
|
|
97
104
|
export declare var ProbabilisticRuleValueUpdate$: StaticStructureSchema;
|
|
98
105
|
export declare var PutEncryptionConfigRequest$: StaticStructureSchema;
|
|
@@ -105,7 +112,6 @@ export declare var PutTraceSegmentsRequest$: StaticStructureSchema;
|
|
|
105
112
|
export declare var PutTraceSegmentsResult$: StaticStructureSchema;
|
|
106
113
|
export declare var RequestImpactStatistics$: StaticStructureSchema;
|
|
107
114
|
export declare var ResourceARNDetail$: StaticStructureSchema;
|
|
108
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
109
115
|
export declare var ResourcePolicy$: StaticStructureSchema;
|
|
110
116
|
export declare var ResponseTimeRootCause$: StaticStructureSchema;
|
|
111
117
|
export declare var ResponseTimeRootCauseEntity$: StaticStructureSchema;
|
|
@@ -113,7 +119,6 @@ export declare var ResponseTimeRootCauseService$: StaticStructureSchema;
|
|
|
113
119
|
export declare var RetrievedService$: StaticStructureSchema;
|
|
114
120
|
export declare var RetrievedTrace$: StaticStructureSchema;
|
|
115
121
|
export declare var RootCauseException$: StaticStructureSchema;
|
|
116
|
-
export declare var RuleLimitExceededException$: StaticErrorSchema;
|
|
117
122
|
export declare var SamplingBoost$: StaticStructureSchema;
|
|
118
123
|
export declare var SamplingBoostStatisticsDocument$: StaticStructureSchema;
|
|
119
124
|
export declare var SamplingRateBoost$: StaticStructureSchema;
|
|
@@ -135,9 +140,7 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
135
140
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
136
141
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
137
142
|
export declare var TelemetryRecord$: StaticStructureSchema;
|
|
138
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
139
143
|
export declare var TimeSeriesServiceStatistics$: StaticStructureSchema;
|
|
140
|
-
export declare var TooManyTagsException$: StaticErrorSchema;
|
|
141
144
|
export declare var Trace$: StaticStructureSchema;
|
|
142
145
|
export declare var TraceSummary$: StaticStructureSchema;
|
|
143
146
|
export declare var TraceUser$: StaticStructureSchema;
|
|
@@ -154,7 +157,6 @@ export declare var UpdateSamplingRuleResult$: StaticStructureSchema;
|
|
|
154
157
|
export declare var UpdateTraceSegmentDestinationRequest$: StaticStructureSchema;
|
|
155
158
|
export declare var UpdateTraceSegmentDestinationResult$: StaticStructureSchema;
|
|
156
159
|
export declare var ValueWithServiceIds$: StaticStructureSchema;
|
|
157
|
-
export declare var XRayServiceException$: StaticErrorSchema;
|
|
158
160
|
export declare var AnnotationValue$: StaticUnionSchema;
|
|
159
161
|
export declare var IndexingRuleValue$: StaticUnionSchema;
|
|
160
162
|
export declare var IndexingRuleValueUpdate$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-xray",
|
|
3
3
|
"description": "AWS SDK for JavaScript Xray Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-xray",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|