@aws-sdk/client-textract 3.1045.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 (112) 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 +66 -67
  5. package/dist-cjs/models/TextractServiceException.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/Textract.js +1 -1
  10. package/dist-es/TextractClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AnalyzeDocumentCommand.js +2 -2
  13. package/dist-es/commands/AnalyzeExpenseCommand.js +2 -2
  14. package/dist-es/commands/AnalyzeIDCommand.js +2 -2
  15. package/dist-es/commands/CreateAdapterCommand.js +2 -2
  16. package/dist-es/commands/CreateAdapterVersionCommand.js +2 -2
  17. package/dist-es/commands/DeleteAdapterCommand.js +2 -2
  18. package/dist-es/commands/DeleteAdapterVersionCommand.js +2 -2
  19. package/dist-es/commands/DetectDocumentTextCommand.js +2 -2
  20. package/dist-es/commands/GetAdapterCommand.js +2 -2
  21. package/dist-es/commands/GetAdapterVersionCommand.js +2 -2
  22. package/dist-es/commands/GetDocumentAnalysisCommand.js +2 -2
  23. package/dist-es/commands/GetDocumentTextDetectionCommand.js +2 -2
  24. package/dist-es/commands/GetExpenseAnalysisCommand.js +2 -2
  25. package/dist-es/commands/GetLendingAnalysisCommand.js +2 -2
  26. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +2 -2
  27. package/dist-es/commands/ListAdapterVersionsCommand.js +2 -2
  28. package/dist-es/commands/ListAdaptersCommand.js +2 -2
  29. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-es/commands/StartDocumentAnalysisCommand.js +2 -2
  31. package/dist-es/commands/StartDocumentTextDetectionCommand.js +2 -2
  32. package/dist-es/commands/StartExpenseAnalysisCommand.js +2 -2
  33. package/dist-es/commands/StartLendingAnalysisCommand.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/UpdateAdapterCommand.js +2 -2
  37. package/dist-es/endpoint/bdd.js +1 -1
  38. package/dist-es/endpoint/endpointResolver.js +1 -1
  39. package/dist-es/models/TextractServiceException.js +1 -1
  40. package/dist-es/runtimeConfig.browser.js +4 -6
  41. package/dist-es/runtimeConfig.js +4 -8
  42. package/dist-es/runtimeConfig.shared.js +3 -4
  43. package/dist-es/runtimeExtensions.js +2 -2
  44. package/dist-types/TextractClient.d.ts +5 -5
  45. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +6 -4
  46. package/dist-types/commands/AnalyzeExpenseCommand.d.ts +6 -4
  47. package/dist-types/commands/AnalyzeIDCommand.d.ts +6 -4
  48. package/dist-types/commands/CreateAdapterCommand.d.ts +6 -4
  49. package/dist-types/commands/CreateAdapterVersionCommand.d.ts +6 -4
  50. package/dist-types/commands/DeleteAdapterCommand.d.ts +6 -4
  51. package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +6 -4
  52. package/dist-types/commands/DetectDocumentTextCommand.d.ts +6 -4
  53. package/dist-types/commands/GetAdapterCommand.d.ts +6 -4
  54. package/dist-types/commands/GetAdapterVersionCommand.d.ts +6 -4
  55. package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +6 -4
  56. package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +6 -4
  57. package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +6 -4
  58. package/dist-types/commands/GetLendingAnalysisCommand.d.ts +6 -4
  59. package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -4
  60. package/dist-types/commands/ListAdapterVersionsCommand.d.ts +6 -4
  61. package/dist-types/commands/ListAdaptersCommand.d.ts +6 -4
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  63. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +6 -4
  64. package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +6 -4
  65. package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +6 -4
  66. package/dist-types/commands/StartLendingAnalysisCommand.d.ts +6 -4
  67. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  68. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  69. package/dist-types/commands/UpdateAdapterCommand.d.ts +6 -4
  70. package/dist-types/endpoint/bdd.d.ts +1 -1
  71. package/dist-types/extensionConfiguration.d.ts +1 -1
  72. package/dist-types/models/TextractServiceException.d.ts +1 -1
  73. package/dist-types/models/errors.d.ts +1 -1
  74. package/dist-types/models/models_0.d.ts +1 -1
  75. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  76. package/dist-types/runtimeConfig.d.ts +2 -2
  77. package/dist-types/runtimeConfig.native.d.ts +2 -2
  78. package/dist-types/ts3.4/TextractClient.d.ts +8 -14
  79. package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +6 -8
  82. package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  105. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  106. package/dist-types/ts3.4/models/TextractServiceException.d.ts +1 -1
  107. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  108. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  112. package/package.json +13 -34
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface DetectDocumentTextCommandInput extends DetectDocumentTextReques
22
22
  export interface DetectDocumentTextCommandOutput extends DetectDocumentTextResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DetectDocumentTextCommand_base: {
25
- new (input: DetectDocumentTextCommandInput): import("@smithy/smithy-client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetectDocumentTextCommandInput): import("@smithy/smithy-client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detects text in the input document. Amazon Textract can detect lines of text and the
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetAdapterCommandInput extends GetAdapterRequest {
22
22
  export interface GetAdapterCommandOutput extends GetAdapterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAdapterCommand_base: {
25
- new (input: GetAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName, Description,
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAdapterVersionRequest, GetAdapterVersionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetAdapterVersionCommandInput extends GetAdapterVersionRequest
22
22
  export interface GetAdapterVersionCommandOutput extends GetAdapterVersionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAdapterVersionCommand_base: {
25
- new (input: GetAdapterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAdapterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets configuration information for the specified adapter version, including:
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetDocumentAnalysisCommandInput extends GetDocumentAnalysisRequ
22
22
  export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDocumentAnalysisCommand_base: {
25
- new (input: GetDocumentAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDocumentAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes text in a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetDocumentTextDetectionCommandInput extends GetDocumentTextDet
22
22
  export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDetectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDocumentTextDetectionCommand_base: {
25
- new (input: GetDocumentTextDetectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDocumentTextDetectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetExpenseAnalysisCommandInput extends GetExpenseAnalysisReques
22
22
  export interface GetExpenseAnalysisCommandOutput extends GetExpenseAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetExpenseAnalysisCommand_base: {
25
- new (input: GetExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetLendingAnalysisRequest, GetLendingAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetLendingAnalysisCommandInput extends GetLendingAnalysisReques
22
22
  export interface GetLendingAnalysisCommandOutput extends GetLendingAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetLendingAnalysisCommand_base: {
25
- new (input: GetLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetLendingAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLendingAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes text in a
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetLendingAnalysisSummaryRequest, GetLendingAnalysisSummaryResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface GetLendingAnalysisSummaryCommandInput extends GetLendingAnalysi
22
22
  export interface GetLendingAnalysisSummaryCommandOutput extends GetLendingAnalysisSummaryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetLendingAnalysisSummaryCommand_base: {
25
- new (input: GetLendingAnalysisSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLendingAnalysisSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetLendingAnalysisSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLendingAnalysisSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets summarized results for the <code>StartLendingAnalysis</code> operation, which analyzes
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAdapterVersionsRequest, ListAdapterVersionsResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface ListAdapterVersionsCommandInput extends ListAdapterVersionsRequ
22
22
  export interface ListAdapterVersionsCommandOutput extends ListAdapterVersionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAdapterVersionsCommand_base: {
25
- new (input: ListAdapterVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAdapterVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAdapterVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAdapterVersionsCommandInput]): import("@smithy/core/client").CommandImpl<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all version of an adapter that meet the specified filtration criteria.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface ListAdaptersCommandInput extends ListAdaptersRequest {
22
22
  export interface ListAdaptersCommandOutput extends ListAdaptersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListAdaptersCommand_base: {
25
- new (input: ListAdaptersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAdaptersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAdaptersCommandInput): import("@smithy/core/client").CommandImpl<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAdaptersCommandInput]): import("@smithy/core/client").CommandImpl<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all adapters that match the specified filtration criteria.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all tags for an Amazon Textract resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartDocumentAnalysisRequest, StartDocumentAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface StartDocumentAnalysisCommandInput extends StartDocumentAnalysis
22
22
  export interface StartDocumentAnalysisCommandOutput extends StartDocumentAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDocumentAnalysisCommand_base: {
25
- new (input: StartDocumentAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDocumentAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the asynchronous analysis of an input document for relationships between detected
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartDocumentTextDetectionRequest, StartDocumentTextDetectionResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface StartDocumentTextDetectionCommandInput extends StartDocumentTex
22
22
  export interface StartDocumentTextDetectionCommandOutput extends StartDocumentTextDetectionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDocumentTextDetectionCommand_base: {
25
- new (input: StartDocumentTextDetectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDocumentTextDetectionCommandInput): import("@smithy/smithy-client").CommandImpl<StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the asynchronous detection of text in a document. Amazon Textract can detect lines of
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartExpenseAnalysisRequest, StartExpenseAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface StartExpenseAnalysisCommandInput extends StartExpenseAnalysisRe
22
22
  export interface StartExpenseAnalysisCommandOutput extends StartExpenseAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartExpenseAnalysisCommand_base: {
25
- new (input: StartExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the asynchronous analysis of invoices or receipts for data like contact information,
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartLendingAnalysisRequest, StartLendingAnalysisResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface StartLendingAnalysisCommandInput extends StartLendingAnalysisRe
22
22
  export interface StartLendingAnalysisCommandOutput extends StartLendingAnalysisResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartLendingAnalysisCommand_base: {
25
- new (input: StartLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartLendingAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartLendingAnalysisCommandInput): import("@smithy/core/client").CommandImpl<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts the classification and analysis of an input document.
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds one or more tags to the specified resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes any tags with the specified keys from the specified resource.</p>
@@ -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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UpdateAdapterRequest, UpdateAdapterResponse } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
@@ -22,9 +22,11 @@ export interface UpdateAdapterCommandInput extends UpdateAdapterRequest {
22
22
  export interface UpdateAdapterCommandOutput extends UpdateAdapterResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateAdapterCommand_base: {
25
- new (input: UpdateAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateAdapterCommandInput): import("@smithy/core/client").CommandImpl<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAdapterCommandInput): import("@smithy/core/client").CommandImpl<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Update the configuration for an adapter. FeatureTypes configurations cannot be updated.
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { TextractServiceException as __BaseException } from "./TextractServiceException";
3
3
  /**
4
4
  * <p>You aren't authorized to perform the action. Use the Amazon Resource Name (ARN)
@@ -1,4 +1,4 @@
1
- import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
1
+ import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/core/serde";
2
2
  import type { AdapterVersionStatus, AutoUpdate, BlockType, ContentClassifier, EntityType, FeatureType, JobStatus, RelationshipType, SelectionStatus, TextType, ValueType } from "./enums";
3
3
  /**
4
4
  * <p>An adapter selected for use when analyzing documents. Contains an adapter ID and a version number.
@@ -5,13 +5,13 @@ import type { TextractClientConfig } from "./TextractClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: TextractClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { TextractClientConfig } from "./TextractClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: TextractClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { TextractClientConfig } from "./TextractClient";
5
5
  export declare const getRuntimeConfig: (config: TextractClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: TextractClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -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
  AnalyzeDocumentRequest,
@@ -18,7 +18,7 @@ export interface AnalyzeDocumentCommandOutput
18
18
  declare const AnalyzeDocumentCommand_base: {
19
19
  new (
20
20
  input: AnalyzeDocumentCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  AnalyzeDocumentCommandInput,
23
23
  AnalyzeDocumentCommandOutput,
24
24
  TextractClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const AnalyzeDocumentCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: AnalyzeDocumentCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  AnalyzeDocumentCommandInput,
32
32
  AnalyzeDocumentCommandOutput,
33
33
  TextractClientResolvedConfig,
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 AnalyzeDocumentCommand extends AnalyzeDocumentCommand_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
  AnalyzeExpenseRequest,
@@ -18,7 +18,7 @@ export interface AnalyzeExpenseCommandOutput
18
18
  declare const AnalyzeExpenseCommand_base: {
19
19
  new (
20
20
  input: AnalyzeExpenseCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  AnalyzeExpenseCommandInput,
23
23
  AnalyzeExpenseCommandOutput,
24
24
  TextractClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const AnalyzeExpenseCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: AnalyzeExpenseCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  AnalyzeExpenseCommandInput,
32
32
  AnalyzeExpenseCommandOutput,
33
33
  TextractClientResolvedConfig,
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 AnalyzeExpenseCommand extends AnalyzeExpenseCommand_base {
40
42
  protected static __types: {