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
72
73
74
75
76
77
// 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;