@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAdapterVersionRequest, CreateAdapterVersionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAdapterVersionCommandInput extends CreateAdapterVersionRe
21
20
  */
22
21
  export interface CreateAdapterVersionCommandOutput extends CreateAdapterVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAdapterVersionCommand_base: {
24
+ new (input: CreateAdapterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new version of an adapter. Operates on a provided AdapterId and a specified
@@ -126,23 +129,5 @@ export interface CreateAdapterVersionCommandOutput extends CreateAdapterVersionR
126
129
  * <p>Base exception class for all service exceptions from Textract service.</p>
127
130
  *
128
131
  */
129
- export declare class CreateAdapterVersionCommand extends $Command<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, TextractClientResolvedConfig> {
130
- readonly input: CreateAdapterVersionCommandInput;
131
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
- /**
133
- * @public
134
- */
135
- constructor(input: CreateAdapterVersionCommandInput);
136
- /**
137
- * @internal
138
- */
139
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput>;
140
- /**
141
- * @internal
142
- */
143
- private serialize;
144
- /**
145
- * @internal
146
- */
147
- private deserialize;
132
+ export declare class CreateAdapterVersionCommand extends CreateAdapterVersionCommand_base {
148
133
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAdapterRequest, DeleteAdapterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAdapterCommandInput extends DeleteAdapterRequest {
21
20
  */
22
21
  export interface DeleteAdapterCommandOutput extends DeleteAdapterResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAdapterCommand_base: {
24
+ new (input: DeleteAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Amazon Textract adapter. Takes an AdapterId and deletes the adapter specified by the ID.</p>
@@ -79,23 +82,5 @@ export interface DeleteAdapterCommandOutput extends DeleteAdapterResponse, __Met
79
82
  * <p>Base exception class for all service exceptions from Textract service.</p>
80
83
  *
81
84
  */
82
- export declare class DeleteAdapterCommand extends $Command<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, TextractClientResolvedConfig> {
83
- readonly input: DeleteAdapterCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: DeleteAdapterCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAdapterCommandInput, DeleteAdapterCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class DeleteAdapterCommand extends DeleteAdapterCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAdapterVersionRequest, DeleteAdapterVersionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAdapterVersionCommandInput extends DeleteAdapterVersionRe
21
20
  */
22
21
  export interface DeleteAdapterVersionCommandOutput extends DeleteAdapterVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAdapterVersionCommand_base: {
24
+ new (input: DeleteAdapterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Amazon Textract adapter version. Requires that you specify both an AdapterId and a
@@ -81,23 +84,5 @@ export interface DeleteAdapterVersionCommandOutput extends DeleteAdapterVersionR
81
84
  * <p>Base exception class for all service exceptions from Textract service.</p>
82
85
  *
83
86
  */
84
- export declare class DeleteAdapterVersionCommand extends $Command<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, TextractClientResolvedConfig> {
85
- readonly input: DeleteAdapterVersionCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DeleteAdapterVersionCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DeleteAdapterVersionCommand extends DeleteAdapterVersionCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DetectDocumentTextCommandInput extends DetectDocumentTextReques
21
20
  */
22
21
  export interface DetectDocumentTextCommandOutput extends DetectDocumentTextResponse, __MetadataBearer {
23
22
  }
23
+ declare const DetectDocumentTextCommand_base: {
24
+ new (input: DetectDocumentTextCommandInput): import("@smithy/smithy-client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Detects text in the input document. Amazon Textract can detect lines of text and the
@@ -158,23 +161,5 @@ export interface DetectDocumentTextCommandOutput extends DetectDocumentTextRespo
158
161
  * <p>Base exception class for all service exceptions from Textract service.</p>
159
162
  *
160
163
  */
161
- export declare class DetectDocumentTextCommand extends $Command<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig> {
162
- readonly input: DetectDocumentTextCommandInput;
163
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
- /**
165
- * @public
166
- */
167
- constructor(input: DetectDocumentTextCommandInput);
168
- /**
169
- * @internal
170
- */
171
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput>;
172
- /**
173
- * @internal
174
- */
175
- private serialize;
176
- /**
177
- * @internal
178
- */
179
- private deserialize;
164
+ export declare class DetectDocumentTextCommand extends DetectDocumentTextCommand_base {
180
165
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAdapterCommandInput extends GetAdapterRequest {
21
20
  */
22
21
  export interface GetAdapterCommandOutput extends GetAdapterResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAdapterCommand_base: {
24
+ new (input: GetAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName, Description,
@@ -89,23 +92,5 @@ export interface GetAdapterCommandOutput extends GetAdapterResponse, __MetadataB
89
92
  * <p>Base exception class for all service exceptions from Textract service.</p>
90
93
  *
91
94
  */
92
- export declare class GetAdapterCommand extends $Command<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig> {
93
- readonly input: GetAdapterCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetAdapterCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdapterCommandInput, GetAdapterCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetAdapterCommand extends GetAdapterCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetAdapterVersionRequest, GetAdapterVersionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAdapterVersionCommandInput extends GetAdapterVersionRequest
21
20
  */
22
21
  export interface GetAdapterVersionCommandOutput extends GetAdapterVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetAdapterVersionCommand_base: {
24
+ new (input: GetAdapterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets configuration information for the specified adapter version, including:
@@ -118,23 +121,5 @@ export interface GetAdapterVersionCommandOutput extends GetAdapterVersionRespons
118
121
  * <p>Base exception class for all service exceptions from Textract service.</p>
119
122
  *
120
123
  */
121
- export declare class GetAdapterVersionCommand extends $Command<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig> {
122
- readonly input: GetAdapterVersionCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: GetAdapterVersionCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class GetAdapterVersionCommand extends GetAdapterVersionCommand_base {
140
125
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDocumentAnalysisCommandInput extends GetDocumentAnalysisRequ
21
20
  */
22
21
  export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDocumentAnalysisCommand_base: {
24
+ new (input: GetDocumentAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes text in a
@@ -208,23 +211,5 @@ export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisRes
208
211
  * <p>Base exception class for all service exceptions from Textract service.</p>
209
212
  *
210
213
  */
211
- export declare class GetDocumentAnalysisCommand extends $Command<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig> {
212
- readonly input: GetDocumentAnalysisCommandInput;
213
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
214
- /**
215
- * @public
216
- */
217
- constructor(input: GetDocumentAnalysisCommandInput);
218
- /**
219
- * @internal
220
- */
221
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput>;
222
- /**
223
- * @internal
224
- */
225
- private serialize;
226
- /**
227
- * @internal
228
- */
229
- private deserialize;
214
+ export declare class GetDocumentAnalysisCommand extends GetDocumentAnalysisCommand_base {
230
215
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDocumentTextDetectionCommandInput extends GetDocumentTextDet
21
20
  */
22
21
  export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDetectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDocumentTextDetectionCommand_base: {
24
+ new (input: GetDocumentTextDetectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
@@ -171,23 +174,5 @@ export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDe
171
174
  * <p>Base exception class for all service exceptions from Textract service.</p>
172
175
  *
173
176
  */
174
- export declare class GetDocumentTextDetectionCommand extends $Command<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig> {
175
- readonly input: GetDocumentTextDetectionCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: GetDocumentTextDetectionCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class GetDocumentTextDetectionCommand extends GetDocumentTextDetectionCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetExpenseAnalysisCommandInput extends GetExpenseAnalysisReques
21
20
  */
22
21
  export interface GetExpenseAnalysisCommandOutput extends GetExpenseAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetExpenseAnalysisCommand_base: {
24
+ new (input: GetExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and
@@ -279,23 +282,5 @@ export interface GetExpenseAnalysisCommandOutput extends GetExpenseAnalysisRespo
279
282
  * <p>Base exception class for all service exceptions from Textract service.</p>
280
283
  *
281
284
  */
282
- export declare class GetExpenseAnalysisCommand extends $Command<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig> {
283
- readonly input: GetExpenseAnalysisCommandInput;
284
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
285
- /**
286
- * @public
287
- */
288
- constructor(input: GetExpenseAnalysisCommandInput);
289
- /**
290
- * @internal
291
- */
292
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput>;
293
- /**
294
- * @internal
295
- */
296
- private serialize;
297
- /**
298
- * @internal
299
- */
300
- private deserialize;
285
+ export declare class GetExpenseAnalysisCommand extends GetExpenseAnalysisCommand_base {
301
286
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetLendingAnalysisRequest, GetLendingAnalysisResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLendingAnalysisCommandInput extends GetLendingAnalysisReques
21
20
  */
22
21
  export interface GetLendingAnalysisCommandOutput extends GetLendingAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLendingAnalysisCommand_base: {
24
+ new (input: GetLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes text in a
@@ -352,23 +355,5 @@ export interface GetLendingAnalysisCommandOutput extends GetLendingAnalysisRespo
352
355
  * <p>Base exception class for all service exceptions from Textract service.</p>
353
356
  *
354
357
  */
355
- export declare class GetLendingAnalysisCommand extends $Command<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput, TextractClientResolvedConfig> {
356
- readonly input: GetLendingAnalysisCommandInput;
357
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
358
- /**
359
- * @public
360
- */
361
- constructor(input: GetLendingAnalysisCommandInput);
362
- /**
363
- * @internal
364
- */
365
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput>;
366
- /**
367
- * @internal
368
- */
369
- private serialize;
370
- /**
371
- * @internal
372
- */
373
- private deserialize;
358
+ export declare class GetLendingAnalysisCommand extends GetLendingAnalysisCommand_base {
374
359
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetLendingAnalysisSummaryRequest, GetLendingAnalysisSummaryResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLendingAnalysisSummaryCommandInput extends GetLendingAnalysi
21
20
  */
22
21
  export interface GetLendingAnalysisSummaryCommandOutput extends GetLendingAnalysisSummaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLendingAnalysisSummaryCommand_base: {
24
+ new (input: GetLendingAnalysisSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets summarized results for the <code>StartLendingAnalysis</code> operation, which analyzes
@@ -137,23 +140,5 @@ export interface GetLendingAnalysisSummaryCommandOutput extends GetLendingAnalys
137
140
  * <p>Base exception class for all service exceptions from Textract service.</p>
138
141
  *
139
142
  */
140
- export declare class GetLendingAnalysisSummaryCommand extends $Command<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput, TextractClientResolvedConfig> {
141
- readonly input: GetLendingAnalysisSummaryCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: GetLendingAnalysisSummaryCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class GetLendingAnalysisSummaryCommand extends GetLendingAnalysisSummaryCommand_base {
159
144
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAdapterVersionsRequest, ListAdapterVersionsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAdapterVersionsCommandInput extends ListAdapterVersionsRequ
21
20
  */
22
21
  export interface ListAdapterVersionsCommandOutput extends ListAdapterVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAdapterVersionsCommand_base: {
24
+ new (input: ListAdapterVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all version of an adapter that meet the specified filtration criteria.</p>
@@ -94,23 +97,5 @@ export interface ListAdapterVersionsCommandOutput extends ListAdapterVersionsRes
94
97
  * <p>Base exception class for all service exceptions from Textract service.</p>
95
98
  *
96
99
  */
97
- export declare class ListAdapterVersionsCommand extends $Command<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput, TextractClientResolvedConfig> {
98
- readonly input: ListAdapterVersionsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListAdapterVersionsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListAdapterVersionsCommand extends ListAdapterVersionsCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAdaptersCommandInput extends ListAdaptersRequest {
21
20
  */
22
21
  export interface ListAdaptersCommandOutput extends ListAdaptersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAdaptersCommand_base: {
24
+ new (input: ListAdaptersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all adapters that match the specified filtration criteria.</p>
@@ -88,23 +91,5 @@ export interface ListAdaptersCommandOutput extends ListAdaptersResponse, __Metad
88
91
  * <p>Base exception class for all service exceptions from Textract service.</p>
89
92
  *
90
93
  */
91
- export declare class ListAdaptersCommand extends $Command<ListAdaptersCommandInput, ListAdaptersCommandOutput, TextractClientResolvedConfig> {
92
- readonly input: ListAdaptersCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: ListAdaptersCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAdaptersCommandInput, ListAdaptersCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class ListAdaptersCommand extends ListAdaptersCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags for an Amazon Textract resource.</p>
@@ -80,23 +83,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
80
83
  * <p>Base exception class for all service exceptions from Textract service.</p>
81
84
  *
82
85
  */
83
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TextractClientResolvedConfig> {
84
- readonly input: ListTagsForResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListTagsForResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
102
87
  }