@aws-sdk/client-bedrock-data-automation 3.1044.0 → 3.1046.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 (116) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +70 -71
  5. package/dist-cjs/models/BedrockDataAutomationServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/BedrockDataAutomation.js +1 -1
  10. package/dist-es/BedrockDataAutomationClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CopyBlueprintStageCommand.js +2 -2
  13. package/dist-es/commands/CreateBlueprintCommand.js +2 -2
  14. package/dist-es/commands/CreateBlueprintVersionCommand.js +2 -2
  15. package/dist-es/commands/CreateDataAutomationLibraryCommand.js +2 -2
  16. package/dist-es/commands/CreateDataAutomationProjectCommand.js +2 -2
  17. package/dist-es/commands/DeleteBlueprintCommand.js +2 -2
  18. package/dist-es/commands/DeleteDataAutomationLibraryCommand.js +2 -2
  19. package/dist-es/commands/DeleteDataAutomationProjectCommand.js +2 -2
  20. package/dist-es/commands/GetBlueprintCommand.js +2 -2
  21. package/dist-es/commands/GetBlueprintOptimizationStatusCommand.js +2 -2
  22. package/dist-es/commands/GetDataAutomationLibraryCommand.js +2 -2
  23. package/dist-es/commands/GetDataAutomationLibraryEntityCommand.js +2 -2
  24. package/dist-es/commands/GetDataAutomationLibraryIngestionJobCommand.js +2 -2
  25. package/dist-es/commands/GetDataAutomationProjectCommand.js +2 -2
  26. package/dist-es/commands/InvokeBlueprintOptimizationAsyncCommand.js +2 -2
  27. package/dist-es/commands/InvokeDataAutomationLibraryIngestionJobCommand.js +2 -2
  28. package/dist-es/commands/ListBlueprintsCommand.js +2 -2
  29. package/dist-es/commands/ListDataAutomationLibrariesCommand.js +2 -2
  30. package/dist-es/commands/ListDataAutomationLibraryEntitiesCommand.js +2 -2
  31. package/dist-es/commands/ListDataAutomationLibraryIngestionJobsCommand.js +2 -2
  32. package/dist-es/commands/ListDataAutomationProjectsCommand.js +2 -2
  33. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-es/commands/TagResourceCommand.js +2 -2
  35. package/dist-es/commands/UntagResourceCommand.js +2 -2
  36. package/dist-es/commands/UpdateBlueprintCommand.js +2 -2
  37. package/dist-es/commands/UpdateDataAutomationLibraryCommand.js +2 -2
  38. package/dist-es/commands/UpdateDataAutomationProjectCommand.js +2 -2
  39. package/dist-es/endpoint/bdd.js +1 -1
  40. package/dist-es/endpoint/endpointResolver.js +1 -1
  41. package/dist-es/models/BedrockDataAutomationServiceException.js +1 -1
  42. package/dist-es/runtimeConfig.browser.js +4 -6
  43. package/dist-es/runtimeConfig.js +4 -8
  44. package/dist-es/runtimeConfig.shared.js +3 -4
  45. package/dist-es/runtimeExtensions.js +2 -2
  46. package/dist-types/BedrockDataAutomationClient.d.ts +5 -5
  47. package/dist-types/commands/CopyBlueprintStageCommand.d.ts +6 -4
  48. package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -4
  49. package/dist-types/commands/CreateBlueprintVersionCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateDataAutomationLibraryCommand.d.ts +6 -4
  51. package/dist-types/commands/CreateDataAutomationProjectCommand.d.ts +6 -4
  52. package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteDataAutomationLibraryCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteDataAutomationProjectCommand.d.ts +6 -4
  55. package/dist-types/commands/GetBlueprintCommand.d.ts +6 -4
  56. package/dist-types/commands/GetBlueprintOptimizationStatusCommand.d.ts +6 -4
  57. package/dist-types/commands/GetDataAutomationLibraryCommand.d.ts +6 -4
  58. package/dist-types/commands/GetDataAutomationLibraryEntityCommand.d.ts +6 -4
  59. package/dist-types/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
  60. package/dist-types/commands/GetDataAutomationProjectCommand.d.ts +6 -4
  61. package/dist-types/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +6 -4
  62. package/dist-types/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
  63. package/dist-types/commands/ListBlueprintsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListDataAutomationLibrariesCommand.d.ts +6 -4
  65. package/dist-types/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +6 -4
  66. package/dist-types/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListDataAutomationProjectsCommand.d.ts +6 -4
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -4
  72. package/dist-types/commands/UpdateDataAutomationLibraryCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateDataAutomationProjectCommand.d.ts +6 -4
  74. package/dist-types/endpoint/bdd.d.ts +1 -1
  75. package/dist-types/extensionConfiguration.d.ts +1 -1
  76. package/dist-types/models/BedrockDataAutomationServiceException.d.ts +1 -1
  77. package/dist-types/models/errors.d.ts +1 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  79. package/dist-types/runtimeConfig.d.ts +2 -2
  80. package/dist-types/runtimeConfig.native.d.ts +2 -2
  81. package/dist-types/ts3.4/BedrockDataAutomationClient.d.ts +8 -14
  82. package/dist-types/ts3.4/commands/CopyBlueprintStageCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/CreateBlueprintVersionCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/CreateDataAutomationLibraryCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/CreateDataAutomationProjectCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DeleteDataAutomationLibraryCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteDataAutomationProjectCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/GetBlueprintOptimizationStatusCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/GetDataAutomationLibraryCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/GetDataAutomationLibraryEntityCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/GetDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GetDataAutomationProjectCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/InvokeBlueprintOptimizationAsyncCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/InvokeDataAutomationLibraryIngestionJobCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListDataAutomationLibrariesCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListDataAutomationLibraryEntitiesCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListDataAutomationLibraryIngestionJobsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListDataAutomationProjectsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/UpdateDataAutomationLibraryCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UpdateDataAutomationProjectCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  110. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  111. package/dist-types/ts3.4/models/BedrockDataAutomationServiceException.d.ts +1 -1
  112. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  116. package/package.json +13 -34
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CopyBlueprintStageCommandOutput
19
19
  declare const CopyBlueprintStageCommand_base: {
20
20
  new (
21
21
  input: CopyBlueprintStageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CopyBlueprintStageCommandInput,
24
24
  CopyBlueprintStageCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CopyBlueprintStageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CopyBlueprintStageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CopyBlueprintStageCommandInput,
33
33
  CopyBlueprintStageCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CopyBlueprintStageCommand extends CopyBlueprintStageCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateBlueprintCommandOutput
18
18
  declare const CreateBlueprintCommand_base: {
19
19
  new (
20
20
  input: CreateBlueprintCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateBlueprintCommandInput,
23
23
  CreateBlueprintCommandOutput,
24
24
  BedrockDataAutomationClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateBlueprintCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateBlueprintCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateBlueprintCommandInput,
32
32
  CreateBlueprintCommandOutput,
33
33
  BedrockDataAutomationClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateBlueprintCommand extends CreateBlueprintCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBlueprintVersionCommandOutput
19
19
  declare const CreateBlueprintVersionCommand_base: {
20
20
  new (
21
21
  input: CreateBlueprintVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBlueprintVersionCommandInput,
24
24
  CreateBlueprintVersionCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBlueprintVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBlueprintVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBlueprintVersionCommandInput,
33
33
  CreateBlueprintVersionCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBlueprintVersionCommand extends CreateBlueprintVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateDataAutomationLibraryCommandOutput
19
19
  declare const CreateDataAutomationLibraryCommand_base: {
20
20
  new (
21
21
  input: CreateDataAutomationLibraryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateDataAutomationLibraryCommandInput,
24
24
  CreateDataAutomationLibraryCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateDataAutomationLibraryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateDataAutomationLibraryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateDataAutomationLibraryCommandInput,
33
33
  CreateDataAutomationLibraryCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateDataAutomationLibraryCommand extends CreateDataAutomationLibraryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateDataAutomationProjectCommandOutput
19
19
  declare const CreateDataAutomationProjectCommand_base: {
20
20
  new (
21
21
  input: CreateDataAutomationProjectCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateDataAutomationProjectCommandInput,
24
24
  CreateDataAutomationProjectCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateDataAutomationProjectCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateDataAutomationProjectCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateDataAutomationProjectCommandInput,
33
33
  CreateDataAutomationProjectCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateDataAutomationProjectCommand extends CreateDataAutomationProjectCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteBlueprintCommandOutput
18
18
  declare const DeleteBlueprintCommand_base: {
19
19
  new (
20
20
  input: DeleteBlueprintCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteBlueprintCommandInput,
23
23
  DeleteBlueprintCommandOutput,
24
24
  BedrockDataAutomationClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteBlueprintCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteBlueprintCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteBlueprintCommandInput,
32
32
  DeleteBlueprintCommandOutput,
33
33
  BedrockDataAutomationClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteBlueprintCommand extends DeleteBlueprintCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteDataAutomationLibraryCommandOutput
19
19
  declare const DeleteDataAutomationLibraryCommand_base: {
20
20
  new (
21
21
  input: DeleteDataAutomationLibraryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteDataAutomationLibraryCommandInput,
24
24
  DeleteDataAutomationLibraryCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteDataAutomationLibraryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteDataAutomationLibraryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteDataAutomationLibraryCommandInput,
33
33
  DeleteDataAutomationLibraryCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteDataAutomationLibraryCommand extends DeleteDataAutomationLibraryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteDataAutomationProjectCommandOutput
19
19
  declare const DeleteDataAutomationProjectCommand_base: {
20
20
  new (
21
21
  input: DeleteDataAutomationProjectCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteDataAutomationProjectCommandInput,
24
24
  DeleteDataAutomationProjectCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteDataAutomationProjectCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteDataAutomationProjectCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteDataAutomationProjectCommandInput,
33
33
  DeleteDataAutomationProjectCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteDataAutomationProjectCommand extends DeleteDataAutomationProjectCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetBlueprintCommandOutput
15
15
  declare const GetBlueprintCommand_base: {
16
16
  new (
17
17
  input: GetBlueprintCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetBlueprintCommandInput,
20
20
  GetBlueprintCommandOutput,
21
21
  BedrockDataAutomationClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetBlueprintCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetBlueprintCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetBlueprintCommandInput,
29
29
  GetBlueprintCommandOutput,
30
30
  BedrockDataAutomationClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetBlueprintCommand extends GetBlueprintCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetBlueprintOptimizationStatusCommandOutput
19
19
  declare const GetBlueprintOptimizationStatusCommand_base: {
20
20
  new (
21
21
  input: GetBlueprintOptimizationStatusCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetBlueprintOptimizationStatusCommandInput,
24
24
  GetBlueprintOptimizationStatusCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetBlueprintOptimizationStatusCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetBlueprintOptimizationStatusCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetBlueprintOptimizationStatusCommandInput,
33
33
  GetBlueprintOptimizationStatusCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetBlueprintOptimizationStatusCommand extends GetBlueprintOptimizationStatusCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataAutomationLibraryCommandOutput
19
19
  declare const GetDataAutomationLibraryCommand_base: {
20
20
  new (
21
21
  input: GetDataAutomationLibraryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataAutomationLibraryCommandInput,
24
24
  GetDataAutomationLibraryCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataAutomationLibraryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataAutomationLibraryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataAutomationLibraryCommandInput,
33
33
  GetDataAutomationLibraryCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataAutomationLibraryCommand extends GetDataAutomationLibraryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataAutomationLibraryEntityCommandOutput
19
19
  declare const GetDataAutomationLibraryEntityCommand_base: {
20
20
  new (
21
21
  input: GetDataAutomationLibraryEntityCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataAutomationLibraryEntityCommandInput,
24
24
  GetDataAutomationLibraryEntityCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataAutomationLibraryEntityCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataAutomationLibraryEntityCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataAutomationLibraryEntityCommandInput,
33
33
  GetDataAutomationLibraryEntityCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataAutomationLibraryEntityCommand extends GetDataAutomationLibraryEntityCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataAutomationLibraryIngestionJobCommandOutput
19
19
  declare const GetDataAutomationLibraryIngestionJobCommand_base: {
20
20
  new (
21
21
  input: GetDataAutomationLibraryIngestionJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataAutomationLibraryIngestionJobCommandInput,
24
24
  GetDataAutomationLibraryIngestionJobCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataAutomationLibraryIngestionJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataAutomationLibraryIngestionJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataAutomationLibraryIngestionJobCommandInput,
33
33
  GetDataAutomationLibraryIngestionJobCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataAutomationLibraryIngestionJobCommand extends GetDataAutomationLibraryIngestionJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetDataAutomationProjectCommandOutput
19
19
  declare const GetDataAutomationProjectCommand_base: {
20
20
  new (
21
21
  input: GetDataAutomationProjectCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDataAutomationProjectCommandInput,
24
24
  GetDataAutomationProjectCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDataAutomationProjectCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDataAutomationProjectCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDataAutomationProjectCommandInput,
33
33
  GetDataAutomationProjectCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDataAutomationProjectCommand extends GetDataAutomationProjectCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface InvokeBlueprintOptimizationAsyncCommandOutput
19
19
  declare const InvokeBlueprintOptimizationAsyncCommand_base: {
20
20
  new (
21
21
  input: InvokeBlueprintOptimizationAsyncCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  InvokeBlueprintOptimizationAsyncCommandInput,
24
24
  InvokeBlueprintOptimizationAsyncCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const InvokeBlueprintOptimizationAsyncCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: InvokeBlueprintOptimizationAsyncCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  InvokeBlueprintOptimizationAsyncCommandInput,
33
33
  InvokeBlueprintOptimizationAsyncCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class InvokeBlueprintOptimizationAsyncCommand extends InvokeBlueprintOptimizationAsyncCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface InvokeDataAutomationLibraryIngestionJobCommandOutput
19
19
  declare const InvokeDataAutomationLibraryIngestionJobCommand_base: {
20
20
  new (
21
21
  input: InvokeDataAutomationLibraryIngestionJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  InvokeDataAutomationLibraryIngestionJobCommandInput,
24
24
  InvokeDataAutomationLibraryIngestionJobCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const InvokeDataAutomationLibraryIngestionJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: InvokeDataAutomationLibraryIngestionJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  InvokeDataAutomationLibraryIngestionJobCommandInput,
33
33
  InvokeDataAutomationLibraryIngestionJobCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class InvokeDataAutomationLibraryIngestionJobCommand extends InvokeDataAutomationLibraryIngestionJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListBlueprintsCommandOutput
18
18
  declare const ListBlueprintsCommand_base: {
19
19
  new (
20
20
  input: ListBlueprintsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListBlueprintsCommandInput,
23
23
  ListBlueprintsCommandOutput,
24
24
  BedrockDataAutomationClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListBlueprintsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListBlueprintsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListBlueprintsCommandInput,
32
32
  ListBlueprintsCommandOutput,
33
33
  BedrockDataAutomationClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListBlueprintsCommand extends ListBlueprintsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockDataAutomationClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListDataAutomationLibrariesCommandOutput
19
19
  declare const ListDataAutomationLibrariesCommand_base: {
20
20
  new (
21
21
  input: ListDataAutomationLibrariesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListDataAutomationLibrariesCommandInput,
24
24
  ListDataAutomationLibrariesCommandOutput,
25
25
  BedrockDataAutomationClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListDataAutomationLibrariesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListDataAutomationLibrariesCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListDataAutomationLibrariesCommandInput,
33
33
  ListDataAutomationLibrariesCommandOutput,
34
34
  BedrockDataAutomationClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListDataAutomationLibrariesCommand extends ListDataAutomationLibrariesCommand_base {
41
43
  protected static __types: {