@aws-sdk/client-databrew 3.1086.0 → 3.1088.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 (66) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataBrew.d.ts +148 -175
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +23 -57
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +7 -5
  17. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +4 -9
  28. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  29. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  31. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +2 -4
  34. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +2 -4
  35. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  52. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  53. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  54. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  55. package/dist-types/ts3.4/models/errors.d.ts +5 -15
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  57. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +1 -4
  58. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  59. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +1 -4
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  64. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  66. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75