@aws-sdk/client-bedrock-data-automation 3.1022.0 → 3.1024.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/README.md +70 -0
- package/dist-cjs/index.js +176 -3
- package/dist-cjs/schemas/schemas_0.js +381 -17
- package/dist-es/BedrockDataAutomation.js +26 -0
- package/dist-es/commands/CreateDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +16 -0
- package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibrariesCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +16 -0
- package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/enums.js +20 -3
- package/dist-es/pagination/ListDataAutomationLibrariesPaginator.js +4 -0
- package/dist-es/pagination/ListDataAutomationLibraryEntitiesPaginator.js +4 -0
- package/dist-es/pagination/ListDataAutomationLibraryIngestionJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +377 -14
- package/dist-types/BedrockDataAutomation.d.ts +92 -0
- package/dist-types/BedrockDataAutomationClient.d.ts +12 -2
- package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +107 -0
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +93 -0
- package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +105 -0
- package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +104 -0
- package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +102 -0
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +140 -0
- package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +98 -0
- package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +103 -0
- package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +101 -0
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/enums.d.ts +53 -4
- package/dist-types/models/models_0.d.ts +897 -1
- package/dist-types/pagination/ListDataAutomationLibrariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +52 -1
- package/dist-types/ts3.4/BedrockDataAutomation.d.ts +216 -0
- package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -5
- package/dist-types/ts3.4/models/models_0.d.ts +267 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibrariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +52 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -202,6 +202,13 @@ CreateBlueprintVersion
|
|
|
202
202
|
</details>
|
|
203
203
|
<details>
|
|
204
204
|
<summary>
|
|
205
|
+
CreateDataAutomationLibrary
|
|
206
|
+
</summary>
|
|
207
|
+
|
|
208
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/CreateDataAutomationLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/CreateDataAutomationLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/CreateDataAutomationLibraryCommandOutput/)
|
|
209
|
+
</details>
|
|
210
|
+
<details>
|
|
211
|
+
<summary>
|
|
205
212
|
CreateDataAutomationProject
|
|
206
213
|
</summary>
|
|
207
214
|
|
|
@@ -216,6 +223,13 @@ DeleteBlueprint
|
|
|
216
223
|
</details>
|
|
217
224
|
<details>
|
|
218
225
|
<summary>
|
|
226
|
+
DeleteDataAutomationLibrary
|
|
227
|
+
</summary>
|
|
228
|
+
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/DeleteDataAutomationLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/DeleteDataAutomationLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/DeleteDataAutomationLibraryCommandOutput/)
|
|
230
|
+
</details>
|
|
231
|
+
<details>
|
|
232
|
+
<summary>
|
|
219
233
|
DeleteDataAutomationProject
|
|
220
234
|
</summary>
|
|
221
235
|
|
|
@@ -237,6 +251,27 @@ GetBlueprintOptimizationStatus
|
|
|
237
251
|
</details>
|
|
238
252
|
<details>
|
|
239
253
|
<summary>
|
|
254
|
+
GetDataAutomationLibrary
|
|
255
|
+
</summary>
|
|
256
|
+
|
|
257
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/GetDataAutomationLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryCommandOutput/)
|
|
258
|
+
</details>
|
|
259
|
+
<details>
|
|
260
|
+
<summary>
|
|
261
|
+
GetDataAutomationLibraryEntity
|
|
262
|
+
</summary>
|
|
263
|
+
|
|
264
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/GetDataAutomationLibraryEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryEntityCommandOutput/)
|
|
265
|
+
</details>
|
|
266
|
+
<details>
|
|
267
|
+
<summary>
|
|
268
|
+
GetDataAutomationLibraryIngestionJob
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/GetDataAutomationLibraryIngestionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryIngestionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/GetDataAutomationLibraryIngestionJobCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
240
275
|
GetDataAutomationProject
|
|
241
276
|
</summary>
|
|
242
277
|
|
|
@@ -251,6 +286,13 @@ InvokeBlueprintOptimizationAsync
|
|
|
251
286
|
</details>
|
|
252
287
|
<details>
|
|
253
288
|
<summary>
|
|
289
|
+
InvokeDataAutomationLibraryIngestionJob
|
|
290
|
+
</summary>
|
|
291
|
+
|
|
292
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/InvokeDataAutomationLibraryIngestionJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/InvokeDataAutomationLibraryIngestionJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/InvokeDataAutomationLibraryIngestionJobCommandOutput/)
|
|
293
|
+
</details>
|
|
294
|
+
<details>
|
|
295
|
+
<summary>
|
|
254
296
|
ListBlueprints
|
|
255
297
|
</summary>
|
|
256
298
|
|
|
@@ -258,6 +300,27 @@ ListBlueprints
|
|
|
258
300
|
</details>
|
|
259
301
|
<details>
|
|
260
302
|
<summary>
|
|
303
|
+
ListDataAutomationLibraries
|
|
304
|
+
</summary>
|
|
305
|
+
|
|
306
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/ListDataAutomationLibrariesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibrariesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibrariesCommandOutput/)
|
|
307
|
+
</details>
|
|
308
|
+
<details>
|
|
309
|
+
<summary>
|
|
310
|
+
ListDataAutomationLibraryEntities
|
|
311
|
+
</summary>
|
|
312
|
+
|
|
313
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/ListDataAutomationLibraryEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibraryEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibraryEntitiesCommandOutput/)
|
|
314
|
+
</details>
|
|
315
|
+
<details>
|
|
316
|
+
<summary>
|
|
317
|
+
ListDataAutomationLibraryIngestionJobs
|
|
318
|
+
</summary>
|
|
319
|
+
|
|
320
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/ListDataAutomationLibraryIngestionJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibraryIngestionJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/ListDataAutomationLibraryIngestionJobsCommandOutput/)
|
|
321
|
+
</details>
|
|
322
|
+
<details>
|
|
323
|
+
<summary>
|
|
261
324
|
ListDataAutomationProjects
|
|
262
325
|
</summary>
|
|
263
326
|
|
|
@@ -293,6 +356,13 @@ UpdateBlueprint
|
|
|
293
356
|
</details>
|
|
294
357
|
<details>
|
|
295
358
|
<summary>
|
|
359
|
+
UpdateDataAutomationLibrary
|
|
360
|
+
</summary>
|
|
361
|
+
|
|
362
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock-data-automation/command/UpdateDataAutomationLibraryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/UpdateDataAutomationLibraryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock-data-automation/Interface/UpdateDataAutomationLibraryCommandOutput/)
|
|
363
|
+
</details>
|
|
364
|
+
<details>
|
|
365
|
+
<summary>
|
|
296
366
|
UpdateDataAutomationProject
|
|
297
367
|
</summary>
|
|
298
368
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -149,6 +149,18 @@ class CreateBlueprintVersionCommand extends smithyClient.Command
|
|
|
149
149
|
.build() {
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
+
class CreateDataAutomationLibraryCommand extends smithyClient.Command
|
|
153
|
+
.classBuilder()
|
|
154
|
+
.ep(commonParams)
|
|
155
|
+
.m(function (Command, cs, config, o) {
|
|
156
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
157
|
+
})
|
|
158
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationLibrary", {})
|
|
159
|
+
.n("BedrockDataAutomationClient", "CreateDataAutomationLibraryCommand")
|
|
160
|
+
.sc(schemas_0.CreateDataAutomationLibrary$)
|
|
161
|
+
.build() {
|
|
162
|
+
}
|
|
163
|
+
|
|
152
164
|
class CreateDataAutomationProjectCommand extends smithyClient.Command
|
|
153
165
|
.classBuilder()
|
|
154
166
|
.ep(commonParams)
|
|
@@ -173,6 +185,18 @@ class DeleteBlueprintCommand extends smithyClient.Command
|
|
|
173
185
|
.build() {
|
|
174
186
|
}
|
|
175
187
|
|
|
188
|
+
class DeleteDataAutomationLibraryCommand extends smithyClient.Command
|
|
189
|
+
.classBuilder()
|
|
190
|
+
.ep(commonParams)
|
|
191
|
+
.m(function (Command, cs, config, o) {
|
|
192
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
193
|
+
})
|
|
194
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationLibrary", {})
|
|
195
|
+
.n("BedrockDataAutomationClient", "DeleteDataAutomationLibraryCommand")
|
|
196
|
+
.sc(schemas_0.DeleteDataAutomationLibrary$)
|
|
197
|
+
.build() {
|
|
198
|
+
}
|
|
199
|
+
|
|
176
200
|
class DeleteDataAutomationProjectCommand extends smithyClient.Command
|
|
177
201
|
.classBuilder()
|
|
178
202
|
.ep(commonParams)
|
|
@@ -209,6 +233,42 @@ class GetBlueprintOptimizationStatusCommand extends smithyClient.Command
|
|
|
209
233
|
.build() {
|
|
210
234
|
}
|
|
211
235
|
|
|
236
|
+
class GetDataAutomationLibraryCommand extends smithyClient.Command
|
|
237
|
+
.classBuilder()
|
|
238
|
+
.ep(commonParams)
|
|
239
|
+
.m(function (Command, cs, config, o) {
|
|
240
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
241
|
+
})
|
|
242
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibrary", {})
|
|
243
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryCommand")
|
|
244
|
+
.sc(schemas_0.GetDataAutomationLibrary$)
|
|
245
|
+
.build() {
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
class GetDataAutomationLibraryEntityCommand extends smithyClient.Command
|
|
249
|
+
.classBuilder()
|
|
250
|
+
.ep(commonParams)
|
|
251
|
+
.m(function (Command, cs, config, o) {
|
|
252
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
253
|
+
})
|
|
254
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryEntity", {})
|
|
255
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryEntityCommand")
|
|
256
|
+
.sc(schemas_0.GetDataAutomationLibraryEntity$)
|
|
257
|
+
.build() {
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
class GetDataAutomationLibraryIngestionJobCommand extends smithyClient.Command
|
|
261
|
+
.classBuilder()
|
|
262
|
+
.ep(commonParams)
|
|
263
|
+
.m(function (Command, cs, config, o) {
|
|
264
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
265
|
+
})
|
|
266
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryIngestionJob", {})
|
|
267
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryIngestionJobCommand")
|
|
268
|
+
.sc(schemas_0.GetDataAutomationLibraryIngestionJob$)
|
|
269
|
+
.build() {
|
|
270
|
+
}
|
|
271
|
+
|
|
212
272
|
class GetDataAutomationProjectCommand extends smithyClient.Command
|
|
213
273
|
.classBuilder()
|
|
214
274
|
.ep(commonParams)
|
|
@@ -233,6 +293,18 @@ class InvokeBlueprintOptimizationAsyncCommand extends smithyClient.Command
|
|
|
233
293
|
.build() {
|
|
234
294
|
}
|
|
235
295
|
|
|
296
|
+
class InvokeDataAutomationLibraryIngestionJobCommand extends smithyClient.Command
|
|
297
|
+
.classBuilder()
|
|
298
|
+
.ep(commonParams)
|
|
299
|
+
.m(function (Command, cs, config, o) {
|
|
300
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
301
|
+
})
|
|
302
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeDataAutomationLibraryIngestionJob", {})
|
|
303
|
+
.n("BedrockDataAutomationClient", "InvokeDataAutomationLibraryIngestionJobCommand")
|
|
304
|
+
.sc(schemas_0.InvokeDataAutomationLibraryIngestionJob$)
|
|
305
|
+
.build() {
|
|
306
|
+
}
|
|
307
|
+
|
|
236
308
|
class ListBlueprintsCommand extends smithyClient.Command
|
|
237
309
|
.classBuilder()
|
|
238
310
|
.ep(commonParams)
|
|
@@ -245,6 +317,42 @@ class ListBlueprintsCommand extends smithyClient.Command
|
|
|
245
317
|
.build() {
|
|
246
318
|
}
|
|
247
319
|
|
|
320
|
+
class ListDataAutomationLibrariesCommand extends smithyClient.Command
|
|
321
|
+
.classBuilder()
|
|
322
|
+
.ep(commonParams)
|
|
323
|
+
.m(function (Command, cs, config, o) {
|
|
324
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
325
|
+
})
|
|
326
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraries", {})
|
|
327
|
+
.n("BedrockDataAutomationClient", "ListDataAutomationLibrariesCommand")
|
|
328
|
+
.sc(schemas_0.ListDataAutomationLibraries$)
|
|
329
|
+
.build() {
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
class ListDataAutomationLibraryEntitiesCommand extends smithyClient.Command
|
|
333
|
+
.classBuilder()
|
|
334
|
+
.ep(commonParams)
|
|
335
|
+
.m(function (Command, cs, config, o) {
|
|
336
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
337
|
+
})
|
|
338
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryEntities", {})
|
|
339
|
+
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryEntitiesCommand")
|
|
340
|
+
.sc(schemas_0.ListDataAutomationLibraryEntities$)
|
|
341
|
+
.build() {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
class ListDataAutomationLibraryIngestionJobsCommand extends smithyClient.Command
|
|
345
|
+
.classBuilder()
|
|
346
|
+
.ep(commonParams)
|
|
347
|
+
.m(function (Command, cs, config, o) {
|
|
348
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
349
|
+
})
|
|
350
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryIngestionJobs", {})
|
|
351
|
+
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryIngestionJobsCommand")
|
|
352
|
+
.sc(schemas_0.ListDataAutomationLibraryIngestionJobs$)
|
|
353
|
+
.build() {
|
|
354
|
+
}
|
|
355
|
+
|
|
248
356
|
class ListDataAutomationProjectsCommand extends smithyClient.Command
|
|
249
357
|
.classBuilder()
|
|
250
358
|
.ep(commonParams)
|
|
@@ -305,6 +413,18 @@ class UpdateBlueprintCommand extends smithyClient.Command
|
|
|
305
413
|
.build() {
|
|
306
414
|
}
|
|
307
415
|
|
|
416
|
+
class UpdateDataAutomationLibraryCommand extends smithyClient.Command
|
|
417
|
+
.classBuilder()
|
|
418
|
+
.ep(commonParams)
|
|
419
|
+
.m(function (Command, cs, config, o) {
|
|
420
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
421
|
+
})
|
|
422
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationLibrary", {})
|
|
423
|
+
.n("BedrockDataAutomationClient", "UpdateDataAutomationLibraryCommand")
|
|
424
|
+
.sc(schemas_0.UpdateDataAutomationLibrary$)
|
|
425
|
+
.build() {
|
|
426
|
+
}
|
|
427
|
+
|
|
308
428
|
class UpdateDataAutomationProjectCommand extends smithyClient.Command
|
|
309
429
|
.classBuilder()
|
|
310
430
|
.ep(commonParams)
|
|
@@ -319,29 +439,48 @@ class UpdateDataAutomationProjectCommand extends smithyClient.Command
|
|
|
319
439
|
|
|
320
440
|
const paginateListBlueprints = core.createPaginator(BedrockDataAutomationClient, ListBlueprintsCommand, "nextToken", "nextToken", "maxResults");
|
|
321
441
|
|
|
442
|
+
const paginateListDataAutomationLibraries = core.createPaginator(BedrockDataAutomationClient, ListDataAutomationLibrariesCommand, "nextToken", "nextToken", "maxResults");
|
|
443
|
+
|
|
444
|
+
const paginateListDataAutomationLibraryEntities = core.createPaginator(BedrockDataAutomationClient, ListDataAutomationLibraryEntitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
445
|
+
|
|
446
|
+
const paginateListDataAutomationLibraryIngestionJobs = core.createPaginator(BedrockDataAutomationClient, ListDataAutomationLibraryIngestionJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
447
|
+
|
|
322
448
|
const paginateListDataAutomationProjects = core.createPaginator(BedrockDataAutomationClient, ListDataAutomationProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
323
449
|
|
|
324
450
|
const commands = {
|
|
325
451
|
CopyBlueprintStageCommand,
|
|
326
452
|
CreateBlueprintCommand,
|
|
327
453
|
CreateBlueprintVersionCommand,
|
|
454
|
+
CreateDataAutomationLibraryCommand,
|
|
328
455
|
CreateDataAutomationProjectCommand,
|
|
329
456
|
DeleteBlueprintCommand,
|
|
457
|
+
DeleteDataAutomationLibraryCommand,
|
|
330
458
|
DeleteDataAutomationProjectCommand,
|
|
331
459
|
GetBlueprintCommand,
|
|
332
460
|
GetBlueprintOptimizationStatusCommand,
|
|
461
|
+
GetDataAutomationLibraryCommand,
|
|
462
|
+
GetDataAutomationLibraryEntityCommand,
|
|
463
|
+
GetDataAutomationLibraryIngestionJobCommand,
|
|
333
464
|
GetDataAutomationProjectCommand,
|
|
334
465
|
InvokeBlueprintOptimizationAsyncCommand,
|
|
466
|
+
InvokeDataAutomationLibraryIngestionJobCommand,
|
|
335
467
|
ListBlueprintsCommand,
|
|
468
|
+
ListDataAutomationLibrariesCommand,
|
|
469
|
+
ListDataAutomationLibraryEntitiesCommand,
|
|
470
|
+
ListDataAutomationLibraryIngestionJobsCommand,
|
|
336
471
|
ListDataAutomationProjectsCommand,
|
|
337
472
|
ListTagsForResourceCommand,
|
|
338
473
|
TagResourceCommand,
|
|
339
474
|
UntagResourceCommand,
|
|
340
475
|
UpdateBlueprintCommand,
|
|
476
|
+
UpdateDataAutomationLibraryCommand,
|
|
341
477
|
UpdateDataAutomationProjectCommand,
|
|
342
478
|
};
|
|
343
479
|
const paginators = {
|
|
344
480
|
paginateListBlueprints,
|
|
481
|
+
paginateListDataAutomationLibraries,
|
|
482
|
+
paginateListDataAutomationLibraryEntities,
|
|
483
|
+
paginateListDataAutomationLibraryIngestionJobs,
|
|
345
484
|
paginateListDataAutomationProjects,
|
|
346
485
|
};
|
|
347
486
|
class BedrockDataAutomation extends BedrockDataAutomationClient {
|
|
@@ -378,9 +517,18 @@ const ResourceOwner = {
|
|
|
378
517
|
ACCOUNT: "ACCOUNT",
|
|
379
518
|
SERVICE: "SERVICE",
|
|
380
519
|
};
|
|
381
|
-
const
|
|
382
|
-
|
|
383
|
-
|
|
520
|
+
const EntityType = {
|
|
521
|
+
VOCABULARY: "VOCABULARY",
|
|
522
|
+
};
|
|
523
|
+
const LibraryIngestionJobStatus = {
|
|
524
|
+
COMPLETED: "COMPLETED",
|
|
525
|
+
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
526
|
+
FAILED: "FAILED",
|
|
527
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
528
|
+
};
|
|
529
|
+
const LibraryIngestionJobOperationType = {
|
|
530
|
+
DELETE: "DELETE",
|
|
531
|
+
UPSERT: "UPSERT",
|
|
384
532
|
};
|
|
385
533
|
const Language = {
|
|
386
534
|
CN: "CN",
|
|
@@ -395,6 +543,14 @@ const Language = {
|
|
|
395
543
|
PT: "PT",
|
|
396
544
|
TW: "TW",
|
|
397
545
|
};
|
|
546
|
+
const DataAutomationLibraryStatus = {
|
|
547
|
+
ACTIVE: "ACTIVE",
|
|
548
|
+
DELETING: "DELETING",
|
|
549
|
+
};
|
|
550
|
+
const AudioGenerativeOutputLanguage = {
|
|
551
|
+
DEFAULT: "DEFAULT",
|
|
552
|
+
EN: "EN",
|
|
553
|
+
};
|
|
398
554
|
const State = {
|
|
399
555
|
DISABLED: "DISABLED",
|
|
400
556
|
ENABLED: "ENABLED",
|
|
@@ -523,24 +679,37 @@ exports.BlueprintStageFilter = BlueprintStageFilter;
|
|
|
523
679
|
exports.CopyBlueprintStageCommand = CopyBlueprintStageCommand;
|
|
524
680
|
exports.CreateBlueprintCommand = CreateBlueprintCommand;
|
|
525
681
|
exports.CreateBlueprintVersionCommand = CreateBlueprintVersionCommand;
|
|
682
|
+
exports.CreateDataAutomationLibraryCommand = CreateDataAutomationLibraryCommand;
|
|
526
683
|
exports.CreateDataAutomationProjectCommand = CreateDataAutomationProjectCommand;
|
|
684
|
+
exports.DataAutomationLibraryStatus = DataAutomationLibraryStatus;
|
|
527
685
|
exports.DataAutomationProjectStage = DataAutomationProjectStage;
|
|
528
686
|
exports.DataAutomationProjectStageFilter = DataAutomationProjectStageFilter;
|
|
529
687
|
exports.DataAutomationProjectStatus = DataAutomationProjectStatus;
|
|
530
688
|
exports.DataAutomationProjectType = DataAutomationProjectType;
|
|
531
689
|
exports.DeleteBlueprintCommand = DeleteBlueprintCommand;
|
|
690
|
+
exports.DeleteDataAutomationLibraryCommand = DeleteDataAutomationLibraryCommand;
|
|
532
691
|
exports.DeleteDataAutomationProjectCommand = DeleteDataAutomationProjectCommand;
|
|
533
692
|
exports.DesiredModality = DesiredModality;
|
|
534
693
|
exports.DocumentExtractionGranularityType = DocumentExtractionGranularityType;
|
|
535
694
|
exports.DocumentOutputTextFormatType = DocumentOutputTextFormatType;
|
|
695
|
+
exports.EntityType = EntityType;
|
|
536
696
|
exports.GetBlueprintCommand = GetBlueprintCommand;
|
|
537
697
|
exports.GetBlueprintOptimizationStatusCommand = GetBlueprintOptimizationStatusCommand;
|
|
698
|
+
exports.GetDataAutomationLibraryCommand = GetDataAutomationLibraryCommand;
|
|
699
|
+
exports.GetDataAutomationLibraryEntityCommand = GetDataAutomationLibraryEntityCommand;
|
|
700
|
+
exports.GetDataAutomationLibraryIngestionJobCommand = GetDataAutomationLibraryIngestionJobCommand;
|
|
538
701
|
exports.GetDataAutomationProjectCommand = GetDataAutomationProjectCommand;
|
|
539
702
|
exports.ImageExtractionCategoryType = ImageExtractionCategoryType;
|
|
540
703
|
exports.ImageStandardGenerativeFieldType = ImageStandardGenerativeFieldType;
|
|
541
704
|
exports.InvokeBlueprintOptimizationAsyncCommand = InvokeBlueprintOptimizationAsyncCommand;
|
|
705
|
+
exports.InvokeDataAutomationLibraryIngestionJobCommand = InvokeDataAutomationLibraryIngestionJobCommand;
|
|
542
706
|
exports.Language = Language;
|
|
707
|
+
exports.LibraryIngestionJobOperationType = LibraryIngestionJobOperationType;
|
|
708
|
+
exports.LibraryIngestionJobStatus = LibraryIngestionJobStatus;
|
|
543
709
|
exports.ListBlueprintsCommand = ListBlueprintsCommand;
|
|
710
|
+
exports.ListDataAutomationLibrariesCommand = ListDataAutomationLibrariesCommand;
|
|
711
|
+
exports.ListDataAutomationLibraryEntitiesCommand = ListDataAutomationLibraryEntitiesCommand;
|
|
712
|
+
exports.ListDataAutomationLibraryIngestionJobsCommand = ListDataAutomationLibraryIngestionJobsCommand;
|
|
544
713
|
exports.ListDataAutomationProjectsCommand = ListDataAutomationProjectsCommand;
|
|
545
714
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
546
715
|
exports.PIIEntityType = PIIEntityType;
|
|
@@ -553,10 +722,14 @@ exports.TagResourceCommand = TagResourceCommand;
|
|
|
553
722
|
exports.Type = Type;
|
|
554
723
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
555
724
|
exports.UpdateBlueprintCommand = UpdateBlueprintCommand;
|
|
725
|
+
exports.UpdateDataAutomationLibraryCommand = UpdateDataAutomationLibraryCommand;
|
|
556
726
|
exports.UpdateDataAutomationProjectCommand = UpdateDataAutomationProjectCommand;
|
|
557
727
|
exports.VideoExtractionCategoryType = VideoExtractionCategoryType;
|
|
558
728
|
exports.VideoStandardGenerativeFieldType = VideoStandardGenerativeFieldType;
|
|
559
729
|
exports.paginateListBlueprints = paginateListBlueprints;
|
|
730
|
+
exports.paginateListDataAutomationLibraries = paginateListDataAutomationLibraries;
|
|
731
|
+
exports.paginateListDataAutomationLibraryEntities = paginateListDataAutomationLibraryEntities;
|
|
732
|
+
exports.paginateListDataAutomationLibraryIngestionJobs = paginateListDataAutomationLibraryIngestionJobs;
|
|
560
733
|
exports.paginateListDataAutomationProjects = paginateListDataAutomationProjects;
|
|
561
734
|
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
562
735
|
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|