@aws-sdk/client-databrew 3.496.0 → 3.501.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 +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -4048,11 +4048,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4048
4048
  // Annotate the CommonJS export names for ESM import in node:
4049
4049
 
4050
4050
  0 && (module.exports = {
4051
- AccessDeniedException,
4052
- AnalyticsMode,
4051
+ DataBrewServiceException,
4052
+ __Client,
4053
+ DataBrewClient,
4054
+ DataBrew,
4055
+ $Command,
4053
4056
  BatchDeleteRecipeVersionCommand,
4054
- CompressionFormat,
4055
- ConflictException,
4056
4057
  CreateDatasetCommand,
4057
4058
  CreateProfileJobCommand,
4058
4059
  CreateProjectCommand,
@@ -4060,10 +4061,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4060
4061
  CreateRecipeJobCommand,
4061
4062
  CreateRulesetCommand,
4062
4063
  CreateScheduleCommand,
4063
- DataBrew,
4064
- DataBrewClient,
4065
- DataBrewServiceException,
4066
- DatabaseOutputMode,
4067
4064
  DeleteDatasetCommand,
4068
4065
  DeleteJobCommand,
4069
4066
  DeleteProjectCommand,
@@ -4077,11 +4074,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4077
4074
  DescribeRecipeCommand,
4078
4075
  DescribeRulesetCommand,
4079
4076
  DescribeScheduleCommand,
4080
- EncryptionMode,
4081
- InputFormat,
4082
- InternalServerException,
4083
- JobRunState,
4084
- JobType,
4085
4077
  ListDatasetsCommand,
4086
4078
  ListJobRunsCommand,
4087
4079
  ListJobsCommand,
@@ -4091,27 +4083,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4091
4083
  ListRulesetsCommand,
4092
4084
  ListSchedulesCommand,
4093
4085
  ListTagsForResourceCommand,
4094
- LogSubscription,
4095
- Order,
4096
- OrderedBy,
4097
- OutputFormat,
4098
- ParameterType,
4099
4086
  PublishRecipeCommand,
4100
- ResourceNotFoundException,
4101
- SampleMode,
4102
- SampleType,
4103
4087
  SendProjectSessionActionCommand,
4104
- SendProjectSessionActionRequestFilterSensitiveLog,
4105
- ServiceQuotaExceededException,
4106
- SessionStatus,
4107
- Source,
4108
4088
  StartJobRunCommand,
4109
4089
  StartProjectSessionCommand,
4110
- StartProjectSessionResponseFilterSensitiveLog,
4111
4090
  StopJobRunCommand,
4112
4091
  TagResourceCommand,
4113
- ThresholdType,
4114
- ThresholdUnit,
4115
4092
  UntagResourceCommand,
4116
4093
  UpdateDatasetCommand,
4117
4094
  UpdateProfileJobCommand,
@@ -4120,9 +4097,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4120
4097
  UpdateRecipeJobCommand,
4121
4098
  UpdateRulesetCommand,
4122
4099
  UpdateScheduleCommand,
4123
- ValidationException,
4124
- ValidationMode,
4125
- __Client,
4126
4100
  paginateListDatasets,
4127
4101
  paginateListJobRuns,
4128
4102
  paginateListJobs,
@@ -4130,6 +4104,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4130
4104
  paginateListRecipeVersions,
4131
4105
  paginateListRecipes,
4132
4106
  paginateListRulesets,
4133
- paginateListSchedules
4107
+ paginateListSchedules,
4108
+ AccessDeniedException,
4109
+ AnalyticsMode,
4110
+ ConflictException,
4111
+ ResourceNotFoundException,
4112
+ ValidationException,
4113
+ InputFormat,
4114
+ Order,
4115
+ OrderedBy,
4116
+ ParameterType,
4117
+ ServiceQuotaExceededException,
4118
+ EncryptionMode,
4119
+ SampleMode,
4120
+ LogSubscription,
4121
+ ValidationMode,
4122
+ SampleType,
4123
+ InternalServerException,
4124
+ DatabaseOutputMode,
4125
+ CompressionFormat,
4126
+ OutputFormat,
4127
+ ThresholdType,
4128
+ ThresholdUnit,
4129
+ Source,
4130
+ JobType,
4131
+ JobRunState,
4132
+ SessionStatus,
4133
+ SendProjectSessionActionRequestFilterSensitiveLog,
4134
+ StartProjectSessionResponseFilterSensitiveLog
4134
4135
  });
4135
4136
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-databrew",
3
3
  "description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-databrew",
@@ -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.501.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.501.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",