@aws-sdk/client-databrew 3.1045.0 → 3.1046.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 (167) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +105 -106
  5. package/dist-cjs/models/DataBrewServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/DataBrew.js +1 -1
  10. package/dist-es/DataBrewClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -2
  13. package/dist-es/commands/CreateDatasetCommand.js +2 -2
  14. package/dist-es/commands/CreateProfileJobCommand.js +2 -2
  15. package/dist-es/commands/CreateProjectCommand.js +2 -2
  16. package/dist-es/commands/CreateRecipeCommand.js +2 -2
  17. package/dist-es/commands/CreateRecipeJobCommand.js +2 -2
  18. package/dist-es/commands/CreateRulesetCommand.js +2 -2
  19. package/dist-es/commands/CreateScheduleCommand.js +2 -2
  20. package/dist-es/commands/DeleteDatasetCommand.js +2 -2
  21. package/dist-es/commands/DeleteJobCommand.js +2 -2
  22. package/dist-es/commands/DeleteProjectCommand.js +2 -2
  23. package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -2
  24. package/dist-es/commands/DeleteRulesetCommand.js +2 -2
  25. package/dist-es/commands/DeleteScheduleCommand.js +2 -2
  26. package/dist-es/commands/DescribeDatasetCommand.js +2 -2
  27. package/dist-es/commands/DescribeJobCommand.js +2 -2
  28. package/dist-es/commands/DescribeJobRunCommand.js +2 -2
  29. package/dist-es/commands/DescribeProjectCommand.js +2 -2
  30. package/dist-es/commands/DescribeRecipeCommand.js +2 -2
  31. package/dist-es/commands/DescribeRulesetCommand.js +2 -2
  32. package/dist-es/commands/DescribeScheduleCommand.js +2 -2
  33. package/dist-es/commands/ListDatasetsCommand.js +2 -2
  34. package/dist-es/commands/ListJobRunsCommand.js +2 -2
  35. package/dist-es/commands/ListJobsCommand.js +2 -2
  36. package/dist-es/commands/ListProjectsCommand.js +2 -2
  37. package/dist-es/commands/ListRecipeVersionsCommand.js +2 -2
  38. package/dist-es/commands/ListRecipesCommand.js +2 -2
  39. package/dist-es/commands/ListRulesetsCommand.js +2 -2
  40. package/dist-es/commands/ListSchedulesCommand.js +2 -2
  41. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  42. package/dist-es/commands/PublishRecipeCommand.js +2 -2
  43. package/dist-es/commands/SendProjectSessionActionCommand.js +2 -2
  44. package/dist-es/commands/StartJobRunCommand.js +2 -2
  45. package/dist-es/commands/StartProjectSessionCommand.js +2 -2
  46. package/dist-es/commands/StopJobRunCommand.js +2 -2
  47. package/dist-es/commands/TagResourceCommand.js +2 -2
  48. package/dist-es/commands/UntagResourceCommand.js +2 -2
  49. package/dist-es/commands/UpdateDatasetCommand.js +2 -2
  50. package/dist-es/commands/UpdateProfileJobCommand.js +2 -2
  51. package/dist-es/commands/UpdateProjectCommand.js +2 -2
  52. package/dist-es/commands/UpdateRecipeCommand.js +2 -2
  53. package/dist-es/commands/UpdateRecipeJobCommand.js +2 -2
  54. package/dist-es/commands/UpdateRulesetCommand.js +2 -2
  55. package/dist-es/commands/UpdateScheduleCommand.js +2 -2
  56. package/dist-es/endpoint/bdd.js +1 -1
  57. package/dist-es/endpoint/endpointResolver.js +1 -1
  58. package/dist-es/models/DataBrewServiceException.js +1 -1
  59. package/dist-es/runtimeConfig.browser.js +4 -6
  60. package/dist-es/runtimeConfig.js +4 -8
  61. package/dist-es/runtimeConfig.shared.js +3 -4
  62. package/dist-es/runtimeExtensions.js +2 -2
  63. package/dist-types/DataBrewClient.d.ts +5 -5
  64. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateProfileJobCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateProjectCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateRecipeCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateRecipeJobCommand.d.ts +6 -4
  70. package/dist-types/commands/CreateRulesetCommand.d.ts +6 -4
  71. package/dist-types/commands/CreateScheduleCommand.d.ts +6 -4
  72. package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -4
  73. package/dist-types/commands/DeleteJobCommand.d.ts +6 -4
  74. package/dist-types/commands/DeleteProjectCommand.d.ts +6 -4
  75. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +6 -4
  76. package/dist-types/commands/DeleteRulesetCommand.d.ts +6 -4
  77. package/dist-types/commands/DeleteScheduleCommand.d.ts +6 -4
  78. package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -4
  79. package/dist-types/commands/DescribeJobCommand.d.ts +6 -4
  80. package/dist-types/commands/DescribeJobRunCommand.d.ts +6 -4
  81. package/dist-types/commands/DescribeProjectCommand.d.ts +6 -4
  82. package/dist-types/commands/DescribeRecipeCommand.d.ts +6 -4
  83. package/dist-types/commands/DescribeRulesetCommand.d.ts +6 -4
  84. package/dist-types/commands/DescribeScheduleCommand.d.ts +6 -4
  85. package/dist-types/commands/ListDatasetsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListJobRunsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListJobsCommand.d.ts +6 -4
  88. package/dist-types/commands/ListProjectsCommand.d.ts +6 -4
  89. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListRecipesCommand.d.ts +6 -4
  91. package/dist-types/commands/ListRulesetsCommand.d.ts +6 -4
  92. package/dist-types/commands/ListSchedulesCommand.d.ts +6 -4
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  94. package/dist-types/commands/PublishRecipeCommand.d.ts +6 -4
  95. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +6 -4
  96. package/dist-types/commands/StartJobRunCommand.d.ts +6 -4
  97. package/dist-types/commands/StartProjectSessionCommand.d.ts +6 -4
  98. package/dist-types/commands/StopJobRunCommand.d.ts +6 -4
  99. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  100. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  101. package/dist-types/commands/UpdateDatasetCommand.d.ts +6 -4
  102. package/dist-types/commands/UpdateProfileJobCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateProjectCommand.d.ts +6 -4
  104. package/dist-types/commands/UpdateRecipeCommand.d.ts +6 -4
  105. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +6 -4
  106. package/dist-types/commands/UpdateRulesetCommand.d.ts +6 -4
  107. package/dist-types/commands/UpdateScheduleCommand.d.ts +6 -4
  108. package/dist-types/endpoint/bdd.d.ts +1 -1
  109. package/dist-types/extensionConfiguration.d.ts +1 -1
  110. package/dist-types/models/DataBrewServiceException.d.ts +1 -1
  111. package/dist-types/models/errors.d.ts +1 -1
  112. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  113. package/dist-types/runtimeConfig.d.ts +2 -2
  114. package/dist-types/runtimeConfig.native.d.ts +2 -2
  115. package/dist-types/ts3.4/DataBrewClient.d.ts +8 -14
  116. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +6 -8
  126. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +6 -6
  140. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  161. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  162. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +1 -1
  163. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  167. package/package.json +13 -34
package/dist-cjs/index.js CHANGED
@@ -4,17 +4,16 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
18
  var errors = require('./models/errors');
20
19
  var DataBrewServiceException = require('./models/DataBrewServiceException');
@@ -73,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
73
72
  };
74
73
 
75
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
76
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
77
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
78
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
79
78
  };
80
79
 
81
- class DataBrewClient extends smithyClient.Client {
80
+ class DataBrewClient extends client.Client {
82
81
  config;
83
82
  constructor(...[configuration]) {
84
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -86,18 +85,18 @@ class DataBrewClient extends smithyClient.Client {
86
85
  this.initConfig = _config_0;
87
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
88
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
89
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
90
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
91
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
92
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
93
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
94
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
95
94
  this.config = _config_8;
96
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
97
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
98
- this.middlewareStack.use(middlewareRetry.getOmitRetryHeadersPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getOmitRetryHeadersPlugin(this.config));
98
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
99
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
100
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
101
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
102
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +113,11 @@ class DataBrewClient extends smithyClient.Client {
114
113
  }
115
114
  }
116
115
 
117
- class BatchDeleteRecipeVersionCommand extends smithyClient.Command
116
+ class BatchDeleteRecipeVersionCommand extends client.Command
118
117
  .classBuilder()
119
118
  .ep(commonParams)
120
119
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
120
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
121
  })
123
122
  .s("AWSGlueDataBrew", "BatchDeleteRecipeVersion", {})
124
123
  .n("DataBrewClient", "BatchDeleteRecipeVersionCommand")
@@ -126,11 +125,11 @@ class BatchDeleteRecipeVersionCommand extends smithyClient.Command
126
125
  .build() {
127
126
  }
128
127
 
129
- class CreateDatasetCommand extends smithyClient.Command
128
+ class CreateDatasetCommand extends client.Command
130
129
  .classBuilder()
131
130
  .ep(commonParams)
132
131
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
132
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
133
  })
135
134
  .s("AWSGlueDataBrew", "CreateDataset", {})
136
135
  .n("DataBrewClient", "CreateDatasetCommand")
@@ -138,11 +137,11 @@ class CreateDatasetCommand extends smithyClient.Command
138
137
  .build() {
139
138
  }
140
139
 
141
- class CreateProfileJobCommand extends smithyClient.Command
140
+ class CreateProfileJobCommand extends client.Command
142
141
  .classBuilder()
143
142
  .ep(commonParams)
144
143
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
144
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
145
  })
147
146
  .s("AWSGlueDataBrew", "CreateProfileJob", {})
148
147
  .n("DataBrewClient", "CreateProfileJobCommand")
@@ -150,11 +149,11 @@ class CreateProfileJobCommand extends smithyClient.Command
150
149
  .build() {
151
150
  }
152
151
 
153
- class CreateProjectCommand extends smithyClient.Command
152
+ class CreateProjectCommand extends client.Command
154
153
  .classBuilder()
155
154
  .ep(commonParams)
156
155
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
156
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
157
  })
159
158
  .s("AWSGlueDataBrew", "CreateProject", {})
160
159
  .n("DataBrewClient", "CreateProjectCommand")
@@ -162,11 +161,11 @@ class CreateProjectCommand extends smithyClient.Command
162
161
  .build() {
163
162
  }
164
163
 
165
- class CreateRecipeCommand extends smithyClient.Command
164
+ class CreateRecipeCommand extends client.Command
166
165
  .classBuilder()
167
166
  .ep(commonParams)
168
167
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
168
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
169
  })
171
170
  .s("AWSGlueDataBrew", "CreateRecipe", {})
172
171
  .n("DataBrewClient", "CreateRecipeCommand")
@@ -174,11 +173,11 @@ class CreateRecipeCommand extends smithyClient.Command
174
173
  .build() {
175
174
  }
176
175
 
177
- class CreateRecipeJobCommand extends smithyClient.Command
176
+ class CreateRecipeJobCommand extends client.Command
178
177
  .classBuilder()
179
178
  .ep(commonParams)
180
179
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
180
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
181
  })
183
182
  .s("AWSGlueDataBrew", "CreateRecipeJob", {})
184
183
  .n("DataBrewClient", "CreateRecipeJobCommand")
@@ -186,11 +185,11 @@ class CreateRecipeJobCommand extends smithyClient.Command
186
185
  .build() {
187
186
  }
188
187
 
189
- class CreateRulesetCommand extends smithyClient.Command
188
+ class CreateRulesetCommand extends client.Command
190
189
  .classBuilder()
191
190
  .ep(commonParams)
192
191
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
192
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
193
  })
195
194
  .s("AWSGlueDataBrew", "CreateRuleset", {})
196
195
  .n("DataBrewClient", "CreateRulesetCommand")
@@ -198,11 +197,11 @@ class CreateRulesetCommand extends smithyClient.Command
198
197
  .build() {
199
198
  }
200
199
 
201
- class CreateScheduleCommand extends smithyClient.Command
200
+ class CreateScheduleCommand extends client.Command
202
201
  .classBuilder()
203
202
  .ep(commonParams)
204
203
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
204
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
205
  })
207
206
  .s("AWSGlueDataBrew", "CreateSchedule", {})
208
207
  .n("DataBrewClient", "CreateScheduleCommand")
@@ -210,11 +209,11 @@ class CreateScheduleCommand extends smithyClient.Command
210
209
  .build() {
211
210
  }
212
211
 
213
- class DeleteDatasetCommand extends smithyClient.Command
212
+ class DeleteDatasetCommand extends client.Command
214
213
  .classBuilder()
215
214
  .ep(commonParams)
216
215
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
216
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
217
  })
219
218
  .s("AWSGlueDataBrew", "DeleteDataset", {})
220
219
  .n("DataBrewClient", "DeleteDatasetCommand")
@@ -222,11 +221,11 @@ class DeleteDatasetCommand extends smithyClient.Command
222
221
  .build() {
223
222
  }
224
223
 
225
- class DeleteJobCommand extends smithyClient.Command
224
+ class DeleteJobCommand extends client.Command
226
225
  .classBuilder()
227
226
  .ep(commonParams)
228
227
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
228
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
229
  })
231
230
  .s("AWSGlueDataBrew", "DeleteJob", {})
232
231
  .n("DataBrewClient", "DeleteJobCommand")
@@ -234,11 +233,11 @@ class DeleteJobCommand extends smithyClient.Command
234
233
  .build() {
235
234
  }
236
235
 
237
- class DeleteProjectCommand extends smithyClient.Command
236
+ class DeleteProjectCommand extends client.Command
238
237
  .classBuilder()
239
238
  .ep(commonParams)
240
239
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
240
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
241
  })
243
242
  .s("AWSGlueDataBrew", "DeleteProject", {})
244
243
  .n("DataBrewClient", "DeleteProjectCommand")
@@ -246,11 +245,11 @@ class DeleteProjectCommand extends smithyClient.Command
246
245
  .build() {
247
246
  }
248
247
 
249
- class DeleteRecipeVersionCommand extends smithyClient.Command
248
+ class DeleteRecipeVersionCommand extends client.Command
250
249
  .classBuilder()
251
250
  .ep(commonParams)
252
251
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
252
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
253
  })
255
254
  .s("AWSGlueDataBrew", "DeleteRecipeVersion", {})
256
255
  .n("DataBrewClient", "DeleteRecipeVersionCommand")
@@ -258,11 +257,11 @@ class DeleteRecipeVersionCommand extends smithyClient.Command
258
257
  .build() {
259
258
  }
260
259
 
261
- class DeleteRulesetCommand extends smithyClient.Command
260
+ class DeleteRulesetCommand extends client.Command
262
261
  .classBuilder()
263
262
  .ep(commonParams)
264
263
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
264
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
265
  })
267
266
  .s("AWSGlueDataBrew", "DeleteRuleset", {})
268
267
  .n("DataBrewClient", "DeleteRulesetCommand")
@@ -270,11 +269,11 @@ class DeleteRulesetCommand extends smithyClient.Command
270
269
  .build() {
271
270
  }
272
271
 
273
- class DeleteScheduleCommand extends smithyClient.Command
272
+ class DeleteScheduleCommand extends client.Command
274
273
  .classBuilder()
275
274
  .ep(commonParams)
276
275
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
276
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
277
  })
279
278
  .s("AWSGlueDataBrew", "DeleteSchedule", {})
280
279
  .n("DataBrewClient", "DeleteScheduleCommand")
@@ -282,11 +281,11 @@ class DeleteScheduleCommand extends smithyClient.Command
282
281
  .build() {
283
282
  }
284
283
 
285
- class DescribeDatasetCommand extends smithyClient.Command
284
+ class DescribeDatasetCommand extends client.Command
286
285
  .classBuilder()
287
286
  .ep(commonParams)
288
287
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
288
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
289
  })
291
290
  .s("AWSGlueDataBrew", "DescribeDataset", {})
292
291
  .n("DataBrewClient", "DescribeDatasetCommand")
@@ -294,11 +293,11 @@ class DescribeDatasetCommand extends smithyClient.Command
294
293
  .build() {
295
294
  }
296
295
 
297
- class DescribeJobCommand extends smithyClient.Command
296
+ class DescribeJobCommand extends client.Command
298
297
  .classBuilder()
299
298
  .ep(commonParams)
300
299
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
300
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
301
  })
303
302
  .s("AWSGlueDataBrew", "DescribeJob", {})
304
303
  .n("DataBrewClient", "DescribeJobCommand")
@@ -306,11 +305,11 @@ class DescribeJobCommand extends smithyClient.Command
306
305
  .build() {
307
306
  }
308
307
 
309
- class DescribeJobRunCommand extends smithyClient.Command
308
+ class DescribeJobRunCommand extends client.Command
310
309
  .classBuilder()
311
310
  .ep(commonParams)
312
311
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
312
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
313
  })
315
314
  .s("AWSGlueDataBrew", "DescribeJobRun", {})
316
315
  .n("DataBrewClient", "DescribeJobRunCommand")
@@ -318,11 +317,11 @@ class DescribeJobRunCommand extends smithyClient.Command
318
317
  .build() {
319
318
  }
320
319
 
321
- class DescribeProjectCommand extends smithyClient.Command
320
+ class DescribeProjectCommand extends client.Command
322
321
  .classBuilder()
323
322
  .ep(commonParams)
324
323
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
324
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
325
  })
327
326
  .s("AWSGlueDataBrew", "DescribeProject", {})
328
327
  .n("DataBrewClient", "DescribeProjectCommand")
@@ -330,11 +329,11 @@ class DescribeProjectCommand extends smithyClient.Command
330
329
  .build() {
331
330
  }
332
331
 
333
- class DescribeRecipeCommand extends smithyClient.Command
332
+ class DescribeRecipeCommand extends client.Command
334
333
  .classBuilder()
335
334
  .ep(commonParams)
336
335
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
336
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
337
  })
339
338
  .s("AWSGlueDataBrew", "DescribeRecipe", {})
340
339
  .n("DataBrewClient", "DescribeRecipeCommand")
@@ -342,11 +341,11 @@ class DescribeRecipeCommand extends smithyClient.Command
342
341
  .build() {
343
342
  }
344
343
 
345
- class DescribeRulesetCommand extends smithyClient.Command
344
+ class DescribeRulesetCommand extends client.Command
346
345
  .classBuilder()
347
346
  .ep(commonParams)
348
347
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
348
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
349
  })
351
350
  .s("AWSGlueDataBrew", "DescribeRuleset", {})
352
351
  .n("DataBrewClient", "DescribeRulesetCommand")
@@ -354,11 +353,11 @@ class DescribeRulesetCommand extends smithyClient.Command
354
353
  .build() {
355
354
  }
356
355
 
357
- class DescribeScheduleCommand extends smithyClient.Command
356
+ class DescribeScheduleCommand extends client.Command
358
357
  .classBuilder()
359
358
  .ep(commonParams)
360
359
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
360
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
361
  })
363
362
  .s("AWSGlueDataBrew", "DescribeSchedule", {})
364
363
  .n("DataBrewClient", "DescribeScheduleCommand")
@@ -366,11 +365,11 @@ class DescribeScheduleCommand extends smithyClient.Command
366
365
  .build() {
367
366
  }
368
367
 
369
- class ListDatasetsCommand extends smithyClient.Command
368
+ class ListDatasetsCommand extends client.Command
370
369
  .classBuilder()
371
370
  .ep(commonParams)
372
371
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
372
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
373
  })
375
374
  .s("AWSGlueDataBrew", "ListDatasets", {})
376
375
  .n("DataBrewClient", "ListDatasetsCommand")
@@ -378,11 +377,11 @@ class ListDatasetsCommand extends smithyClient.Command
378
377
  .build() {
379
378
  }
380
379
 
381
- class ListJobRunsCommand extends smithyClient.Command
380
+ class ListJobRunsCommand extends client.Command
382
381
  .classBuilder()
383
382
  .ep(commonParams)
384
383
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
384
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
385
  })
387
386
  .s("AWSGlueDataBrew", "ListJobRuns", {})
388
387
  .n("DataBrewClient", "ListJobRunsCommand")
@@ -390,11 +389,11 @@ class ListJobRunsCommand extends smithyClient.Command
390
389
  .build() {
391
390
  }
392
391
 
393
- class ListJobsCommand extends smithyClient.Command
392
+ class ListJobsCommand extends client.Command
394
393
  .classBuilder()
395
394
  .ep(commonParams)
396
395
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
396
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
397
  })
399
398
  .s("AWSGlueDataBrew", "ListJobs", {})
400
399
  .n("DataBrewClient", "ListJobsCommand")
@@ -402,11 +401,11 @@ class ListJobsCommand extends smithyClient.Command
402
401
  .build() {
403
402
  }
404
403
 
405
- class ListProjectsCommand extends smithyClient.Command
404
+ class ListProjectsCommand extends client.Command
406
405
  .classBuilder()
407
406
  .ep(commonParams)
408
407
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
408
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
409
  })
411
410
  .s("AWSGlueDataBrew", "ListProjects", {})
412
411
  .n("DataBrewClient", "ListProjectsCommand")
@@ -414,11 +413,11 @@ class ListProjectsCommand extends smithyClient.Command
414
413
  .build() {
415
414
  }
416
415
 
417
- class ListRecipesCommand extends smithyClient.Command
416
+ class ListRecipesCommand extends client.Command
418
417
  .classBuilder()
419
418
  .ep(commonParams)
420
419
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
420
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
421
  })
423
422
  .s("AWSGlueDataBrew", "ListRecipes", {})
424
423
  .n("DataBrewClient", "ListRecipesCommand")
@@ -426,11 +425,11 @@ class ListRecipesCommand extends smithyClient.Command
426
425
  .build() {
427
426
  }
428
427
 
429
- class ListRecipeVersionsCommand extends smithyClient.Command
428
+ class ListRecipeVersionsCommand extends client.Command
430
429
  .classBuilder()
431
430
  .ep(commonParams)
432
431
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
432
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
433
  })
435
434
  .s("AWSGlueDataBrew", "ListRecipeVersions", {})
436
435
  .n("DataBrewClient", "ListRecipeVersionsCommand")
@@ -438,11 +437,11 @@ class ListRecipeVersionsCommand extends smithyClient.Command
438
437
  .build() {
439
438
  }
440
439
 
441
- class ListRulesetsCommand extends smithyClient.Command
440
+ class ListRulesetsCommand extends client.Command
442
441
  .classBuilder()
443
442
  .ep(commonParams)
444
443
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
444
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
445
  })
447
446
  .s("AWSGlueDataBrew", "ListRulesets", {})
448
447
  .n("DataBrewClient", "ListRulesetsCommand")
@@ -450,11 +449,11 @@ class ListRulesetsCommand extends smithyClient.Command
450
449
  .build() {
451
450
  }
452
451
 
453
- class ListSchedulesCommand extends smithyClient.Command
452
+ class ListSchedulesCommand extends client.Command
454
453
  .classBuilder()
455
454
  .ep(commonParams)
456
455
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
456
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
457
  })
459
458
  .s("AWSGlueDataBrew", "ListSchedules", {})
460
459
  .n("DataBrewClient", "ListSchedulesCommand")
@@ -462,11 +461,11 @@ class ListSchedulesCommand extends smithyClient.Command
462
461
  .build() {
463
462
  }
464
463
 
465
- class ListTagsForResourceCommand extends smithyClient.Command
464
+ class ListTagsForResourceCommand extends client.Command
466
465
  .classBuilder()
467
466
  .ep(commonParams)
468
467
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
468
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
469
  })
471
470
  .s("AWSGlueDataBrew", "ListTagsForResource", {})
472
471
  .n("DataBrewClient", "ListTagsForResourceCommand")
@@ -474,11 +473,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
474
473
  .build() {
475
474
  }
476
475
 
477
- class PublishRecipeCommand extends smithyClient.Command
476
+ class PublishRecipeCommand extends client.Command
478
477
  .classBuilder()
479
478
  .ep(commonParams)
480
479
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
480
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
481
  })
483
482
  .s("AWSGlueDataBrew", "PublishRecipe", {})
484
483
  .n("DataBrewClient", "PublishRecipeCommand")
@@ -486,11 +485,11 @@ class PublishRecipeCommand extends smithyClient.Command
486
485
  .build() {
487
486
  }
488
487
 
489
- class SendProjectSessionActionCommand extends smithyClient.Command
488
+ class SendProjectSessionActionCommand extends client.Command
490
489
  .classBuilder()
491
490
  .ep(commonParams)
492
491
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
492
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
493
  })
495
494
  .s("AWSGlueDataBrew", "SendProjectSessionAction", {})
496
495
  .n("DataBrewClient", "SendProjectSessionActionCommand")
@@ -498,11 +497,11 @@ class SendProjectSessionActionCommand extends smithyClient.Command
498
497
  .build() {
499
498
  }
500
499
 
501
- class StartJobRunCommand extends smithyClient.Command
500
+ class StartJobRunCommand extends client.Command
502
501
  .classBuilder()
503
502
  .ep(commonParams)
504
503
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
504
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
505
  })
507
506
  .s("AWSGlueDataBrew", "StartJobRun", {})
508
507
  .n("DataBrewClient", "StartJobRunCommand")
@@ -510,11 +509,11 @@ class StartJobRunCommand extends smithyClient.Command
510
509
  .build() {
511
510
  }
512
511
 
513
- class StartProjectSessionCommand extends smithyClient.Command
512
+ class StartProjectSessionCommand extends client.Command
514
513
  .classBuilder()
515
514
  .ep(commonParams)
516
515
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
516
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
517
  })
519
518
  .s("AWSGlueDataBrew", "StartProjectSession", {})
520
519
  .n("DataBrewClient", "StartProjectSessionCommand")
@@ -522,11 +521,11 @@ class StartProjectSessionCommand extends smithyClient.Command
522
521
  .build() {
523
522
  }
524
523
 
525
- class StopJobRunCommand extends smithyClient.Command
524
+ class StopJobRunCommand extends client.Command
526
525
  .classBuilder()
527
526
  .ep(commonParams)
528
527
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
528
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
529
  })
531
530
  .s("AWSGlueDataBrew", "StopJobRun", {})
532
531
  .n("DataBrewClient", "StopJobRunCommand")
@@ -534,11 +533,11 @@ class StopJobRunCommand extends smithyClient.Command
534
533
  .build() {
535
534
  }
536
535
 
537
- class TagResourceCommand extends smithyClient.Command
536
+ class TagResourceCommand extends client.Command
538
537
  .classBuilder()
539
538
  .ep(commonParams)
540
539
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
540
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
541
  })
543
542
  .s("AWSGlueDataBrew", "TagResource", {})
544
543
  .n("DataBrewClient", "TagResourceCommand")
@@ -546,11 +545,11 @@ class TagResourceCommand extends smithyClient.Command
546
545
  .build() {
547
546
  }
548
547
 
549
- class UntagResourceCommand extends smithyClient.Command
548
+ class UntagResourceCommand extends client.Command
550
549
  .classBuilder()
551
550
  .ep(commonParams)
552
551
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
552
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
553
  })
555
554
  .s("AWSGlueDataBrew", "UntagResource", {})
556
555
  .n("DataBrewClient", "UntagResourceCommand")
@@ -558,11 +557,11 @@ class UntagResourceCommand extends smithyClient.Command
558
557
  .build() {
559
558
  }
560
559
 
561
- class UpdateDatasetCommand extends smithyClient.Command
560
+ class UpdateDatasetCommand extends client.Command
562
561
  .classBuilder()
563
562
  .ep(commonParams)
564
563
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
564
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
565
  })
567
566
  .s("AWSGlueDataBrew", "UpdateDataset", {})
568
567
  .n("DataBrewClient", "UpdateDatasetCommand")
@@ -570,11 +569,11 @@ class UpdateDatasetCommand extends smithyClient.Command
570
569
  .build() {
571
570
  }
572
571
 
573
- class UpdateProfileJobCommand extends smithyClient.Command
572
+ class UpdateProfileJobCommand extends client.Command
574
573
  .classBuilder()
575
574
  .ep(commonParams)
576
575
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
576
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
577
  })
579
578
  .s("AWSGlueDataBrew", "UpdateProfileJob", {})
580
579
  .n("DataBrewClient", "UpdateProfileJobCommand")
@@ -582,11 +581,11 @@ class UpdateProfileJobCommand extends smithyClient.Command
582
581
  .build() {
583
582
  }
584
583
 
585
- class UpdateProjectCommand extends smithyClient.Command
584
+ class UpdateProjectCommand extends client.Command
586
585
  .classBuilder()
587
586
  .ep(commonParams)
588
587
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
588
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
589
  })
591
590
  .s("AWSGlueDataBrew", "UpdateProject", {})
592
591
  .n("DataBrewClient", "UpdateProjectCommand")
@@ -594,11 +593,11 @@ class UpdateProjectCommand extends smithyClient.Command
594
593
  .build() {
595
594
  }
596
595
 
597
- class UpdateRecipeCommand extends smithyClient.Command
596
+ class UpdateRecipeCommand extends client.Command
598
597
  .classBuilder()
599
598
  .ep(commonParams)
600
599
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
600
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
601
  })
603
602
  .s("AWSGlueDataBrew", "UpdateRecipe", {})
604
603
  .n("DataBrewClient", "UpdateRecipeCommand")
@@ -606,11 +605,11 @@ class UpdateRecipeCommand extends smithyClient.Command
606
605
  .build() {
607
606
  }
608
607
 
609
- class UpdateRecipeJobCommand extends smithyClient.Command
608
+ class UpdateRecipeJobCommand extends client.Command
610
609
  .classBuilder()
611
610
  .ep(commonParams)
612
611
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
612
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
613
  })
615
614
  .s("AWSGlueDataBrew", "UpdateRecipeJob", {})
616
615
  .n("DataBrewClient", "UpdateRecipeJobCommand")
@@ -618,11 +617,11 @@ class UpdateRecipeJobCommand extends smithyClient.Command
618
617
  .build() {
619
618
  }
620
619
 
621
- class UpdateRulesetCommand extends smithyClient.Command
620
+ class UpdateRulesetCommand extends client.Command
622
621
  .classBuilder()
623
622
  .ep(commonParams)
624
623
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
624
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
625
  })
627
626
  .s("AWSGlueDataBrew", "UpdateRuleset", {})
628
627
  .n("DataBrewClient", "UpdateRulesetCommand")
@@ -630,11 +629,11 @@ class UpdateRulesetCommand extends smithyClient.Command
630
629
  .build() {
631
630
  }
632
631
 
633
- class UpdateScheduleCommand extends smithyClient.Command
632
+ class UpdateScheduleCommand extends client.Command
634
633
  .classBuilder()
635
634
  .ep(commonParams)
636
635
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
636
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
637
  })
639
638
  .s("AWSGlueDataBrew", "UpdateSchedule", {})
640
639
  .n("DataBrewClient", "UpdateScheduleCommand")
@@ -716,7 +715,7 @@ const paginators = {
716
715
  };
717
716
  class DataBrew extends DataBrewClient {
718
717
  }
719
- smithyClient.createAggregatedClient(commands, DataBrew, { paginators });
718
+ client.createAggregatedClient(commands, DataBrew, { paginators });
720
719
 
721
720
  const AnalyticsMode = {
722
721
  DISABLE: "DISABLE",
@@ -826,8 +825,8 @@ const SessionStatus = {
826
825
  UPDATING: "UPDATING",
827
826
  };
828
827
 
829
- exports.$Command = smithyClient.Command;
830
- exports.__Client = smithyClient.Client;
828
+ exports.$Command = client.Command;
829
+ exports.__Client = client.Client;
831
830
  exports.DataBrewServiceException = DataBrewServiceException.DataBrewServiceException;
832
831
  exports.AnalyticsMode = AnalyticsMode;
833
832
  exports.BatchDeleteRecipeVersionCommand = BatchDeleteRecipeVersionCommand;