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 `AllowVendedLogDeliveryForResource` operation.
5pub mod allow_vended_log_delivery_for_resource;
6
7/// Types for the `AssociateService` operation.
8pub mod associate_service;
9
10/// Types for the `CreateAgentSpace` operation.
11pub mod create_agent_space;
12
13/// Types for the `CreateBacklogTask` operation.
14pub mod create_backlog_task;
15
16/// Types for the `CreateChat` operation.
17pub mod create_chat;
18
19/// Types for the `CreatePrivateConnection` operation.
20pub mod create_private_connection;
21
22/// Types for the `DeleteAgentSpace` operation.
23pub mod delete_agent_space;
24
25/// Types for the `DeletePrivateConnection` operation.
26pub mod delete_private_connection;
27
28/// Types for the `DeregisterService` operation.
29pub mod deregister_service;
30
31/// Types for the `DescribePrivateConnection` operation.
32pub mod describe_private_connection;
33
34/// Types for the `DisableOperatorApp` operation.
35pub mod disable_operator_app;
36
37/// Types for the `DisassociateService` operation.
38pub mod disassociate_service;
39
40/// Types for the `EnableOperatorApp` operation.
41pub mod enable_operator_app;
42
43/// Types for the `GetAccountUsage` operation.
44pub mod get_account_usage;
45
46/// Types for the `GetAgentSpace` operation.
47pub mod get_agent_space;
48
49/// Types for the `GetAssociation` operation.
50pub mod get_association;
51
52/// Types for the `GetBacklogTask` operation.
53pub mod get_backlog_task;
54
55/// Types for the `GetOperatorApp` operation.
56pub mod get_operator_app;
57
58/// Types for the `GetRecommendation` operation.
59pub mod get_recommendation;
60
61/// Types for the `GetService` operation.
62pub mod get_service;
63
64/// Types for the `ListAgentSpaces` operation.
65pub mod list_agent_spaces;
66
67/// Types for the `ListAssociations` operation.
68pub mod list_associations;
69
70/// Types for the `ListBacklogTasks` operation.
71pub mod list_backlog_tasks;
72
73/// Types for the `ListChats` operation.
74pub mod list_chats;
75
76/// Types for the `ListExecutions` operation.
77pub mod list_executions;
78
79/// Types for the `ListGoals` operation.
80pub mod list_goals;
81
82/// Types for the `ListJournalRecords` operation.
83pub mod list_journal_records;
84
85/// Types for the `ListPendingMessages` operation.
86pub mod list_pending_messages;
87
88/// Types for the `ListPrivateConnections` operation.
89pub mod list_private_connections;
90
91/// Types for the `ListRecommendations` operation.
92pub mod list_recommendations;
93
94/// Types for the `ListServices` operation.
95pub mod list_services;
96
97/// Types for the `ListTagsForResource` operation.
98pub mod list_tags_for_resource;
99
100/// Types for the `ListWebhooks` operation.
101pub mod list_webhooks;
102
103/// Types for the `RegisterService` operation.
104pub mod register_service;
105
106/// Types for the `SendMessage` operation.
107pub mod send_message;
108
109/// Types for the `TagResource` operation.
110pub mod tag_resource;
111
112/// Types for the `UntagResource` operation.
113pub mod untag_resource;
114
115/// Types for the `UpdateAgentSpace` operation.
116pub mod update_agent_space;
117
118/// Types for the `UpdateAssociation` operation.
119pub mod update_association;
120
121/// Types for the `UpdateBacklogTask` operation.
122pub mod update_backlog_task;
123
124/// Types for the `UpdateGoal` operation.
125pub mod update_goal;
126
127/// Types for the `UpdateOperatorAppIdpConfig` operation.
128pub mod update_operator_app_idp_config;
129
130/// Types for the `UpdatePrivateConnectionCertificate` operation.
131pub mod update_private_connection_certificate;
132
133/// Types for the `UpdateRecommendation` operation.
134pub mod update_recommendation;
135
136/// Types for the `ValidateAwsAssociations` operation.
137pub mod validate_aws_associations;