@aws-sdk/client-textract 3.478.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 (105) 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-es/commands/AnalyzeDocumentCommand.js +18 -41
  28. package/dist-es/commands/AnalyzeExpenseCommand.js +18 -41
  29. package/dist-es/commands/AnalyzeIDCommand.js +18 -41
  30. package/dist-es/commands/CreateAdapterCommand.js +18 -41
  31. package/dist-es/commands/CreateAdapterVersionCommand.js +18 -41
  32. package/dist-es/commands/DeleteAdapterCommand.js +18 -41
  33. package/dist-es/commands/DeleteAdapterVersionCommand.js +18 -41
  34. package/dist-es/commands/DetectDocumentTextCommand.js +18 -41
  35. package/dist-es/commands/GetAdapterCommand.js +18 -41
  36. package/dist-es/commands/GetAdapterVersionCommand.js +18 -41
  37. package/dist-es/commands/GetDocumentAnalysisCommand.js +18 -41
  38. package/dist-es/commands/GetDocumentTextDetectionCommand.js +18 -41
  39. package/dist-es/commands/GetExpenseAnalysisCommand.js +18 -41
  40. package/dist-es/commands/GetLendingAnalysisCommand.js +18 -41
  41. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +18 -41
  42. package/dist-es/commands/ListAdapterVersionsCommand.js +18 -41
  43. package/dist-es/commands/ListAdaptersCommand.js +18 -41
  44. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-es/commands/StartDocumentAnalysisCommand.js +18 -41
  46. package/dist-es/commands/StartDocumentTextDetectionCommand.js +18 -41
  47. package/dist-es/commands/StartExpenseAnalysisCommand.js +18 -41
  48. package/dist-es/commands/StartLendingAnalysisCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UpdateAdapterCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +6 -21
  54. package/dist-types/commands/AnalyzeExpenseCommand.d.ts +6 -21
  55. package/dist-types/commands/AnalyzeIDCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateAdapterCommand.d.ts +6 -21
  57. package/dist-types/commands/CreateAdapterVersionCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteAdapterCommand.d.ts +6 -21
  59. package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +6 -21
  60. package/dist-types/commands/DetectDocumentTextCommand.d.ts +6 -21
  61. package/dist-types/commands/GetAdapterCommand.d.ts +6 -21
  62. package/dist-types/commands/GetAdapterVersionCommand.d.ts +6 -21
  63. package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +6 -21
  64. package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +6 -21
  65. package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +6 -21
  66. package/dist-types/commands/GetLendingAnalysisCommand.d.ts +6 -21
  67. package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -21
  68. package/dist-types/commands/ListAdapterVersionsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListAdaptersCommand.d.ts +6 -21
  70. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +6 -21
  72. package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +6 -21
  73. package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +6 -21
  74. package/dist-types/commands/StartLendingAnalysisCommand.d.ts +6 -21
  75. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  76. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateAdapterCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  105. package/package.json +9 -9
@@ -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 { StartExpenseAnalysisRequest, StartExpenseAnalysisResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartExpenseAnalysisCommandInput extends StartExpenseAnalysisRe
21
20
  */
22
21
  export interface StartExpenseAnalysisCommandOutput extends StartExpenseAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartExpenseAnalysisCommand_base: {
24
+ new (input: StartExpenseAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the asynchronous analysis of invoices or receipts for data like contact information,
@@ -138,23 +141,5 @@ export interface StartExpenseAnalysisCommandOutput extends StartExpenseAnalysisR
138
141
  * <p>Base exception class for all service exceptions from Textract service.</p>
139
142
  *
140
143
  */
141
- export declare class StartExpenseAnalysisCommand extends $Command<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput, TextractClientResolvedConfig> {
142
- readonly input: StartExpenseAnalysisCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: StartExpenseAnalysisCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class StartExpenseAnalysisCommand extends StartExpenseAnalysisCommand_base {
160
145
  }
@@ -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 { StartLendingAnalysisRequest, StartLendingAnalysisResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartLendingAnalysisCommandInput extends StartLendingAnalysisRe
21
20
  */
22
21
  export interface StartLendingAnalysisCommandOutput extends StartLendingAnalysisResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartLendingAnalysisCommand_base: {
24
+ new (input: StartLendingAnalysisCommandInput): import("@smithy/smithy-client").CommandImpl<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the classification and analysis of an input document.
@@ -154,23 +157,5 @@ export interface StartLendingAnalysisCommandOutput extends StartLendingAnalysisR
154
157
  * <p>Base exception class for all service exceptions from Textract service.</p>
155
158
  *
156
159
  */
157
- export declare class StartLendingAnalysisCommand extends $Command<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput, TextractClientResolvedConfig> {
158
- readonly input: StartLendingAnalysisCommandInput;
159
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
- /**
161
- * @public
162
- */
163
- constructor(input: StartLendingAnalysisCommandInput);
164
- /**
165
- * @internal
166
- */
167
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput>;
168
- /**
169
- * @internal
170
- */
171
- private serialize;
172
- /**
173
- * @internal
174
- */
175
- private deserialize;
160
+ export declare class StartLendingAnalysisCommand extends StartLendingAnalysisCommand_base {
176
161
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more tags to the specified resource.</p>
@@ -82,23 +85,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
82
85
  * <p>Base exception class for all service exceptions from Textract service.</p>
83
86
  *
84
87
  */
85
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TextractClientResolvedConfig> {
86
- readonly input: TagResourceCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: TagResourceCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class TagResourceCommand extends TagResourceCommand_base {
104
89
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes any tags with the specified keys from the specified resource.</p>
@@ -79,23 +82,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
79
82
  * <p>Base exception class for all service exceptions from Textract service.</p>
80
83
  *
81
84
  */
82
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TextractClientResolvedConfig> {
83
- readonly input: UntagResourceCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UntagResourceCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UntagResourceCommand extends UntagResourceCommand_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 { UpdateAdapterRequest, UpdateAdapterResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAdapterCommandInput extends UpdateAdapterRequest {
21
20
  */
22
21
  export interface UpdateAdapterCommandOutput extends UpdateAdapterResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAdapterCommand_base: {
24
+ new (input: UpdateAdapterCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the configuration for an adapter. FeatureTypes configurations cannot be updated.
@@ -92,23 +95,5 @@ export interface UpdateAdapterCommandOutput extends UpdateAdapterResponse, __Met
92
95
  * <p>Base exception class for all service exceptions from Textract service.</p>
93
96
  *
94
97
  */
95
- export declare class UpdateAdapterCommand extends $Command<UpdateAdapterCommandInput, UpdateAdapterCommandOutput, TextractClientResolvedConfig> {
96
- readonly input: UpdateAdapterCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: UpdateAdapterCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TextractClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAdapterCommandInput, UpdateAdapterCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class UpdateAdapterCommand extends UpdateAdapterCommand_base {
114
99
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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
  AnalyzeDocumentRequest,
11
5
  AnalyzeDocumentResponse,
@@ -20,19 +14,16 @@ export interface AnalyzeDocumentCommandInput extends AnalyzeDocumentRequest {}
20
14
  export interface AnalyzeDocumentCommandOutput
21
15
  extends AnalyzeDocumentResponse,
22
16
  __MetadataBearer {}
23
- export declare class AnalyzeDocumentCommand extends $Command<
24
- AnalyzeDocumentCommandInput,
25
- AnalyzeDocumentCommandOutput,
26
- TextractClientResolvedConfig
27
- > {
28
- readonly input: AnalyzeDocumentCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AnalyzeDocumentCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TextractClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AnalyzeDocumentCommand_base: {
18
+ new (
19
+ input: AnalyzeDocumentCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AnalyzeDocumentCommandInput,
22
+ AnalyzeDocumentCommandOutput,
23
+ TextractClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AnalyzeDocumentCommand extends AnalyzeDocumentCommand_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
  AnalyzeExpenseRequest,
11
5
  AnalyzeExpenseResponse,
@@ -20,19 +14,16 @@ export interface AnalyzeExpenseCommandInput extends AnalyzeExpenseRequest {}
20
14
  export interface AnalyzeExpenseCommandOutput
21
15
  extends AnalyzeExpenseResponse,
22
16
  __MetadataBearer {}
23
- export declare class AnalyzeExpenseCommand extends $Command<
24
- AnalyzeExpenseCommandInput,
25
- AnalyzeExpenseCommandOutput,
26
- TextractClientResolvedConfig
27
- > {
28
- readonly input: AnalyzeExpenseCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AnalyzeExpenseCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TextractClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AnalyzeExpenseCommand_base: {
18
+ new (
19
+ input: AnalyzeExpenseCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AnalyzeExpenseCommandInput,
22
+ AnalyzeExpenseCommandOutput,
23
+ TextractClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AnalyzeExpenseCommand extends AnalyzeExpenseCommand_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 { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface AnalyzeIDCommandInput extends AnalyzeIDRequest {}
17
11
  export interface AnalyzeIDCommandOutput
18
12
  extends AnalyzeIDResponse,
19
13
  __MetadataBearer {}
20
- export declare class AnalyzeIDCommand extends $Command<
21
- AnalyzeIDCommandInput,
22
- AnalyzeIDCommandOutput,
23
- TextractClientResolvedConfig
24
- > {
25
- readonly input: AnalyzeIDCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AnalyzeIDCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: TextractClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<AnalyzeIDCommandInput, AnalyzeIDCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const AnalyzeIDCommand_base: {
15
+ new (
16
+ input: AnalyzeIDCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ AnalyzeIDCommandInput,
19
+ AnalyzeIDCommandOutput,
20
+ TextractClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AnalyzeIDCommand extends AnalyzeIDCommand_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
  CreateAdapterRequest,
11
5
  CreateAdapterResponse,
@@ -20,19 +14,16 @@ export interface CreateAdapterCommandInput extends CreateAdapterRequest {}
20
14
  export interface CreateAdapterCommandOutput
21
15
  extends CreateAdapterResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateAdapterCommand extends $Command<
24
- CreateAdapterCommandInput,
25
- CreateAdapterCommandOutput,
26
- TextractClientResolvedConfig
27
- > {
28
- readonly input: CreateAdapterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateAdapterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TextractClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateAdapterCommandInput, CreateAdapterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateAdapterCommand_base: {
18
+ new (
19
+ input: CreateAdapterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateAdapterCommandInput,
22
+ CreateAdapterCommandOutput,
23
+ TextractClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateAdapterCommand extends CreateAdapterCommand_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
  CreateAdapterVersionRequest,
11
5
  CreateAdapterVersionResponse,
@@ -21,22 +15,16 @@ export interface CreateAdapterVersionCommandInput
21
15
  export interface CreateAdapterVersionCommandOutput
22
16
  extends CreateAdapterVersionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAdapterVersionCommand extends $Command<
25
- CreateAdapterVersionCommandInput,
26
- CreateAdapterVersionCommandOutput,
27
- TextractClientResolvedConfig
28
- > {
29
- readonly input: CreateAdapterVersionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAdapterVersionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: TextractClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAdapterVersionCommand_base: {
19
+ new (
20
+ input: CreateAdapterVersionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAdapterVersionCommandInput,
38
- CreateAdapterVersionCommandOutput
23
+ CreateAdapterVersionCommandOutput,
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 CreateAdapterVersionCommand extends CreateAdapterVersionCommand_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
  DeleteAdapterRequest,
11
5
  DeleteAdapterResponse,
@@ -20,19 +14,16 @@ export interface DeleteAdapterCommandInput extends DeleteAdapterRequest {}
20
14
  export interface DeleteAdapterCommandOutput
21
15
  extends DeleteAdapterResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteAdapterCommand extends $Command<
24
- DeleteAdapterCommandInput,
25
- DeleteAdapterCommandOutput,
26
- TextractClientResolvedConfig
27
- > {
28
- readonly input: DeleteAdapterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteAdapterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: TextractClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteAdapterCommandInput, DeleteAdapterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteAdapterCommand_base: {
18
+ new (
19
+ input: DeleteAdapterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteAdapterCommandInput,
22
+ DeleteAdapterCommandOutput,
23
+ TextractClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteAdapterCommand extends DeleteAdapterCommand_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
  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 {}