1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AnalyzeDocument` operation.
pub mod analyze_document;

/// Types for the `AnalyzeExpense` operation.
pub mod analyze_expense;

/// Types for the `AnalyzeID` operation.
pub mod analyze_id;

/// Types for the `CreateAdapter` operation.
pub mod create_adapter;

/// Types for the `CreateAdapterVersion` operation.
pub mod create_adapter_version;

/// Types for the `DeleteAdapter` operation.
pub mod delete_adapter;

/// Types for the `DeleteAdapterVersion` operation.
pub mod delete_adapter_version;

/// Types for the `DetectDocumentText` operation.
pub mod detect_document_text;

/// Types for the `GetAdapter` operation.
pub mod get_adapter;

/// Types for the `GetAdapterVersion` operation.
pub mod get_adapter_version;

/// Types for the `GetDocumentAnalysis` operation.
pub mod get_document_analysis;

/// Types for the `GetDocumentTextDetection` operation.
pub mod get_document_text_detection;

/// Types for the `GetExpenseAnalysis` operation.
pub mod get_expense_analysis;

/// Types for the `GetLendingAnalysis` operation.
pub mod get_lending_analysis;

/// Types for the `GetLendingAnalysisSummary` operation.
pub mod get_lending_analysis_summary;

/// Types for the `ListAdapterVersions` operation.
pub mod list_adapter_versions;

/// Types for the `ListAdapters` operation.
pub mod list_adapters;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `StartDocumentAnalysis` operation.
pub mod start_document_analysis;

/// Types for the `StartDocumentTextDetection` operation.
pub mod start_document_text_detection;

/// Types for the `StartExpenseAnalysis` operation.
pub mod start_expense_analysis;

/// Types for the `StartLendingAnalysis` operation.
pub mod start_lending_analysis;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAdapter` operation.
pub mod update_adapter;