aws_sdk_textract/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AnalyzeDocument` operation.
5pub mod analyze_document;
6
7/// Types for the `AnalyzeExpense` operation.
8pub mod analyze_expense;
9
10/// Types for the `AnalyzeID` operation.
11pub mod analyze_id;
12
13/// Types for the `CreateAdapter` operation.
14pub mod create_adapter;
15
16/// Types for the `CreateAdapterVersion` operation.
17pub mod create_adapter_version;
18
19/// Types for the `DeleteAdapter` operation.
20pub mod delete_adapter;
21
22/// Types for the `DeleteAdapterVersion` operation.
23pub mod delete_adapter_version;
24
25/// Types for the `DetectDocumentText` operation.
26pub mod detect_document_text;
27
28/// Types for the `GetAdapter` operation.
29pub mod get_adapter;
30
31/// Types for the `GetAdapterVersion` operation.
32pub mod get_adapter_version;
33
34/// Types for the `GetDocumentAnalysis` operation.
35pub mod get_document_analysis;
36
37/// Types for the `GetDocumentTextDetection` operation.
38pub mod get_document_text_detection;
39
40/// Types for the `GetExpenseAnalysis` operation.
41pub mod get_expense_analysis;
42
43/// Types for the `GetLendingAnalysis` operation.
44pub mod get_lending_analysis;
45
46/// Types for the `GetLendingAnalysisSummary` operation.
47pub mod get_lending_analysis_summary;
48
49/// Types for the `ListAdapterVersions` operation.
50pub mod list_adapter_versions;
51
52/// Types for the `ListAdapters` operation.
53pub mod list_adapters;
54
55/// Types for the `ListTagsForResource` operation.
56pub mod list_tags_for_resource;
57
58/// Types for the `StartDocumentAnalysis` operation.
59pub mod start_document_analysis;
60
61/// Types for the `StartDocumentTextDetection` operation.
62pub mod start_document_text_detection;
63
64/// Types for the `StartExpenseAnalysis` operation.
65pub mod start_expense_analysis;
66
67/// Types for the `StartLendingAnalysis` operation.
68pub mod start_lending_analysis;
69
70/// Types for the `TagResource` operation.
71pub mod tag_resource;
72
73/// Types for the `UntagResource` operation.
74pub mod untag_resource;
75
76/// Types for the `UpdateAdapter` operation.
77pub mod update_adapter;