@aws-sdk/client-databrew 3.296.0 → 3.298.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 (149) hide show
  1. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -3
  3. package/dist-cjs/commands/CreateProfileJobCommand.js +2 -3
  4. package/dist-cjs/commands/CreateProjectCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRecipeCommand.js +2 -3
  6. package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -3
  7. package/dist-cjs/commands/CreateRulesetCommand.js +2 -3
  8. package/dist-cjs/commands/CreateScheduleCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteJobCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteProjectCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteRulesetCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeJobCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeProjectCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeRulesetCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -3
  22. package/dist-cjs/commands/ListDatasetsCommand.js +2 -3
  23. package/dist-cjs/commands/ListJobRunsCommand.js +2 -3
  24. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  25. package/dist-cjs/commands/ListProjectsCommand.js +2 -3
  26. package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -3
  27. package/dist-cjs/commands/ListRecipesCommand.js +2 -3
  28. package/dist-cjs/commands/ListRulesetsCommand.js +2 -3
  29. package/dist-cjs/commands/ListSchedulesCommand.js +2 -3
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  31. package/dist-cjs/commands/PublishRecipeCommand.js +2 -3
  32. package/dist-cjs/commands/SendProjectSessionActionCommand.js +1 -1
  33. package/dist-cjs/commands/StartJobRunCommand.js +2 -3
  34. package/dist-cjs/commands/StartProjectSessionCommand.js +1 -1
  35. package/dist-cjs/commands/StopJobRunCommand.js +2 -3
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  38. package/dist-cjs/commands/UpdateDatasetCommand.js +2 -3
  39. package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -3
  40. package/dist-cjs/commands/UpdateProjectCommand.js +2 -3
  41. package/dist-cjs/commands/UpdateRecipeCommand.js +2 -3
  42. package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -3
  43. package/dist-cjs/commands/UpdateRulesetCommand.js +2 -3
  44. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -3
  45. package/dist-cjs/models/models_0.js +1 -532
  46. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +2 -3
  47. package/dist-es/commands/CreateDatasetCommand.js +2 -3
  48. package/dist-es/commands/CreateProfileJobCommand.js +2 -3
  49. package/dist-es/commands/CreateProjectCommand.js +2 -3
  50. package/dist-es/commands/CreateRecipeCommand.js +2 -3
  51. package/dist-es/commands/CreateRecipeJobCommand.js +2 -3
  52. package/dist-es/commands/CreateRulesetCommand.js +2 -3
  53. package/dist-es/commands/CreateScheduleCommand.js +2 -3
  54. package/dist-es/commands/DeleteDatasetCommand.js +2 -3
  55. package/dist-es/commands/DeleteJobCommand.js +2 -3
  56. package/dist-es/commands/DeleteProjectCommand.js +2 -3
  57. package/dist-es/commands/DeleteRecipeVersionCommand.js +2 -3
  58. package/dist-es/commands/DeleteRulesetCommand.js +2 -3
  59. package/dist-es/commands/DeleteScheduleCommand.js +2 -3
  60. package/dist-es/commands/DescribeDatasetCommand.js +2 -3
  61. package/dist-es/commands/DescribeJobCommand.js +2 -3
  62. package/dist-es/commands/DescribeJobRunCommand.js +2 -3
  63. package/dist-es/commands/DescribeProjectCommand.js +2 -3
  64. package/dist-es/commands/DescribeRecipeCommand.js +2 -3
  65. package/dist-es/commands/DescribeRulesetCommand.js +2 -3
  66. package/dist-es/commands/DescribeScheduleCommand.js +2 -3
  67. package/dist-es/commands/ListDatasetsCommand.js +2 -3
  68. package/dist-es/commands/ListJobRunsCommand.js +2 -3
  69. package/dist-es/commands/ListJobsCommand.js +2 -3
  70. package/dist-es/commands/ListProjectsCommand.js +2 -3
  71. package/dist-es/commands/ListRecipeVersionsCommand.js +2 -3
  72. package/dist-es/commands/ListRecipesCommand.js +2 -3
  73. package/dist-es/commands/ListRulesetsCommand.js +2 -3
  74. package/dist-es/commands/ListSchedulesCommand.js +2 -3
  75. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  76. package/dist-es/commands/PublishRecipeCommand.js +2 -3
  77. package/dist-es/commands/SendProjectSessionActionCommand.js +2 -2
  78. package/dist-es/commands/StartJobRunCommand.js +2 -3
  79. package/dist-es/commands/StartProjectSessionCommand.js +2 -2
  80. package/dist-es/commands/StopJobRunCommand.js +2 -3
  81. package/dist-es/commands/TagResourceCommand.js +2 -3
  82. package/dist-es/commands/UntagResourceCommand.js +2 -3
  83. package/dist-es/commands/UpdateDatasetCommand.js +2 -3
  84. package/dist-es/commands/UpdateProfileJobCommand.js +2 -3
  85. package/dist-es/commands/UpdateProjectCommand.js +2 -3
  86. package/dist-es/commands/UpdateRecipeCommand.js +2 -3
  87. package/dist-es/commands/UpdateRecipeJobCommand.js +2 -3
  88. package/dist-es/commands/UpdateRulesetCommand.js +2 -3
  89. package/dist-es/commands/UpdateScheduleCommand.js +2 -3
  90. package/dist-es/models/models_0.js +0 -396
  91. package/dist-types/DataBrew.d.ts +45 -0
  92. package/dist-types/DataBrewClient.d.ts +24 -4
  93. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +16 -0
  94. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  95. package/dist-types/commands/CreateProfileJobCommand.d.ts +16 -0
  96. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  97. package/dist-types/commands/CreateRecipeCommand.d.ts +16 -0
  98. package/dist-types/commands/CreateRecipeJobCommand.d.ts +16 -0
  99. package/dist-types/commands/CreateRulesetCommand.d.ts +16 -0
  100. package/dist-types/commands/CreateScheduleCommand.d.ts +16 -0
  101. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  102. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  103. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  104. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +16 -0
  105. package/dist-types/commands/DeleteRulesetCommand.d.ts +16 -0
  106. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  107. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  108. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  109. package/dist-types/commands/DescribeJobRunCommand.d.ts +16 -0
  110. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  111. package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
  112. package/dist-types/commands/DescribeRulesetCommand.d.ts +16 -0
  113. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  114. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  115. package/dist-types/commands/ListJobRunsCommand.d.ts +16 -0
  116. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  117. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  118. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +16 -0
  119. package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
  120. package/dist-types/commands/ListRulesetsCommand.d.ts +16 -0
  121. package/dist-types/commands/ListSchedulesCommand.d.ts +16 -0
  122. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  123. package/dist-types/commands/PublishRecipeCommand.d.ts +16 -0
  124. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +16 -0
  125. package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
  126. package/dist-types/commands/StartProjectSessionCommand.d.ts +16 -0
  127. package/dist-types/commands/StopJobRunCommand.d.ts +16 -0
  128. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  129. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  130. package/dist-types/commands/UpdateDatasetCommand.d.ts +16 -0
  131. package/dist-types/commands/UpdateProfileJobCommand.d.ts +16 -0
  132. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  133. package/dist-types/commands/UpdateRecipeCommand.d.ts +16 -0
  134. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +16 -0
  135. package/dist-types/commands/UpdateRulesetCommand.d.ts +16 -0
  136. package/dist-types/commands/UpdateScheduleCommand.d.ts +16 -0
  137. package/dist-types/models/DataBrewServiceException.d.ts +2 -0
  138. package/dist-types/models/models_0.d.ts +374 -529
  139. package/dist-types/pagination/Interfaces.d.ts +3 -0
  140. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  141. package/dist-types/pagination/ListJobRunsPaginator.d.ts +3 -0
  142. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  143. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  144. package/dist-types/pagination/ListRecipeVersionsPaginator.d.ts +3 -0
  145. package/dist-types/pagination/ListRecipesPaginator.d.ts +3 -0
  146. package/dist-types/pagination/ListRulesetsPaginator.d.ts +3 -0
  147. package/dist-types/pagination/ListSchedulesPaginator.d.ts +3 -0
  148. package/dist-types/ts3.4/models/models_0.d.ts +0 -350
  149. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { CreateRecipeJobRequest, CreateRecipeJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRecipeJobCommand}.
8
10
  */
9
11
  export interface CreateRecipeJobCommandInput extends CreateRecipeJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRecipeJobCommand}.
13
17
  */
14
18
  export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new job to transform input data, using steps defined in an existing Glue DataBrew recipe</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRecipeJobCommandInput - {@link CreateRecipeJobCommandInput}
34
+ * @returns {@link CreateRecipeJobCommandOutput}
28
35
  * @see {@link CreateRecipeJobCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRecipeJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -49,11 +56,20 @@ export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, _
49
56
  export declare class CreateRecipeJobCommand extends $Command<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig> {
50
57
  readonly input: CreateRecipeJobCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: CreateRecipeJobCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { CreateRulesetRequest, CreateRulesetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRulesetCommand}.
8
10
  */
9
11
  export interface CreateRulesetCommandInput extends CreateRulesetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRulesetCommand}.
13
17
  */
14
18
  export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new ruleset that can be used in a profile job to validate
18
23
  * the data quality of a dataset.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __Met
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateRulesetCommandInput - {@link CreateRulesetCommandInput}
35
+ * @returns {@link CreateRulesetCommandOutput}
29
36
  * @see {@link CreateRulesetCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateRulesetCommandOutput} for command's `response` shape.
31
38
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -44,11 +51,20 @@ export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __Met
44
51
  export declare class CreateRulesetCommand extends $Command<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig> {
45
52
  readonly input: CreateRulesetCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: CreateRulesetCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRulesetCommandInput, CreateRulesetCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { CreateScheduleRequest, CreateScheduleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateScheduleCommand}.
8
10
  */
9
11
  export interface CreateScheduleCommandInput extends CreateScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateScheduleCommand}.
13
17
  */
14
18
  export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific
18
23
  * date and time, or at regular intervals.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateScheduleCommandInput - {@link CreateScheduleCommandInput}
35
+ * @returns {@link CreateScheduleCommandOutput}
29
36
  * @see {@link CreateScheduleCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateScheduleCommandOutput} for command's `response` shape.
31
38
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -44,11 +51,20 @@ export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __M
44
51
  export declare class CreateScheduleCommand extends $Command<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig> {
45
52
  readonly input: CreateScheduleCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: CreateScheduleCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateScheduleCommandInput, CreateScheduleCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDatasetCommand}.
8
10
  */
9
11
  export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDatasetCommand}.
13
17
  */
14
18
  export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a dataset from DataBrew.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteDatasetCommandInput - {@link DeleteDatasetCommandInput}
34
+ * @returns {@link DeleteDatasetCommandOutput}
28
35
  * @see {@link DeleteDatasetCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
43
50
  export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: DeleteDatasetCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteDatasetCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteJobCommand}.
8
10
  */
9
11
  export interface DeleteJobCommandInput extends DeleteJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteJobCommand}.
13
17
  */
14
18
  export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified DataBrew job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteJobCommandInput - {@link DeleteJobCommandInput}
34
+ * @returns {@link DeleteJobCommandOutput}
28
35
  * @see {@link DeleteJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
43
50
  export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: DeleteJobCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteJobCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteProjectCommand}.
8
10
  */
9
11
  export interface DeleteProjectCommandInput extends DeleteProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteProjectCommand}.
13
17
  */
14
18
  export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an existing DataBrew project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteProjectCommandInput - {@link DeleteProjectCommandInput}
34
+ * @returns {@link DeleteProjectCommandOutput}
28
35
  * @see {@link DeleteProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
43
50
  export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: DeleteProjectCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteProjectCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteRecipeVersionRequest, DeleteRecipeVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRecipeVersionCommand}.
8
10
  */
9
11
  export interface DeleteRecipeVersionCommandInput extends DeleteRecipeVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRecipeVersionCommand}.
13
17
  */
14
18
  export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a single version of a DataBrew recipe.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRecipeVersionCommandInput - {@link DeleteRecipeVersionCommandInput}
34
+ * @returns {@link DeleteRecipeVersionCommandOutput}
28
35
  * @see {@link DeleteRecipeVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRecipeVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionRes
43
50
  export declare class DeleteRecipeVersionCommand extends $Command<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: DeleteRecipeVersionCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteRecipeVersionCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteRulesetRequest, DeleteRulesetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRulesetCommand}.
8
10
  */
9
11
  export interface DeleteRulesetCommandInput extends DeleteRulesetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRulesetCommand}.
13
17
  */
14
18
  export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a ruleset.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRulesetCommandInput - {@link DeleteRulesetCommandInput}
34
+ * @returns {@link DeleteRulesetCommandOutput}
28
35
  * @see {@link DeleteRulesetCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRulesetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __Met
43
50
  export declare class DeleteRulesetCommand extends $Command<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: DeleteRulesetCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: DeleteRulesetCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRulesetCommandInput, DeleteRulesetCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteScheduleCommand}.
8
10
  */
9
11
  export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteScheduleCommand}.
13
17
  */
14
18
  export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified DataBrew schedule.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteScheduleCommandInput - {@link DeleteScheduleCommandInput}
34
+ * @returns {@link DeleteScheduleCommandOutput}
28
35
  * @see {@link DeleteScheduleCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteScheduleCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
40
47
  export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DeleteScheduleCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DeleteScheduleCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteScheduleCommandInput, DeleteScheduleCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeDatasetCommand}.
8
10
  */
9
11
  export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeDatasetCommand}.
13
17
  */
14
18
  export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the definition of a specific DataBrew dataset.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeDatasetCommandInput - {@link DescribeDatasetCommandInput}
34
+ * @returns {@link DescribeDatasetCommandOutput}
28
35
  * @see {@link DescribeDatasetCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
40
47
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeDatasetCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeDatasetCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeJobRequest, DescribeJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeJobCommand}.
8
10
  */
9
11
  export interface DescribeJobCommandInput extends DescribeJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeJobCommand}.
13
17
  */
14
18
  export interface DescribeJobCommandOutput extends DescribeJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the definition of a specific DataBrew job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeJobCommandInput - {@link DescribeJobCommandInput}
34
+ * @returns {@link DescribeJobCommandOutput}
28
35
  * @see {@link DescribeJobCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat
40
47
  export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeJobCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeJobCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobCommandInput, DescribeJobCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeJobRunCommand}.
8
10
  */
9
11
  export interface DescribeJobRunCommandInput extends DescribeJobRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeJobRunCommand}.
13
17
  */
14
18
  export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Represents one run of a DataBrew job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeJobRunCommandInput - {@link DescribeJobRunCommandInput}
34
+ * @returns {@link DescribeJobRunCommandOutput}
28
35
  * @see {@link DescribeJobRunCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeJobRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
40
47
  export declare class DescribeJobRunCommand extends $Command<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeJobRunCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeJobRunCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeJobRunCommandInput, DescribeJobRunCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeProjectCommand}.
8
10
  */
9
11
  export interface DescribeProjectCommandInput extends DescribeProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeProjectCommand}.
13
17
  */
14
18
  export interface DescribeProjectCommandOutput extends DescribeProjectResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the definition of a specific DataBrew project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeProjectCommandInput - {@link DescribeProjectCommandInput}
34
+ * @returns {@link DescribeProjectCommandOutput}
28
35
  * @see {@link DescribeProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
40
47
  export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeProjectCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeProjectCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProjectCommandInput, DescribeProjectCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }