@aws-sdk/client-bedrock-data-automation 3.758.0 → 3.759.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/BedrockDataAutomation.js +6 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +26 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +26 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/models/models_0.js +5 -3
  8. package/dist-cjs/protocols/Aws_restJson1.js +88 -3
  9. package/dist-es/BedrockDataAutomation.js +6 -0
  10. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  11. package/dist-es/commands/TagResourceCommand.js +22 -0
  12. package/dist-es/commands/UntagResourceCommand.js +22 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +5 -3
  15. package/dist-es/protocols/Aws_restJson1.js +81 -2
  16. package/dist-types/BedrockDataAutomation.d.ts +21 -0
  17. package/dist-types/BedrockDataAutomationClient.d.ts +5 -2
  18. package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +11 -5
  20. package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +5 -5
  21. package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +93 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +87 -0
  24. package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +14 -5
  26. package/dist-types/commands/index.d.ts +3 -0
  27. package/dist-types/models/models_0.d.ts +101 -3
  28. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  29. package/dist-types/ts3.4/BedrockDataAutomation.d.ts +51 -0
  30. package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +18 -0
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  35. package/dist-types/ts3.4/models/models_0.d.ts +29 -3
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  37. package/package.json +1 -1
@@ -16,6 +16,9 @@ import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "./commands/
16
16
  import { GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput } from "./commands/GetDataAutomationProjectCommand";
17
17
  import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
18
18
  import { ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput } from "./commands/ListDataAutomationProjectsCommand";
19
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
20
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
21
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
22
  import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "./commands/UpdateBlueprintCommand";
20
23
  import { UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput } from "./commands/UpdateDataAutomationProjectCommand";
21
24
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -24,11 +27,11 @@ export { __Client };
24
27
  /**
25
28
  * @public
26
29
  */
27
- export type ServiceInputTypes = CreateBlueprintCommandInput | CreateBlueprintVersionCommandInput | CreateDataAutomationProjectCommandInput | DeleteBlueprintCommandInput | DeleteDataAutomationProjectCommandInput | GetBlueprintCommandInput | GetDataAutomationProjectCommandInput | ListBlueprintsCommandInput | ListDataAutomationProjectsCommandInput | UpdateBlueprintCommandInput | UpdateDataAutomationProjectCommandInput;
30
+ export type ServiceInputTypes = CreateBlueprintCommandInput | CreateBlueprintVersionCommandInput | CreateDataAutomationProjectCommandInput | DeleteBlueprintCommandInput | DeleteDataAutomationProjectCommandInput | GetBlueprintCommandInput | GetDataAutomationProjectCommandInput | ListBlueprintsCommandInput | ListDataAutomationProjectsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateDataAutomationProjectCommandInput;
28
31
  /**
29
32
  * @public
30
33
  */
31
- export type ServiceOutputTypes = CreateBlueprintCommandOutput | CreateBlueprintVersionCommandOutput | CreateDataAutomationProjectCommandOutput | DeleteBlueprintCommandOutput | DeleteDataAutomationProjectCommandOutput | GetBlueprintCommandOutput | GetDataAutomationProjectCommandOutput | ListBlueprintsCommandOutput | ListDataAutomationProjectsCommandOutput | UpdateBlueprintCommandOutput | UpdateDataAutomationProjectCommandOutput;
34
+ export type ServiceOutputTypes = CreateBlueprintCommandOutput | CreateBlueprintVersionCommandOutput | CreateDataAutomationProjectCommandOutput | DeleteBlueprintCommandOutput | DeleteDataAutomationProjectCommandOutput | GetBlueprintCommandOutput | GetDataAutomationProjectCommandOutput | ListBlueprintsCommandOutput | ListDataAutomationProjectsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateDataAutomationProjectCommandOutput;
32
35
  /**
33
36
  * @public
34
37
  */
@@ -46,6 +46,12 @@ declare const CreateBlueprintCommand_base: {
46
46
  * "<keys>": "STRING_VALUE",
47
47
  * },
48
48
  * },
49
+ * tags: [ // TagList
50
+ * { // Tag
51
+ * key: "STRING_VALUE", // required
52
+ * value: "STRING_VALUE", // required
53
+ * },
54
+ * ],
49
55
  * };
50
56
  * const command = new CreateBlueprintCommand(input);
51
57
  * const response = await client.send(command);
@@ -69,7 +69,7 @@ declare const CreateDataAutomationProjectCommand_base: {
69
69
  * category: { // ImageExtractionCategory
70
70
  * state: "ENABLED" || "DISABLED", // required
71
71
  * types: [ // ImageExtractionCategoryTypes
72
- * "CONTENT_MODERATION" || "TEXT_DETECTION",
72
+ * "CONTENT_MODERATION" || "TEXT_DETECTION" || "LOGOS",
73
73
  * ],
74
74
  * },
75
75
  * boundingBox: { // ImageBoundingBox
@@ -88,7 +88,7 @@ declare const CreateDataAutomationProjectCommand_base: {
88
88
  * category: { // VideoExtractionCategory
89
89
  * state: "ENABLED" || "DISABLED", // required
90
90
  * types: [ // VideoExtractionCategoryTypes
91
- * "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT",
91
+ * "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT" || "LOGOS",
92
92
  * ],
93
93
  * },
94
94
  * boundingBox: { // VideoBoundingBox
@@ -98,7 +98,7 @@ declare const CreateDataAutomationProjectCommand_base: {
98
98
  * generativeField: { // VideoStandardGenerativeField
99
99
  * state: "ENABLED" || "DISABLED", // required
100
100
  * types: [ // VideoStandardGenerativeFieldTypes
101
- * "VIDEO_SUMMARY" || "SCENE_SUMMARY" || "IAB",
101
+ * "VIDEO_SUMMARY" || "IAB" || "CHAPTER_SUMMARY",
102
102
  * ],
103
103
  * },
104
104
  * },
@@ -107,14 +107,14 @@ declare const CreateDataAutomationProjectCommand_base: {
107
107
  * category: { // AudioExtractionCategory
108
108
  * state: "ENABLED" || "DISABLED", // required
109
109
  * types: [ // AudioExtractionCategoryTypes
110
- * "AUDIO_CONTENT_MODERATION" || "CHAPTER_CONTENT_MODERATION" || "TRANSCRIPT",
110
+ * "AUDIO_CONTENT_MODERATION" || "TRANSCRIPT" || "TOPIC_CONTENT_MODERATION",
111
111
  * ],
112
112
  * },
113
113
  * },
114
114
  * generativeField: { // AudioStandardGenerativeField
115
115
  * state: "ENABLED" || "DISABLED", // required
116
116
  * types: [ // AudioStandardGenerativeFieldTypes
117
- * "AUDIO_SUMMARY" || "CHAPTER_SUMMARY" || "IAB",
117
+ * "AUDIO_SUMMARY" || "IAB" || "TOPIC_SUMMARY",
118
118
  * ],
119
119
  * },
120
120
  * },
@@ -142,6 +142,12 @@ declare const CreateDataAutomationProjectCommand_base: {
142
142
  * "<keys>": "STRING_VALUE",
143
143
  * },
144
144
  * },
145
+ * tags: [ // TagList
146
+ * { // Tag
147
+ * key: "STRING_VALUE", // required
148
+ * value: "STRING_VALUE", // required
149
+ * },
150
+ * ],
145
151
  * };
146
152
  * const command = new CreateDataAutomationProjectCommand(input);
147
153
  * const response = await client.send(command);
@@ -79,7 +79,7 @@ declare const GetDataAutomationProjectCommand_base: {
79
79
  * // category: { // ImageExtractionCategory
80
80
  * // state: "ENABLED" || "DISABLED", // required
81
81
  * // types: [ // ImageExtractionCategoryTypes
82
- * // "CONTENT_MODERATION" || "TEXT_DETECTION",
82
+ * // "CONTENT_MODERATION" || "TEXT_DETECTION" || "LOGOS",
83
83
  * // ],
84
84
  * // },
85
85
  * // boundingBox: { // ImageBoundingBox
@@ -98,7 +98,7 @@ declare const GetDataAutomationProjectCommand_base: {
98
98
  * // category: { // VideoExtractionCategory
99
99
  * // state: "ENABLED" || "DISABLED", // required
100
100
  * // types: [ // VideoExtractionCategoryTypes
101
- * // "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT",
101
+ * // "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT" || "LOGOS",
102
102
  * // ],
103
103
  * // },
104
104
  * // boundingBox: { // VideoBoundingBox
@@ -108,7 +108,7 @@ declare const GetDataAutomationProjectCommand_base: {
108
108
  * // generativeField: { // VideoStandardGenerativeField
109
109
  * // state: "ENABLED" || "DISABLED", // required
110
110
  * // types: [ // VideoStandardGenerativeFieldTypes
111
- * // "VIDEO_SUMMARY" || "SCENE_SUMMARY" || "IAB",
111
+ * // "VIDEO_SUMMARY" || "IAB" || "CHAPTER_SUMMARY",
112
112
  * // ],
113
113
  * // },
114
114
  * // },
@@ -117,14 +117,14 @@ declare const GetDataAutomationProjectCommand_base: {
117
117
  * // category: { // AudioExtractionCategory
118
118
  * // state: "ENABLED" || "DISABLED", // required
119
119
  * // types: [ // AudioExtractionCategoryTypes
120
- * // "AUDIO_CONTENT_MODERATION" || "CHAPTER_CONTENT_MODERATION" || "TRANSCRIPT",
120
+ * // "AUDIO_CONTENT_MODERATION" || "TRANSCRIPT" || "TOPIC_CONTENT_MODERATION",
121
121
  * // ],
122
122
  * // },
123
123
  * // },
124
124
  * // generativeField: { // AudioStandardGenerativeField
125
125
  * // state: "ENABLED" || "DISABLED", // required
126
126
  * // types: [ // AudioStandardGenerativeFieldTypes
127
- * // "AUDIO_SUMMARY" || "CHAPTER_SUMMARY" || "IAB",
127
+ * // "AUDIO_SUMMARY" || "IAB" || "TOPIC_SUMMARY",
128
128
  * // ],
129
129
  * // },
130
130
  * // },
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListTagsForResourceCommand}.
14
+ */
15
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListTagsForResourceCommand}.
21
+ */
22
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const ListTagsForResourceCommand_base: {
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * List tags for an Amazon Bedrock Data Automation resource
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, ListTagsForResourceCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, ListTagsForResourceCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * const client = new BedrockDataAutomationClient(config);
37
+ * const input = { // ListTagsForResourceRequest
38
+ * resourceARN: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new ListTagsForResourceCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // ListTagsForResourceResponse
43
+ * // tags: [ // TagList
44
+ * // { // Tag
45
+ * // key: "STRING_VALUE", // required
46
+ * // value: "STRING_VALUE", // required
47
+ * // },
48
+ * // ],
49
+ * // };
50
+ *
51
+ * ```
52
+ *
53
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
54
+ * @returns {@link ListTagsForResourceCommandOutput}
55
+ * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
56
+ * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
57
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
58
+ *
59
+ * @throws {@link AccessDeniedException} (client fault)
60
+ * This exception is thrown when a request is denied per access permissions
61
+ *
62
+ * @throws {@link InternalServerException} (server fault)
63
+ * This exception is thrown if there was an unexpected error during processing of request
64
+ *
65
+ * @throws {@link ResourceNotFoundException} (client fault)
66
+ * This exception is thrown when a resource referenced by the operation does not exist
67
+ *
68
+ * @throws {@link ThrottlingException} (client fault)
69
+ * This exception is thrown when the number of requests exceeds the limit
70
+ *
71
+ * @throws {@link ValidationException} (client fault)
72
+ * This exception is thrown when the request's input validation fails
73
+ *
74
+ * @throws {@link BedrockDataAutomationServiceException}
75
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
76
+ *
77
+ * @public
78
+ */
79
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link TagResourceCommand}.
14
+ */
15
+ export interface TagResourceCommandInput extends TagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link TagResourceCommand}.
21
+ */
22
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const TagResourceCommand_base: {
25
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Tag an Amazon Bedrock Data Automation resource
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, TagResourceCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, TagResourceCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * const client = new BedrockDataAutomationClient(config);
37
+ * const input = { // TagResourceRequest
38
+ * resourceARN: "STRING_VALUE", // required
39
+ * tags: [ // TagList // required
40
+ * { // Tag
41
+ * key: "STRING_VALUE", // required
42
+ * value: "STRING_VALUE", // required
43
+ * },
44
+ * ],
45
+ * };
46
+ * const command = new TagResourceCommand(input);
47
+ * const response = await client.send(command);
48
+ * // {};
49
+ *
50
+ * ```
51
+ *
52
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
53
+ * @returns {@link TagResourceCommandOutput}
54
+ * @see {@link TagResourceCommandInput} for command's `input` shape.
55
+ * @see {@link TagResourceCommandOutput} for command's `response` shape.
56
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * This exception is thrown when a request is denied per access permissions
60
+ *
61
+ * @throws {@link InternalServerException} (server fault)
62
+ * This exception is thrown if there was an unexpected error during processing of request
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * This exception is thrown when a resource referenced by the operation does not exist
66
+ *
67
+ * @throws {@link ServiceQuotaExceededException} (client fault)
68
+ * This exception is thrown when a request is made beyond the service quota
69
+ *
70
+ * @throws {@link ThrottlingException} (client fault)
71
+ * This exception is thrown when the number of requests exceeds the limit
72
+ *
73
+ * @throws {@link ValidationException} (client fault)
74
+ * This exception is thrown when the request's input validation fails
75
+ *
76
+ * @throws {@link BedrockDataAutomationServiceException}
77
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
78
+ *
79
+ * @public
80
+ */
81
+ export declare class TagResourceCommand extends TagResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: TagResourceRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: TagResourceCommandInput;
90
+ output: TagResourceCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -0,0 +1,87 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UntagResourceCommand}.
14
+ */
15
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UntagResourceCommand}.
21
+ */
22
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const UntagResourceCommand_base: {
25
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Untag an Amazon Bedrock Data Automation resource
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockDataAutomationClient, UntagResourceCommand } from "@aws-sdk/client-bedrock-data-automation"; // ES Modules import
35
+ * // const { BedrockDataAutomationClient, UntagResourceCommand } = require("@aws-sdk/client-bedrock-data-automation"); // CommonJS import
36
+ * const client = new BedrockDataAutomationClient(config);
37
+ * const input = { // UntagResourceRequest
38
+ * resourceARN: "STRING_VALUE", // required
39
+ * tagKeys: [ // TagKeyList // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * };
43
+ * const command = new UntagResourceCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
50
+ * @returns {@link UntagResourceCommandOutput}
51
+ * @see {@link UntagResourceCommandInput} for command's `input` shape.
52
+ * @see {@link UntagResourceCommandOutput} for command's `response` shape.
53
+ * @see {@link BedrockDataAutomationClientResolvedConfig | config} for BedrockDataAutomationClient's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * This exception is thrown when a request is denied per access permissions
57
+ *
58
+ * @throws {@link InternalServerException} (server fault)
59
+ * This exception is thrown if there was an unexpected error during processing of request
60
+ *
61
+ * @throws {@link ResourceNotFoundException} (client fault)
62
+ * This exception is thrown when a resource referenced by the operation does not exist
63
+ *
64
+ * @throws {@link ThrottlingException} (client fault)
65
+ * This exception is thrown when the number of requests exceeds the limit
66
+ *
67
+ * @throws {@link ValidationException} (client fault)
68
+ * This exception is thrown when the request's input validation fails
69
+ *
70
+ * @throws {@link BedrockDataAutomationServiceException}
71
+ * <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
72
+ *
73
+ * @public
74
+ */
75
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
87
+ }
@@ -38,6 +38,12 @@ declare const UpdateBlueprintCommand_base: {
38
38
  * blueprintArn: "STRING_VALUE", // required
39
39
  * schema: "STRING_VALUE", // required
40
40
  * blueprintStage: "DEVELOPMENT" || "LIVE",
41
+ * encryptionConfiguration: { // EncryptionConfiguration
42
+ * kmsKeyId: "STRING_VALUE", // required
43
+ * kmsEncryptionContext: { // KmsEncryptionContext
44
+ * "<keys>": "STRING_VALUE",
45
+ * },
46
+ * },
41
47
  * };
42
48
  * const command = new UpdateBlueprintCommand(input);
43
49
  * const response = await client.send(command);
@@ -69,7 +69,7 @@ declare const UpdateDataAutomationProjectCommand_base: {
69
69
  * category: { // ImageExtractionCategory
70
70
  * state: "ENABLED" || "DISABLED", // required
71
71
  * types: [ // ImageExtractionCategoryTypes
72
- * "CONTENT_MODERATION" || "TEXT_DETECTION",
72
+ * "CONTENT_MODERATION" || "TEXT_DETECTION" || "LOGOS",
73
73
  * ],
74
74
  * },
75
75
  * boundingBox: { // ImageBoundingBox
@@ -88,7 +88,7 @@ declare const UpdateDataAutomationProjectCommand_base: {
88
88
  * category: { // VideoExtractionCategory
89
89
  * state: "ENABLED" || "DISABLED", // required
90
90
  * types: [ // VideoExtractionCategoryTypes
91
- * "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT",
91
+ * "CONTENT_MODERATION" || "TEXT_DETECTION" || "TRANSCRIPT" || "LOGOS",
92
92
  * ],
93
93
  * },
94
94
  * boundingBox: { // VideoBoundingBox
@@ -98,7 +98,7 @@ declare const UpdateDataAutomationProjectCommand_base: {
98
98
  * generativeField: { // VideoStandardGenerativeField
99
99
  * state: "ENABLED" || "DISABLED", // required
100
100
  * types: [ // VideoStandardGenerativeFieldTypes
101
- * "VIDEO_SUMMARY" || "SCENE_SUMMARY" || "IAB",
101
+ * "VIDEO_SUMMARY" || "IAB" || "CHAPTER_SUMMARY",
102
102
  * ],
103
103
  * },
104
104
  * },
@@ -107,14 +107,14 @@ declare const UpdateDataAutomationProjectCommand_base: {
107
107
  * category: { // AudioExtractionCategory
108
108
  * state: "ENABLED" || "DISABLED", // required
109
109
  * types: [ // AudioExtractionCategoryTypes
110
- * "AUDIO_CONTENT_MODERATION" || "CHAPTER_CONTENT_MODERATION" || "TRANSCRIPT",
110
+ * "AUDIO_CONTENT_MODERATION" || "TRANSCRIPT" || "TOPIC_CONTENT_MODERATION",
111
111
  * ],
112
112
  * },
113
113
  * },
114
114
  * generativeField: { // AudioStandardGenerativeField
115
115
  * state: "ENABLED" || "DISABLED", // required
116
116
  * types: [ // AudioStandardGenerativeFieldTypes
117
- * "AUDIO_SUMMARY" || "CHAPTER_SUMMARY" || "IAB",
117
+ * "AUDIO_SUMMARY" || "IAB" || "TOPIC_SUMMARY",
118
118
  * ],
119
119
  * },
120
120
  * },
@@ -135,6 +135,12 @@ declare const UpdateDataAutomationProjectCommand_base: {
135
135
  * },
136
136
  * },
137
137
  * },
138
+ * encryptionConfiguration: { // EncryptionConfiguration
139
+ * kmsKeyId: "STRING_VALUE", // required
140
+ * kmsEncryptionContext: { // KmsEncryptionContext
141
+ * "<keys>": "STRING_VALUE",
142
+ * },
143
+ * },
138
144
  * };
139
145
  * const command = new UpdateDataAutomationProjectCommand(input);
140
146
  * const response = await client.send(command);
@@ -164,6 +170,9 @@ declare const UpdateDataAutomationProjectCommand_base: {
164
170
  * @throws {@link ResourceNotFoundException} (client fault)
165
171
  * This exception is thrown when a resource referenced by the operation does not exist
166
172
  *
173
+ * @throws {@link ServiceQuotaExceededException} (client fault)
174
+ * This exception is thrown when a request is made beyond the service quota
175
+ *
167
176
  * @throws {@link ThrottlingException} (client fault)
168
177
  * This exception is thrown when the number of requests exceeds the limit
169
178
  *
@@ -7,5 +7,8 @@ export * from "./GetBlueprintCommand";
7
7
  export * from "./GetDataAutomationProjectCommand";
8
8
  export * from "./ListBlueprintsCommand";
9
9
  export * from "./ListDataAutomationProjectsCommand";
10
+ export * from "./ListTagsForResourceCommand";
11
+ export * from "./TagResourceCommand";
12
+ export * from "./UntagResourceCommand";
10
13
  export * from "./UpdateBlueprintCommand";
11
14
  export * from "./UpdateDataAutomationProjectCommand";