@aws-sdk/client-bedrock-data-automation-runtime 3.952.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.
@@ -1,51 +1,45 @@
1
1
  import {
2
2
  StaticErrorSchema,
3
- StaticListSchema,
4
3
  StaticOperationSchema,
5
4
  StaticStructureSchema,
6
5
  } from "@smithy/types";
7
- export declare var AccessDeniedException: StaticErrorSchema;
8
- export declare var AssetProcessingConfiguration: StaticStructureSchema;
9
- export declare var Blueprint: StaticStructureSchema;
10
- export declare var DataAutomationConfiguration: StaticStructureSchema;
11
- export declare var EncryptionConfiguration: StaticStructureSchema;
12
- export declare var EventBridgeConfiguration: StaticStructureSchema;
13
- export declare var GetDataAutomationStatusRequest: StaticStructureSchema;
14
- export declare var GetDataAutomationStatusResponse: StaticStructureSchema;
15
- export declare var InputConfiguration: StaticStructureSchema;
16
- export declare var InternalServerException: StaticErrorSchema;
17
- export declare var InvokeDataAutomationAsyncRequest: StaticStructureSchema;
18
- export declare var InvokeDataAutomationAsyncResponse: StaticStructureSchema;
19
- export declare var InvokeDataAutomationRequest: StaticStructureSchema;
20
- export declare var InvokeDataAutomationResponse: StaticStructureSchema;
21
- export declare var ListTagsForResourceRequest: StaticStructureSchema;
22
- export declare var ListTagsForResourceResponse: StaticStructureSchema;
23
- export declare var NotificationConfiguration: StaticStructureSchema;
24
- export declare var OutputConfiguration: StaticStructureSchema;
25
- export declare var OutputSegment: StaticStructureSchema;
26
- export declare var ResourceNotFoundException: StaticErrorSchema;
27
- export declare var ServiceQuotaExceededException: StaticErrorSchema;
28
- export declare var ServiceUnavailableException: StaticErrorSchema;
29
- export declare var SyncInputConfiguration: StaticStructureSchema;
30
- export declare var Tag: StaticStructureSchema;
31
- export declare var TagResourceRequest: StaticStructureSchema;
32
- export declare var TagResourceResponse: StaticStructureSchema;
33
- export declare var ThrottlingException: StaticErrorSchema;
34
- export declare var TimestampSegment: StaticStructureSchema;
35
- export declare var UntagResourceRequest: StaticStructureSchema;
36
- export declare var UntagResourceResponse: StaticStructureSchema;
37
- export declare var ValidationException: StaticErrorSchema;
38
- export declare var VideoAssetProcessingConfiguration: StaticStructureSchema;
39
- export declare var BedrockDataAutomationRuntimeServiceException: StaticErrorSchema;
40
- export declare var BlueprintList: StaticListSchema;
41
- export declare var OutputSegmentList: StaticListSchema;
42
- export declare var TagKeyList: number;
43
- export declare var TagList: StaticListSchema;
44
- export declare var EncryptionContextMap: number;
45
- export declare var VideoSegmentConfiguration: StaticStructureSchema;
46
- export declare var GetDataAutomationStatus: StaticOperationSchema;
47
- export declare var InvokeDataAutomation: StaticOperationSchema;
48
- export declare var InvokeDataAutomationAsync: StaticOperationSchema;
49
- export declare var ListTagsForResource: StaticOperationSchema;
50
- export declare var TagResource: StaticOperationSchema;
51
- export declare var UntagResource: StaticOperationSchema;
6
+ export declare var AccessDeniedException$: StaticErrorSchema;
7
+ export declare var AssetProcessingConfiguration$: StaticStructureSchema;
8
+ export declare var Blueprint$: StaticStructureSchema;
9
+ export declare var DataAutomationConfiguration$: StaticStructureSchema;
10
+ export declare var EncryptionConfiguration$: StaticStructureSchema;
11
+ export declare var EventBridgeConfiguration$: StaticStructureSchema;
12
+ export declare var GetDataAutomationStatusRequest$: StaticStructureSchema;
13
+ export declare var GetDataAutomationStatusResponse$: StaticStructureSchema;
14
+ export declare var InputConfiguration$: StaticStructureSchema;
15
+ export declare var InternalServerException$: StaticErrorSchema;
16
+ export declare var InvokeDataAutomationAsyncRequest$: StaticStructureSchema;
17
+ export declare var InvokeDataAutomationAsyncResponse$: StaticStructureSchema;
18
+ export declare var InvokeDataAutomationRequest$: StaticStructureSchema;
19
+ export declare var InvokeDataAutomationResponse$: StaticStructureSchema;
20
+ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
21
+ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
22
+ export declare var NotificationConfiguration$: StaticStructureSchema;
23
+ export declare var OutputConfiguration$: StaticStructureSchema;
24
+ export declare var OutputSegment$: StaticStructureSchema;
25
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
26
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
27
+ export declare var ServiceUnavailableException$: StaticErrorSchema;
28
+ export declare var SyncInputConfiguration$: StaticStructureSchema;
29
+ export declare var Tag$: StaticStructureSchema;
30
+ export declare var TagResourceRequest$: StaticStructureSchema;
31
+ export declare var TagResourceResponse$: StaticStructureSchema;
32
+ export declare var ThrottlingException$: StaticErrorSchema;
33
+ export declare var TimestampSegment$: StaticStructureSchema;
34
+ export declare var UntagResourceRequest$: StaticStructureSchema;
35
+ export declare var UntagResourceResponse$: StaticStructureSchema;
36
+ export declare var ValidationException$: StaticErrorSchema;
37
+ export declare var VideoAssetProcessingConfiguration$: StaticStructureSchema;
38
+ export declare var BedrockDataAutomationRuntimeServiceException$: StaticErrorSchema;
39
+ export declare var VideoSegmentConfiguration$: StaticStructureSchema;
40
+ export declare var GetDataAutomationStatus$: StaticOperationSchema;
41
+ export declare var InvokeDataAutomation$: StaticOperationSchema;
42
+ export declare var InvokeDataAutomationAsync$: StaticOperationSchema;
43
+ export declare var ListTagsForResource$: StaticOperationSchema;
44
+ export declare var TagResource$: StaticOperationSchema;
45
+ export declare var UntagResource$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-data-automation-runtime",
3
3
  "description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4
- "version": "3.952.0",
4
+ "version": "3.953.0",
5
5
  "scripts": {
6
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-bedrock-data-automation-runtime",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "3.947.0",
25
- "@aws-sdk/credential-provider-node": "3.952.0",
26
- "@aws-sdk/middleware-host-header": "3.936.0",
27
- "@aws-sdk/middleware-logger": "3.936.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.948.0",
29
- "@aws-sdk/middleware-user-agent": "3.947.0",
30
- "@aws-sdk/region-config-resolver": "3.936.0",
31
- "@aws-sdk/types": "3.936.0",
32
- "@aws-sdk/util-endpoints": "3.936.0",
33
- "@aws-sdk/util-user-agent-browser": "3.936.0",
34
- "@aws-sdk/util-user-agent-node": "3.947.0",
35
- "@smithy/config-resolver": "^4.4.3",
36
- "@smithy/core": "^3.18.7",
37
- "@smithy/fetch-http-handler": "^5.3.6",
38
- "@smithy/hash-node": "^4.2.5",
39
- "@smithy/invalid-dependency": "^4.2.5",
40
- "@smithy/middleware-content-length": "^4.2.5",
41
- "@smithy/middleware-endpoint": "^4.3.14",
42
- "@smithy/middleware-retry": "^4.4.14",
43
- "@smithy/middleware-serde": "^4.2.6",
44
- "@smithy/middleware-stack": "^4.2.5",
45
- "@smithy/node-config-provider": "^4.3.5",
46
- "@smithy/node-http-handler": "^4.4.5",
47
- "@smithy/protocol-http": "^5.3.5",
48
- "@smithy/smithy-client": "^4.9.10",
49
- "@smithy/types": "^4.9.0",
50
- "@smithy/url-parser": "^4.2.5",
24
+ "@aws-sdk/core": "3.953.0",
25
+ "@aws-sdk/credential-provider-node": "3.953.0",
26
+ "@aws-sdk/middleware-host-header": "3.953.0",
27
+ "@aws-sdk/middleware-logger": "3.953.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.953.0",
29
+ "@aws-sdk/middleware-user-agent": "3.953.0",
30
+ "@aws-sdk/region-config-resolver": "3.953.0",
31
+ "@aws-sdk/types": "3.953.0",
32
+ "@aws-sdk/util-endpoints": "3.953.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.953.0",
34
+ "@aws-sdk/util-user-agent-node": "3.953.0",
35
+ "@smithy/config-resolver": "^4.4.4",
36
+ "@smithy/core": "^3.19.0",
37
+ "@smithy/fetch-http-handler": "^5.3.7",
38
+ "@smithy/hash-node": "^4.2.6",
39
+ "@smithy/invalid-dependency": "^4.2.6",
40
+ "@smithy/middleware-content-length": "^4.2.6",
41
+ "@smithy/middleware-endpoint": "^4.3.15",
42
+ "@smithy/middleware-retry": "^4.4.15",
43
+ "@smithy/middleware-serde": "^4.2.7",
44
+ "@smithy/middleware-stack": "^4.2.6",
45
+ "@smithy/node-config-provider": "^4.3.6",
46
+ "@smithy/node-http-handler": "^4.4.6",
47
+ "@smithy/protocol-http": "^5.3.6",
48
+ "@smithy/smithy-client": "^4.10.0",
49
+ "@smithy/types": "^4.10.0",
50
+ "@smithy/url-parser": "^4.2.6",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.13",
55
- "@smithy/util-defaults-mode-node": "^4.2.16",
56
- "@smithy/util-endpoints": "^3.2.5",
57
- "@smithy/util-middleware": "^4.2.5",
58
- "@smithy/util-retry": "^4.2.5",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.14",
55
+ "@smithy/util-defaults-mode-node": "^4.2.17",
56
+ "@smithy/util-endpoints": "^3.2.6",
57
+ "@smithy/util-middleware": "^4.2.6",
58
+ "@smithy/util-retry": "^4.2.6",
59
59
  "@smithy/util-utf8": "^4.2.0",
60
60
  "tslib": "^2.6.2"
61
61
  },