@aws-sdk/client-bedrock-data-automation 3.810.0 → 3.812.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.
@@ -37,6 +37,7 @@ exports.Type = {
37
37
  AUDIO: "AUDIO",
38
38
  DOCUMENT: "DOCUMENT",
39
39
  IMAGE: "IMAGE",
40
+ VIDEO: "VIDEO",
40
41
  };
41
42
  class InternalServerException extends BedrockDataAutomationServiceException_1.BedrockDataAutomationServiceException {
42
43
  name = "InternalServerException";
@@ -32,6 +32,7 @@ export const Type = {
32
32
  AUDIO: "AUDIO",
33
33
  DOCUMENT: "DOCUMENT",
34
34
  IMAGE: "IMAGE",
35
+ VIDEO: "VIDEO",
35
36
  };
36
37
  export class InternalServerException extends __BaseException {
37
38
  name = "InternalServerException";
@@ -36,7 +36,7 @@ declare const CreateBlueprintCommand_base: {
36
36
  * const client = new BedrockDataAutomationClient(config);
37
37
  * const input = { // CreateBlueprintRequest
38
38
  * blueprintName: "STRING_VALUE", // required
39
- * type: "DOCUMENT" || "IMAGE" || "AUDIO", // required
39
+ * type: "DOCUMENT" || "IMAGE" || "AUDIO" || "VIDEO", // required
40
40
  * blueprintStage: "DEVELOPMENT" || "LIVE",
41
41
  * schema: "STRING_VALUE", // required
42
42
  * clientToken: "STRING_VALUE",
@@ -59,7 +59,7 @@ declare const CreateBlueprintCommand_base: {
59
59
  * // blueprint: { // Blueprint
60
60
  * // blueprintArn: "STRING_VALUE", // required
61
61
  * // schema: "STRING_VALUE", // required
62
- * // type: "DOCUMENT" || "IMAGE" || "AUDIO", // required
62
+ * // type: "DOCUMENT" || "IMAGE" || "AUDIO" || "VIDEO", // required
63
63
  * // creationTime: new Date("TIMESTAMP"), // required
64
64
  * // lastModifiedTime: new Date("TIMESTAMP"), // required
65
65
  * // blueprintName: "STRING_VALUE", // required
@@ -44,7 +44,7 @@ declare const CreateBlueprintVersionCommand_base: {
44
44
  * // blueprint: { // Blueprint
45
45
  * // blueprintArn: "STRING_VALUE", // required
46
46
  * // schema: "STRING_VALUE", // required
47
- * // type: "DOCUMENT" || "IMAGE" || "AUDIO", // required
47
+ * // type: "DOCUMENT" || "IMAGE" || "AUDIO" || "VIDEO", // required
48
48
  * // creationTime: new Date("TIMESTAMP"), // required
49
49
  * // lastModifiedTime: new Date("TIMESTAMP"), // required
50
50
  * // blueprintName: "STRING_VALUE", // required
@@ -45,7 +45,7 @@ declare const GetBlueprintCommand_base: {
45
45
  * // blueprint: { // Blueprint
46
46
  * // blueprintArn: "STRING_VALUE", // required
47
47
  * // schema: "STRING_VALUE", // required
48
- * // type: "DOCUMENT" || "IMAGE" || "AUDIO", // required
48
+ * // type: "DOCUMENT" || "IMAGE" || "AUDIO" || "VIDEO", // required
49
49
  * // creationTime: new Date("TIMESTAMP"), // required
50
50
  * // lastModifiedTime: new Date("TIMESTAMP"), // required
51
51
  * // blueprintName: "STRING_VALUE", // required
@@ -51,7 +51,7 @@ declare const UpdateBlueprintCommand_base: {
51
51
  * // blueprint: { // Blueprint
52
52
  * // blueprintArn: "STRING_VALUE", // required
53
53
  * // schema: "STRING_VALUE", // required
54
- * // type: "DOCUMENT" || "IMAGE" || "AUDIO", // required
54
+ * // type: "DOCUMENT" || "IMAGE" || "AUDIO" || "VIDEO", // required
55
55
  * // creationTime: new Date("TIMESTAMP"), // required
56
56
  * // lastModifiedTime: new Date("TIMESTAMP"), // required
57
57
  * // blueprintName: "STRING_VALUE", // required
@@ -76,6 +76,7 @@ export declare const Type: {
76
76
  readonly AUDIO: "AUDIO";
77
77
  readonly DOCUMENT: "DOCUMENT";
78
78
  readonly IMAGE: "IMAGE";
79
+ readonly VIDEO: "VIDEO";
79
80
  };
80
81
  /**
81
82
  * @public
@@ -30,6 +30,7 @@ export declare const Type: {
30
30
  readonly AUDIO: "AUDIO";
31
31
  readonly DOCUMENT: "DOCUMENT";
32
32
  readonly IMAGE: "IMAGE";
33
+ readonly VIDEO: "VIDEO";
33
34
  };
34
35
  export type Type = (typeof Type)[keyof typeof Type];
35
36
  export interface CreateBlueprintRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-data-automation",
3
3
  "description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
4
- "version": "3.810.0",
4
+ "version": "3.812.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.810.0",
24
- "@aws-sdk/credential-provider-node": "3.810.0",
23
+ "@aws-sdk/core": "3.812.0",
24
+ "@aws-sdk/credential-provider-node": "3.812.0",
25
25
  "@aws-sdk/middleware-host-header": "3.804.0",
26
26
  "@aws-sdk/middleware-logger": "3.804.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.810.0",
28
+ "@aws-sdk/middleware-user-agent": "3.812.0",
29
29
  "@aws-sdk/region-config-resolver": "3.808.0",
30
30
  "@aws-sdk/types": "3.804.0",
31
31
  "@aws-sdk/util-endpoints": "3.808.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.810.0",
33
+ "@aws-sdk/util-user-agent-node": "3.812.0",
34
34
  "@smithy/config-resolver": "^4.1.2",
35
35
  "@smithy/core": "^3.3.3",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",