@aws-sdk/client-textract 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist-cjs/index.js +33 -253
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AnalyzeDocumentCommand.js +2 -14
  4. package/dist-es/commands/AnalyzeExpenseCommand.js +2 -14
  5. package/dist-es/commands/AnalyzeIDCommand.js +2 -14
  6. package/dist-es/commands/CreateAdapterCommand.js +2 -14
  7. package/dist-es/commands/CreateAdapterVersionCommand.js +2 -14
  8. package/dist-es/commands/DeleteAdapterCommand.js +2 -14
  9. package/dist-es/commands/DeleteAdapterVersionCommand.js +2 -14
  10. package/dist-es/commands/DetectDocumentTextCommand.js +2 -14
  11. package/dist-es/commands/GetAdapterCommand.js +2 -14
  12. package/dist-es/commands/GetAdapterVersionCommand.js +2 -14
  13. package/dist-es/commands/GetDocumentAnalysisCommand.js +2 -14
  14. package/dist-es/commands/GetDocumentTextDetectionCommand.js +2 -14
  15. package/dist-es/commands/GetExpenseAnalysisCommand.js +2 -14
  16. package/dist-es/commands/GetLendingAnalysisCommand.js +2 -14
  17. package/dist-es/commands/GetLendingAnalysisSummaryCommand.js +2 -14
  18. package/dist-es/commands/ListAdapterVersionsCommand.js +2 -14
  19. package/dist-es/commands/ListAdaptersCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/StartDocumentAnalysisCommand.js +2 -14
  22. package/dist-es/commands/StartDocumentTextDetectionCommand.js +2 -14
  23. package/dist-es/commands/StartExpenseAnalysisCommand.js +2 -14
  24. package/dist-es/commands/StartLendingAnalysisCommand.js +2 -14
  25. package/dist-es/commands/TagResourceCommand.js +2 -14
  26. package/dist-es/commands/UntagResourceCommand.js +2 -14
  27. package/dist-es/commands/UpdateAdapterCommand.js +2 -14
  28. package/dist-es/index.js +1 -0
  29. package/dist-types/commandBuilder.d.ts +18 -0
  30. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +3 -8
  31. package/dist-types/commands/AnalyzeExpenseCommand.d.ts +3 -8
  32. package/dist-types/commands/AnalyzeIDCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateAdapterCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateAdapterVersionCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteAdapterCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +3 -8
  37. package/dist-types/commands/DetectDocumentTextCommand.d.ts +3 -8
  38. package/dist-types/commands/GetAdapterCommand.d.ts +3 -8
  39. package/dist-types/commands/GetAdapterVersionCommand.d.ts +3 -8
  40. package/dist-types/commands/GetDocumentAnalysisCommand.d.ts +3 -8
  41. package/dist-types/commands/GetDocumentTextDetectionCommand.d.ts +3 -8
  42. package/dist-types/commands/GetExpenseAnalysisCommand.d.ts +3 -8
  43. package/dist-types/commands/GetLendingAnalysisCommand.d.ts +3 -8
  44. package/dist-types/commands/GetLendingAnalysisSummaryCommand.d.ts +3 -8
  45. package/dist-types/commands/ListAdapterVersionsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListAdaptersCommand.d.ts +3 -8
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +3 -8
  49. package/dist-types/commands/StartDocumentTextDetectionCommand.d.ts +3 -8
  50. package/dist-types/commands/StartExpenseAnalysisCommand.d.ts +3 -8
  51. package/dist-types/commands/StartLendingAnalysisCommand.d.ts +3 -8
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateAdapterCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  57. package/dist-types/ts3.4/commands/AnalyzeDocumentCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/AnalyzeExpenseCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/AnalyzeIDCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DetectDocumentTextCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/GetDocumentAnalysisCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/GetDocumentTextDetectionCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetExpenseAnalysisCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetLendingAnalysisCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetLendingAnalysisSummaryCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/StartDocumentAnalysisCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/StartDocumentTextDetectionCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/StartExpenseAnalysisCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/StartLendingAnalysisCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/index.d.ts +1 -0
  83. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAdapterVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAdapterVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "ListAdapterVersions", {})
13
- .n("TextractClient", "ListAdapterVersionsCommand")
14
- .sc(ListAdapterVersions$)
15
- .build() {
3
+ export class ListAdapterVersionsCommand extends command(_ep0, _mw0, "ListAdapterVersions", ListAdapterVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAdapters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAdaptersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "ListAdapters", {})
13
- .n("TextractClient", "ListAdaptersCommand")
14
- .sc(ListAdapters$)
15
- .build() {
3
+ export class ListAdaptersCommand extends command(_ep0, _mw0, "ListAdapters", ListAdapters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "ListTagsForResource", {})
13
- .n("TextractClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDocumentAnalysis$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDocumentAnalysisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "StartDocumentAnalysis", {})
13
- .n("TextractClient", "StartDocumentAnalysisCommand")
14
- .sc(StartDocumentAnalysis$)
15
- .build() {
3
+ export class StartDocumentAnalysisCommand extends command(_ep0, _mw0, "StartDocumentAnalysis", StartDocumentAnalysis$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDocumentTextDetection$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDocumentTextDetectionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "StartDocumentTextDetection", {})
13
- .n("TextractClient", "StartDocumentTextDetectionCommand")
14
- .sc(StartDocumentTextDetection$)
15
- .build() {
3
+ export class StartDocumentTextDetectionCommand extends command(_ep0, _mw0, "StartDocumentTextDetection", StartDocumentTextDetection$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartExpenseAnalysis$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartExpenseAnalysisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "StartExpenseAnalysis", {})
13
- .n("TextractClient", "StartExpenseAnalysisCommand")
14
- .sc(StartExpenseAnalysis$)
15
- .build() {
3
+ export class StartExpenseAnalysisCommand extends command(_ep0, _mw0, "StartExpenseAnalysis", StartExpenseAnalysis$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartLendingAnalysis$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartLendingAnalysisCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "StartLendingAnalysis", {})
13
- .n("TextractClient", "StartLendingAnalysisCommand")
14
- .sc(StartLendingAnalysis$)
15
- .build() {
3
+ export class StartLendingAnalysisCommand extends command(_ep0, _mw0, "StartLendingAnalysis", StartLendingAnalysis$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "TagResource", {})
13
- .n("TextractClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "UntagResource", {})
13
- .n("TextractClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAdapter$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAdapterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Textract", "UpdateAdapter", {})
13
- .n("TextractClient", "UpdateAdapterCommand")
14
- .sc(UpdateAdapter$)
15
- .build() {
3
+ export class UpdateAdapterCommand extends command(_ep0, _mw0, "UpdateAdapter", UpdateAdapter$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./TextractClient";
2
2
  export * from "./Textract";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "./TextractClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AnalyzeDocumentRequest, AnalyzeDocumentResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AnalyzeDocumentCommandInput extends AnalyzeDocumentRequest {
22
19
  export interface AnalyzeDocumentCommandOutput extends AnalyzeDocumentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AnalyzeDocumentCommand_base: {
25
- new (input: AnalyzeDocumentCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AnalyzeDocumentCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AnalyzeDocumentCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AnalyzeDocumentCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeDocumentCommandInput, AnalyzeDocumentCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Analyzes an input document for relationships between detected items. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AnalyzeExpenseRequest, AnalyzeExpenseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AnalyzeExpenseCommandInput extends AnalyzeExpenseRequest {
22
19
  export interface AnalyzeExpenseCommandOutput extends AnalyzeExpenseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AnalyzeExpenseCommand_base: {
25
- new (input: AnalyzeExpenseCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AnalyzeExpenseCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AnalyzeExpenseCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AnalyzeExpenseCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeExpenseCommandInput, AnalyzeExpenseCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AnalyzeIDCommandInput extends AnalyzeIDRequest {
22
19
  export interface AnalyzeIDCommandOutput extends AnalyzeIDResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AnalyzeIDCommand_base: {
25
- new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeIDCommandInput, AnalyzeIDCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeIDCommandInput, AnalyzeIDCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeIDCommandInput, AnalyzeIDCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AnalyzeIDCommandInput): import("@smithy/core/client").CommandImpl<AnalyzeIDCommandInput, AnalyzeIDCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Analyzes identity documents for relevant information. This information is extracted and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateAdapterRequest, CreateAdapterResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAdapterCommandInput extends CreateAdapterRequest {
22
19
  export interface CreateAdapterCommandOutput extends CreateAdapterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAdapterCommand_base: {
25
- new (input: CreateAdapterCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterCommandInput, CreateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAdapterCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterCommandInput, CreateAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAdapterCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterCommandInput, CreateAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAdapterCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterCommandInput, CreateAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an adapter, which can be fine-tuned for enhanced performance on user provided
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateAdapterVersionRequest, CreateAdapterVersionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAdapterVersionCommandInput extends CreateAdapterVersionRe
22
19
  export interface CreateAdapterVersionCommandOutput extends CreateAdapterVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAdapterVersionCommand_base: {
25
- new (input: CreateAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateAdapterVersionCommandInput, CreateAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of an adapter. Operates on a provided AdapterId and a specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAdapterRequest, DeleteAdapterResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAdapterCommandInput extends DeleteAdapterRequest {
22
19
  export interface DeleteAdapterCommandOutput extends DeleteAdapterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAdapterCommand_base: {
25
- new (input: DeleteAdapterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAdapterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAdapterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAdapterCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterCommandInput, DeleteAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon Textract adapter. Takes an AdapterId and deletes the adapter specified by the ID.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAdapterVersionRequest, DeleteAdapterVersionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAdapterVersionCommandInput extends DeleteAdapterVersionRe
22
19
  export interface DeleteAdapterVersionCommandOutput extends DeleteAdapterVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAdapterVersionCommand_base: {
25
- new (input: DeleteAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteAdapterVersionCommandInput, DeleteAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an Amazon Textract adapter version. Requires that you specify both an AdapterId and a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DetectDocumentTextCommandInput extends DetectDocumentTextReques
22
19
  export interface DetectDocumentTextCommandOutput extends DetectDocumentTextResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DetectDocumentTextCommand_base: {
25
- new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DetectDocumentTextCommandInput): import("@smithy/core/client").CommandImpl<DetectDocumentTextCommandInput, DetectDocumentTextCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Detects text in the input document. Amazon Textract can detect lines of text and the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAdapterCommandInput extends GetAdapterRequest {
22
19
  export interface GetAdapterCommandOutput extends GetAdapterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAdapterCommand_base: {
25
- new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAdapterCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterCommandInput, GetAdapterCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName, Description,
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAdapterVersionRequest, GetAdapterVersionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAdapterVersionCommandInput extends GetAdapterVersionRequest
22
19
  export interface GetAdapterVersionCommandOutput extends GetAdapterVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAdapterVersionCommand_base: {
25
- new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAdapterVersionCommandInput): import("@smithy/core/client").CommandImpl<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets configuration information for the specified adapter version, including:
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDocumentAnalysisCommandInput extends GetDocumentAnalysisRequ
22
19
  export interface GetDocumentAnalysisCommandOutput extends GetDocumentAnalysisResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDocumentAnalysisCommand_base: {
25
- new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDocumentAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentAnalysisCommandInput, GetDocumentAnalysisCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes text in a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetDocumentTextDetectionCommandInput extends GetDocumentTextDet
22
19
  export interface GetDocumentTextDetectionCommandOutput extends GetDocumentTextDetectionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetDocumentTextDetectionCommand_base: {
25
- new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetDocumentTextDetectionCommandInput): import("@smithy/core/client").CommandImpl<GetDocumentTextDetectionCommandInput, GetDocumentTextDetectionCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the results for an Amazon Textract asynchronous operation that detects text in a document.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetExpenseAnalysisCommandInput extends GetExpenseAnalysisReques
22
19
  export interface GetExpenseAnalysisCommandOutput extends GetExpenseAnalysisResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetExpenseAnalysisCommand_base: {
25
- new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, TextractClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetExpenseAnalysisCommandInput): import("@smithy/core/client").CommandImpl<GetExpenseAnalysisCommandInput, GetExpenseAnalysisCommandOutput, import("..").TextractClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and