@aws-sdk/client-bedrock-data-automation 3.1077.0 → 3.1079.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,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBlueprintRequest,
|
|
10
4
|
CreateBlueprintResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {}
|
|
15
8
|
export interface CreateBlueprintCommandOutput
|
|
16
9
|
extends CreateBlueprintResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateBlueprintCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateBlueprintCommandInput,
|
|
23
16
|
CreateBlueprintCommandOutput,
|
|
24
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateBlueprintCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateBlueprintCommandInput,
|
|
32
25
|
CreateBlueprintCommandOutput,
|
|
33
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateBlueprintVersionRequest,
|
|
10
4
|
CreateBlueprintVersionResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateBlueprintVersionCommandInput
|
|
15
8
|
extends CreateBlueprintVersionRequest {}
|
|
16
9
|
export interface CreateBlueprintVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateBlueprintVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateBlueprintVersionCommandInput,
|
|
24
17
|
CreateBlueprintVersionCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateBlueprintVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateBlueprintVersionCommandInput,
|
|
33
26
|
CreateBlueprintVersionCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateBlueprintVersionCommand extends CreateBlueprintVersionCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateDataAutomationLibraryRequest,
|
|
10
4
|
CreateDataAutomationLibraryResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataAutomationLibraryCommandInput
|
|
15
8
|
extends CreateDataAutomationLibraryRequest {}
|
|
16
9
|
export interface CreateDataAutomationLibraryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataAutomationLibraryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataAutomationLibraryCommandInput,
|
|
24
17
|
CreateDataAutomationLibraryCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataAutomationLibraryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataAutomationLibraryCommandInput,
|
|
33
26
|
CreateDataAutomationLibraryCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataAutomationLibraryCommand extends CreateDataAutomationLibraryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateDataAutomationProjectRequest,
|
|
10
4
|
CreateDataAutomationProjectResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateDataAutomationProjectCommandInput
|
|
15
8
|
extends CreateDataAutomationProjectRequest {}
|
|
16
9
|
export interface CreateDataAutomationProjectCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateDataAutomationProjectCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateDataAutomationProjectCommandInput,
|
|
24
17
|
CreateDataAutomationProjectCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateDataAutomationProjectCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateDataAutomationProjectCommandInput,
|
|
33
26
|
CreateDataAutomationProjectCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateDataAutomationProjectCommand extends CreateDataAutomationProjectCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteBlueprintRequest,
|
|
10
4
|
DeleteBlueprintResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {}
|
|
15
8
|
export interface DeleteBlueprintCommandOutput
|
|
16
9
|
extends DeleteBlueprintResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeleteBlueprintCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteBlueprintCommandInput,
|
|
23
16
|
DeleteBlueprintCommandOutput,
|
|
24
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteBlueprintCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteBlueprintCommandInput,
|
|
32
25
|
DeleteBlueprintCommandOutput,
|
|
33
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteDataAutomationLibraryRequest,
|
|
10
4
|
DeleteDataAutomationLibraryResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataAutomationLibraryCommandInput
|
|
15
8
|
extends DeleteDataAutomationLibraryRequest {}
|
|
16
9
|
export interface DeleteDataAutomationLibraryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataAutomationLibraryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataAutomationLibraryCommandInput,
|
|
24
17
|
DeleteDataAutomationLibraryCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDataAutomationLibraryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataAutomationLibraryCommandInput,
|
|
33
26
|
DeleteDataAutomationLibraryCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataAutomationLibraryCommand extends DeleteDataAutomationLibraryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
DeleteDataAutomationProjectRequest,
|
|
10
4
|
DeleteDataAutomationProjectResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteDataAutomationProjectCommandInput
|
|
15
8
|
extends DeleteDataAutomationProjectRequest {}
|
|
16
9
|
export interface DeleteDataAutomationProjectCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteDataAutomationProjectCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteDataAutomationProjectCommandInput,
|
|
24
17
|
DeleteDataAutomationProjectCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteDataAutomationProjectCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteDataAutomationProjectCommandInput,
|
|
33
26
|
DeleteDataAutomationProjectCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteDataAutomationProjectCommand extends DeleteDataAutomationProjectCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetBlueprintCommandInput extends GetBlueprintRequest {}
|
|
12
5
|
export interface GetBlueprintCommandOutput
|
|
13
6
|
extends GetBlueprintResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetBlueprintCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetBlueprintCommandInput,
|
|
20
13
|
GetBlueprintCommandOutput,
|
|
21
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetBlueprintCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetBlueprintCommandInput,
|
|
29
22
|
GetBlueprintCommandOutput,
|
|
30
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetBlueprintOptimizationStatusRequest,
|
|
10
4
|
GetBlueprintOptimizationStatusResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetBlueprintOptimizationStatusCommandInput
|
|
15
8
|
extends GetBlueprintOptimizationStatusRequest {}
|
|
16
9
|
export interface GetBlueprintOptimizationStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetBlueprintOptimizationStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetBlueprintOptimizationStatusCommandInput,
|
|
24
17
|
GetBlueprintOptimizationStatusCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetBlueprintOptimizationStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetBlueprintOptimizationStatusCommandInput,
|
|
33
26
|
GetBlueprintOptimizationStatusCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetBlueprintOptimizationStatusCommand extends GetBlueprintOptimizationStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataAutomationLibraryRequest,
|
|
10
4
|
GetDataAutomationLibraryResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataAutomationLibraryCommandInput
|
|
15
8
|
extends GetDataAutomationLibraryRequest {}
|
|
16
9
|
export interface GetDataAutomationLibraryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataAutomationLibraryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataAutomationLibraryCommandInput,
|
|
24
17
|
GetDataAutomationLibraryCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataAutomationLibraryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataAutomationLibraryCommandInput,
|
|
33
26
|
GetDataAutomationLibraryCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataAutomationLibraryCommand extends GetDataAutomationLibraryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataAutomationLibraryEntityRequest,
|
|
10
4
|
GetDataAutomationLibraryEntityResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataAutomationLibraryEntityCommandInput
|
|
15
8
|
extends GetDataAutomationLibraryEntityRequest {}
|
|
16
9
|
export interface GetDataAutomationLibraryEntityCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataAutomationLibraryEntityCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataAutomationLibraryEntityCommandInput,
|
|
24
17
|
GetDataAutomationLibraryEntityCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataAutomationLibraryEntityCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataAutomationLibraryEntityCommandInput,
|
|
33
26
|
GetDataAutomationLibraryEntityCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataAutomationLibraryEntityCommand extends GetDataAutomationLibraryEntityCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataAutomationLibraryIngestionJobRequest,
|
|
10
4
|
GetDataAutomationLibraryIngestionJobResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataAutomationLibraryIngestionJobCommandInput
|
|
15
8
|
extends GetDataAutomationLibraryIngestionJobRequest {}
|
|
16
9
|
export interface GetDataAutomationLibraryIngestionJobCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataAutomationLibraryIngestionJobCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataAutomationLibraryIngestionJobCommandInput,
|
|
24
17
|
GetDataAutomationLibraryIngestionJobCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataAutomationLibraryIngestionJobCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataAutomationLibraryIngestionJobCommandInput,
|
|
33
26
|
GetDataAutomationLibraryIngestionJobCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataAutomationLibraryIngestionJobCommand extends GetDataAutomationLibraryIngestionJobCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
GetDataAutomationProjectRequest,
|
|
10
4
|
GetDataAutomationProjectResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetDataAutomationProjectCommandInput
|
|
15
8
|
extends GetDataAutomationProjectRequest {}
|
|
16
9
|
export interface GetDataAutomationProjectCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetDataAutomationProjectCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetDataAutomationProjectCommandInput,
|
|
24
17
|
GetDataAutomationProjectCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetDataAutomationProjectCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetDataAutomationProjectCommandInput,
|
|
33
26
|
GetDataAutomationProjectCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetDataAutomationProjectCommand extends GetDataAutomationProjectCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../BedrockDataAutomationClient";
|
|
8
2
|
import {
|
|
9
3
|
InvokeBlueprintOptimizationAsyncRequest,
|
|
10
4
|
InvokeBlueprintOptimizationAsyncResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface InvokeBlueprintOptimizationAsyncCommandInput
|
|
15
8
|
extends InvokeBlueprintOptimizationAsyncRequest {}
|
|
16
9
|
export interface InvokeBlueprintOptimizationAsyncCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const InvokeBlueprintOptimizationAsyncCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
InvokeBlueprintOptimizationAsyncCommandInput,
|
|
24
17
|
InvokeBlueprintOptimizationAsyncCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: InvokeBlueprintOptimizationAsyncCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
InvokeBlueprintOptimizationAsyncCommandInput,
|
|
33
26
|
InvokeBlueprintOptimizationAsyncCommandOutput,
|
|
34
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class InvokeBlueprintOptimizationAsyncCommand extends InvokeBlueprintOptimizationAsyncCommand_base {
|
|
43
34
|
protected static __types: {
|