@aws-sdk/client-databrew 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DataBrew.d.ts +796 -225
  3. package/dist-types/ts3.4/DataBrewClient.d.ts +393 -117
  4. package/dist-types/ts3.4/commands/BatchDeleteRecipeVersionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateProfileJobCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateRecipeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateRecipeJobCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateRulesetCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateScheduleCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteRecipeVersionCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteRulesetCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DescribeJobRunCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeRulesetCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListRecipeVersionsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListRulesetsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListSchedulesCommand.d.ts +37 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/PublishRecipeCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/SendProjectSessionActionCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/StartProjectSessionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/StopJobRunCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/UpdateProfileJobCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateRecipeCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/UpdateRecipeJobCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/UpdateRulesetCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateScheduleCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/index.d.ts +44 -44
  49. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  50. package/dist-types/ts3.4/index.d.ts +6 -6
  51. package/dist-types/ts3.4/models/DataBrewServiceException.d.ts +8 -6
  52. package/dist-types/ts3.4/models/index.d.ts +1 -1
  53. package/dist-types/ts3.4/models/models_0.d.ts +1869 -1771
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListRecipeVersionsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListRulesetsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListSchedulesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +533 -134
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  69. package/package.json +34 -34
@@ -1,117 +1,393 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput } from "./commands/BatchDeleteRecipeVersionCommand";
10
- import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
11
- import { CreateProfileJobCommandInput, CreateProfileJobCommandOutput } from "./commands/CreateProfileJobCommand";
12
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
13
- import { CreateRecipeCommandInput, CreateRecipeCommandOutput } from "./commands/CreateRecipeCommand";
14
- import { CreateRecipeJobCommandInput, CreateRecipeJobCommandOutput } from "./commands/CreateRecipeJobCommand";
15
- import { CreateRulesetCommandInput, CreateRulesetCommandOutput } from "./commands/CreateRulesetCommand";
16
- import { CreateScheduleCommandInput, CreateScheduleCommandOutput } from "./commands/CreateScheduleCommand";
17
- import { DeleteDatasetCommandInput, DeleteDatasetCommandOutput } from "./commands/DeleteDatasetCommand";
18
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
19
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
20
- import { DeleteRecipeVersionCommandInput, DeleteRecipeVersionCommandOutput } from "./commands/DeleteRecipeVersionCommand";
21
- import { DeleteRulesetCommandInput, DeleteRulesetCommandOutput } from "./commands/DeleteRulesetCommand";
22
- import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
23
- import { DescribeDatasetCommandInput, DescribeDatasetCommandOutput } from "./commands/DescribeDatasetCommand";
24
- import { DescribeJobCommandInput, DescribeJobCommandOutput } from "./commands/DescribeJobCommand";
25
- import { DescribeJobRunCommandInput, DescribeJobRunCommandOutput } from "./commands/DescribeJobRunCommand";
26
- import { DescribeProjectCommandInput, DescribeProjectCommandOutput } from "./commands/DescribeProjectCommand";
27
- import { DescribeRecipeCommandInput, DescribeRecipeCommandOutput } from "./commands/DescribeRecipeCommand";
28
- import { DescribeRulesetCommandInput, DescribeRulesetCommandOutput } from "./commands/DescribeRulesetCommand";
29
- import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
30
- import { ListDatasetsCommandInput, ListDatasetsCommandOutput } from "./commands/ListDatasetsCommand";
31
- import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "./commands/ListJobRunsCommand";
32
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
33
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
34
- import { ListRecipesCommandInput, ListRecipesCommandOutput } from "./commands/ListRecipesCommand";
35
- import { ListRecipeVersionsCommandInput, ListRecipeVersionsCommandOutput } from "./commands/ListRecipeVersionsCommand";
36
- import { ListRulesetsCommandInput, ListRulesetsCommandOutput } from "./commands/ListRulesetsCommand";
37
- import { ListSchedulesCommandInput, ListSchedulesCommandOutput } from "./commands/ListSchedulesCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
- import { PublishRecipeCommandInput, PublishRecipeCommandOutput } from "./commands/PublishRecipeCommand";
40
- import { SendProjectSessionActionCommandInput, SendProjectSessionActionCommandOutput } from "./commands/SendProjectSessionActionCommand";
41
- import { StartJobRunCommandInput, StartJobRunCommandOutput } from "./commands/StartJobRunCommand";
42
- import { StartProjectSessionCommandInput, StartProjectSessionCommandOutput } from "./commands/StartProjectSessionCommand";
43
- import { StopJobRunCommandInput, StopJobRunCommandOutput } from "./commands/StopJobRunCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateDatasetCommandInput, UpdateDatasetCommandOutput } from "./commands/UpdateDatasetCommand";
47
- import { UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput } from "./commands/UpdateProfileJobCommand";
48
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
49
- import { UpdateRecipeCommandInput, UpdateRecipeCommandOutput } from "./commands/UpdateRecipeCommand";
50
- import { UpdateRecipeJobCommandInput, UpdateRecipeJobCommandOutput } from "./commands/UpdateRecipeJobCommand";
51
- import { UpdateRulesetCommandInput, UpdateRulesetCommandOutput } from "./commands/UpdateRulesetCommand";
52
- import { UpdateScheduleCommandInput, UpdateScheduleCommandOutput } from "./commands/UpdateScheduleCommand";
53
- export declare type ServiceInputTypes = BatchDeleteRecipeVersionCommandInput | CreateDatasetCommandInput | CreateProfileJobCommandInput | CreateProjectCommandInput | CreateRecipeCommandInput | CreateRecipeJobCommandInput | CreateRulesetCommandInput | CreateScheduleCommandInput | DeleteDatasetCommandInput | DeleteJobCommandInput | DeleteProjectCommandInput | DeleteRecipeVersionCommandInput | DeleteRulesetCommandInput | DeleteScheduleCommandInput | DescribeDatasetCommandInput | DescribeJobCommandInput | DescribeJobRunCommandInput | DescribeProjectCommandInput | DescribeRecipeCommandInput | DescribeRulesetCommandInput | DescribeScheduleCommandInput | ListDatasetsCommandInput | ListJobRunsCommandInput | ListJobsCommandInput | ListProjectsCommandInput | ListRecipeVersionsCommandInput | ListRecipesCommandInput | ListRulesetsCommandInput | ListSchedulesCommandInput | ListTagsForResourceCommandInput | PublishRecipeCommandInput | SendProjectSessionActionCommandInput | StartJobRunCommandInput | StartProjectSessionCommandInput | StopJobRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDatasetCommandInput | UpdateProfileJobCommandInput | UpdateProjectCommandInput | UpdateRecipeCommandInput | UpdateRecipeJobCommandInput | UpdateRulesetCommandInput | UpdateScheduleCommandInput;
54
- export declare type ServiceOutputTypes = BatchDeleteRecipeVersionCommandOutput | CreateDatasetCommandOutput | CreateProfileJobCommandOutput | CreateProjectCommandOutput | CreateRecipeCommandOutput | CreateRecipeJobCommandOutput | CreateRulesetCommandOutput | CreateScheduleCommandOutput | DeleteDatasetCommandOutput | DeleteJobCommandOutput | DeleteProjectCommandOutput | DeleteRecipeVersionCommandOutput | DeleteRulesetCommandOutput | DeleteScheduleCommandOutput | DescribeDatasetCommandOutput | DescribeJobCommandOutput | DescribeJobRunCommandOutput | DescribeProjectCommandOutput | DescribeRecipeCommandOutput | DescribeRulesetCommandOutput | DescribeScheduleCommandOutput | ListDatasetsCommandOutput | ListJobRunsCommandOutput | ListJobsCommandOutput | ListProjectsCommandOutput | ListRecipeVersionsCommandOutput | ListRecipesCommandOutput | ListRulesetsCommandOutput | ListSchedulesCommandOutput | ListTagsForResourceCommandOutput | PublishRecipeCommandOutput | SendProjectSessionActionCommandOutput | StartJobRunCommandOutput | StartProjectSessionCommandOutput | StopJobRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDatasetCommandOutput | UpdateProfileJobCommandOutput | UpdateProjectCommandOutput | UpdateRecipeCommandOutput | UpdateRecipeJobCommandOutput | UpdateRulesetCommandOutput | UpdateScheduleCommandOutput;
55
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
56
-
57
- requestHandler?: __HttpHandler;
58
-
59
- sha256?: __HashConstructor;
60
-
61
- urlParser?: __UrlParser;
62
-
63
- bodyLengthChecker?: __BodyLengthCalculator;
64
-
65
- streamCollector?: __StreamCollector;
66
-
67
- base64Decoder?: __Decoder;
68
-
69
- base64Encoder?: __Encoder;
70
-
71
- utf8Decoder?: __Decoder;
72
-
73
- utf8Encoder?: __Encoder;
74
-
75
- runtime?: string;
76
-
77
- disableHostPrefix?: boolean;
78
-
79
- maxAttempts?: number | __Provider<number>;
80
-
81
- retryMode?: string | __Provider<string>;
82
-
83
- logger?: __Logger;
84
-
85
- useDualstackEndpoint?: boolean | __Provider<boolean>;
86
-
87
- useFipsEndpoint?: boolean | __Provider<boolean>;
88
-
89
- serviceId?: string;
90
-
91
- region?: string | __Provider<string>;
92
-
93
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
94
-
95
- regionInfoProvider?: RegionInfoProvider;
96
-
97
- defaultUserAgentProvider?: Provider<__UserAgent>;
98
-
99
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
100
- }
101
- declare type DataBrewClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
102
-
103
- export interface DataBrewClientConfig extends DataBrewClientConfigType {
104
- }
105
- declare type DataBrewClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
106
-
107
- export interface DataBrewClientResolvedConfig extends DataBrewClientResolvedConfigType {
108
- }
109
-
110
- export declare class DataBrewClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataBrewClientResolvedConfig> {
111
-
112
- readonly config: DataBrewClientResolvedConfig;
113
- constructor(configuration: DataBrewClientConfig);
114
-
115
- destroy(): void;
116
- }
117
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ BatchDeleteRecipeVersionCommandInput,
47
+ BatchDeleteRecipeVersionCommandOutput,
48
+ } from "./commands/BatchDeleteRecipeVersionCommand";
49
+ import {
50
+ CreateDatasetCommandInput,
51
+ CreateDatasetCommandOutput,
52
+ } from "./commands/CreateDatasetCommand";
53
+ import {
54
+ CreateProfileJobCommandInput,
55
+ CreateProfileJobCommandOutput,
56
+ } from "./commands/CreateProfileJobCommand";
57
+ import {
58
+ CreateProjectCommandInput,
59
+ CreateProjectCommandOutput,
60
+ } from "./commands/CreateProjectCommand";
61
+ import {
62
+ CreateRecipeCommandInput,
63
+ CreateRecipeCommandOutput,
64
+ } from "./commands/CreateRecipeCommand";
65
+ import {
66
+ CreateRecipeJobCommandInput,
67
+ CreateRecipeJobCommandOutput,
68
+ } from "./commands/CreateRecipeJobCommand";
69
+ import {
70
+ CreateRulesetCommandInput,
71
+ CreateRulesetCommandOutput,
72
+ } from "./commands/CreateRulesetCommand";
73
+ import {
74
+ CreateScheduleCommandInput,
75
+ CreateScheduleCommandOutput,
76
+ } from "./commands/CreateScheduleCommand";
77
+ import {
78
+ DeleteDatasetCommandInput,
79
+ DeleteDatasetCommandOutput,
80
+ } from "./commands/DeleteDatasetCommand";
81
+ import {
82
+ DeleteJobCommandInput,
83
+ DeleteJobCommandOutput,
84
+ } from "./commands/DeleteJobCommand";
85
+ import {
86
+ DeleteProjectCommandInput,
87
+ DeleteProjectCommandOutput,
88
+ } from "./commands/DeleteProjectCommand";
89
+ import {
90
+ DeleteRecipeVersionCommandInput,
91
+ DeleteRecipeVersionCommandOutput,
92
+ } from "./commands/DeleteRecipeVersionCommand";
93
+ import {
94
+ DeleteRulesetCommandInput,
95
+ DeleteRulesetCommandOutput,
96
+ } from "./commands/DeleteRulesetCommand";
97
+ import {
98
+ DeleteScheduleCommandInput,
99
+ DeleteScheduleCommandOutput,
100
+ } from "./commands/DeleteScheduleCommand";
101
+ import {
102
+ DescribeDatasetCommandInput,
103
+ DescribeDatasetCommandOutput,
104
+ } from "./commands/DescribeDatasetCommand";
105
+ import {
106
+ DescribeJobCommandInput,
107
+ DescribeJobCommandOutput,
108
+ } from "./commands/DescribeJobCommand";
109
+ import {
110
+ DescribeJobRunCommandInput,
111
+ DescribeJobRunCommandOutput,
112
+ } from "./commands/DescribeJobRunCommand";
113
+ import {
114
+ DescribeProjectCommandInput,
115
+ DescribeProjectCommandOutput,
116
+ } from "./commands/DescribeProjectCommand";
117
+ import {
118
+ DescribeRecipeCommandInput,
119
+ DescribeRecipeCommandOutput,
120
+ } from "./commands/DescribeRecipeCommand";
121
+ import {
122
+ DescribeRulesetCommandInput,
123
+ DescribeRulesetCommandOutput,
124
+ } from "./commands/DescribeRulesetCommand";
125
+ import {
126
+ DescribeScheduleCommandInput,
127
+ DescribeScheduleCommandOutput,
128
+ } from "./commands/DescribeScheduleCommand";
129
+ import {
130
+ ListDatasetsCommandInput,
131
+ ListDatasetsCommandOutput,
132
+ } from "./commands/ListDatasetsCommand";
133
+ import {
134
+ ListJobRunsCommandInput,
135
+ ListJobRunsCommandOutput,
136
+ } from "./commands/ListJobRunsCommand";
137
+ import {
138
+ ListJobsCommandInput,
139
+ ListJobsCommandOutput,
140
+ } from "./commands/ListJobsCommand";
141
+ import {
142
+ ListProjectsCommandInput,
143
+ ListProjectsCommandOutput,
144
+ } from "./commands/ListProjectsCommand";
145
+ import {
146
+ ListRecipesCommandInput,
147
+ ListRecipesCommandOutput,
148
+ } from "./commands/ListRecipesCommand";
149
+ import {
150
+ ListRecipeVersionsCommandInput,
151
+ ListRecipeVersionsCommandOutput,
152
+ } from "./commands/ListRecipeVersionsCommand";
153
+ import {
154
+ ListRulesetsCommandInput,
155
+ ListRulesetsCommandOutput,
156
+ } from "./commands/ListRulesetsCommand";
157
+ import {
158
+ ListSchedulesCommandInput,
159
+ ListSchedulesCommandOutput,
160
+ } from "./commands/ListSchedulesCommand";
161
+ import {
162
+ ListTagsForResourceCommandInput,
163
+ ListTagsForResourceCommandOutput,
164
+ } from "./commands/ListTagsForResourceCommand";
165
+ import {
166
+ PublishRecipeCommandInput,
167
+ PublishRecipeCommandOutput,
168
+ } from "./commands/PublishRecipeCommand";
169
+ import {
170
+ SendProjectSessionActionCommandInput,
171
+ SendProjectSessionActionCommandOutput,
172
+ } from "./commands/SendProjectSessionActionCommand";
173
+ import {
174
+ StartJobRunCommandInput,
175
+ StartJobRunCommandOutput,
176
+ } from "./commands/StartJobRunCommand";
177
+ import {
178
+ StartProjectSessionCommandInput,
179
+ StartProjectSessionCommandOutput,
180
+ } from "./commands/StartProjectSessionCommand";
181
+ import {
182
+ StopJobRunCommandInput,
183
+ StopJobRunCommandOutput,
184
+ } from "./commands/StopJobRunCommand";
185
+ import {
186
+ TagResourceCommandInput,
187
+ TagResourceCommandOutput,
188
+ } from "./commands/TagResourceCommand";
189
+ import {
190
+ UntagResourceCommandInput,
191
+ UntagResourceCommandOutput,
192
+ } from "./commands/UntagResourceCommand";
193
+ import {
194
+ UpdateDatasetCommandInput,
195
+ UpdateDatasetCommandOutput,
196
+ } from "./commands/UpdateDatasetCommand";
197
+ import {
198
+ UpdateProfileJobCommandInput,
199
+ UpdateProfileJobCommandOutput,
200
+ } from "./commands/UpdateProfileJobCommand";
201
+ import {
202
+ UpdateProjectCommandInput,
203
+ UpdateProjectCommandOutput,
204
+ } from "./commands/UpdateProjectCommand";
205
+ import {
206
+ UpdateRecipeCommandInput,
207
+ UpdateRecipeCommandOutput,
208
+ } from "./commands/UpdateRecipeCommand";
209
+ import {
210
+ UpdateRecipeJobCommandInput,
211
+ UpdateRecipeJobCommandOutput,
212
+ } from "./commands/UpdateRecipeJobCommand";
213
+ import {
214
+ UpdateRulesetCommandInput,
215
+ UpdateRulesetCommandOutput,
216
+ } from "./commands/UpdateRulesetCommand";
217
+ import {
218
+ UpdateScheduleCommandInput,
219
+ UpdateScheduleCommandOutput,
220
+ } from "./commands/UpdateScheduleCommand";
221
+ export declare type ServiceInputTypes =
222
+ | BatchDeleteRecipeVersionCommandInput
223
+ | CreateDatasetCommandInput
224
+ | CreateProfileJobCommandInput
225
+ | CreateProjectCommandInput
226
+ | CreateRecipeCommandInput
227
+ | CreateRecipeJobCommandInput
228
+ | CreateRulesetCommandInput
229
+ | CreateScheduleCommandInput
230
+ | DeleteDatasetCommandInput
231
+ | DeleteJobCommandInput
232
+ | DeleteProjectCommandInput
233
+ | DeleteRecipeVersionCommandInput
234
+ | DeleteRulesetCommandInput
235
+ | DeleteScheduleCommandInput
236
+ | DescribeDatasetCommandInput
237
+ | DescribeJobCommandInput
238
+ | DescribeJobRunCommandInput
239
+ | DescribeProjectCommandInput
240
+ | DescribeRecipeCommandInput
241
+ | DescribeRulesetCommandInput
242
+ | DescribeScheduleCommandInput
243
+ | ListDatasetsCommandInput
244
+ | ListJobRunsCommandInput
245
+ | ListJobsCommandInput
246
+ | ListProjectsCommandInput
247
+ | ListRecipeVersionsCommandInput
248
+ | ListRecipesCommandInput
249
+ | ListRulesetsCommandInput
250
+ | ListSchedulesCommandInput
251
+ | ListTagsForResourceCommandInput
252
+ | PublishRecipeCommandInput
253
+ | SendProjectSessionActionCommandInput
254
+ | StartJobRunCommandInput
255
+ | StartProjectSessionCommandInput
256
+ | StopJobRunCommandInput
257
+ | TagResourceCommandInput
258
+ | UntagResourceCommandInput
259
+ | UpdateDatasetCommandInput
260
+ | UpdateProfileJobCommandInput
261
+ | UpdateProjectCommandInput
262
+ | UpdateRecipeCommandInput
263
+ | UpdateRecipeJobCommandInput
264
+ | UpdateRulesetCommandInput
265
+ | UpdateScheduleCommandInput;
266
+ export declare type ServiceOutputTypes =
267
+ | BatchDeleteRecipeVersionCommandOutput
268
+ | CreateDatasetCommandOutput
269
+ | CreateProfileJobCommandOutput
270
+ | CreateProjectCommandOutput
271
+ | CreateRecipeCommandOutput
272
+ | CreateRecipeJobCommandOutput
273
+ | CreateRulesetCommandOutput
274
+ | CreateScheduleCommandOutput
275
+ | DeleteDatasetCommandOutput
276
+ | DeleteJobCommandOutput
277
+ | DeleteProjectCommandOutput
278
+ | DeleteRecipeVersionCommandOutput
279
+ | DeleteRulesetCommandOutput
280
+ | DeleteScheduleCommandOutput
281
+ | DescribeDatasetCommandOutput
282
+ | DescribeJobCommandOutput
283
+ | DescribeJobRunCommandOutput
284
+ | DescribeProjectCommandOutput
285
+ | DescribeRecipeCommandOutput
286
+ | DescribeRulesetCommandOutput
287
+ | DescribeScheduleCommandOutput
288
+ | ListDatasetsCommandOutput
289
+ | ListJobRunsCommandOutput
290
+ | ListJobsCommandOutput
291
+ | ListProjectsCommandOutput
292
+ | ListRecipeVersionsCommandOutput
293
+ | ListRecipesCommandOutput
294
+ | ListRulesetsCommandOutput
295
+ | ListSchedulesCommandOutput
296
+ | ListTagsForResourceCommandOutput
297
+ | PublishRecipeCommandOutput
298
+ | SendProjectSessionActionCommandOutput
299
+ | StartJobRunCommandOutput
300
+ | StartProjectSessionCommandOutput
301
+ | StopJobRunCommandOutput
302
+ | TagResourceCommandOutput
303
+ | UntagResourceCommandOutput
304
+ | UpdateDatasetCommandOutput
305
+ | UpdateProfileJobCommandOutput
306
+ | UpdateProjectCommandOutput
307
+ | UpdateRecipeCommandOutput
308
+ | UpdateRecipeJobCommandOutput
309
+ | UpdateRulesetCommandOutput
310
+ | UpdateScheduleCommandOutput;
311
+ export interface ClientDefaults
312
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
313
+ requestHandler?: __HttpHandler;
314
+
315
+ sha256?: __HashConstructor;
316
+
317
+ urlParser?: __UrlParser;
318
+
319
+ bodyLengthChecker?: __BodyLengthCalculator;
320
+
321
+ streamCollector?: __StreamCollector;
322
+
323
+ base64Decoder?: __Decoder;
324
+
325
+ base64Encoder?: __Encoder;
326
+
327
+ utf8Decoder?: __Decoder;
328
+
329
+ utf8Encoder?: __Encoder;
330
+
331
+ runtime?: string;
332
+
333
+ disableHostPrefix?: boolean;
334
+
335
+ maxAttempts?: number | __Provider<number>;
336
+
337
+ retryMode?: string | __Provider<string>;
338
+
339
+ logger?: __Logger;
340
+
341
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
342
+
343
+ useFipsEndpoint?: boolean | __Provider<boolean>;
344
+
345
+ serviceId?: string;
346
+
347
+ region?: string | __Provider<string>;
348
+
349
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
350
+
351
+ regionInfoProvider?: RegionInfoProvider;
352
+
353
+ defaultUserAgentProvider?: Provider<__UserAgent>;
354
+
355
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
356
+ }
357
+ declare type DataBrewClientConfigType = Partial<
358
+ __SmithyConfiguration<__HttpHandlerOptions>
359
+ > &
360
+ ClientDefaults &
361
+ RegionInputConfig &
362
+ EndpointsInputConfig &
363
+ RetryInputConfig &
364
+ HostHeaderInputConfig &
365
+ AwsAuthInputConfig &
366
+ UserAgentInputConfig;
367
+
368
+ export interface DataBrewClientConfig extends DataBrewClientConfigType {}
369
+ declare type DataBrewClientResolvedConfigType =
370
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
371
+ Required<ClientDefaults> &
372
+ RegionResolvedConfig &
373
+ EndpointsResolvedConfig &
374
+ RetryResolvedConfig &
375
+ HostHeaderResolvedConfig &
376
+ AwsAuthResolvedConfig &
377
+ UserAgentResolvedConfig;
378
+
379
+ export interface DataBrewClientResolvedConfig
380
+ extends DataBrewClientResolvedConfigType {}
381
+
382
+ export declare class DataBrewClient extends __Client<
383
+ __HttpHandlerOptions,
384
+ ServiceInputTypes,
385
+ ServiceOutputTypes,
386
+ DataBrewClientResolvedConfig
387
+ > {
388
+ readonly config: DataBrewClientResolvedConfig;
389
+ constructor(configuration: DataBrewClientConfig);
390
+
391
+ destroy(): void;
392
+ }
393
+ export {};
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
- import { BatchDeleteRecipeVersionRequest, BatchDeleteRecipeVersionResponse } from "../models/models_0";
5
- export interface BatchDeleteRecipeVersionCommandInput extends BatchDeleteRecipeVersionRequest {
6
- }
7
- export interface BatchDeleteRecipeVersionCommandOutput extends BatchDeleteRecipeVersionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteRecipeVersionCommand extends $Command<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput, DataBrewClientResolvedConfig> {
11
- readonly input: BatchDeleteRecipeVersionCommandInput;
12
- constructor(input: BatchDeleteRecipeVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteRecipeVersionCommandInput, BatchDeleteRecipeVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ BatchDeleteRecipeVersionRequest,
15
+ BatchDeleteRecipeVersionResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDeleteRecipeVersionCommandInput
18
+ extends BatchDeleteRecipeVersionRequest {}
19
+ export interface BatchDeleteRecipeVersionCommandOutput
20
+ extends BatchDeleteRecipeVersionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchDeleteRecipeVersionCommand extends $Command<
24
+ BatchDeleteRecipeVersionCommandInput,
25
+ BatchDeleteRecipeVersionCommandOutput,
26
+ DataBrewClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDeleteRecipeVersionCommandInput;
29
+ constructor(input: BatchDeleteRecipeVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DataBrewClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchDeleteRecipeVersionCommandInput,
37
+ BatchDeleteRecipeVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataBrewClient";
4
- import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
- export interface CreateDatasetCommandInput extends CreateDatasetRequest {
6
- }
7
- export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, DataBrewClientResolvedConfig> {
11
- readonly input: CreateDatasetCommandInput;
12
- constructor(input: CreateDatasetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataBrewClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DataBrewClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DataBrewClient";
13
+ import {
14
+ CreateDatasetRequest,
15
+ CreateDatasetResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
18
+ export interface CreateDatasetCommandOutput
19
+ extends CreateDatasetResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateDatasetCommand extends $Command<
23
+ CreateDatasetCommandInput,
24
+ CreateDatasetCommandOutput,
25
+ DataBrewClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDatasetCommandInput;
28
+ constructor(input: CreateDatasetCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DataBrewClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }