@aws-sdk/client-databrew 3.288.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchDeleteRecipeVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +13 -0
- package/dist-types/commands/CreateProfileJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +13 -0
- package/dist-types/commands/CreateRecipeCommand.d.ts +10 -0
- package/dist-types/commands/CreateRecipeJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateRulesetCommand.d.ts +10 -0
- package/dist-types/commands/CreateScheduleCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +10 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +10 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +10 -0
- package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +10 -0
- package/dist-types/commands/DeleteRulesetCommand.d.ts +10 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +7 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +7 -0
- package/dist-types/commands/DescribeJobRunCommand.d.ts +7 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeRulesetCommand.d.ts +7 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +7 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +4 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +7 -0
- package/dist-types/commands/ListJobsCommand.d.ts +4 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +4 -0
- package/dist-types/commands/ListRecipeVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +4 -0
- package/dist-types/commands/ListRulesetsCommand.d.ts +7 -0
- package/dist-types/commands/ListSchedulesCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/PublishRecipeCommand.d.ts +10 -0
- package/dist-types/commands/SendProjectSessionActionCommand.d.ts +10 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +13 -0
- package/dist-types/commands/StartProjectSessionCommand.d.ts +13 -0
- package/dist-types/commands/StopJobRunCommand.d.ts +7 -0
- package/dist-types/commands/TagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +10 -0
- package/dist-types/commands/UpdateProfileJobCommand.d.ts +10 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRecipeCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRecipeJobCommand.d.ts +10 -0
- package/dist-types/commands/UpdateRulesetCommand.d.ts +7 -0
- package/dist-types/commands/UpdateScheduleCommand.d.ts +10 -0
- package/package.json +29 -29
|
@@ -67,6 +67,16 @@ export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipe
|
|
|
67
67
|
* @see {@link BatchDeleteRecipeVersionCommandOutput} for command's `response` shape.
|
|
68
68
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link ConflictException} (client fault)
|
|
71
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
74
|
+
* <p>One or more resources can't be found.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ValidationException} (client fault)
|
|
77
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
70
80
|
*/
|
|
71
81
|
export declare class BatchDeleteRecipeVersionCommand extends $Command<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig> {
|
|
72
82
|
readonly input: BatchDeleteRecipeVersionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>A service quota is exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateDatasetCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateProfileJobCommandOutput extends CreateProfileJobResponse,
|
|
|
29
29
|
* @see {@link CreateProfileJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>One or more resources can't be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>A service quota is exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateProfileJobCommand extends $Command<CreateProfileJobCommandInput, CreateProfileJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateProfileJobCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
29
29
|
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>An internal service failure occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>A service quota is exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateProjectCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface CreateRecipeCommandOutput extends CreateRecipeResponse, __Metad
|
|
|
29
29
|
* @see {@link CreateRecipeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
36
|
+
* <p>A service quota is exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class CreateRecipeCommand extends $Command<CreateRecipeCommandInput, CreateRecipeCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: CreateRecipeCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateRecipeJobCommandOutput extends CreateRecipeJobResponse, _
|
|
|
29
29
|
* @see {@link CreateRecipeJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>One or more resources can't be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>A service quota is exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class CreateRecipeJobCommand extends $Command<CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateRecipeJobCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface CreateRulesetCommandOutput extends CreateRulesetResponse, __Met
|
|
|
30
30
|
* @see {@link CreateRulesetCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>A service quota is exceeded.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class CreateRulesetCommand extends $Command<CreateRulesetCommandInput, CreateRulesetCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
45
|
readonly input: CreateRulesetCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface CreateScheduleCommandOutput extends CreateScheduleResponse, __M
|
|
|
30
30
|
* @see {@link CreateScheduleCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
37
|
+
* <p>A service quota is exceeded.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class CreateScheduleCommand extends $Command<CreateScheduleCommandInput, CreateScheduleCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
45
|
readonly input: CreateScheduleCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteDatasetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteJobCommandOutput extends DeleteJobResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link DeleteJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteJobCommand extends $Command<DeleteJobCommandInput, DeleteJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteJobCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteProjectCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteRecipeVersionCommandOutput extends DeleteRecipeVersionRes
|
|
|
29
29
|
* @see {@link DeleteRecipeVersionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteRecipeVersionCommand extends $Command<DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteRecipeVersionCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DeleteRulesetCommandOutput extends DeleteRulesetResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteRulesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DeleteRulesetCommand extends $Command<DeleteRulesetCommandInput, DeleteRulesetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: DeleteRulesetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
|
|
|
29
29
|
* @see {@link DeleteScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DeleteScheduleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
29
29
|
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDatasetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeJobCommandOutput extends DescribeJobResponse, __Metadat
|
|
|
29
29
|
* @see {@link DescribeJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeJobCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeJobRunCommandOutput extends DescribeJobRunResponse, __M
|
|
|
29
29
|
* @see {@link DescribeJobRunCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeJobRunCommand extends $Command<DescribeJobRunCommandInput, DescribeJobRunCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeJobRunCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeProjectCommandOutput extends DescribeProjectResponse, _
|
|
|
29
29
|
* @see {@link DescribeProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeProjectCommand extends $Command<DescribeProjectCommandInput, DescribeProjectCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeProjectCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
|
|
|
30
30
|
* @see {@link DescribeRecipeCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
34
|
+
* <p>One or more resources can't be found.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
42
|
readonly input: DescribeRecipeCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeRulesetCommandOutput extends DescribeRulesetResponse, _
|
|
|
29
29
|
* @see {@link DescribeRulesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeRulesetCommand extends $Command<DescribeRulesetCommandInput, DescribeRulesetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeRulesetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
29
29
|
* @see {@link DescribeScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeScheduleCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListDatasetsCommandOutput extends ListDatasetsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListDatasetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListDatasetsCommand extends $Command<ListDatasetsCommandInput, ListDatasetsCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
38
|
readonly input: ListDatasetsCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListJobRunsCommandOutput extends ListJobRunsResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListJobRunsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListJobRunsCommand extends $Command<ListJobRunsCommandInput, ListJobRunsCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: ListJobRunsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
|
|
|
29
29
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
38
|
readonly input: ListJobsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListProjectsCommandOutput extends ListProjectsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
38
|
readonly input: ListProjectsCommandInput;
|
|
@@ -30,6 +30,10 @@ export interface ListRecipeVersionsCommandOutput extends ListRecipeVersionsRespo
|
|
|
30
30
|
* @see {@link ListRecipeVersionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ValidationException} (client fault)
|
|
34
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class ListRecipeVersionsCommand extends $Command<ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
39
|
readonly input: ListRecipeVersionsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListRecipesCommandOutput extends ListRecipesResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListRecipesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListRecipesCommand extends $Command<ListRecipesCommandInput, ListRecipesCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
38
|
readonly input: ListRecipesCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface ListRulesetsCommandOutput extends ListRulesetsResponse, __Metad
|
|
|
30
30
|
* @see {@link ListRulesetsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
34
|
+
* <p>One or more resources can't be found.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListRulesetsCommand extends $Command<ListRulesetsCommandInput, ListRulesetsCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
42
|
readonly input: ListRulesetsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListSchedulesCommandOutput extends ListSchedulesResponse, __Met
|
|
|
29
29
|
* @see {@link ListSchedulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListSchedulesCommand extends $Command<ListSchedulesCommandInput, ListSchedulesCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
38
|
readonly input: ListSchedulesCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>An internal service failure occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface PublishRecipeCommandOutput extends PublishRecipeResponse, __Met
|
|
|
29
29
|
* @see {@link PublishRecipeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
36
|
+
* <p>A service quota is exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class PublishRecipeCommand extends $Command<PublishRecipeCommandInput, PublishRecipeCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: PublishRecipeCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface SendProjectSessionActionCommandOutput extends SendProjectSessio
|
|
|
30
30
|
* @see {@link SendProjectSessionActionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>One or more resources can't be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class SendProjectSessionActionCommand extends $Command<SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
45
|
readonly input: SendProjectSessionActionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
|
|
|
29
29
|
* @see {@link StartJobRunCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
39
|
+
* <p>A service quota is exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class StartJobRunCommand extends $Command<StartJobRunCommandInput, StartJobRunCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
47
|
readonly input: StartJobRunCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface StartProjectSessionCommandOutput extends StartProjectSessionRes
|
|
|
30
30
|
* @see {@link StartProjectSessionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>One or more resources can't be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
40
|
+
* <p>A service quota is exceeded.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class StartProjectSessionCommand extends $Command<StartProjectSessionCommandInput, StartProjectSessionCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
48
|
readonly input: StartProjectSessionCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface StopJobRunCommandOutput extends StopJobRunResponse, __MetadataB
|
|
|
29
29
|
* @see {@link StopJobRunCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class StopJobRunCommand extends $Command<StopJobRunCommandInput, StopJobRunCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: StopJobRunCommandInput;
|
|
@@ -30,6 +30,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
30
30
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link InternalServerException} (server fault)
|
|
34
|
+
* <p>An internal service failure occurred.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p>One or more resources can't be found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
45
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>An internal service failure occurred.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateDatasetCommandOutput extends UpdateDatasetResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateDatasetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateDatasetCommand extends $Command<UpdateDatasetCommandInput, UpdateDatasetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateDatasetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse,
|
|
|
29
29
|
* @see {@link UpdateProfileJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateProfileJobCommand extends $Command<UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateProfileJobCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateProjectCommandInput;
|
|
@@ -30,6 +30,13 @@ export interface UpdateRecipeCommandOutput extends UpdateRecipeResponse, __Metad
|
|
|
30
30
|
* @see {@link UpdateRecipeCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
34
|
+
* <p>One or more resources can't be found.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ValidationException} (client fault)
|
|
37
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class UpdateRecipeCommand extends $Command<UpdateRecipeCommandInput, UpdateRecipeCommandOutput, DataBrewClientResolvedConfig> {
|
|
35
42
|
readonly input: UpdateRecipeCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateRecipeJobCommandOutput extends UpdateRecipeJobResponse, _
|
|
|
29
29
|
* @see {@link UpdateRecipeJobCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>Access to the specified resource was denied.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateRecipeJobCommand extends $Command<UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateRecipeJobCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface UpdateRulesetCommandOutput extends UpdateRulesetResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateRulesetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class UpdateRulesetCommand extends $Command<UpdateRulesetCommandInput, UpdateRulesetCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
41
|
readonly input: UpdateRulesetCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface UpdateScheduleCommandOutput extends UpdateScheduleResponse, __M
|
|
|
29
29
|
* @see {@link UpdateScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DataBrewClientResolvedConfig | config} for DataBrewClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>One or more resources can't be found.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
36
|
+
* <p>A service quota is exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The input parameters for this request failed validation.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class UpdateScheduleCommand extends $Command<UpdateScheduleCommandInput, UpdateScheduleCommandOutput, DataBrewClientResolvedConfig> {
|
|
34
44
|
readonly input: UpdateScheduleCommandInput;
|
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.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|