@aws-sdk/client-databrew 3.296.0 → 3.297.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 (58) hide show
  1. package/dist-types/DataBrew.d.ts +45 -0
  2. package/dist-types/DataBrewClient.d.ts +24 -4
  3. package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateProfileJobCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRecipeCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateRecipeJobCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRulesetCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateScheduleCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteRulesetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  17. package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeJobCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeJobRunCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeProjectCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
  22. package/dist-types/commands/DescribeRulesetCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  24. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListJobRunsCommand.d.ts +16 -0
  26. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListRecipeVersionsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListRulesetsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListSchedulesCommand.d.ts +16 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  33. package/dist-types/commands/PublishRecipeCommand.d.ts +16 -0
  34. package/dist-types/commands/SendProjectSessionActionCommand.d.ts +16 -0
  35. package/dist-types/commands/StartJobRunCommand.d.ts +16 -0
  36. package/dist-types/commands/StartProjectSessionCommand.d.ts +16 -0
  37. package/dist-types/commands/StopJobRunCommand.d.ts +16 -0
  38. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateDatasetCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateProfileJobCommand.d.ts +16 -0
  42. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateRecipeCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateRecipeJobCommand.d.ts +16 -0
  45. package/dist-types/commands/UpdateRulesetCommand.d.ts +16 -0
  46. package/dist-types/commands/UpdateScheduleCommand.d.ts +16 -0
  47. package/dist-types/models/DataBrewServiceException.d.ts +2 -0
  48. package/dist-types/models/models_0.d.ts +373 -0
  49. package/dist-types/pagination/Interfaces.d.ts +3 -0
  50. package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListJobRunsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListRecipeVersionsPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListRecipesPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListRulesetsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListSchedulesPaginator.d.ts +3 -0
  58. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRecipeCommand}.
8
10
  */
9
11
  export interface DescribeRecipeCommandInput extends DescribeRecipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRecipeCommand}.
13
17
  */
14
18
  export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the definition of a specific DataBrew recipe corresponding to a particular
18
23
  * version.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeRecipeCommandInput - {@link DescribeRecipeCommandInput}
35
+ * @returns {@link DescribeRecipeCommandOutput}
29
36
  * @see {@link DescribeRecipeCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
31
38
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -41,11 +48,20 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
41
48
  export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, DataBrewClientResolvedConfig> {
42
49
  readonly input: DescribeRecipeCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: DescribeRecipeCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecipeCommandInput, DescribeRecipeCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { DescribeRulesetRequest, DescribeRulesetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeRulesetCommand}.
8
10
  */
9
11
  export interface DescribeRulesetCommandInput extends DescribeRulesetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeRulesetCommand}.
13
17
  */
14
18
  export interface DescribeRulesetCommandOutput extends DescribeRulesetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves detailed information about the 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 DescribeRulesetCommandOutput extends DescribeRulesetResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeRulesetCommandInput - {@link DescribeRulesetCommandInput}
34
+ * @returns {@link DescribeRulesetCommandOutput}
28
35
  * @see {@link DescribeRulesetCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeRulesetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeRulesetCommandOutput extends DescribeRulesetResponse, _
40
47
  export declare class DescribeRulesetCommand extends $Command<DescribeRulesetCommandInput, DescribeRulesetCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeRulesetCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeRulesetCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesetCommandInput, DescribeRulesetCommandOutput>;
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 { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeScheduleCommand}.
8
10
  */
9
11
  export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeScheduleCommand}.
13
17
  */
14
18
  export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the definition of a specific 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 DescribeScheduleCommandOutput extends DescribeScheduleResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeScheduleCommandInput - {@link DescribeScheduleCommandInput}
34
+ * @returns {@link DescribeScheduleCommandOutput}
28
35
  * @see {@link DescribeScheduleCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeScheduleCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
40
47
  export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: DescribeScheduleCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: DescribeScheduleCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeScheduleCommandInput, DescribeScheduleCommandOutput>;
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 { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDatasetsCommand}.
8
10
  */
9
11
  export interface ListDatasetsCommandInput extends ListDatasetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDatasetsCommand}.
13
17
  */
14
18
  export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the DataBrew datasets.</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 ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDatasetsCommandInput - {@link ListDatasetsCommandInput}
34
+ * @returns {@link ListDatasetsCommandOutput}
28
35
  * @see {@link ListDatasetsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDatasetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
37
44
  export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, DataBrewClientResolvedConfig> {
38
45
  readonly input: ListDatasetsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListDatasetsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDatasetsCommandInput, ListDatasetsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListJobRunsCommand}.
8
10
  */
9
11
  export interface ListJobRunsCommandInput extends ListJobRunsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListJobRunsCommand}.
13
17
  */
14
18
  export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the previous runs of a particular 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 ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListJobRunsCommandInput - {@link ListJobRunsCommandInput}
34
+ * @returns {@link ListJobRunsCommandOutput}
28
35
  * @see {@link ListJobRunsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListJobRunsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -40,11 +47,20 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
40
47
  export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataBrewClientResolvedConfig> {
41
48
  readonly input: ListJobRunsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: ListJobRunsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobRunsCommandInput, ListJobRunsCommandOutput>;
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 { ListJobsRequest, ListJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListJobsCommand}.
8
10
  */
9
11
  export interface ListJobsCommandInput extends ListJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListJobsCommand}.
13
17
  */
14
18
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the DataBrew jobs that are defined.</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 ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListJobsCommandInput - {@link ListJobsCommandInput}
34
+ * @returns {@link ListJobsCommandOutput}
28
35
  * @see {@link ListJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
37
44
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DataBrewClientResolvedConfig> {
38
45
  readonly input: ListJobsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListJobsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListProjectsCommand}.
8
10
  */
9
11
  export interface ListProjectsCommandInput extends ListProjectsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListProjectsCommand}.
13
17
  */
14
18
  export interface ListProjectsCommandOutput extends ListProjectsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the DataBrew projects that are defined.</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 ListProjectsCommandOutput extends ListProjectsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListProjectsCommandInput - {@link ListProjectsCommandInput}
34
+ * @returns {@link ListProjectsCommandOutput}
28
35
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
37
44
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DataBrewClientResolvedConfig> {
38
45
  readonly input: ListProjectsCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListProjectsCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProjectsCommandInput, ListProjectsCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecipeVersionsCommand}.
8
10
  */
9
11
  export interface ListRecipeVersionsCommandInput extends ListRecipeVersionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecipeVersionsCommand}.
13
17
  */
14
18
  export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the versions of a particular DataBrew recipe, except for
18
23
  * <code>LATEST_WORKING</code>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsRespo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListRecipeVersionsCommandInput - {@link ListRecipeVersionsCommandInput}
35
+ * @returns {@link ListRecipeVersionsCommandOutput}
29
36
  * @see {@link ListRecipeVersionsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListRecipeVersionsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -38,11 +45,20 @@ export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsRespo
38
45
  export declare class ListRecipeVersionsCommand extends $Command<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput, DataBrewClientResolvedConfig> {
39
46
  readonly input: ListRecipeVersionsCommandInput;
40
47
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
+ /**
49
+ * @public
50
+ */
41
51
  constructor(input: ListRecipeVersionsCommandInput);
42
52
  /**
43
53
  * @internal
44
54
  */
45
55
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput>;
56
+ /**
57
+ * @internal
58
+ */
46
59
  private serialize;
60
+ /**
61
+ * @internal
62
+ */
47
63
  private deserialize;
48
64
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRecipesCommand}.
8
10
  */
9
11
  export interface ListRecipesCommandInput extends ListRecipesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRecipesCommand}.
13
17
  */
14
18
  export interface ListRecipesCommandOutput extends ListRecipesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all of the DataBrew recipes that are defined.</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 ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRecipesCommandInput - {@link ListRecipesCommandInput}
34
+ * @returns {@link ListRecipesCommandOutput}
28
35
  * @see {@link ListRecipesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRecipesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
37
44
  export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, DataBrewClientResolvedConfig> {
38
45
  readonly input: ListRecipesCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListRecipesCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRecipesCommandInput, ListRecipesCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRulesetsCommand}.
8
10
  */
9
11
  export interface ListRulesetsCommandInput extends ListRulesetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRulesetsCommand}.
13
17
  */
14
18
  export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all rulesets available in the current account or rulesets associated
18
23
  * with a specific resource (dataset).</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListRulesetsCommandInput - {@link ListRulesetsCommandInput}
35
+ * @returns {@link ListRulesetsCommandOutput}
29
36
  * @see {@link ListRulesetsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListRulesetsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __Metad
41
48
  export declare class ListRulesetsCommand extends $Command<ListRulesetsCommandInput, ListRulesetsCommandOutput, DataBrewClientResolvedConfig> {
42
49
  readonly input: ListRulesetsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListRulesetsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesetsCommandInput, ListRulesetsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSchedulesCommand}.
8
10
  */
9
11
  export interface ListSchedulesCommandInput extends ListSchedulesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSchedulesCommand}.
13
17
  */
14
18
  export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the DataBrew schedules that are defined.</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 ListSchedulesCommandOutput extends ListSchedulesResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSchedulesCommandInput - {@link ListSchedulesCommandInput}
34
+ * @returns {@link ListSchedulesCommandOutput}
28
35
  * @see {@link ListSchedulesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSchedulesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -37,11 +44,20 @@ export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __Met
37
44
  export declare class ListSchedulesCommand extends $Command<ListSchedulesCommandInput, ListSchedulesCommandOutput, DataBrewClientResolvedConfig> {
38
45
  readonly input: ListSchedulesCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: ListSchedulesCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchedulesCommandInput, ListSchedulesCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all the tags for a DataBrew resource. </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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
43
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: ListTagsForResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PublishRecipeCommand}.
8
10
  */
9
11
  export interface PublishRecipeCommandInput extends PublishRecipeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PublishRecipeCommand}.
13
17
  */
14
18
  export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Publishes a new 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 PublishRecipeCommandOutput extends PublishRecipeResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param PublishRecipeCommandInput - {@link PublishRecipeCommandInput}
34
+ * @returns {@link PublishRecipeCommandOutput}
28
35
  * @see {@link PublishRecipeCommandInput} for command's `input` shape.
29
36
  * @see {@link PublishRecipeCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
@@ -43,11 +50,20 @@ export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __Met
43
50
  export declare class PublishRecipeCommand extends $Command<PublishRecipeCommandInput, PublishRecipeCommandOutput, DataBrewClientResolvedConfig> {
44
51
  readonly input: PublishRecipeCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: PublishRecipeCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishRecipeCommandInput, PublishRecipeCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }