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