@aws-sdk/client-xray 3.929.0 → 3.931.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
|
@@ -117,18 +117,6 @@ let XRayServiceException$1 = class XRayServiceException extends smithyClient.Ser
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
exports.AnnotationValue = void 0;
|
|
121
|
-
(function (AnnotationValue) {
|
|
122
|
-
AnnotationValue.visit = (value, visitor) => {
|
|
123
|
-
if (value.NumberValue !== undefined)
|
|
124
|
-
return visitor.NumberValue(value.NumberValue);
|
|
125
|
-
if (value.BooleanValue !== undefined)
|
|
126
|
-
return visitor.BooleanValue(value.BooleanValue);
|
|
127
|
-
if (value.StringValue !== undefined)
|
|
128
|
-
return visitor.StringValue(value.StringValue);
|
|
129
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
130
|
-
};
|
|
131
|
-
})(exports.AnnotationValue || (exports.AnnotationValue = {}));
|
|
132
120
|
let InvalidRequestException$1 = class InvalidRequestException extends XRayServiceException$1 {
|
|
133
121
|
name = "InvalidRequestException";
|
|
134
122
|
$fault = "client";
|
|
@@ -209,14 +197,6 @@ const EncryptionType = {
|
|
|
209
197
|
KMS: "KMS",
|
|
210
198
|
NONE: "NONE",
|
|
211
199
|
};
|
|
212
|
-
exports.IndexingRuleValue = void 0;
|
|
213
|
-
(function (IndexingRuleValue) {
|
|
214
|
-
IndexingRuleValue.visit = (value, visitor) => {
|
|
215
|
-
if (value.Probabilistic !== undefined)
|
|
216
|
-
return visitor.Probabilistic(value.Probabilistic);
|
|
217
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
218
|
-
};
|
|
219
|
-
})(exports.IndexingRuleValue || (exports.IndexingRuleValue = {}));
|
|
220
200
|
const InsightCategory = {
|
|
221
201
|
FAULT: "FAULT",
|
|
222
202
|
};
|
|
@@ -325,14 +305,6 @@ let TooManyTagsException$1 = class TooManyTagsException extends XRayServiceExcep
|
|
|
325
305
|
this.ResourceName = opts.ResourceName;
|
|
326
306
|
}
|
|
327
307
|
};
|
|
328
|
-
exports.IndexingRuleValueUpdate = void 0;
|
|
329
|
-
(function (IndexingRuleValueUpdate) {
|
|
330
|
-
IndexingRuleValueUpdate.visit = (value, visitor) => {
|
|
331
|
-
if (value.Probabilistic !== undefined)
|
|
332
|
-
return visitor.Probabilistic(value.Probabilistic);
|
|
333
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
334
|
-
};
|
|
335
|
-
})(exports.IndexingRuleValueUpdate || (exports.IndexingRuleValueUpdate = {}));
|
|
336
308
|
|
|
337
309
|
const _A = "Alias";
|
|
338
310
|
const _AC = "AnomalyCount";
|
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
import { XRayServiceException as __BaseException } from "./XRayServiceException";
|
|
2
|
-
export var AnnotationValue;
|
|
3
|
-
(function (AnnotationValue) {
|
|
4
|
-
AnnotationValue.visit = (value, visitor) => {
|
|
5
|
-
if (value.NumberValue !== undefined)
|
|
6
|
-
return visitor.NumberValue(value.NumberValue);
|
|
7
|
-
if (value.BooleanValue !== undefined)
|
|
8
|
-
return visitor.BooleanValue(value.BooleanValue);
|
|
9
|
-
if (value.StringValue !== undefined)
|
|
10
|
-
return visitor.StringValue(value.StringValue);
|
|
11
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
12
|
-
};
|
|
13
|
-
})(AnnotationValue || (AnnotationValue = {}));
|
|
14
2
|
export class InvalidRequestException extends __BaseException {
|
|
15
3
|
name = "InvalidRequestException";
|
|
16
4
|
$fault = "client";
|
|
@@ -91,14 +79,6 @@ export const EncryptionType = {
|
|
|
91
79
|
KMS: "KMS",
|
|
92
80
|
NONE: "NONE",
|
|
93
81
|
};
|
|
94
|
-
export var IndexingRuleValue;
|
|
95
|
-
(function (IndexingRuleValue) {
|
|
96
|
-
IndexingRuleValue.visit = (value, visitor) => {
|
|
97
|
-
if (value.Probabilistic !== undefined)
|
|
98
|
-
return visitor.Probabilistic(value.Probabilistic);
|
|
99
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
100
|
-
};
|
|
101
|
-
})(IndexingRuleValue || (IndexingRuleValue = {}));
|
|
102
82
|
export const InsightCategory = {
|
|
103
83
|
FAULT: "FAULT",
|
|
104
84
|
};
|
|
@@ -207,11 +187,3 @@ export class TooManyTagsException extends __BaseException {
|
|
|
207
187
|
this.ResourceName = opts.ResourceName;
|
|
208
188
|
}
|
|
209
189
|
}
|
|
210
|
-
export var IndexingRuleValueUpdate;
|
|
211
|
-
(function (IndexingRuleValueUpdate) {
|
|
212
|
-
IndexingRuleValueUpdate.visit = (value, visitor) => {
|
|
213
|
-
if (value.Probabilistic !== undefined)
|
|
214
|
-
return visitor.Probabilistic(value.Probabilistic);
|
|
215
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
216
|
-
};
|
|
217
|
-
})(IndexingRuleValueUpdate || (IndexingRuleValueUpdate = {}));
|
|
@@ -69,13 +69,16 @@ export declare namespace AnnotationValue {
|
|
|
69
69
|
StringValue?: never;
|
|
70
70
|
$unknown: [string, any];
|
|
71
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* @deprecated unused in schema-serde mode.
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
72
76
|
interface Visitor<T> {
|
|
73
77
|
NumberValue: (value: number) => T;
|
|
74
78
|
BooleanValue: (value: boolean) => T;
|
|
75
79
|
StringValue: (value: string) => T;
|
|
76
80
|
_: (name: string, value: any) => T;
|
|
77
81
|
}
|
|
78
|
-
const visit: <T>(value: AnnotationValue, visitor: Visitor<T>) => T;
|
|
79
82
|
}
|
|
80
83
|
/**
|
|
81
84
|
* <p></p>
|
|
@@ -924,11 +927,14 @@ export declare namespace IndexingRuleValue {
|
|
|
924
927
|
Probabilistic?: never;
|
|
925
928
|
$unknown: [string, any];
|
|
926
929
|
}
|
|
930
|
+
/**
|
|
931
|
+
* @deprecated unused in schema-serde mode.
|
|
932
|
+
*
|
|
933
|
+
*/
|
|
927
934
|
interface Visitor<T> {
|
|
928
935
|
Probabilistic: (value: ProbabilisticRuleValue) => T;
|
|
929
936
|
_: (name: string, value: any) => T;
|
|
930
937
|
}
|
|
931
|
-
const visit: <T>(value: IndexingRuleValue, visitor: Visitor<T>) => T;
|
|
932
938
|
}
|
|
933
939
|
/**
|
|
934
940
|
* <p>
|
|
@@ -3602,11 +3608,14 @@ export declare namespace IndexingRuleValueUpdate {
|
|
|
3602
3608
|
Probabilistic?: never;
|
|
3603
3609
|
$unknown: [string, any];
|
|
3604
3610
|
}
|
|
3611
|
+
/**
|
|
3612
|
+
* @deprecated unused in schema-serde mode.
|
|
3613
|
+
*
|
|
3614
|
+
*/
|
|
3605
3615
|
interface Visitor<T> {
|
|
3606
3616
|
Probabilistic: (value: ProbabilisticRuleValueUpdate) => T;
|
|
3607
3617
|
_: (name: string, value: any) => T;
|
|
3608
3618
|
}
|
|
3609
|
-
const visit: <T>(value: IndexingRuleValueUpdate, visitor: Visitor<T>) => T;
|
|
3610
3619
|
}
|
|
3611
3620
|
/**
|
|
3612
3621
|
* @public
|
|
@@ -41,7 +41,6 @@ export declare namespace AnnotationValue {
|
|
|
41
41
|
StringValue: (value: string) => T;
|
|
42
42
|
_: (name: string, value: any) => T;
|
|
43
43
|
}
|
|
44
|
-
const visit: <T>(value: AnnotationValue, visitor: Visitor<T>) => T;
|
|
45
44
|
}
|
|
46
45
|
export interface ServiceId {
|
|
47
46
|
Name?: string | undefined;
|
|
@@ -260,7 +259,6 @@ export declare namespace IndexingRuleValue {
|
|
|
260
259
|
Probabilistic: (value: ProbabilisticRuleValue) => T;
|
|
261
260
|
_: (name: string, value: any) => T;
|
|
262
261
|
}
|
|
263
|
-
const visit: <T>(value: IndexingRuleValue, visitor: Visitor<T>) => T;
|
|
264
262
|
}
|
|
265
263
|
export interface IndexingRule {
|
|
266
264
|
Name?: string | undefined;
|
|
@@ -906,7 +904,6 @@ export declare namespace IndexingRuleValueUpdate {
|
|
|
906
904
|
Probabilistic: (value: ProbabilisticRuleValueUpdate) => T;
|
|
907
905
|
_: (name: string, value: any) => T;
|
|
908
906
|
}
|
|
909
|
-
const visit: <T>(value: IndexingRuleValueUpdate, visitor: Visitor<T>) => T;
|
|
910
907
|
}
|
|
911
908
|
export interface UpdateIndexingRuleRequest {
|
|
912
909
|
Name: string | undefined;
|
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.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-xray",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|