aws_sdk_cloudformation/
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 `ActivateOrganizationsAccess` operation.
5pub mod activate_organizations_access;
6
7/// Types for the `ActivateType` operation.
8pub mod activate_type;
9
10/// Types for the `BatchDescribeTypeConfigurations` operation.
11pub mod batch_describe_type_configurations;
12
13/// Types for the `CancelUpdateStack` operation.
14pub mod cancel_update_stack;
15
16/// Types for the `ContinueUpdateRollback` operation.
17pub mod continue_update_rollback;
18
19/// Types for the `CreateChangeSet` operation.
20pub mod create_change_set;
21
22/// Types for the `CreateGeneratedTemplate` operation.
23pub mod create_generated_template;
24
25/// Types for the `CreateStack` operation.
26pub mod create_stack;
27
28/// Types for the `CreateStackInstances` operation.
29pub mod create_stack_instances;
30
31/// Types for the `CreateStackRefactor` operation.
32pub mod create_stack_refactor;
33
34/// Types for the `CreateStackSet` operation.
35pub mod create_stack_set;
36
37/// Types for the `DeactivateOrganizationsAccess` operation.
38pub mod deactivate_organizations_access;
39
40/// Types for the `DeactivateType` operation.
41pub mod deactivate_type;
42
43/// Types for the `DeleteChangeSet` operation.
44pub mod delete_change_set;
45
46/// Types for the `DeleteGeneratedTemplate` operation.
47pub mod delete_generated_template;
48
49/// Types for the `DeleteStack` operation.
50pub mod delete_stack;
51
52/// Types for the `DeleteStackInstances` operation.
53pub mod delete_stack_instances;
54
55/// Types for the `DeleteStackSet` operation.
56pub mod delete_stack_set;
57
58/// Types for the `DeregisterType` operation.
59pub mod deregister_type;
60
61/// Types for the `DescribeAccountLimits` operation.
62pub mod describe_account_limits;
63
64/// Types for the `DescribeChangeSet` operation.
65pub mod describe_change_set;
66
67/// Types for the `DescribeChangeSetHooks` operation.
68pub mod describe_change_set_hooks;
69
70/// Types for the `DescribeGeneratedTemplate` operation.
71pub mod describe_generated_template;
72
73/// Types for the `DescribeOrganizationsAccess` operation.
74pub mod describe_organizations_access;
75
76/// Types for the `DescribePublisher` operation.
77pub mod describe_publisher;
78
79/// Types for the `DescribeResourceScan` operation.
80pub mod describe_resource_scan;
81
82/// Types for the `DescribeStackDriftDetectionStatus` operation.
83pub mod describe_stack_drift_detection_status;
84
85/// Types for the `DescribeStackEvents` operation.
86pub mod describe_stack_events;
87
88/// Types for the `DescribeStackInstance` operation.
89pub mod describe_stack_instance;
90
91/// Types for the `DescribeStackRefactor` operation.
92pub mod describe_stack_refactor;
93
94/// Types for the `DescribeStackResource` operation.
95pub mod describe_stack_resource;
96
97/// Types for the `DescribeStackResourceDrifts` operation.
98pub mod describe_stack_resource_drifts;
99
100/// Types for the `DescribeStackResources` operation.
101pub mod describe_stack_resources;
102
103/// Types for the `DescribeStackSet` operation.
104pub mod describe_stack_set;
105
106/// Types for the `DescribeStackSetOperation` operation.
107pub mod describe_stack_set_operation;
108
109/// Types for the `DescribeStacks` operation.
110pub mod describe_stacks;
111
112/// Types for the `DescribeType` operation.
113pub mod describe_type;
114
115/// Types for the `DescribeTypeRegistration` operation.
116pub mod describe_type_registration;
117
118/// Types for the `DetectStackDrift` operation.
119pub mod detect_stack_drift;
120
121/// Types for the `DetectStackResourceDrift` operation.
122pub mod detect_stack_resource_drift;
123
124/// Types for the `DetectStackSetDrift` operation.
125pub mod detect_stack_set_drift;
126
127/// Types for the `EstimateTemplateCost` operation.
128pub mod estimate_template_cost;
129
130/// Types for the `ExecuteChangeSet` operation.
131pub mod execute_change_set;
132
133/// Types for the `ExecuteStackRefactor` operation.
134pub mod execute_stack_refactor;
135
136/// Types for the `GetGeneratedTemplate` operation.
137pub mod get_generated_template;
138
139/// Types for the `GetStackPolicy` operation.
140pub mod get_stack_policy;
141
142/// Types for the `GetTemplate` operation.
143pub mod get_template;
144
145/// Types for the `GetTemplateSummary` operation.
146pub mod get_template_summary;
147
148/// Types for the `ImportStacksToStackSet` operation.
149pub mod import_stacks_to_stack_set;
150
151/// Types for the `ListChangeSets` operation.
152pub mod list_change_sets;
153
154/// Types for the `ListExports` operation.
155pub mod list_exports;
156
157/// Types for the `ListGeneratedTemplates` operation.
158pub mod list_generated_templates;
159
160/// Types for the `ListHookResults` operation.
161pub mod list_hook_results;
162
163/// Types for the `ListImports` operation.
164pub mod list_imports;
165
166/// Types for the `ListResourceScanRelatedResources` operation.
167pub mod list_resource_scan_related_resources;
168
169/// Types for the `ListResourceScanResources` operation.
170pub mod list_resource_scan_resources;
171
172/// Types for the `ListResourceScans` operation.
173pub mod list_resource_scans;
174
175/// Types for the `ListStackInstanceResourceDrifts` operation.
176pub mod list_stack_instance_resource_drifts;
177
178/// Types for the `ListStackInstances` operation.
179pub mod list_stack_instances;
180
181/// Types for the `ListStackRefactorActions` operation.
182pub mod list_stack_refactor_actions;
183
184/// Types for the `ListStackRefactors` operation.
185pub mod list_stack_refactors;
186
187/// Types for the `ListStackResources` operation.
188pub mod list_stack_resources;
189
190/// Types for the `ListStackSetAutoDeploymentTargets` operation.
191pub mod list_stack_set_auto_deployment_targets;
192
193/// Types for the `ListStackSetOperationResults` operation.
194pub mod list_stack_set_operation_results;
195
196/// Types for the `ListStackSetOperations` operation.
197pub mod list_stack_set_operations;
198
199/// Types for the `ListStackSets` operation.
200pub mod list_stack_sets;
201
202/// Types for the `ListStacks` operation.
203pub mod list_stacks;
204
205/// Types for the `ListTypeRegistrations` operation.
206pub mod list_type_registrations;
207
208/// Types for the `ListTypeVersions` operation.
209pub mod list_type_versions;
210
211/// Types for the `ListTypes` operation.
212pub mod list_types;
213
214/// Types for the `PublishType` operation.
215pub mod publish_type;
216
217/// Types for the `RecordHandlerProgress` operation.
218pub mod record_handler_progress;
219
220/// Types for the `RegisterPublisher` operation.
221pub mod register_publisher;
222
223/// Types for the `RegisterType` operation.
224pub mod register_type;
225
226/// Types for the `RollbackStack` operation.
227pub mod rollback_stack;
228
229/// Types for the `SetStackPolicy` operation.
230pub mod set_stack_policy;
231
232/// Types for the `SetTypeConfiguration` operation.
233pub mod set_type_configuration;
234
235/// Types for the `SetTypeDefaultVersion` operation.
236pub mod set_type_default_version;
237
238/// Types for the `SignalResource` operation.
239pub mod signal_resource;
240
241/// Types for the `StartResourceScan` operation.
242pub mod start_resource_scan;
243
244/// Types for the `StopStackSetOperation` operation.
245pub mod stop_stack_set_operation;
246
247/// Types for the `TestType` operation.
248pub mod test_type;
249
250/// Types for the `UpdateGeneratedTemplate` operation.
251pub mod update_generated_template;
252
253/// Types for the `UpdateStack` operation.
254pub mod update_stack;
255
256/// Types for the `UpdateStackInstances` operation.
257pub mod update_stack_instances;
258
259/// Types for the `UpdateStackSet` operation.
260pub mod update_stack_set;
261
262/// Types for the `UpdateTerminationProtection` operation.
263pub mod update_termination_protection;
264
265/// Types for the `ValidateTemplate` operation.
266pub mod validate_template;