@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.
- package/dist-cjs/commands/AnalyzeDocumentCommand.js +18 -41
- package/dist-cjs/commands/AnalyzeExpenseCommand.js +18 -41
- package/dist-cjs/commands/AnalyzeIDCommand.js +18 -41
- package/dist-cjs/commands/CreateAdapterCommand.js +18 -41
- package/dist-cjs/commands/CreateAdapterVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteAdapterCommand.js +18 -41
- package/dist-cjs/commands/DeleteAdapterVersionCommand.js +18 -41
- package/dist-cjs/commands/DetectDocumentTextCommand.js +18 -41
- package/dist-cjs/commands/GetAdapterCommand.js +18 -41
- package/dist-cjs/commands/GetAdapterVersionCommand.js +18 -41
- package/dist-cjs/commands/GetDocumentAnalysisCommand.js +18 -41
- package/dist-cjs/commands/GetDocumentTextDetectionCommand.js +18 -41
- package/dist-cjs/commands/GetExpenseAnalysisCommand.js +18 -41
- package/dist-cjs/commands/GetLendingAnalysisCommand.js +18 -41
- package/dist-cjs/commands/GetLendingAnalysisSummaryCommand.js +18 -41
- package/dist-cjs/commands/ListAdapterVersionsCommand.js +18 -41
- package/dist-cjs/commands/ListAdaptersCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/StartDocumentAnalysisCommand.js +18 -41
- package/dist-cjs/commands/StartDocumentTextDetectionCommand.js +18 -41
- package/dist-cjs/commands/StartExpenseAnalysisCommand.js +18 -41
- package/dist-cjs/commands/StartLendingAnalysisCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAdapterCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AnalyzeDocumentCommand.js +18 -41
- package/dist-es/commands/AnalyzeExpenseCommand.js +18 -41
- package/dist-es/commands/AnalyzeIDCommand.js +18 -41
- package/dist-es/commands/CreateAdapterCommand.js +18 -41
- package/dist-es/commands/CreateAdapterVersionCommand.js +18 -41
- package/dist-es/commands/DeleteAdapterCommand.js +18 -41
- package/dist-es/commands/DeleteAdapterVersionCommand.js +18 -41
- package/dist-es/commands/DetectDocumentTextCommand.js +18 -41
- package/dist-es/commands/GetAdapterCommand.js +18 -41
- package/dist-es/commands/GetAdapterVersionCommand.js +18 -41
- package/dist-es/commands/GetDocumentAnalysisCommand.js +18 -41
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +18 -41
- package/dist-es/commands/GetExpenseAnalysisCommand.js +18 -41
- package/dist-es/commands/GetLendingAnalysisCommand.js +18 -41
- package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +18 -41
- package/dist-es/commands/ListAdapterVersionsCommand.js +18 -41
- package/dist-es/commands/ListAdaptersCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/StartDocumentAnalysisCommand.js +18 -41
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +18 -41
- package/dist-es/commands/StartExpenseAnalysisCommand.js +18 -41
- package/dist-es/commands/StartLendingAnalysisCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAdapterCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AnalyzeDocumentCommand.d.ts +6 -21
- package/dist-types/commands/AnalyzeExpenseCommand.d.ts +6 -21
- package/dist-types/commands/AnalyzeIDCommand.d.ts +6 -21
- package/dist-types/commands/CreateAdapterCommand.d.ts +6 -21
- package/dist-types/commands/CreateAdapterVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAdapterCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +6 -21
- package/dist-types/commands/DetectDocumentTextCommand.d.ts +6 -21
- package/dist-types/commands/GetAdapterCommand.d.ts +6 -21
- package/dist-types/commands/GetAdapterVersionCommand.d.ts +6 -21
- package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +6 -21
- package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/GetLendingAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -21
- package/dist-types/commands/ListAdapterVersionsCommand.d.ts +6 -21
- package/dist-types/commands/ListAdaptersCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +6 -21
- package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/StartLendingAnalysisCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAdapterCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetAdapterCommandInput extends GetAdapterRequest {}
|
|
|
17
11
|
export interface GetAdapterCommandOutput
|
|
18
12
|
extends GetAdapterResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetAdapterCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetAdapterCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetAdapterCommandInput,
|
|
19
|
+
GetAdapterCommandOutput,
|
|
20
|
+
TextractClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetAdapterCommand extends GetAdapterCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetAdapterVersionRequest,
|
|
11
5
|
GetAdapterVersionResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetAdapterVersionCommandInput
|
|
|
21
15
|
export interface GetAdapterVersionCommandOutput
|
|
22
16
|
extends GetAdapterVersionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetAdapterVersionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetAdapterVersionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetAdapterVersionCommandInput,
|
|
23
|
+
GetAdapterVersionCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetAdapterVersionCommand extends GetAdapterVersionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDocumentAnalysisRequest,
|
|
11
5
|
GetDocumentAnalysisResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetDocumentAnalysisCommandInput
|
|
|
21
15
|
export interface GetDocumentAnalysisCommandOutput
|
|
22
16
|
extends GetDocumentAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetDocumentAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDocumentAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetDocumentAnalysisCommandInput,
|
|
23
|
+
GetDocumentAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDocumentAnalysisCommand extends GetDocumentAnalysisCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetDocumentTextDetectionRequest,
|
|
11
5
|
GetDocumentTextDetectionResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetDocumentTextDetectionCommandInput
|
|
|
21
15
|
export interface GetDocumentTextDetectionCommandOutput
|
|
22
16
|
extends GetDocumentTextDetectionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetDocumentTextDetectionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetDocumentTextDetectionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetDocumentTextDetectionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDocumentTextDetectionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetDocumentTextDetectionCommandInput,
|
|
38
|
-
GetDocumentTextDetectionCommandOutput
|
|
23
|
+
GetDocumentTextDetectionCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetDocumentTextDetectionCommand extends GetDocumentTextDetectionCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetExpenseAnalysisRequest,
|
|
11
5
|
GetExpenseAnalysisResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetExpenseAnalysisCommandInput
|
|
|
21
15
|
export interface GetExpenseAnalysisCommandOutput
|
|
22
16
|
extends GetExpenseAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetExpenseAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetExpenseAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetExpenseAnalysisCommandInput,
|
|
23
|
+
GetExpenseAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetExpenseAnalysisCommand extends GetExpenseAnalysisCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetLendingAnalysisRequest,
|
|
11
5
|
GetLendingAnalysisResponse,
|
|
@@ -21,19 +15,16 @@ export interface GetLendingAnalysisCommandInput
|
|
|
21
15
|
export interface GetLendingAnalysisCommandOutput
|
|
22
16
|
extends GetLendingAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const GetLendingAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetLendingAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
GetLendingAnalysisCommandInput,
|
|
23
|
+
GetLendingAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetLendingAnalysisCommand extends GetLendingAnalysisCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetLendingAnalysisSummaryRequest,
|
|
11
5
|
GetLendingAnalysisSummaryResponse,
|
|
@@ -21,22 +15,16 @@ export interface GetLendingAnalysisSummaryCommandInput
|
|
|
21
15
|
export interface GetLendingAnalysisSummaryCommandOutput
|
|
22
16
|
extends GetLendingAnalysisSummaryResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: GetLendingAnalysisSummaryCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: GetLendingAnalysisSummaryCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const GetLendingAnalysisSummaryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetLendingAnalysisSummaryCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
GetLendingAnalysisSummaryCommandInput,
|
|
38
|
-
GetLendingAnalysisSummaryCommandOutput
|
|
23
|
+
GetLendingAnalysisSummaryCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class GetLendingAnalysisSummaryCommand extends GetLendingAnalysisSummaryCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListAdapterVersionsRequest,
|
|
11
5
|
ListAdapterVersionsResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListAdapterVersionsCommandInput
|
|
|
21
15
|
export interface ListAdapterVersionsCommandOutput
|
|
22
16
|
extends ListAdapterVersionsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListAdapterVersionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListAdapterVersionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListAdapterVersionsCommandInput,
|
|
23
|
+
ListAdapterVersionsCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListAdapterVersionsCommand extends ListAdapterVersionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListAdaptersCommandInput extends ListAdaptersRequest {}
|
|
|
17
11
|
export interface ListAdaptersCommandOutput
|
|
18
12
|
extends ListAdaptersResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListAdaptersCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListAdaptersCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListAdaptersCommandInput,
|
|
19
|
+
ListAdaptersCommandOutput,
|
|
20
|
+
TextractClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListAdaptersCommand extends ListAdaptersCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListTagsForResourceRequest,
|
|
11
5
|
ListTagsForResourceResponse,
|
|
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
|
|
|
21
15
|
export interface ListTagsForResourceCommandOutput
|
|
22
16
|
extends ListTagsForResourceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListTagsForResourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListTagsForResourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListTagsForResourceCommandInput,
|
|
23
|
+
ListTagsForResourceCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartDocumentAnalysisRequest,
|
|
11
5
|
StartDocumentAnalysisResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartDocumentAnalysisCommandInput
|
|
|
21
15
|
export interface StartDocumentAnalysisCommandOutput
|
|
22
16
|
extends StartDocumentAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartDocumentAnalysisCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartDocumentAnalysisCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartDocumentAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDocumentAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartDocumentAnalysisCommandInput,
|
|
38
|
-
StartDocumentAnalysisCommandOutput
|
|
23
|
+
StartDocumentAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDocumentAnalysisCommand extends StartDocumentAnalysisCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
StartDocumentTextDetectionRequest,
|
|
11
5
|
StartDocumentTextDetectionResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartDocumentTextDetectionCommandInput
|
|
|
21
15
|
export interface StartDocumentTextDetectionCommandOutput
|
|
22
16
|
extends StartDocumentTextDetectionResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartDocumentTextDetectionCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartDocumentTextDetectionCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartDocumentTextDetectionCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartDocumentTextDetectionCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartDocumentTextDetectionCommandInput,
|
|
38
|
-
StartDocumentTextDetectionCommandOutput
|
|
23
|
+
StartDocumentTextDetectionCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartDocumentTextDetectionCommand extends StartDocumentTextDetectionCommand_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
|
StartExpenseAnalysisRequest,
|
|
11
5
|
StartExpenseAnalysisResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartExpenseAnalysisCommandInput
|
|
|
21
15
|
export interface StartExpenseAnalysisCommandOutput
|
|
22
16
|
extends StartExpenseAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartExpenseAnalysisCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartExpenseAnalysisCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartExpenseAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartExpenseAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartExpenseAnalysisCommandInput,
|
|
38
|
-
StartExpenseAnalysisCommandOutput
|
|
23
|
+
StartExpenseAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartExpenseAnalysisCommand extends StartExpenseAnalysisCommand_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
|
StartLendingAnalysisRequest,
|
|
11
5
|
StartLendingAnalysisResponse,
|
|
@@ -21,22 +15,16 @@ export interface StartLendingAnalysisCommandInput
|
|
|
21
15
|
export interface StartLendingAnalysisCommandOutput
|
|
22
16
|
extends StartLendingAnalysisResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: StartLendingAnalysisCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: StartLendingAnalysisCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: TextractClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const StartLendingAnalysisCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartLendingAnalysisCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
StartLendingAnalysisCommandInput,
|
|
38
|
-
StartLendingAnalysisCommandOutput
|
|
23
|
+
StartLendingAnalysisCommandOutput,
|
|
24
|
+
TextractClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class StartLendingAnalysisCommand extends StartLendingAnalysisCommand_base {}
|