aws_sdk_appflow/
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 `CancelFlowExecutions` operation.
5pub mod cancel_flow_executions;
6
7/// Types for the `CreateConnectorProfile` operation.
8pub mod create_connector_profile;
9
10/// Types for the `CreateFlow` operation.
11pub mod create_flow;
12
13/// Types for the `DeleteConnectorProfile` operation.
14pub mod delete_connector_profile;
15
16/// Types for the `DeleteFlow` operation.
17pub mod delete_flow;
18
19/// Types for the `DescribeConnector` operation.
20pub mod describe_connector;
21
22/// Types for the `DescribeConnectorEntity` operation.
23pub mod describe_connector_entity;
24
25/// Types for the `DescribeConnectorProfiles` operation.
26pub mod describe_connector_profiles;
27
28/// Types for the `DescribeConnectors` operation.
29pub mod describe_connectors;
30
31/// Types for the `DescribeFlow` operation.
32pub mod describe_flow;
33
34/// Types for the `DescribeFlowExecutionRecords` operation.
35pub mod describe_flow_execution_records;
36
37/// Types for the `ListConnectorEntities` operation.
38pub mod list_connector_entities;
39
40/// Types for the `ListConnectors` operation.
41pub mod list_connectors;
42
43/// Types for the `ListFlows` operation.
44pub mod list_flows;
45
46/// Types for the `ListTagsForResource` operation.
47pub mod list_tags_for_resource;
48
49/// Types for the `RegisterConnector` operation.
50pub mod register_connector;
51
52/// Types for the `ResetConnectorMetadataCache` operation.
53pub mod reset_connector_metadata_cache;
54
55/// Types for the `StartFlow` operation.
56pub mod start_flow;
57
58/// Types for the `StopFlow` operation.
59pub mod stop_flow;
60
61/// Types for the `TagResource` operation.
62pub mod tag_resource;
63
64/// Types for the `UnregisterConnector` operation.
65pub mod unregister_connector;
66
67/// Types for the `UntagResource` operation.
68pub mod untag_resource;
69
70/// Types for the `UpdateConnectorProfile` operation.
71pub mod update_connector_profile;
72
73/// Types for the `UpdateConnectorRegistration` operation.
74pub mod update_connector_registration;
75
76/// Types for the `UpdateFlow` operation.
77pub mod update_flow;