aws_sdk_codestarconnections/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 `CreateConnection` operation.
5pub mod create_connection;
6
7/// Types for the `CreateHost` operation.
8pub mod create_host;
9
10/// Types for the `CreateRepositoryLink` operation.
11pub mod create_repository_link;
12
13/// Types for the `CreateSyncConfiguration` operation.
14pub mod create_sync_configuration;
15
16/// Types for the `DeleteConnection` operation.
17pub mod delete_connection;
18
19/// Types for the `DeleteHost` operation.
20pub mod delete_host;
21
22/// Types for the `DeleteRepositoryLink` operation.
23pub mod delete_repository_link;
24
25/// Types for the `DeleteSyncConfiguration` operation.
26pub mod delete_sync_configuration;
27
28/// Types for the `GetConnection` operation.
29pub mod get_connection;
30
31/// Types for the `GetHost` operation.
32pub mod get_host;
33
34/// Types for the `GetRepositoryLink` operation.
35pub mod get_repository_link;
36
37/// Types for the `GetRepositorySyncStatus` operation.
38pub mod get_repository_sync_status;
39
40/// Types for the `GetResourceSyncStatus` operation.
41pub mod get_resource_sync_status;
42
43/// Types for the `GetSyncBlockerSummary` operation.
44pub mod get_sync_blocker_summary;
45
46/// Types for the `GetSyncConfiguration` operation.
47pub mod get_sync_configuration;
48
49/// Types for the `ListConnections` operation.
50pub mod list_connections;
51
52/// Types for the `ListHosts` operation.
53pub mod list_hosts;
54
55/// Types for the `ListRepositoryLinks` operation.
56pub mod list_repository_links;
57
58/// Types for the `ListRepositorySyncDefinitions` operation.
59pub mod list_repository_sync_definitions;
60
61/// Types for the `ListSyncConfigurations` operation.
62pub mod list_sync_configurations;
63
64/// Types for the `ListTagsForResource` operation.
65pub mod list_tags_for_resource;
66
67/// Types for the `TagResource` operation.
68pub mod tag_resource;
69
70/// Types for the `UntagResource` operation.
71pub mod untag_resource;
72
73/// Types for the `UpdateHost` operation.
74pub mod update_host;
75
76/// Types for the `UpdateRepositoryLink` operation.
77pub mod update_repository_link;
78
79/// Types for the `UpdateSyncBlocker` operation.
80pub mod update_sync_blocker;
81
82/// Types for the `UpdateSyncConfiguration` operation.
83pub mod update_sync_configuration;