@aws-sdk/client-xray 3.53.0 → 3.55.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/CHANGELOG.md +24 -0
- package/dist-cjs/XRayClient.js +13 -13
- package/dist-cjs/commands/BatchGetTracesCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateSamplingRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteSamplingRuleCommand.js +3 -3
- package/dist-cjs/commands/GetEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/GetGroupCommand.js +3 -3
- package/dist-cjs/commands/GetGroupsCommand.js +3 -3
- package/dist-cjs/commands/GetInsightCommand.js +3 -3
- package/dist-cjs/commands/GetInsightEventsCommand.js +3 -3
- package/dist-cjs/commands/GetInsightImpactGraphCommand.js +3 -3
- package/dist-cjs/commands/GetInsightSummariesCommand.js +3 -3
- package/dist-cjs/commands/GetSamplingRulesCommand.js +3 -3
- package/dist-cjs/commands/GetSamplingStatisticSummariesCommand.js +3 -3
- package/dist-cjs/commands/GetSamplingTargetsCommand.js +3 -3
- package/dist-cjs/commands/GetServiceGraphCommand.js +3 -3
- package/dist-cjs/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -3
- package/dist-cjs/commands/GetTraceGraphCommand.js +3 -3
- package/dist-cjs/commands/GetTraceSummariesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutEncryptionConfigCommand.js +3 -3
- package/dist-cjs/commands/PutTelemetryRecordsCommand.js +3 -3
- package/dist-cjs/commands/PutTraceSegmentsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateSamplingRuleCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +248 -248
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/XRay.js +27 -27
- package/dist-es/pagination/BatchGetTracesPaginator.js +4 -4
- package/dist-es/pagination/GetGroupsPaginator.js +4 -4
- package/dist-es/pagination/GetInsightEventsPaginator.js +4 -4
- package/dist-es/pagination/GetInsightSummariesPaginator.js +4 -4
- package/dist-es/pagination/GetSamplingRulesPaginator.js +4 -4
- package/dist-es/pagination/GetSamplingStatisticSummariesPaginator.js +4 -4
- package/dist-es/pagination/GetServiceGraphPaginator.js +4 -4
- package/dist-es/pagination/GetTimeSeriesServiceStatisticsPaginator.js +4 -4
- package/dist-es/pagination/GetTraceGraphPaginator.js +4 -4
- package/dist-es/pagination/GetTraceSummariesPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +27 -27
- package/dist-types/XRayClient.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/XRayClient.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new GetTraceSummariesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new GetTraceSummariesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.getTraceSummaries.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.getTraceSummaries.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -47,13 +47,13 @@ export function paginateGetTraceSummaries(config, input) {
|
|
|
47
47
|
if (!hasNext) return [3, 9];
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
if (!(config.client instanceof XRay)) return [3, 3];
|
|
50
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
50
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
51
51
|
case 2:
|
|
52
52
|
page = _a.sent();
|
|
53
53
|
return [3, 6];
|
|
54
54
|
case 3:
|
|
55
55
|
if (!(config.client instanceof XRayClient)) return [3, 5];
|
|
56
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
56
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
57
57
|
case 4:
|
|
58
58
|
page = _a.sent();
|
|
59
59
|
return [3, 6];
|
|
@@ -13,7 +13,7 @@ export var serializeAws_restJson1BatchGetTracesCommand = function (input, contex
|
|
|
13
13
|
headers = {
|
|
14
14
|
"content-type": "application/json",
|
|
15
15
|
};
|
|
16
|
-
resolvedPath = ""
|
|
16
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/Traces";
|
|
17
17
|
body = JSON.stringify(__assign(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.TraceIds !== undefined &&
|
|
18
18
|
input.TraceIds !== null && { TraceIds: serializeAws_restJson1TraceIdList(input.TraceIds, context) })));
|
|
19
19
|
return [2, new __HttpRequest({
|
|
@@ -38,7 +38,7 @@ export var serializeAws_restJson1CreateGroupCommand = function (input, context)
|
|
|
38
38
|
headers = {
|
|
39
39
|
"content-type": "application/json",
|
|
40
40
|
};
|
|
41
|
-
resolvedPath = ""
|
|
41
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/CreateGroup";
|
|
42
42
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.FilterExpression !== undefined &&
|
|
43
43
|
input.FilterExpression !== null && { FilterExpression: input.FilterExpression })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })), (input.InsightsConfiguration !== undefined &&
|
|
44
44
|
input.InsightsConfiguration !== null && {
|
|
@@ -67,7 +67,7 @@ export var serializeAws_restJson1CreateSamplingRuleCommand = function (input, co
|
|
|
67
67
|
headers = {
|
|
68
68
|
"content-type": "application/json",
|
|
69
69
|
};
|
|
70
|
-
resolvedPath = ""
|
|
70
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/CreateSamplingRule";
|
|
71
71
|
body = JSON.stringify(__assign(__assign({}, (input.SamplingRule !== undefined &&
|
|
72
72
|
input.SamplingRule !== null && { SamplingRule: serializeAws_restJson1SamplingRule(input.SamplingRule, context) })), (input.Tags !== undefined &&
|
|
73
73
|
input.Tags !== null && { Tags: serializeAws_restJson1TagList(input.Tags, context) })));
|
|
@@ -93,7 +93,7 @@ export var serializeAws_restJson1DeleteGroupCommand = function (input, context)
|
|
|
93
93
|
headers = {
|
|
94
94
|
"content-type": "application/json",
|
|
95
95
|
};
|
|
96
|
-
resolvedPath = ""
|
|
96
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/DeleteGroup";
|
|
97
97
|
body = JSON.stringify(__assign(__assign({}, (input.GroupARN !== undefined && input.GroupARN !== null && { GroupARN: input.GroupARN })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })));
|
|
98
98
|
return [2, new __HttpRequest({
|
|
99
99
|
protocol: protocol,
|
|
@@ -117,7 +117,7 @@ export var serializeAws_restJson1DeleteSamplingRuleCommand = function (input, co
|
|
|
117
117
|
headers = {
|
|
118
118
|
"content-type": "application/json",
|
|
119
119
|
};
|
|
120
|
-
resolvedPath = ""
|
|
120
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/DeleteSamplingRule";
|
|
121
121
|
body = JSON.stringify(__assign(__assign({}, (input.RuleARN !== undefined && input.RuleARN !== null && { RuleARN: input.RuleARN })), (input.RuleName !== undefined && input.RuleName !== null && { RuleName: input.RuleName })));
|
|
122
122
|
return [2, new __HttpRequest({
|
|
123
123
|
protocol: protocol,
|
|
@@ -141,7 +141,7 @@ export var serializeAws_restJson1GetEncryptionConfigCommand = function (input, c
|
|
|
141
141
|
headers = {
|
|
142
142
|
"content-type": "application/json",
|
|
143
143
|
};
|
|
144
|
-
resolvedPath = ""
|
|
144
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/EncryptionConfig";
|
|
145
145
|
body = "";
|
|
146
146
|
return [2, new __HttpRequest({
|
|
147
147
|
protocol: protocol,
|
|
@@ -165,7 +165,7 @@ export var serializeAws_restJson1GetGroupCommand = function (input, context) { r
|
|
|
165
165
|
headers = {
|
|
166
166
|
"content-type": "application/json",
|
|
167
167
|
};
|
|
168
|
-
resolvedPath = ""
|
|
168
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/GetGroup";
|
|
169
169
|
body = JSON.stringify(__assign(__assign({}, (input.GroupARN !== undefined && input.GroupARN !== null && { GroupARN: input.GroupARN })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })));
|
|
170
170
|
return [2, new __HttpRequest({
|
|
171
171
|
protocol: protocol,
|
|
@@ -189,7 +189,7 @@ export var serializeAws_restJson1GetGroupsCommand = function (input, context) {
|
|
|
189
189
|
headers = {
|
|
190
190
|
"content-type": "application/json",
|
|
191
191
|
};
|
|
192
|
-
resolvedPath = ""
|
|
192
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/Groups";
|
|
193
193
|
body = JSON.stringify(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
|
|
194
194
|
return [2, new __HttpRequest({
|
|
195
195
|
protocol: protocol,
|
|
@@ -213,7 +213,7 @@ export var serializeAws_restJson1GetInsightCommand = function (input, context) {
|
|
|
213
213
|
headers = {
|
|
214
214
|
"content-type": "application/json",
|
|
215
215
|
};
|
|
216
|
-
resolvedPath = ""
|
|
216
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/Insight";
|
|
217
217
|
body = JSON.stringify(__assign({}, (input.InsightId !== undefined && input.InsightId !== null && { InsightId: input.InsightId })));
|
|
218
218
|
return [2, new __HttpRequest({
|
|
219
219
|
protocol: protocol,
|
|
@@ -237,7 +237,7 @@ export var serializeAws_restJson1GetInsightEventsCommand = function (input, cont
|
|
|
237
237
|
headers = {
|
|
238
238
|
"content-type": "application/json",
|
|
239
239
|
};
|
|
240
|
-
resolvedPath = ""
|
|
240
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/InsightEvents";
|
|
241
241
|
body = JSON.stringify(__assign(__assign(__assign({}, (input.InsightId !== undefined && input.InsightId !== null && { InsightId: input.InsightId })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
|
|
242
242
|
return [2, new __HttpRequest({
|
|
243
243
|
protocol: protocol,
|
|
@@ -261,7 +261,7 @@ export var serializeAws_restJson1GetInsightImpactGraphCommand = function (input,
|
|
|
261
261
|
headers = {
|
|
262
262
|
"content-type": "application/json",
|
|
263
263
|
};
|
|
264
|
-
resolvedPath = ""
|
|
264
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/InsightImpactGraph";
|
|
265
265
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.EndTime !== undefined &&
|
|
266
266
|
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.InsightId !== undefined && input.InsightId !== null && { InsightId: input.InsightId })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.StartTime !== undefined &&
|
|
267
267
|
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) })));
|
|
@@ -287,7 +287,7 @@ export var serializeAws_restJson1GetInsightSummariesCommand = function (input, c
|
|
|
287
287
|
headers = {
|
|
288
288
|
"content-type": "application/json",
|
|
289
289
|
};
|
|
290
|
-
resolvedPath = ""
|
|
290
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/InsightSummaries";
|
|
291
291
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime !== undefined &&
|
|
292
292
|
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.GroupARN !== undefined && input.GroupARN !== null && { GroupARN: input.GroupARN })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })), (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.StartTime !== undefined &&
|
|
293
293
|
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) })), (input.States !== undefined &&
|
|
@@ -314,7 +314,7 @@ export var serializeAws_restJson1GetSamplingRulesCommand = function (input, cont
|
|
|
314
314
|
headers = {
|
|
315
315
|
"content-type": "application/json",
|
|
316
316
|
};
|
|
317
|
-
resolvedPath = ""
|
|
317
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/GetSamplingRules";
|
|
318
318
|
body = JSON.stringify(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
|
|
319
319
|
return [2, new __HttpRequest({
|
|
320
320
|
protocol: protocol,
|
|
@@ -338,7 +338,7 @@ export var serializeAws_restJson1GetSamplingStatisticSummariesCommand = function
|
|
|
338
338
|
headers = {
|
|
339
339
|
"content-type": "application/json",
|
|
340
340
|
};
|
|
341
|
-
resolvedPath = ""
|
|
341
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/SamplingStatisticSummaries";
|
|
342
342
|
body = JSON.stringify(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })));
|
|
343
343
|
return [2, new __HttpRequest({
|
|
344
344
|
protocol: protocol,
|
|
@@ -362,7 +362,7 @@ export var serializeAws_restJson1GetSamplingTargetsCommand = function (input, co
|
|
|
362
362
|
headers = {
|
|
363
363
|
"content-type": "application/json",
|
|
364
364
|
};
|
|
365
|
-
resolvedPath = ""
|
|
365
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/SamplingTargets";
|
|
366
366
|
body = JSON.stringify(__assign({}, (input.SamplingStatisticsDocuments !== undefined &&
|
|
367
367
|
input.SamplingStatisticsDocuments !== null && {
|
|
368
368
|
SamplingStatisticsDocuments: serializeAws_restJson1SamplingStatisticsDocumentList(input.SamplingStatisticsDocuments, context),
|
|
@@ -389,7 +389,7 @@ export var serializeAws_restJson1GetServiceGraphCommand = function (input, conte
|
|
|
389
389
|
headers = {
|
|
390
390
|
"content-type": "application/json",
|
|
391
391
|
};
|
|
392
|
-
resolvedPath = ""
|
|
392
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/ServiceGraph";
|
|
393
393
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime !== undefined &&
|
|
394
394
|
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.GroupARN !== undefined && input.GroupARN !== null && { GroupARN: input.GroupARN })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.StartTime !== undefined &&
|
|
395
395
|
input.StartTime !== null && { StartTime: Math.round(input.StartTime.getTime() / 1000) })));
|
|
@@ -415,7 +415,7 @@ export var serializeAws_restJson1GetTimeSeriesServiceStatisticsCommand = functio
|
|
|
415
415
|
headers = {
|
|
416
416
|
"content-type": "application/json",
|
|
417
417
|
};
|
|
418
|
-
resolvedPath = ""
|
|
418
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TimeSeriesServiceStatistics";
|
|
419
419
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime !== undefined &&
|
|
420
420
|
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.EntitySelectorExpression !== undefined &&
|
|
421
421
|
input.EntitySelectorExpression !== null && { EntitySelectorExpression: input.EntitySelectorExpression })), (input.ForecastStatistics !== undefined &&
|
|
@@ -443,7 +443,7 @@ export var serializeAws_restJson1GetTraceGraphCommand = function (input, context
|
|
|
443
443
|
headers = {
|
|
444
444
|
"content-type": "application/json",
|
|
445
445
|
};
|
|
446
|
-
resolvedPath = ""
|
|
446
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TraceGraph";
|
|
447
447
|
body = JSON.stringify(__assign(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.TraceIds !== undefined &&
|
|
448
448
|
input.TraceIds !== null && { TraceIds: serializeAws_restJson1TraceIdList(input.TraceIds, context) })));
|
|
449
449
|
return [2, new __HttpRequest({
|
|
@@ -468,7 +468,7 @@ export var serializeAws_restJson1GetTraceSummariesCommand = function (input, con
|
|
|
468
468
|
headers = {
|
|
469
469
|
"content-type": "application/json",
|
|
470
470
|
};
|
|
471
|
-
resolvedPath = ""
|
|
471
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TraceSummaries";
|
|
472
472
|
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.EndTime !== undefined &&
|
|
473
473
|
input.EndTime !== null && { EndTime: Math.round(input.EndTime.getTime() / 1000) })), (input.FilterExpression !== undefined &&
|
|
474
474
|
input.FilterExpression !== null && { FilterExpression: input.FilterExpression })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.Sampling !== undefined && input.Sampling !== null && { Sampling: input.Sampling })), (input.SamplingStrategy !== undefined &&
|
|
@@ -498,7 +498,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
|
|
|
498
498
|
headers = {
|
|
499
499
|
"content-type": "application/json",
|
|
500
500
|
};
|
|
501
|
-
resolvedPath = ""
|
|
501
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/ListTagsForResource";
|
|
502
502
|
body = JSON.stringify(__assign(__assign({}, (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.ResourceARN !== undefined && input.ResourceARN !== null && { ResourceARN: input.ResourceARN })));
|
|
503
503
|
return [2, new __HttpRequest({
|
|
504
504
|
protocol: protocol,
|
|
@@ -522,7 +522,7 @@ export var serializeAws_restJson1PutEncryptionConfigCommand = function (input, c
|
|
|
522
522
|
headers = {
|
|
523
523
|
"content-type": "application/json",
|
|
524
524
|
};
|
|
525
|
-
resolvedPath = ""
|
|
525
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/PutEncryptionConfig";
|
|
526
526
|
body = JSON.stringify(__assign(__assign({}, (input.KeyId !== undefined && input.KeyId !== null && { KeyId: input.KeyId })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })));
|
|
527
527
|
return [2, new __HttpRequest({
|
|
528
528
|
protocol: protocol,
|
|
@@ -546,7 +546,7 @@ export var serializeAws_restJson1PutTelemetryRecordsCommand = function (input, c
|
|
|
546
546
|
headers = {
|
|
547
547
|
"content-type": "application/json",
|
|
548
548
|
};
|
|
549
|
-
resolvedPath = ""
|
|
549
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TelemetryRecords";
|
|
550
550
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.EC2InstanceId !== undefined && input.EC2InstanceId !== null && { EC2InstanceId: input.EC2InstanceId })), (input.Hostname !== undefined && input.Hostname !== null && { Hostname: input.Hostname })), (input.ResourceARN !== undefined && input.ResourceARN !== null && { ResourceARN: input.ResourceARN })), (input.TelemetryRecords !== undefined &&
|
|
551
551
|
input.TelemetryRecords !== null && {
|
|
552
552
|
TelemetryRecords: serializeAws_restJson1TelemetryRecordList(input.TelemetryRecords, context),
|
|
@@ -573,7 +573,7 @@ export var serializeAws_restJson1PutTraceSegmentsCommand = function (input, cont
|
|
|
573
573
|
headers = {
|
|
574
574
|
"content-type": "application/json",
|
|
575
575
|
};
|
|
576
|
-
resolvedPath = ""
|
|
576
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TraceSegments";
|
|
577
577
|
body = JSON.stringify(__assign({}, (input.TraceSegmentDocuments !== undefined &&
|
|
578
578
|
input.TraceSegmentDocuments !== null && {
|
|
579
579
|
TraceSegmentDocuments: serializeAws_restJson1TraceSegmentDocumentList(input.TraceSegmentDocuments, context),
|
|
@@ -600,7 +600,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
|
|
|
600
600
|
headers = {
|
|
601
601
|
"content-type": "application/json",
|
|
602
602
|
};
|
|
603
|
-
resolvedPath = ""
|
|
603
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/TagResource";
|
|
604
604
|
body = JSON.stringify(__assign(__assign({}, (input.ResourceARN !== undefined && input.ResourceARN !== null && { ResourceARN: input.ResourceARN })), (input.Tags !== undefined &&
|
|
605
605
|
input.Tags !== null && { Tags: serializeAws_restJson1TagList(input.Tags, context) })));
|
|
606
606
|
return [2, new __HttpRequest({
|
|
@@ -625,7 +625,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
|
|
|
625
625
|
headers = {
|
|
626
626
|
"content-type": "application/json",
|
|
627
627
|
};
|
|
628
|
-
resolvedPath = ""
|
|
628
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/UntagResource";
|
|
629
629
|
body = JSON.stringify(__assign(__assign({}, (input.ResourceARN !== undefined && input.ResourceARN !== null && { ResourceARN: input.ResourceARN })), (input.TagKeys !== undefined &&
|
|
630
630
|
input.TagKeys !== null && { TagKeys: serializeAws_restJson1TagKeyList(input.TagKeys, context) })));
|
|
631
631
|
return [2, new __HttpRequest({
|
|
@@ -650,7 +650,7 @@ export var serializeAws_restJson1UpdateGroupCommand = function (input, context)
|
|
|
650
650
|
headers = {
|
|
651
651
|
"content-type": "application/json",
|
|
652
652
|
};
|
|
653
|
-
resolvedPath = ""
|
|
653
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/UpdateGroup";
|
|
654
654
|
body = JSON.stringify(__assign(__assign(__assign(__assign({}, (input.FilterExpression !== undefined &&
|
|
655
655
|
input.FilterExpression !== null && { FilterExpression: input.FilterExpression })), (input.GroupARN !== undefined && input.GroupARN !== null && { GroupARN: input.GroupARN })), (input.GroupName !== undefined && input.GroupName !== null && { GroupName: input.GroupName })), (input.InsightsConfiguration !== undefined &&
|
|
656
656
|
input.InsightsConfiguration !== null && {
|
|
@@ -678,7 +678,7 @@ export var serializeAws_restJson1UpdateSamplingRuleCommand = function (input, co
|
|
|
678
678
|
headers = {
|
|
679
679
|
"content-type": "application/json",
|
|
680
680
|
};
|
|
681
|
-
resolvedPath = ""
|
|
681
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/UpdateSamplingRule";
|
|
682
682
|
body = JSON.stringify(__assign({}, (input.SamplingRuleUpdate !== undefined &&
|
|
683
683
|
input.SamplingRuleUpdate !== null && {
|
|
684
684
|
SamplingRuleUpdate: serializeAws_restJson1SamplingRuleUpdate(input.SamplingRuleUpdate, context),
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
|
|
10
10
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
11
11
|
import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
|
|
@@ -55,7 +55,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
55
55
|
* A function that can calculate the length of a request body.
|
|
56
56
|
* @internal
|
|
57
57
|
*/
|
|
58
|
-
bodyLengthChecker?:
|
|
58
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
59
59
|
/**
|
|
60
60
|
* A function that converts a stream into an array of bytes.
|
|
61
61
|
* @internal
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchGetTracesCommandInput, BatchGetTracesCommandOutput } from "./commands/BatchGetTracesCommand";
|
|
10
10
|
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "./commands/CreateGroupCommand";
|
|
11
11
|
import { CreateSamplingRuleCommandInput, CreateSamplingRuleCommandOutput } from "./commands/CreateSamplingRuleCommand";
|
|
@@ -43,7 +43,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
43
43
|
|
|
44
44
|
urlParser?: __UrlParser;
|
|
45
45
|
|
|
46
|
-
bodyLengthChecker?:
|
|
46
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
47
47
|
|
|
48
48
|
streamCollector?: __StreamCollector;
|
|
49
49
|
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
6
6
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (
|
|
9
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
10
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
11
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
12
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: XRayClientConfig) => {
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | 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.55.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,47 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
55
55
|
"@tsconfig/recommended": "1.0.1",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"concurrently": "7.0.0",
|
|
58
58
|
"downlevel-dts": "0.7.0",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
60
|
"typedoc": "0.19.2",
|
|
61
|
-
"typescript": "~4.
|
|
61
|
+
"typescript": "~4.6.2"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=12.0.0"
|