@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
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
BlueprintOptimizationJobStatus,
|
|
6
6
|
BlueprintStage,
|
|
7
7
|
BlueprintStageFilter,
|
|
8
|
+
DataAutomationLibraryStatus,
|
|
8
9
|
DataAutomationProjectStage,
|
|
9
10
|
DataAutomationProjectStageFilter,
|
|
10
11
|
DataAutomationProjectStatus,
|
|
@@ -12,9 +13,12 @@ import {
|
|
|
12
13
|
DesiredModality,
|
|
13
14
|
DocumentExtractionGranularityType,
|
|
14
15
|
DocumentOutputTextFormatType,
|
|
16
|
+
EntityType,
|
|
15
17
|
ImageExtractionCategoryType,
|
|
16
18
|
ImageStandardGenerativeFieldType,
|
|
17
19
|
Language,
|
|
20
|
+
LibraryIngestionJobOperationType,
|
|
21
|
+
LibraryIngestionJobStatus,
|
|
18
22
|
PIIEntityType,
|
|
19
23
|
PIIRedactionMaskMode,
|
|
20
24
|
ResourceOwner,
|
|
@@ -158,6 +162,184 @@ export interface CreateBlueprintVersionRequest {
|
|
|
158
162
|
export interface CreateBlueprintVersionResponse {
|
|
159
163
|
blueprint: Blueprint | undefined;
|
|
160
164
|
}
|
|
165
|
+
export interface GetDataAutomationLibraryIngestionJobRequest {
|
|
166
|
+
libraryArn: string | undefined;
|
|
167
|
+
jobArn: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface OutputConfiguration {
|
|
170
|
+
s3Uri: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface DataAutomationLibraryIngestionJob {
|
|
173
|
+
jobArn: string | undefined;
|
|
174
|
+
creationTime: Date | undefined;
|
|
175
|
+
entityType: EntityType | undefined;
|
|
176
|
+
operationType: LibraryIngestionJobOperationType | undefined;
|
|
177
|
+
jobStatus: LibraryIngestionJobStatus | undefined;
|
|
178
|
+
outputConfiguration: OutputConfiguration | undefined;
|
|
179
|
+
completionTime?: Date | undefined;
|
|
180
|
+
errorMessage?: string | undefined;
|
|
181
|
+
errorType?: string | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface GetDataAutomationLibraryIngestionJobResponse {
|
|
184
|
+
job?: DataAutomationLibraryIngestionJob | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface DeleteEntitiesInfo {
|
|
187
|
+
entityIds: string[] | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface Phrase {
|
|
190
|
+
text: string | undefined;
|
|
191
|
+
displayAsText?: string | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface VocabularyEntityInfo {
|
|
194
|
+
entityId?: string | undefined;
|
|
195
|
+
description?: string | undefined;
|
|
196
|
+
language: Language | undefined;
|
|
197
|
+
phrases: Phrase[] | undefined;
|
|
198
|
+
}
|
|
199
|
+
export type UpsertEntityInfo =
|
|
200
|
+
| UpsertEntityInfo.VocabularyMember
|
|
201
|
+
| UpsertEntityInfo.$UnknownMember;
|
|
202
|
+
export declare namespace UpsertEntityInfo {
|
|
203
|
+
interface VocabularyMember {
|
|
204
|
+
vocabulary: VocabularyEntityInfo;
|
|
205
|
+
$unknown?: never;
|
|
206
|
+
}
|
|
207
|
+
interface $UnknownMember {
|
|
208
|
+
vocabulary?: never;
|
|
209
|
+
$unknown: [string, any];
|
|
210
|
+
}
|
|
211
|
+
interface Visitor<T> {
|
|
212
|
+
vocabulary: (value: VocabularyEntityInfo) => T;
|
|
213
|
+
_: (name: string, value: any) => T;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
export type InlinePayload =
|
|
217
|
+
| InlinePayload.DeleteEntitiesInfoMember
|
|
218
|
+
| InlinePayload.UpsertEntitiesInfoMember
|
|
219
|
+
| InlinePayload.$UnknownMember;
|
|
220
|
+
export declare namespace InlinePayload {
|
|
221
|
+
interface UpsertEntitiesInfoMember {
|
|
222
|
+
upsertEntitiesInfo: UpsertEntityInfo[];
|
|
223
|
+
deleteEntitiesInfo?: never;
|
|
224
|
+
$unknown?: never;
|
|
225
|
+
}
|
|
226
|
+
interface DeleteEntitiesInfoMember {
|
|
227
|
+
upsertEntitiesInfo?: never;
|
|
228
|
+
deleteEntitiesInfo: DeleteEntitiesInfo;
|
|
229
|
+
$unknown?: never;
|
|
230
|
+
}
|
|
231
|
+
interface $UnknownMember {
|
|
232
|
+
upsertEntitiesInfo?: never;
|
|
233
|
+
deleteEntitiesInfo?: never;
|
|
234
|
+
$unknown: [string, any];
|
|
235
|
+
}
|
|
236
|
+
interface Visitor<T> {
|
|
237
|
+
upsertEntitiesInfo: (value: UpsertEntityInfo[]) => T;
|
|
238
|
+
deleteEntitiesInfo: (value: DeleteEntitiesInfo) => T;
|
|
239
|
+
_: (name: string, value: any) => T;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
export interface InputConfiguration {
|
|
243
|
+
s3Object?: S3Object | undefined;
|
|
244
|
+
inlinePayload?: InlinePayload | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface EventBridgeConfiguration {
|
|
247
|
+
eventBridgeEnabled: boolean | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface NotificationConfiguration {
|
|
250
|
+
eventBridgeConfiguration: EventBridgeConfiguration | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface InvokeDataAutomationLibraryIngestionJobRequest {
|
|
253
|
+
libraryArn: string | undefined;
|
|
254
|
+
clientToken?: string | undefined;
|
|
255
|
+
inputConfiguration: InputConfiguration | undefined;
|
|
256
|
+
entityType: EntityType | undefined;
|
|
257
|
+
operationType: LibraryIngestionJobOperationType | undefined;
|
|
258
|
+
outputConfiguration: OutputConfiguration | undefined;
|
|
259
|
+
notificationConfiguration?: NotificationConfiguration | undefined;
|
|
260
|
+
tags?: Tag[] | undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface InvokeDataAutomationLibraryIngestionJobResponse {
|
|
263
|
+
jobArn?: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface ListDataAutomationLibraryIngestionJobsRequest {
|
|
266
|
+
libraryArn: string | undefined;
|
|
267
|
+
maxResults?: number | undefined;
|
|
268
|
+
nextToken?: string | undefined;
|
|
269
|
+
}
|
|
270
|
+
export interface DataAutomationLibraryIngestionJobSummary {
|
|
271
|
+
jobArn: string | undefined;
|
|
272
|
+
jobStatus: LibraryIngestionJobStatus | undefined;
|
|
273
|
+
entityType: EntityType | undefined;
|
|
274
|
+
operationType: LibraryIngestionJobOperationType | undefined;
|
|
275
|
+
creationTime: Date | undefined;
|
|
276
|
+
completionTime?: Date | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ListDataAutomationLibraryIngestionJobsResponse {
|
|
279
|
+
jobs?: DataAutomationLibraryIngestionJobSummary[] | undefined;
|
|
280
|
+
nextToken?: string | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface CreateDataAutomationLibraryRequest {
|
|
283
|
+
libraryName: string | undefined;
|
|
284
|
+
libraryDescription?: string | undefined;
|
|
285
|
+
clientToken?: string | undefined;
|
|
286
|
+
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
287
|
+
tags?: Tag[] | undefined;
|
|
288
|
+
}
|
|
289
|
+
export interface CreateDataAutomationLibraryResponse {
|
|
290
|
+
libraryArn?: string | undefined;
|
|
291
|
+
status?: DataAutomationLibraryStatus | undefined;
|
|
292
|
+
}
|
|
293
|
+
export interface DeleteDataAutomationLibraryRequest {
|
|
294
|
+
libraryArn: string | undefined;
|
|
295
|
+
}
|
|
296
|
+
export interface DeleteDataAutomationLibraryResponse {
|
|
297
|
+
libraryArn?: string | undefined;
|
|
298
|
+
status?: DataAutomationLibraryStatus | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface GetDataAutomationLibraryRequest {
|
|
301
|
+
libraryArn: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
export interface EntityTypeInfo {
|
|
304
|
+
entityType: EntityType | undefined;
|
|
305
|
+
entityMetadata?: string | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface DataAutomationLibrary {
|
|
308
|
+
libraryArn: string | undefined;
|
|
309
|
+
creationTime: Date | undefined;
|
|
310
|
+
libraryName: string | undefined;
|
|
311
|
+
libraryDescription?: string | undefined;
|
|
312
|
+
status: DataAutomationLibraryStatus | undefined;
|
|
313
|
+
entityTypes?: EntityTypeInfo[] | undefined;
|
|
314
|
+
kmsKeyId?: string | undefined;
|
|
315
|
+
kmsEncryptionContext?: Record<string, string> | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface GetDataAutomationLibraryResponse {
|
|
318
|
+
library?: DataAutomationLibrary | undefined;
|
|
319
|
+
}
|
|
320
|
+
export interface ListDataAutomationLibrariesRequest {
|
|
321
|
+
maxResults?: number | undefined;
|
|
322
|
+
nextToken?: string | undefined;
|
|
323
|
+
projectFilter?: DataAutomationProjectFilter | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface DataAutomationLibrarySummary {
|
|
326
|
+
libraryArn: string | undefined;
|
|
327
|
+
libraryName?: string | undefined;
|
|
328
|
+
creationTime: Date | undefined;
|
|
329
|
+
}
|
|
330
|
+
export interface ListDataAutomationLibrariesResponse {
|
|
331
|
+
libraries?: DataAutomationLibrarySummary[] | undefined;
|
|
332
|
+
nextToken?: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
export interface UpdateDataAutomationLibraryRequest {
|
|
335
|
+
libraryArn: string | undefined;
|
|
336
|
+
libraryDescription?: string | undefined;
|
|
337
|
+
clientToken?: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface UpdateDataAutomationLibraryResponse {
|
|
340
|
+
libraryArn?: string | undefined;
|
|
341
|
+
status?: DataAutomationLibraryStatus | undefined;
|
|
342
|
+
}
|
|
161
343
|
export interface BlueprintItem {
|
|
162
344
|
blueprintArn: string | undefined;
|
|
163
345
|
blueprintVersion?: string | undefined;
|
|
@@ -166,6 +348,12 @@ export interface BlueprintItem {
|
|
|
166
348
|
export interface CustomOutputConfiguration {
|
|
167
349
|
blueprints?: BlueprintItem[] | undefined;
|
|
168
350
|
}
|
|
351
|
+
export interface DataAutomationLibraryItem {
|
|
352
|
+
libraryArn: string | undefined;
|
|
353
|
+
}
|
|
354
|
+
export interface DataAutomationLibraryConfiguration {
|
|
355
|
+
libraries?: DataAutomationLibraryItem[] | undefined;
|
|
356
|
+
}
|
|
169
357
|
export interface AudioLanguageConfiguration {
|
|
170
358
|
inputLanguages?: Language[] | undefined;
|
|
171
359
|
generativeOutputLanguage?: AudioGenerativeOutputLanguage | undefined;
|
|
@@ -326,6 +514,9 @@ export interface CreateDataAutomationProjectRequest {
|
|
|
326
514
|
standardOutputConfiguration: StandardOutputConfiguration | undefined;
|
|
327
515
|
customOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
328
516
|
overrideConfiguration?: OverrideConfiguration | undefined;
|
|
517
|
+
dataAutomationLibraryConfiguration?:
|
|
518
|
+
| DataAutomationLibraryConfiguration
|
|
519
|
+
| undefined;
|
|
329
520
|
clientToken?: string | undefined;
|
|
330
521
|
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
331
522
|
tags?: Tag[] | undefined;
|
|
@@ -357,6 +548,9 @@ export interface DataAutomationProject {
|
|
|
357
548
|
standardOutputConfiguration?: StandardOutputConfiguration | undefined;
|
|
358
549
|
customOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
359
550
|
overrideConfiguration?: OverrideConfiguration | undefined;
|
|
551
|
+
dataAutomationLibraryConfiguration?:
|
|
552
|
+
| DataAutomationLibraryConfiguration
|
|
553
|
+
| undefined;
|
|
360
554
|
status: DataAutomationProjectStatus | undefined;
|
|
361
555
|
kmsKeyId?: string | undefined;
|
|
362
556
|
kmsEncryptionContext?: Record<string, string> | undefined;
|
|
@@ -369,12 +563,16 @@ export interface BlueprintFilter {
|
|
|
369
563
|
blueprintVersion?: string | undefined;
|
|
370
564
|
blueprintStage?: BlueprintStage | undefined;
|
|
371
565
|
}
|
|
566
|
+
export interface DataAutomationLibraryFilter {
|
|
567
|
+
libraryArn: string | undefined;
|
|
568
|
+
}
|
|
372
569
|
export interface ListDataAutomationProjectsRequest {
|
|
373
570
|
maxResults?: number | undefined;
|
|
374
571
|
nextToken?: string | undefined;
|
|
375
572
|
projectStageFilter?: DataAutomationProjectStageFilter | undefined;
|
|
376
573
|
blueprintFilter?: BlueprintFilter | undefined;
|
|
377
574
|
resourceOwner?: ResourceOwner | undefined;
|
|
575
|
+
libraryFilter?: DataAutomationLibraryFilter | undefined;
|
|
378
576
|
}
|
|
379
577
|
export interface DataAutomationProjectSummary {
|
|
380
578
|
projectArn: string | undefined;
|
|
@@ -394,6 +592,9 @@ export interface UpdateDataAutomationProjectRequest {
|
|
|
394
592
|
standardOutputConfiguration: StandardOutputConfiguration | undefined;
|
|
395
593
|
customOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
396
594
|
overrideConfiguration?: OverrideConfiguration | undefined;
|
|
595
|
+
dataAutomationLibraryConfiguration?:
|
|
596
|
+
| DataAutomationLibraryConfiguration
|
|
597
|
+
| undefined;
|
|
397
598
|
encryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
398
599
|
}
|
|
399
600
|
export interface UpdateDataAutomationProjectResponse {
|
|
@@ -401,6 +602,72 @@ export interface UpdateDataAutomationProjectResponse {
|
|
|
401
602
|
projectStage?: DataAutomationProjectStage | undefined;
|
|
402
603
|
status?: DataAutomationProjectStatus | undefined;
|
|
403
604
|
}
|
|
605
|
+
export interface GetDataAutomationLibraryEntityRequest {
|
|
606
|
+
libraryArn: string | undefined;
|
|
607
|
+
entityType: EntityType | undefined;
|
|
608
|
+
entityId: string | undefined;
|
|
609
|
+
}
|
|
610
|
+
export interface VocabularyEntity {
|
|
611
|
+
entityId?: string | undefined;
|
|
612
|
+
description?: string | undefined;
|
|
613
|
+
language?: Language | undefined;
|
|
614
|
+
phrases?: Phrase[] | undefined;
|
|
615
|
+
lastModifiedTime?: Date | undefined;
|
|
616
|
+
}
|
|
617
|
+
export type EntityDetails =
|
|
618
|
+
| EntityDetails.VocabularyMember
|
|
619
|
+
| EntityDetails.$UnknownMember;
|
|
620
|
+
export declare namespace EntityDetails {
|
|
621
|
+
interface VocabularyMember {
|
|
622
|
+
vocabulary: VocabularyEntity;
|
|
623
|
+
$unknown?: never;
|
|
624
|
+
}
|
|
625
|
+
interface $UnknownMember {
|
|
626
|
+
vocabulary?: never;
|
|
627
|
+
$unknown: [string, any];
|
|
628
|
+
}
|
|
629
|
+
interface Visitor<T> {
|
|
630
|
+
vocabulary: (value: VocabularyEntity) => T;
|
|
631
|
+
_: (name: string, value: any) => T;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
export interface GetDataAutomationLibraryEntityResponse {
|
|
635
|
+
entity?: EntityDetails | undefined;
|
|
636
|
+
}
|
|
637
|
+
export interface ListDataAutomationLibraryEntitiesRequest {
|
|
638
|
+
libraryArn: string | undefined;
|
|
639
|
+
entityType: EntityType | undefined;
|
|
640
|
+
maxResults?: number | undefined;
|
|
641
|
+
nextToken?: string | undefined;
|
|
642
|
+
}
|
|
643
|
+
export interface VocabularyEntitySummary {
|
|
644
|
+
entityId?: string | undefined;
|
|
645
|
+
description?: string | undefined;
|
|
646
|
+
language?: Language | undefined;
|
|
647
|
+
numOfPhrases?: number | undefined;
|
|
648
|
+
lastModifiedTime?: Date | undefined;
|
|
649
|
+
}
|
|
650
|
+
export type DataAutomationLibraryEntitySummary =
|
|
651
|
+
| DataAutomationLibraryEntitySummary.VocabularyMember
|
|
652
|
+
| DataAutomationLibraryEntitySummary.$UnknownMember;
|
|
653
|
+
export declare namespace DataAutomationLibraryEntitySummary {
|
|
654
|
+
interface VocabularyMember {
|
|
655
|
+
vocabulary: VocabularyEntitySummary;
|
|
656
|
+
$unknown?: never;
|
|
657
|
+
}
|
|
658
|
+
interface $UnknownMember {
|
|
659
|
+
vocabulary?: never;
|
|
660
|
+
$unknown: [string, any];
|
|
661
|
+
}
|
|
662
|
+
interface Visitor<T> {
|
|
663
|
+
vocabulary: (value: VocabularyEntitySummary) => T;
|
|
664
|
+
_: (name: string, value: any) => T;
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
export interface ListDataAutomationLibraryEntitiesResponse {
|
|
668
|
+
entities?: DataAutomationLibraryEntitySummary[] | undefined;
|
|
669
|
+
nextToken?: string | undefined;
|
|
670
|
+
}
|
|
404
671
|
export interface ListTagsForResourceRequest {
|
|
405
672
|
resourceARN: string | undefined;
|
|
406
673
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataAutomationLibrariesCommandInput,
|
|
4
|
+
ListDataAutomationLibrariesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataAutomationLibrariesCommand";
|
|
6
|
+
import { BedrockDataAutomationPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDataAutomationLibraries: (
|
|
8
|
+
config: BedrockDataAutomationPaginationConfiguration,
|
|
9
|
+
input: ListDataAutomationLibrariesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDataAutomationLibrariesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataAutomationLibraryEntitiesCommandInput,
|
|
4
|
+
ListDataAutomationLibraryEntitiesCommandOutput,
|
|
5
|
+
} from "../commands/ListDataAutomationLibraryEntitiesCommand";
|
|
6
|
+
import { BedrockDataAutomationPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDataAutomationLibraryEntities: (
|
|
8
|
+
config: BedrockDataAutomationPaginationConfiguration,
|
|
9
|
+
input: ListDataAutomationLibraryEntitiesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDataAutomationLibraryEntitiesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDataAutomationLibraryIngestionJobsCommandInput,
|
|
4
|
+
ListDataAutomationLibraryIngestionJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListDataAutomationLibraryIngestionJobsCommand";
|
|
6
|
+
import { BedrockDataAutomationPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListDataAutomationLibraryIngestionJobs: (
|
|
8
|
+
config: BedrockDataAutomationPaginationConfiguration,
|
|
9
|
+
input: ListDataAutomationLibraryIngestionJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDataAutomationLibraryIngestionJobsCommandOutput>;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListBlueprintsPaginator";
|
|
3
|
+
export * from "./ListDataAutomationLibrariesPaginator";
|
|
4
|
+
export * from "./ListDataAutomationLibraryEntitiesPaginator";
|
|
5
|
+
export * from "./ListDataAutomationLibraryIngestionJobsPaginator";
|
|
3
6
|
export * from "./ListDataAutomationProjectsPaginator";
|
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
StaticErrorSchema,
|
|
4
4
|
StaticOperationSchema,
|
|
5
5
|
StaticStructureSchema,
|
|
6
|
+
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
7
8
|
export declare var BedrockDataAutomationServiceException$: StaticErrorSchema;
|
|
8
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
@@ -34,16 +35,28 @@ export declare var CreateBlueprintRequest$: StaticStructureSchema;
|
|
|
34
35
|
export declare var CreateBlueprintResponse$: StaticStructureSchema;
|
|
35
36
|
export declare var CreateBlueprintVersionRequest$: StaticStructureSchema;
|
|
36
37
|
export declare var CreateBlueprintVersionResponse$: StaticStructureSchema;
|
|
38
|
+
export declare var CreateDataAutomationLibraryRequest$: StaticStructureSchema;
|
|
39
|
+
export declare var CreateDataAutomationLibraryResponse$: StaticStructureSchema;
|
|
37
40
|
export declare var CreateDataAutomationProjectRequest$: StaticStructureSchema;
|
|
38
41
|
export declare var CreateDataAutomationProjectResponse$: StaticStructureSchema;
|
|
39
42
|
export declare var CustomOutputConfiguration$: StaticStructureSchema;
|
|
43
|
+
export declare var DataAutomationLibrary$: StaticStructureSchema;
|
|
44
|
+
export declare var DataAutomationLibraryConfiguration$: StaticStructureSchema;
|
|
45
|
+
export declare var DataAutomationLibraryFilter$: StaticStructureSchema;
|
|
46
|
+
export declare var DataAutomationLibraryIngestionJob$: StaticStructureSchema;
|
|
47
|
+
export declare var DataAutomationLibraryIngestionJobSummary$: StaticStructureSchema;
|
|
48
|
+
export declare var DataAutomationLibraryItem$: StaticStructureSchema;
|
|
49
|
+
export declare var DataAutomationLibrarySummary$: StaticStructureSchema;
|
|
40
50
|
export declare var DataAutomationProject$: StaticStructureSchema;
|
|
41
51
|
export declare var DataAutomationProjectFilter$: StaticStructureSchema;
|
|
42
52
|
export declare var DataAutomationProjectSummary$: StaticStructureSchema;
|
|
43
53
|
export declare var DeleteBlueprintRequest$: StaticStructureSchema;
|
|
44
54
|
export declare var DeleteBlueprintResponse$: StaticStructureSchema;
|
|
55
|
+
export declare var DeleteDataAutomationLibraryRequest$: StaticStructureSchema;
|
|
56
|
+
export declare var DeleteDataAutomationLibraryResponse$: StaticStructureSchema;
|
|
45
57
|
export declare var DeleteDataAutomationProjectRequest$: StaticStructureSchema;
|
|
46
58
|
export declare var DeleteDataAutomationProjectResponse$: StaticStructureSchema;
|
|
59
|
+
export declare var DeleteEntitiesInfo$: StaticStructureSchema;
|
|
47
60
|
export declare var DocumentBoundingBox$: StaticStructureSchema;
|
|
48
61
|
export declare var DocumentExtractionGranularity$: StaticStructureSchema;
|
|
49
62
|
export declare var DocumentOutputAdditionalFileFormat$: StaticStructureSchema;
|
|
@@ -54,10 +67,18 @@ export declare var DocumentStandardExtraction$: StaticStructureSchema;
|
|
|
54
67
|
export declare var DocumentStandardGenerativeField$: StaticStructureSchema;
|
|
55
68
|
export declare var DocumentStandardOutputConfiguration$: StaticStructureSchema;
|
|
56
69
|
export declare var EncryptionConfiguration$: StaticStructureSchema;
|
|
70
|
+
export declare var EntityTypeInfo$: StaticStructureSchema;
|
|
71
|
+
export declare var EventBridgeConfiguration$: StaticStructureSchema;
|
|
57
72
|
export declare var GetBlueprintOptimizationStatusRequest$: StaticStructureSchema;
|
|
58
73
|
export declare var GetBlueprintOptimizationStatusResponse$: StaticStructureSchema;
|
|
59
74
|
export declare var GetBlueprintRequest$: StaticStructureSchema;
|
|
60
75
|
export declare var GetBlueprintResponse$: StaticStructureSchema;
|
|
76
|
+
export declare var GetDataAutomationLibraryEntityRequest$: StaticStructureSchema;
|
|
77
|
+
export declare var GetDataAutomationLibraryEntityResponse$: StaticStructureSchema;
|
|
78
|
+
export declare var GetDataAutomationLibraryIngestionJobRequest$: StaticStructureSchema;
|
|
79
|
+
export declare var GetDataAutomationLibraryIngestionJobResponse$: StaticStructureSchema;
|
|
80
|
+
export declare var GetDataAutomationLibraryRequest$: StaticStructureSchema;
|
|
81
|
+
export declare var GetDataAutomationLibraryResponse$: StaticStructureSchema;
|
|
61
82
|
export declare var GetDataAutomationProjectRequest$: StaticStructureSchema;
|
|
62
83
|
export declare var GetDataAutomationProjectResponse$: StaticStructureSchema;
|
|
63
84
|
export declare var ImageBoundingBox$: StaticStructureSchema;
|
|
@@ -66,17 +87,29 @@ export declare var ImageOverrideConfiguration$: StaticStructureSchema;
|
|
|
66
87
|
export declare var ImageStandardExtraction$: StaticStructureSchema;
|
|
67
88
|
export declare var ImageStandardGenerativeField$: StaticStructureSchema;
|
|
68
89
|
export declare var ImageStandardOutputConfiguration$: StaticStructureSchema;
|
|
90
|
+
export declare var InputConfiguration$: StaticStructureSchema;
|
|
69
91
|
export declare var InvokeBlueprintOptimizationAsyncRequest$: StaticStructureSchema;
|
|
70
92
|
export declare var InvokeBlueprintOptimizationAsyncResponse$: StaticStructureSchema;
|
|
93
|
+
export declare var InvokeDataAutomationLibraryIngestionJobRequest$: StaticStructureSchema;
|
|
94
|
+
export declare var InvokeDataAutomationLibraryIngestionJobResponse$: StaticStructureSchema;
|
|
71
95
|
export declare var ListBlueprintsRequest$: StaticStructureSchema;
|
|
72
96
|
export declare var ListBlueprintsResponse$: StaticStructureSchema;
|
|
97
|
+
export declare var ListDataAutomationLibrariesRequest$: StaticStructureSchema;
|
|
98
|
+
export declare var ListDataAutomationLibrariesResponse$: StaticStructureSchema;
|
|
99
|
+
export declare var ListDataAutomationLibraryEntitiesRequest$: StaticStructureSchema;
|
|
100
|
+
export declare var ListDataAutomationLibraryEntitiesResponse$: StaticStructureSchema;
|
|
101
|
+
export declare var ListDataAutomationLibraryIngestionJobsRequest$: StaticStructureSchema;
|
|
102
|
+
export declare var ListDataAutomationLibraryIngestionJobsResponse$: StaticStructureSchema;
|
|
73
103
|
export declare var ListDataAutomationProjectsRequest$: StaticStructureSchema;
|
|
74
104
|
export declare var ListDataAutomationProjectsResponse$: StaticStructureSchema;
|
|
75
105
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
76
106
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
77
107
|
export declare var ModalityProcessingConfiguration$: StaticStructureSchema;
|
|
78
108
|
export declare var ModalityRoutingConfiguration$: StaticStructureSchema;
|
|
109
|
+
export declare var NotificationConfiguration$: StaticStructureSchema;
|
|
110
|
+
export declare var OutputConfiguration$: StaticStructureSchema;
|
|
79
111
|
export declare var OverrideConfiguration$: StaticStructureSchema;
|
|
112
|
+
export declare var Phrase$: StaticStructureSchema;
|
|
80
113
|
export declare var PIIEntitiesConfiguration$: StaticStructureSchema;
|
|
81
114
|
export declare var S3Object$: StaticStructureSchema;
|
|
82
115
|
export declare var SensitiveDataConfiguration$: StaticStructureSchema;
|
|
@@ -91,6 +124,8 @@ export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
|
91
124
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
92
125
|
export declare var UpdateBlueprintRequest$: StaticStructureSchema;
|
|
93
126
|
export declare var UpdateBlueprintResponse$: StaticStructureSchema;
|
|
127
|
+
export declare var UpdateDataAutomationLibraryRequest$: StaticStructureSchema;
|
|
128
|
+
export declare var UpdateDataAutomationLibraryResponse$: StaticStructureSchema;
|
|
94
129
|
export declare var UpdateDataAutomationProjectRequest$: StaticStructureSchema;
|
|
95
130
|
export declare var UpdateDataAutomationProjectResponse$: StaticStructureSchema;
|
|
96
131
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
@@ -100,20 +135,37 @@ export declare var VideoOverrideConfiguration$: StaticStructureSchema;
|
|
|
100
135
|
export declare var VideoStandardExtraction$: StaticStructureSchema;
|
|
101
136
|
export declare var VideoStandardGenerativeField$: StaticStructureSchema;
|
|
102
137
|
export declare var VideoStandardOutputConfiguration$: StaticStructureSchema;
|
|
138
|
+
export declare var VocabularyEntity$: StaticStructureSchema;
|
|
139
|
+
export declare var VocabularyEntityInfo$: StaticStructureSchema;
|
|
140
|
+
export declare var VocabularyEntitySummary$: StaticStructureSchema;
|
|
141
|
+
export declare var DataAutomationLibraryEntitySummary$: StaticUnionSchema;
|
|
142
|
+
export declare var EntityDetails$: StaticUnionSchema;
|
|
143
|
+
export declare var InlinePayload$: StaticUnionSchema;
|
|
144
|
+
export declare var UpsertEntityInfo$: StaticUnionSchema;
|
|
103
145
|
export declare var CopyBlueprintStage$: StaticOperationSchema;
|
|
104
146
|
export declare var CreateBlueprint$: StaticOperationSchema;
|
|
105
147
|
export declare var CreateBlueprintVersion$: StaticOperationSchema;
|
|
148
|
+
export declare var CreateDataAutomationLibrary$: StaticOperationSchema;
|
|
106
149
|
export declare var CreateDataAutomationProject$: StaticOperationSchema;
|
|
107
150
|
export declare var DeleteBlueprint$: StaticOperationSchema;
|
|
151
|
+
export declare var DeleteDataAutomationLibrary$: StaticOperationSchema;
|
|
108
152
|
export declare var DeleteDataAutomationProject$: StaticOperationSchema;
|
|
109
153
|
export declare var GetBlueprint$: StaticOperationSchema;
|
|
110
154
|
export declare var GetBlueprintOptimizationStatus$: StaticOperationSchema;
|
|
155
|
+
export declare var GetDataAutomationLibrary$: StaticOperationSchema;
|
|
156
|
+
export declare var GetDataAutomationLibraryEntity$: StaticOperationSchema;
|
|
157
|
+
export declare var GetDataAutomationLibraryIngestionJob$: StaticOperationSchema;
|
|
111
158
|
export declare var GetDataAutomationProject$: StaticOperationSchema;
|
|
112
159
|
export declare var InvokeBlueprintOptimizationAsync$: StaticOperationSchema;
|
|
160
|
+
export declare var InvokeDataAutomationLibraryIngestionJob$: StaticOperationSchema;
|
|
113
161
|
export declare var ListBlueprints$: StaticOperationSchema;
|
|
162
|
+
export declare var ListDataAutomationLibraries$: StaticOperationSchema;
|
|
163
|
+
export declare var ListDataAutomationLibraryEntities$: StaticOperationSchema;
|
|
164
|
+
export declare var ListDataAutomationLibraryIngestionJobs$: StaticOperationSchema;
|
|
114
165
|
export declare var ListDataAutomationProjects$: StaticOperationSchema;
|
|
115
166
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
116
167
|
export declare var TagResource$: StaticOperationSchema;
|
|
117
168
|
export declare var UntagResource$: StaticOperationSchema;
|
|
118
169
|
export declare var UpdateBlueprint$: StaticOperationSchema;
|
|
170
|
+
export declare var UpdateDataAutomationLibrary$: StaticOperationSchema;
|
|
119
171
|
export declare var UpdateDataAutomationProject$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-data-automation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1024.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-data-automation",
|