@aws-sdk/client-databrew 3.170.0 → 3.171.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 (54) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +0 -44
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -576
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-databrew
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-databrew
@@ -176,7 +176,6 @@ import {
176
176
  UpdateScheduleCommandOutput,
177
177
  } from "./commands/UpdateScheduleCommand";
178
178
  import { DataBrewClient } from "./DataBrewClient";
179
-
180
179
  export declare class DataBrew extends DataBrewClient {
181
180
  batchDeleteRecipeVersion(
182
181
  args: BatchDeleteRecipeVersionCommandInput,
@@ -191,7 +190,6 @@ export declare class DataBrew extends DataBrewClient {
191
190
  options: __HttpHandlerOptions,
192
191
  cb: (err: any, data?: BatchDeleteRecipeVersionCommandOutput) => void
193
192
  ): void;
194
-
195
193
  createDataset(
196
194
  args: CreateDatasetCommandInput,
197
195
  options?: __HttpHandlerOptions
@@ -205,7 +203,6 @@ export declare class DataBrew extends DataBrewClient {
205
203
  options: __HttpHandlerOptions,
206
204
  cb: (err: any, data?: CreateDatasetCommandOutput) => void
207
205
  ): void;
208
-
209
206
  createProfileJob(
210
207
  args: CreateProfileJobCommandInput,
211
208
  options?: __HttpHandlerOptions
@@ -219,7 +216,6 @@ export declare class DataBrew extends DataBrewClient {
219
216
  options: __HttpHandlerOptions,
220
217
  cb: (err: any, data?: CreateProfileJobCommandOutput) => void
221
218
  ): void;
222
-
223
219
  createProject(
224
220
  args: CreateProjectCommandInput,
225
221
  options?: __HttpHandlerOptions
@@ -233,7 +229,6 @@ export declare class DataBrew extends DataBrewClient {
233
229
  options: __HttpHandlerOptions,
234
230
  cb: (err: any, data?: CreateProjectCommandOutput) => void
235
231
  ): void;
236
-
237
232
  createRecipe(
238
233
  args: CreateRecipeCommandInput,
239
234
  options?: __HttpHandlerOptions
@@ -247,7 +242,6 @@ export declare class DataBrew extends DataBrewClient {
247
242
  options: __HttpHandlerOptions,
248
243
  cb: (err: any, data?: CreateRecipeCommandOutput) => void
249
244
  ): void;
250
-
251
245
  createRecipeJob(
252
246
  args: CreateRecipeJobCommandInput,
253
247
  options?: __HttpHandlerOptions
@@ -261,7 +255,6 @@ export declare class DataBrew extends DataBrewClient {
261
255
  options: __HttpHandlerOptions,
262
256
  cb: (err: any, data?: CreateRecipeJobCommandOutput) => void
263
257
  ): void;
264
-
265
258
  createRuleset(
266
259
  args: CreateRulesetCommandInput,
267
260
  options?: __HttpHandlerOptions
@@ -275,7 +268,6 @@ export declare class DataBrew extends DataBrewClient {
275
268
  options: __HttpHandlerOptions,
276
269
  cb: (err: any, data?: CreateRulesetCommandOutput) => void
277
270
  ): void;
278
-
279
271
  createSchedule(
280
272
  args: CreateScheduleCommandInput,
281
273
  options?: __HttpHandlerOptions
@@ -289,7 +281,6 @@ export declare class DataBrew extends DataBrewClient {
289
281
  options: __HttpHandlerOptions,
290
282
  cb: (err: any, data?: CreateScheduleCommandOutput) => void
291
283
  ): void;
292
-
293
284
  deleteDataset(
294
285
  args: DeleteDatasetCommandInput,
295
286
  options?: __HttpHandlerOptions
@@ -303,7 +294,6 @@ export declare class DataBrew extends DataBrewClient {
303
294
  options: __HttpHandlerOptions,
304
295
  cb: (err: any, data?: DeleteDatasetCommandOutput) => void
305
296
  ): void;
306
-
307
297
  deleteJob(
308
298
  args: DeleteJobCommandInput,
309
299
  options?: __HttpHandlerOptions
@@ -317,7 +307,6 @@ export declare class DataBrew extends DataBrewClient {
317
307
  options: __HttpHandlerOptions,
318
308
  cb: (err: any, data?: DeleteJobCommandOutput) => void
319
309
  ): void;
320
-
321
310
  deleteProject(
322
311
  args: DeleteProjectCommandInput,
323
312
  options?: __HttpHandlerOptions
@@ -331,7 +320,6 @@ export declare class DataBrew extends DataBrewClient {
331
320
  options: __HttpHandlerOptions,
332
321
  cb: (err: any, data?: DeleteProjectCommandOutput) => void
333
322
  ): void;
334
-
335
323
  deleteRecipeVersion(
336
324
  args: DeleteRecipeVersionCommandInput,
337
325
  options?: __HttpHandlerOptions
@@ -345,7 +333,6 @@ export declare class DataBrew extends DataBrewClient {
345
333
  options: __HttpHandlerOptions,
346
334
  cb: (err: any, data?: DeleteRecipeVersionCommandOutput) => void
347
335
  ): void;
348
-
349
336
  deleteRuleset(
350
337
  args: DeleteRulesetCommandInput,
351
338
  options?: __HttpHandlerOptions
@@ -359,7 +346,6 @@ export declare class DataBrew extends DataBrewClient {
359
346
  options: __HttpHandlerOptions,
360
347
  cb: (err: any, data?: DeleteRulesetCommandOutput) => void
361
348
  ): void;
362
-
363
349
  deleteSchedule(
364
350
  args: DeleteScheduleCommandInput,
365
351
  options?: __HttpHandlerOptions
@@ -373,7 +359,6 @@ export declare class DataBrew extends DataBrewClient {
373
359
  options: __HttpHandlerOptions,
374
360
  cb: (err: any, data?: DeleteScheduleCommandOutput) => void
375
361
  ): void;
376
-
377
362
  describeDataset(
378
363
  args: DescribeDatasetCommandInput,
379
364
  options?: __HttpHandlerOptions
@@ -387,7 +372,6 @@ export declare class DataBrew extends DataBrewClient {
387
372
  options: __HttpHandlerOptions,
388
373
  cb: (err: any, data?: DescribeDatasetCommandOutput) => void
389
374
  ): void;
390
-
391
375
  describeJob(
392
376
  args: DescribeJobCommandInput,
393
377
  options?: __HttpHandlerOptions
@@ -401,7 +385,6 @@ export declare class DataBrew extends DataBrewClient {
401
385
  options: __HttpHandlerOptions,
402
386
  cb: (err: any, data?: DescribeJobCommandOutput) => void
403
387
  ): void;
404
-
405
388
  describeJobRun(
406
389
  args: DescribeJobRunCommandInput,
407
390
  options?: __HttpHandlerOptions
@@ -415,7 +398,6 @@ export declare class DataBrew extends DataBrewClient {
415
398
  options: __HttpHandlerOptions,
416
399
  cb: (err: any, data?: DescribeJobRunCommandOutput) => void
417
400
  ): void;
418
-
419
401
  describeProject(
420
402
  args: DescribeProjectCommandInput,
421
403
  options?: __HttpHandlerOptions
@@ -429,7 +411,6 @@ export declare class DataBrew extends DataBrewClient {
429
411
  options: __HttpHandlerOptions,
430
412
  cb: (err: any, data?: DescribeProjectCommandOutput) => void
431
413
  ): void;
432
-
433
414
  describeRecipe(
434
415
  args: DescribeRecipeCommandInput,
435
416
  options?: __HttpHandlerOptions
@@ -443,7 +424,6 @@ export declare class DataBrew extends DataBrewClient {
443
424
  options: __HttpHandlerOptions,
444
425
  cb: (err: any, data?: DescribeRecipeCommandOutput) => void
445
426
  ): void;
446
-
447
427
  describeRuleset(
448
428
  args: DescribeRulesetCommandInput,
449
429
  options?: __HttpHandlerOptions
@@ -457,7 +437,6 @@ export declare class DataBrew extends DataBrewClient {
457
437
  options: __HttpHandlerOptions,
458
438
  cb: (err: any, data?: DescribeRulesetCommandOutput) => void
459
439
  ): void;
460
-
461
440
  describeSchedule(
462
441
  args: DescribeScheduleCommandInput,
463
442
  options?: __HttpHandlerOptions
@@ -471,7 +450,6 @@ export declare class DataBrew extends DataBrewClient {
471
450
  options: __HttpHandlerOptions,
472
451
  cb: (err: any, data?: DescribeScheduleCommandOutput) => void
473
452
  ): void;
474
-
475
453
  listDatasets(
476
454
  args: ListDatasetsCommandInput,
477
455
  options?: __HttpHandlerOptions
@@ -485,7 +463,6 @@ export declare class DataBrew extends DataBrewClient {
485
463
  options: __HttpHandlerOptions,
486
464
  cb: (err: any, data?: ListDatasetsCommandOutput) => void
487
465
  ): void;
488
-
489
466
  listJobRuns(
490
467
  args: ListJobRunsCommandInput,
491
468
  options?: __HttpHandlerOptions
@@ -499,7 +476,6 @@ export declare class DataBrew extends DataBrewClient {
499
476
  options: __HttpHandlerOptions,
500
477
  cb: (err: any, data?: ListJobRunsCommandOutput) => void
501
478
  ): void;
502
-
503
479
  listJobs(
504
480
  args: ListJobsCommandInput,
505
481
  options?: __HttpHandlerOptions
@@ -513,7 +489,6 @@ export declare class DataBrew extends DataBrewClient {
513
489
  options: __HttpHandlerOptions,
514
490
  cb: (err: any, data?: ListJobsCommandOutput) => void
515
491
  ): void;
516
-
517
492
  listProjects(
518
493
  args: ListProjectsCommandInput,
519
494
  options?: __HttpHandlerOptions
@@ -527,7 +502,6 @@ export declare class DataBrew extends DataBrewClient {
527
502
  options: __HttpHandlerOptions,
528
503
  cb: (err: any, data?: ListProjectsCommandOutput) => void
529
504
  ): void;
530
-
531
505
  listRecipes(
532
506
  args: ListRecipesCommandInput,
533
507
  options?: __HttpHandlerOptions
@@ -541,7 +515,6 @@ export declare class DataBrew extends DataBrewClient {
541
515
  options: __HttpHandlerOptions,
542
516
  cb: (err: any, data?: ListRecipesCommandOutput) => void
543
517
  ): void;
544
-
545
518
  listRecipeVersions(
546
519
  args: ListRecipeVersionsCommandInput,
547
520
  options?: __HttpHandlerOptions
@@ -555,7 +528,6 @@ export declare class DataBrew extends DataBrewClient {
555
528
  options: __HttpHandlerOptions,
556
529
  cb: (err: any, data?: ListRecipeVersionsCommandOutput) => void
557
530
  ): void;
558
-
559
531
  listRulesets(
560
532
  args: ListRulesetsCommandInput,
561
533
  options?: __HttpHandlerOptions
@@ -569,7 +541,6 @@ export declare class DataBrew extends DataBrewClient {
569
541
  options: __HttpHandlerOptions,
570
542
  cb: (err: any, data?: ListRulesetsCommandOutput) => void
571
543
  ): void;
572
-
573
544
  listSchedules(
574
545
  args: ListSchedulesCommandInput,
575
546
  options?: __HttpHandlerOptions
@@ -583,7 +554,6 @@ export declare class DataBrew extends DataBrewClient {
583
554
  options: __HttpHandlerOptions,
584
555
  cb: (err: any, data?: ListSchedulesCommandOutput) => void
585
556
  ): void;
586
-
587
557
  listTagsForResource(
588
558
  args: ListTagsForResourceCommandInput,
589
559
  options?: __HttpHandlerOptions
@@ -597,7 +567,6 @@ export declare class DataBrew extends DataBrewClient {
597
567
  options: __HttpHandlerOptions,
598
568
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
599
569
  ): void;
600
-
601
570
  publishRecipe(
602
571
  args: PublishRecipeCommandInput,
603
572
  options?: __HttpHandlerOptions
@@ -611,7 +580,6 @@ export declare class DataBrew extends DataBrewClient {
611
580
  options: __HttpHandlerOptions,
612
581
  cb: (err: any, data?: PublishRecipeCommandOutput) => void
613
582
  ): void;
614
-
615
583
  sendProjectSessionAction(
616
584
  args: SendProjectSessionActionCommandInput,
617
585
  options?: __HttpHandlerOptions
@@ -625,7 +593,6 @@ export declare class DataBrew extends DataBrewClient {
625
593
  options: __HttpHandlerOptions,
626
594
  cb: (err: any, data?: SendProjectSessionActionCommandOutput) => void
627
595
  ): void;
628
-
629
596
  startJobRun(
630
597
  args: StartJobRunCommandInput,
631
598
  options?: __HttpHandlerOptions
@@ -639,7 +606,6 @@ export declare class DataBrew extends DataBrewClient {
639
606
  options: __HttpHandlerOptions,
640
607
  cb: (err: any, data?: StartJobRunCommandOutput) => void
641
608
  ): void;
642
-
643
609
  startProjectSession(
644
610
  args: StartProjectSessionCommandInput,
645
611
  options?: __HttpHandlerOptions
@@ -653,7 +619,6 @@ export declare class DataBrew extends DataBrewClient {
653
619
  options: __HttpHandlerOptions,
654
620
  cb: (err: any, data?: StartProjectSessionCommandOutput) => void
655
621
  ): void;
656
-
657
622
  stopJobRun(
658
623
  args: StopJobRunCommandInput,
659
624
  options?: __HttpHandlerOptions
@@ -667,7 +632,6 @@ export declare class DataBrew extends DataBrewClient {
667
632
  options: __HttpHandlerOptions,
668
633
  cb: (err: any, data?: StopJobRunCommandOutput) => void
669
634
  ): void;
670
-
671
635
  tagResource(
672
636
  args: TagResourceCommandInput,
673
637
  options?: __HttpHandlerOptions
@@ -681,7 +645,6 @@ export declare class DataBrew extends DataBrewClient {
681
645
  options: __HttpHandlerOptions,
682
646
  cb: (err: any, data?: TagResourceCommandOutput) => void
683
647
  ): void;
684
-
685
648
  untagResource(
686
649
  args: UntagResourceCommandInput,
687
650
  options?: __HttpHandlerOptions
@@ -695,7 +658,6 @@ export declare class DataBrew extends DataBrewClient {
695
658
  options: __HttpHandlerOptions,
696
659
  cb: (err: any, data?: UntagResourceCommandOutput) => void
697
660
  ): void;
698
-
699
661
  updateDataset(
700
662
  args: UpdateDatasetCommandInput,
701
663
  options?: __HttpHandlerOptions
@@ -709,7 +671,6 @@ export declare class DataBrew extends DataBrewClient {
709
671
  options: __HttpHandlerOptions,
710
672
  cb: (err: any, data?: UpdateDatasetCommandOutput) => void
711
673
  ): void;
712
-
713
674
  updateProfileJob(
714
675
  args: UpdateProfileJobCommandInput,
715
676
  options?: __HttpHandlerOptions
@@ -723,7 +684,6 @@ export declare class DataBrew extends DataBrewClient {
723
684
  options: __HttpHandlerOptions,
724
685
  cb: (err: any, data?: UpdateProfileJobCommandOutput) => void
725
686
  ): void;
726
-
727
687
  updateProject(
728
688
  args: UpdateProjectCommandInput,
729
689
  options?: __HttpHandlerOptions
@@ -737,7 +697,6 @@ export declare class DataBrew extends DataBrewClient {
737
697
  options: __HttpHandlerOptions,
738
698
  cb: (err: any, data?: UpdateProjectCommandOutput) => void
739
699
  ): void;
740
-
741
700
  updateRecipe(
742
701
  args: UpdateRecipeCommandInput,
743
702
  options?: __HttpHandlerOptions
@@ -751,7 +710,6 @@ export declare class DataBrew extends DataBrewClient {
751
710
  options: __HttpHandlerOptions,
752
711
  cb: (err: any, data?: UpdateRecipeCommandOutput) => void
753
712
  ): void;
754
-
755
713
  updateRecipeJob(
756
714
  args: UpdateRecipeJobCommandInput,
757
715
  options?: __HttpHandlerOptions
@@ -765,7 +723,6 @@ export declare class DataBrew extends DataBrewClient {
765
723
  options: __HttpHandlerOptions,
766
724
  cb: (err: any, data?: UpdateRecipeJobCommandOutput) => void
767
725
  ): void;
768
-
769
726
  updateRuleset(
770
727
  args: UpdateRulesetCommandInput,
771
728
  options?: __HttpHandlerOptions
@@ -779,7 +736,6 @@ export declare class DataBrew extends DataBrewClient {
779
736
  options: __HttpHandlerOptions,
780
737
  cb: (err: any, data?: UpdateRulesetCommandOutput) => void
781
738
  ): void;
782
-
783
739
  updateSchedule(
784
740
  args: UpdateScheduleCommandInput,
785
741
  options?: __HttpHandlerOptions
@@ -311,47 +311,26 @@ export declare type ServiceOutputTypes =
311
311
  export interface ClientDefaults
312
312
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
313
313
  requestHandler?: __HttpHandler;
314
-
315
314
  sha256?: __HashConstructor;
316
-
317
315
  urlParser?: __UrlParser;
318
-
319
316
  bodyLengthChecker?: __BodyLengthCalculator;
320
-
321
317
  streamCollector?: __StreamCollector;
322
-
323
318
  base64Decoder?: __Decoder;
324
-
325
319
  base64Encoder?: __Encoder;
326
-
327
320
  utf8Decoder?: __Decoder;
328
-
329
321
  utf8Encoder?: __Encoder;
330
-
331
322
  runtime?: string;
332
-
333
323
  disableHostPrefix?: boolean;
334
-
335
324
  maxAttempts?: number | __Provider<number>;
336
-
337
325
  retryMode?: string | __Provider<string>;
338
-
339
326
  logger?: __Logger;
340
-
341
327
  useDualstackEndpoint?: boolean | __Provider<boolean>;
342
-
343
328
  useFipsEndpoint?: boolean | __Provider<boolean>;
344
-
345
329
  serviceId?: string;
346
-
347
330
  region?: string | __Provider<string>;
348
-
349
331
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
350
-
351
332
  regionInfoProvider?: RegionInfoProvider;
352
-
353
333
  defaultUserAgentProvider?: Provider<__UserAgent>;
354
-
355
334
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
356
335
  }
357
336
  declare type DataBrewClientConfigType = Partial<
@@ -364,7 +343,6 @@ declare type DataBrewClientConfigType = Partial<
364
343
  HostHeaderInputConfig &
365
344
  AwsAuthInputConfig &
366
345
  UserAgentInputConfig;
367
-
368
346
  export interface DataBrewClientConfig extends DataBrewClientConfigType {}
369
347
  declare type DataBrewClientResolvedConfigType =
370
348
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -375,10 +353,8 @@ declare type DataBrewClientResolvedConfigType =
375
353
  HostHeaderResolvedConfig &
376
354
  AwsAuthResolvedConfig &
377
355
  UserAgentResolvedConfig;
378
-
379
356
  export interface DataBrewClientResolvedConfig
380
357
  extends DataBrewClientResolvedConfigType {}
381
-
382
358
  export declare class DataBrewClient extends __Client<
383
359
  __HttpHandlerOptions,
384
360
  ServiceInputTypes,
@@ -387,7 +363,6 @@ export declare class DataBrewClient extends __Client<
387
363
  > {
388
364
  readonly config: DataBrewClientResolvedConfig;
389
365
  constructor(configuration: DataBrewClientConfig);
390
-
391
366
  destroy(): void;
392
367
  }
393
368
  export {};
@@ -19,7 +19,6 @@ export interface BatchDeleteRecipeVersionCommandInput
19
19
  export interface BatchDeleteRecipeVersionCommandOutput
20
20
  extends BatchDeleteRecipeVersionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDeleteRecipeVersionCommand extends $Command<
24
23
  BatchDeleteRecipeVersionCommandInput,
25
24
  BatchDeleteRecipeVersionCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDeleteRecipeVersionCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDeleteRecipeVersionCommandInput;
29
28
  constructor(input: BatchDeleteRecipeVersionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
18
18
  export interface CreateDatasetCommandOutput
19
19
  extends CreateDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateDatasetCommand extends $Command<
23
22
  CreateDatasetCommandInput,
24
23
  CreateDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateDatasetCommandInput;
28
27
  constructor(input: CreateDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateProfileJobCommandInput extends CreateProfileJobRequest {}
18
18
  export interface CreateProfileJobCommandOutput
19
19
  extends CreateProfileJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateProfileJobCommand extends $Command<
23
22
  CreateProfileJobCommandInput,
24
23
  CreateProfileJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateProfileJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateProfileJobCommandInput;
28
27
  constructor(input: CreateProfileJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateProjectCommandInput extends CreateProjectRequest {}
18
18
  export interface CreateProjectCommandOutput
19
19
  extends CreateProjectResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateProjectCommand extends $Command<
23
22
  CreateProjectCommandInput,
24
23
  CreateProjectCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateProjectCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateProjectCommandInput;
28
27
  constructor(input: CreateProjectCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateRecipeCommandInput extends CreateRecipeRequest {}
15
15
  export interface CreateRecipeCommandOutput
16
16
  extends CreateRecipeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateRecipeCommand extends $Command<
20
19
  CreateRecipeCommandInput,
21
20
  CreateRecipeCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateRecipeCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateRecipeCommandInput;
25
24
  constructor(input: CreateRecipeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateRecipeJobCommandInput extends CreateRecipeJobRequest {}
18
18
  export interface CreateRecipeJobCommandOutput
19
19
  extends CreateRecipeJobResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateRecipeJobCommand extends $Command<
23
22
  CreateRecipeJobCommandInput,
24
23
  CreateRecipeJobCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateRecipeJobCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateRecipeJobCommandInput;
28
27
  constructor(input: CreateRecipeJobCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateRulesetCommandInput extends CreateRulesetRequest {}
18
18
  export interface CreateRulesetCommandOutput
19
19
  extends CreateRulesetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateRulesetCommand extends $Command<
23
22
  CreateRulesetCommandInput,
24
23
  CreateRulesetCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateRulesetCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateRulesetCommandInput;
28
27
  constructor(input: CreateRulesetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateScheduleCommandInput extends CreateScheduleRequest {}
18
18
  export interface CreateScheduleCommandOutput
19
19
  extends CreateScheduleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateScheduleCommand extends $Command<
23
22
  CreateScheduleCommandInput,
24
23
  CreateScheduleCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateScheduleCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateScheduleCommandInput;
28
27
  constructor(input: CreateScheduleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
18
18
  export interface DeleteDatasetCommandOutput
19
19
  extends DeleteDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteDatasetCommand extends $Command<
23
22
  DeleteDatasetCommandInput,
24
23
  DeleteDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteDatasetCommandInput;
28
27
  constructor(input: DeleteDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {}
15
15
  export interface DeleteJobCommandOutput
16
16
  extends DeleteJobResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteJobCommand extends $Command<
20
19
  DeleteJobCommandInput,
21
20
  DeleteJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteJobCommandInput;
25
24
  constructor(input: DeleteJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
18
18
  export interface DeleteProjectCommandOutput
19
19
  extends DeleteProjectResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteProjectCommand extends $Command<
23
22
  DeleteProjectCommandInput,
24
23
  DeleteProjectCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteProjectCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteProjectCommandInput;
28
27
  constructor(input: DeleteProjectCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteRecipeVersionCommandInput
19
19
  export interface DeleteRecipeVersionCommandOutput
20
20
  extends DeleteRecipeVersionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteRecipeVersionCommand extends $Command<
24
23
  DeleteRecipeVersionCommandInput,
25
24
  DeleteRecipeVersionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteRecipeVersionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteRecipeVersionCommandInput;
29
28
  constructor(input: DeleteRecipeVersionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteRulesetCommandInput extends DeleteRulesetRequest {}
18
18
  export interface DeleteRulesetCommandOutput
19
19
  extends DeleteRulesetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteRulesetCommand extends $Command<
23
22
  DeleteRulesetCommandInput,
24
23
  DeleteRulesetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteRulesetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteRulesetCommandInput;
28
27
  constructor(input: DeleteRulesetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {}
18
18
  export interface DeleteScheduleCommandOutput
19
19
  extends DeleteScheduleResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteScheduleCommand extends $Command<
23
22
  DeleteScheduleCommandInput,
24
23
  DeleteScheduleCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteScheduleCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteScheduleCommandInput;
28
27
  constructor(input: DeleteScheduleCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {}
18
18
  export interface DescribeDatasetCommandOutput
19
19
  extends DescribeDatasetResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDatasetCommand extends $Command<
23
22
  DescribeDatasetCommandInput,
24
23
  DescribeDatasetCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDatasetCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDatasetCommandInput;
28
27
  constructor(input: DescribeDatasetCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: DataBrewClientResolvedConfig,