@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
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { BedrockDataAutomationClientConfig } from "./BedrockDataAutomationC
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  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
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: BedrockDataAutomationClientConfi
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ BedrockDataAutomationClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./BedrockDataAutomationClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ BedrockDataAutomationClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ BedrockDataAutomationClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  CopyBlueprintStageRequest,
10
4
  CopyBlueprintStageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CopyBlueprintStageCommandInput
15
8
  extends CopyBlueprintStageRequest {}
16
9
  export interface CopyBlueprintStageCommandOutput
@@ -22,22 +15,20 @@ declare const CopyBlueprintStageCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CopyBlueprintStageCommandInput,
24
17
  CopyBlueprintStageCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CopyBlueprintStageCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CopyBlueprintStageCommandInput,
33
26
  CopyBlueprintStageCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CopyBlueprintStageCommand extends CopyBlueprintStageCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  CreateBlueprintRequest,
10
4
  CreateBlueprintResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBlueprintCommandInput extends CreateBlueprintRequest {}
15
8
  export interface CreateBlueprintCommandOutput
16
9
  extends CreateBlueprintResponse,
@@ -21,22 +14,20 @@ declare const CreateBlueprintCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateBlueprintCommandInput,
23
16
  CreateBlueprintCommandOutput,
24
- BedrockDataAutomationClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BedrockDataAutomationClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateBlueprintCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateBlueprintCommandInput,
32
25
  CreateBlueprintCommandOutput,
33
- BedrockDataAutomationClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BedrockDataAutomationClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  CreateBlueprintVersionRequest,
10
4
  CreateBlueprintVersionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateBlueprintVersionCommandInput
15
8
  extends CreateBlueprintVersionRequest {}
16
9
  export interface CreateBlueprintVersionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateBlueprintVersionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateBlueprintVersionCommandInput,
24
17
  CreateBlueprintVersionCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateBlueprintVersionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateBlueprintVersionCommandInput,
33
26
  CreateBlueprintVersionCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateBlueprintVersionCommand extends CreateBlueprintVersionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  CreateDataAutomationLibraryRequest,
10
4
  CreateDataAutomationLibraryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataAutomationLibraryCommandInput
15
8
  extends CreateDataAutomationLibraryRequest {}
16
9
  export interface CreateDataAutomationLibraryCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataAutomationLibraryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataAutomationLibraryCommandInput,
24
17
  CreateDataAutomationLibraryCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDataAutomationLibraryCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataAutomationLibraryCommandInput,
33
26
  CreateDataAutomationLibraryCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataAutomationLibraryCommand extends CreateDataAutomationLibraryCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  CreateDataAutomationProjectRequest,
10
4
  CreateDataAutomationProjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDataAutomationProjectCommandInput
15
8
  extends CreateDataAutomationProjectRequest {}
16
9
  export interface CreateDataAutomationProjectCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDataAutomationProjectCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDataAutomationProjectCommandInput,
24
17
  CreateDataAutomationProjectCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDataAutomationProjectCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDataAutomationProjectCommandInput,
33
26
  CreateDataAutomationProjectCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDataAutomationProjectCommand extends CreateDataAutomationProjectCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  DeleteBlueprintRequest,
10
4
  DeleteBlueprintResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteBlueprintCommandInput extends DeleteBlueprintRequest {}
15
8
  export interface DeleteBlueprintCommandOutput
16
9
  extends DeleteBlueprintResponse,
@@ -21,22 +14,20 @@ declare const DeleteBlueprintCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteBlueprintCommandInput,
23
16
  DeleteBlueprintCommandOutput,
24
- BedrockDataAutomationClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").BedrockDataAutomationClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteBlueprintCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteBlueprintCommandInput,
32
25
  DeleteBlueprintCommandOutput,
33
- BedrockDataAutomationClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").BedrockDataAutomationClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  DeleteDataAutomationLibraryRequest,
10
4
  DeleteDataAutomationLibraryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDataAutomationLibraryCommandInput
15
8
  extends DeleteDataAutomationLibraryRequest {}
16
9
  export interface DeleteDataAutomationLibraryCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDataAutomationLibraryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDataAutomationLibraryCommandInput,
24
17
  DeleteDataAutomationLibraryCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDataAutomationLibraryCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDataAutomationLibraryCommandInput,
33
26
  DeleteDataAutomationLibraryCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteDataAutomationLibraryCommand extends DeleteDataAutomationLibraryCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  DeleteDataAutomationProjectRequest,
10
4
  DeleteDataAutomationProjectResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteDataAutomationProjectCommandInput
15
8
  extends DeleteDataAutomationProjectRequest {}
16
9
  export interface DeleteDataAutomationProjectCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteDataAutomationProjectCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteDataAutomationProjectCommandInput,
24
17
  DeleteDataAutomationProjectCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteDataAutomationProjectCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteDataAutomationProjectCommandInput,
33
26
  DeleteDataAutomationProjectCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteDataAutomationProjectCommand extends DeleteDataAutomationProjectCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetBlueprintCommandInput extends GetBlueprintRequest {}
12
5
  export interface GetBlueprintCommandOutput
13
6
  extends GetBlueprintResponse,
@@ -18,22 +11,20 @@ declare const GetBlueprintCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetBlueprintCommandInput,
20
13
  GetBlueprintCommandOutput,
21
- BedrockDataAutomationClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").BedrockDataAutomationClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetBlueprintCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetBlueprintCommandInput,
29
22
  GetBlueprintCommandOutput,
30
- BedrockDataAutomationClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").BedrockDataAutomationClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  GetBlueprintOptimizationStatusRequest,
10
4
  GetBlueprintOptimizationStatusResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetBlueprintOptimizationStatusCommandInput
15
8
  extends GetBlueprintOptimizationStatusRequest {}
16
9
  export interface GetBlueprintOptimizationStatusCommandOutput
@@ -22,22 +15,20 @@ declare const GetBlueprintOptimizationStatusCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetBlueprintOptimizationStatusCommandInput,
24
17
  GetBlueprintOptimizationStatusCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetBlueprintOptimizationStatusCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetBlueprintOptimizationStatusCommandInput,
33
26
  GetBlueprintOptimizationStatusCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetBlueprintOptimizationStatusCommand extends GetBlueprintOptimizationStatusCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  GetDataAutomationLibraryRequest,
10
4
  GetDataAutomationLibraryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDataAutomationLibraryCommandInput
15
8
  extends GetDataAutomationLibraryRequest {}
16
9
  export interface GetDataAutomationLibraryCommandOutput
@@ -22,22 +15,20 @@ declare const GetDataAutomationLibraryCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDataAutomationLibraryCommandInput,
24
17
  GetDataAutomationLibraryCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDataAutomationLibraryCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDataAutomationLibraryCommandInput,
33
26
  GetDataAutomationLibraryCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDataAutomationLibraryCommand extends GetDataAutomationLibraryCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- BedrockDataAutomationClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../BedrockDataAutomationClient";
8
2
  import {
9
3
  GetDataAutomationLibraryEntityRequest,
10
4
  GetDataAutomationLibraryEntityResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetDataAutomationLibraryEntityCommandInput
15
8
  extends GetDataAutomationLibraryEntityRequest {}
16
9
  export interface GetDataAutomationLibraryEntityCommandOutput
@@ -22,22 +15,20 @@ declare const GetDataAutomationLibraryEntityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetDataAutomationLibraryEntityCommandInput,
24
17
  GetDataAutomationLibraryEntityCommandOutput,
25
- BedrockDataAutomationClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").BedrockDataAutomationClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetDataAutomationLibraryEntityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetDataAutomationLibraryEntityCommandInput,
33
26
  GetDataAutomationLibraryEntityCommandOutput,
34
- BedrockDataAutomationClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").BedrockDataAutomationClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetDataAutomationLibraryEntityCommand extends GetDataAutomationLibraryEntityCommand_base {
43
34
  protected static __types: {