aws-sdk-appflow 1.98.0

AWS SDK for Amazon Appflow
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelFlowExecutions` operation.
pub mod cancel_flow_executions;

/// Types for the `CreateConnectorProfile` operation.
pub mod create_connector_profile;

/// Types for the `CreateFlow` operation.
pub mod create_flow;

/// Types for the `DeleteConnectorProfile` operation.
pub mod delete_connector_profile;

/// Types for the `DeleteFlow` operation.
pub mod delete_flow;

/// Types for the `DescribeConnector` operation.
pub mod describe_connector;

/// Types for the `DescribeConnectorEntity` operation.
pub mod describe_connector_entity;

/// Types for the `DescribeConnectorProfiles` operation.
pub mod describe_connector_profiles;

/// Types for the `DescribeConnectors` operation.
pub mod describe_connectors;

/// Types for the `DescribeFlow` operation.
pub mod describe_flow;

/// Types for the `DescribeFlowExecutionRecords` operation.
pub mod describe_flow_execution_records;

/// Types for the `ListConnectorEntities` operation.
pub mod list_connector_entities;

/// Types for the `ListConnectors` operation.
pub mod list_connectors;

/// Types for the `ListFlows` operation.
pub mod list_flows;

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

/// Types for the `RegisterConnector` operation.
pub mod register_connector;

/// Types for the `ResetConnectorMetadataCache` operation.
pub mod reset_connector_metadata_cache;

/// Types for the `StartFlow` operation.
pub mod start_flow;

/// Types for the `StopFlow` operation.
pub mod stop_flow;

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

/// Types for the `UnregisterConnector` operation.
pub mod unregister_connector;

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

/// Types for the `UpdateConnectorProfile` operation.
pub mod update_connector_profile;

/// Types for the `UpdateConnectorRegistration` operation.
pub mod update_connector_registration;

/// Types for the `UpdateFlow` operation.
pub mod update_flow;