@aws-sdk/client-bedrock-data-automation 3.1022.0 → 3.1024.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/README.md +70 -0
- package/dist-cjs/index.js +176 -3
- package/dist-cjs/schemas/schemas_0.js +381 -17
- package/dist-es/BedrockDataAutomation.js +26 -0
- package/dist-es/commands/CreateDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +16 -0
- package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +16 -0
- package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibrariesCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +16 -0
- package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +16 -0
- package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +16 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/enums.js +20 -3
- package/dist-es/pagination/ListDataAutomationLibrariesPaginator.js +4 -0
- package/dist-es/pagination/ListDataAutomationLibraryEntitiesPaginator.js +4 -0
- package/dist-es/pagination/ListDataAutomationLibraryIngestionJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +377 -14
- package/dist-types/BedrockDataAutomation.d.ts +92 -0
- package/dist-types/BedrockDataAutomationClient.d.ts +12 -2
- package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +107 -0
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +93 -0
- package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +105 -0
- package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +104 -0
- package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +102 -0
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +140 -0
- package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +98 -0
- package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +103 -0
- package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +101 -0
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +7 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/enums.d.ts +53 -4
- package/dist-types/models/models_0.d.ts +897 -1
- package/dist-types/pagination/ListDataAutomationLibrariesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +52 -1
- package/dist-types/ts3.4/BedrockDataAutomation.d.ts +216 -0
- package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/enums.d.ts +29 -5
- package/dist-types/ts3.4/models/models_0.d.ts +267 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibrariesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibraryEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataAutomationLibraryIngestionJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +52 -0
- package/package.json +1 -1
|
@@ -3,43 +3,69 @@ import { BedrockDataAutomationClient } from "./BedrockDataAutomationClient";
|
|
|
3
3
|
import { CopyBlueprintStageCommand, } from "./commands/CopyBlueprintStageCommand";
|
|
4
4
|
import { CreateBlueprintCommand, } from "./commands/CreateBlueprintCommand";
|
|
5
5
|
import { CreateBlueprintVersionCommand, } from "./commands/CreateBlueprintVersionCommand";
|
|
6
|
+
import { CreateDataAutomationLibraryCommand, } from "./commands/CreateDataAutomationLibraryCommand";
|
|
6
7
|
import { CreateDataAutomationProjectCommand, } from "./commands/CreateDataAutomationProjectCommand";
|
|
7
8
|
import { DeleteBlueprintCommand, } from "./commands/DeleteBlueprintCommand";
|
|
9
|
+
import { DeleteDataAutomationLibraryCommand, } from "./commands/DeleteDataAutomationLibraryCommand";
|
|
8
10
|
import { DeleteDataAutomationProjectCommand, } from "./commands/DeleteDataAutomationProjectCommand";
|
|
9
11
|
import { GetBlueprintCommand, } from "./commands/GetBlueprintCommand";
|
|
10
12
|
import { GetBlueprintOptimizationStatusCommand, } from "./commands/GetBlueprintOptimizationStatusCommand";
|
|
13
|
+
import { GetDataAutomationLibraryCommand, } from "./commands/GetDataAutomationLibraryCommand";
|
|
14
|
+
import { GetDataAutomationLibraryEntityCommand, } from "./commands/GetDataAutomationLibraryEntityCommand";
|
|
15
|
+
import { GetDataAutomationLibraryIngestionJobCommand, } from "./commands/GetDataAutomationLibraryIngestionJobCommand";
|
|
11
16
|
import { GetDataAutomationProjectCommand, } from "./commands/GetDataAutomationProjectCommand";
|
|
12
17
|
import { InvokeBlueprintOptimizationAsyncCommand, } from "./commands/InvokeBlueprintOptimizationAsyncCommand";
|
|
18
|
+
import { InvokeDataAutomationLibraryIngestionJobCommand, } from "./commands/InvokeDataAutomationLibraryIngestionJobCommand";
|
|
13
19
|
import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
|
|
20
|
+
import { ListDataAutomationLibrariesCommand, } from "./commands/ListDataAutomationLibrariesCommand";
|
|
21
|
+
import { ListDataAutomationLibraryEntitiesCommand, } from "./commands/ListDataAutomationLibraryEntitiesCommand";
|
|
22
|
+
import { ListDataAutomationLibraryIngestionJobsCommand, } from "./commands/ListDataAutomationLibraryIngestionJobsCommand";
|
|
14
23
|
import { ListDataAutomationProjectsCommand, } from "./commands/ListDataAutomationProjectsCommand";
|
|
15
24
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
16
25
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
17
26
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
18
27
|
import { UpdateBlueprintCommand, } from "./commands/UpdateBlueprintCommand";
|
|
28
|
+
import { UpdateDataAutomationLibraryCommand, } from "./commands/UpdateDataAutomationLibraryCommand";
|
|
19
29
|
import { UpdateDataAutomationProjectCommand, } from "./commands/UpdateDataAutomationProjectCommand";
|
|
20
30
|
import { paginateListBlueprints } from "./pagination/ListBlueprintsPaginator";
|
|
31
|
+
import { paginateListDataAutomationLibraries } from "./pagination/ListDataAutomationLibrariesPaginator";
|
|
32
|
+
import { paginateListDataAutomationLibraryEntities } from "./pagination/ListDataAutomationLibraryEntitiesPaginator";
|
|
33
|
+
import { paginateListDataAutomationLibraryIngestionJobs, } from "./pagination/ListDataAutomationLibraryIngestionJobsPaginator";
|
|
21
34
|
import { paginateListDataAutomationProjects } from "./pagination/ListDataAutomationProjectsPaginator";
|
|
22
35
|
const commands = {
|
|
23
36
|
CopyBlueprintStageCommand,
|
|
24
37
|
CreateBlueprintCommand,
|
|
25
38
|
CreateBlueprintVersionCommand,
|
|
39
|
+
CreateDataAutomationLibraryCommand,
|
|
26
40
|
CreateDataAutomationProjectCommand,
|
|
27
41
|
DeleteBlueprintCommand,
|
|
42
|
+
DeleteDataAutomationLibraryCommand,
|
|
28
43
|
DeleteDataAutomationProjectCommand,
|
|
29
44
|
GetBlueprintCommand,
|
|
30
45
|
GetBlueprintOptimizationStatusCommand,
|
|
46
|
+
GetDataAutomationLibraryCommand,
|
|
47
|
+
GetDataAutomationLibraryEntityCommand,
|
|
48
|
+
GetDataAutomationLibraryIngestionJobCommand,
|
|
31
49
|
GetDataAutomationProjectCommand,
|
|
32
50
|
InvokeBlueprintOptimizationAsyncCommand,
|
|
51
|
+
InvokeDataAutomationLibraryIngestionJobCommand,
|
|
33
52
|
ListBlueprintsCommand,
|
|
53
|
+
ListDataAutomationLibrariesCommand,
|
|
54
|
+
ListDataAutomationLibraryEntitiesCommand,
|
|
55
|
+
ListDataAutomationLibraryIngestionJobsCommand,
|
|
34
56
|
ListDataAutomationProjectsCommand,
|
|
35
57
|
ListTagsForResourceCommand,
|
|
36
58
|
TagResourceCommand,
|
|
37
59
|
UntagResourceCommand,
|
|
38
60
|
UpdateBlueprintCommand,
|
|
61
|
+
UpdateDataAutomationLibraryCommand,
|
|
39
62
|
UpdateDataAutomationProjectCommand,
|
|
40
63
|
};
|
|
41
64
|
const paginators = {
|
|
42
65
|
paginateListBlueprints,
|
|
66
|
+
paginateListDataAutomationLibraries,
|
|
67
|
+
paginateListDataAutomationLibraryEntities,
|
|
68
|
+
paginateListDataAutomationLibraryIngestionJobs,
|
|
43
69
|
paginateListDataAutomationProjects,
|
|
44
70
|
};
|
|
45
71
|
export class BedrockDataAutomation extends BedrockDataAutomationClient {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateDataAutomationLibraryCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "CreateDataAutomationLibrary", {})
|
|
13
|
+
.n("BedrockDataAutomationClient", "CreateDataAutomationLibraryCommand")
|
|
14
|
+
.sc(CreateDataAutomationLibrary$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteDataAutomationLibraryCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "DeleteDataAutomationLibrary", {})
|
|
13
|
+
.n("BedrockDataAutomationClient", "DeleteDataAutomationLibraryCommand")
|
|
14
|
+
.sc(DeleteDataAutomationLibrary$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetDataAutomationLibraryCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibrary", {})
|
|
13
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryCommand")
|
|
14
|
+
.sc(GetDataAutomationLibrary$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetDataAutomationLibraryEntity$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetDataAutomationLibraryEntityCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryEntity", {})
|
|
13
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryEntityCommand")
|
|
14
|
+
.sc(GetDataAutomationLibraryEntity$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetDataAutomationLibraryIngestionJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetDataAutomationLibraryIngestionJobCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonBedrockKeystoneBuildTimeService", "GetDataAutomationLibraryIngestionJob", {})
|
|
13
|
+
.n("BedrockDataAutomationClient", "GetDataAutomationLibraryIngestionJobCommand")
|
|
14
|
+
.sc(GetDataAutomationLibraryIngestionJob$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { InvokeDataAutomationLibraryIngestionJob$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
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() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListDataAutomationLibraries$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
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() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListDataAutomationLibraryEntities$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
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() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListDataAutomationLibraryIngestionJobs$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
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() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateDataAutomationLibrary$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
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() {
|
|
16
|
+
}
|
|
@@ -1,17 +1,27 @@
|
|
|
1
1
|
export * from "./CopyBlueprintStageCommand";
|
|
2
2
|
export * from "./CreateBlueprintCommand";
|
|
3
3
|
export * from "./CreateBlueprintVersionCommand";
|
|
4
|
+
export * from "./CreateDataAutomationLibraryCommand";
|
|
4
5
|
export * from "./CreateDataAutomationProjectCommand";
|
|
5
6
|
export * from "./DeleteBlueprintCommand";
|
|
7
|
+
export * from "./DeleteDataAutomationLibraryCommand";
|
|
6
8
|
export * from "./DeleteDataAutomationProjectCommand";
|
|
7
9
|
export * from "./GetBlueprintCommand";
|
|
8
10
|
export * from "./GetBlueprintOptimizationStatusCommand";
|
|
11
|
+
export * from "./GetDataAutomationLibraryCommand";
|
|
12
|
+
export * from "./GetDataAutomationLibraryEntityCommand";
|
|
13
|
+
export * from "./GetDataAutomationLibraryIngestionJobCommand";
|
|
9
14
|
export * from "./GetDataAutomationProjectCommand";
|
|
10
15
|
export * from "./InvokeBlueprintOptimizationAsyncCommand";
|
|
16
|
+
export * from "./InvokeDataAutomationLibraryIngestionJobCommand";
|
|
11
17
|
export * from "./ListBlueprintsCommand";
|
|
18
|
+
export * from "./ListDataAutomationLibrariesCommand";
|
|
19
|
+
export * from "./ListDataAutomationLibraryEntitiesCommand";
|
|
20
|
+
export * from "./ListDataAutomationLibraryIngestionJobsCommand";
|
|
12
21
|
export * from "./ListDataAutomationProjectsCommand";
|
|
13
22
|
export * from "./ListTagsForResourceCommand";
|
|
14
23
|
export * from "./TagResourceCommand";
|
|
15
24
|
export * from "./UntagResourceCommand";
|
|
16
25
|
export * from "./UpdateBlueprintCommand";
|
|
26
|
+
export * from "./UpdateDataAutomationLibraryCommand";
|
|
17
27
|
export * from "./UpdateDataAutomationProjectCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -28,9 +28,18 @@ export const ResourceOwner = {
|
|
|
28
28
|
ACCOUNT: "ACCOUNT",
|
|
29
29
|
SERVICE: "SERVICE",
|
|
30
30
|
};
|
|
31
|
-
export const
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
export const EntityType = {
|
|
32
|
+
VOCABULARY: "VOCABULARY",
|
|
33
|
+
};
|
|
34
|
+
export const LibraryIngestionJobStatus = {
|
|
35
|
+
COMPLETED: "COMPLETED",
|
|
36
|
+
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
37
|
+
FAILED: "FAILED",
|
|
38
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
39
|
+
};
|
|
40
|
+
export const LibraryIngestionJobOperationType = {
|
|
41
|
+
DELETE: "DELETE",
|
|
42
|
+
UPSERT: "UPSERT",
|
|
34
43
|
};
|
|
35
44
|
export const Language = {
|
|
36
45
|
CN: "CN",
|
|
@@ -45,6 +54,14 @@ export const Language = {
|
|
|
45
54
|
PT: "PT",
|
|
46
55
|
TW: "TW",
|
|
47
56
|
};
|
|
57
|
+
export const DataAutomationLibraryStatus = {
|
|
58
|
+
ACTIVE: "ACTIVE",
|
|
59
|
+
DELETING: "DELETING",
|
|
60
|
+
};
|
|
61
|
+
export const AudioGenerativeOutputLanguage = {
|
|
62
|
+
DEFAULT: "DEFAULT",
|
|
63
|
+
EN: "EN",
|
|
64
|
+
};
|
|
48
65
|
export const State = {
|
|
49
66
|
DISABLED: "DISABLED",
|
|
50
67
|
ENABLED: "ENABLED",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockDataAutomationClient } from "../BedrockDataAutomationClient";
|
|
3
|
+
import { ListDataAutomationLibrariesCommand, } from "../commands/ListDataAutomationLibrariesCommand";
|
|
4
|
+
export const paginateListDataAutomationLibraries = createPaginator(BedrockDataAutomationClient, ListDataAutomationLibrariesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockDataAutomationClient } from "../BedrockDataAutomationClient";
|
|
3
|
+
import { ListDataAutomationLibraryEntitiesCommand, } from "../commands/ListDataAutomationLibraryEntitiesCommand";
|
|
4
|
+
export const paginateListDataAutomationLibraryEntities = createPaginator(BedrockDataAutomationClient, ListDataAutomationLibraryEntitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { BedrockDataAutomationClient } from "../BedrockDataAutomationClient";
|
|
3
|
+
import { ListDataAutomationLibraryIngestionJobsCommand, } from "../commands/ListDataAutomationLibraryIngestionJobsCommand";
|
|
4
|
+
export const paginateListDataAutomationLibraryIngestionJobs = createPaginator(BedrockDataAutomationClient, ListDataAutomationLibraryIngestionJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListBlueprintsPaginator";
|
|
3
|
+
export * from "./ListDataAutomationLibrariesPaginator";
|
|
4
|
+
export * from "./ListDataAutomationLibraryEntitiesPaginator";
|
|
5
|
+
export * from "./ListDataAutomationLibraryIngestionJobsPaginator";
|
|
3
6
|
export * from "./ListDataAutomationProjectsPaginator";
|