@aws-sdk/client-databrew 3.651.1 → 3.658.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
|
@@ -114,4 +114,15 @@ declare const BatchDeleteRecipeVersionCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class BatchDeleteRecipeVersionCommand extends BatchDeleteRecipeVersionCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: BatchDeleteRecipeVersionRequest;
|
|
121
|
+
output: BatchDeleteRecipeVersionResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: BatchDeleteRecipeVersionCommandInput;
|
|
125
|
+
output: BatchDeleteRecipeVersionCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -152,4 +152,15 @@ declare const CreateDatasetCommand_base: {
|
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
export declare class CreateDatasetCommand extends CreateDatasetCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: CreateDatasetRequest;
|
|
159
|
+
output: CreateDatasetResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: CreateDatasetCommandInput;
|
|
163
|
+
output: CreateDatasetCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -154,4 +154,15 @@ declare const CreateProfileJobCommand_base: {
|
|
|
154
154
|
* @public
|
|
155
155
|
*/
|
|
156
156
|
export declare class CreateProfileJobCommand extends CreateProfileJobCommand_base {
|
|
157
|
+
/** @internal type navigation helper, not in runtime. */
|
|
158
|
+
protected static __types: {
|
|
159
|
+
api: {
|
|
160
|
+
input: CreateProfileJobRequest;
|
|
161
|
+
output: CreateProfileJobResponse;
|
|
162
|
+
};
|
|
163
|
+
sdk: {
|
|
164
|
+
input: CreateProfileJobCommandInput;
|
|
165
|
+
output: CreateProfileJobCommandOutput;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
157
168
|
}
|
|
@@ -79,4 +79,15 @@ declare const CreateProjectCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class CreateProjectCommand extends CreateProjectCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: CreateProjectRequest;
|
|
86
|
+
output: CreateProjectResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: CreateProjectCommandInput;
|
|
90
|
+
output: CreateProjectCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -87,4 +87,15 @@ declare const CreateRecipeCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class CreateRecipeCommand extends CreateRecipeCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: CreateRecipeRequest;
|
|
94
|
+
output: CreateRecipeResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: CreateRecipeCommandInput;
|
|
98
|
+
output: CreateRecipeCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -146,4 +146,15 @@ declare const CreateRecipeJobCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class CreateRecipeJobCommand extends CreateRecipeJobCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: CreateRecipeJobRequest;
|
|
153
|
+
output: CreateRecipeJobResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: CreateRecipeJobCommandInput;
|
|
157
|
+
output: CreateRecipeJobCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateRulesetCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateRulesetCommand extends CreateRulesetCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateRulesetRequest;
|
|
100
|
+
output: CreateRulesetResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateRulesetCommandInput;
|
|
104
|
+
output: CreateRulesetCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -74,4 +74,15 @@ declare const CreateScheduleCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class CreateScheduleCommand extends CreateScheduleCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: CreateScheduleRequest;
|
|
81
|
+
output: CreateScheduleResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: CreateScheduleCommandInput;
|
|
85
|
+
output: CreateScheduleCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteDatasetCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteDatasetCommand extends DeleteDatasetCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteDatasetRequest;
|
|
73
|
+
output: DeleteDatasetResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteDatasetCommandInput;
|
|
77
|
+
output: DeleteDatasetCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteJobCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteJobCommand extends DeleteJobCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteJobRequest;
|
|
73
|
+
output: DeleteJobResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteJobCommandInput;
|
|
77
|
+
output: DeleteJobCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteProjectCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteProjectCommand extends DeleteProjectCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteProjectRequest;
|
|
73
|
+
output: DeleteProjectResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteProjectCommandInput;
|
|
77
|
+
output: DeleteProjectCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeleteRecipeVersionCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeleteRecipeVersionCommand extends DeleteRecipeVersionCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteRecipeVersionRequest;
|
|
75
|
+
output: DeleteRecipeVersionResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteRecipeVersionCommandInput;
|
|
79
|
+
output: DeleteRecipeVersionCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteRulesetCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteRulesetCommand extends DeleteRulesetCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteRulesetRequest;
|
|
73
|
+
output: DeleteRulesetResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteRulesetCommandInput;
|
|
77
|
+
output: DeleteRulesetCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -63,4 +63,15 @@ declare const DeleteScheduleCommand_base: {
|
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
65
|
export declare class DeleteScheduleCommand extends DeleteScheduleCommand_base {
|
|
66
|
+
/** @internal type navigation helper, not in runtime. */
|
|
67
|
+
protected static __types: {
|
|
68
|
+
api: {
|
|
69
|
+
input: DeleteScheduleRequest;
|
|
70
|
+
output: DeleteScheduleResponse;
|
|
71
|
+
};
|
|
72
|
+
sdk: {
|
|
73
|
+
input: DeleteScheduleCommandInput;
|
|
74
|
+
output: DeleteScheduleCommandOutput;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
66
77
|
}
|
|
@@ -152,4 +152,15 @@ declare const DescribeDatasetCommand_base: {
|
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
export declare class DescribeDatasetCommand extends DescribeDatasetCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: DescribeDatasetRequest;
|
|
159
|
+
output: DescribeDatasetResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: DescribeDatasetCommandInput;
|
|
163
|
+
output: DescribeDatasetCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -209,4 +209,15 @@ declare const DescribeJobCommand_base: {
|
|
|
209
209
|
* @public
|
|
210
210
|
*/
|
|
211
211
|
export declare class DescribeJobCommand extends DescribeJobCommand_base {
|
|
212
|
+
/** @internal type navigation helper, not in runtime. */
|
|
213
|
+
protected static __types: {
|
|
214
|
+
api: {
|
|
215
|
+
input: DescribeJobRequest;
|
|
216
|
+
output: DescribeJobResponse;
|
|
217
|
+
};
|
|
218
|
+
sdk: {
|
|
219
|
+
input: DescribeJobCommandInput;
|
|
220
|
+
output: DescribeJobCommandOutput;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
212
223
|
}
|
|
@@ -203,4 +203,15 @@ declare const DescribeJobRunCommand_base: {
|
|
|
203
203
|
* @public
|
|
204
204
|
*/
|
|
205
205
|
export declare class DescribeJobRunCommand extends DescribeJobRunCommand_base {
|
|
206
|
+
/** @internal type navigation helper, not in runtime. */
|
|
207
|
+
protected static __types: {
|
|
208
|
+
api: {
|
|
209
|
+
input: DescribeJobRunRequest;
|
|
210
|
+
output: DescribeJobRunResponse;
|
|
211
|
+
};
|
|
212
|
+
sdk: {
|
|
213
|
+
input: DescribeJobRunCommandInput;
|
|
214
|
+
output: DescribeJobRunCommandOutput;
|
|
215
|
+
};
|
|
216
|
+
};
|
|
206
217
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeProjectCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeProjectCommand extends DescribeProjectCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeProjectRequest;
|
|
88
|
+
output: DescribeProjectResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeProjectCommandInput;
|
|
92
|
+
output: DescribeProjectCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeRecipeCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeRecipeCommand extends DescribeRecipeCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeRecipeRequest;
|
|
102
|
+
output: DescribeRecipeResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeRecipeCommandInput;
|
|
106
|
+
output: DescribeRecipeCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeRulesetCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeRulesetCommand extends DescribeRulesetCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeRulesetRequest;
|
|
101
|
+
output: DescribeRulesetResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeRulesetCommandInput;
|
|
105
|
+
output: DescribeRulesetCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeScheduleCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeScheduleRequest;
|
|
82
|
+
output: DescribeScheduleResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeScheduleCommandInput;
|
|
86
|
+
output: DescribeScheduleCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -156,4 +156,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {
|
|
159
|
+
/** @internal type navigation helper, not in runtime. */
|
|
160
|
+
protected static __types: {
|
|
161
|
+
api: {
|
|
162
|
+
input: ListDatasetsRequest;
|
|
163
|
+
output: ListDatasetsResponse;
|
|
164
|
+
};
|
|
165
|
+
sdk: {
|
|
166
|
+
input: ListDatasetsCommandInput;
|
|
167
|
+
output: ListDatasetsCommandOutput;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
159
170
|
}
|
|
@@ -153,4 +153,15 @@ declare const ListJobRunsCommand_base: {
|
|
|
153
153
|
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class ListJobRunsCommand extends ListJobRunsCommand_base {
|
|
156
|
+
/** @internal type navigation helper, not in runtime. */
|
|
157
|
+
protected static __types: {
|
|
158
|
+
api: {
|
|
159
|
+
input: ListJobRunsRequest;
|
|
160
|
+
output: ListJobRunsResponse;
|
|
161
|
+
};
|
|
162
|
+
sdk: {
|
|
163
|
+
input: ListJobRunsCommandInput;
|
|
164
|
+
output: ListJobRunsCommandOutput;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
156
167
|
}
|
|
@@ -159,4 +159,15 @@ declare const ListJobsCommand_base: {
|
|
|
159
159
|
* @public
|
|
160
160
|
*/
|
|
161
161
|
export declare class ListJobsCommand extends ListJobsCommand_base {
|
|
162
|
+
/** @internal type navigation helper, not in runtime. */
|
|
163
|
+
protected static __types: {
|
|
164
|
+
api: {
|
|
165
|
+
input: ListJobsRequest;
|
|
166
|
+
output: ListJobsResponse;
|
|
167
|
+
};
|
|
168
|
+
sdk: {
|
|
169
|
+
input: ListJobsCommandInput;
|
|
170
|
+
output: ListJobsCommandOutput;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
162
173
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListProjectsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListProjectsCommand extends ListProjectsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListProjectsRequest;
|
|
91
|
+
output: ListProjectsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListProjectsCommandInput;
|
|
95
|
+
output: ListProjectsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -98,4 +98,15 @@ declare const ListRecipeVersionsCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ListRecipeVersionsCommand extends ListRecipeVersionsCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: ListRecipeVersionsRequest;
|
|
105
|
+
output: ListRecipeVersionsResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: ListRecipeVersionsCommandInput;
|
|
109
|
+
output: ListRecipeVersionsCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -97,4 +97,15 @@ declare const ListRecipesCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class ListRecipesCommand extends ListRecipesCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: ListRecipesRequest;
|
|
104
|
+
output: ListRecipesResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: ListRecipesCommandInput;
|
|
108
|
+
output: ListRecipesCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListRulesetsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListRulesetsCommand extends ListRulesetsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListRulesetsRequest;
|
|
90
|
+
output: ListRulesetsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListRulesetsCommandInput;
|
|
94
|
+
output: ListRulesetsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListSchedulesCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListSchedulesCommand extends ListSchedulesCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListSchedulesRequest;
|
|
87
|
+
output: ListSchedulesResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListSchedulesCommandInput;
|
|
91
|
+
output: ListSchedulesCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -67,4 +67,15 @@ declare const PublishRecipeCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class PublishRecipeCommand extends PublishRecipeCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: PublishRecipeRequest;
|
|
74
|
+
output: PublishRecipeResponse;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: PublishRecipeCommandInput;
|
|
78
|
+
output: PublishRecipeCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -97,4 +97,15 @@ declare const SendProjectSessionActionCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class SendProjectSessionActionCommand extends SendProjectSessionActionCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: SendProjectSessionActionRequest;
|
|
104
|
+
output: SendProjectSessionActionResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: SendProjectSessionActionCommandInput;
|
|
108
|
+
output: SendProjectSessionActionCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -69,4 +69,15 @@ declare const StartJobRunCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class StartJobRunCommand extends StartJobRunCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: StartJobRunRequest;
|
|
76
|
+
output: StartJobRunResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: StartJobRunCommandInput;
|
|
80
|
+
output: StartJobRunCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -72,4 +72,15 @@ declare const StartProjectSessionCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class StartProjectSessionCommand extends StartProjectSessionCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: StartProjectSessionRequest;
|
|
79
|
+
output: StartProjectSessionResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: StartProjectSessionCommandInput;
|
|
83
|
+
output: StartProjectSessionCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -64,4 +64,15 @@ declare const StopJobRunCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class StopJobRunCommand extends StopJobRunCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: StopJobRunRequest;
|
|
71
|
+
output: StopJobRunResponse;
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: StopJobRunCommandInput;
|
|
75
|
+
output: StopJobRunCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -68,4 +68,15 @@ declare const TagResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: TagResourceRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: TagResourceCommandInput;
|
|
79
|
+
output: TagResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -146,4 +146,15 @@ declare const UpdateDatasetCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class UpdateDatasetCommand extends UpdateDatasetCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: UpdateDatasetRequest;
|
|
153
|
+
output: UpdateDatasetResponse;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: UpdateDatasetCommandInput;
|
|
157
|
+
output: UpdateDatasetCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -144,4 +144,15 @@ declare const UpdateProfileJobCommand_base: {
|
|
|
144
144
|
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class UpdateProfileJobCommand extends UpdateProfileJobCommand_base {
|
|
147
|
+
/** @internal type navigation helper, not in runtime. */
|
|
148
|
+
protected static __types: {
|
|
149
|
+
api: {
|
|
150
|
+
input: UpdateProfileJobRequest;
|
|
151
|
+
output: UpdateProfileJobResponse;
|
|
152
|
+
};
|
|
153
|
+
sdk: {
|
|
154
|
+
input: UpdateProfileJobCommandInput;
|
|
155
|
+
output: UpdateProfileJobCommandOutput;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
147
158
|
}
|