@aws-sdk/client-databrew 3.169.0 → 3.170.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 (69) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +796 -225
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +393 -117
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1869 -1771
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  69. package/package.json +34 -34
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { DataBrew } from "../DataBrew";
3
- import { DataBrewClient } from "../DataBrewClient";
4
- export interface DataBrewPaginationConfiguration extends PaginationConfiguration {
5
- client: DataBrew | DataBrewClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { DataBrew } from "../DataBrew";
3
+ import { DataBrewClient } from "../DataBrewClient";
4
+ export interface DataBrewPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: DataBrew | DataBrewClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "../commands/ListDatasetsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDatasets(config: DataBrewPaginationConfiguration, input: ListDatasetsCommandInput, ...additionalArguments: any): Paginator<ListDatasetsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDatasetsCommandInput,
4
+ ListDatasetsCommandOutput,
5
+ } from "../commands/ListDatasetsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDatasets(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListDatasetsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDatasetsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListJobRuns(config: DataBrewPaginationConfiguration, input: ListJobRunsCommandInput, ...additionalArguments: any): Paginator<ListJobRunsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListJobRunsCommandInput,
4
+ ListJobRunsCommandOutput,
5
+ } from "../commands/ListJobRunsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListJobRuns(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListJobRunsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListJobRunsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListJobs(config: DataBrewPaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListJobsCommandInput,
4
+ ListJobsCommandOutput,
5
+ } from "../commands/ListJobsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListJobs(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListJobsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListJobsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListProjects(config: DataBrewPaginationConfiguration, input: ListProjectsCommandInput, ...additionalArguments: any): Paginator<ListProjectsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListProjectsCommandInput,
4
+ ListProjectsCommandOutput,
5
+ } from "../commands/ListProjectsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListProjects(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListProjectsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListProjectsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput } from "../commands/ListRecipeVersionsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRecipeVersions(config: DataBrewPaginationConfiguration, input: ListRecipeVersionsCommandInput, ...additionalArguments: any): Paginator<ListRecipeVersionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRecipeVersionsCommandInput,
4
+ ListRecipeVersionsCommandOutput,
5
+ } from "../commands/ListRecipeVersionsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRecipeVersions(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListRecipeVersionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRecipeVersionsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "../commands/ListRecipesCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRecipes(config: DataBrewPaginationConfiguration, input: ListRecipesCommandInput, ...additionalArguments: any): Paginator<ListRecipesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRecipesCommandInput,
4
+ ListRecipesCommandOutput,
5
+ } from "../commands/ListRecipesCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRecipes(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListRecipesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRecipesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRulesetsCommandInput, ListRulesetsCommandOutput } from "../commands/ListRulesetsCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRulesets(config: DataBrewPaginationConfiguration, input: ListRulesetsCommandInput, ...additionalArguments: any): Paginator<ListRulesetsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListRulesetsCommandInput,
4
+ ListRulesetsCommandOutput,
5
+ } from "../commands/ListRulesetsCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListRulesets(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListRulesetsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListRulesetsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSchedulesCommandInput, ListSchedulesCommandOutput } from "../commands/ListSchedulesCommand";
3
- import { DataBrewPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSchedules(config: DataBrewPaginationConfiguration, input: ListSchedulesCommandInput, ...additionalArguments: any): Paginator<ListSchedulesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListSchedulesCommandInput,
4
+ ListSchedulesCommandOutput,
5
+ } from "../commands/ListSchedulesCommand";
6
+ import { DataBrewPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListSchedules(
8
+ config: DataBrewPaginationConfiguration,
9
+ input: ListSchedulesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListSchedulesCommandOutput>;
@@ -1,9 +1,9 @@
1
- export * from "./Interfaces";
2
- export * from "./ListDatasetsPaginator";
3
- export * from "./ListJobRunsPaginator";
4
- export * from "./ListJobsPaginator";
5
- export * from "./ListProjectsPaginator";
6
- export * from "./ListRecipeVersionsPaginator";
7
- export * from "./ListRecipesPaginator";
8
- export * from "./ListRulesetsPaginator";
9
- export * from "./ListSchedulesPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListDatasetsPaginator";
3
+ export * from "./ListJobRunsPaginator";
4
+ export * from "./ListJobsPaginator";
5
+ export * from "./ListProjectsPaginator";
6
+ export * from "./ListRecipeVersionsPaginator";
7
+ export * from "./ListRecipesPaginator";
8
+ export * from "./ListRulesetsPaginator";
9
+ export * from "./ListSchedulesPaginator";