@aws-sdk/client-dataexchange 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 +32 -31
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3215,70 +3215,71 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3215
3215
  // Annotate the CommonJS export names for ESM import in node:
3216
3216
 
3217
3217
  0 && (module.exports = {
3218
- AccessDeniedException,
3219
- AssetType,
3218
+ DataExchangeServiceException,
3219
+ __Client,
3220
+ DataExchangeClient,
3221
+ DataExchange,
3222
+ $Command,
3220
3223
  CancelJobCommand,
3221
- Code,
3222
- ConflictException,
3223
3224
  CreateDataSetCommand,
3224
3225
  CreateEventActionCommand,
3225
3226
  CreateJobCommand,
3226
3227
  CreateRevisionCommand,
3227
- DataExchange,
3228
- DataExchangeClient,
3229
- DataExchangeServiceException,
3230
- DatabaseLFTagPolicyPermission,
3231
3228
  DeleteAssetCommand,
3232
3229
  DeleteDataSetCommand,
3233
3230
  DeleteEventActionCommand,
3234
3231
  DeleteRevisionCommand,
3235
- ExceptionCause,
3236
3232
  GetAssetCommand,
3237
3233
  GetDataSetCommand,
3238
3234
  GetEventActionCommand,
3239
3235
  GetJobCommand,
3240
3236
  GetRevisionCommand,
3241
- InternalServerException,
3242
- JobErrorLimitName,
3243
- JobErrorResourceTypes,
3244
- LFPermission,
3245
- LFResourceType,
3246
- LakeFormationDataPermissionType,
3247
- LimitName,
3248
3237
  ListDataSetRevisionsCommand,
3249
3238
  ListDataSetsCommand,
3250
3239
  ListEventActionsCommand,
3251
3240
  ListJobsCommand,
3252
3241
  ListRevisionAssetsCommand,
3253
3242
  ListTagsForResourceCommand,
3254
- NotificationType,
3255
- Origin,
3256
- ProtocolType,
3257
- ResourceNotFoundException,
3258
- ResourceType,
3259
3243
  RevokeRevisionCommand,
3260
- SchemaChangeType,
3261
3244
  SendApiAssetCommand,
3262
3245
  SendDataSetNotificationCommand,
3263
- ServerSideEncryptionTypes,
3264
- ServiceLimitExceededException,
3265
3246
  StartJobCommand,
3266
- State,
3267
- TableTagPolicyLFPermission,
3268
3247
  TagResourceCommand,
3269
- ThrottlingException,
3270
- Type,
3271
3248
  UntagResourceCommand,
3272
3249
  UpdateAssetCommand,
3273
3250
  UpdateDataSetCommand,
3274
3251
  UpdateEventActionCommand,
3275
3252
  UpdateRevisionCommand,
3276
- ValidationException,
3277
- __Client,
3278
3253
  paginateListDataSetRevisions,
3279
3254
  paginateListDataSets,
3280
3255
  paginateListEventActions,
3281
3256
  paginateListJobs,
3282
- paginateListRevisionAssets
3257
+ paginateListRevisionAssets,
3258
+ AccessDeniedException,
3259
+ ServerSideEncryptionTypes,
3260
+ ProtocolType,
3261
+ LFResourceType,
3262
+ LakeFormationDataPermissionType,
3263
+ LFPermission,
3264
+ AssetType,
3265
+ ResourceType,
3266
+ ConflictException,
3267
+ InternalServerException,
3268
+ ResourceNotFoundException,
3269
+ ThrottlingException,
3270
+ ExceptionCause,
3271
+ ValidationException,
3272
+ Code,
3273
+ Origin,
3274
+ LimitName,
3275
+ ServiceLimitExceededException,
3276
+ DatabaseLFTagPolicyPermission,
3277
+ TableTagPolicyLFPermission,
3278
+ Type,
3279
+ JobErrorLimitName,
3280
+ JobErrorResourceTypes,
3281
+ State,
3282
+ SchemaChangeType,
3283
+ NotificationType
3283
3284
  });
3284
3285
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-dataexchange",
3
3
  "description": "AWS SDK for JavaScript Dataexchange 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-dataexchange",
@@ -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",