aws_sdk_proton/
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 `AcceptEnvironmentAccountConnection` operation.
5pub mod accept_environment_account_connection;
6
7/// Types for the `CancelComponentDeployment` operation.
8pub mod cancel_component_deployment;
9
10/// Types for the `CancelEnvironmentDeployment` operation.
11pub mod cancel_environment_deployment;
12
13/// Types for the `CancelServiceInstanceDeployment` operation.
14pub mod cancel_service_instance_deployment;
15
16/// Types for the `CancelServicePipelineDeployment` operation.
17pub mod cancel_service_pipeline_deployment;
18
19/// Types for the `CreateComponent` operation.
20pub mod create_component;
21
22/// Types for the `CreateEnvironment` operation.
23pub mod create_environment;
24
25/// Types for the `CreateEnvironmentAccountConnection` operation.
26pub mod create_environment_account_connection;
27
28/// Types for the `CreateEnvironmentTemplate` operation.
29pub mod create_environment_template;
30
31/// Types for the `CreateEnvironmentTemplateVersion` operation.
32pub mod create_environment_template_version;
33
34/// Types for the `CreateRepository` operation.
35pub mod create_repository;
36
37/// Types for the `CreateService` operation.
38pub mod create_service;
39
40/// Types for the `CreateServiceInstance` operation.
41pub mod create_service_instance;
42
43/// Types for the `CreateServiceSyncConfig` operation.
44pub mod create_service_sync_config;
45
46/// Types for the `CreateServiceTemplate` operation.
47pub mod create_service_template;
48
49/// Types for the `CreateServiceTemplateVersion` operation.
50pub mod create_service_template_version;
51
52/// Types for the `CreateTemplateSyncConfig` operation.
53pub mod create_template_sync_config;
54
55/// Types for the `DeleteComponent` operation.
56pub mod delete_component;
57
58/// Types for the `DeleteDeployment` operation.
59pub mod delete_deployment;
60
61/// Types for the `DeleteEnvironment` operation.
62pub mod delete_environment;
63
64/// Types for the `DeleteEnvironmentAccountConnection` operation.
65pub mod delete_environment_account_connection;
66
67/// Types for the `DeleteEnvironmentTemplate` operation.
68pub mod delete_environment_template;
69
70/// Types for the `DeleteEnvironmentTemplateVersion` operation.
71pub mod delete_environment_template_version;
72
73/// Types for the `DeleteRepository` operation.
74pub mod delete_repository;
75
76/// Types for the `DeleteService` operation.
77pub mod delete_service;
78
79/// Types for the `DeleteServiceSyncConfig` operation.
80pub mod delete_service_sync_config;
81
82/// Types for the `DeleteServiceTemplate` operation.
83pub mod delete_service_template;
84
85/// Types for the `DeleteServiceTemplateVersion` operation.
86pub mod delete_service_template_version;
87
88/// Types for the `DeleteTemplateSyncConfig` operation.
89pub mod delete_template_sync_config;
90
91/// Types for the `GetAccountSettings` operation.
92pub mod get_account_settings;
93
94/// Types for the `GetComponent` operation.
95pub mod get_component;
96
97/// Types for the `GetDeployment` operation.
98pub mod get_deployment;
99
100/// Types for the `GetEnvironment` operation.
101pub mod get_environment;
102
103/// Types for the `GetEnvironmentAccountConnection` operation.
104pub mod get_environment_account_connection;
105
106/// Types for the `GetEnvironmentTemplate` operation.
107pub mod get_environment_template;
108
109/// Types for the `GetEnvironmentTemplateVersion` operation.
110pub mod get_environment_template_version;
111
112/// Types for the `GetRepository` operation.
113pub mod get_repository;
114
115/// Types for the `GetRepositorySyncStatus` operation.
116pub mod get_repository_sync_status;
117
118/// Types for the `GetResourcesSummary` operation.
119pub mod get_resources_summary;
120
121/// Types for the `GetService` operation.
122pub mod get_service;
123
124/// Types for the `GetServiceInstance` operation.
125pub mod get_service_instance;
126
127/// Types for the `GetServiceInstanceSyncStatus` operation.
128pub mod get_service_instance_sync_status;
129
130/// Types for the `GetServiceSyncBlockerSummary` operation.
131pub mod get_service_sync_blocker_summary;
132
133/// Types for the `GetServiceSyncConfig` operation.
134pub mod get_service_sync_config;
135
136/// Types for the `GetServiceTemplate` operation.
137pub mod get_service_template;
138
139/// Types for the `GetServiceTemplateVersion` operation.
140pub mod get_service_template_version;
141
142/// Types for the `GetTemplateSyncConfig` operation.
143pub mod get_template_sync_config;
144
145/// Types for the `GetTemplateSyncStatus` operation.
146pub mod get_template_sync_status;
147
148/// Types for the `ListComponentOutputs` operation.
149pub mod list_component_outputs;
150
151/// Types for the `ListComponentProvisionedResources` operation.
152pub mod list_component_provisioned_resources;
153
154/// Types for the `ListComponents` operation.
155pub mod list_components;
156
157/// Types for the `ListDeployments` operation.
158pub mod list_deployments;
159
160/// Types for the `ListEnvironmentAccountConnections` operation.
161pub mod list_environment_account_connections;
162
163/// Types for the `ListEnvironmentOutputs` operation.
164pub mod list_environment_outputs;
165
166/// Types for the `ListEnvironmentProvisionedResources` operation.
167pub mod list_environment_provisioned_resources;
168
169/// Types for the `ListEnvironmentTemplateVersions` operation.
170pub mod list_environment_template_versions;
171
172/// Types for the `ListEnvironmentTemplates` operation.
173pub mod list_environment_templates;
174
175/// Types for the `ListEnvironments` operation.
176pub mod list_environments;
177
178/// Types for the `ListRepositories` operation.
179pub mod list_repositories;
180
181/// Types for the `ListRepositorySyncDefinitions` operation.
182pub mod list_repository_sync_definitions;
183
184/// Types for the `ListServiceInstanceOutputs` operation.
185pub mod list_service_instance_outputs;
186
187/// Types for the `ListServiceInstanceProvisionedResources` operation.
188pub mod list_service_instance_provisioned_resources;
189
190/// Types for the `ListServiceInstances` operation.
191pub mod list_service_instances;
192
193/// Types for the `ListServicePipelineOutputs` operation.
194pub mod list_service_pipeline_outputs;
195
196/// Types for the `ListServicePipelineProvisionedResources` operation.
197pub mod list_service_pipeline_provisioned_resources;
198
199/// Types for the `ListServiceTemplateVersions` operation.
200pub mod list_service_template_versions;
201
202/// Types for the `ListServiceTemplates` operation.
203pub mod list_service_templates;
204
205/// Types for the `ListServices` operation.
206pub mod list_services;
207
208/// Types for the `ListTagsForResource` operation.
209pub mod list_tags_for_resource;
210
211/// Types for the `NotifyResourceDeploymentStatusChange` operation.
212pub mod notify_resource_deployment_status_change;
213
214/// Types for the `RejectEnvironmentAccountConnection` operation.
215pub mod reject_environment_account_connection;
216
217/// Types for the `TagResource` operation.
218pub mod tag_resource;
219
220/// Types for the `UntagResource` operation.
221pub mod untag_resource;
222
223/// Types for the `UpdateAccountSettings` operation.
224pub mod update_account_settings;
225
226/// Types for the `UpdateComponent` operation.
227pub mod update_component;
228
229/// Types for the `UpdateEnvironment` operation.
230pub mod update_environment;
231
232/// Types for the `UpdateEnvironmentAccountConnection` operation.
233pub mod update_environment_account_connection;
234
235/// Types for the `UpdateEnvironmentTemplate` operation.
236pub mod update_environment_template;
237
238/// Types for the `UpdateEnvironmentTemplateVersion` operation.
239pub mod update_environment_template_version;
240
241/// Types for the `UpdateService` operation.
242pub mod update_service;
243
244/// Types for the `UpdateServiceInstance` operation.
245pub mod update_service_instance;
246
247/// Types for the `UpdateServicePipeline` operation.
248pub mod update_service_pipeline;
249
250/// Types for the `UpdateServiceSyncBlocker` operation.
251pub mod update_service_sync_blocker;
252
253/// Types for the `UpdateServiceSyncConfig` operation.
254pub mod update_service_sync_config;
255
256/// Types for the `UpdateServiceTemplate` operation.
257pub mod update_service_template;
258
259/// Types for the `UpdateServiceTemplateVersion` operation.
260pub mod update_service_template_version;
261
262/// Types for the `UpdateTemplateSyncConfig` operation.
263pub mod update_template_sync_config;