@aws-sdk/client-xray 3.928.0 → 3.929.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 +1651 -2118
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/XRayClient.js +2 -0
- package/dist-es/commands/BatchGetTracesCommand.js +3 -9
- package/dist-es/commands/CancelTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/CreateGroupCommand.js +3 -9
- package/dist-es/commands/CreateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/DeleteGroupCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteSamplingRuleCommand.js +3 -9
- package/dist-es/commands/GetEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/GetGroupCommand.js +3 -9
- package/dist-es/commands/GetGroupsCommand.js +3 -9
- package/dist-es/commands/GetIndexingRulesCommand.js +3 -9
- package/dist-es/commands/GetInsightCommand.js +3 -9
- package/dist-es/commands/GetInsightEventsCommand.js +3 -9
- package/dist-es/commands/GetInsightImpactGraphCommand.js +3 -9
- package/dist-es/commands/GetInsightSummariesCommand.js +3 -9
- package/dist-es/commands/GetRetrievedTracesGraphCommand.js +3 -9
- package/dist-es/commands/GetSamplingRulesCommand.js +3 -9
- package/dist-es/commands/GetSamplingStatisticSummariesCommand.js +3 -9
- package/dist-es/commands/GetSamplingTargetsCommand.js +3 -9
- package/dist-es/commands/GetServiceGraphCommand.js +3 -9
- package/dist-es/commands/GetTimeSeriesServiceStatisticsCommand.js +3 -9
- package/dist-es/commands/GetTraceGraphCommand.js +3 -9
- package/dist-es/commands/GetTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/commands/GetTraceSummariesCommand.js +3 -9
- package/dist-es/commands/ListResourcePoliciesCommand.js +3 -9
- package/dist-es/commands/ListRetrievedTracesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/PutTelemetryRecordsCommand.js +3 -9
- package/dist-es/commands/PutTraceSegmentsCommand.js +3 -9
- package/dist-es/commands/StartTraceRetrievalCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateGroupCommand.js +3 -9
- package/dist-es/commands/UpdateIndexingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateSamplingRuleCommand.js +3 -9
- package/dist-es/commands/UpdateTraceSegmentDestinationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1554 -0
- package/dist-types/XRayClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +250 -0
- package/dist-types/ts3.4/XRayClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1823
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
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.929.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|