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
78
79
80
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `BatchGetUserAccessTasks` operation.
pub mod batch_get_user_access_tasks;

/// Types for the `ConnectAppAuthorization` operation.
pub mod connect_app_authorization;

/// Types for the `CreateAppAuthorization` operation.
pub mod create_app_authorization;

/// Types for the `CreateAppBundle` operation.
pub mod create_app_bundle;

/// Types for the `CreateIngestion` operation.
pub mod create_ingestion;

/// Types for the `CreateIngestionDestination` operation.
pub mod create_ingestion_destination;

/// Types for the `DeleteAppAuthorization` operation.
pub mod delete_app_authorization;

/// Types for the `DeleteAppBundle` operation.
pub mod delete_app_bundle;

/// Types for the `DeleteIngestion` operation.
pub mod delete_ingestion;

/// Types for the `DeleteIngestionDestination` operation.
pub mod delete_ingestion_destination;

/// Types for the `GetAppAuthorization` operation.
pub mod get_app_authorization;

/// Types for the `GetAppBundle` operation.
pub mod get_app_bundle;

/// Types for the `GetIngestion` operation.
pub mod get_ingestion;

/// Types for the `GetIngestionDestination` operation.
pub mod get_ingestion_destination;

/// Types for the `ListAppAuthorizations` operation.
pub mod list_app_authorizations;

/// Types for the `ListAppBundles` operation.
pub mod list_app_bundles;

/// Types for the `ListIngestionDestinations` operation.
pub mod list_ingestion_destinations;

/// Types for the `ListIngestions` operation.
pub mod list_ingestions;

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

/// Types for the `StartIngestion` operation.
pub mod start_ingestion;

/// Types for the `StartUserAccessTasks` operation.
pub mod start_user_access_tasks;

/// Types for the `StopIngestion` operation.
pub mod stop_ingestion;

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

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

/// Types for the `UpdateAppAuthorization` operation.
pub mod update_app_authorization;

/// Types for the `UpdateIngestionDestination` operation.
pub mod update_ingestion_destination;