aws_sdk_appfabric/
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 `BatchGetUserAccessTasks` operation.
5pub mod batch_get_user_access_tasks;
6
7/// Types for the `ConnectAppAuthorization` operation.
8pub mod connect_app_authorization;
9
10/// Types for the `CreateAppAuthorization` operation.
11pub mod create_app_authorization;
12
13/// Types for the `CreateAppBundle` operation.
14pub mod create_app_bundle;
15
16/// Types for the `CreateIngestion` operation.
17pub mod create_ingestion;
18
19/// Types for the `CreateIngestionDestination` operation.
20pub mod create_ingestion_destination;
21
22/// Types for the `DeleteAppAuthorization` operation.
23pub mod delete_app_authorization;
24
25/// Types for the `DeleteAppBundle` operation.
26pub mod delete_app_bundle;
27
28/// Types for the `DeleteIngestion` operation.
29pub mod delete_ingestion;
30
31/// Types for the `DeleteIngestionDestination` operation.
32pub mod delete_ingestion_destination;
33
34/// Types for the `GetAppAuthorization` operation.
35pub mod get_app_authorization;
36
37/// Types for the `GetAppBundle` operation.
38pub mod get_app_bundle;
39
40/// Types for the `GetIngestion` operation.
41pub mod get_ingestion;
42
43/// Types for the `GetIngestionDestination` operation.
44pub mod get_ingestion_destination;
45
46/// Types for the `ListAppAuthorizations` operation.
47pub mod list_app_authorizations;
48
49/// Types for the `ListAppBundles` operation.
50pub mod list_app_bundles;
51
52/// Types for the `ListIngestionDestinations` operation.
53pub mod list_ingestion_destinations;
54
55/// Types for the `ListIngestions` operation.
56pub mod list_ingestions;
57
58/// Types for the `ListTagsForResource` operation.
59pub mod list_tags_for_resource;
60
61/// Types for the `StartIngestion` operation.
62pub mod start_ingestion;
63
64/// Types for the `StartUserAccessTasks` operation.
65pub mod start_user_access_tasks;
66
67/// Types for the `StopIngestion` operation.
68pub mod stop_ingestion;
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 `UpdateAppAuthorization` operation.
77pub mod update_app_authorization;
78
79/// Types for the `UpdateIngestionDestination` operation.
80pub mod update_ingestion_destination;