@aws-sdk/client-bedrock-data-automation 3.775.0 → 3.782.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-types/commands/CreateBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +1 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +1 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -101,6 +101,7 @@ declare const CreateBlueprintCommand_base: {
|
|
|
101
101
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateBlueprintVersionCommand_base: {
|
|
|
86
86
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateBlueprintVersionCommand extends CreateBlueprintVersionCommand_base {
|
|
@@ -186,6 +186,7 @@ declare const CreateDataAutomationProjectCommand_base: {
|
|
|
186
186
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
187
187
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
188
188
|
*
|
|
189
|
+
*
|
|
189
190
|
* @public
|
|
190
191
|
*/
|
|
191
192
|
export declare class CreateDataAutomationProjectCommand extends CreateDataAutomationProjectCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteBlueprintCommand_base: {
|
|
|
68
68
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteDataAutomationProjectCommand_base: {
|
|
|
70
70
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteDataAutomationProjectCommand extends DeleteDataAutomationProjectCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetBlueprintCommand_base: {
|
|
|
84
84
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
|
|
@@ -179,6 +179,7 @@ declare const GetDataAutomationProjectCommand_base: {
|
|
|
179
179
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
180
180
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
181
181
|
*
|
|
182
|
+
*
|
|
182
183
|
* @public
|
|
183
184
|
*/
|
|
184
185
|
export declare class GetDataAutomationProjectCommand extends GetDataAutomationProjectCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListBlueprintsCommand_base: {
|
|
|
87
87
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListBlueprintsCommand extends ListBlueprintsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListDataAutomationProjectsCommand_base: {
|
|
|
85
85
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListDataAutomationProjectsCommand extends ListDataAutomationProjectsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const UpdateBlueprintCommand_base: {
|
|
|
93
93
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateBlueprintCommand extends UpdateBlueprintCommand_base {
|
|
@@ -182,6 +182,7 @@ declare const UpdateDataAutomationProjectCommand_base: {
|
|
|
182
182
|
* @throws {@link BedrockDataAutomationServiceException}
|
|
183
183
|
* <p>Base exception class for all service exceptions from BedrockDataAutomation service.</p>
|
|
184
184
|
*
|
|
185
|
+
*
|
|
185
186
|
* @public
|
|
186
187
|
*/
|
|
187
188
|
export declare class UpdateDataAutomationProjectCommand extends UpdateDataAutomationProjectCommand_base {
|
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.
|
|
4
|
+
"version": "3.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|