@aws-sdk/client-textract 3.427.0 → 3.429.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 (90) hide show
  1. package/README.md +103 -7
  2. package/dist-cjs/Textract.js +24 -0
  3. package/dist-cjs/commands/CreateAdapterCommand.js +51 -0
  4. package/dist-cjs/commands/CreateAdapterVersionCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteAdapterCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteAdapterVersionCommand.js +51 -0
  7. package/dist-cjs/commands/GetAdapterCommand.js +51 -0
  8. package/dist-cjs/commands/GetAdapterVersionCommand.js +51 -0
  9. package/dist-cjs/commands/ListAdapterVersionsCommand.js +51 -0
  10. package/dist-cjs/commands/ListAdaptersCommand.js +51 -0
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
  12. package/dist-cjs/commands/TagResourceCommand.js +51 -0
  13. package/dist-cjs/commands/UntagResourceCommand.js +51 -0
  14. package/dist-cjs/commands/UpdateAdapterCommand.js +51 -0
  15. package/dist-cjs/commands/index.js +12 -0
  16. package/dist-cjs/index.js +1 -0
  17. package/dist-cjs/models/models_0.js +92 -21
  18. package/dist-cjs/pagination/Interfaces.js +2 -0
  19. package/dist-cjs/pagination/ListAdapterVersionsPaginator.js +29 -0
  20. package/dist-cjs/pagination/ListAdaptersPaginator.js +29 -0
  21. package/dist-cjs/pagination/index.js +6 -0
  22. package/dist-cjs/protocols/Aws_json1_1.js +951 -40
  23. package/dist-es/Textract.js +24 -0
  24. package/dist-es/commands/CreateAdapterCommand.js +47 -0
  25. package/dist-es/commands/CreateAdapterVersionCommand.js +47 -0
  26. package/dist-es/commands/DeleteAdapterCommand.js +47 -0
  27. package/dist-es/commands/DeleteAdapterVersionCommand.js +47 -0
  28. package/dist-es/commands/GetAdapterCommand.js +47 -0
  29. package/dist-es/commands/GetAdapterVersionCommand.js +47 -0
  30. package/dist-es/commands/ListAdapterVersionsCommand.js +47 -0
  31. package/dist-es/commands/ListAdaptersCommand.js +47 -0
  32. package/dist-es/commands/ListTagsForResourceCommand.js +47 -0
  33. package/dist-es/commands/TagResourceCommand.js +47 -0
  34. package/dist-es/commands/UntagResourceCommand.js +47 -0
  35. package/dist-es/commands/UpdateAdapterCommand.js +47 -0
  36. package/dist-es/commands/index.js +12 -0
  37. package/dist-es/index.js +1 -0
  38. package/dist-es/models/models_0.js +84 -17
  39. package/dist-es/pagination/Interfaces.js +1 -0
  40. package/dist-es/pagination/ListAdapterVersionsPaginator.js +25 -0
  41. package/dist-es/pagination/ListAdaptersPaginator.js +25 -0
  42. package/dist-es/pagination/index.js +3 -0
  43. package/dist-es/protocols/Aws_json1_1.js +927 -40
  44. package/dist-types/Textract.d.ts +84 -0
  45. package/dist-types/TextractClient.d.ts +14 -2
  46. package/dist-types/commands/AnalyzeDocumentCommand.d.ts +11 -0
  47. package/dist-types/commands/CreateAdapterCommand.d.ts +128 -0
  48. package/dist-types/commands/CreateAdapterVersionCommand.d.ts +148 -0
  49. package/dist-types/commands/DeleteAdapterCommand.d.ts +101 -0
  50. package/dist-types/commands/DeleteAdapterVersionCommand.d.ts +103 -0
  51. package/dist-types/commands/GetAdapterCommand.d.ts +111 -0
  52. package/dist-types/commands/GetAdapterVersionCommand.d.ts +140 -0
  53. package/dist-types/commands/ListAdapterVersionsCommand.d.ts +116 -0
  54. package/dist-types/commands/ListAdaptersCommand.d.ts +110 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +102 -0
  56. package/dist-types/commands/StartDocumentAnalysisCommand.d.ts +11 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +104 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +101 -0
  59. package/dist-types/commands/UpdateAdapterCommand.d.ts +114 -0
  60. package/dist-types/commands/index.d.ts +12 -0
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/models/models_0.d.ts +1002 -187
  63. package/dist-types/pagination/Interfaces.d.ts +8 -0
  64. package/dist-types/pagination/ListAdapterVersionsPaginator.d.ts +7 -0
  65. package/dist-types/pagination/ListAdaptersPaginator.d.ts +7 -0
  66. package/dist-types/pagination/index.d.ts +3 -0
  67. package/dist-types/protocols/Aws_json1_1.d.ts +108 -0
  68. package/dist-types/ts3.4/Textract.d.ts +204 -0
  69. package/dist-types/ts3.4/TextractClient.d.ts +74 -2
  70. package/dist-types/ts3.4/commands/CreateAdapterCommand.d.ts +38 -0
  71. package/dist-types/ts3.4/commands/CreateAdapterVersionCommand.d.ts +42 -0
  72. package/dist-types/ts3.4/commands/DeleteAdapterCommand.d.ts +38 -0
  73. package/dist-types/ts3.4/commands/DeleteAdapterVersionCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/GetAdapterCommand.d.ts +35 -0
  75. package/dist-types/ts3.4/commands/GetAdapterVersionCommand.d.ts +39 -0
  76. package/dist-types/ts3.4/commands/ListAdapterVersionsCommand.d.ts +39 -0
  77. package/dist-types/ts3.4/commands/ListAdaptersCommand.d.ts +35 -0
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  81. package/dist-types/ts3.4/commands/UpdateAdapterCommand.d.ts +38 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  83. package/dist-types/ts3.4/index.d.ts +1 -0
  84. package/dist-types/ts3.4/models/models_0.d.ts +252 -55
  85. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  86. package/dist-types/ts3.4/pagination/ListAdapterVersionsPaginator.d.ts +11 -0
  87. package/dist-types/ts3.4/pagination/ListAdaptersPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +144 -0
  90. package/package.json +34 -32
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ DeleteAdapterRequest,
11
+ DeleteAdapterResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteAdapterCommandInput extends DeleteAdapterRequest {}
20
+ export interface DeleteAdapterCommandOutput
21
+ extends DeleteAdapterResponse,
22
+ __MetadataBearer {}
23
+ export declare class DeleteAdapterCommand extends $Command<
24
+ DeleteAdapterCommandInput,
25
+ DeleteAdapterCommandOutput,
26
+ TextractClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteAdapterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: DeleteAdapterCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TextractClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteAdapterCommandInput, DeleteAdapterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ DeleteAdapterVersionRequest,
11
+ DeleteAdapterVersionResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface DeleteAdapterVersionCommandInput
20
+ extends DeleteAdapterVersionRequest {}
21
+ export interface DeleteAdapterVersionCommandOutput
22
+ extends DeleteAdapterVersionResponse,
23
+ __MetadataBearer {}
24
+ export declare class DeleteAdapterVersionCommand extends $Command<
25
+ DeleteAdapterVersionCommandInput,
26
+ DeleteAdapterVersionCommandOutput,
27
+ TextractClientResolvedConfig
28
+ > {
29
+ readonly input: DeleteAdapterVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: DeleteAdapterVersionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: TextractClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ DeleteAdapterVersionCommandInput,
38
+ DeleteAdapterVersionCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import { GetAdapterRequest, GetAdapterResponse } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ TextractClientResolvedConfig,
14
+ } from "../TextractClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface GetAdapterCommandInput extends GetAdapterRequest {}
17
+ export interface GetAdapterCommandOutput
18
+ extends GetAdapterResponse,
19
+ __MetadataBearer {}
20
+ export declare class GetAdapterCommand extends $Command<
21
+ GetAdapterCommandInput,
22
+ GetAdapterCommandOutput,
23
+ TextractClientResolvedConfig
24
+ > {
25
+ readonly input: GetAdapterCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: GetAdapterCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: TextractClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<GetAdapterCommandInput, GetAdapterCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ GetAdapterVersionRequest,
11
+ GetAdapterVersionResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetAdapterVersionCommandInput
20
+ extends GetAdapterVersionRequest {}
21
+ export interface GetAdapterVersionCommandOutput
22
+ extends GetAdapterVersionResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetAdapterVersionCommand extends $Command<
25
+ GetAdapterVersionCommandInput,
26
+ GetAdapterVersionCommandOutput,
27
+ TextractClientResolvedConfig
28
+ > {
29
+ readonly input: GetAdapterVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetAdapterVersionCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: TextractClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<GetAdapterVersionCommandInput, GetAdapterVersionCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ ListAdapterVersionsRequest,
11
+ ListAdapterVersionsResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAdapterVersionsCommandInput
20
+ extends ListAdapterVersionsRequest {}
21
+ export interface ListAdapterVersionsCommandOutput
22
+ extends ListAdapterVersionsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAdapterVersionsCommand extends $Command<
25
+ ListAdapterVersionsCommandInput,
26
+ ListAdapterVersionsCommandOutput,
27
+ TextractClientResolvedConfig
28
+ > {
29
+ readonly input: ListAdapterVersionsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAdapterVersionsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: TextractClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListAdapterVersionsCommandInput, ListAdapterVersionsCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import { ListAdaptersRequest, ListAdaptersResponse } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ TextractClientResolvedConfig,
14
+ } from "../TextractClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface ListAdaptersCommandInput extends ListAdaptersRequest {}
17
+ export interface ListAdaptersCommandOutput
18
+ extends ListAdaptersResponse,
19
+ __MetadataBearer {}
20
+ export declare class ListAdaptersCommand extends $Command<
21
+ ListAdaptersCommandInput,
22
+ ListAdaptersCommandOutput,
23
+ TextractClientResolvedConfig
24
+ > {
25
+ readonly input: ListAdaptersCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: ListAdaptersCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: TextractClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListAdaptersCommandInput, ListAdaptersCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ ListTagsForResourceRequest,
11
+ ListTagsForResourceResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListTagsForResourceCommandInput
20
+ extends ListTagsForResourceRequest {}
21
+ export interface ListTagsForResourceCommandOutput
22
+ extends ListTagsForResourceResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListTagsForResourceCommand extends $Command<
25
+ ListTagsForResourceCommandInput,
26
+ ListTagsForResourceCommandOutput,
27
+ TextractClientResolvedConfig
28
+ > {
29
+ readonly input: ListTagsForResourceCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListTagsForResourceCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: TextractClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,35 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
10
+ import {
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ TextractClientResolvedConfig,
14
+ } from "../TextractClient";
15
+ export { __MetadataBearer, $Command };
16
+ export interface TagResourceCommandInput extends TagResourceRequest {}
17
+ export interface TagResourceCommandOutput
18
+ extends TagResourceResponse,
19
+ __MetadataBearer {}
20
+ export declare class TagResourceCommand extends $Command<
21
+ TagResourceCommandInput,
22
+ TagResourceCommandOutput,
23
+ TextractClientResolvedConfig
24
+ > {
25
+ readonly input: TagResourceCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: TagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: TextractClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ UntagResourceRequest,
11
+ UntagResourceResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
+ export interface UntagResourceCommandOutput
21
+ extends UntagResourceResponse,
22
+ __MetadataBearer {}
23
+ export declare class UntagResourceCommand extends $Command<
24
+ UntagResourceCommandInput,
25
+ UntagResourceCommandOutput,
26
+ TextractClientResolvedConfig
27
+ > {
28
+ readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UntagResourceCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TextractClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ 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";
9
+ import {
10
+ UpdateAdapterRequest,
11
+ UpdateAdapterResponse,
12
+ } from "../models/models_0";
13
+ import {
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ TextractClientResolvedConfig,
17
+ } from "../TextractClient";
18
+ export { __MetadataBearer, $Command };
19
+ export interface UpdateAdapterCommandInput extends UpdateAdapterRequest {}
20
+ export interface UpdateAdapterCommandOutput
21
+ extends UpdateAdapterResponse,
22
+ __MetadataBearer {}
23
+ export declare class UpdateAdapterCommand extends $Command<
24
+ UpdateAdapterCommandInput,
25
+ UpdateAdapterCommandOutput,
26
+ TextractClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateAdapterCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UpdateAdapterCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: TextractClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<UpdateAdapterCommandInput, UpdateAdapterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,13 +1,25 @@
1
1
  export * from "./AnalyzeDocumentCommand";
2
2
  export * from "./AnalyzeExpenseCommand";
3
3
  export * from "./AnalyzeIDCommand";
4
+ export * from "./CreateAdapterCommand";
5
+ export * from "./CreateAdapterVersionCommand";
6
+ export * from "./DeleteAdapterCommand";
7
+ export * from "./DeleteAdapterVersionCommand";
4
8
  export * from "./DetectDocumentTextCommand";
9
+ export * from "./GetAdapterCommand";
10
+ export * from "./GetAdapterVersionCommand";
5
11
  export * from "./GetDocumentAnalysisCommand";
6
12
  export * from "./GetDocumentTextDetectionCommand";
7
13
  export * from "./GetExpenseAnalysisCommand";
8
14
  export * from "./GetLendingAnalysisCommand";
9
15
  export * from "./GetLendingAnalysisSummaryCommand";
16
+ export * from "./ListAdapterVersionsCommand";
17
+ export * from "./ListAdaptersCommand";
18
+ export * from "./ListTagsForResourceCommand";
10
19
  export * from "./StartDocumentAnalysisCommand";
11
20
  export * from "./StartDocumentTextDetectionCommand";
12
21
  export * from "./StartExpenseAnalysisCommand";
13
22
  export * from "./StartLendingAnalysisCommand";
23
+ export * from "./TagResourceCommand";
24
+ export * from "./UntagResourceCommand";
25
+ export * from "./UpdateAdapterCommand";
@@ -2,5 +2,6 @@ export * from "./TextractClient";
2
2
  export * from "./Textract";
3
3
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export * from "./commands";
5
+ export * from "./pagination";
5
6
  export * from "./models";
6
7
  export { TextractServiceException } from "./models/TextractServiceException";