@aws-sdk/client-bedrock-data-automation-runtime 3.948.0 → 3.953.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 +150 -103
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/GetDataAutomationStatusCommand.js +2 -2
- package/dist-es/commands/InvokeDataAutomationAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeDataAutomationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +84 -77
- package/dist-types/BedrockDataAutomationRuntimeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +41 -46
- package/dist-types/ts3.4/BedrockDataAutomationRuntimeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +40 -46
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class BedrockDataAutomationRuntimeClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class BedrockDataAutomationRuntimeServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, BedrockDataAutomationRuntimeServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends BedrockDataAutomationRuntimeServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends BedrockDataAut
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class InternalServerException extends BedrockDataAutomationRuntimeServiceException {
|
|
133
133
|
name = "InternalServerException";
|
|
134
134
|
$fault = "server";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends BedrockDat
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ResourceNotFoundException extends BedrockDataAutomationRuntimeServiceException {
|
|
145
145
|
name = "ResourceNotFoundException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Bedroc
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ThrottlingException extends BedrockDataAutomationRuntimeServiceException {
|
|
157
157
|
name = "ThrottlingException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ThrottlingException$1 = class ThrottlingException extends BedrockDataAutomat
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ValidationException extends BedrockDataAutomationRuntimeServiceException {
|
|
169
169
|
name = "ValidationException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends BedrockDataAutomat
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ServiceQuotaExceededException extends BedrockDataAutomationRuntimeServiceException {
|
|
181
181
|
name = "ServiceQuotaExceededException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ServiceUnavailableException extends BedrockDataAutomationRuntimeServiceException {
|
|
193
193
|
name = "ServiceUnavailableException";
|
|
194
194
|
$fault = "server";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,7 +200,7 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Be
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
203
|
+
}
|
|
204
204
|
|
|
205
205
|
const _ADE = "AccessDeniedException";
|
|
206
206
|
const _APC = "AssetProcessingConfiguration";
|
|
@@ -292,40 +292,40 @@ const _v = "video";
|
|
|
292
292
|
const _va = "value";
|
|
293
293
|
const _ve = "version";
|
|
294
294
|
const n0 = "com.amazonaws.bedrockdataautomationruntime";
|
|
295
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
296
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
297
|
-
var AssetProcessingConfiguration = [
|
|
295
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
296
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
297
|
+
var AssetProcessingConfiguration$ = [
|
|
298
298
|
3,
|
|
299
299
|
n0,
|
|
300
300
|
_APC,
|
|
301
301
|
0,
|
|
302
302
|
[_v],
|
|
303
|
-
[() => VideoAssetProcessingConfiguration],
|
|
303
|
+
[() => VideoAssetProcessingConfiguration$],
|
|
304
304
|
];
|
|
305
|
-
var Blueprint = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
|
|
306
|
-
var DataAutomationConfiguration = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
|
|
307
|
-
var EncryptionConfiguration = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
|
|
308
|
-
var EventBridgeConfiguration = [3, n0, _EBC, 0, [_eBE], [2]];
|
|
309
|
-
var GetDataAutomationStatusRequest = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
|
|
310
|
-
var GetDataAutomationStatusResponse = [
|
|
305
|
+
var Blueprint$ = [3, n0, _B, 0, [_bA, _ve, _s], [0, 0, 0]];
|
|
306
|
+
var DataAutomationConfiguration$ = [3, n0, _DAC, 0, [_dAPA, _s], [0, 0]];
|
|
307
|
+
var EncryptionConfiguration$ = [3, n0, _EC, 0, [_kKI, _kEC], [0, 128 | 0]];
|
|
308
|
+
var EventBridgeConfiguration$ = [3, n0, _EBC, 0, [_eBE], [2]];
|
|
309
|
+
var GetDataAutomationStatusRequest$ = [3, n0, _GDASR, 0, [_iA], [[0, 1]]];
|
|
310
|
+
var GetDataAutomationStatusResponse$ = [
|
|
311
311
|
3,
|
|
312
312
|
n0,
|
|
313
313
|
_GDASRe,
|
|
314
314
|
0,
|
|
315
315
|
[_st, _eT, _eM, _oC, _jST, _jCT, _jDIS],
|
|
316
|
-
[0, 0, 0, () => OutputConfiguration
|
|
316
|
+
[0, 0, 0, () => OutputConfiguration$, 5, 5, 1],
|
|
317
317
|
];
|
|
318
|
-
var InputConfiguration = [
|
|
318
|
+
var InputConfiguration$ = [
|
|
319
319
|
3,
|
|
320
320
|
n0,
|
|
321
321
|
_IC,
|
|
322
322
|
0,
|
|
323
323
|
[_sU, _aPC],
|
|
324
|
-
[0, () => AssetProcessingConfiguration],
|
|
324
|
+
[0, () => AssetProcessingConfiguration$],
|
|
325
325
|
];
|
|
326
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
327
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
328
|
-
var InvokeDataAutomationAsyncRequest = [
|
|
326
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
327
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
328
|
+
var InvokeDataAutomationAsyncRequest$ = [
|
|
329
329
|
3,
|
|
330
330
|
n0,
|
|
331
331
|
_IDAAR,
|
|
@@ -333,32 +333,32 @@ var InvokeDataAutomationAsyncRequest = [
|
|
|
333
333
|
[_cT, _iC, _oC, _dAC, _eC, _nC, _b, _dAPAa, _t],
|
|
334
334
|
[
|
|
335
335
|
[0, 4],
|
|
336
|
-
() => InputConfiguration
|
|
337
|
-
() => OutputConfiguration
|
|
338
|
-
() => DataAutomationConfiguration
|
|
339
|
-
() => EncryptionConfiguration
|
|
340
|
-
() => NotificationConfiguration
|
|
336
|
+
() => InputConfiguration$,
|
|
337
|
+
() => OutputConfiguration$,
|
|
338
|
+
() => DataAutomationConfiguration$,
|
|
339
|
+
() => EncryptionConfiguration$,
|
|
340
|
+
() => NotificationConfiguration$,
|
|
341
341
|
() => BlueprintList,
|
|
342
342
|
0,
|
|
343
343
|
() => TagList,
|
|
344
344
|
],
|
|
345
345
|
];
|
|
346
|
-
var InvokeDataAutomationAsyncResponse = [3, n0, _IDAARn, 0, [_iA], [0]];
|
|
347
|
-
var InvokeDataAutomationRequest = [
|
|
346
|
+
var InvokeDataAutomationAsyncResponse$ = [3, n0, _IDAARn, 0, [_iA], [0]];
|
|
347
|
+
var InvokeDataAutomationRequest$ = [
|
|
348
348
|
3,
|
|
349
349
|
n0,
|
|
350
350
|
_IDAR,
|
|
351
351
|
0,
|
|
352
352
|
[_iC, _dAC, _b, _dAPAa, _eC],
|
|
353
353
|
[
|
|
354
|
-
() => SyncInputConfiguration
|
|
355
|
-
() => DataAutomationConfiguration
|
|
354
|
+
() => SyncInputConfiguration$,
|
|
355
|
+
() => DataAutomationConfiguration$,
|
|
356
356
|
() => BlueprintList,
|
|
357
357
|
0,
|
|
358
|
-
() => EncryptionConfiguration
|
|
358
|
+
() => EncryptionConfiguration$,
|
|
359
359
|
],
|
|
360
360
|
];
|
|
361
|
-
var InvokeDataAutomationResponse = [
|
|
361
|
+
var InvokeDataAutomationResponse$ = [
|
|
362
362
|
3,
|
|
363
363
|
n0,
|
|
364
364
|
_IDARn,
|
|
@@ -366,37 +366,44 @@ var InvokeDataAutomationResponse = [
|
|
|
366
366
|
[_sM, _oS],
|
|
367
367
|
[0, () => OutputSegmentList],
|
|
368
368
|
];
|
|
369
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rARN], [0]];
|
|
370
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
371
|
-
var NotificationConfiguration = [
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
var
|
|
381
|
-
var
|
|
382
|
-
|
|
383
|
-
var
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
var
|
|
388
|
-
var
|
|
389
|
-
var
|
|
390
|
-
|
|
391
|
-
var
|
|
369
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rARN], [0]];
|
|
370
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
371
|
+
var NotificationConfiguration$ = [
|
|
372
|
+
3,
|
|
373
|
+
n0,
|
|
374
|
+
_NC,
|
|
375
|
+
0,
|
|
376
|
+
[_eBC],
|
|
377
|
+
[() => EventBridgeConfiguration$],
|
|
378
|
+
];
|
|
379
|
+
var OutputConfiguration$ = [3, n0, _OC, 0, [_sU], [0]];
|
|
380
|
+
var OutputSegment$ = [3, n0, _OS, 0, [_cOS, _cO, _sO], [0, 0, 0]];
|
|
381
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
382
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
383
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
384
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
385
|
+
var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
|
|
386
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
387
|
+
var SyncInputConfiguration$ = [3, n0, _SIC, 0, [_by, _sU], [21, 0]];
|
|
388
|
+
var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
389
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rARN, _t], [0, () => TagList]];
|
|
390
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
391
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
392
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
393
|
+
var TimestampSegment$ = [3, n0, _TS, 0, [_sTM, _eTM], [1, 1]];
|
|
394
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_rARN, _tK], [0, 64 | 0]];
|
|
395
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
396
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
397
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
398
|
+
var VideoAssetProcessingConfiguration$ = [
|
|
392
399
|
3,
|
|
393
400
|
n0,
|
|
394
401
|
_VAPC,
|
|
395
402
|
0,
|
|
396
403
|
[_sC],
|
|
397
|
-
[() => VideoSegmentConfiguration],
|
|
404
|
+
[() => VideoSegmentConfiguration$],
|
|
398
405
|
];
|
|
399
|
-
var BedrockDataAutomationRuntimeServiceException = [
|
|
406
|
+
var BedrockDataAutomationRuntimeServiceException$ = [
|
|
400
407
|
-3,
|
|
401
408
|
_sm,
|
|
402
409
|
"BedrockDataAutomationRuntimeServiceException",
|
|
@@ -404,51 +411,51 @@ var BedrockDataAutomationRuntimeServiceException = [
|
|
|
404
411
|
[],
|
|
405
412
|
[],
|
|
406
413
|
];
|
|
407
|
-
schema.TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException
|
|
408
|
-
var BlueprintList = [1, n0, _BL, 0, () => Blueprint];
|
|
409
|
-
var OutputSegmentList = [1, n0, _OSL, 0, () => OutputSegment];
|
|
410
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
411
|
-
var VideoSegmentConfiguration = [3, n0, _VSC, 0, [_tS], [() => TimestampSegment]];
|
|
412
|
-
var GetDataAutomationStatus = [
|
|
414
|
+
schema.TypeRegistry.for(_sm).registerError(BedrockDataAutomationRuntimeServiceException$, BedrockDataAutomationRuntimeServiceException);
|
|
415
|
+
var BlueprintList = [1, n0, _BL, 0, () => Blueprint$];
|
|
416
|
+
var OutputSegmentList = [1, n0, _OSL, 0, () => OutputSegment$];
|
|
417
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
418
|
+
var VideoSegmentConfiguration$ = [3, n0, _VSC, 0, [_tS], [() => TimestampSegment$]];
|
|
419
|
+
var GetDataAutomationStatus$ = [
|
|
413
420
|
9,
|
|
414
421
|
n0,
|
|
415
422
|
_GDAS,
|
|
416
423
|
0,
|
|
417
|
-
() => GetDataAutomationStatusRequest
|
|
418
|
-
() => GetDataAutomationStatusResponse
|
|
424
|
+
() => GetDataAutomationStatusRequest$,
|
|
425
|
+
() => GetDataAutomationStatusResponse$,
|
|
419
426
|
];
|
|
420
|
-
var InvokeDataAutomation = [
|
|
427
|
+
var InvokeDataAutomation$ = [
|
|
421
428
|
9,
|
|
422
429
|
n0,
|
|
423
430
|
_IDA,
|
|
424
431
|
0,
|
|
425
|
-
() => InvokeDataAutomationRequest
|
|
426
|
-
() => InvokeDataAutomationResponse
|
|
432
|
+
() => InvokeDataAutomationRequest$,
|
|
433
|
+
() => InvokeDataAutomationResponse$,
|
|
427
434
|
];
|
|
428
|
-
var InvokeDataAutomationAsync = [
|
|
435
|
+
var InvokeDataAutomationAsync$ = [
|
|
429
436
|
9,
|
|
430
437
|
n0,
|
|
431
438
|
_IDAA,
|
|
432
439
|
2,
|
|
433
|
-
() => InvokeDataAutomationAsyncRequest
|
|
434
|
-
() => InvokeDataAutomationAsyncResponse
|
|
440
|
+
() => InvokeDataAutomationAsyncRequest$,
|
|
441
|
+
() => InvokeDataAutomationAsyncResponse$,
|
|
435
442
|
];
|
|
436
|
-
var ListTagsForResource = [
|
|
443
|
+
var ListTagsForResource$ = [
|
|
437
444
|
9,
|
|
438
445
|
n0,
|
|
439
446
|
_LTFR,
|
|
440
447
|
0,
|
|
441
|
-
() => ListTagsForResourceRequest
|
|
442
|
-
() => ListTagsForResourceResponse
|
|
448
|
+
() => ListTagsForResourceRequest$,
|
|
449
|
+
() => ListTagsForResourceResponse$,
|
|
443
450
|
];
|
|
444
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
445
|
-
var UntagResource = [
|
|
451
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
452
|
+
var UntagResource$ = [
|
|
446
453
|
9,
|
|
447
454
|
n0,
|
|
448
455
|
_UR,
|
|
449
456
|
0,
|
|
450
|
-
() => UntagResourceRequest
|
|
451
|
-
() => UntagResourceResponse
|
|
457
|
+
() => UntagResourceRequest$,
|
|
458
|
+
() => UntagResourceResponse$,
|
|
452
459
|
];
|
|
453
460
|
|
|
454
461
|
class GetDataAutomationStatusCommand extends smithyClient.Command
|
|
@@ -459,7 +466,7 @@ class GetDataAutomationStatusCommand extends smithyClient.Command
|
|
|
459
466
|
})
|
|
460
467
|
.s("AmazonBedrockKeystoneRuntimeService", "GetDataAutomationStatus", {})
|
|
461
468
|
.n("BedrockDataAutomationRuntimeClient", "GetDataAutomationStatusCommand")
|
|
462
|
-
.sc(GetDataAutomationStatus)
|
|
469
|
+
.sc(GetDataAutomationStatus$)
|
|
463
470
|
.build() {
|
|
464
471
|
}
|
|
465
472
|
|
|
@@ -471,7 +478,7 @@ class InvokeDataAutomationAsyncCommand extends smithyClient.Command
|
|
|
471
478
|
})
|
|
472
479
|
.s("AmazonBedrockKeystoneRuntimeService", "InvokeDataAutomationAsync", {})
|
|
473
480
|
.n("BedrockDataAutomationRuntimeClient", "InvokeDataAutomationAsyncCommand")
|
|
474
|
-
.sc(InvokeDataAutomationAsync)
|
|
481
|
+
.sc(InvokeDataAutomationAsync$)
|
|
475
482
|
.build() {
|
|
476
483
|
}
|
|
477
484
|
|
|
@@ -483,7 +490,7 @@ class InvokeDataAutomationCommand extends smithyClient.Command
|
|
|
483
490
|
})
|
|
484
491
|
.s("AmazonBedrockKeystoneRuntimeService", "InvokeDataAutomation", {})
|
|
485
492
|
.n("BedrockDataAutomationRuntimeClient", "InvokeDataAutomationCommand")
|
|
486
|
-
.sc(InvokeDataAutomation)
|
|
493
|
+
.sc(InvokeDataAutomation$)
|
|
487
494
|
.build() {
|
|
488
495
|
}
|
|
489
496
|
|
|
@@ -495,7 +502,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
495
502
|
})
|
|
496
503
|
.s("AmazonBedrockKeystoneRuntimeService", "ListTagsForResource", {})
|
|
497
504
|
.n("BedrockDataAutomationRuntimeClient", "ListTagsForResourceCommand")
|
|
498
|
-
.sc(ListTagsForResource)
|
|
505
|
+
.sc(ListTagsForResource$)
|
|
499
506
|
.build() {
|
|
500
507
|
}
|
|
501
508
|
|
|
@@ -507,7 +514,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
507
514
|
})
|
|
508
515
|
.s("AmazonBedrockKeystoneRuntimeService", "TagResource", {})
|
|
509
516
|
.n("BedrockDataAutomationRuntimeClient", "TagResourceCommand")
|
|
510
|
-
.sc(TagResource)
|
|
517
|
+
.sc(TagResource$)
|
|
511
518
|
.build() {
|
|
512
519
|
}
|
|
513
520
|
|
|
@@ -519,7 +526,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
519
526
|
})
|
|
520
527
|
.s("AmazonBedrockKeystoneRuntimeService", "UntagResource", {})
|
|
521
528
|
.n("BedrockDataAutomationRuntimeClient", "UntagResourceCommand")
|
|
522
|
-
.sc(UntagResource)
|
|
529
|
+
.sc(UntagResource$)
|
|
523
530
|
.build() {
|
|
524
531
|
}
|
|
525
532
|
|
|
@@ -569,24 +576,64 @@ Object.defineProperty(exports, "__Client", {
|
|
|
569
576
|
enumerable: true,
|
|
570
577
|
get: function () { return smithyClient.Client; }
|
|
571
578
|
});
|
|
572
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
579
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
580
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
581
|
+
exports.AssetProcessingConfiguration$ = AssetProcessingConfiguration$;
|
|
573
582
|
exports.AutomationJobStatus = AutomationJobStatus;
|
|
574
583
|
exports.BedrockDataAutomationRuntime = BedrockDataAutomationRuntime;
|
|
575
584
|
exports.BedrockDataAutomationRuntimeClient = BedrockDataAutomationRuntimeClient;
|
|
576
|
-
exports.BedrockDataAutomationRuntimeServiceException = BedrockDataAutomationRuntimeServiceException
|
|
585
|
+
exports.BedrockDataAutomationRuntimeServiceException = BedrockDataAutomationRuntimeServiceException;
|
|
586
|
+
exports.BedrockDataAutomationRuntimeServiceException$ = BedrockDataAutomationRuntimeServiceException$;
|
|
587
|
+
exports.Blueprint$ = Blueprint$;
|
|
577
588
|
exports.BlueprintStage = BlueprintStage;
|
|
578
589
|
exports.CustomOutputStatus = CustomOutputStatus;
|
|
590
|
+
exports.DataAutomationConfiguration$ = DataAutomationConfiguration$;
|
|
579
591
|
exports.DataAutomationStage = DataAutomationStage;
|
|
592
|
+
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
593
|
+
exports.EventBridgeConfiguration$ = EventBridgeConfiguration$;
|
|
594
|
+
exports.GetDataAutomationStatus$ = GetDataAutomationStatus$;
|
|
580
595
|
exports.GetDataAutomationStatusCommand = GetDataAutomationStatusCommand;
|
|
581
|
-
exports.
|
|
596
|
+
exports.GetDataAutomationStatusRequest$ = GetDataAutomationStatusRequest$;
|
|
597
|
+
exports.GetDataAutomationStatusResponse$ = GetDataAutomationStatusResponse$;
|
|
598
|
+
exports.InputConfiguration$ = InputConfiguration$;
|
|
599
|
+
exports.InternalServerException = InternalServerException;
|
|
600
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
601
|
+
exports.InvokeDataAutomation$ = InvokeDataAutomation$;
|
|
602
|
+
exports.InvokeDataAutomationAsync$ = InvokeDataAutomationAsync$;
|
|
582
603
|
exports.InvokeDataAutomationAsyncCommand = InvokeDataAutomationAsyncCommand;
|
|
604
|
+
exports.InvokeDataAutomationAsyncRequest$ = InvokeDataAutomationAsyncRequest$;
|
|
605
|
+
exports.InvokeDataAutomationAsyncResponse$ = InvokeDataAutomationAsyncResponse$;
|
|
583
606
|
exports.InvokeDataAutomationCommand = InvokeDataAutomationCommand;
|
|
607
|
+
exports.InvokeDataAutomationRequest$ = InvokeDataAutomationRequest$;
|
|
608
|
+
exports.InvokeDataAutomationResponse$ = InvokeDataAutomationResponse$;
|
|
609
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
584
610
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
585
|
-
exports.
|
|
611
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
612
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
613
|
+
exports.NotificationConfiguration$ = NotificationConfiguration$;
|
|
614
|
+
exports.OutputConfiguration$ = OutputConfiguration$;
|
|
615
|
+
exports.OutputSegment$ = OutputSegment$;
|
|
616
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
617
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
586
618
|
exports.SemanticModality = SemanticModality;
|
|
587
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException
|
|
588
|
-
exports.
|
|
619
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
620
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
621
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
622
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
623
|
+
exports.SyncInputConfiguration$ = SyncInputConfiguration$;
|
|
624
|
+
exports.Tag$ = Tag$;
|
|
625
|
+
exports.TagResource$ = TagResource$;
|
|
589
626
|
exports.TagResourceCommand = TagResourceCommand;
|
|
590
|
-
exports.
|
|
627
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
628
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
629
|
+
exports.ThrottlingException = ThrottlingException;
|
|
630
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
631
|
+
exports.TimestampSegment$ = TimestampSegment$;
|
|
632
|
+
exports.UntagResource$ = UntagResource$;
|
|
591
633
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
592
|
-
exports.
|
|
634
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
635
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
636
|
+
exports.ValidationException = ValidationException;
|
|
637
|
+
exports.ValidationException$ = ValidationException$;
|
|
638
|
+
exports.VideoAssetProcessingConfiguration$ = VideoAssetProcessingConfiguration$;
|
|
639
|
+
exports.VideoSegmentConfiguration$ = VideoSegmentConfiguration$;
|
|
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.bedrockdataautomationruntime",
|
|
32
|
+
version: "2024-06-13",
|
|
33
|
+
serviceTarget: "AmazonBedrockKeystoneRuntimeService",
|
|
34
|
+
},
|
|
35
35
|
serviceId: config?.serviceId ?? "Bedrock Data Automation Runtime",
|
|
36
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
37
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetDataAutomationStatus } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDataAutomationStatus$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDataAutomationStatusCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDataAutomationStatusCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "GetDataAutomationStatus", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "GetDataAutomationStatusCommand")
|
|
14
|
-
.sc(GetDataAutomationStatus)
|
|
14
|
+
.sc(GetDataAutomationStatus$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { InvokeDataAutomationAsync } from "../schemas/schemas_0";
|
|
4
|
+
import { InvokeDataAutomationAsync$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class InvokeDataAutomationAsyncCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class InvokeDataAutomationAsyncCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "InvokeDataAutomationAsync", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "InvokeDataAutomationAsyncCommand")
|
|
14
|
-
.sc(InvokeDataAutomationAsync)
|
|
14
|
+
.sc(InvokeDataAutomationAsync$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { InvokeDataAutomation } from "../schemas/schemas_0";
|
|
4
|
+
import { InvokeDataAutomation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class InvokeDataAutomationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class InvokeDataAutomationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "InvokeDataAutomation", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "InvokeDataAutomationCommand")
|
|
14
|
-
.sc(InvokeDataAutomation)
|
|
14
|
+
.sc(InvokeDataAutomation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "ListTagsForResource", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "TagResource", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AmazonBedrockKeystoneRuntimeService", "UntagResource", {})
|
|
13
13
|
.n("BedrockDataAutomationRuntimeClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./BedrockDataAutomationRuntimeClient";
|
|
2
2
|
export * from "./BedrockDataAutomationRuntime";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { BedrockDataAutomationRuntimeServiceException } from "./models/BedrockDataAutomationRuntimeServiceException";
|
|
@@ -23,12 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.bedrockdataautomationruntime",
|
|
29
|
+
version: "2024-06-13",
|
|
30
|
+
serviceTarget: "AmazonBedrockKeystoneRuntimeService",
|
|
31
|
+
},
|
|
32
32
|
serviceId: config?.serviceId ?? "Bedrock Data Automation Runtime",
|
|
33
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|