@aws-sdk/client-xray 3.430.0 → 3.431.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.
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.de_GetTraceSummariesCommand = exports.de_GetTraceGraphCommand = exports.de_GetTimeSeriesServiceStatisticsCommand = exports.de_GetServiceGraphCommand = exports.de_GetSamplingTargetsCommand = exports.de_GetSamplingStatisticSummariesCommand = exports.de_GetSamplingRulesCommand = exports.de_GetInsightSummariesCommand = exports.de_GetInsightImpactGraphCommand = exports.de_GetInsightEventsCommand = exports.de_GetInsightCommand = exports.de_GetGroupsCommand = exports.de_GetGroupCommand = exports.de_GetEncryptionConfigCommand = exports.de_DeleteSamplingRuleCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteGroupCommand = exports.de_CreateSamplingRuleCommand = exports.de_CreateGroupCommand = exports.de_BatchGetTracesCommand = exports.se_UpdateSamplingRuleCommand = exports.se_UpdateGroupCommand = exports.se_UntagResourceCommand = exports.se_TagResourceCommand = exports.se_PutTraceSegmentsCommand = exports.se_PutTelemetryRecordsCommand = exports.se_PutResourcePolicyCommand = exports.se_PutEncryptionConfigCommand = exports.se_ListTagsForResourceCommand = exports.se_ListResourcePoliciesCommand = exports.se_GetTraceSummariesCommand = exports.se_GetTraceGraphCommand = exports.se_GetTimeSeriesServiceStatisticsCommand = exports.se_GetServiceGraphCommand = exports.se_GetSamplingTargetsCommand = exports.se_GetSamplingStatisticSummariesCommand = exports.se_GetSamplingRulesCommand = exports.se_GetInsightSummariesCommand = exports.se_GetInsightImpactGraphCommand = exports.se_GetInsightEventsCommand = exports.se_GetInsightCommand = exports.se_GetGroupsCommand = exports.se_GetGroupCommand = exports.se_GetEncryptionConfigCommand = exports.se_DeleteSamplingRuleCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteGroupCommand = exports.se_CreateSamplingRuleCommand = exports.se_CreateGroupCommand = exports.se_BatchGetTracesCommand = void 0;
|
|
4
4
|
exports.de_UpdateSamplingRuleCommand = exports.de_UpdateGroupCommand = exports.de_UntagResourceCommand = exports.de_TagResourceCommand = exports.de_PutTraceSegmentsCommand = exports.de_PutTelemetryRecordsCommand = exports.de_PutResourcePolicyCommand = exports.de_PutEncryptionConfigCommand = exports.de_ListTagsForResourceCommand = exports.de_ListResourcePoliciesCommand = void 0;
|
|
5
|
+
const core_1 = require("@aws-sdk/core");
|
|
5
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
6
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
@@ -2399,7 +2400,7 @@ const de_ValuesWithServiceIds = (output, context) => {
|
|
|
2399
2400
|
};
|
|
2400
2401
|
const de_ValueWithServiceIds = (output, context) => {
|
|
2401
2402
|
return (0, smithy_client_1.take)(output, {
|
|
2402
|
-
AnnotationValue: (_) => de_AnnotationValue((0,
|
|
2403
|
+
AnnotationValue: (_) => de_AnnotationValue((0, core_1.awsExpectUnion)(_), context),
|
|
2403
2404
|
ServiceIds: smithy_client_1._json,
|
|
2404
2405
|
});
|
|
2405
2406
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
|
|
1
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
2
|
-
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString,
|
|
3
|
+
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
3
4
|
import { InvalidPolicyRevisionIdException, InvalidRequestException, LockoutPreventionException, MalformedPolicyDocumentException, PolicyCountLimitExceededException, PolicySizeLimitExceededException, ResourceNotFoundException, RuleLimitExceededException, ThrottledException, TooManyTagsException, } from "../models/models_0";
|
|
4
5
|
import { XRayServiceException as __BaseException } from "../models/XRayServiceException";
|
|
5
6
|
export const se_BatchGetTracesCommand = async (input, context) => {
|
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.431.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",
|
|
@@ -21,9 +21,10 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
24
|
+
"@aws-sdk/client-sts": "3.431.0",
|
|
25
|
+
"@aws-sdk/core": "3.431.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.431.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.431.0",
|
|
27
28
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
29
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
30
|
"@aws-sdk/middleware-signing": "3.428.0",
|