Skip to main content

aws_sdk_devopsagent/
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 `AssociateService` operation.
5pub mod associate_service;
6
7/// Types for the `CreateAgentSpace` operation.
8pub mod create_agent_space;
9
10/// Types for the `CreateAsset` operation.
11pub mod create_asset;
12
13/// Types for the `CreateAssetFile` operation.
14pub mod create_asset_file;
15
16/// Types for the `CreateBacklogTask` operation.
17pub mod create_backlog_task;
18
19/// Types for the `CreateChat` operation.
20pub mod create_chat;
21
22/// Types for the `CreatePrivateConnection` operation.
23pub mod create_private_connection;
24
25/// Types for the `DeleteAgentSpace` operation.
26pub mod delete_agent_space;
27
28/// Types for the `DeleteAsset` operation.
29pub mod delete_asset;
30
31/// Types for the `DeleteAssetFile` operation.
32pub mod delete_asset_file;
33
34/// Types for the `DeletePrivateConnection` operation.
35pub mod delete_private_connection;
36
37/// Types for the `DeregisterService` operation.
38pub mod deregister_service;
39
40/// Types for the `DescribePrivateConnection` operation.
41pub mod describe_private_connection;
42
43/// Types for the `DisableOperatorApp` operation.
44pub mod disable_operator_app;
45
46/// Types for the `DisassociateService` operation.
47pub mod disassociate_service;
48
49/// Types for the `EnableOperatorApp` operation.
50pub mod enable_operator_app;
51
52/// Types for the `GetAccountUsage` operation.
53pub mod get_account_usage;
54
55/// Types for the `GetAgentSpace` operation.
56pub mod get_agent_space;
57
58/// Types for the `GetAsset` operation.
59pub mod get_asset;
60
61/// Types for the `GetAssetContent` operation.
62pub mod get_asset_content;
63
64/// Types for the `GetAssetFile` operation.
65pub mod get_asset_file;
66
67/// Types for the `GetAssociation` operation.
68pub mod get_association;
69
70/// Types for the `GetBacklogTask` operation.
71pub mod get_backlog_task;
72
73/// Types for the `GetOperatorApp` operation.
74pub mod get_operator_app;
75
76/// Types for the `GetRecommendation` operation.
77pub mod get_recommendation;
78
79/// Types for the `GetService` operation.
80pub mod get_service;
81
82/// Types for the `ListAgentSpaces` operation.
83pub mod list_agent_spaces;
84
85/// Types for the `ListAssetFiles` operation.
86pub mod list_asset_files;
87
88/// Types for the `ListAssetTypes` operation.
89pub mod list_asset_types;
90
91/// Types for the `ListAssetVersions` operation.
92pub mod list_asset_versions;
93
94/// Types for the `ListAssets` operation.
95pub mod list_assets;
96
97/// Types for the `ListAssociations` operation.
98pub mod list_associations;
99
100/// Types for the `ListBacklogTasks` operation.
101pub mod list_backlog_tasks;
102
103/// Types for the `ListChats` operation.
104pub mod list_chats;
105
106/// Types for the `ListExecutions` operation.
107pub mod list_executions;
108
109/// Types for the `ListGoals` operation.
110pub mod list_goals;
111
112/// Types for the `ListJournalRecords` operation.
113pub mod list_journal_records;
114
115/// Types for the `ListPendingMessages` operation.
116pub mod list_pending_messages;
117
118/// Types for the `ListPrivateConnections` operation.
119pub mod list_private_connections;
120
121/// Types for the `ListRecommendations` operation.
122pub mod list_recommendations;
123
124/// Types for the `ListServices` operation.
125pub mod list_services;
126
127/// Types for the `ListTagsForResource` operation.
128pub mod list_tags_for_resource;
129
130/// Types for the `ListWebhooks` operation.
131pub mod list_webhooks;
132
133/// Types for the `RegisterService` operation.
134pub mod register_service;
135
136/// Types for the `SendMessage` operation.
137pub mod send_message;
138
139/// Types for the `TagResource` operation.
140pub mod tag_resource;
141
142/// Types for the `UntagResource` operation.
143pub mod untag_resource;
144
145/// Types for the `UpdateAgentSpace` operation.
146pub mod update_agent_space;
147
148/// Types for the `UpdateAsset` operation.
149pub mod update_asset;
150
151/// Types for the `UpdateAssetFile` operation.
152pub mod update_asset_file;
153
154/// Types for the `UpdateAssociation` operation.
155pub mod update_association;
156
157/// Types for the `UpdateBacklogTask` operation.
158pub mod update_backlog_task;
159
160/// Types for the `UpdateGoal` operation.
161pub mod update_goal;
162
163/// Types for the `UpdateOperatorAppIdpConfig` operation.
164pub mod update_operator_app_idp_config;
165
166/// Types for the `UpdatePrivateConnectionCertificate` operation.
167pub mod update_private_connection_certificate;
168
169/// Types for the `UpdateRecommendation` operation.
170pub mod update_recommendation;
171
172/// Types for the `ValidateAwsAssociations` operation.
173pub mod validate_aws_associations;