@aws-sdk/client-bedrock-data-automation 3.1021.0 → 3.1023.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 (66) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +176 -3
  3. package/dist-cjs/schemas/schemas_0.js +381 -17
  4. package/dist-es/BedrockDataAutomation.js +26 -0
  5. package/dist-es/commands/CreateDataAutomationLibraryCommand.js +16 -0
  6. package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +16 -0
  7. package/dist-es/commands/GetDataAutomationLibraryCommand.js +16 -0
  8. package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +16 -0
  9. package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +16 -0
  10. package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +16 -0
  11. package/dist-es/commands/ListDataAutomationLibrariesCommand.js +16 -0
  12. package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +16 -0
  13. package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +16 -0
  14. package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +16 -0
  15. package/dist-es/commands/index.js +10 -0
  16. package/dist-es/models/enums.js +20 -3
  17. package/dist-es/pagination/ListDataAutomationLibrariesPaginator.js +4 -0
  18. package/dist-es/pagination/ListDataAutomationLibraryEntitiesPaginator.js +4 -0
  19. package/dist-es/pagination/ListDataAutomationLibraryIngestionJobsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/schemas/schemas_0.js +377 -14
  22. package/dist-types/BedrockDataAutomation.d.ts +92 -0
  23. package/dist-types/BedrockDataAutomationClient.d.ts +12 -2
  24. package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +107 -0
  25. package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +93 -0
  27. package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +105 -0
  28. package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +104 -0
  29. package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +102 -0
  30. package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +7 -0
  31. package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +140 -0
  32. package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +98 -0
  33. package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +103 -0
  34. package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +101 -0
  35. package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +95 -0
  37. package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +7 -0
  38. package/dist-types/commands/index.d.ts +10 -0
  39. package/dist-types/models/enums.d.ts +53 -4
  40. package/dist-types/models/models_0.d.ts +897 -1
  41. package/dist-types/pagination/ListDataAutomationLibrariesPaginator.d.ts +7 -0
  42. package/dist-types/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +7 -0
  43. package/dist-types/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +3 -0
  45. package/dist-types/schemas/schemas_0.d.ts +52 -1
  46. package/dist-types/ts3.4/BedrockDataAutomation.d.ts +216 -0
  47. package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +60 -0
  48. package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +51 -0
  50. package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +51 -0
  51. package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +29 -5
  60. package/dist-types/ts3.4/models/models_0.d.ts +267 -0
  61. package/dist-types/ts3.4/pagination/ListDataAutomationLibrariesPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +11 -0
  63. package/dist-types/ts3.4/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +52 -0
  66. package/package.json +1 -1
@@ -27,12 +27,29 @@ const _CBSRo = "CopyBlueprintStageResponse";
27
27
  const _CBV = "CreateBlueprintVersion";
28
28
  const _CBVR = "CreateBlueprintVersionRequest";
29
29
  const _CBVRr = "CreateBlueprintVersionResponse";
30
+ const _CDAL = "CreateDataAutomationLibrary";
31
+ const _CDALR = "CreateDataAutomationLibraryRequest";
32
+ const _CDALRr = "CreateDataAutomationLibraryResponse";
30
33
  const _CDAP = "CreateDataAutomationProject";
31
34
  const _CDAPR = "CreateDataAutomationProjectRequest";
32
35
  const _CDAPRr = "CreateDataAutomationProjectResponse";
33
36
  const _CE = "ConflictException";
34
37
  const _CLC = "ChannelLabelingConfiguration";
35
38
  const _COC = "CustomOutputConfiguration";
39
+ const _DAL = "DataAutomationLibrary";
40
+ const _DALC = "DataAutomationLibraryConfiguration";
41
+ const _DALD = "DataAutomationLibraryDescription";
42
+ const _DALES = "DataAutomationLibraryEntitySummaries";
43
+ const _DALESa = "DataAutomationLibraryEntitySummary";
44
+ const _DALF = "DataAutomationLibraryFilter";
45
+ const _DALI = "DataAutomationLibraryItem";
46
+ const _DALIJ = "DataAutomationLibraryIngestionJob";
47
+ const _DALIJS = "DataAutomationLibraryIngestionJobSummary";
48
+ const _DALIJSa = "DataAutomationLibraryIngestionJobSummaries";
49
+ const _DALIa = "DataAutomationLibraryItems";
50
+ const _DALN = "DataAutomationLibraryName";
51
+ const _DALS = "DataAutomationLibrarySummary";
52
+ const _DALSa = "DataAutomationLibrarySummaries";
36
53
  const _DAP = "DataAutomationProject";
37
54
  const _DAPD = "DataAutomationProjectDescription";
38
55
  const _DAPF = "DataAutomationProjectFilter";
@@ -43,10 +60,14 @@ const _DB = "DeleteBlueprint";
43
60
  const _DBB = "DocumentBoundingBox";
44
61
  const _DBR = "DeleteBlueprintRequest";
45
62
  const _DBRe = "DeleteBlueprintResponse";
63
+ const _DDAL = "DeleteDataAutomationLibrary";
64
+ const _DDALR = "DeleteDataAutomationLibraryRequest";
65
+ const _DDALRe = "DeleteDataAutomationLibraryResponse";
46
66
  const _DDAP = "DeleteDataAutomationProject";
47
67
  const _DDAPR = "DeleteDataAutomationProjectRequest";
48
68
  const _DDAPRe = "DeleteDataAutomationProjectResponse";
49
69
  const _DEG = "DocumentExtractionGranularity";
70
+ const _DEI = "DeleteEntitiesInfo";
50
71
  const _DOAFF = "DocumentOutputAdditionalFileFormat";
51
72
  const _DOC = "DocumentOverrideConfiguration";
52
73
  const _DOF = "DocumentOutputFormat";
@@ -54,13 +75,27 @@ const _DOTF = "DocumentOutputTextFormat";
54
75
  const _DSE = "DocumentStandardExtraction";
55
76
  const _DSGF = "DocumentStandardGenerativeField";
56
77
  const _DSOC = "DocumentStandardOutputConfiguration";
78
+ const _EBC = "EventBridgeConfiguration";
57
79
  const _EC = "EncryptionConfiguration";
80
+ const _ED = "EntityDescription";
81
+ const _EDn = "EntityDetails";
82
+ const _ETI = "EntityTypeInfo";
83
+ const _ETIL = "EntityTypeInfoList";
58
84
  const _GB = "GetBlueprint";
59
85
  const _GBOS = "GetBlueprintOptimizationStatus";
60
86
  const _GBOSR = "GetBlueprintOptimizationStatusRequest";
61
87
  const _GBOSRe = "GetBlueprintOptimizationStatusResponse";
62
88
  const _GBR = "GetBlueprintRequest";
63
89
  const _GBRe = "GetBlueprintResponse";
90
+ const _GDAL = "GetDataAutomationLibrary";
91
+ const _GDALE = "GetDataAutomationLibraryEntity";
92
+ const _GDALER = "GetDataAutomationLibraryEntityRequest";
93
+ const _GDALERe = "GetDataAutomationLibraryEntityResponse";
94
+ const _GDALIJ = "GetDataAutomationLibraryIngestionJob";
95
+ const _GDALIJR = "GetDataAutomationLibraryIngestionJobRequest";
96
+ const _GDALIJRe = "GetDataAutomationLibraryIngestionJobResponse";
97
+ const _GDALR = "GetDataAutomationLibraryRequest";
98
+ const _GDALRe = "GetDataAutomationLibraryResponse";
64
99
  const _GDAP = "GetDataAutomationProject";
65
100
  const _GDAPR = "GetDataAutomationProjectRequest";
66
101
  const _GDAPRe = "GetDataAutomationProjectResponse";
@@ -68,8 +103,13 @@ const _IBB = "ImageBoundingBox";
68
103
  const _IBOA = "InvokeBlueprintOptimizationAsync";
69
104
  const _IBOAR = "InvokeBlueprintOptimizationAsyncRequest";
70
105
  const _IBOARn = "InvokeBlueprintOptimizationAsyncResponse";
106
+ const _IC = "InputConfiguration";
107
+ const _IDALIJ = "InvokeDataAutomationLibraryIngestionJob";
108
+ const _IDALIJR = "InvokeDataAutomationLibraryIngestionJobRequest";
109
+ const _IDALIJRn = "InvokeDataAutomationLibraryIngestionJobResponse";
71
110
  const _IEC = "ImageExtractionCategory";
72
111
  const _IOC = "ImageOverrideConfiguration";
112
+ const _IP = "InlinePayload";
73
113
  const _ISE = "InternalServerException";
74
114
  const _ISEm = "ImageStandardExtraction";
75
115
  const _ISGF = "ImageStandardGenerativeField";
@@ -77,6 +117,15 @@ const _ISOC = "ImageStandardOutputConfiguration";
77
117
  const _LB = "ListBlueprints";
78
118
  const _LBR = "ListBlueprintsRequest";
79
119
  const _LBRi = "ListBlueprintsResponse";
120
+ const _LDAL = "ListDataAutomationLibraries";
121
+ const _LDALE = "ListDataAutomationLibraryEntities";
122
+ const _LDALER = "ListDataAutomationLibraryEntitiesRequest";
123
+ const _LDALERi = "ListDataAutomationLibraryEntitiesResponse";
124
+ const _LDALIJ = "ListDataAutomationLibraryIngestionJobs";
125
+ const _LDALIJR = "ListDataAutomationLibraryIngestionJobsRequest";
126
+ const _LDALIJRi = "ListDataAutomationLibraryIngestionJobsResponse";
127
+ const _LDALR = "ListDataAutomationLibrariesRequest";
128
+ const _LDALRi = "ListDataAutomationLibrariesResponse";
80
129
  const _LDAP = "ListDataAutomationProjects";
81
130
  const _LDAPR = "ListDataAutomationProjectsRequest";
82
131
  const _LDAPRi = "ListDataAutomationProjectsResponse";
@@ -85,8 +134,14 @@ const _LTFRR = "ListTagsForResourceRequest";
85
134
  const _LTFRRi = "ListTagsForResourceResponse";
86
135
  const _MPC = "ModalityProcessingConfiguration";
87
136
  const _MRC = "ModalityRoutingConfiguration";
88
- const _OC = "OverrideConfiguration";
137
+ const _NC = "NotificationConfiguration";
138
+ const _OC = "OutputConfiguration";
139
+ const _OCv = "OverrideConfiguration";
140
+ const _P = "Phrase";
141
+ const _PDAT = "PhraseDisplayAsText";
89
142
  const _PIIEC = "PIIEntitiesConfiguration";
143
+ const _PL = "PhraseList";
144
+ const _PT = "PhraseText";
90
145
  const _RNFE = "ResourceNotFoundException";
91
146
  const _SC = "SplitterConfiguration";
92
147
  const _SDC = "SensitiveDataConfiguration";
@@ -104,9 +159,14 @@ const _TRRa = "TagResourceResponse";
104
159
  const _UB = "UpdateBlueprint";
105
160
  const _UBR = "UpdateBlueprintRequest";
106
161
  const _UBRp = "UpdateBlueprintResponse";
162
+ const _UDAL = "UpdateDataAutomationLibrary";
163
+ const _UDALR = "UpdateDataAutomationLibraryRequest";
164
+ const _UDALRp = "UpdateDataAutomationLibraryResponse";
107
165
  const _UDAP = "UpdateDataAutomationProject";
108
166
  const _UDAPR = "UpdateDataAutomationProjectRequest";
109
167
  const _UDAPRp = "UpdateDataAutomationProjectResponse";
168
+ const _UEI = "UpsertEntitiesInfo";
169
+ const _UEIp = "UpsertEntityInfo";
110
170
  const _UR = "UntagResource";
111
171
  const _URR = "UntagResourceRequest";
112
172
  const _URRn = "UntagResourceResponse";
@@ -115,6 +175,9 @@ const _VE = "ValidationException";
115
175
  const _VEC = "VideoExtractionCategory";
116
176
  const _VEF = "ValidationExceptionField";
117
177
  const _VEFL = "ValidationExceptionFieldList";
178
+ const _VEI = "VocabularyEntityInfo";
179
+ const _VES = "VocabularyEntitySummary";
180
+ const _VEo = "VocabularyEntity";
118
181
  const _VOC = "VideoOverrideConfiguration";
119
182
  const _VSE = "VideoStandardExtraction";
120
183
  const _VSGF = "VideoStandardGenerativeField";
@@ -136,15 +199,29 @@ const _cL = "channelLabeling";
136
199
  const _cOC = "customOutputConfiguration";
137
200
  const _cT = "creationTime";
138
201
  const _cTl = "clientToken";
202
+ const _cTo = "completionTime";
139
203
  const _ca = "category";
140
204
  const _d = "document";
205
+ const _dALC = "dataAutomationLibraryConfiguration";
141
206
  const _dAPA = "dataAutomationProfileArn";
207
+ const _dAT = "displayAsText";
208
+ const _dEI = "deleteEntitiesInfo";
142
209
  const _dM = "detectionMode";
143
210
  const _dS = "detectionScope";
211
+ const _de = "description";
144
212
  const _e = "error";
213
+ const _eBC = "eventBridgeConfiguration";
214
+ const _eBE = "eventBridgeEnabled";
145
215
  const _eC = "encryptionConfiguration";
216
+ const _eI = "entityIds";
217
+ const _eIn = "entityId";
146
218
  const _eM = "errorMessage";
147
- const _eT = "errorType";
219
+ const _eMn = "entityMetadata";
220
+ const _eT = "entityTypes";
221
+ const _eTn = "entityType";
222
+ const _eTr = "errorType";
223
+ const _en = "entity";
224
+ const _ent = "entities";
148
225
  const _ex = "extraction";
149
226
  const _fL = "fieldList";
150
227
  const _g = "granularity";
@@ -156,14 +233,27 @@ const _hE = "httpError";
156
233
  const _hQ = "httpQuery";
157
234
  const _i = "image";
158
235
  const _iA = "invocationArn";
236
+ const _iC = "inputConfiguration";
159
237
  const _iL = "inputLanguages";
160
238
  const _iML = "identifyMultipleLanguages";
161
- const _j = "jpeg";
239
+ const _iP = "inlinePayload";
240
+ const _j = "job";
241
+ const _jA = "jobArn";
242
+ const _jS = "jobStatus";
243
+ const _jo = "jobs";
244
+ const _jp = "jpeg";
162
245
  const _k = "key";
163
246
  const _kEC = "kmsEncryptionContext";
164
247
  const _kKI = "kmsKeyId";
248
+ const _l = "libraries";
249
+ const _lA = "libraryArn";
165
250
  const _lC = "languageConfiguration";
251
+ const _lD = "libraryDescription";
252
+ const _lF = "libraryFilter";
166
253
  const _lMT = "lastModifiedTime";
254
+ const _lN = "libraryName";
255
+ const _la = "language";
256
+ const _li = "library";
167
257
  const _m = "message";
168
258
  const _mP = "modalityProcessing";
169
259
  const _mR = "maxResults";
@@ -171,12 +261,15 @@ const _mRo = "modalityRouting";
171
261
  const _mo = "mov";
172
262
  const _mp = "mp4";
173
263
  const _n = "name";
264
+ const _nC = "notificationConfiguration";
265
+ const _nOP = "numOfPhrases";
174
266
  const _nT = "nextToken";
175
267
  const _oC = "overrideConfiguration";
176
268
  const _oCu = "outputConfiguration";
177
269
  const _oF = "outputFormat";
178
270
  const _oS = "optimizationSamples";
179
271
  const _oT = "optimizationTime";
272
+ const _oTp = "operationType";
180
273
  const _p = "project";
181
274
  const _pA = "projectArn";
182
275
  const _pD = "projectDescription";
@@ -187,6 +280,7 @@ const _pN = "projectName";
187
280
  const _pS = "projectStage";
188
281
  const _pSF = "projectStageFilter";
189
282
  const _pT = "projectType";
283
+ const _ph = "phrases";
190
284
  const _pn = "png";
191
285
  const _pr = "projects";
192
286
  const _rARN = "resourceARN";
@@ -212,11 +306,14 @@ const _tF = "textFormat";
212
306
  const _tK = "tagKeys";
213
307
  const _tS = "targetStage";
214
308
  const _ta = "tags";
309
+ const _te = "text";
215
310
  const _tr = "transcript";
216
311
  const _ty = "type";
312
+ const _uEI = "upsertEntitiesInfo";
217
313
  const _v = "video";
218
314
  const _va = "value";
219
315
  const _ve = "version";
316
+ const _vo = "vocabulary";
220
317
  const n0 = "com.amazonaws.bedrockdataautomation";
221
318
  import { TypeRegistry } from "@smithy/core/schema";
222
319
  import { BedrockDataAutomationServiceException } from "../models/BedrockDataAutomationServiceException";
@@ -273,8 +370,13 @@ export const errorTypeRegistries = [
273
370
  ];
274
371
  var BlueprintName = [0, n0, _BN, 8, 0];
275
372
  var BlueprintSchema = [0, n0, _BS, 8, 0];
373
+ var DataAutomationLibraryDescription = [0, n0, _DALD, 8, 0];
374
+ var DataAutomationLibraryName = [0, n0, _DALN, 8, 0];
276
375
  var DataAutomationProjectDescription = [0, n0, _DAPD, 8, 0];
277
376
  var DataAutomationProjectName = [0, n0, _DAPN, 8, 0];
377
+ var EntityDescription = [0, n0, _ED, 8, 0];
378
+ var PhraseDisplayAsText = [0, n0, _PDAT, 8, 0];
379
+ var PhraseText = [0, n0, _PT, 8, 0];
278
380
  export var AudioExtractionCategory$ = [3, n0, _AEC,
279
381
  0,
280
382
  [_st, _t, _tC],
@@ -380,10 +482,20 @@ export var CreateBlueprintVersionResponse$ = [3, n0, _CBVRr,
380
482
  [_b],
381
483
  [[() => Blueprint$, 0]], 1
382
484
  ];
485
+ export var CreateDataAutomationLibraryRequest$ = [3, n0, _CDALR,
486
+ 0,
487
+ [_lN, _lD, _cTl, _eC, _ta],
488
+ [[() => DataAutomationLibraryName, 0], [() => DataAutomationLibraryDescription, 0], [0, 4], () => EncryptionConfiguration$, () => TagList], 1
489
+ ];
490
+ export var CreateDataAutomationLibraryResponse$ = [3, n0, _CDALRr,
491
+ 0,
492
+ [_lA, _stat],
493
+ [0, 0]
494
+ ];
383
495
  export var CreateDataAutomationProjectRequest$ = [3, n0, _CDAPR,
384
496
  0,
385
- [_pN, _sOC, _pD, _pS, _pT, _cOC, _oC, _cTl, _eC, _ta],
386
- [[() => DataAutomationProjectName, 0], () => StandardOutputConfiguration$, [() => DataAutomationProjectDescription, 0], 0, 0, () => CustomOutputConfiguration$, () => OverrideConfiguration$, [0, 4], () => EncryptionConfiguration$, () => TagList], 2
497
+ [_pN, _sOC, _pD, _pS, _pT, _cOC, _oC, _dALC, _cTl, _eC, _ta],
498
+ [[() => DataAutomationProjectName, 0], () => StandardOutputConfiguration$, [() => DataAutomationProjectDescription, 0], 0, 0, () => CustomOutputConfiguration$, () => OverrideConfiguration$, () => DataAutomationLibraryConfiguration$, [0, 4], () => EncryptionConfiguration$, () => TagList], 2
387
499
  ];
388
500
  export var CreateDataAutomationProjectResponse$ = [3, n0, _CDAPRr,
389
501
  0,
@@ -395,10 +507,45 @@ export var CustomOutputConfiguration$ = [3, n0, _COC,
395
507
  [_bl],
396
508
  [() => BlueprintItems]
397
509
  ];
510
+ export var DataAutomationLibrary$ = [3, n0, _DAL,
511
+ 0,
512
+ [_lA, _cT, _lN, _stat, _lD, _eT, _kKI, _kEC],
513
+ [0, 5, [() => DataAutomationLibraryName, 0], 0, [() => DataAutomationLibraryDescription, 0], () => EntityTypeInfoList, 0, 128 | 0], 4
514
+ ];
515
+ export var DataAutomationLibraryConfiguration$ = [3, n0, _DALC,
516
+ 0,
517
+ [_l],
518
+ [() => DataAutomationLibraryItems]
519
+ ];
520
+ export var DataAutomationLibraryFilter$ = [3, n0, _DALF,
521
+ 0,
522
+ [_lA],
523
+ [0], 1
524
+ ];
525
+ export var DataAutomationLibraryIngestionJob$ = [3, n0, _DALIJ,
526
+ 0,
527
+ [_jA, _cT, _eTn, _oTp, _jS, _oCu, _cTo, _eM, _eTr],
528
+ [0, 5, 0, 0, 0, () => OutputConfiguration$, 5, 0, 0], 6
529
+ ];
530
+ export var DataAutomationLibraryIngestionJobSummary$ = [3, n0, _DALIJS,
531
+ 0,
532
+ [_jA, _jS, _eTn, _oTp, _cT, _cTo],
533
+ [0, 0, 0, 0, 5, 5], 5
534
+ ];
535
+ export var DataAutomationLibraryItem$ = [3, n0, _DALI,
536
+ 0,
537
+ [_lA],
538
+ [0], 1
539
+ ];
540
+ export var DataAutomationLibrarySummary$ = [3, n0, _DALS,
541
+ 0,
542
+ [_lA, _cT, _lN],
543
+ [0, 5, [() => DataAutomationLibraryName, 0]], 2
544
+ ];
398
545
  export var DataAutomationProject$ = [3, n0, _DAP,
399
546
  0,
400
- [_pA, _cT, _lMT, _pN, _stat, _pS, _pT, _pD, _sOC, _cOC, _oC, _kKI, _kEC],
401
- [0, 5, 5, [() => DataAutomationProjectName, 0], 0, 0, 0, [() => DataAutomationProjectDescription, 0], () => StandardOutputConfiguration$, () => CustomOutputConfiguration$, () => OverrideConfiguration$, 0, 128 | 0], 5
547
+ [_pA, _cT, _lMT, _pN, _stat, _pS, _pT, _pD, _sOC, _cOC, _oC, _dALC, _kKI, _kEC],
548
+ [0, 5, 5, [() => DataAutomationProjectName, 0], 0, 0, 0, [() => DataAutomationProjectDescription, 0], () => StandardOutputConfiguration$, () => CustomOutputConfiguration$, () => OverrideConfiguration$, () => DataAutomationLibraryConfiguration$, 0, 128 | 0], 5
402
549
  ];
403
550
  export var DataAutomationProjectFilter$ = [3, n0, _DAPF,
404
551
  0,
@@ -420,6 +567,16 @@ export var DeleteBlueprintResponse$ = [3, n0, _DBRe,
420
567
  [],
421
568
  []
422
569
  ];
570
+ export var DeleteDataAutomationLibraryRequest$ = [3, n0, _DDALR,
571
+ 0,
572
+ [_lA],
573
+ [[0, 1]], 1
574
+ ];
575
+ export var DeleteDataAutomationLibraryResponse$ = [3, n0, _DDALRe,
576
+ 0,
577
+ [_lA, _stat],
578
+ [0, 0]
579
+ ];
423
580
  export var DeleteDataAutomationProjectRequest$ = [3, n0, _DDAPR,
424
581
  0,
425
582
  [_pA],
@@ -430,6 +587,11 @@ export var DeleteDataAutomationProjectResponse$ = [3, n0, _DDAPRe,
430
587
  [_pA, _stat],
431
588
  [0, 0], 1
432
589
  ];
590
+ export var DeleteEntitiesInfo$ = [3, n0, _DEI,
591
+ 0,
592
+ [_eI],
593
+ [64 | 0], 1
594
+ ];
433
595
  export var DocumentBoundingBox$ = [3, n0, _DBB,
434
596
  0,
435
597
  [_st],
@@ -480,6 +642,16 @@ export var EncryptionConfiguration$ = [3, n0, _EC,
480
642
  [_kKI, _kEC],
481
643
  [0, 128 | 0], 1
482
644
  ];
645
+ export var EntityTypeInfo$ = [3, n0, _ETI,
646
+ 0,
647
+ [_eTn, _eMn],
648
+ [0, 0], 1
649
+ ];
650
+ export var EventBridgeConfiguration$ = [3, n0, _EBC,
651
+ 0,
652
+ [_eBE],
653
+ [2], 1
654
+ ];
483
655
  export var GetBlueprintOptimizationStatusRequest$ = [3, n0, _GBOSR,
484
656
  0,
485
657
  [_iA],
@@ -487,7 +659,7 @@ export var GetBlueprintOptimizationStatusRequest$ = [3, n0, _GBOSR,
487
659
  ];
488
660
  export var GetBlueprintOptimizationStatusResponse$ = [3, n0, _GBOSRe,
489
661
  0,
490
- [_stat, _eT, _eM, _oCu],
662
+ [_stat, _eTr, _eM, _oCu],
491
663
  [0, 0, 0, () => BlueprintOptimizationOutputConfiguration$]
492
664
  ];
493
665
  export var GetBlueprintRequest$ = [3, n0, _GBR,
@@ -500,6 +672,36 @@ export var GetBlueprintResponse$ = [3, n0, _GBRe,
500
672
  [_b],
501
673
  [[() => Blueprint$, 0]], 1
502
674
  ];
675
+ export var GetDataAutomationLibraryEntityRequest$ = [3, n0, _GDALER,
676
+ 0,
677
+ [_lA, _eTn, _eIn],
678
+ [[0, 1], [0, 1], [0, 1]], 3
679
+ ];
680
+ export var GetDataAutomationLibraryEntityResponse$ = [3, n0, _GDALERe,
681
+ 0,
682
+ [_en],
683
+ [[() => EntityDetails$, 0]]
684
+ ];
685
+ export var GetDataAutomationLibraryIngestionJobRequest$ = [3, n0, _GDALIJR,
686
+ 0,
687
+ [_lA, _jA],
688
+ [[0, 1], [0, 1]], 2
689
+ ];
690
+ export var GetDataAutomationLibraryIngestionJobResponse$ = [3, n0, _GDALIJRe,
691
+ 0,
692
+ [_j],
693
+ [() => DataAutomationLibraryIngestionJob$]
694
+ ];
695
+ export var GetDataAutomationLibraryRequest$ = [3, n0, _GDALR,
696
+ 0,
697
+ [_lA],
698
+ [[0, 1]], 1
699
+ ];
700
+ export var GetDataAutomationLibraryResponse$ = [3, n0, _GDALRe,
701
+ 0,
702
+ [_li],
703
+ [[() => DataAutomationLibrary$, 0]]
704
+ ];
503
705
  export var GetDataAutomationProjectRequest$ = [3, n0, _GDAPR,
504
706
  0,
505
707
  [_pA, _pS],
@@ -540,6 +742,11 @@ export var ImageStandardOutputConfiguration$ = [3, n0, _ISOC,
540
742
  [_ex, _gF],
541
743
  [() => ImageStandardExtraction$, () => ImageStandardGenerativeField$]
542
744
  ];
745
+ export var InputConfiguration$ = [3, n0, _IC,
746
+ 0,
747
+ [_sO, _iP],
748
+ [() => S3Object$, [() => InlinePayload$, 0]]
749
+ ];
543
750
  export var InvokeBlueprintOptimizationAsyncRequest$ = [3, n0, _IBOAR,
544
751
  0,
545
752
  [_b, _sa, _oCu, _dAPA, _eC, _ta],
@@ -550,6 +757,16 @@ export var InvokeBlueprintOptimizationAsyncResponse$ = [3, n0, _IBOARn,
550
757
  [_iA],
551
758
  [0], 1
552
759
  ];
760
+ export var InvokeDataAutomationLibraryIngestionJobRequest$ = [3, n0, _IDALIJR,
761
+ 0,
762
+ [_lA, _iC, _eTn, _oTp, _oCu, _cTl, _nC, _ta],
763
+ [[0, 1], [() => InputConfiguration$, 0], 0, 0, () => OutputConfiguration$, [0, 4], () => NotificationConfiguration$, () => TagList], 5
764
+ ];
765
+ export var InvokeDataAutomationLibraryIngestionJobResponse$ = [3, n0, _IDALIJRn,
766
+ 0,
767
+ [_jA],
768
+ [0]
769
+ ];
553
770
  export var ListBlueprintsRequest$ = [3, n0, _LBR,
554
771
  0,
555
772
  [_bA, _rO, _bSF, _mR, _nT, _pF],
@@ -560,10 +777,40 @@ export var ListBlueprintsResponse$ = [3, n0, _LBRi,
560
777
  [_bl, _nT],
561
778
  [[() => Blueprints, 0], 0], 1
562
779
  ];
780
+ export var ListDataAutomationLibrariesRequest$ = [3, n0, _LDALR,
781
+ 0,
782
+ [_mR, _nT, _pF],
783
+ [1, 0, () => DataAutomationProjectFilter$]
784
+ ];
785
+ export var ListDataAutomationLibrariesResponse$ = [3, n0, _LDALRi,
786
+ 0,
787
+ [_l, _nT],
788
+ [[() => DataAutomationLibrarySummaries, 0], 0]
789
+ ];
790
+ export var ListDataAutomationLibraryEntitiesRequest$ = [3, n0, _LDALER,
791
+ 0,
792
+ [_lA, _eTn, _mR, _nT],
793
+ [[0, 1], [0, 1], 1, 0], 2
794
+ ];
795
+ export var ListDataAutomationLibraryEntitiesResponse$ = [3, n0, _LDALERi,
796
+ 0,
797
+ [_ent, _nT],
798
+ [[() => DataAutomationLibraryEntitySummaries, 0], 0]
799
+ ];
800
+ export var ListDataAutomationLibraryIngestionJobsRequest$ = [3, n0, _LDALIJR,
801
+ 0,
802
+ [_lA, _mR, _nT],
803
+ [[0, 1], 1, 0], 1
804
+ ];
805
+ export var ListDataAutomationLibraryIngestionJobsResponse$ = [3, n0, _LDALIJRi,
806
+ 0,
807
+ [_jo, _nT],
808
+ [() => DataAutomationLibraryIngestionJobSummaries, 0]
809
+ ];
563
810
  export var ListDataAutomationProjectsRequest$ = [3, n0, _LDAPR,
564
811
  0,
565
- [_mR, _nT, _pSF, _bF, _rO],
566
- [1, 0, 0, () => BlueprintFilter$, 0]
812
+ [_mR, _nT, _pSF, _bF, _rO, _lF],
813
+ [1, 0, 0, () => BlueprintFilter$, 0, () => DataAutomationLibraryFilter$]
567
814
  ];
568
815
  export var ListDataAutomationProjectsResponse$ = [3, n0, _LDAPRi,
569
816
  0,
@@ -587,14 +834,29 @@ export var ModalityProcessingConfiguration$ = [3, n0, _MPC,
587
834
  ];
588
835
  export var ModalityRoutingConfiguration$ = [3, n0, _MRC,
589
836
  0,
590
- [_j, _pn, _mp, _mo],
837
+ [_jp, _pn, _mp, _mo],
591
838
  [0, 0, 0, 0]
592
839
  ];
593
- export var OverrideConfiguration$ = [3, n0, _OC,
840
+ export var NotificationConfiguration$ = [3, n0, _NC,
841
+ 0,
842
+ [_eBC],
843
+ [() => EventBridgeConfiguration$], 1
844
+ ];
845
+ export var OutputConfiguration$ = [3, n0, _OC,
846
+ 0,
847
+ [_sU],
848
+ [0], 1
849
+ ];
850
+ export var OverrideConfiguration$ = [3, n0, _OCv,
594
851
  0,
595
852
  [_d, _i, _v, _a, _mRo],
596
853
  [() => DocumentOverrideConfiguration$, () => ImageOverrideConfiguration$, () => VideoOverrideConfiguration$, () => AudioOverrideConfiguration$, () => ModalityRoutingConfiguration$]
597
854
  ];
855
+ export var Phrase$ = [3, n0, _P,
856
+ 0,
857
+ [_te, _dAT],
858
+ [[() => PhraseText, 0], [() => PhraseDisplayAsText, 0]], 1
859
+ ];
598
860
  export var PIIEntitiesConfiguration$ = [3, n0, _PIIEC,
599
861
  0,
600
862
  [_pET, _rMM],
@@ -665,10 +927,20 @@ export var UpdateBlueprintResponse$ = [3, n0, _UBRp,
665
927
  [_b],
666
928
  [[() => Blueprint$, 0]], 1
667
929
  ];
930
+ export var UpdateDataAutomationLibraryRequest$ = [3, n0, _UDALR,
931
+ 0,
932
+ [_lA, _lD, _cTl],
933
+ [[0, 1], [() => DataAutomationLibraryDescription, 0], [0, 4]], 1
934
+ ];
935
+ export var UpdateDataAutomationLibraryResponse$ = [3, n0, _UDALRp,
936
+ 0,
937
+ [_lA, _stat],
938
+ [0, 0]
939
+ ];
668
940
  export var UpdateDataAutomationProjectRequest$ = [3, n0, _UDAPR,
669
941
  0,
670
- [_pA, _sOC, _pS, _pD, _cOC, _oC, _eC],
671
- [[0, 1], () => StandardOutputConfiguration$, 0, [() => DataAutomationProjectDescription, 0], () => CustomOutputConfiguration$, () => OverrideConfiguration$, () => EncryptionConfiguration$], 2
942
+ [_pA, _sOC, _pS, _pD, _cOC, _oC, _dALC, _eC],
943
+ [[0, 1], () => StandardOutputConfiguration$, 0, [() => DataAutomationProjectDescription, 0], () => CustomOutputConfiguration$, () => OverrideConfiguration$, () => DataAutomationLibraryConfiguration$, () => EncryptionConfiguration$], 2
672
944
  ];
673
945
  export var UpdateDataAutomationProjectResponse$ = [3, n0, _UDAPRp,
674
946
  0,
@@ -710,6 +982,21 @@ export var VideoStandardOutputConfiguration$ = [3, n0, _VSOC,
710
982
  [_ex, _gF],
711
983
  [() => VideoStandardExtraction$, () => VideoStandardGenerativeField$]
712
984
  ];
985
+ export var VocabularyEntity$ = [3, n0, _VEo,
986
+ 0,
987
+ [_eIn, _de, _la, _ph, _lMT],
988
+ [0, [() => EntityDescription, 0], 0, [() => PhraseList, 0], 5]
989
+ ];
990
+ export var VocabularyEntityInfo$ = [3, n0, _VEI,
991
+ 0,
992
+ [_la, _ph, _eIn, _de],
993
+ [0, [() => PhraseList, 0], 0, [() => EntityDescription, 0]], 2
994
+ ];
995
+ export var VocabularyEntitySummary$ = [3, n0, _VES,
996
+ 0,
997
+ [_eIn, _de, _la, _nOP, _lMT],
998
+ [0, [() => EntityDescription, 0], 0, 1, 5]
999
+ ];
713
1000
  var AudioExtractionCategoryTypes = 64 | 0;
714
1001
  var AudioInputLanguages = 64 | 0;
715
1002
  var AudioStandardGenerativeFieldTypes = 64 | 0;
@@ -723,26 +1010,72 @@ var Blueprints = [1, n0, _Bl,
723
1010
  0, [() => BlueprintSummary$,
724
1011
  0]
725
1012
  ];
1013
+ var DataAutomationLibraryEntitySummaries = [1, n0, _DALES,
1014
+ 0, [() => DataAutomationLibraryEntitySummary$,
1015
+ 0]
1016
+ ];
1017
+ var DataAutomationLibraryIngestionJobSummaries = [1, n0, _DALIJSa,
1018
+ 0, () => DataAutomationLibraryIngestionJobSummary$
1019
+ ];
1020
+ var DataAutomationLibraryItems = [1, n0, _DALIa,
1021
+ 0, () => DataAutomationLibraryItem$
1022
+ ];
1023
+ var DataAutomationLibrarySummaries = [1, n0, _DALSa,
1024
+ 0, [() => DataAutomationLibrarySummary$,
1025
+ 0]
1026
+ ];
726
1027
  var DataAutomationProjectSummaries = [1, n0, _DAPSa,
727
1028
  0, [() => DataAutomationProjectSummary$,
728
1029
  0]
729
1030
  ];
730
1031
  var DocumentExtractionGranularityTypes = 64 | 0;
731
1032
  var DocumentOutputTextFormatTypes = 64 | 0;
1033
+ var EntityIdList = 64 | 0;
1034
+ var EntityTypeInfoList = [1, n0, _ETIL,
1035
+ 0, () => EntityTypeInfo$
1036
+ ];
732
1037
  var ImageExtractionCategoryTypes = 64 | 0;
733
1038
  var ImageStandardGenerativeFieldTypes = 64 | 0;
1039
+ var PhraseList = [1, n0, _PL,
1040
+ 0, [() => Phrase$,
1041
+ 0]
1042
+ ];
734
1043
  var PIIEntityTypes = 64 | 0;
735
1044
  var SensitiveDataDetectionScope = 64 | 0;
736
1045
  var TagKeyList = 64 | 0;
737
1046
  var TagList = [1, n0, _TL,
738
1047
  0, () => Tag$
739
1048
  ];
1049
+ var UpsertEntitiesInfo = [1, n0, _UEI,
1050
+ 0, [() => UpsertEntityInfo$,
1051
+ 0]
1052
+ ];
740
1053
  var ValidationExceptionFieldList = [1, n0, _VEFL,
741
1054
  0, () => ValidationExceptionField$
742
1055
  ];
743
1056
  var VideoExtractionCategoryTypes = 64 | 0;
744
1057
  var VideoStandardGenerativeFieldTypes = 64 | 0;
745
1058
  var KmsEncryptionContext = 128 | 0;
1059
+ export var DataAutomationLibraryEntitySummary$ = [4, n0, _DALESa,
1060
+ 0,
1061
+ [_vo],
1062
+ [[() => VocabularyEntitySummary$, 0]]
1063
+ ];
1064
+ export var EntityDetails$ = [4, n0, _EDn,
1065
+ 0,
1066
+ [_vo],
1067
+ [[() => VocabularyEntity$, 0]]
1068
+ ];
1069
+ export var InlinePayload$ = [4, n0, _IP,
1070
+ 0,
1071
+ [_uEI, _dEI],
1072
+ [[() => UpsertEntitiesInfo, 0], () => DeleteEntitiesInfo$]
1073
+ ];
1074
+ export var UpsertEntityInfo$ = [4, n0, _UEIp,
1075
+ 0,
1076
+ [_vo],
1077
+ [[() => VocabularyEntityInfo$, 0]]
1078
+ ];
746
1079
  export var CopyBlueprintStage$ = [9, n0, _CBS,
747
1080
  { [_h]: ["PUT", "/blueprints/{blueprintArn}/copy-stage", 200] }, () => CopyBlueprintStageRequest$, () => CopyBlueprintStageResponse$
748
1081
  ];
@@ -752,12 +1085,18 @@ export var CreateBlueprint$ = [9, n0, _CB,
752
1085
  export var CreateBlueprintVersion$ = [9, n0, _CBV,
753
1086
  { [_h]: ["POST", "/blueprints/{blueprintArn}/versions/", 201] }, () => CreateBlueprintVersionRequest$, () => CreateBlueprintVersionResponse$
754
1087
  ];
1088
+ export var CreateDataAutomationLibrary$ = [9, n0, _CDAL,
1089
+ { [_h]: ["PUT", "/data-automation-libraries/", 201] }, () => CreateDataAutomationLibraryRequest$, () => CreateDataAutomationLibraryResponse$
1090
+ ];
755
1091
  export var CreateDataAutomationProject$ = [9, n0, _CDAP,
756
1092
  { [_h]: ["PUT", "/data-automation-projects/", 201] }, () => CreateDataAutomationProjectRequest$, () => CreateDataAutomationProjectResponse$
757
1093
  ];
758
1094
  export var DeleteBlueprint$ = [9, n0, _DB,
759
1095
  { [_h]: ["DELETE", "/blueprints/{blueprintArn}/", 200] }, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
760
1096
  ];
1097
+ export var DeleteDataAutomationLibrary$ = [9, n0, _DDAL,
1098
+ { [_h]: ["DELETE", "/data-automation-libraries/{libraryArn}/", 200] }, () => DeleteDataAutomationLibraryRequest$, () => DeleteDataAutomationLibraryResponse$
1099
+ ];
761
1100
  export var DeleteDataAutomationProject$ = [9, n0, _DDAP,
762
1101
  { [_h]: ["DELETE", "/data-automation-projects/{projectArn}/", 200] }, () => DeleteDataAutomationProjectRequest$, () => DeleteDataAutomationProjectResponse$
763
1102
  ];
@@ -767,15 +1106,36 @@ export var GetBlueprint$ = [9, n0, _GB,
767
1106
  export var GetBlueprintOptimizationStatus$ = [9, n0, _GBOS,
768
1107
  { [_h]: ["POST", "/getBlueprintOptimizationStatus/{invocationArn}", 200] }, () => GetBlueprintOptimizationStatusRequest$, () => GetBlueprintOptimizationStatusResponse$
769
1108
  ];
1109
+ export var GetDataAutomationLibrary$ = [9, n0, _GDAL,
1110
+ { [_h]: ["POST", "/data-automation-libraries/{libraryArn}/", 200] }, () => GetDataAutomationLibraryRequest$, () => GetDataAutomationLibraryResponse$
1111
+ ];
1112
+ export var GetDataAutomationLibraryEntity$ = [9, n0, _GDALE,
1113
+ { [_h]: ["POST", "/data-automation-libraries/{libraryArn}/entityType/{entityType}/entities/{entityId}", 200] }, () => GetDataAutomationLibraryEntityRequest$, () => GetDataAutomationLibraryEntityResponse$
1114
+ ];
1115
+ export var GetDataAutomationLibraryIngestionJob$ = [9, n0, _GDALIJ,
1116
+ { [_h]: ["POST", "/data-automation-libraries/{libraryArn}/library-ingestion-jobs/{jobArn}", 200] }, () => GetDataAutomationLibraryIngestionJobRequest$, () => GetDataAutomationLibraryIngestionJobResponse$
1117
+ ];
770
1118
  export var GetDataAutomationProject$ = [9, n0, _GDAP,
771
1119
  { [_h]: ["POST", "/data-automation-projects/{projectArn}/", 200] }, () => GetDataAutomationProjectRequest$, () => GetDataAutomationProjectResponse$
772
1120
  ];
773
1121
  export var InvokeBlueprintOptimizationAsync$ = [9, n0, _IBOA,
774
1122
  { [_h]: ["POST", "/invokeBlueprintOptimizationAsync", 200] }, () => InvokeBlueprintOptimizationAsyncRequest$, () => InvokeBlueprintOptimizationAsyncResponse$
775
1123
  ];
1124
+ export var InvokeDataAutomationLibraryIngestionJob$ = [9, n0, _IDALIJ,
1125
+ { [_h]: ["PUT", "/data-automation-libraries/{libraryArn}/library-ingestion-jobs/", 201] }, () => InvokeDataAutomationLibraryIngestionJobRequest$, () => InvokeDataAutomationLibraryIngestionJobResponse$
1126
+ ];
776
1127
  export var ListBlueprints$ = [9, n0, _LB,
777
1128
  { [_h]: ["POST", "/blueprints/", 200] }, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
778
1129
  ];
1130
+ export var ListDataAutomationLibraries$ = [9, n0, _LDAL,
1131
+ { [_h]: ["POST", "/data-automation-libraries/", 200] }, () => ListDataAutomationLibrariesRequest$, () => ListDataAutomationLibrariesResponse$
1132
+ ];
1133
+ export var ListDataAutomationLibraryEntities$ = [9, n0, _LDALE,
1134
+ { [_h]: ["POST", "/data-automation-libraries/{libraryArn}/entityType/{entityType}/entities/", 200] }, () => ListDataAutomationLibraryEntitiesRequest$, () => ListDataAutomationLibraryEntitiesResponse$
1135
+ ];
1136
+ export var ListDataAutomationLibraryIngestionJobs$ = [9, n0, _LDALIJ,
1137
+ { [_h]: ["POST", "/data-automation-libraries/{libraryArn}/library-ingestion-jobs/", 200] }, () => ListDataAutomationLibraryIngestionJobsRequest$, () => ListDataAutomationLibraryIngestionJobsResponse$
1138
+ ];
779
1139
  export var ListDataAutomationProjects$ = [9, n0, _LDAP,
780
1140
  { [_h]: ["POST", "/data-automation-projects/", 200] }, () => ListDataAutomationProjectsRequest$, () => ListDataAutomationProjectsResponse$
781
1141
  ];
@@ -791,6 +1151,9 @@ export var UntagResource$ = [9, n0, _UR,
791
1151
  export var UpdateBlueprint$ = [9, n0, _UB,
792
1152
  { [_h]: ["PUT", "/blueprints/{blueprintArn}/", 200] }, () => UpdateBlueprintRequest$, () => UpdateBlueprintResponse$
793
1153
  ];
1154
+ export var UpdateDataAutomationLibrary$ = [9, n0, _UDAL,
1155
+ { [_h]: ["PUT", "/data-automation-libraries/{libraryArn}/", 200] }, () => UpdateDataAutomationLibraryRequest$, () => UpdateDataAutomationLibraryResponse$
1156
+ ];
794
1157
  export var UpdateDataAutomationProject$ = [9, n0, _UDAP,
795
1158
  { [_h]: ["PUT", "/data-automation-projects/{projectArn}/", 200] }, () => UpdateDataAutomationProjectRequest$, () => UpdateDataAutomationProjectResponse$
796
1159
  ];