@aws-sdk/client-textract 3.477.0 → 3.481.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 (113) hide show
  1. package/dist-cjs/commands/AnalyzeDocumentCommand.js +18 -41
  2. package/dist-cjs/commands/AnalyzeExpenseCommand.js +18 -41
  3. package/dist-cjs/commands/AnalyzeIDCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAdapterCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAdapterVersionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAdapterCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAdapterVersionCommand.js +18 -41
  8. package/dist-cjs/commands/DetectDocumentTextCommand.js +18 -41
  9. package/dist-cjs/commands/GetAdapterCommand.js +18 -41
  10. package/dist-cjs/commands/GetAdapterVersionCommand.js +18 -41
  11. package/dist-cjs/commands/GetDocumentAnalysisCommand.js +18 -41
  12. package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +18 -41
  13. package/dist-cjs/commands/GetExpenseAnalysisCommand.js +18 -41
  14. package/dist-cjs/commands/GetLendingAnalysisCommand.js +18 -41
  15. package/dist-cjs/commands/GetLendingAnalysisSummaryCommand.js +18 -41
  16. package/dist-cjs/commands/ListAdapterVersionsCommand.js +18 -41
  17. package/dist-cjs/commands/ListAdaptersCommand.js +18 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  19. package/dist-cjs/commands/StartDocumentAnalysisCommand.js +18 -41
  20. package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +18 -41
  21. package/dist-cjs/commands/StartExpenseAnalysisCommand.js +18 -41
  22. package/dist-cjs/commands/StartLendingAnalysisCommand.js +18 -41
  23. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateAdapterCommand.js +18 -41
  26. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  27. package/dist-cjs/pagination/ListAdapterVersionsPaginator.js +2 -24
  28. package/dist-cjs/pagination/ListAdaptersPaginator.js +2 -24
  29. package/dist-es/commands/AnalyzeDocumentCommand.js +18 -41
  30. package/dist-es/commands/AnalyzeExpenseCommand.js +18 -41
  31. package/dist-es/commands/AnalyzeIDCommand.js +18 -41
  32. package/dist-es/commands/CreateAdapterCommand.js +18 -41
  33. package/dist-es/commands/CreateAdapterVersionCommand.js +18 -41
  34. package/dist-es/commands/DeleteAdapterCommand.js +18 -41
  35. package/dist-es/commands/DeleteAdapterVersionCommand.js +18 -41
  36. package/dist-es/commands/DetectDocumentTextCommand.js +18 -41
  37. package/dist-es/commands/GetAdapterCommand.js +18 -41
  38. package/dist-es/commands/GetAdapterVersionCommand.js +18 -41
  39. package/dist-es/commands/GetDocumentAnalysisCommand.js +18 -41
  40. package/dist-es/commands/GetDocumentTextDetectionCommand.js +18 -41
  41. package/dist-es/commands/GetExpenseAnalysisCommand.js +18 -41
  42. package/dist-es/commands/GetLendingAnalysisCommand.js +18 -41
  43. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +18 -41
  44. package/dist-es/commands/ListAdapterVersionsCommand.js +18 -41
  45. package/dist-es/commands/ListAdaptersCommand.js +18 -41
  46. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-es/commands/StartDocumentAnalysisCommand.js +18 -41
  48. package/dist-es/commands/StartDocumentTextDetectionCommand.js +18 -41
  49. package/dist-es/commands/StartExpenseAnalysisCommand.js +18 -41
  50. package/dist-es/commands/StartLendingAnalysisCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateAdapterCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-es/pagination/ListAdapterVersionsPaginator.js +2 -23
  56. package/dist-es/pagination/ListAdaptersPaginator.js +2 -23
  57. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +6 -21
  58. package/dist-types/commands/AnalyzeExpenseCommand.d.ts +6 -21
  59. package/dist-types/commands/AnalyzeIDCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateAdapterCommand.d.ts +6 -21
  61. package/dist-types/commands/CreateAdapterVersionCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteAdapterCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +6 -21
  64. package/dist-types/commands/DetectDocumentTextCommand.d.ts +6 -21
  65. package/dist-types/commands/GetAdapterCommand.d.ts +6 -21
  66. package/dist-types/commands/GetAdapterVersionCommand.d.ts +6 -21
  67. package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +6 -21
  68. package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +6 -21
  69. package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +6 -21
  70. package/dist-types/commands/GetLendingAnalysisCommand.d.ts +6 -21
  71. package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -21
  72. package/dist-types/commands/ListAdapterVersionsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListAdaptersCommand.d.ts +6 -21
  74. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  75. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +6 -21
  76. package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +6 -21
  77. package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +6 -21
  78. package/dist-types/commands/StartLendingAnalysisCommand.d.ts +6 -21
  79. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateAdapterCommand.d.ts +6 -21
  82. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  83. package/dist-types/pagination/ListAdapterVersionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListAdaptersPaginator.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  111. package/dist-types/ts3.4/pagination/ListAdapterVersionsPaginator.d.ts +3 -3
  112. package/dist-types/ts3.4/pagination/ListAdaptersPaginator.d.ts +3 -3
  113. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteAdapterVersionRequest,
11
5
  DeleteAdapterVersionResponse,
@@ -21,22 +15,16 @@ export interface DeleteAdapterVersionCommandInput
21
15
  export interface DeleteAdapterVersionCommandOutput
22
16
  extends DeleteAdapterVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAdapterVersionCommand extends $Command<
25
- DeleteAdapterVersionCommandInput,
26
- DeleteAdapterVersionCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: DeleteAdapterVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAdapterVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAdapterVersionCommand_base: {
19
+ new (
20
+ input: DeleteAdapterVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAdapterVersionCommandInput,
38
- DeleteAdapterVersionCommandOutput
23
+ DeleteAdapterVersionCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAdapterVersionCommand extends DeleteAdapterVersionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectDocumentTextRequest,
11
5
  DetectDocumentTextResponse,
@@ -21,19 +15,16 @@ export interface DetectDocumentTextCommandInput
21
15
  export interface DetectDocumentTextCommandOutput
22
16
  extends DetectDocumentTextResponse,
23
17
  __MetadataBearer {}
24
- export declare class DetectDocumentTextCommand extends $Command<
25
- DetectDocumentTextCommandInput,
26
- DetectDocumentTextCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: DetectDocumentTextCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DetectDocumentTextCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DetectDocumentTextCommand_base: {
19
+ new (
20
+ input: DetectDocumentTextCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DetectDocumentTextCommandInput,
23
+ DetectDocumentTextCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DetectDocumentTextCommand extends DetectDocumentTextCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetAdapterCommandInput extends GetAdapterRequest {}
17
11
  export interface GetAdapterCommandOutput
18
12
  extends GetAdapterResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetAdapterCommand extends $Command<
21
- GetAdapterCommandInput,
22
- GetAdapterCommandOutput,
23
- TextractClientResolvedConfig
24
- > {
25
- readonly input: GetAdapterCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetAdapterCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TextractClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetAdapterCommandInput, GetAdapterCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetAdapterCommand_base: {
15
+ new (
16
+ input: GetAdapterCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetAdapterCommandInput,
19
+ GetAdapterCommandOutput,
20
+ TextractClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetAdapterCommand extends GetAdapterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAdapterVersionRequest,
11
5
  GetAdapterVersionResponse,
@@ -21,19 +15,16 @@ export interface GetAdapterVersionCommandInput
21
15
  export interface GetAdapterVersionCommandOutput
22
16
  extends GetAdapterVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAdapterVersionCommand extends $Command<
25
- GetAdapterVersionCommandInput,
26
- GetAdapterVersionCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetAdapterVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAdapterVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAdapterVersionCommand_base: {
19
+ new (
20
+ input: GetAdapterVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAdapterVersionCommandInput,
23
+ GetAdapterVersionCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAdapterVersionCommand extends GetAdapterVersionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDocumentAnalysisRequest,
11
5
  GetDocumentAnalysisResponse,
@@ -21,19 +15,16 @@ export interface GetDocumentAnalysisCommandInput
21
15
  export interface GetDocumentAnalysisCommandOutput
22
16
  extends GetDocumentAnalysisResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDocumentAnalysisCommand extends $Command<
25
- GetDocumentAnalysisCommandInput,
26
- GetDocumentAnalysisCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetDocumentAnalysisCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDocumentAnalysisCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDocumentAnalysisCommand_base: {
19
+ new (
20
+ input: GetDocumentAnalysisCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDocumentAnalysisCommandInput,
23
+ GetDocumentAnalysisCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDocumentAnalysisCommand extends GetDocumentAnalysisCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDocumentTextDetectionRequest,
11
5
  GetDocumentTextDetectionResponse,
@@ -21,22 +15,16 @@ export interface GetDocumentTextDetectionCommandInput
21
15
  export interface GetDocumentTextDetectionCommandOutput
22
16
  extends GetDocumentTextDetectionResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDocumentTextDetectionCommand extends $Command<
25
- GetDocumentTextDetectionCommandInput,
26
- GetDocumentTextDetectionCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetDocumentTextDetectionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDocumentTextDetectionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetDocumentTextDetectionCommand_base: {
19
+ new (
20
+ input: GetDocumentTextDetectionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetDocumentTextDetectionCommandInput,
38
- GetDocumentTextDetectionCommandOutput
23
+ GetDocumentTextDetectionCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDocumentTextDetectionCommand extends GetDocumentTextDetectionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetExpenseAnalysisRequest,
11
5
  GetExpenseAnalysisResponse,
@@ -21,19 +15,16 @@ export interface GetExpenseAnalysisCommandInput
21
15
  export interface GetExpenseAnalysisCommandOutput
22
16
  extends GetExpenseAnalysisResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetExpenseAnalysisCommand extends $Command<
25
- GetExpenseAnalysisCommandInput,
26
- GetExpenseAnalysisCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetExpenseAnalysisCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetExpenseAnalysisCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetExpenseAnalysisCommand_base: {
19
+ new (
20
+ input: GetExpenseAnalysisCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetExpenseAnalysisCommandInput,
23
+ GetExpenseAnalysisCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetExpenseAnalysisCommand extends GetExpenseAnalysisCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetLendingAnalysisRequest,
11
5
  GetLendingAnalysisResponse,
@@ -21,19 +15,16 @@ export interface GetLendingAnalysisCommandInput
21
15
  export interface GetLendingAnalysisCommandOutput
22
16
  extends GetLendingAnalysisResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetLendingAnalysisCommand extends $Command<
25
- GetLendingAnalysisCommandInput,
26
- GetLendingAnalysisCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetLendingAnalysisCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetLendingAnalysisCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetLendingAnalysisCommand_base: {
19
+ new (
20
+ input: GetLendingAnalysisCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetLendingAnalysisCommandInput,
23
+ GetLendingAnalysisCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetLendingAnalysisCommand extends GetLendingAnalysisCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetLendingAnalysisSummaryRequest,
11
5
  GetLendingAnalysisSummaryResponse,
@@ -21,22 +15,16 @@ export interface GetLendingAnalysisSummaryCommandInput
21
15
  export interface GetLendingAnalysisSummaryCommandOutput
22
16
  extends GetLendingAnalysisSummaryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetLendingAnalysisSummaryCommand extends $Command<
25
- GetLendingAnalysisSummaryCommandInput,
26
- GetLendingAnalysisSummaryCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: GetLendingAnalysisSummaryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetLendingAnalysisSummaryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetLendingAnalysisSummaryCommand_base: {
19
+ new (
20
+ input: GetLendingAnalysisSummaryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetLendingAnalysisSummaryCommandInput,
38
- GetLendingAnalysisSummaryCommandOutput
23
+ GetLendingAnalysisSummaryCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetLendingAnalysisSummaryCommand extends GetLendingAnalysisSummaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAdapterVersionsRequest,
11
5
  ListAdapterVersionsResponse,
@@ -21,19 +15,16 @@ export interface ListAdapterVersionsCommandInput
21
15
  export interface ListAdapterVersionsCommandOutput
22
16
  extends ListAdapterVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAdapterVersionsCommand extends $Command<
25
- ListAdapterVersionsCommandInput,
26
- ListAdapterVersionsCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: ListAdapterVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAdapterVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListAdapterVersionsCommand_base: {
19
+ new (
20
+ input: ListAdapterVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListAdapterVersionsCommandInput,
23
+ ListAdapterVersionsCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAdapterVersionsCommand extends ListAdapterVersionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListAdaptersCommandInput extends ListAdaptersRequest {}
17
11
  export interface ListAdaptersCommandOutput
18
12
  extends ListAdaptersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListAdaptersCommand extends $Command<
21
- ListAdaptersCommandInput,
22
- ListAdaptersCommandOutput,
23
- TextractClientResolvedConfig
24
- > {
25
- readonly input: ListAdaptersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListAdaptersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TextractClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListAdaptersCommandInput, ListAdaptersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListAdaptersCommand_base: {
15
+ new (
16
+ input: ListAdaptersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListAdaptersCommandInput,
19
+ ListAdaptersCommandOutput,
20
+ TextractClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListAdaptersCommand extends ListAdaptersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListTagsForResourceRequest,
11
5
  ListTagsForResourceResponse,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartDocumentAnalysisRequest,
11
5
  StartDocumentAnalysisResponse,
@@ -21,22 +15,16 @@ export interface StartDocumentAnalysisCommandInput
21
15
  export interface StartDocumentAnalysisCommandOutput
22
16
  extends StartDocumentAnalysisResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartDocumentAnalysisCommand extends $Command<
25
- StartDocumentAnalysisCommandInput,
26
- StartDocumentAnalysisCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: StartDocumentAnalysisCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartDocumentAnalysisCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartDocumentAnalysisCommand_base: {
19
+ new (
20
+ input: StartDocumentAnalysisCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartDocumentAnalysisCommandInput,
38
- StartDocumentAnalysisCommandOutput
23
+ StartDocumentAnalysisCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartDocumentAnalysisCommand extends StartDocumentAnalysisCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  StartDocumentTextDetectionRequest,
11
5
  StartDocumentTextDetectionResponse,
@@ -21,22 +15,16 @@ export interface StartDocumentTextDetectionCommandInput
21
15
  export interface StartDocumentTextDetectionCommandOutput
22
16
  extends StartDocumentTextDetectionResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartDocumentTextDetectionCommand extends $Command<
25
- StartDocumentTextDetectionCommandInput,
26
- StartDocumentTextDetectionCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: StartDocumentTextDetectionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartDocumentTextDetectionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartDocumentTextDetectionCommand_base: {
19
+ new (
20
+ input: StartDocumentTextDetectionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartDocumentTextDetectionCommandInput,
38
- StartDocumentTextDetectionCommandOutput
23
+ StartDocumentTextDetectionCommandOutput,
24
+ TextractClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartDocumentTextDetectionCommand extends StartDocumentTextDetectionCommand_base {}