@aws-sdk/client-bedrock-data-automation 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var BedrockDataAutomationServiceException = require('./models/BedrockDataAutomationServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,875 +113,6 @@ class BedrockDataAutomationClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class BedrockDataAutomationServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, BedrockDataAutomationServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends BedrockDataAutomationServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "AccessDeniedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
- }
131
- }
132
- class InternalServerException extends BedrockDataAutomationServiceException {
133
- name = "InternalServerException";
134
- $fault = "server";
135
- constructor(opts) {
136
- super({
137
- name: "InternalServerException",
138
- $fault: "server",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, InternalServerException.prototype);
142
- }
143
- }
144
- class ResourceNotFoundException extends BedrockDataAutomationServiceException {
145
- name = "ResourceNotFoundException";
146
- $fault = "client";
147
- constructor(opts) {
148
- super({
149
- name: "ResourceNotFoundException",
150
- $fault: "client",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
- }
155
- }
156
- class ThrottlingException extends BedrockDataAutomationServiceException {
157
- name = "ThrottlingException";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "ThrottlingException",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, ThrottlingException.prototype);
166
- }
167
- }
168
- class ValidationException extends BedrockDataAutomationServiceException {
169
- name = "ValidationException";
170
- $fault = "client";
171
- fieldList;
172
- constructor(opts) {
173
- super({
174
- name: "ValidationException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- Object.setPrototypeOf(this, ValidationException.prototype);
179
- this.fieldList = opts.fieldList;
180
- }
181
- }
182
- class ServiceQuotaExceededException extends BedrockDataAutomationServiceException {
183
- name = "ServiceQuotaExceededException";
184
- $fault = "client";
185
- constructor(opts) {
186
- super({
187
- name: "ServiceQuotaExceededException",
188
- $fault: "client",
189
- ...opts,
190
- });
191
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
192
- }
193
- }
194
- class ConflictException extends BedrockDataAutomationServiceException {
195
- name = "ConflictException";
196
- $fault = "client";
197
- constructor(opts) {
198
- super({
199
- name: "ConflictException",
200
- $fault: "client",
201
- ...opts,
202
- });
203
- Object.setPrototypeOf(this, ConflictException.prototype);
204
- }
205
- }
206
-
207
- const _ADE = "AccessDeniedException";
208
- const _AEC = "AudioExtractionCategory";
209
- const _AECTC = "AudioExtractionCategoryTypeConfiguration";
210
- const _ALC = "AudioLanguageConfiguration";
211
- const _AOC = "AudioOverrideConfiguration";
212
- const _ASE = "AudioStandardExtraction";
213
- const _ASGF = "AudioStandardGenerativeField";
214
- const _ASOC = "AudioStandardOutputConfiguration";
215
- const _B = "Blueprint";
216
- const _BF = "BlueprintFilter";
217
- const _BI = "BlueprintItem";
218
- const _BIl = "BlueprintItems";
219
- const _BN = "BlueprintName";
220
- const _BOO = "BlueprintOptimizationObject";
221
- const _BOOC = "BlueprintOptimizationOutputConfiguration";
222
- const _BOS = "BlueprintOptimizationSample";
223
- const _BOSl = "BlueprintOptimizationSamples";
224
- const _BS = "BlueprintSchema";
225
- const _BSl = "BlueprintSummary";
226
- const _Bl = "Blueprints";
227
- const _CB = "CreateBlueprint";
228
- const _CBR = "CreateBlueprintRequest";
229
- const _CBRr = "CreateBlueprintResponse";
230
- const _CBS = "CopyBlueprintStage";
231
- const _CBSR = "CopyBlueprintStageRequest";
232
- const _CBSRo = "CopyBlueprintStageResponse";
233
- const _CBV = "CreateBlueprintVersion";
234
- const _CBVR = "CreateBlueprintVersionRequest";
235
- const _CBVRr = "CreateBlueprintVersionResponse";
236
- const _CDAP = "CreateDataAutomationProject";
237
- const _CDAPR = "CreateDataAutomationProjectRequest";
238
- const _CDAPRr = "CreateDataAutomationProjectResponse";
239
- const _CE = "ConflictException";
240
- const _CLC = "ChannelLabelingConfiguration";
241
- const _COC = "CustomOutputConfiguration";
242
- const _DAP = "DataAutomationProject";
243
- const _DAPD = "DataAutomationProjectDescription";
244
- const _DAPF = "DataAutomationProjectFilter";
245
- const _DAPN = "DataAutomationProjectName";
246
- const _DAPS = "DataAutomationProjectSummary";
247
- const _DAPSa = "DataAutomationProjectSummaries";
248
- const _DB = "DeleteBlueprint";
249
- const _DBB = "DocumentBoundingBox";
250
- const _DBR = "DeleteBlueprintRequest";
251
- const _DBRe = "DeleteBlueprintResponse";
252
- const _DDAP = "DeleteDataAutomationProject";
253
- const _DDAPR = "DeleteDataAutomationProjectRequest";
254
- const _DDAPRe = "DeleteDataAutomationProjectResponse";
255
- const _DEG = "DocumentExtractionGranularity";
256
- const _DOAFF = "DocumentOutputAdditionalFileFormat";
257
- const _DOC = "DocumentOverrideConfiguration";
258
- const _DOF = "DocumentOutputFormat";
259
- const _DOTF = "DocumentOutputTextFormat";
260
- const _DSE = "DocumentStandardExtraction";
261
- const _DSGF = "DocumentStandardGenerativeField";
262
- const _DSOC = "DocumentStandardOutputConfiguration";
263
- const _EC = "EncryptionConfiguration";
264
- const _GB = "GetBlueprint";
265
- const _GBOS = "GetBlueprintOptimizationStatus";
266
- const _GBOSR = "GetBlueprintOptimizationStatusRequest";
267
- const _GBOSRe = "GetBlueprintOptimizationStatusResponse";
268
- const _GBR = "GetBlueprintRequest";
269
- const _GBRe = "GetBlueprintResponse";
270
- const _GDAP = "GetDataAutomationProject";
271
- const _GDAPR = "GetDataAutomationProjectRequest";
272
- const _GDAPRe = "GetDataAutomationProjectResponse";
273
- const _IBB = "ImageBoundingBox";
274
- const _IBOA = "InvokeBlueprintOptimizationAsync";
275
- const _IBOAR = "InvokeBlueprintOptimizationAsyncRequest";
276
- const _IBOARn = "InvokeBlueprintOptimizationAsyncResponse";
277
- const _IEC = "ImageExtractionCategory";
278
- const _IOC = "ImageOverrideConfiguration";
279
- const _ISE = "ImageStandardExtraction";
280
- const _ISEn = "InternalServerException";
281
- const _ISGF = "ImageStandardGenerativeField";
282
- const _ISOC = "ImageStandardOutputConfiguration";
283
- const _LB = "ListBlueprints";
284
- const _LBR = "ListBlueprintsRequest";
285
- const _LBRi = "ListBlueprintsResponse";
286
- const _LDAP = "ListDataAutomationProjects";
287
- const _LDAPR = "ListDataAutomationProjectsRequest";
288
- const _LDAPRi = "ListDataAutomationProjectsResponse";
289
- const _LTFR = "ListTagsForResource";
290
- const _LTFRR = "ListTagsForResourceRequest";
291
- const _LTFRRi = "ListTagsForResourceResponse";
292
- const _MPC = "ModalityProcessingConfiguration";
293
- const _MRC = "ModalityRoutingConfiguration";
294
- const _OC = "OverrideConfiguration";
295
- const _PIIEC = "PIIEntitiesConfiguration";
296
- const _RNFE = "ResourceNotFoundException";
297
- const _SC = "SplitterConfiguration";
298
- const _SDC = "SensitiveDataConfiguration";
299
- const _SLC = "SpeakerLabelingConfiguration";
300
- const _SO = "S3Object";
301
- const _SOC = "StandardOutputConfiguration";
302
- const _SQEE = "ServiceQuotaExceededException";
303
- const _T = "Tag";
304
- const _TC = "TranscriptConfiguration";
305
- const _TE = "ThrottlingException";
306
- const _TL = "TagList";
307
- const _TR = "TagResource";
308
- const _TRR = "TagResourceRequest";
309
- const _TRRa = "TagResourceResponse";
310
- const _UB = "UpdateBlueprint";
311
- const _UBR = "UpdateBlueprintRequest";
312
- const _UBRp = "UpdateBlueprintResponse";
313
- const _UDAP = "UpdateDataAutomationProject";
314
- const _UDAPR = "UpdateDataAutomationProjectRequest";
315
- const _UDAPRp = "UpdateDataAutomationProjectResponse";
316
- const _UR = "UntagResource";
317
- const _URR = "UntagResourceRequest";
318
- const _URRn = "UntagResourceResponse";
319
- const _VBB = "VideoBoundingBox";
320
- const _VE = "ValidationException";
321
- const _VEC = "VideoExtractionCategory";
322
- const _VEF = "ValidationExceptionField";
323
- const _VEFL = "ValidationExceptionFieldList";
324
- const _VOC = "VideoOverrideConfiguration";
325
- const _VSE = "VideoStandardExtraction";
326
- const _VSGF = "VideoStandardGenerativeField";
327
- const _VSOC = "VideoStandardOutputConfiguration";
328
- const _a = "audio";
329
- const _aFF = "additionalFileFormat";
330
- const _aSO = "assetS3Object";
331
- const _b = "blueprint";
332
- const _bA = "blueprintArn";
333
- const _bB = "boundingBox";
334
- const _bF = "blueprintFilter";
335
- const _bN = "blueprintName";
336
- const _bS = "blueprintStage";
337
- const _bSF = "blueprintStageFilter";
338
- const _bV = "blueprintVersion";
339
- const _bl = "blueprints";
340
- const _c = "client";
341
- const _cL = "channelLabeling";
342
- const _cOC = "customOutputConfiguration";
343
- const _cT = "creationTime";
344
- const _cTl = "clientToken";
345
- const _ca = "category";
346
- const _d = "document";
347
- const _dAPA = "dataAutomationProfileArn";
348
- const _dM = "detectionMode";
349
- const _dS = "detectionScope";
350
- const _e = "error";
351
- const _eC = "encryptionConfiguration";
352
- const _eM = "errorMessage";
353
- const _eT = "errorType";
354
- const _ex = "extraction";
355
- const _fL = "fieldList";
356
- const _g = "granularity";
357
- const _gF = "generativeField";
358
- const _gOL = "generativeOutputLanguage";
359
- const _gTSO = "groundTruthS3Object";
360
- const _h = "http";
361
- const _hE = "httpError";
362
- const _hQ = "httpQuery";
363
- const _i = "image";
364
- const _iA = "invocationArn";
365
- const _iL = "inputLanguages";
366
- const _iML = "identifyMultipleLanguages";
367
- const _j = "jpeg";
368
- const _k = "key";
369
- const _kEC = "kmsEncryptionContext";
370
- const _kKI = "kmsKeyId";
371
- const _lC = "languageConfiguration";
372
- const _lMT = "lastModifiedTime";
373
- const _m = "message";
374
- const _mP = "modalityProcessing";
375
- const _mR = "maxResults";
376
- const _mRo = "modalityRouting";
377
- const _mo = "mov";
378
- const _mp = "mp4";
379
- const _n = "name";
380
- const _nT = "nextToken";
381
- const _oC = "overrideConfiguration";
382
- const _oCu = "outputConfiguration";
383
- const _oF = "outputFormat";
384
- const _oS = "optimizationSamples";
385
- const _oT = "optimizationTime";
386
- const _p = "project";
387
- const _pA = "projectArn";
388
- const _pD = "projectDescription";
389
- const _pEC = "piiEntitiesConfiguration";
390
- const _pET = "piiEntityTypes";
391
- const _pF = "projectFilter";
392
- const _pN = "projectName";
393
- const _pS = "projectStage";
394
- const _pSF = "projectStageFilter";
395
- const _pT = "projectType";
396
- const _pn = "png";
397
- const _pr = "projects";
398
- const _rARN = "resourceARN";
399
- const _rMM = "redactionMaskMode";
400
- const _rO = "resourceOwner";
401
- const _s = "state";
402
- const _sDC = "sensitiveDataConfiguration";
403
- const _sL = "speakerLabeling";
404
- const _sO = "s3Object";
405
- const _sOC = "standardOutputConfiguration";
406
- const _sS = "sourceStage";
407
- const _sU = "s3Uri";
408
- const _sa = "samples";
409
- const _sc = "schema";
410
- const _se = "server";
411
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockdataautomation";
412
- const _sp = "splitter";
413
- const _st = "stage";
414
- const _sta = "status";
415
- const _t = "types";
416
- const _tC = "typeConfiguration";
417
- const _tF = "textFormat";
418
- const _tK = "tagKeys";
419
- const _tS = "targetStage";
420
- const _ta = "tags";
421
- const _tr = "transcript";
422
- const _ty = "type";
423
- const _v = "video";
424
- const _va = "value";
425
- const _ve = "version";
426
- const n0 = "com.amazonaws.bedrockdataautomation";
427
- var BlueprintName = [0, n0, _BN, 8, 0];
428
- var BlueprintSchema = [0, n0, _BS, 8, 0];
429
- var DataAutomationProjectDescription = [0, n0, _DAPD, 8, 0];
430
- var DataAutomationProjectName = [0, n0, _DAPN, 8, 0];
431
- var AccessDeniedException$ = [-3, n0, _ADE,
432
- { [_e]: _c, [_hE]: 403 },
433
- [_m],
434
- [0]
435
- ];
436
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
437
- var AudioExtractionCategory$ = [3, n0, _AEC,
438
- 0,
439
- [_s, _t, _tC],
440
- [0, 64 | 0, () => AudioExtractionCategoryTypeConfiguration$], 1
441
- ];
442
- var AudioExtractionCategoryTypeConfiguration$ = [3, n0, _AECTC,
443
- 0,
444
- [_tr],
445
- [() => TranscriptConfiguration$]
446
- ];
447
- var AudioLanguageConfiguration$ = [3, n0, _ALC,
448
- 0,
449
- [_iL, _gOL, _iML],
450
- [64 | 0, 0, 2]
451
- ];
452
- var AudioOverrideConfiguration$ = [3, n0, _AOC,
453
- 0,
454
- [_mP, _lC, _sDC],
455
- [() => ModalityProcessingConfiguration$, () => AudioLanguageConfiguration$, () => SensitiveDataConfiguration$]
456
- ];
457
- var AudioStandardExtraction$ = [3, n0, _ASE,
458
- 0,
459
- [_ca],
460
- [() => AudioExtractionCategory$], 1
461
- ];
462
- var AudioStandardGenerativeField$ = [3, n0, _ASGF,
463
- 0,
464
- [_s, _t],
465
- [0, 64 | 0], 1
466
- ];
467
- var AudioStandardOutputConfiguration$ = [3, n0, _ASOC,
468
- 0,
469
- [_ex, _gF],
470
- [() => AudioStandardExtraction$, () => AudioStandardGenerativeField$]
471
- ];
472
- var Blueprint$ = [3, n0, _B,
473
- 0,
474
- [_bA, _sc, _ty, _cT, _lMT, _bN, _bV, _bS, _kKI, _kEC, _oS, _oT],
475
- [0, [() => BlueprintSchema, 0], 0, 5, 5, [() => BlueprintName, 0], 0, 0, 0, 128 | 0, () => BlueprintOptimizationSamples, 5], 6
476
- ];
477
- var BlueprintFilter$ = [3, n0, _BF,
478
- 0,
479
- [_bA, _bV, _bS],
480
- [0, 0, 0], 1
481
- ];
482
- var BlueprintItem$ = [3, n0, _BI,
483
- 0,
484
- [_bA, _bV, _bS],
485
- [0, 0, 0], 1
486
- ];
487
- var BlueprintOptimizationObject$ = [3, n0, _BOO,
488
- 0,
489
- [_bA, _st],
490
- [0, 0], 1
491
- ];
492
- var BlueprintOptimizationOutputConfiguration$ = [3, n0, _BOOC,
493
- 0,
494
- [_sO],
495
- [() => S3Object$], 1
496
- ];
497
- var BlueprintOptimizationSample$ = [3, n0, _BOS,
498
- 0,
499
- [_aSO, _gTSO],
500
- [() => S3Object$, () => S3Object$], 2
501
- ];
502
- var BlueprintSummary$ = [3, n0, _BSl,
503
- 0,
504
- [_bA, _cT, _bV, _bS, _bN, _lMT],
505
- [0, 5, 0, 0, [() => BlueprintName, 0], 5], 2
506
- ];
507
- var ChannelLabelingConfiguration$ = [3, n0, _CLC,
508
- 0,
509
- [_s],
510
- [0], 1
511
- ];
512
- var ConflictException$ = [-3, n0, _CE,
513
- { [_e]: _c, [_hE]: 409 },
514
- [_m],
515
- [0]
516
- ];
517
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
518
- var CopyBlueprintStageRequest$ = [3, n0, _CBSR,
519
- 0,
520
- [_bA, _sS, _tS, _cTl],
521
- [[0, 1], 0, 0, [0, 4]], 3
522
- ];
523
- var CopyBlueprintStageResponse$ = [3, n0, _CBSRo,
524
- 0,
525
- [],
526
- []
527
- ];
528
- var CreateBlueprintRequest$ = [3, n0, _CBR,
529
- 0,
530
- [_bN, _ty, _sc, _bS, _cTl, _eC, _ta],
531
- [[() => BlueprintName, 0], 0, [() => BlueprintSchema, 0], 0, [0, 4], () => EncryptionConfiguration$, () => TagList], 3
532
- ];
533
- var CreateBlueprintResponse$ = [3, n0, _CBRr,
534
- 0,
535
- [_b],
536
- [[() => Blueprint$, 0]], 1
537
- ];
538
- var CreateBlueprintVersionRequest$ = [3, n0, _CBVR,
539
- 0,
540
- [_bA, _cTl],
541
- [[0, 1], [0, 4]], 1
542
- ];
543
- var CreateBlueprintVersionResponse$ = [3, n0, _CBVRr,
544
- 0,
545
- [_b],
546
- [[() => Blueprint$, 0]], 1
547
- ];
548
- var CreateDataAutomationProjectRequest$ = [3, n0, _CDAPR,
549
- 0,
550
- [_pN, _sOC, _pD, _pS, _pT, _cOC, _oC, _cTl, _eC, _ta],
551
- [[() => DataAutomationProjectName, 0], () => StandardOutputConfiguration$, [() => DataAutomationProjectDescription, 0], 0, 0, () => CustomOutputConfiguration$, () => OverrideConfiguration$, [0, 4], () => EncryptionConfiguration$, () => TagList], 2
552
- ];
553
- var CreateDataAutomationProjectResponse$ = [3, n0, _CDAPRr,
554
- 0,
555
- [_pA, _pS, _sta],
556
- [0, 0, 0], 1
557
- ];
558
- var CustomOutputConfiguration$ = [3, n0, _COC,
559
- 0,
560
- [_bl],
561
- [() => BlueprintItems]
562
- ];
563
- var DataAutomationProject$ = [3, n0, _DAP,
564
- 0,
565
- [_pA, _cT, _lMT, _pN, _sta, _pS, _pT, _pD, _sOC, _cOC, _oC, _kKI, _kEC],
566
- [0, 5, 5, [() => DataAutomationProjectName, 0], 0, 0, 0, [() => DataAutomationProjectDescription, 0], () => StandardOutputConfiguration$, () => CustomOutputConfiguration$, () => OverrideConfiguration$, 0, 128 | 0], 5
567
- ];
568
- var DataAutomationProjectFilter$ = [3, n0, _DAPF,
569
- 0,
570
- [_pA, _pS],
571
- [0, 0], 1
572
- ];
573
- var DataAutomationProjectSummary$ = [3, n0, _DAPS,
574
- 0,
575
- [_pA, _cT, _pS, _pT, _pN],
576
- [0, 5, 0, 0, [() => DataAutomationProjectName, 0]], 2
577
- ];
578
- var DeleteBlueprintRequest$ = [3, n0, _DBR,
579
- 0,
580
- [_bA, _bV],
581
- [[0, 1], [0, { [_hQ]: _bV }]], 1
582
- ];
583
- var DeleteBlueprintResponse$ = [3, n0, _DBRe,
584
- 0,
585
- [],
586
- []
587
- ];
588
- var DeleteDataAutomationProjectRequest$ = [3, n0, _DDAPR,
589
- 0,
590
- [_pA],
591
- [[0, 1]], 1
592
- ];
593
- var DeleteDataAutomationProjectResponse$ = [3, n0, _DDAPRe,
594
- 0,
595
- [_pA, _sta],
596
- [0, 0], 1
597
- ];
598
- var DocumentBoundingBox$ = [3, n0, _DBB,
599
- 0,
600
- [_s],
601
- [0], 1
602
- ];
603
- var DocumentExtractionGranularity$ = [3, n0, _DEG,
604
- 0,
605
- [_t],
606
- [64 | 0]
607
- ];
608
- var DocumentOutputAdditionalFileFormat$ = [3, n0, _DOAFF,
609
- 0,
610
- [_s],
611
- [0], 1
612
- ];
613
- var DocumentOutputFormat$ = [3, n0, _DOF,
614
- 0,
615
- [_tF, _aFF],
616
- [() => DocumentOutputTextFormat$, () => DocumentOutputAdditionalFileFormat$], 2
617
- ];
618
- var DocumentOutputTextFormat$ = [3, n0, _DOTF,
619
- 0,
620
- [_t],
621
- [64 | 0]
622
- ];
623
- var DocumentOverrideConfiguration$ = [3, n0, _DOC,
624
- 0,
625
- [_sp, _mP, _sDC],
626
- [() => SplitterConfiguration$, () => ModalityProcessingConfiguration$, () => SensitiveDataConfiguration$]
627
- ];
628
- var DocumentStandardExtraction$ = [3, n0, _DSE,
629
- 0,
630
- [_g, _bB],
631
- [() => DocumentExtractionGranularity$, () => DocumentBoundingBox$], 2
632
- ];
633
- var DocumentStandardGenerativeField$ = [3, n0, _DSGF,
634
- 0,
635
- [_s],
636
- [0], 1
637
- ];
638
- var DocumentStandardOutputConfiguration$ = [3, n0, _DSOC,
639
- 0,
640
- [_ex, _gF, _oF],
641
- [() => DocumentStandardExtraction$, () => DocumentStandardGenerativeField$, () => DocumentOutputFormat$]
642
- ];
643
- var EncryptionConfiguration$ = [3, n0, _EC,
644
- 0,
645
- [_kKI, _kEC],
646
- [0, 128 | 0], 1
647
- ];
648
- var GetBlueprintOptimizationStatusRequest$ = [3, n0, _GBOSR,
649
- 0,
650
- [_iA],
651
- [[0, 1]], 1
652
- ];
653
- var GetBlueprintOptimizationStatusResponse$ = [3, n0, _GBOSRe,
654
- 0,
655
- [_sta, _eT, _eM, _oCu],
656
- [0, 0, 0, () => BlueprintOptimizationOutputConfiguration$]
657
- ];
658
- var GetBlueprintRequest$ = [3, n0, _GBR,
659
- 0,
660
- [_bA, _bV, _bS],
661
- [[0, 1], 0, 0], 1
662
- ];
663
- var GetBlueprintResponse$ = [3, n0, _GBRe,
664
- 0,
665
- [_b],
666
- [[() => Blueprint$, 0]], 1
667
- ];
668
- var GetDataAutomationProjectRequest$ = [3, n0, _GDAPR,
669
- 0,
670
- [_pA, _pS],
671
- [[0, 1], 0], 1
672
- ];
673
- var GetDataAutomationProjectResponse$ = [3, n0, _GDAPRe,
674
- 0,
675
- [_p],
676
- [[() => DataAutomationProject$, 0]], 1
677
- ];
678
- var ImageBoundingBox$ = [3, n0, _IBB,
679
- 0,
680
- [_s],
681
- [0], 1
682
- ];
683
- var ImageExtractionCategory$ = [3, n0, _IEC,
684
- 0,
685
- [_s, _t],
686
- [0, 64 | 0], 1
687
- ];
688
- var ImageOverrideConfiguration$ = [3, n0, _IOC,
689
- 0,
690
- [_mP, _sDC],
691
- [() => ModalityProcessingConfiguration$, () => SensitiveDataConfiguration$]
692
- ];
693
- var ImageStandardExtraction$ = [3, n0, _ISE,
694
- 0,
695
- [_ca, _bB],
696
- [() => ImageExtractionCategory$, () => ImageBoundingBox$], 2
697
- ];
698
- var ImageStandardGenerativeField$ = [3, n0, _ISGF,
699
- 0,
700
- [_s, _t],
701
- [0, 64 | 0], 1
702
- ];
703
- var ImageStandardOutputConfiguration$ = [3, n0, _ISOC,
704
- 0,
705
- [_ex, _gF],
706
- [() => ImageStandardExtraction$, () => ImageStandardGenerativeField$]
707
- ];
708
- var InternalServerException$ = [-3, n0, _ISEn,
709
- { [_e]: _se, [_hE]: 500 },
710
- [_m],
711
- [0]
712
- ];
713
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
714
- var InvokeBlueprintOptimizationAsyncRequest$ = [3, n0, _IBOAR,
715
- 0,
716
- [_b, _sa, _oCu, _dAPA, _eC, _ta],
717
- [() => BlueprintOptimizationObject$, () => BlueprintOptimizationSamples, () => BlueprintOptimizationOutputConfiguration$, 0, () => EncryptionConfiguration$, () => TagList], 4
718
- ];
719
- var InvokeBlueprintOptimizationAsyncResponse$ = [3, n0, _IBOARn,
720
- 0,
721
- [_iA],
722
- [0], 1
723
- ];
724
- var ListBlueprintsRequest$ = [3, n0, _LBR,
725
- 0,
726
- [_bA, _rO, _bSF, _mR, _nT, _pF],
727
- [0, 0, 0, 1, 0, () => DataAutomationProjectFilter$]
728
- ];
729
- var ListBlueprintsResponse$ = [3, n0, _LBRi,
730
- 0,
731
- [_bl, _nT],
732
- [[() => Blueprints, 0], 0], 1
733
- ];
734
- var ListDataAutomationProjectsRequest$ = [3, n0, _LDAPR,
735
- 0,
736
- [_mR, _nT, _pSF, _bF, _rO],
737
- [1, 0, 0, () => BlueprintFilter$, 0]
738
- ];
739
- var ListDataAutomationProjectsResponse$ = [3, n0, _LDAPRi,
740
- 0,
741
- [_pr, _nT],
742
- [[() => DataAutomationProjectSummaries, 0], 0], 1
743
- ];
744
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
745
- 0,
746
- [_rARN],
747
- [0], 1
748
- ];
749
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
750
- 0,
751
- [_ta],
752
- [() => TagList]
753
- ];
754
- var ModalityProcessingConfiguration$ = [3, n0, _MPC,
755
- 0,
756
- [_s],
757
- [0]
758
- ];
759
- var ModalityRoutingConfiguration$ = [3, n0, _MRC,
760
- 0,
761
- [_j, _pn, _mp, _mo],
762
- [0, 0, 0, 0]
763
- ];
764
- var OverrideConfiguration$ = [3, n0, _OC,
765
- 0,
766
- [_d, _i, _v, _a, _mRo],
767
- [() => DocumentOverrideConfiguration$, () => ImageOverrideConfiguration$, () => VideoOverrideConfiguration$, () => AudioOverrideConfiguration$, () => ModalityRoutingConfiguration$]
768
- ];
769
- var PIIEntitiesConfiguration$ = [3, n0, _PIIEC,
770
- 0,
771
- [_pET, _rMM],
772
- [64 | 0, 0]
773
- ];
774
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
775
- { [_e]: _c, [_hE]: 404 },
776
- [_m],
777
- [0]
778
- ];
779
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
780
- var S3Object$ = [3, n0, _SO,
781
- 0,
782
- [_sU, _ve],
783
- [0, 0], 1
784
- ];
785
- var SensitiveDataConfiguration$ = [3, n0, _SDC,
786
- 0,
787
- [_dM, _dS, _pEC],
788
- [0, 64 | 0, () => PIIEntitiesConfiguration$], 1
789
- ];
790
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
791
- { [_e]: _c, [_hE]: 402 },
792
- [_m],
793
- [0]
794
- ];
795
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
796
- var SpeakerLabelingConfiguration$ = [3, n0, _SLC,
797
- 0,
798
- [_s],
799
- [0], 1
800
- ];
801
- var SplitterConfiguration$ = [3, n0, _SC,
802
- 0,
803
- [_s],
804
- [0]
805
- ];
806
- var StandardOutputConfiguration$ = [3, n0, _SOC,
807
- 0,
808
- [_d, _i, _v, _a],
809
- [() => DocumentStandardOutputConfiguration$, () => ImageStandardOutputConfiguration$, () => VideoStandardOutputConfiguration$, () => AudioStandardOutputConfiguration$]
810
- ];
811
- var Tag$ = [3, n0, _T,
812
- 0,
813
- [_k, _va],
814
- [0, 0], 2
815
- ];
816
- var TagResourceRequest$ = [3, n0, _TRR,
817
- 0,
818
- [_rARN, _ta],
819
- [0, () => TagList], 2
820
- ];
821
- var TagResourceResponse$ = [3, n0, _TRRa,
822
- 0,
823
- [],
824
- []
825
- ];
826
- var ThrottlingException$ = [-3, n0, _TE,
827
- { [_e]: _c, [_hE]: 429 },
828
- [_m],
829
- [0]
830
- ];
831
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
832
- var TranscriptConfiguration$ = [3, n0, _TC,
833
- 0,
834
- [_sL, _cL],
835
- [() => SpeakerLabelingConfiguration$, () => ChannelLabelingConfiguration$]
836
- ];
837
- var UntagResourceRequest$ = [3, n0, _URR,
838
- 0,
839
- [_rARN, _tK],
840
- [0, 64 | 0], 2
841
- ];
842
- var UntagResourceResponse$ = [3, n0, _URRn,
843
- 0,
844
- [],
845
- []
846
- ];
847
- var UpdateBlueprintRequest$ = [3, n0, _UBR,
848
- 0,
849
- [_bA, _sc, _bS, _eC],
850
- [[0, 1], [() => BlueprintSchema, 0], 0, () => EncryptionConfiguration$], 2
851
- ];
852
- var UpdateBlueprintResponse$ = [3, n0, _UBRp,
853
- 0,
854
- [_b],
855
- [[() => Blueprint$, 0]], 1
856
- ];
857
- var UpdateDataAutomationProjectRequest$ = [3, n0, _UDAPR,
858
- 0,
859
- [_pA, _sOC, _pS, _pD, _cOC, _oC, _eC],
860
- [[0, 1], () => StandardOutputConfiguration$, 0, [() => DataAutomationProjectDescription, 0], () => CustomOutputConfiguration$, () => OverrideConfiguration$, () => EncryptionConfiguration$], 2
861
- ];
862
- var UpdateDataAutomationProjectResponse$ = [3, n0, _UDAPRp,
863
- 0,
864
- [_pA, _pS, _sta],
865
- [0, 0, 0], 1
866
- ];
867
- var ValidationException$ = [-3, n0, _VE,
868
- { [_e]: _c, [_hE]: 400 },
869
- [_m, _fL],
870
- [0, () => ValidationExceptionFieldList]
871
- ];
872
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
873
- var ValidationExceptionField$ = [3, n0, _VEF,
874
- 0,
875
- [_n, _m],
876
- [0, 0], 2
877
- ];
878
- var VideoBoundingBox$ = [3, n0, _VBB,
879
- 0,
880
- [_s],
881
- [0], 1
882
- ];
883
- var VideoExtractionCategory$ = [3, n0, _VEC,
884
- 0,
885
- [_s, _t],
886
- [0, 64 | 0], 1
887
- ];
888
- var VideoOverrideConfiguration$ = [3, n0, _VOC,
889
- 0,
890
- [_mP, _sDC],
891
- [() => ModalityProcessingConfiguration$, () => SensitiveDataConfiguration$]
892
- ];
893
- var VideoStandardExtraction$ = [3, n0, _VSE,
894
- 0,
895
- [_ca, _bB],
896
- [() => VideoExtractionCategory$, () => VideoBoundingBox$], 2
897
- ];
898
- var VideoStandardGenerativeField$ = [3, n0, _VSGF,
899
- 0,
900
- [_s, _t],
901
- [0, 64 | 0], 1
902
- ];
903
- var VideoStandardOutputConfiguration$ = [3, n0, _VSOC,
904
- 0,
905
- [_ex, _gF],
906
- [() => VideoStandardExtraction$, () => VideoStandardGenerativeField$]
907
- ];
908
- var BedrockDataAutomationServiceException$ = [-3, _sm, "BedrockDataAutomationServiceException", 0, [], []];
909
- schema.TypeRegistry.for(_sm).registerError(BedrockDataAutomationServiceException$, BedrockDataAutomationServiceException);
910
- var BlueprintItems = [1, n0, _BIl,
911
- 0, () => BlueprintItem$
912
- ];
913
- var BlueprintOptimizationSamples = [1, n0, _BOSl,
914
- 0, () => BlueprintOptimizationSample$
915
- ];
916
- var Blueprints = [1, n0, _Bl,
917
- 0, [() => BlueprintSummary$,
918
- 0]
919
- ];
920
- var DataAutomationProjectSummaries = [1, n0, _DAPSa,
921
- 0, [() => DataAutomationProjectSummary$,
922
- 0]
923
- ];
924
- var TagList = [1, n0, _TL,
925
- 0, () => Tag$
926
- ];
927
- var ValidationExceptionFieldList = [1, n0, _VEFL,
928
- 0, () => ValidationExceptionField$
929
- ];
930
- var CopyBlueprintStage$ = [9, n0, _CBS,
931
- { [_h]: ["PUT", "/blueprints/{blueprintArn}/copy-stage", 200] }, () => CopyBlueprintStageRequest$, () => CopyBlueprintStageResponse$
932
- ];
933
- var CreateBlueprint$ = [9, n0, _CB,
934
- { [_h]: ["PUT", "/blueprints/", 201] }, () => CreateBlueprintRequest$, () => CreateBlueprintResponse$
935
- ];
936
- var CreateBlueprintVersion$ = [9, n0, _CBV,
937
- { [_h]: ["POST", "/blueprints/{blueprintArn}/versions/", 201] }, () => CreateBlueprintVersionRequest$, () => CreateBlueprintVersionResponse$
938
- ];
939
- var CreateDataAutomationProject$ = [9, n0, _CDAP,
940
- { [_h]: ["PUT", "/data-automation-projects/", 201] }, () => CreateDataAutomationProjectRequest$, () => CreateDataAutomationProjectResponse$
941
- ];
942
- var DeleteBlueprint$ = [9, n0, _DB,
943
- { [_h]: ["DELETE", "/blueprints/{blueprintArn}/", 200] }, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
944
- ];
945
- var DeleteDataAutomationProject$ = [9, n0, _DDAP,
946
- { [_h]: ["DELETE", "/data-automation-projects/{projectArn}/", 200] }, () => DeleteDataAutomationProjectRequest$, () => DeleteDataAutomationProjectResponse$
947
- ];
948
- var GetBlueprint$ = [9, n0, _GB,
949
- { [_h]: ["POST", "/blueprints/{blueprintArn}/", 200] }, () => GetBlueprintRequest$, () => GetBlueprintResponse$
950
- ];
951
- var GetBlueprintOptimizationStatus$ = [9, n0, _GBOS,
952
- { [_h]: ["POST", "/getBlueprintOptimizationStatus/{invocationArn}", 200] }, () => GetBlueprintOptimizationStatusRequest$, () => GetBlueprintOptimizationStatusResponse$
953
- ];
954
- var GetDataAutomationProject$ = [9, n0, _GDAP,
955
- { [_h]: ["POST", "/data-automation-projects/{projectArn}/", 200] }, () => GetDataAutomationProjectRequest$, () => GetDataAutomationProjectResponse$
956
- ];
957
- var InvokeBlueprintOptimizationAsync$ = [9, n0, _IBOA,
958
- { [_h]: ["POST", "/invokeBlueprintOptimizationAsync", 200] }, () => InvokeBlueprintOptimizationAsyncRequest$, () => InvokeBlueprintOptimizationAsyncResponse$
959
- ];
960
- var ListBlueprints$ = [9, n0, _LB,
961
- { [_h]: ["POST", "/blueprints/", 200] }, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
962
- ];
963
- var ListDataAutomationProjects$ = [9, n0, _LDAP,
964
- { [_h]: ["POST", "/data-automation-projects/", 200] }, () => ListDataAutomationProjectsRequest$, () => ListDataAutomationProjectsResponse$
965
- ];
966
- var ListTagsForResource$ = [9, n0, _LTFR,
967
- { [_h]: ["POST", "/listTagsForResource", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
968
- ];
969
- var TagResource$ = [9, n0, _TR,
970
- { [_h]: ["POST", "/tagResource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
971
- ];
972
- var UntagResource$ = [9, n0, _UR,
973
- { [_h]: ["POST", "/untagResource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
974
- ];
975
- var UpdateBlueprint$ = [9, n0, _UB,
976
- { [_h]: ["PUT", "/blueprints/{blueprintArn}/", 200] }, () => UpdateBlueprintRequest$, () => UpdateBlueprintResponse$
977
- ];
978
- var UpdateDataAutomationProject$ = [9, n0, _UDAP,
979
- { [_h]: ["PUT", "/data-automation-projects/{projectArn}/", 200] }, () => UpdateDataAutomationProjectRequest$, () => UpdateDataAutomationProjectResponse$
980
- ];
981
-
982
116
  class CopyBlueprintStageCommand extends smithyClient.Command
983
117
  .classBuilder()
984
118
  .ep(commonParams)
@@ -987,7 +121,7 @@ class CopyBlueprintStageCommand extends smithyClient.Command
987
121
  })
988
122
  .s("AmazonBedrockKeystoneBuildTimeService", "CopyBlueprintStage", {})
989
123
  .n("BedrockDataAutomationClient", "CopyBlueprintStageCommand")
990
- .sc(CopyBlueprintStage$)
124
+ .sc(schemas_0.CopyBlueprintStage$)
991
125
  .build() {
992
126
  }
993
127
 
@@ -999,7 +133,7 @@ class CreateBlueprintCommand extends smithyClient.Command
999
133
  })
1000
134
  .s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprint", {})
1001
135
  .n("BedrockDataAutomationClient", "CreateBlueprintCommand")
1002
- .sc(CreateBlueprint$)
136
+ .sc(schemas_0.CreateBlueprint$)
1003
137
  .build() {
1004
138
  }
1005
139
 
@@ -1011,7 +145,7 @@ class CreateBlueprintVersionCommand extends smithyClient.Command
1011
145
  })
1012
146
  .s("AmazonBedrockKeystoneBuildTimeService", "CreateBlueprintVersion", {})
1013
147
  .n("BedrockDataAutomationClient", "CreateBlueprintVersionCommand")
1014
- .sc(CreateBlueprintVersion$)
148
+ .sc(schemas_0.CreateBlueprintVersion$)
1015
149
  .build() {
1016
150
  }
1017
151
 
@@ -1023,7 +157,7 @@ class CreateDataAutomationProjectCommand extends smithyClient.Command
1023
157
  })
1024
158
  .s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationProject", {})
1025
159
  .n("BedrockDataAutomationClient", "CreateDataAutomationProjectCommand")
1026
- .sc(CreateDataAutomationProject$)
160
+ .sc(schemas_0.CreateDataAutomationProject$)
1027
161
  .build() {
1028
162
  }
1029
163
 
@@ -1035,7 +169,7 @@ class DeleteBlueprintCommand extends smithyClient.Command
1035
169
  })
1036
170
  .s("AmazonBedrockKeystoneBuildTimeService", "DeleteBlueprint", {})
1037
171
  .n("BedrockDataAutomationClient", "DeleteBlueprintCommand")
1038
- .sc(DeleteBlueprint$)
172
+ .sc(schemas_0.DeleteBlueprint$)
1039
173
  .build() {
1040
174
  }
1041
175
 
@@ -1047,7 +181,7 @@ class DeleteDataAutomationProjectCommand extends smithyClient.Command
1047
181
  })
1048
182
  .s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationProject", {})
1049
183
  .n("BedrockDataAutomationClient", "DeleteDataAutomationProjectCommand")
1050
- .sc(DeleteDataAutomationProject$)
184
+ .sc(schemas_0.DeleteDataAutomationProject$)
1051
185
  .build() {
1052
186
  }
1053
187
 
@@ -1059,7 +193,7 @@ class GetBlueprintCommand extends smithyClient.Command
1059
193
  })
1060
194
  .s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprint", {})
1061
195
  .n("BedrockDataAutomationClient", "GetBlueprintCommand")
1062
- .sc(GetBlueprint$)
196
+ .sc(schemas_0.GetBlueprint$)
1063
197
  .build() {
1064
198
  }
1065
199
 
@@ -1071,7 +205,7 @@ class GetBlueprintOptimizationStatusCommand extends smithyClient.Command
1071
205
  })
1072
206
  .s("AmazonBedrockKeystoneBuildTimeService", "GetBlueprintOptimizationStatus", {})
1073
207
  .n("BedrockDataAutomationClient", "GetBlueprintOptimizationStatusCommand")
1074
- .sc(GetBlueprintOptimizationStatus$)
208
+ .sc(schemas_0.GetBlueprintOptimizationStatus$)
1075
209
  .build() {
1076
210
  }
1077
211
 
@@ -1083,7 +217,7 @@ class GetDataAutomationProjectCommand extends smithyClient.Command
1083
217
  })
1084
218
  .s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationProject", {})
1085
219
  .n("BedrockDataAutomationClient", "GetDataAutomationProjectCommand")
1086
- .sc(GetDataAutomationProject$)
220
+ .sc(schemas_0.GetDataAutomationProject$)
1087
221
  .build() {
1088
222
  }
1089
223
 
@@ -1095,7 +229,7 @@ class InvokeBlueprintOptimizationAsyncCommand extends smithyClient.Command
1095
229
  })
1096
230
  .s("AmazonBedrockKeystoneBuildTimeService", "InvokeBlueprintOptimizationAsync", {})
1097
231
  .n("BedrockDataAutomationClient", "InvokeBlueprintOptimizationAsyncCommand")
1098
- .sc(InvokeBlueprintOptimizationAsync$)
232
+ .sc(schemas_0.InvokeBlueprintOptimizationAsync$)
1099
233
  .build() {
1100
234
  }
1101
235
 
@@ -1107,7 +241,7 @@ class ListBlueprintsCommand extends smithyClient.Command
1107
241
  })
1108
242
  .s("AmazonBedrockKeystoneBuildTimeService", "ListBlueprints", {})
1109
243
  .n("BedrockDataAutomationClient", "ListBlueprintsCommand")
1110
- .sc(ListBlueprints$)
244
+ .sc(schemas_0.ListBlueprints$)
1111
245
  .build() {
1112
246
  }
1113
247
 
@@ -1119,7 +253,7 @@ class ListDataAutomationProjectsCommand extends smithyClient.Command
1119
253
  })
1120
254
  .s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationProjects", {})
1121
255
  .n("BedrockDataAutomationClient", "ListDataAutomationProjectsCommand")
1122
- .sc(ListDataAutomationProjects$)
256
+ .sc(schemas_0.ListDataAutomationProjects$)
1123
257
  .build() {
1124
258
  }
1125
259
 
@@ -1131,7 +265,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1131
265
  })
1132
266
  .s("AmazonBedrockKeystoneBuildTimeService", "ListTagsForResource", {})
1133
267
  .n("BedrockDataAutomationClient", "ListTagsForResourceCommand")
1134
- .sc(ListTagsForResource$)
268
+ .sc(schemas_0.ListTagsForResource$)
1135
269
  .build() {
1136
270
  }
1137
271
 
@@ -1143,7 +277,7 @@ class TagResourceCommand extends smithyClient.Command
1143
277
  })
1144
278
  .s("AmazonBedrockKeystoneBuildTimeService", "TagResource", {})
1145
279
  .n("BedrockDataAutomationClient", "TagResourceCommand")
1146
- .sc(TagResource$)
280
+ .sc(schemas_0.TagResource$)
1147
281
  .build() {
1148
282
  }
1149
283
 
@@ -1155,7 +289,7 @@ class UntagResourceCommand extends smithyClient.Command
1155
289
  })
1156
290
  .s("AmazonBedrockKeystoneBuildTimeService", "UntagResource", {})
1157
291
  .n("BedrockDataAutomationClient", "UntagResourceCommand")
1158
- .sc(UntagResource$)
292
+ .sc(schemas_0.UntagResource$)
1159
293
  .build() {
1160
294
  }
1161
295
 
@@ -1167,7 +301,7 @@ class UpdateBlueprintCommand extends smithyClient.Command
1167
301
  })
1168
302
  .s("AmazonBedrockKeystoneBuildTimeService", "UpdateBlueprint", {})
1169
303
  .n("BedrockDataAutomationClient", "UpdateBlueprintCommand")
1170
- .sc(UpdateBlueprint$)
304
+ .sc(schemas_0.UpdateBlueprint$)
1171
305
  .build() {
1172
306
  }
1173
307
 
@@ -1179,7 +313,7 @@ class UpdateDataAutomationProjectCommand extends smithyClient.Command
1179
313
  })
1180
314
  .s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationProject", {})
1181
315
  .n("BedrockDataAutomationClient", "UpdateDataAutomationProjectCommand")
1182
- .sc(UpdateDataAutomationProject$)
316
+ .sc(schemas_0.UpdateDataAutomationProject$)
1183
317
  .build() {
1184
318
  }
1185
319
 
@@ -1383,169 +517,65 @@ Object.defineProperty(exports, "__Client", {
1383
517
  enumerable: true,
1384
518
  get: function () { return smithyClient.Client; }
1385
519
  });
1386
- exports.AccessDeniedException = AccessDeniedException;
1387
- exports.AccessDeniedException$ = AccessDeniedException$;
1388
- exports.AudioExtractionCategory$ = AudioExtractionCategory$;
520
+ Object.defineProperty(exports, "BedrockDataAutomationServiceException", {
521
+ enumerable: true,
522
+ get: function () { return BedrockDataAutomationServiceException.BedrockDataAutomationServiceException; }
523
+ });
1389
524
  exports.AudioExtractionCategoryType = AudioExtractionCategoryType;
1390
- exports.AudioExtractionCategoryTypeConfiguration$ = AudioExtractionCategoryTypeConfiguration$;
1391
525
  exports.AudioGenerativeOutputLanguage = AudioGenerativeOutputLanguage;
1392
- exports.AudioLanguageConfiguration$ = AudioLanguageConfiguration$;
1393
- exports.AudioOverrideConfiguration$ = AudioOverrideConfiguration$;
1394
- exports.AudioStandardExtraction$ = AudioStandardExtraction$;
1395
- exports.AudioStandardGenerativeField$ = AudioStandardGenerativeField$;
1396
526
  exports.AudioStandardGenerativeFieldType = AudioStandardGenerativeFieldType;
1397
- exports.AudioStandardOutputConfiguration$ = AudioStandardOutputConfiguration$;
1398
527
  exports.BedrockDataAutomation = BedrockDataAutomation;
1399
528
  exports.BedrockDataAutomationClient = BedrockDataAutomationClient;
1400
- exports.BedrockDataAutomationServiceException = BedrockDataAutomationServiceException;
1401
- exports.BedrockDataAutomationServiceException$ = BedrockDataAutomationServiceException$;
1402
- exports.Blueprint$ = Blueprint$;
1403
- exports.BlueprintFilter$ = BlueprintFilter$;
1404
- exports.BlueprintItem$ = BlueprintItem$;
1405
529
  exports.BlueprintOptimizationJobStatus = BlueprintOptimizationJobStatus;
1406
- exports.BlueprintOptimizationObject$ = BlueprintOptimizationObject$;
1407
- exports.BlueprintOptimizationOutputConfiguration$ = BlueprintOptimizationOutputConfiguration$;
1408
- exports.BlueprintOptimizationSample$ = BlueprintOptimizationSample$;
1409
530
  exports.BlueprintStage = BlueprintStage;
1410
531
  exports.BlueprintStageFilter = BlueprintStageFilter;
1411
- exports.BlueprintSummary$ = BlueprintSummary$;
1412
- exports.ChannelLabelingConfiguration$ = ChannelLabelingConfiguration$;
1413
- exports.ConflictException = ConflictException;
1414
- exports.ConflictException$ = ConflictException$;
1415
- exports.CopyBlueprintStage$ = CopyBlueprintStage$;
1416
532
  exports.CopyBlueprintStageCommand = CopyBlueprintStageCommand;
1417
- exports.CopyBlueprintStageRequest$ = CopyBlueprintStageRequest$;
1418
- exports.CopyBlueprintStageResponse$ = CopyBlueprintStageResponse$;
1419
- exports.CreateBlueprint$ = CreateBlueprint$;
1420
533
  exports.CreateBlueprintCommand = CreateBlueprintCommand;
1421
- exports.CreateBlueprintRequest$ = CreateBlueprintRequest$;
1422
- exports.CreateBlueprintResponse$ = CreateBlueprintResponse$;
1423
- exports.CreateBlueprintVersion$ = CreateBlueprintVersion$;
1424
534
  exports.CreateBlueprintVersionCommand = CreateBlueprintVersionCommand;
1425
- exports.CreateBlueprintVersionRequest$ = CreateBlueprintVersionRequest$;
1426
- exports.CreateBlueprintVersionResponse$ = CreateBlueprintVersionResponse$;
1427
- exports.CreateDataAutomationProject$ = CreateDataAutomationProject$;
1428
535
  exports.CreateDataAutomationProjectCommand = CreateDataAutomationProjectCommand;
1429
- exports.CreateDataAutomationProjectRequest$ = CreateDataAutomationProjectRequest$;
1430
- exports.CreateDataAutomationProjectResponse$ = CreateDataAutomationProjectResponse$;
1431
- exports.CustomOutputConfiguration$ = CustomOutputConfiguration$;
1432
- exports.DataAutomationProject$ = DataAutomationProject$;
1433
- exports.DataAutomationProjectFilter$ = DataAutomationProjectFilter$;
1434
536
  exports.DataAutomationProjectStage = DataAutomationProjectStage;
1435
537
  exports.DataAutomationProjectStageFilter = DataAutomationProjectStageFilter;
1436
538
  exports.DataAutomationProjectStatus = DataAutomationProjectStatus;
1437
- exports.DataAutomationProjectSummary$ = DataAutomationProjectSummary$;
1438
539
  exports.DataAutomationProjectType = DataAutomationProjectType;
1439
- exports.DeleteBlueprint$ = DeleteBlueprint$;
1440
540
  exports.DeleteBlueprintCommand = DeleteBlueprintCommand;
1441
- exports.DeleteBlueprintRequest$ = DeleteBlueprintRequest$;
1442
- exports.DeleteBlueprintResponse$ = DeleteBlueprintResponse$;
1443
- exports.DeleteDataAutomationProject$ = DeleteDataAutomationProject$;
1444
541
  exports.DeleteDataAutomationProjectCommand = DeleteDataAutomationProjectCommand;
1445
- exports.DeleteDataAutomationProjectRequest$ = DeleteDataAutomationProjectRequest$;
1446
- exports.DeleteDataAutomationProjectResponse$ = DeleteDataAutomationProjectResponse$;
1447
542
  exports.DesiredModality = DesiredModality;
1448
- exports.DocumentBoundingBox$ = DocumentBoundingBox$;
1449
- exports.DocumentExtractionGranularity$ = DocumentExtractionGranularity$;
1450
543
  exports.DocumentExtractionGranularityType = DocumentExtractionGranularityType;
1451
- exports.DocumentOutputAdditionalFileFormat$ = DocumentOutputAdditionalFileFormat$;
1452
- exports.DocumentOutputFormat$ = DocumentOutputFormat$;
1453
- exports.DocumentOutputTextFormat$ = DocumentOutputTextFormat$;
1454
544
  exports.DocumentOutputTextFormatType = DocumentOutputTextFormatType;
1455
- exports.DocumentOverrideConfiguration$ = DocumentOverrideConfiguration$;
1456
- exports.DocumentStandardExtraction$ = DocumentStandardExtraction$;
1457
- exports.DocumentStandardGenerativeField$ = DocumentStandardGenerativeField$;
1458
- exports.DocumentStandardOutputConfiguration$ = DocumentStandardOutputConfiguration$;
1459
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
1460
- exports.GetBlueprint$ = GetBlueprint$;
1461
545
  exports.GetBlueprintCommand = GetBlueprintCommand;
1462
- exports.GetBlueprintOptimizationStatus$ = GetBlueprintOptimizationStatus$;
1463
546
  exports.GetBlueprintOptimizationStatusCommand = GetBlueprintOptimizationStatusCommand;
1464
- exports.GetBlueprintOptimizationStatusRequest$ = GetBlueprintOptimizationStatusRequest$;
1465
- exports.GetBlueprintOptimizationStatusResponse$ = GetBlueprintOptimizationStatusResponse$;
1466
- exports.GetBlueprintRequest$ = GetBlueprintRequest$;
1467
- exports.GetBlueprintResponse$ = GetBlueprintResponse$;
1468
- exports.GetDataAutomationProject$ = GetDataAutomationProject$;
1469
547
  exports.GetDataAutomationProjectCommand = GetDataAutomationProjectCommand;
1470
- exports.GetDataAutomationProjectRequest$ = GetDataAutomationProjectRequest$;
1471
- exports.GetDataAutomationProjectResponse$ = GetDataAutomationProjectResponse$;
1472
- exports.ImageBoundingBox$ = ImageBoundingBox$;
1473
- exports.ImageExtractionCategory$ = ImageExtractionCategory$;
1474
548
  exports.ImageExtractionCategoryType = ImageExtractionCategoryType;
1475
- exports.ImageOverrideConfiguration$ = ImageOverrideConfiguration$;
1476
- exports.ImageStandardExtraction$ = ImageStandardExtraction$;
1477
- exports.ImageStandardGenerativeField$ = ImageStandardGenerativeField$;
1478
549
  exports.ImageStandardGenerativeFieldType = ImageStandardGenerativeFieldType;
1479
- exports.ImageStandardOutputConfiguration$ = ImageStandardOutputConfiguration$;
1480
- exports.InternalServerException = InternalServerException;
1481
- exports.InternalServerException$ = InternalServerException$;
1482
- exports.InvokeBlueprintOptimizationAsync$ = InvokeBlueprintOptimizationAsync$;
1483
550
  exports.InvokeBlueprintOptimizationAsyncCommand = InvokeBlueprintOptimizationAsyncCommand;
1484
- exports.InvokeBlueprintOptimizationAsyncRequest$ = InvokeBlueprintOptimizationAsyncRequest$;
1485
- exports.InvokeBlueprintOptimizationAsyncResponse$ = InvokeBlueprintOptimizationAsyncResponse$;
1486
551
  exports.Language = Language;
1487
- exports.ListBlueprints$ = ListBlueprints$;
1488
552
  exports.ListBlueprintsCommand = ListBlueprintsCommand;
1489
- exports.ListBlueprintsRequest$ = ListBlueprintsRequest$;
1490
- exports.ListBlueprintsResponse$ = ListBlueprintsResponse$;
1491
- exports.ListDataAutomationProjects$ = ListDataAutomationProjects$;
1492
553
  exports.ListDataAutomationProjectsCommand = ListDataAutomationProjectsCommand;
1493
- exports.ListDataAutomationProjectsRequest$ = ListDataAutomationProjectsRequest$;
1494
- exports.ListDataAutomationProjectsResponse$ = ListDataAutomationProjectsResponse$;
1495
- exports.ListTagsForResource$ = ListTagsForResource$;
1496
554
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1497
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1498
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1499
- exports.ModalityProcessingConfiguration$ = ModalityProcessingConfiguration$;
1500
- exports.ModalityRoutingConfiguration$ = ModalityRoutingConfiguration$;
1501
- exports.OverrideConfiguration$ = OverrideConfiguration$;
1502
- exports.PIIEntitiesConfiguration$ = PIIEntitiesConfiguration$;
1503
555
  exports.PIIEntityType = PIIEntityType;
1504
556
  exports.PIIRedactionMaskMode = PIIRedactionMaskMode;
1505
- exports.ResourceNotFoundException = ResourceNotFoundException;
1506
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1507
557
  exports.ResourceOwner = ResourceOwner;
1508
- exports.S3Object$ = S3Object$;
1509
- exports.SensitiveDataConfiguration$ = SensitiveDataConfiguration$;
1510
558
  exports.SensitiveDataDetectionMode = SensitiveDataDetectionMode;
1511
559
  exports.SensitiveDataDetectionScopeType = SensitiveDataDetectionScopeType;
1512
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1513
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1514
- exports.SpeakerLabelingConfiguration$ = SpeakerLabelingConfiguration$;
1515
- exports.SplitterConfiguration$ = SplitterConfiguration$;
1516
- exports.StandardOutputConfiguration$ = StandardOutputConfiguration$;
1517
560
  exports.State = State;
1518
- exports.Tag$ = Tag$;
1519
- exports.TagResource$ = TagResource$;
1520
561
  exports.TagResourceCommand = TagResourceCommand;
1521
- exports.TagResourceRequest$ = TagResourceRequest$;
1522
- exports.TagResourceResponse$ = TagResourceResponse$;
1523
- exports.ThrottlingException = ThrottlingException;
1524
- exports.ThrottlingException$ = ThrottlingException$;
1525
- exports.TranscriptConfiguration$ = TranscriptConfiguration$;
1526
562
  exports.Type = Type;
1527
- exports.UntagResource$ = UntagResource$;
1528
563
  exports.UntagResourceCommand = UntagResourceCommand;
1529
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1530
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1531
- exports.UpdateBlueprint$ = UpdateBlueprint$;
1532
564
  exports.UpdateBlueprintCommand = UpdateBlueprintCommand;
1533
- exports.UpdateBlueprintRequest$ = UpdateBlueprintRequest$;
1534
- exports.UpdateBlueprintResponse$ = UpdateBlueprintResponse$;
1535
- exports.UpdateDataAutomationProject$ = UpdateDataAutomationProject$;
1536
565
  exports.UpdateDataAutomationProjectCommand = UpdateDataAutomationProjectCommand;
1537
- exports.UpdateDataAutomationProjectRequest$ = UpdateDataAutomationProjectRequest$;
1538
- exports.UpdateDataAutomationProjectResponse$ = UpdateDataAutomationProjectResponse$;
1539
- exports.ValidationException = ValidationException;
1540
- exports.ValidationException$ = ValidationException$;
1541
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1542
- exports.VideoBoundingBox$ = VideoBoundingBox$;
1543
- exports.VideoExtractionCategory$ = VideoExtractionCategory$;
1544
566
  exports.VideoExtractionCategoryType = VideoExtractionCategoryType;
1545
- exports.VideoOverrideConfiguration$ = VideoOverrideConfiguration$;
1546
- exports.VideoStandardExtraction$ = VideoStandardExtraction$;
1547
- exports.VideoStandardGenerativeField$ = VideoStandardGenerativeField$;
1548
567
  exports.VideoStandardGenerativeFieldType = VideoStandardGenerativeFieldType;
1549
- exports.VideoStandardOutputConfiguration$ = VideoStandardOutputConfiguration$;
1550
568
  exports.paginateListBlueprints = paginateListBlueprints;
1551
569
  exports.paginateListDataAutomationProjects = paginateListDataAutomationProjects;
570
+ Object.keys(schemas_0).forEach(function (k) {
571
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
572
+ enumerable: true,
573
+ get: function () { return schemas_0[k]; }
574
+ });
575
+ });
576
+ Object.keys(errors).forEach(function (k) {
577
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
578
+ enumerable: true,
579
+ get: function () { return errors[k]; }
580
+ });
581
+ });