aws_sdk_appintegrations/
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 `CreateApplication` operation.
5pub mod create_application;
6
7/// Types for the `CreateDataIntegration` operation.
8pub mod create_data_integration;
9
10/// Types for the `CreateDataIntegrationAssociation` operation.
11pub mod create_data_integration_association;
12
13/// Types for the `CreateEventIntegration` operation.
14pub mod create_event_integration;
15
16/// Types for the `DeleteApplication` operation.
17pub mod delete_application;
18
19/// Types for the `DeleteDataIntegration` operation.
20pub mod delete_data_integration;
21
22/// Types for the `DeleteEventIntegration` operation.
23pub mod delete_event_integration;
24
25/// Types for the `GetApplication` operation.
26pub mod get_application;
27
28/// Types for the `GetDataIntegration` operation.
29pub mod get_data_integration;
30
31/// Types for the `GetEventIntegration` operation.
32pub mod get_event_integration;
33
34/// Types for the `ListApplicationAssociations` operation.
35pub mod list_application_associations;
36
37/// Types for the `ListApplications` operation.
38pub mod list_applications;
39
40/// Types for the `ListDataIntegrationAssociations` operation.
41pub mod list_data_integration_associations;
42
43/// Types for the `ListDataIntegrations` operation.
44pub mod list_data_integrations;
45
46/// Types for the `ListEventIntegrationAssociations` operation.
47pub mod list_event_integration_associations;
48
49/// Types for the `ListEventIntegrations` operation.
50pub mod list_event_integrations;
51
52/// Types for the `ListTagsForResource` operation.
53pub mod list_tags_for_resource;
54
55/// Types for the `TagResource` operation.
56pub mod tag_resource;
57
58/// Types for the `UntagResource` operation.
59pub mod untag_resource;
60
61/// Types for the `UpdateApplication` operation.
62pub mod update_application;
63
64/// Types for the `UpdateDataIntegration` operation.
65pub mod update_data_integration;
66
67/// Types for the `UpdateDataIntegrationAssociation` operation.
68pub mod update_data_integration_association;
69
70/// Types for the `UpdateEventIntegration` operation.
71pub mod update_event_integration;