@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,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 { GetDataAutomationLibraryRequest, GetDataAutomationLibraryResponse } 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 GetDataAutomationLibraryCommandInput extends GetDataAutomationL
|
|
|
22
19
|
export interface GetDataAutomationLibraryCommandOutput extends GetDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryCommandInput, GetDataAutomationLibraryCommandOutput, 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 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 { GetDataAutomationLibraryEntityRequest, GetDataAutomationLibraryEntityResponse } 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 GetDataAutomationLibraryEntityCommandInput extends GetDataAutom
|
|
|
22
19
|
export interface GetDataAutomationLibraryEntityCommandOutput extends GetDataAutomationLibraryEntityResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataAutomationLibraryEntityCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryEntityCommandInput, GetDataAutomationLibraryEntityCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Gets an existing entity based on entity type from the 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 { GetDataAutomationLibraryIngestionJobRequest, GetDataAutomationLibraryIngestionJobResponse } 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 GetDataAutomationLibraryIngestionJobCommandInput extends GetDat
|
|
|
22
19
|
export interface GetDataAutomationLibraryIngestionJobCommandOutput extends GetDataAutomationLibraryIngestionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataAutomationLibraryIngestionJobCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationLibraryIngestionJobCommandInput, GetDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* API used to get status of data automation library ingestion job
|
|
@@ -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 { GetDataAutomationProjectRequest, GetDataAutomationProjectResponse } 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 GetDataAutomationProjectCommandInput extends GetDataAutomationP
|
|
|
22
19
|
export interface GetDataAutomationProjectCommandOutput extends GetDataAutomationProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<GetDataAutomationProjectCommandInput, GetDataAutomationProjectCommandOutput, 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 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 { InvokeBlueprintOptimizationAsyncRequest, InvokeBlueprintOptimizationAsyncResponse } 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 InvokeBlueprintOptimizationAsyncCommandInput extends InvokeBlue
|
|
|
22
19
|
export interface InvokeBlueprintOptimizationAsyncCommandOutput extends InvokeBlueprintOptimizationAsyncResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InvokeBlueprintOptimizationAsyncCommand_base: {
|
|
25
|
-
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/core/client").CommandImpl<InvokeBlueprintOptimizationAsyncCommandInput, InvokeBlueprintOptimizationAsyncCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/core/client").CommandImpl<InvokeBlueprintOptimizationAsyncCommandInput, InvokeBlueprintOptimizationAsyncCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/core/client").CommandImpl<InvokeBlueprintOptimizationAsyncCommandInput, InvokeBlueprintOptimizationAsyncCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/core/client").CommandImpl<InvokeBlueprintOptimizationAsyncCommandInput, InvokeBlueprintOptimizationAsyncCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Invoke an async job to perform Blueprint Optimization
|
|
@@ -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 { InvokeDataAutomationLibraryIngestionJobRequest, InvokeDataAutomationLibraryIngestionJobResponse } 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 InvokeDataAutomationLibraryIngestionJobCommandInput extends Inv
|
|
|
22
19
|
export interface InvokeDataAutomationLibraryIngestionJobCommandOutput extends InvokeDataAutomationLibraryIngestionJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const InvokeDataAutomationLibraryIngestionJobCommand_base: {
|
|
25
|
-
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<InvokeDataAutomationLibraryIngestionJobCommandInput, InvokeDataAutomationLibraryIngestionJobCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<InvokeDataAutomationLibraryIngestionJobCommandInput, InvokeDataAutomationLibraryIngestionJobCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<InvokeDataAutomationLibraryIngestionJobCommandInput, InvokeDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/core/client").CommandImpl<InvokeDataAutomationLibraryIngestionJobCommandInput, InvokeDataAutomationLibraryIngestionJobCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Async API: Invoke data automation library ingestion job
|
|
@@ -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 { ListBlueprintsRequest, ListBlueprintsResponse } 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 ListBlueprintsCommandInput extends ListBlueprintsRequest {
|
|
|
22
19
|
export interface ListBlueprintsCommandOutput extends ListBlueprintsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBlueprintsCommand_base: {
|
|
25
|
-
new (input: ListBlueprintsCommandInput): import("@smithy/core/client").CommandImpl<ListBlueprintsCommandInput, ListBlueprintsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListBlueprintsCommandInput]): import("@smithy/core/client").CommandImpl<ListBlueprintsCommandInput, ListBlueprintsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListBlueprintsCommandInput): import("@smithy/core/client").CommandImpl<ListBlueprintsCommandInput, ListBlueprintsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListBlueprintsCommandInput]): import("@smithy/core/client").CommandImpl<ListBlueprintsCommandInput, ListBlueprintsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Lists all existing Amazon Bedrock Data Automation Blueprints
|
|
@@ -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 { ListDataAutomationLibrariesRequest, ListDataAutomationLibrariesResponse } 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 ListDataAutomationLibrariesCommandInput extends ListDataAutomat
|
|
|
22
19
|
export interface ListDataAutomationLibrariesCommandOutput extends ListDataAutomationLibrariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataAutomationLibrariesCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibrariesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibrariesCommandInput, ListDataAutomationLibrariesCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDataAutomationLibrariesCommandInput]): import("@smithy/core/client").CommandImpl<ListDataAutomationLibrariesCommandInput, ListDataAutomationLibrariesCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataAutomationLibrariesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibrariesCommandInput, ListDataAutomationLibrariesCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDataAutomationLibrariesCommandInput]): import("@smithy/core/client").CommandImpl<ListDataAutomationLibrariesCommandInput, ListDataAutomationLibrariesCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Lists all existing Amazon Bedrock Data Automation Libraries
|
|
@@ -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 { ListDataAutomationLibraryEntitiesRequest, ListDataAutomationLibraryEntitiesResponse } 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 ListDataAutomationLibraryEntitiesCommandInput extends ListDataA
|
|
|
22
19
|
export interface ListDataAutomationLibraryEntitiesCommandOutput extends ListDataAutomationLibraryEntitiesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataAutomationLibraryEntitiesCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryEntitiesCommandInput, ListDataAutomationLibraryEntitiesCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryEntitiesCommandInput, ListDataAutomationLibraryEntitiesCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryEntitiesCommandInput, ListDataAutomationLibraryEntitiesCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryEntitiesCommandInput, ListDataAutomationLibraryEntitiesCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Lists all stored entities in the 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 { ListDataAutomationLibraryIngestionJobsRequest, ListDataAutomationLibraryIngestionJobsResponse } 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 ListDataAutomationLibraryIngestionJobsCommandInput extends List
|
|
|
22
19
|
export interface ListDataAutomationLibraryIngestionJobsCommandOutput extends ListDataAutomationLibraryIngestionJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataAutomationLibraryIngestionJobsCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryIngestionJobsCommandInput, ListDataAutomationLibraryIngestionJobsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryIngestionJobsCommandInput, ListDataAutomationLibraryIngestionJobsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryIngestionJobsCommandInput, ListDataAutomationLibraryIngestionJobsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationLibraryIngestionJobsCommandInput, ListDataAutomationLibraryIngestionJobsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Lists all data automation library ingestion jobs
|
|
@@ -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 { ListDataAutomationProjectsRequest, ListDataAutomationProjectsResponse } 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 ListDataAutomationProjectsCommandInput extends ListDataAutomati
|
|
|
22
19
|
export interface ListDataAutomationProjectsCommandOutput extends ListDataAutomationProjectsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListDataAutomationProjectsCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListDataAutomationProjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListDataAutomationProjectsCommandInput): import("@smithy/core/client").CommandImpl<ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListDataAutomationProjectsCommandInput]): import("@smithy/core/client").CommandImpl<ListDataAutomationProjectsCommandInput, ListDataAutomationProjectsCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Lists all existing Amazon Bedrock Data Automation Projects
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* List tags for an Amazon Bedrock Data Automation resource
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Tag an Amazon Bedrock Data Automation resource
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Untag an Amazon Bedrock Data Automation resource
|
|
@@ -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 { UpdateBlueprintRequest, UpdateBlueprintResponse } 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 UpdateBlueprintCommandInput extends UpdateBlueprintRequest {
|
|
|
22
19
|
export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBlueprintCommand_base: {
|
|
25
|
-
new (input: UpdateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBlueprintCommandInput): import("@smithy/core/client").CommandImpl<UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Updates 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 { UpdateDataAutomationLibraryRequest, UpdateDataAutomationLibraryResponse } 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 UpdateDataAutomationLibraryCommandInput extends UpdateDataAutom
|
|
|
22
19
|
export interface UpdateDataAutomationLibraryCommandOutput extends UpdateDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationLibraryCommandInput, UpdateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationLibraryCommandInput, UpdateDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationLibraryCommandInput, UpdateDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationLibraryCommandInput, UpdateDataAutomationLibraryCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Updates 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 { UpdateDataAutomationProjectRequest, UpdateDataAutomationProjectResponse } 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 UpdateDataAutomationProjectCommandInput extends UpdateDataAutom
|
|
|
22
19
|
export interface UpdateDataAutomationProjectCommandOutput extends UpdateDataAutomationProjectResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<UpdateDataAutomationProjectCommandInput, UpdateDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* Updates an existing Amazon Bedrock Data Automation Project
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { BedrockDataAutomationExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BedrockDataAutomationClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./BedrockDataAutomationClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
BedrockDataAutomationClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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
|
CopyBlueprintStageRequest,
|
|
10
4
|
CopyBlueprintStageResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CopyBlueprintStageCommandInput
|
|
15
8
|
extends CopyBlueprintStageRequest {}
|
|
16
9
|
export interface CopyBlueprintStageCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CopyBlueprintStageCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CopyBlueprintStageCommandInput,
|
|
24
17
|
CopyBlueprintStageCommandOutput,
|
|
25
|
-
BedrockDataAutomationClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").BedrockDataAutomationClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CopyBlueprintStageCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CopyBlueprintStageCommandInput,
|
|
33
26
|
CopyBlueprintStageCommandOutput,
|
|
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 CopyBlueprintStageCommand extends CopyBlueprintStageCommand_base {
|
|
43
34
|
protected static __types: {
|