@aws-sdk/client-databrew 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/CreateProfileJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecipeCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecipeJobCommand.d.ts +11 -0
- package/dist-types/commands/CreateRulesetCommand.d.ts +11 -0
- package/dist-types/commands/CreateScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecipeVersionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRulesetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobRunCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRulesetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +11 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecipeVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +11 -0
- package/dist-types/commands/ListRulesetsCommand.d.ts +11 -0
- package/dist-types/commands/ListSchedulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PublishRecipeCommand.d.ts +11 -0
- package/dist-types/commands/SendProjectSessionActionCommand.d.ts +11 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +11 -0
- package/dist-types/commands/StartProjectSessionCommand.d.ts +11 -0
- package/dist-types/commands/StopJobRunCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDatasetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProfileJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecipeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecipeJobCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRulesetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateScheduleCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -69,4 +69,15 @@ declare const UpdateProjectCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UpdateProjectCommand extends UpdateProjectCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateProjectRequest;
|
|
76
|
+
output: UpdateProjectResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateProjectCommandInput;
|
|
80
|
+
output: UpdateProjectCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateRecipeCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateRecipeCommand extends UpdateRecipeCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateRecipeRequest;
|
|
89
|
+
output: UpdateRecipeResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateRecipeCommandInput;
|
|
93
|
+
output: UpdateRecipeCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -131,4 +131,15 @@ declare const UpdateRecipeJobCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class UpdateRecipeJobCommand extends UpdateRecipeJobCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: UpdateRecipeJobRequest;
|
|
138
|
+
output: UpdateRecipeJobResponse;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: UpdateRecipeJobCommandInput;
|
|
142
|
+
output: UpdateRecipeJobCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateRulesetCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateRulesetCommand extends UpdateRulesetCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateRulesetRequest;
|
|
92
|
+
output: UpdateRulesetResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateRulesetCommandInput;
|
|
96
|
+
output: UpdateRulesetCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -70,4 +70,15 @@ declare const UpdateScheduleCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UpdateScheduleCommand extends UpdateScheduleCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UpdateScheduleRequest;
|
|
77
|
+
output: UpdateScheduleResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UpdateScheduleCommandInput;
|
|
81
|
+
output: UpdateScheduleCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -37,4 +37,15 @@ declare const BatchDeleteRecipeVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {
|
|
40
|
+
export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchDeleteRecipeVersionRequest;
|
|
44
|
+
output: BatchDeleteRecipeVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchDeleteRecipeVersionCommandInput;
|
|
48
|
+
output: BatchDeleteRecipeVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
39
|
+
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateDatasetRequest;
|
|
43
|
+
output: CreateDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateDatasetCommandInput;
|
|
47
|
+
output: CreateDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateProfileJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {
|
|
39
|
+
export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateProfileJobRequest;
|
|
43
|
+
output: CreateProfileJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateProfileJobCommandInput;
|
|
47
|
+
output: CreateProfileJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
39
|
+
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateProjectRequest;
|
|
43
|
+
output: CreateProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateProjectCommandInput;
|
|
47
|
+
output: CreateProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateRecipeCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateRecipeCommand extends CreateRecipeCommand_base {
|
|
36
|
+
export declare class CreateRecipeCommand extends CreateRecipeCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateRecipeRequest;
|
|
40
|
+
output: CreateRecipeResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateRecipeCommandInput;
|
|
44
|
+
output: CreateRecipeCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateRecipeJobCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateRecipeJobCommand extends CreateRecipeJobCommand_base {
|
|
39
|
+
export declare class CreateRecipeJobCommand extends CreateRecipeJobCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRecipeJobRequest;
|
|
43
|
+
output: CreateRecipeJobResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRecipeJobCommandInput;
|
|
47
|
+
output: CreateRecipeJobCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateRulesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateRulesetCommand extends CreateRulesetCommand_base {
|
|
39
|
+
export declare class CreateRulesetCommand extends CreateRulesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateRulesetRequest;
|
|
43
|
+
output: CreateRulesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateRulesetCommandInput;
|
|
47
|
+
output: CreateRulesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateScheduleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateScheduleCommand extends CreateScheduleCommand_base {
|
|
39
|
+
export declare class CreateScheduleCommand extends CreateScheduleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateScheduleRequest;
|
|
43
|
+
output: CreateScheduleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateScheduleCommandInput;
|
|
47
|
+
output: CreateScheduleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
39
|
+
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteDatasetRequest;
|
|
43
|
+
output: DeleteDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteDatasetCommandInput;
|
|
47
|
+
output: DeleteDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
36
|
+
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteJobRequest;
|
|
40
|
+
output: DeleteJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteJobCommandInput;
|
|
44
|
+
output: DeleteJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
39
|
+
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteProjectRequest;
|
|
43
|
+
output: DeleteProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteProjectCommandInput;
|
|
47
|
+
output: DeleteProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRecipeVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base {
|
|
40
|
+
export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRecipeVersionRequest;
|
|
44
|
+
output: DeleteRecipeVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRecipeVersionCommandInput;
|
|
48
|
+
output: DeleteRecipeVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteRulesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base {
|
|
39
|
+
export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteRulesetRequest;
|
|
43
|
+
output: DeleteRulesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteRulesetCommandInput;
|
|
47
|
+
output: DeleteRulesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteScheduleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteScheduleCommand extends DeleteScheduleCommand_base {
|
|
39
|
+
export declare class DeleteScheduleCommand extends DeleteScheduleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteScheduleRequest;
|
|
43
|
+
output: DeleteScheduleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteScheduleCommandInput;
|
|
47
|
+
output: DeleteScheduleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
39
|
+
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeDatasetRequest;
|
|
43
|
+
output: DescribeDatasetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeDatasetCommandInput;
|
|
47
|
+
output: DescribeDatasetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
36
|
+
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeJobRequest;
|
|
40
|
+
output: DescribeJobResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeJobCommandInput;
|
|
44
|
+
output: DescribeJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeJobRunCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
39
|
+
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeJobRunRequest;
|
|
43
|
+
output: DescribeJobRunResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeJobRunCommandInput;
|
|
47
|
+
output: DescribeJobRunCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeProjectCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeProjectCommand extends DescribeProjectCommand_base {
|
|
39
|
+
export declare class DescribeProjectCommand extends DescribeProjectCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeProjectRequest;
|
|
43
|
+
output: DescribeProjectResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeProjectCommandInput;
|
|
47
|
+
output: DescribeProjectCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeRecipeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
39
|
+
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeRecipeRequest;
|
|
43
|
+
output: DescribeRecipeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeRecipeCommandInput;
|
|
47
|
+
output: DescribeRecipeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeRulesetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeRulesetCommand extends DescribeRulesetCommand_base {
|
|
39
|
+
export declare class DescribeRulesetCommand extends DescribeRulesetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeRulesetRequest;
|
|
43
|
+
output: DescribeRulesetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeRulesetCommandInput;
|
|
47
|
+
output: DescribeRulesetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeScheduleCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {
|
|
39
|
+
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeScheduleRequest;
|
|
43
|
+
output: DescribeScheduleResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeScheduleCommandInput;
|
|
47
|
+
output: DescribeScheduleCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
36
|
+
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListDatasetsRequest;
|
|
40
|
+
output: ListDatasetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListDatasetsCommandInput;
|
|
44
|
+
output: ListDatasetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListJobRunsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
36
|
+
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListJobRunsRequest;
|
|
40
|
+
output: ListJobRunsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListJobRunsCommandInput;
|
|
44
|
+
output: ListJobRunsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListJobsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
36
|
+
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListJobsRequest;
|
|
40
|
+
output: ListJobsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListJobsCommandInput;
|
|
44
|
+
output: ListJobsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListProjectsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
36
|
+
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListProjectsRequest;
|
|
40
|
+
output: ListProjectsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListProjectsCommandInput;
|
|
44
|
+
output: ListProjectsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListRecipeVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {
|
|
40
|
+
export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListRecipeVersionsRequest;
|
|
44
|
+
output: ListRecipeVersionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListRecipeVersionsCommandInput;
|
|
48
|
+
output: ListRecipeVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListRecipesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
36
|
+
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListRecipesRequest;
|
|
40
|
+
output: ListRecipesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListRecipesCommandInput;
|
|
44
|
+
output: ListRecipesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListRulesetsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListRulesetsCommand extends ListRulesetsCommand_base {
|
|
36
|
+
export declare class ListRulesetsCommand extends ListRulesetsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListRulesetsRequest;
|
|
40
|
+
output: ListRulesetsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListRulesetsCommandInput;
|
|
44
|
+
output: ListRulesetsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListSchedulesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListSchedulesCommand extends ListSchedulesCommand_base {
|
|
39
|
+
export declare class ListSchedulesCommand extends ListSchedulesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListSchedulesRequest;
|
|
43
|
+
output: ListSchedulesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListSchedulesCommandInput;
|
|
47
|
+
output: ListSchedulesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PublishRecipeCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PublishRecipeCommand extends PublishRecipeCommand_base {
|
|
39
|
+
export declare class PublishRecipeCommand extends PublishRecipeCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PublishRecipeRequest;
|
|
43
|
+
output: PublishRecipeResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PublishRecipeCommandInput;
|
|
47
|
+
output: PublishRecipeCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SendProjectSessionActionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
|
|
40
|
+
export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SendProjectSessionActionRequest;
|
|
44
|
+
output: SendProjectSessionActionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SendProjectSessionActionCommandInput;
|
|
48
|
+
output: SendProjectSessionActionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|