aws-sdk-appintegrations 1.104.0

AWS SDK for Amazon AppIntegrations Service
Documentation
// 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;