@aws-sdk/client-textract 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +66 -67
- package/dist-cjs/models/TextractServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Textract.js +1 -1
- package/dist-es/TextractClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AnalyzeDocumentCommand.js +2 -2
- package/dist-es/commands/AnalyzeExpenseCommand.js +2 -2
- package/dist-es/commands/AnalyzeIDCommand.js +2 -2
- package/dist-es/commands/CreateAdapterCommand.js +2 -2
- package/dist-es/commands/CreateAdapterVersionCommand.js +2 -2
- package/dist-es/commands/DeleteAdapterCommand.js +2 -2
- package/dist-es/commands/DeleteAdapterVersionCommand.js +2 -2
- package/dist-es/commands/DetectDocumentTextCommand.js +2 -2
- package/dist-es/commands/GetAdapterCommand.js +2 -2
- package/dist-es/commands/GetAdapterVersionCommand.js +2 -2
- package/dist-es/commands/GetDocumentAnalysisCommand.js +2 -2
- package/dist-es/commands/GetDocumentTextDetectionCommand.js +2 -2
- package/dist-es/commands/GetExpenseAnalysisCommand.js +2 -2
- package/dist-es/commands/GetLendingAnalysisCommand.js +2 -2
- package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +2 -2
- package/dist-es/commands/ListAdapterVersionsCommand.js +2 -2
- package/dist-es/commands/ListAdaptersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartDocumentAnalysisCommand.js +2 -2
- package/dist-es/commands/StartDocumentTextDetectionCommand.js +2 -2
- package/dist-es/commands/StartExpenseAnalysisCommand.js +2 -2
- package/dist-es/commands/StartLendingAnalysisCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAdapterCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/TextractServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/TextractClient.d.ts +5 -5
- package/dist-types/commands/AnalyzeDocumentCommand.d.ts +6 -4
- package/dist-types/commands/AnalyzeExpenseCommand.d.ts +6 -4
- package/dist-types/commands/AnalyzeIDCommand.d.ts +6 -4
- package/dist-types/commands/CreateAdapterCommand.d.ts +6 -4
- package/dist-types/commands/CreateAdapterVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAdapterCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +6 -4
- package/dist-types/commands/DetectDocumentTextCommand.d.ts +6 -4
- package/dist-types/commands/GetAdapterCommand.d.ts +6 -4
- package/dist-types/commands/GetAdapterVersionCommand.d.ts +6 -4
- package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +6 -4
- package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/GetLendingAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -4
- package/dist-types/commands/ListAdapterVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAdaptersCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +6 -4
- package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/StartLendingAnalysisCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAdapterCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/TextractServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/TextractClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TextractServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,25 +13,23 @@ export interface AnalyzeIDCommandOutput
|
|
|
13
13
|
extends AnalyzeIDResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const AnalyzeIDCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: AnalyzeIDCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
AnalyzeIDCommandInput,
|
|
20
18
|
AnalyzeIDCommandOutput,
|
|
21
19
|
TextractClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: AnalyzeIDCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
AnalyzeIDCommandInput,
|
|
29
25
|
AnalyzeIDCommandOutput,
|
|
30
26
|
TextractClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class AnalyzeIDCommand extends AnalyzeIDCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateAdapterRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateAdapterCommandOutput
|
|
|
18
18
|
declare const CreateAdapterCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateAdapterCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateAdapterCommandInput,
|
|
23
23
|
CreateAdapterCommandOutput,
|
|
24
24
|
TextractClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateAdapterCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateAdapterCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateAdapterCommandInput,
|
|
32
32
|
CreateAdapterCommandOutput,
|
|
33
33
|
TextractClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateAdapterCommand extends CreateAdapterCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateAdapterVersionRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateAdapterVersionCommandOutput
|
|
|
19
19
|
declare const CreateAdapterVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAdapterVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAdapterVersionCommandInput,
|
|
24
24
|
CreateAdapterVersionCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAdapterVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAdapterVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAdapterVersionCommandInput,
|
|
33
33
|
CreateAdapterVersionCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAdapterVersionCommand extends CreateAdapterVersionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteAdapterRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteAdapterCommandOutput
|
|
|
18
18
|
declare const DeleteAdapterCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteAdapterCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteAdapterCommandInput,
|
|
23
23
|
DeleteAdapterCommandOutput,
|
|
24
24
|
TextractClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteAdapterCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteAdapterCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteAdapterCommandInput,
|
|
32
32
|
DeleteAdapterCommandOutput,
|
|
33
33
|
TextractClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteAdapterCommand extends DeleteAdapterCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteAdapterVersionRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAdapterVersionCommandOutput
|
|
|
19
19
|
declare const DeleteAdapterVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAdapterVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAdapterVersionCommandInput,
|
|
24
24
|
DeleteAdapterVersionCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAdapterVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAdapterVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAdapterVersionCommandInput,
|
|
33
33
|
DeleteAdapterVersionCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteAdapterVersionCommand extends DeleteAdapterVersionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DetectDocumentTextRequest,
|
|
@@ -19,7 +19,7 @@ export interface DetectDocumentTextCommandOutput
|
|
|
19
19
|
declare const DetectDocumentTextCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DetectDocumentTextCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DetectDocumentTextCommandInput,
|
|
24
24
|
DetectDocumentTextCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DetectDocumentTextCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DetectDocumentTextCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DetectDocumentTextCommandInput,
|
|
33
33
|
DetectDocumentTextCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DetectDocumentTextCommand extends DetectDocumentTextCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetAdapterCommandOutput
|
|
|
15
15
|
declare const GetAdapterCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetAdapterCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetAdapterCommandInput,
|
|
20
20
|
GetAdapterCommandOutput,
|
|
21
21
|
TextractClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetAdapterCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetAdapterCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetAdapterCommandInput,
|
|
29
29
|
GetAdapterCommandOutput,
|
|
30
30
|
TextractClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetAdapterCommand extends GetAdapterCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetAdapterVersionRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetAdapterVersionCommandOutput
|
|
|
19
19
|
declare const GetAdapterVersionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAdapterVersionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAdapterVersionCommandInput,
|
|
24
24
|
GetAdapterVersionCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAdapterVersionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAdapterVersionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAdapterVersionCommandInput,
|
|
33
33
|
GetAdapterVersionCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAdapterVersionCommand extends GetAdapterVersionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetDocumentAnalysisRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetDocumentAnalysisCommandOutput
|
|
|
19
19
|
declare const GetDocumentAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDocumentAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDocumentAnalysisCommandInput,
|
|
24
24
|
GetDocumentAnalysisCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDocumentAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDocumentAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDocumentAnalysisCommandInput,
|
|
33
33
|
GetDocumentAnalysisCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDocumentAnalysisCommand extends GetDocumentAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetDocumentTextDetectionRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetDocumentTextDetectionCommandOutput
|
|
|
19
19
|
declare const GetDocumentTextDetectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetDocumentTextDetectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetDocumentTextDetectionCommandInput,
|
|
24
24
|
GetDocumentTextDetectionCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetDocumentTextDetectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetDocumentTextDetectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetDocumentTextDetectionCommandInput,
|
|
33
33
|
GetDocumentTextDetectionCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetDocumentTextDetectionCommand extends GetDocumentTextDetectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetExpenseAnalysisRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetExpenseAnalysisCommandOutput
|
|
|
19
19
|
declare const GetExpenseAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetExpenseAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetExpenseAnalysisCommandInput,
|
|
24
24
|
GetExpenseAnalysisCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetExpenseAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetExpenseAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetExpenseAnalysisCommandInput,
|
|
33
33
|
GetExpenseAnalysisCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetExpenseAnalysisCommand extends GetExpenseAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetLendingAnalysisRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetLendingAnalysisCommandOutput
|
|
|
19
19
|
declare const GetLendingAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetLendingAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetLendingAnalysisCommandInput,
|
|
24
24
|
GetLendingAnalysisCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetLendingAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetLendingAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetLendingAnalysisCommandInput,
|
|
33
33
|
GetLendingAnalysisCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetLendingAnalysisCommand extends GetLendingAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetLendingAnalysisSummaryRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetLendingAnalysisSummaryCommandOutput
|
|
|
19
19
|
declare const GetLendingAnalysisSummaryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetLendingAnalysisSummaryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetLendingAnalysisSummaryCommandInput,
|
|
24
24
|
GetLendingAnalysisSummaryCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetLendingAnalysisSummaryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetLendingAnalysisSummaryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetLendingAnalysisSummaryCommandInput,
|
|
33
33
|
GetLendingAnalysisSummaryCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetLendingAnalysisSummaryCommand extends GetLendingAnalysisSummaryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListAdapterVersionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListAdapterVersionsCommandOutput
|
|
|
19
19
|
declare const ListAdapterVersionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAdapterVersionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAdapterVersionsCommandInput,
|
|
24
24
|
ListAdapterVersionsCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAdapterVersionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAdapterVersionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAdapterVersionsCommandInput,
|
|
33
33
|
ListAdapterVersionsCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAdapterVersionsCommand extends ListAdapterVersionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListAdaptersCommandOutput
|
|
|
15
15
|
declare const ListAdaptersCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListAdaptersCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListAdaptersCommandInput,
|
|
20
20
|
ListAdaptersCommandOutput,
|
|
21
21
|
TextractClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListAdaptersCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ListAdaptersCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListAdaptersCommandInput,
|
|
29
29
|
ListAdaptersCommandOutput,
|
|
30
30
|
TextractClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListAdaptersCommand extends ListAdaptersCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartDocumentAnalysisRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartDocumentAnalysisCommandOutput
|
|
|
19
19
|
declare const StartDocumentAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartDocumentAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartDocumentAnalysisCommandInput,
|
|
24
24
|
StartDocumentAnalysisCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartDocumentAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartDocumentAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartDocumentAnalysisCommandInput,
|
|
33
33
|
StartDocumentAnalysisCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartDocumentAnalysisCommand extends StartDocumentAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartDocumentTextDetectionRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartDocumentTextDetectionCommandOutput
|
|
|
19
19
|
declare const StartDocumentTextDetectionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartDocumentTextDetectionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartDocumentTextDetectionCommandInput,
|
|
24
24
|
StartDocumentTextDetectionCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartDocumentTextDetectionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartDocumentTextDetectionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartDocumentTextDetectionCommandInput,
|
|
33
33
|
StartDocumentTextDetectionCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartDocumentTextDetectionCommand extends StartDocumentTextDetectionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
StartExpenseAnalysisRequest,
|
|
@@ -19,7 +19,7 @@ export interface StartExpenseAnalysisCommandOutput
|
|
|
19
19
|
declare const StartExpenseAnalysisCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: StartExpenseAnalysisCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
StartExpenseAnalysisCommandInput,
|
|
24
24
|
StartExpenseAnalysisCommandOutput,
|
|
25
25
|
TextractClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const StartExpenseAnalysisCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: StartExpenseAnalysisCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
StartExpenseAnalysisCommandInput,
|
|
33
33
|
StartExpenseAnalysisCommandOutput,
|
|
34
34
|
TextractClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class StartExpenseAnalysisCommand extends StartExpenseAnalysisCommand_base {
|
|
41
43
|
protected static __types: {
|