@aws-sdk/client-databrew 3.888.0 → 3.891.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 (45) hide show
  1. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateProfileJobCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateRecipeCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateRecipeJobCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateRulesetCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateScheduleCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteJobCommand.d.ts +2 -0
  11. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -0
  12. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +2 -0
  13. package/dist-types/commands/DeleteRulesetCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -0
  15. package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
  16. package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeJobRunCommand.d.ts +2 -0
  18. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -0
  19. package/dist-types/commands/DescribeRecipeCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeRulesetCommand.d.ts +2 -0
  21. package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -0
  22. package/dist-types/commands/ListDatasetsCommand.d.ts +2 -0
  23. package/dist-types/commands/ListJobRunsCommand.d.ts +2 -0
  24. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  25. package/dist-types/commands/ListProjectsCommand.d.ts +2 -0
  26. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +2 -0
  27. package/dist-types/commands/ListRecipesCommand.d.ts +2 -0
  28. package/dist-types/commands/ListRulesetsCommand.d.ts +2 -0
  29. package/dist-types/commands/ListSchedulesCommand.d.ts +2 -0
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  31. package/dist-types/commands/PublishRecipeCommand.d.ts +2 -0
  32. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +2 -0
  33. package/dist-types/commands/StartJobRunCommand.d.ts +2 -0
  34. package/dist-types/commands/StartProjectSessionCommand.d.ts +2 -0
  35. package/dist-types/commands/StopJobRunCommand.d.ts +2 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  38. package/dist-types/commands/UpdateDatasetCommand.d.ts +2 -0
  39. package/dist-types/commands/UpdateProfileJobCommand.d.ts +2 -0
  40. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -0
  41. package/dist-types/commands/UpdateRecipeCommand.d.ts +2 -0
  42. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +2 -0
  43. package/dist-types/commands/UpdateRulesetCommand.d.ts +2 -0
  44. package/dist-types/commands/UpdateScheduleCommand.d.ts +2 -0
  45. package/package.json +19 -19
@@ -71,6 +71,8 @@ declare const BatchDeleteRecipeVersionCommand_base: {
71
71
  * ```javascript
72
72
  * import { DataBrewClient, BatchDeleteRecipeVersionCommand } from "@aws-sdk/client-databrew"; // ES Modules import
73
73
  * // const { DataBrewClient, BatchDeleteRecipeVersionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
74
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
75
+ * const config = {}; // type is DataBrewClientConfig
74
76
  * const client = new DataBrewClient(config);
75
77
  * const input = { // BatchDeleteRecipeVersionRequest
76
78
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, CreateDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, CreateDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // CreateDatasetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateProfileJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, CreateProfileJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, CreateProfileJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // CreateProfileJobRequest
38
40
  * DatasetName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateProjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, CreateProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, CreateProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // CreateProjectRequest
38
40
  * DatasetName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateRecipeCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, CreateRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, CreateRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // CreateRecipeRequest
38
40
  * Description: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const CreateRecipeJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, CreateRecipeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, CreateRecipeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // CreateRecipeJobRequest
38
40
  * DatasetName: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const CreateRulesetCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, CreateRulesetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, CreateRulesetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // CreateRulesetRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateScheduleCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, CreateScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, CreateScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // CreateScheduleRequest
39
41
  * JobNames: [ // JobNameList
@@ -33,6 +33,8 @@ declare const DeleteDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteDatasetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteJobRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteProjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteProjectRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteRecipeVersionCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteRecipeVersionCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteRecipeVersionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteRecipeVersionRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteRulesetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteRulesetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteRulesetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteRulesetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DeleteScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DeleteScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DeleteScheduleRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeDatasetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeJobRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeJobRunCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeJobRunRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeProjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeProjectRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeRecipeCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, DescribeRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, DescribeRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // DescribeRecipeRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeRulesetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeRulesetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeRulesetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeRulesetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, DescribeScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, DescribeScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // DescribeScheduleRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListDatasetsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListDatasetsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListDatasetsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListDatasetsRequest
38
40
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListJobRunsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListJobRunsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListJobRunsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListJobRunsRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListJobsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListJobsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListJobsRequest
38
40
  * DatasetName: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListProjectsCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListProjectsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListProjectsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListProjectsRequest
38
40
  * NextToken: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListRecipeVersionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, ListRecipeVersionsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, ListRecipeVersionsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // ListRecipeVersionsRequest
39
41
  * MaxResults: Number("int"),
@@ -33,6 +33,8 @@ declare const ListRecipesCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListRecipesCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListRecipesCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListRecipesRequest
38
40
  * MaxResults: Number("int"),
@@ -34,6 +34,8 @@ declare const ListRulesetsCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, ListRulesetsCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, ListRulesetsCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // ListRulesetsRequest
39
41
  * TargetArn: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListSchedulesCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListSchedulesCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListSchedulesCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListSchedulesRequest
38
40
  * JobName: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, ListTagsForResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, ListTagsForResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const PublishRecipeCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, PublishRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, PublishRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // PublishRecipeRequest
38
40
  * Description: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const SendProjectSessionActionCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, SendProjectSessionActionCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, SendProjectSessionActionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // SendProjectSessionActionRequest
39
41
  * Preview: true || false,
@@ -33,6 +33,8 @@ declare const StartJobRunCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, StartJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, StartJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // StartJobRunRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const StartProjectSessionCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, StartProjectSessionCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, StartProjectSessionCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // StartProjectSessionRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StopJobRunCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, StopJobRunCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, StopJobRunCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // StopJobRunRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, TagResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, TagResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // TagResourceRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UntagResourceCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UntagResourceCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateDatasetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateDatasetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateDatasetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateProfileJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateProfileJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateProfileJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateProfileJobRequest
38
40
  * Configuration: { // ProfileConfiguration
@@ -33,6 +33,8 @@ declare const UpdateProjectCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateProjectCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateProjectCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateProjectRequest
38
40
  * Sample: { // Sample
@@ -34,6 +34,8 @@ declare const UpdateRecipeCommand_base: {
34
34
  * ```javascript
35
35
  * import { DataBrewClient, UpdateRecipeCommand } from "@aws-sdk/client-databrew"; // ES Modules import
36
36
  * // const { DataBrewClient, UpdateRecipeCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
37
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
38
+ * const config = {}; // type is DataBrewClientConfig
37
39
  * const client = new DataBrewClient(config);
38
40
  * const input = { // UpdateRecipeRequest
39
41
  * Description: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateRecipeJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateRecipeJobCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateRecipeJobCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateRecipeJobRequest
38
40
  * EncryptionKeyArn: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateRulesetCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateRulesetCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateRulesetCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateRulesetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateScheduleCommand_base: {
33
33
  * ```javascript
34
34
  * import { DataBrewClient, UpdateScheduleCommand } from "@aws-sdk/client-databrew"; // ES Modules import
35
35
  * // const { DataBrewClient, UpdateScheduleCommand } = require("@aws-sdk/client-databrew"); // CommonJS import
36
+ * // import type { DataBrewClientConfig } from "@aws-sdk/client-databrew";
37
+ * const config = {}; // type is DataBrewClientConfig
36
38
  * const client = new DataBrewClient(config);
37
39
  * const input = { // UpdateScheduleRequest
38
40
  * JobNames: [ // JobNameList
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-databrew",
3
3
  "description": "AWS SDK for JavaScript Databrew Client for Node.js, Browser and React Native",
4
- "version": "3.888.0",
4
+ "version": "3.891.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-databrew",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
55
+ "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },