@aws-sdk/client-xray 3.496.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +23 -22
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3216,15 +3216,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3216
3216
  // Annotate the CommonJS export names for ESM import in node:
3217
3217
 
3218
3218
  0 && (module.exports = {
3219
- AnnotationValue,
3219
+ XRayServiceException,
3220
+ __Client,
3221
+ XRayClient,
3222
+ XRay,
3223
+ $Command,
3220
3224
  BatchGetTracesCommand,
3221
3225
  CreateGroupCommand,
3222
3226
  CreateSamplingRuleCommand,
3223
3227
  DeleteGroupCommand,
3224
3228
  DeleteResourcePolicyCommand,
3225
3229
  DeleteSamplingRuleCommand,
3226
- EncryptionStatus,
3227
- EncryptionType,
3228
3230
  GetEncryptionConfigCommand,
3229
3231
  GetGroupCommand,
3230
3232
  GetGroupsCommand,
@@ -3239,34 +3241,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3239
3241
  GetTimeSeriesServiceStatisticsCommand,
3240
3242
  GetTraceGraphCommand,
3241
3243
  GetTraceSummariesCommand,
3242
- InsightCategory,
3243
- InsightState,
3244
- InvalidPolicyRevisionIdException,
3245
- InvalidRequestException,
3246
3244
  ListResourcePoliciesCommand,
3247
3245
  ListTagsForResourceCommand,
3248
- LockoutPreventionException,
3249
- MalformedPolicyDocumentException,
3250
- PolicyCountLimitExceededException,
3251
- PolicySizeLimitExceededException,
3252
3246
  PutEncryptionConfigCommand,
3253
3247
  PutResourcePolicyCommand,
3254
3248
  PutTelemetryRecordsCommand,
3255
3249
  PutTraceSegmentsCommand,
3256
- ResourceNotFoundException,
3257
- RuleLimitExceededException,
3258
- SamplingStrategyName,
3259
3250
  TagResourceCommand,
3260
- ThrottledException,
3261
- TimeRangeType,
3262
- TooManyTagsException,
3263
3251
  UntagResourceCommand,
3264
3252
  UpdateGroupCommand,
3265
3253
  UpdateSamplingRuleCommand,
3266
- XRay,
3267
- XRayClient,
3268
- XRayServiceException,
3269
- __Client,
3270
3254
  paginateBatchGetTraces,
3271
3255
  paginateGetGroups,
3272
3256
  paginateGetInsightEvents,
@@ -3278,6 +3262,23 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3278
3262
  paginateGetTraceGraph,
3279
3263
  paginateGetTraceSummaries,
3280
3264
  paginateListResourcePolicies,
3281
- paginateListTagsForResource
3265
+ paginateListTagsForResource,
3266
+ AnnotationValue,
3267
+ InvalidRequestException,
3268
+ ThrottledException,
3269
+ RuleLimitExceededException,
3270
+ InvalidPolicyRevisionIdException,
3271
+ EncryptionStatus,
3272
+ EncryptionType,
3273
+ InsightCategory,
3274
+ InsightState,
3275
+ SamplingStrategyName,
3276
+ TimeRangeType,
3277
+ ResourceNotFoundException,
3278
+ LockoutPreventionException,
3279
+ MalformedPolicyDocumentException,
3280
+ PolicyCountLimitExceededException,
3281
+ PolicySizeLimitExceededException,
3282
+ TooManyTagsException
3282
3283
  });
3283
3284
 
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.496.0",
4
+ "version": "3.499.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,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",