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

/// Types for the `CreateApplication` operation.
pub mod create_application;

/// Types for the `CreateDataIntegration` operation.
pub mod create_data_integration;

/// Types for the `CreateDataIntegrationAssociation` operation.
pub mod create_data_integration_association;

/// Types for the `CreateEventIntegration` operation.
pub mod create_event_integration;

/// Types for the `DeleteApplication` operation.
pub mod delete_application;

/// Types for the `DeleteDataIntegration` operation.
pub mod delete_data_integration;

/// Types for the `DeleteEventIntegration` operation.
pub mod delete_event_integration;

/// Types for the `GetApplication` operation.
pub mod get_application;

/// Types for the `GetDataIntegration` operation.
pub mod get_data_integration;

/// Types for the `GetEventIntegration` operation.
pub mod get_event_integration;

/// Types for the `ListApplicationAssociations` operation.
pub mod list_application_associations;

/// Types for the `ListApplications` operation.
pub mod list_applications;

/// Types for the `ListDataIntegrationAssociations` operation.
pub mod list_data_integration_associations;

/// Types for the `ListDataIntegrations` operation.
pub mod list_data_integrations;

/// Types for the `ListEventIntegrationAssociations` operation.
pub mod list_event_integration_associations;

/// Types for the `ListEventIntegrations` operation.
pub mod list_event_integrations;

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

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

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

/// Types for the `UpdateApplication` operation.
pub mod update_application;

/// Types for the `UpdateDataIntegration` operation.
pub mod update_data_integration;

/// Types for the `UpdateDataIntegrationAssociation` operation.
pub mod update_data_integration_association;

/// Types for the `UpdateEventIntegration` operation.
pub mod update_event_integration;