@aws-sdk/client-bedrock-data-automation 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist-cjs/index.js +38 -275
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CopyBlueprintStageCommand.js +2 -14
  4. package/dist-es/commands/CreateBlueprintCommand.js +2 -14
  5. package/dist-es/commands/CreateBlueprintVersionCommand.js +2 -14
  6. package/dist-es/commands/CreateDataAutomationLibraryCommand.js +2 -14
  7. package/dist-es/commands/CreateDataAutomationProjectCommand.js +2 -14
  8. package/dist-es/commands/DeleteBlueprintCommand.js +2 -14
  9. package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +2 -14
  10. package/dist-es/commands/DeleteDataAutomationProjectCommand.js +2 -14
  11. package/dist-es/commands/GetBlueprintCommand.js +2 -14
  12. package/dist-es/commands/GetBlueprintOptimizationStatusCommand.js +2 -14
  13. package/dist-es/commands/GetDataAutomationLibraryCommand.js +2 -14
  14. package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +2 -14
  15. package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +2 -14
  16. package/dist-es/commands/GetDataAutomationProjectCommand.js +2 -14
  17. package/dist-es/commands/InvokeBlueprintOptimizationAsyncCommand.js +2 -14
  18. package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +2 -14
  19. package/dist-es/commands/ListBlueprintsCommand.js +2 -14
  20. package/dist-es/commands/ListDataAutomationLibrariesCommand.js +2 -14
  21. package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +2 -14
  22. package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +2 -14
  23. package/dist-es/commands/ListDataAutomationProjectsCommand.js +2 -14
  24. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/UntagResourceCommand.js +2 -14
  27. package/dist-es/commands/UpdateBlueprintCommand.js +2 -14
  28. package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +2 -14
  29. package/dist-es/commands/UpdateDataAutomationProjectCommand.js +2 -14
  30. package/dist-es/index.js +1 -0
  31. package/dist-es/runtimeConfig.browser.js +0 -2
  32. package/dist-es/runtimeConfig.js +1 -2
  33. package/dist-es/runtimeConfig.native.js +0 -2
  34. package/dist-es/runtimeConfig.shared.js +2 -0
  35. package/dist-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/CopyBlueprintStageCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateBlueprintCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteBlueprintCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +3 -8
  44. package/dist-types/commands/GetBlueprintCommand.d.ts +3 -8
  45. package/dist-types/commands/GetBlueprintOptimizationStatusCommand.d.ts +3 -8
  46. package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +3 -8
  47. package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +3 -8
  48. package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
  49. package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +3 -8
  50. package/dist-types/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +3 -8
  51. package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +3 -8
  52. package/dist-types/commands/ListBlueprintsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +3 -8
  54. package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +3 -8
  55. package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateBlueprintCommand.d.ts +3 -8
  61. package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +3 -8
  63. package/dist-types/index.d.ts +1 -0
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  65. package/dist-types/runtimeConfig.d.ts +1 -1
  66. package/dist-types/runtimeConfig.native.d.ts +1 -1
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/CopyBlueprintStageCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateBlueprintVersionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateDataAutomationProjectCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteDataAutomationProjectCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/GetBlueprintOptimizationStatusCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetDataAutomationProjectCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListDataAutomationProjectsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UpdateDataAutomationProjectCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/index.d.ts +1 -0
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  101. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
2
  import type { DeleteDataAutomationProjectRequest, DeleteDataAutomationProjectResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDataAutomationProjectCommandInput extends DeleteDataAutom
22
19
  export interface DeleteDataAutomationProjectCommandOutput extends DeleteDataAutomationProjectResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDataAutomationProjectCommand_base: {
25
- new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDataAutomationProjectCommandInput): import("@smithy/core/client").CommandImpl<DeleteDataAutomationProjectCommandInput, DeleteDataAutomationProjectCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Deletes an existing Amazon Bedrock Data Automation Project
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
2
  import type { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBlueprintCommandInput extends GetBlueprintRequest {
22
19
  export interface GetBlueprintCommandOutput extends GetBlueprintResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBlueprintCommand_base: {
25
- new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBlueprintCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintCommandInput, GetBlueprintCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * Gets an existing Amazon Bedrock Data Automation Blueprint
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockDataAutomationClient";
4
2
  import type { GetBlueprintOptimizationStatusRequest, GetBlueprintOptimizationStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetBlueprintOptimizationStatusCommandInput extends GetBlueprint
22
19
  export interface GetBlueprintOptimizationStatusCommandOutput extends GetBlueprintOptimizationStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetBlueprintOptimizationStatusCommand_base: {
25
- new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, BedrockDataAutomationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetBlueprintOptimizationStatusCommandInput): import("@smithy/core/client").CommandImpl<GetBlueprintOptimizationStatusCommandInput, GetBlueprintOptimizationStatusCommandOutput, import("..").BedrockDataAutomationClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * API used to get blueprint optimization status.
@@ -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
@@ -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";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;