@aws-sdk/client-textract 3.926.0 → 3.928.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.
- package/dist-cjs/index.js +1196 -1500
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/TextractClient.js +2 -0
- package/dist-es/commands/AnalyzeDocumentCommand.js +3 -9
- package/dist-es/commands/AnalyzeExpenseCommand.js +3 -9
- package/dist-es/commands/AnalyzeIDCommand.js +3 -9
- package/dist-es/commands/CreateAdapterCommand.js +3 -9
- package/dist-es/commands/CreateAdapterVersionCommand.js +3 -9
- package/dist-es/commands/DeleteAdapterCommand.js +3 -9
- package/dist-es/commands/DeleteAdapterVersionCommand.js +3 -9
- package/dist-es/commands/DetectDocumentTextCommand.js +3 -9
- package/dist-es/commands/GetAdapterCommand.js +3 -9
- package/dist-es/commands/GetAdapterVersionCommand.js +3 -9
- package/dist-es/commands/GetDocumentAnalysisCommand.js +3 -9
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +3 -9
- package/dist-es/commands/GetExpenseAnalysisCommand.js +3 -9
- package/dist-es/commands/GetLendingAnalysisCommand.js +3 -9
- package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +3 -9
- package/dist-es/commands/ListAdapterVersionsCommand.js +3 -9
- package/dist-es/commands/ListAdaptersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartDocumentAnalysisCommand.js +3 -9
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +3 -9
- package/dist-es/commands/StartExpenseAnalysisCommand.js +3 -9
- package/dist-es/commands/StartLendingAnalysisCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAdapterCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1104 -0
- package/dist-types/TextractClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +186 -0
- package/dist-types/ts3.4/TextractClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +192 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_json1_1.js +0 -1275
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -227
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -305
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput } from "../commands/AnalyzeDocumentCommand";
|
|
4
|
-
import { AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput } from "../commands/AnalyzeExpenseCommand";
|
|
5
|
-
import { AnalyzeIDCommandInput, AnalyzeIDCommandOutput } from "../commands/AnalyzeIDCommand";
|
|
6
|
-
import { CreateAdapterCommandInput, CreateAdapterCommandOutput } from "../commands/CreateAdapterCommand";
|
|
7
|
-
import { CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput } from "../commands/CreateAdapterVersionCommand";
|
|
8
|
-
import { DeleteAdapterCommandInput, DeleteAdapterCommandOutput } from "../commands/DeleteAdapterCommand";
|
|
9
|
-
import { DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput } from "../commands/DeleteAdapterVersionCommand";
|
|
10
|
-
import { DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput } from "../commands/DetectDocumentTextCommand";
|
|
11
|
-
import { GetAdapterCommandInput, GetAdapterCommandOutput } from "../commands/GetAdapterCommand";
|
|
12
|
-
import { GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput } from "../commands/GetAdapterVersionCommand";
|
|
13
|
-
import { GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput } from "../commands/GetDocumentAnalysisCommand";
|
|
14
|
-
import { GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput } from "../commands/GetDocumentTextDetectionCommand";
|
|
15
|
-
import { GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput } from "../commands/GetExpenseAnalysisCommand";
|
|
16
|
-
import { GetLendingAnalysisCommandInput, GetLendingAnalysisCommandOutput } from "../commands/GetLendingAnalysisCommand";
|
|
17
|
-
import { GetLendingAnalysisSummaryCommandInput, GetLendingAnalysisSummaryCommandOutput } from "../commands/GetLendingAnalysisSummaryCommand";
|
|
18
|
-
import { ListAdaptersCommandInput, ListAdaptersCommandOutput } from "../commands/ListAdaptersCommand";
|
|
19
|
-
import { ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput } from "../commands/ListAdapterVersionsCommand";
|
|
20
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
21
|
-
import { StartDocumentAnalysisCommandInput, StartDocumentAnalysisCommandOutput } from "../commands/StartDocumentAnalysisCommand";
|
|
22
|
-
import { StartDocumentTextDetectionCommandInput, StartDocumentTextDetectionCommandOutput } from "../commands/StartDocumentTextDetectionCommand";
|
|
23
|
-
import { StartExpenseAnalysisCommandInput, StartExpenseAnalysisCommandOutput } from "../commands/StartExpenseAnalysisCommand";
|
|
24
|
-
import { StartLendingAnalysisCommandInput, StartLendingAnalysisCommandOutput } from "../commands/StartLendingAnalysisCommand";
|
|
25
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
26
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
27
|
-
import { UpdateAdapterCommandInput, UpdateAdapterCommandOutput } from "../commands/UpdateAdapterCommand";
|
|
28
|
-
/**
|
|
29
|
-
* serializeAws_json1_1AnalyzeDocumentCommand
|
|
30
|
-
*/
|
|
31
|
-
export declare const se_AnalyzeDocumentCommand: (input: AnalyzeDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_json1_1AnalyzeExpenseCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_AnalyzeExpenseCommand: (input: AnalyzeExpenseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_json1_1AnalyzeIDCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_AnalyzeIDCommand: (input: AnalyzeIDCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_json1_1CreateAdapterCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_CreateAdapterCommand: (input: CreateAdapterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_json1_1CreateAdapterVersionCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_CreateAdapterVersionCommand: (input: CreateAdapterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_json1_1DeleteAdapterCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_DeleteAdapterCommand: (input: DeleteAdapterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_json1_1DeleteAdapterVersionCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_DeleteAdapterVersionCommand: (input: DeleteAdapterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_json1_1DetectDocumentTextCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_DetectDocumentTextCommand: (input: DetectDocumentTextCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_json1_1GetAdapterCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_GetAdapterCommand: (input: GetAdapterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_json1_1GetAdapterVersionCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_GetAdapterVersionCommand: (input: GetAdapterVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_json1_1GetDocumentAnalysisCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_GetDocumentAnalysisCommand: (input: GetDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_json1_1GetDocumentTextDetectionCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_GetDocumentTextDetectionCommand: (input: GetDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_json1_1GetExpenseAnalysisCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_GetExpenseAnalysisCommand: (input: GetExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_json1_1GetLendingAnalysisCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_GetLendingAnalysisCommand: (input: GetLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_json1_1GetLendingAnalysisSummaryCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_GetLendingAnalysisSummaryCommand: (input: GetLendingAnalysisSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_json1_1ListAdaptersCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_ListAdaptersCommand: (input: ListAdaptersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_json1_1ListAdapterVersionsCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_ListAdapterVersionsCommand: (input: ListAdapterVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_json1_1StartDocumentAnalysisCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_StartDocumentAnalysisCommand: (input: StartDocumentAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_json1_1StartDocumentTextDetectionCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_StartDocumentTextDetectionCommand: (input: StartDocumentTextDetectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_json1_1StartExpenseAnalysisCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_StartExpenseAnalysisCommand: (input: StartExpenseAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_json1_1StartLendingAnalysisCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_StartLendingAnalysisCommand: (input: StartLendingAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_json1_1TagResourceCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_json1_1UpdateAdapterCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_UpdateAdapterCommand: (input: UpdateAdapterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* deserializeAws_json1_1AnalyzeDocumentCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const de_AnalyzeDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeDocumentCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* deserializeAws_json1_1AnalyzeExpenseCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const de_AnalyzeExpenseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeExpenseCommandOutput>;
|
|
136
|
-
/**
|
|
137
|
-
* deserializeAws_json1_1AnalyzeIDCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const de_AnalyzeIDCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AnalyzeIDCommandOutput>;
|
|
140
|
-
/**
|
|
141
|
-
* deserializeAws_json1_1CreateAdapterCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const de_CreateAdapterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAdapterCommandOutput>;
|
|
144
|
-
/**
|
|
145
|
-
* deserializeAws_json1_1CreateAdapterVersionCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const de_CreateAdapterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAdapterVersionCommandOutput>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_json1_1DeleteAdapterCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_DeleteAdapterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAdapterCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_json1_1DeleteAdapterVersionCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_DeleteAdapterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAdapterVersionCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_json1_1DetectDocumentTextCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_DetectDocumentTextCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetectDocumentTextCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_json1_1GetAdapterCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_GetAdapterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdapterCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_json1_1GetAdapterVersionCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_GetAdapterVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdapterVersionCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_json1_1GetDocumentAnalysisCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_GetDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentAnalysisCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_json1_1GetDocumentTextDetectionCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_GetDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentTextDetectionCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_json1_1GetExpenseAnalysisCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_GetExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExpenseAnalysisCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_json1_1GetLendingAnalysisCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_GetLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_json1_1GetLendingAnalysisSummaryCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_GetLendingAnalysisSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLendingAnalysisSummaryCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_json1_1ListAdaptersCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_ListAdaptersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAdaptersCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_json1_1ListAdapterVersionsCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_ListAdapterVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAdapterVersionsCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_json1_1StartDocumentAnalysisCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_StartDocumentAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentAnalysisCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_json1_1StartDocumentTextDetectionCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_StartDocumentTextDetectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDocumentTextDetectionCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_json1_1StartExpenseAnalysisCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_StartExpenseAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExpenseAnalysisCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_json1_1StartLendingAnalysisCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_StartLendingAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLendingAnalysisCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_json1_1UpdateAdapterCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_UpdateAdapterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAdapterCommandOutput>;
|
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AnalyzeDocumentCommandInput,
|
|
8
|
-
AnalyzeDocumentCommandOutput,
|
|
9
|
-
} from "../commands/AnalyzeDocumentCommand";
|
|
10
|
-
import {
|
|
11
|
-
AnalyzeExpenseCommandInput,
|
|
12
|
-
AnalyzeExpenseCommandOutput,
|
|
13
|
-
} from "../commands/AnalyzeExpenseCommand";
|
|
14
|
-
import {
|
|
15
|
-
AnalyzeIDCommandInput,
|
|
16
|
-
AnalyzeIDCommandOutput,
|
|
17
|
-
} from "../commands/AnalyzeIDCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateAdapterCommandInput,
|
|
20
|
-
CreateAdapterCommandOutput,
|
|
21
|
-
} from "../commands/CreateAdapterCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateAdapterVersionCommandInput,
|
|
24
|
-
CreateAdapterVersionCommandOutput,
|
|
25
|
-
} from "../commands/CreateAdapterVersionCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteAdapterCommandInput,
|
|
28
|
-
DeleteAdapterCommandOutput,
|
|
29
|
-
} from "../commands/DeleteAdapterCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteAdapterVersionCommandInput,
|
|
32
|
-
DeleteAdapterVersionCommandOutput,
|
|
33
|
-
} from "../commands/DeleteAdapterVersionCommand";
|
|
34
|
-
import {
|
|
35
|
-
DetectDocumentTextCommandInput,
|
|
36
|
-
DetectDocumentTextCommandOutput,
|
|
37
|
-
} from "../commands/DetectDocumentTextCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetAdapterCommandInput,
|
|
40
|
-
GetAdapterCommandOutput,
|
|
41
|
-
} from "../commands/GetAdapterCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetAdapterVersionCommandInput,
|
|
44
|
-
GetAdapterVersionCommandOutput,
|
|
45
|
-
} from "../commands/GetAdapterVersionCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetDocumentAnalysisCommandInput,
|
|
48
|
-
GetDocumentAnalysisCommandOutput,
|
|
49
|
-
} from "../commands/GetDocumentAnalysisCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetDocumentTextDetectionCommandInput,
|
|
52
|
-
GetDocumentTextDetectionCommandOutput,
|
|
53
|
-
} from "../commands/GetDocumentTextDetectionCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetExpenseAnalysisCommandInput,
|
|
56
|
-
GetExpenseAnalysisCommandOutput,
|
|
57
|
-
} from "../commands/GetExpenseAnalysisCommand";
|
|
58
|
-
import {
|
|
59
|
-
GetLendingAnalysisCommandInput,
|
|
60
|
-
GetLendingAnalysisCommandOutput,
|
|
61
|
-
} from "../commands/GetLendingAnalysisCommand";
|
|
62
|
-
import {
|
|
63
|
-
GetLendingAnalysisSummaryCommandInput,
|
|
64
|
-
GetLendingAnalysisSummaryCommandOutput,
|
|
65
|
-
} from "../commands/GetLendingAnalysisSummaryCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListAdaptersCommandInput,
|
|
68
|
-
ListAdaptersCommandOutput,
|
|
69
|
-
} from "../commands/ListAdaptersCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListAdapterVersionsCommandInput,
|
|
72
|
-
ListAdapterVersionsCommandOutput,
|
|
73
|
-
} from "../commands/ListAdapterVersionsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListTagsForResourceCommandInput,
|
|
76
|
-
ListTagsForResourceCommandOutput,
|
|
77
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
78
|
-
import {
|
|
79
|
-
StartDocumentAnalysisCommandInput,
|
|
80
|
-
StartDocumentAnalysisCommandOutput,
|
|
81
|
-
} from "../commands/StartDocumentAnalysisCommand";
|
|
82
|
-
import {
|
|
83
|
-
StartDocumentTextDetectionCommandInput,
|
|
84
|
-
StartDocumentTextDetectionCommandOutput,
|
|
85
|
-
} from "../commands/StartDocumentTextDetectionCommand";
|
|
86
|
-
import {
|
|
87
|
-
StartExpenseAnalysisCommandInput,
|
|
88
|
-
StartExpenseAnalysisCommandOutput,
|
|
89
|
-
} from "../commands/StartExpenseAnalysisCommand";
|
|
90
|
-
import {
|
|
91
|
-
StartLendingAnalysisCommandInput,
|
|
92
|
-
StartLendingAnalysisCommandOutput,
|
|
93
|
-
} from "../commands/StartLendingAnalysisCommand";
|
|
94
|
-
import {
|
|
95
|
-
TagResourceCommandInput,
|
|
96
|
-
TagResourceCommandOutput,
|
|
97
|
-
} from "../commands/TagResourceCommand";
|
|
98
|
-
import {
|
|
99
|
-
UntagResourceCommandInput,
|
|
100
|
-
UntagResourceCommandOutput,
|
|
101
|
-
} from "../commands/UntagResourceCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateAdapterCommandInput,
|
|
104
|
-
UpdateAdapterCommandOutput,
|
|
105
|
-
} from "../commands/UpdateAdapterCommand";
|
|
106
|
-
export declare const se_AnalyzeDocumentCommand: (
|
|
107
|
-
input: AnalyzeDocumentCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_AnalyzeExpenseCommand: (
|
|
111
|
-
input: AnalyzeExpenseCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_AnalyzeIDCommand: (
|
|
115
|
-
input: AnalyzeIDCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateAdapterCommand: (
|
|
119
|
-
input: CreateAdapterCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_CreateAdapterVersionCommand: (
|
|
123
|
-
input: CreateAdapterVersionCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteAdapterCommand: (
|
|
127
|
-
input: DeleteAdapterCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteAdapterVersionCommand: (
|
|
131
|
-
input: DeleteAdapterVersionCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DetectDocumentTextCommand: (
|
|
135
|
-
input: DetectDocumentTextCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetAdapterCommand: (
|
|
139
|
-
input: GetAdapterCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_GetAdapterVersionCommand: (
|
|
143
|
-
input: GetAdapterVersionCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetDocumentAnalysisCommand: (
|
|
147
|
-
input: GetDocumentAnalysisCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_GetDocumentTextDetectionCommand: (
|
|
151
|
-
input: GetDocumentTextDetectionCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_GetExpenseAnalysisCommand: (
|
|
155
|
-
input: GetExpenseAnalysisCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_GetLendingAnalysisCommand: (
|
|
159
|
-
input: GetLendingAnalysisCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_GetLendingAnalysisSummaryCommand: (
|
|
163
|
-
input: GetLendingAnalysisSummaryCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListAdaptersCommand: (
|
|
167
|
-
input: ListAdaptersCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListAdapterVersionsCommand: (
|
|
171
|
-
input: ListAdapterVersionsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
175
|
-
input: ListTagsForResourceCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_StartDocumentAnalysisCommand: (
|
|
179
|
-
input: StartDocumentAnalysisCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_StartDocumentTextDetectionCommand: (
|
|
183
|
-
input: StartDocumentTextDetectionCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_StartExpenseAnalysisCommand: (
|
|
187
|
-
input: StartExpenseAnalysisCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_StartLendingAnalysisCommand: (
|
|
191
|
-
input: StartLendingAnalysisCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_TagResourceCommand: (
|
|
195
|
-
input: TagResourceCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_UntagResourceCommand: (
|
|
199
|
-
input: UntagResourceCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_UpdateAdapterCommand: (
|
|
203
|
-
input: UpdateAdapterCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const de_AnalyzeDocumentCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<AnalyzeDocumentCommandOutput>;
|
|
210
|
-
export declare const de_AnalyzeExpenseCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<AnalyzeExpenseCommandOutput>;
|
|
214
|
-
export declare const de_AnalyzeIDCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<AnalyzeIDCommandOutput>;
|
|
218
|
-
export declare const de_CreateAdapterCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<CreateAdapterCommandOutput>;
|
|
222
|
-
export declare const de_CreateAdapterVersionCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<CreateAdapterVersionCommandOutput>;
|
|
226
|
-
export declare const de_DeleteAdapterCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DeleteAdapterCommandOutput>;
|
|
230
|
-
export declare const de_DeleteAdapterVersionCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DeleteAdapterVersionCommandOutput>;
|
|
234
|
-
export declare const de_DetectDocumentTextCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DetectDocumentTextCommandOutput>;
|
|
238
|
-
export declare const de_GetAdapterCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<GetAdapterCommandOutput>;
|
|
242
|
-
export declare const de_GetAdapterVersionCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<GetAdapterVersionCommandOutput>;
|
|
246
|
-
export declare const de_GetDocumentAnalysisCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<GetDocumentAnalysisCommandOutput>;
|
|
250
|
-
export declare const de_GetDocumentTextDetectionCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<GetDocumentTextDetectionCommandOutput>;
|
|
254
|
-
export declare const de_GetExpenseAnalysisCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<GetExpenseAnalysisCommandOutput>;
|
|
258
|
-
export declare const de_GetLendingAnalysisCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<GetLendingAnalysisCommandOutput>;
|
|
262
|
-
export declare const de_GetLendingAnalysisSummaryCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<GetLendingAnalysisSummaryCommandOutput>;
|
|
266
|
-
export declare const de_ListAdaptersCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListAdaptersCommandOutput>;
|
|
270
|
-
export declare const de_ListAdapterVersionsCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<ListAdapterVersionsCommandOutput>;
|
|
274
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
278
|
-
export declare const de_StartDocumentAnalysisCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<StartDocumentAnalysisCommandOutput>;
|
|
282
|
-
export declare const de_StartDocumentTextDetectionCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<StartDocumentTextDetectionCommandOutput>;
|
|
286
|
-
export declare const de_StartExpenseAnalysisCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<StartExpenseAnalysisCommandOutput>;
|
|
290
|
-
export declare const de_StartLendingAnalysisCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<StartLendingAnalysisCommandOutput>;
|
|
294
|
-
export declare const de_TagResourceCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<TagResourceCommandOutput>;
|
|
298
|
-
export declare const de_UntagResourceCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
302
|
-
export declare const de_UpdateAdapterCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<UpdateAdapterCommandOutput>;
|