@aws-sdk/client-bedrock-data-automation 3.1077.0 → 3.1078.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 +35 -273
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CopyBlueprintStageCommand.js +2 -14
- package/dist-es/commands/CreateBlueprintCommand.js +2 -14
- package/dist-es/commands/CreateBlueprintVersionCommand.js +2 -14
- package/dist-es/commands/CreateDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/CreateDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/DeleteBlueprintCommand.js +2 -14
- package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/DeleteDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/GetBlueprintCommand.js +2 -14
- package/dist-es/commands/GetBlueprintOptimizationStatusCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +2 -14
- package/dist-es/commands/GetDataAutomationProjectCommand.js +2 -14
- package/dist-es/commands/InvokeBlueprintOptimizationAsyncCommand.js +2 -14
- package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +2 -14
- package/dist-es/commands/ListBlueprintsCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibrariesCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +2 -14
- package/dist-es/commands/ListDataAutomationProjectsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateBlueprintCommand.js +2 -14
- package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +2 -14
- package/dist-es/commands/UpdateDataAutomationProjectCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CopyBlueprintStageCommand.d.ts +3 -8
- package/dist-types/commands/CreateBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/GetBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/GetBlueprintOptimizationStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +3 -8
- package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
- package/dist-types/commands/ListBlueprintsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CopyBlueprintStageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBlueprintVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBlueprintOptimizationStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDataAutomationProjectsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDataAutomationProjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDataAutomationProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDataAutomationProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationProject", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "GetDataAutomationProjectCommand")
|
|
14
|
-
.sc(GetDataAutomationProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDataAutomationProjectCommand extends command(_ep0, _mw0, "GetDataAutomationProject", GetDataAutomationProject$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InvokeBlueprintOptimizationAsync$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InvokeBlueprintOptimizationAsyncCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeBlueprintOptimizationAsync", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "InvokeBlueprintOptimizationAsyncCommand")
|
|
14
|
-
.sc(InvokeBlueprintOptimizationAsync$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InvokeBlueprintOptimizationAsyncCommand extends command(_ep0, _mw0, "InvokeBlueprintOptimizationAsync", InvokeBlueprintOptimizationAsync$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InvokeDataAutomationLibraryIngestionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InvokeDataAutomationLibraryIngestionJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "InvokeDataAutomationLibraryIngestionJob", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "InvokeDataAutomationLibraryIngestionJobCommand")
|
|
14
|
-
.sc(InvokeDataAutomationLibraryIngestionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InvokeDataAutomationLibraryIngestionJobCommand extends command(_ep0, _mw0, "InvokeDataAutomationLibraryIngestionJob", InvokeDataAutomationLibraryIngestionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBlueprints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBlueprintsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListBlueprints", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListBlueprintsCommand")
|
|
14
|
-
.sc(ListBlueprints$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBlueprintsCommand extends command(_ep0, _mw0, "ListBlueprints", ListBlueprints$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataAutomationLibraries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataAutomationLibrariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraries", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibrariesCommand")
|
|
14
|
-
.sc(ListDataAutomationLibraries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataAutomationLibrariesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraries", ListDataAutomationLibraries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataAutomationLibraryEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataAutomationLibraryEntitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryEntities", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryEntitiesCommand")
|
|
14
|
-
.sc(ListDataAutomationLibraryEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataAutomationLibraryEntitiesCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryEntities", ListDataAutomationLibraryEntities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataAutomationLibraryIngestionJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataAutomationLibraryIngestionJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationLibraryIngestionJobs", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationLibraryIngestionJobsCommand")
|
|
14
|
-
.sc(ListDataAutomationLibraryIngestionJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataAutomationLibraryIngestionJobsCommand extends command(_ep0, _mw0, "ListDataAutomationLibraryIngestionJobs", ListDataAutomationLibraryIngestionJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDataAutomationProjects$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDataAutomationProjectsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListDataAutomationProjects", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListDataAutomationProjectsCommand")
|
|
14
|
-
.sc(ListDataAutomationProjects$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDataAutomationProjectsCommand extends command(_ep0, _mw0, "ListDataAutomationProjects", ListDataAutomationProjects$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "ListTagsForResource", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "TagResource", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UntagResource", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateBlueprint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateBlueprintCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateBlueprint", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "UpdateBlueprintCommand")
|
|
14
|
-
.sc(UpdateBlueprint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateBlueprintCommand extends command(_ep0, _mw0, "UpdateBlueprint", UpdateBlueprint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDataAutomationLibraryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationLibrary", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationLibraryCommand")
|
|
14
|
-
.sc(UpdateDataAutomationLibrary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDataAutomationLibraryCommand extends command(_ep0, _mw0, "UpdateDataAutomationLibrary", UpdateDataAutomationLibrary$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateDataAutomationProject$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateDataAutomationProjectCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonBedrockKeystoneBuildTimeService", "UpdateDataAutomationProject", {})
|
|
13
|
-
.n("BedrockDataAutomationClient", "UpdateDataAutomationProjectCommand")
|
|
14
|
-
.sc(UpdateDataAutomationProject$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateDataAutomationProjectCommand extends command(_ep0, _mw0, "UpdateDataAutomationProject", UpdateDataAutomationProject$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./BedrockDataAutomationClient";
|
|
2
2
|
export * from "./BedrockDataAutomation";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BedrockDataAutomationClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { CopyBlueprintStageRequest, CopyBlueprintStageResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CopyBlueprintStageCommandInput extends CopyBlueprintStageReques
|
|
|
22
19
|
export interface CopyBlueprintStageCommandOutput extends CopyBlueprintStageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CopyBlueprintStageCommand_base: {
|
|
25
|
-
new (input: CopyBlueprintStageCommandInput): import("@smithy/core/client").CommandImpl<CopyBlueprintStageCommandInput, CopyBlueprintStageCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CopyBlueprintStageCommandInput): import("@smithy/core/client").CommandImpl<CopyBlueprintStageCommandInput, CopyBlueprintStageCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CopyBlueprintStageCommandInput): import("@smithy/core/client").CommandImpl<CopyBlueprintStageCommandInput, CopyBlueprintStageCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CopyBlueprintStageCommandInput): import("@smithy/core/client").CommandImpl<CopyBlueprintStageCommandInput, CopyBlueprintStageCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Copies a Blueprint from one stage to another
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {
|
|
|
22
19
|
export interface CreateBlueprintCommandOutput extends CreateBlueprintResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBlueprintCommand_base: {
|
|
25
|
-
new (input: CreateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintCommandInput, CreateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Creates an Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { CreateBlueprintVersionRequest, CreateBlueprintVersionResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateBlueprintVersionCommandInput extends CreateBlueprintVersi
|
|
|
22
19
|
export interface CreateBlueprintVersionCommandOutput extends CreateBlueprintVersionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateBlueprintVersionCommand_base: {
|
|
25
|
-
new (input: CreateBlueprintVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintVersionCommandInput, CreateBlueprintVersionCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateBlueprintVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintVersionCommandInput, CreateBlueprintVersionCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateBlueprintVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintVersionCommandInput, CreateBlueprintVersionCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateBlueprintVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBlueprintVersionCommandInput, CreateBlueprintVersionCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Creates a new version of an existing Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { CreateDataAutomationLibraryRequest, CreateDataAutomationLibraryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDataAutomationLibraryCommandInput extends CreateDataAutom
|
|
|
22
19
|
export interface CreateDataAutomationLibraryCommandOutput extends CreateDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationLibraryCommandInput, CreateDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Creates an Amazon Bedrock Data Automation Library
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { CreateDataAutomationProjectRequest, CreateDataAutomationProjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateDataAutomationProjectCommandInput extends CreateDataAutom
|
|
|
22
19
|
export interface CreateDataAutomationProjectCommandOutput extends CreateDataAutomationProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: CreateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationProjectCommandInput, CreateDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationProjectCommandInput, CreateDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationProjectCommandInput, CreateDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<CreateDataAutomationProjectCommandInput, CreateDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Creates an Amazon Bedrock Data Automation Project
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {
|
|
|
22
19
|
export interface DeleteBlueprintCommandOutput extends DeleteBlueprintResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteBlueprintCommand_base: {
|
|
25
|
-
new (input: DeleteBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteBlueprintCommandInput): import("@smithy/core/client").CommandImpl<DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Deletes an existing Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { DeleteDataAutomationLibraryRequest, DeleteDataAutomationLibraryResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDataAutomationLibraryCommandInput extends DeleteDataAutom
|
|
|
22
19
|
export interface DeleteDataAutomationLibraryCommandOutput extends DeleteDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Deletes an existing Amazon Bedrock Data Automation Library
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { DeleteDataAutomationProjectRequest, DeleteDataAutomationProjectResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteDataAutomationProjectCommandInput extends DeleteDataAutom
|
|
|
22
19
|
export interface DeleteDataAutomationProjectCommandOutput extends DeleteDataAutomationProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Deletes an existing Amazon Bedrock Data Automation Project
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBlueprintCommandInput extends GetBlueprintRequest {
|
|
|
22
19
|
export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBlueprintCommand_base: {
|
|
25
|
-
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Gets an existing Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
2
|
import type { GetBlueprintOptimizationStatusRequest, GetBlueprintOptimizationStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBlueprintOptimizationStatusCommandInput extends GetBlueprint
|
|
|
22
19
|
export interface GetBlueprintOptimizationStatusCommandOutput extends GetBlueprintOptimizationStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBlueprintOptimizationStatusCommand_base: {
|
|
25
|
-
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* API used to get blueprint optimization status.
|