@aws-sdk/client-databrew 3.168.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DataBrew.d.ts +796 -225
- package/dist-types/ts3.4/DataBrewClient.d.ts +393 -117
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +44 -44
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1869 -1771
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- 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
|
|
5
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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";
|