@aws-sdk/client-databrew 3.495.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 +35 -32
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -4046,12 +4046,14 @@ var paginateListSchedules = (0, import_core.createPaginator)(DataBrewClient, Lis
4046
4046
  // src/index.ts
4047
4047
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
4048
4048
  // Annotate the CommonJS export names for ESM import in node:
4049
+
4049
4050
  0 && (module.exports = {
4050
- AccessDeniedException,
4051
- AnalyticsMode,
4051
+ DataBrewServiceException,
4052
+ __Client,
4053
+ DataBrewClient,
4054
+ DataBrew,
4055
+ $Command,
4052
4056
  BatchDeleteRecipeVersionCommand,
4053
- CompressionFormat,
4054
- ConflictException,
4055
4057
  CreateDatasetCommand,
4056
4058
  CreateProfileJobCommand,
4057
4059
  CreateProjectCommand,
@@ -4059,10 +4061,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4059
4061
  CreateRecipeJobCommand,
4060
4062
  CreateRulesetCommand,
4061
4063
  CreateScheduleCommand,
4062
- DataBrew,
4063
- DataBrewClient,
4064
- DataBrewServiceException,
4065
- DatabaseOutputMode,
4066
4064
  DeleteDatasetCommand,
4067
4065
  DeleteJobCommand,
4068
4066
  DeleteProjectCommand,
@@ -4076,11 +4074,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4076
4074
  DescribeRecipeCommand,
4077
4075
  DescribeRulesetCommand,
4078
4076
  DescribeScheduleCommand,
4079
- EncryptionMode,
4080
- InputFormat,
4081
- InternalServerException,
4082
- JobRunState,
4083
- JobType,
4084
4077
  ListDatasetsCommand,
4085
4078
  ListJobRunsCommand,
4086
4079
  ListJobsCommand,
@@ -4090,27 +4083,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4090
4083
  ListRulesetsCommand,
4091
4084
  ListSchedulesCommand,
4092
4085
  ListTagsForResourceCommand,
4093
- LogSubscription,
4094
- Order,
4095
- OrderedBy,
4096
- OutputFormat,
4097
- ParameterType,
4098
4086
  PublishRecipeCommand,
4099
- ResourceNotFoundException,
4100
- SampleMode,
4101
- SampleType,
4102
4087
  SendProjectSessionActionCommand,
4103
- SendProjectSessionActionRequestFilterSensitiveLog,
4104
- ServiceQuotaExceededException,
4105
- SessionStatus,
4106
- Source,
4107
4088
  StartJobRunCommand,
4108
4089
  StartProjectSessionCommand,
4109
- StartProjectSessionResponseFilterSensitiveLog,
4110
4090
  StopJobRunCommand,
4111
4091
  TagResourceCommand,
4112
- ThresholdType,
4113
- ThresholdUnit,
4114
4092
  UntagResourceCommand,
4115
4093
  UpdateDatasetCommand,
4116
4094
  UpdateProfileJobCommand,
@@ -4119,9 +4097,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4119
4097
  UpdateRecipeJobCommand,
4120
4098
  UpdateRulesetCommand,
4121
4099
  UpdateScheduleCommand,
4122
- ValidationException,
4123
- ValidationMode,
4124
- __Client,
4125
4100
  paginateListDatasets,
4126
4101
  paginateListJobRuns,
4127
4102
  paginateListJobs,
@@ -4129,5 +4104,33 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
4129
4104
  paginateListRecipeVersions,
4130
4105
  paginateListRecipes,
4131
4106
  paginateListRulesets,
4132
- 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
4133
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.495.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-databrew",
@@ -20,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",