@aws-sdk/client-textract 3.590.0 → 3.592.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 +0 -25
- package/dist-types/commands/AnalyzeDocumentCommand.d.ts +2 -1
- package/dist-types/commands/AnalyzeExpenseCommand.d.ts +2 -1
- package/dist-types/commands/AnalyzeIDCommand.d.ts +2 -1
- package/dist-types/commands/CreateAdapterCommand.d.ts +2 -1
- package/dist-types/commands/CreateAdapterVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAdapterCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +2 -1
- package/dist-types/commands/DetectDocumentTextCommand.d.ts +2 -1
- package/dist-types/commands/GetAdapterCommand.d.ts +2 -1
- package/dist-types/commands/GetAdapterVersionCommand.d.ts +2 -1
- package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +2 -1
- package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/GetLendingAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +2 -1
- package/dist-types/commands/ListAdapterVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListAdaptersCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +2 -1
- package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/StartLendingAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAdapterCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/TextractServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/TextractServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -234,7 +234,6 @@ var TextractClient = _TextractClient;
|
|
|
234
234
|
|
|
235
235
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
236
236
|
|
|
237
|
-
var import_types = require("@smithy/types");
|
|
238
237
|
|
|
239
238
|
// src/protocols/Aws_json1_1.ts
|
|
240
239
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1941,7 +1940,6 @@ var AnalyzeDocumentCommand = _AnalyzeDocumentCommand;
|
|
|
1941
1940
|
|
|
1942
1941
|
|
|
1943
1942
|
|
|
1944
|
-
|
|
1945
1943
|
var _AnalyzeExpenseCommand = class _AnalyzeExpenseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1946
1944
|
...commonParams
|
|
1947
1945
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1958,7 +1956,6 @@ var AnalyzeExpenseCommand = _AnalyzeExpenseCommand;
|
|
|
1958
1956
|
|
|
1959
1957
|
|
|
1960
1958
|
|
|
1961
|
-
|
|
1962
1959
|
var _AnalyzeIDCommand = class _AnalyzeIDCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1963
1960
|
...commonParams
|
|
1964
1961
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1975,7 +1972,6 @@ var AnalyzeIDCommand = _AnalyzeIDCommand;
|
|
|
1975
1972
|
|
|
1976
1973
|
|
|
1977
1974
|
|
|
1978
|
-
|
|
1979
1975
|
var _CreateAdapterCommand = class _CreateAdapterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1980
1976
|
...commonParams
|
|
1981
1977
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1992,7 +1988,6 @@ var CreateAdapterCommand = _CreateAdapterCommand;
|
|
|
1992
1988
|
|
|
1993
1989
|
|
|
1994
1990
|
|
|
1995
|
-
|
|
1996
1991
|
var _CreateAdapterVersionCommand = class _CreateAdapterVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1997
1992
|
...commonParams
|
|
1998
1993
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2009,7 +2004,6 @@ var CreateAdapterVersionCommand = _CreateAdapterVersionCommand;
|
|
|
2009
2004
|
|
|
2010
2005
|
|
|
2011
2006
|
|
|
2012
|
-
|
|
2013
2007
|
var _DeleteAdapterCommand = class _DeleteAdapterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2014
2008
|
...commonParams
|
|
2015
2009
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2026,7 +2020,6 @@ var DeleteAdapterCommand = _DeleteAdapterCommand;
|
|
|
2026
2020
|
|
|
2027
2021
|
|
|
2028
2022
|
|
|
2029
|
-
|
|
2030
2023
|
var _DeleteAdapterVersionCommand = class _DeleteAdapterVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2031
2024
|
...commonParams
|
|
2032
2025
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2043,7 +2036,6 @@ var DeleteAdapterVersionCommand = _DeleteAdapterVersionCommand;
|
|
|
2043
2036
|
|
|
2044
2037
|
|
|
2045
2038
|
|
|
2046
|
-
|
|
2047
2039
|
var _DetectDocumentTextCommand = class _DetectDocumentTextCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2048
2040
|
...commonParams
|
|
2049
2041
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2060,7 +2052,6 @@ var DetectDocumentTextCommand = _DetectDocumentTextCommand;
|
|
|
2060
2052
|
|
|
2061
2053
|
|
|
2062
2054
|
|
|
2063
|
-
|
|
2064
2055
|
var _GetAdapterCommand = class _GetAdapterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2065
2056
|
...commonParams
|
|
2066
2057
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2077,7 +2068,6 @@ var GetAdapterCommand = _GetAdapterCommand;
|
|
|
2077
2068
|
|
|
2078
2069
|
|
|
2079
2070
|
|
|
2080
|
-
|
|
2081
2071
|
var _GetAdapterVersionCommand = class _GetAdapterVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2082
2072
|
...commonParams
|
|
2083
2073
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2094,7 +2084,6 @@ var GetAdapterVersionCommand = _GetAdapterVersionCommand;
|
|
|
2094
2084
|
|
|
2095
2085
|
|
|
2096
2086
|
|
|
2097
|
-
|
|
2098
2087
|
var _GetDocumentAnalysisCommand = class _GetDocumentAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2099
2088
|
...commonParams
|
|
2100
2089
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2111,7 +2100,6 @@ var GetDocumentAnalysisCommand = _GetDocumentAnalysisCommand;
|
|
|
2111
2100
|
|
|
2112
2101
|
|
|
2113
2102
|
|
|
2114
|
-
|
|
2115
2103
|
var _GetDocumentTextDetectionCommand = class _GetDocumentTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2116
2104
|
...commonParams
|
|
2117
2105
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2128,7 +2116,6 @@ var GetDocumentTextDetectionCommand = _GetDocumentTextDetectionCommand;
|
|
|
2128
2116
|
|
|
2129
2117
|
|
|
2130
2118
|
|
|
2131
|
-
|
|
2132
2119
|
var _GetExpenseAnalysisCommand = class _GetExpenseAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2133
2120
|
...commonParams
|
|
2134
2121
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2145,7 +2132,6 @@ var GetExpenseAnalysisCommand = _GetExpenseAnalysisCommand;
|
|
|
2145
2132
|
|
|
2146
2133
|
|
|
2147
2134
|
|
|
2148
|
-
|
|
2149
2135
|
var _GetLendingAnalysisCommand = class _GetLendingAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2150
2136
|
...commonParams
|
|
2151
2137
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2162,7 +2148,6 @@ var GetLendingAnalysisCommand = _GetLendingAnalysisCommand;
|
|
|
2162
2148
|
|
|
2163
2149
|
|
|
2164
2150
|
|
|
2165
|
-
|
|
2166
2151
|
var _GetLendingAnalysisSummaryCommand = class _GetLendingAnalysisSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2167
2152
|
...commonParams
|
|
2168
2153
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2179,7 +2164,6 @@ var GetLendingAnalysisSummaryCommand = _GetLendingAnalysisSummaryCommand;
|
|
|
2179
2164
|
|
|
2180
2165
|
|
|
2181
2166
|
|
|
2182
|
-
|
|
2183
2167
|
var _ListAdaptersCommand = class _ListAdaptersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2184
2168
|
...commonParams
|
|
2185
2169
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2196,7 +2180,6 @@ var ListAdaptersCommand = _ListAdaptersCommand;
|
|
|
2196
2180
|
|
|
2197
2181
|
|
|
2198
2182
|
|
|
2199
|
-
|
|
2200
2183
|
var _ListAdapterVersionsCommand = class _ListAdapterVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2201
2184
|
...commonParams
|
|
2202
2185
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2213,7 +2196,6 @@ var ListAdapterVersionsCommand = _ListAdapterVersionsCommand;
|
|
|
2213
2196
|
|
|
2214
2197
|
|
|
2215
2198
|
|
|
2216
|
-
|
|
2217
2199
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2218
2200
|
...commonParams
|
|
2219
2201
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2230,7 +2212,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2230
2212
|
|
|
2231
2213
|
|
|
2232
2214
|
|
|
2233
|
-
|
|
2234
2215
|
var _StartDocumentAnalysisCommand = class _StartDocumentAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2235
2216
|
...commonParams
|
|
2236
2217
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2247,7 +2228,6 @@ var StartDocumentAnalysisCommand = _StartDocumentAnalysisCommand;
|
|
|
2247
2228
|
|
|
2248
2229
|
|
|
2249
2230
|
|
|
2250
|
-
|
|
2251
2231
|
var _StartDocumentTextDetectionCommand = class _StartDocumentTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2252
2232
|
...commonParams
|
|
2253
2233
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2264,7 +2244,6 @@ var StartDocumentTextDetectionCommand = _StartDocumentTextDetectionCommand;
|
|
|
2264
2244
|
|
|
2265
2245
|
|
|
2266
2246
|
|
|
2267
|
-
|
|
2268
2247
|
var _StartExpenseAnalysisCommand = class _StartExpenseAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2269
2248
|
...commonParams
|
|
2270
2249
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2281,7 +2260,6 @@ var StartExpenseAnalysisCommand = _StartExpenseAnalysisCommand;
|
|
|
2281
2260
|
|
|
2282
2261
|
|
|
2283
2262
|
|
|
2284
|
-
|
|
2285
2263
|
var _StartLendingAnalysisCommand = class _StartLendingAnalysisCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2286
2264
|
...commonParams
|
|
2287
2265
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2298,7 +2276,6 @@ var StartLendingAnalysisCommand = _StartLendingAnalysisCommand;
|
|
|
2298
2276
|
|
|
2299
2277
|
|
|
2300
2278
|
|
|
2301
|
-
|
|
2302
2279
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2303
2280
|
...commonParams
|
|
2304
2281
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2315,7 +2292,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2315
2292
|
|
|
2316
2293
|
|
|
2317
2294
|
|
|
2318
|
-
|
|
2319
2295
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2320
2296
|
...commonParams
|
|
2321
2297
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2332,7 +2308,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2332
2308
|
|
|
2333
2309
|
|
|
2334
2310
|
|
|
2335
|
-
|
|
2336
2311
|
var _UpdateAdapterCommand = class _UpdateAdapterCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2337
2312
|
...commonParams
|
|
2338
2313
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
export * from "./TextractClient";
|
|
9
9
|
export * from "./Textract";
|
|
10
10
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
-
export { TextractExtensionConfiguration } from "./extensionConfiguration";
|
|
11
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
|
+
export type { TextractExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
14
|
export * from "./pagination";
|
|
15
15
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AnalyzeDocumentCommandInput extends AnalyzeDocumentRequest {}
|
|
14
15
|
export interface AnalyzeDocumentCommandOutput
|
|
15
16
|
extends AnalyzeDocumentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AnalyzeExpenseCommandInput extends AnalyzeExpenseRequest {}
|
|
14
15
|
export interface AnalyzeExpenseCommandOutput
|
|
15
16
|
extends AnalyzeExpenseResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TextractClientResolvedConfig,
|
|
8
8
|
} from "../TextractClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface AnalyzeIDCommandInput extends AnalyzeIDRequest {}
|
|
11
12
|
export interface AnalyzeIDCommandOutput
|
|
12
13
|
extends AnalyzeIDResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAdapterCommandInput extends CreateAdapterRequest {}
|
|
14
15
|
export interface CreateAdapterCommandOutput
|
|
15
16
|
extends CreateAdapterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAdapterVersionCommandInput
|
|
14
15
|
extends CreateAdapterVersionRequest {}
|
|
15
16
|
export interface CreateAdapterVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteAdapterCommandInput extends DeleteAdapterRequest {}
|
|
14
15
|
export interface DeleteAdapterCommandOutput
|
|
15
16
|
extends DeleteAdapterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteAdapterVersionCommandInput
|
|
14
15
|
extends DeleteAdapterVersionRequest {}
|
|
15
16
|
export interface DeleteAdapterVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DetectDocumentTextCommandInput
|
|
14
15
|
extends DetectDocumentTextRequest {}
|
|
15
16
|
export interface DetectDocumentTextCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TextractClientResolvedConfig,
|
|
8
8
|
} from "../TextractClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetAdapterCommandInput extends GetAdapterRequest {}
|
|
11
12
|
export interface GetAdapterCommandOutput
|
|
12
13
|
extends GetAdapterResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAdapterVersionCommandInput
|
|
14
15
|
extends GetAdapterVersionRequest {}
|
|
15
16
|
export interface GetAdapterVersionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDocumentAnalysisCommandInput
|
|
14
15
|
extends GetDocumentAnalysisRequest {}
|
|
15
16
|
export interface GetDocumentAnalysisCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDocumentTextDetectionCommandInput
|
|
14
15
|
extends GetDocumentTextDetectionRequest {}
|
|
15
16
|
export interface GetDocumentTextDetectionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetExpenseAnalysisCommandInput
|
|
14
15
|
extends GetExpenseAnalysisRequest {}
|
|
15
16
|
export interface GetExpenseAnalysisCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetLendingAnalysisCommandInput
|
|
14
15
|
extends GetLendingAnalysisRequest {}
|
|
15
16
|
export interface GetLendingAnalysisCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetLendingAnalysisSummaryCommandInput
|
|
14
15
|
extends GetLendingAnalysisSummaryRequest {}
|
|
15
16
|
export interface GetLendingAnalysisSummaryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAdapterVersionsCommandInput
|
|
14
15
|
extends ListAdapterVersionsRequest {}
|
|
15
16
|
export interface ListAdapterVersionsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TextractClientResolvedConfig,
|
|
8
8
|
} from "../TextractClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListAdaptersCommandInput extends ListAdaptersRequest {}
|
|
11
12
|
export interface ListAdaptersCommandOutput
|
|
12
13
|
extends ListAdaptersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartDocumentAnalysisCommandInput
|
|
14
15
|
extends StartDocumentAnalysisRequest {}
|
|
15
16
|
export interface StartDocumentAnalysisCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartDocumentTextDetectionCommandInput
|
|
14
15
|
extends StartDocumentTextDetectionRequest {}
|
|
15
16
|
export interface StartDocumentTextDetectionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartExpenseAnalysisCommandInput
|
|
14
15
|
extends StartExpenseAnalysisRequest {}
|
|
15
16
|
export interface StartExpenseAnalysisCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartLendingAnalysisCommandInput
|
|
14
15
|
extends StartLendingAnalysisRequest {}
|
|
15
16
|
export interface StartLendingAnalysisCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
TextractClientResolvedConfig,
|
|
8
8
|
} from "../TextractClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
TextractClientResolvedConfig,
|
|
11
11
|
} from "../TextractClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateAdapterCommandInput extends UpdateAdapterRequest {}
|
|
14
15
|
export interface UpdateAdapterCommandOutput
|
|
15
16
|
extends UpdateAdapterResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class TextractServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-textract",
|
|
3
3
|
"description": "AWS SDK for JavaScript Textract Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-textract",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|