@aws-sdk/client-bedrock-data-automation 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +70 -71
- package/dist-cjs/models/BedrockDataAutomationServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/BedrockDataAutomation.js +1 -1
- package/dist-es/BedrockDataAutomationClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CopyBlueprintStageCommand.js +2 -2
- package/dist-es/commands/CreateBlueprintCommand.js +2 -2
- package/dist-es/commands/CreateBlueprintVersionCommand.js +2 -2
- package/dist-es/commands/CreateDataAutomationLibraryCommand.js +2 -2
- package/dist-es/commands/CreateDataAutomationProjectCommand.js +2 -2
- package/dist-es/commands/DeleteBlueprintCommand.js +2 -2
- package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +2 -2
- package/dist-es/commands/DeleteDataAutomationProjectCommand.js +2 -2
- package/dist-es/commands/GetBlueprintCommand.js +2 -2
- package/dist-es/commands/GetBlueprintOptimizationStatusCommand.js +2 -2
- package/dist-es/commands/GetDataAutomationLibraryCommand.js +2 -2
- package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +2 -2
- package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +2 -2
- package/dist-es/commands/GetDataAutomationProjectCommand.js +2 -2
- package/dist-es/commands/InvokeBlueprintOptimizationAsyncCommand.js +2 -2
- package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +2 -2
- package/dist-es/commands/ListBlueprintsCommand.js +2 -2
- package/dist-es/commands/ListDataAutomationLibrariesCommand.js +2 -2
- package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +2 -2
- package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +2 -2
- package/dist-es/commands/ListDataAutomationProjectsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateBlueprintCommand.js +2 -2
- package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +2 -2
- package/dist-es/commands/UpdateDataAutomationProjectCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/BedrockDataAutomationServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/BedrockDataAutomationClient.d.ts +5 -5
- package/dist-types/commands/CopyBlueprintStageCommand.d.ts +6 -4
- package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/commands/GetBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/GetBlueprintOptimizationStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
- package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +6 -4
- package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
- package/dist-types/commands/ListBlueprintsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +6 -4
- package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +6 -4
- package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/BedrockDataAutomationServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CopyBlueprintStageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBlueprintVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBlueprintOptimizationStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataAutomationProjectsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataAutomationProjectCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BedrockDataAutomationServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { DeleteDataAutomationLibraryRequest, DeleteDataAutomationLibraryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataAutomationLibraryCommandInput extends DeleteDataAutom
|
|
|
22
22
|
export interface DeleteDataAutomationLibraryCommandOutput extends DeleteDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataAutomationLibraryCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationLibraryCommandInput, DeleteDataAutomationLibraryCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes an existing Amazon Bedrock Data Automation Library
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { DeleteDataAutomationProjectRequest, DeleteDataAutomationProjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteDataAutomationProjectCommandInput extends DeleteDataAutom
|
|
|
22
22
|
export interface DeleteDataAutomationProjectCommandOutput extends DeleteDataAutomationProjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Deletes an existing Amazon Bedrock Data Automation Project
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBlueprintCommandInput extends GetBlueprintRequest {
|
|
|
22
22
|
export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBlueprintCommand_base: {
|
|
25
|
-
new (input: GetBlueprintCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBlueprintCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets an existing Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetBlueprintOptimizationStatusRequest, GetBlueprintOptimizationStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetBlueprintOptimizationStatusCommandInput extends GetBlueprint
|
|
|
22
22
|
export interface GetBlueprintOptimizationStatusCommandOutput extends GetBlueprintOptimizationStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetBlueprintOptimizationStatusCommand_base: {
|
|
25
|
-
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* API used to get blueprint optimization status.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetDataAutomationLibraryRequest, GetDataAutomationLibraryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataAutomationLibraryCommandInput extends GetDataAutomationL
|
|
|
22
22
|
export interface GetDataAutomationLibraryCommandOutput extends GetDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataAutomationLibraryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets an existing Amazon Bedrock Data Automation Library
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetDataAutomationLibraryEntityRequest, GetDataAutomationLibraryEntityResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataAutomationLibraryEntityCommandInput extends GetDataAutom
|
|
|
22
22
|
export interface GetDataAutomationLibraryEntityCommandOutput extends GetDataAutomationLibraryEntityResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataAutomationLibraryEntityCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataAutomationLibraryEntityCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets an existing entity based on entity type from the library
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetDataAutomationLibraryIngestionJobRequest, GetDataAutomationLibraryIngestionJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataAutomationLibraryIngestionJobCommandInput extends GetDat
|
|
|
22
22
|
export interface GetDataAutomationLibraryIngestionJobCommandOutput extends GetDataAutomationLibraryIngestionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataAutomationLibraryIngestionJobCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataAutomationLibraryIngestionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* API used to get status of data automation library ingestion job
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { GetDataAutomationProjectRequest, GetDataAutomationProjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDataAutomationProjectCommandInput extends GetDataAutomationP
|
|
|
22
22
|
export interface GetDataAutomationProjectCommandOutput extends GetDataAutomationProjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: GetDataAutomationProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetDataAutomationProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Gets an existing Amazon Bedrock Data Automation Project
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { InvokeBlueprintOptimizationAsyncRequest, InvokeBlueprintOptimizationAsyncResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InvokeBlueprintOptimizationAsyncCommandInput extends InvokeBlue
|
|
|
22
22
|
export interface InvokeBlueprintOptimizationAsyncCommandOutput extends InvokeBlueprintOptimizationAsyncResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InvokeBlueprintOptimizationAsyncCommand_base: {
|
|
25
|
-
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/
|
|
26
|
-
new (input: InvokeBlueprintOptimizationAsyncCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Invoke an async job to perform Blueprint Optimization
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { InvokeDataAutomationLibraryIngestionJobRequest, InvokeDataAutomationLibraryIngestionJobResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface InvokeDataAutomationLibraryIngestionJobCommandInput extends Inv
|
|
|
22
22
|
export interface InvokeDataAutomationLibraryIngestionJobCommandOutput extends InvokeDataAutomationLibraryIngestionJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InvokeDataAutomationLibraryIngestionJobCommand_base: {
|
|
25
|
-
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: InvokeDataAutomationLibraryIngestionJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Async API: Invoke data automation library ingestion job
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListBlueprintsRequest, ListBlueprintsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBlueprintsCommandInput extends ListBlueprintsRequest {
|
|
|
22
22
|
export interface ListBlueprintsCommandOutput extends ListBlueprintsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBlueprintsCommand_base: {
|
|
25
|
-
new (input: ListBlueprintsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListBlueprintsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all existing Amazon Bedrock Data Automation Blueprints
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListDataAutomationLibrariesRequest, ListDataAutomationLibrariesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataAutomationLibrariesCommandInput extends ListDataAutomat
|
|
|
22
22
|
export interface ListDataAutomationLibrariesCommandOutput extends ListDataAutomationLibrariesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataAutomationLibrariesCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibrariesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataAutomationLibrariesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all existing Amazon Bedrock Data Automation Libraries
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListDataAutomationLibraryEntitiesRequest, ListDataAutomationLibraryEntitiesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataAutomationLibraryEntitiesCommandInput extends ListDataA
|
|
|
22
22
|
export interface ListDataAutomationLibraryEntitiesCommandOutput extends ListDataAutomationLibraryEntitiesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataAutomationLibraryEntitiesCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataAutomationLibraryEntitiesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all stored entities in the library
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListDataAutomationLibraryIngestionJobsRequest, ListDataAutomationLibraryIngestionJobsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataAutomationLibraryIngestionJobsCommandInput extends List
|
|
|
22
22
|
export interface ListDataAutomationLibraryIngestionJobsCommandOutput extends ListDataAutomationLibraryIngestionJobsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataAutomationLibraryIngestionJobsCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListDataAutomationLibraryIngestionJobsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all data automation library ingestion jobs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListDataAutomationProjectsRequest, ListDataAutomationProjectsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListDataAutomationProjectsCommandInput extends ListDataAutomati
|
|
|
22
22
|
export interface ListDataAutomationProjectsCommandOutput extends ListDataAutomationProjectsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListDataAutomationProjectsCommand_base: {
|
|
25
|
-
new (input: ListDataAutomationProjectsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListDataAutomationProjectsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all existing Amazon Bedrock Data Automation Projects
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List tags for an Amazon Bedrock Data Automation resource
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Tag an Amazon Bedrock Data Automation resource
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Untag an Amazon Bedrock Data Automation resource
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBlueprintCommandInput extends UpdateBlueprintRequest {
|
|
|
22
22
|
export interface UpdateBlueprintCommandOutput extends UpdateBlueprintResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBlueprintCommand_base: {
|
|
25
|
-
new (input: UpdateBlueprintCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBlueprintCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates an existing Amazon Bedrock Data Automation Blueprint
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { UpdateDataAutomationLibraryRequest, UpdateDataAutomationLibraryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDataAutomationLibraryCommandInput extends UpdateDataAutom
|
|
|
22
22
|
export interface UpdateDataAutomationLibraryCommandOutput extends UpdateDataAutomationLibraryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDataAutomationLibraryCommand_base: {
|
|
25
|
-
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDataAutomationLibraryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates an existing Amazon Bedrock Data Automation Library
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
|
|
4
4
|
import type { UpdateDataAutomationProjectRequest, UpdateDataAutomationProjectResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateDataAutomationProjectCommandInput extends UpdateDataAutom
|
|
|
22
22
|
export interface UpdateDataAutomationProjectCommandOutput extends UpdateDataAutomationProjectResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateDataAutomationProjectCommand_base: {
|
|
25
|
-
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateDataAutomationProjectCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates an existing Amazon Bedrock Data Automation Project
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { BedrockDataAutomationServiceException as __BaseException } from "./BedrockDataAutomationServiceException";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
/**
|
|
@@ -5,13 +5,13 @@ import type { BedrockDataAutomationClientConfig } from "./BedrockDataAutomationC
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { BedrockDataAutomationClientConfig } from "./BedrockDataAutomationC
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { BedrockDataAutomationClientConfig } from "./BedrockDataAutomationC
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|