@aws-sdk/client-databrew 3.50.0 → 3.51.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 (68) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +225 -0
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +117 -0
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -0
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  50. package/dist-types/ts3.4/index.d.ts +5 -0
  51. package/dist-types/ts3.4/models/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +2075 -0
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  54. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +134 -0
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  68. package/package.json +8 -8
@@ -0,0 +1,44 @@
1
+ export * from "./BatchDeleteRecipeVersionCommand";
2
+ export * from "./CreateDatasetCommand";
3
+ export * from "./CreateProfileJobCommand";
4
+ export * from "./CreateProjectCommand";
5
+ export * from "./CreateRecipeCommand";
6
+ export * from "./CreateRecipeJobCommand";
7
+ export * from "./CreateRulesetCommand";
8
+ export * from "./CreateScheduleCommand";
9
+ export * from "./DeleteDatasetCommand";
10
+ export * from "./DeleteJobCommand";
11
+ export * from "./DeleteProjectCommand";
12
+ export * from "./DeleteRecipeVersionCommand";
13
+ export * from "./DeleteRulesetCommand";
14
+ export * from "./DeleteScheduleCommand";
15
+ export * from "./DescribeDatasetCommand";
16
+ export * from "./DescribeJobCommand";
17
+ export * from "./DescribeJobRunCommand";
18
+ export * from "./DescribeProjectCommand";
19
+ export * from "./DescribeRecipeCommand";
20
+ export * from "./DescribeRulesetCommand";
21
+ export * from "./DescribeScheduleCommand";
22
+ export * from "./ListDatasetsCommand";
23
+ export * from "./ListJobRunsCommand";
24
+ export * from "./ListJobsCommand";
25
+ export * from "./ListProjectsCommand";
26
+ export * from "./ListRecipeVersionsCommand";
27
+ export * from "./ListRecipesCommand";
28
+ export * from "./ListRulesetsCommand";
29
+ export * from "./ListSchedulesCommand";
30
+ export * from "./ListTagsForResourceCommand";
31
+ export * from "./PublishRecipeCommand";
32
+ export * from "./SendProjectSessionActionCommand";
33
+ export * from "./StartJobRunCommand";
34
+ export * from "./StartProjectSessionCommand";
35
+ export * from "./StopJobRunCommand";
36
+ export * from "./TagResourceCommand";
37
+ export * from "./UntagResourceCommand";
38
+ export * from "./UpdateDatasetCommand";
39
+ export * from "./UpdateProfileJobCommand";
40
+ export * from "./UpdateProjectCommand";
41
+ export * from "./UpdateRecipeCommand";
42
+ export * from "./UpdateRecipeJobCommand";
43
+ export * from "./UpdateRulesetCommand";
44
+ export * from "./UpdateScheduleCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,5 @@
1
+ export * from "./DataBrew";
2
+ export * from "./DataBrewClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -0,0 +1 @@
1
+ export * from "./models_0";