aws_sdk_drs/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 `AssociateSourceNetworkStack` operation.
5pub mod associate_source_network_stack;
6
7/// Types for the `CreateExtendedSourceServer` operation.
8pub mod create_extended_source_server;
9
10/// Types for the `CreateLaunchConfigurationTemplate` operation.
11pub mod create_launch_configuration_template;
12
13/// Types for the `CreateReplicationConfigurationTemplate` operation.
14pub mod create_replication_configuration_template;
15
16/// Types for the `CreateSourceNetwork` operation.
17pub mod create_source_network;
18
19/// Types for the `DeleteJob` operation.
20pub mod delete_job;
21
22/// Types for the `DeleteLaunchAction` operation.
23pub mod delete_launch_action;
24
25/// Types for the `DeleteLaunchConfigurationTemplate` operation.
26pub mod delete_launch_configuration_template;
27
28/// Types for the `DeleteRecoveryInstance` operation.
29pub mod delete_recovery_instance;
30
31/// Types for the `DeleteReplicationConfigurationTemplate` operation.
32pub mod delete_replication_configuration_template;
33
34/// Types for the `DeleteSourceNetwork` operation.
35pub mod delete_source_network;
36
37/// Types for the `DeleteSourceServer` operation.
38pub mod delete_source_server;
39
40/// Types for the `DescribeJobLogItems` operation.
41pub mod describe_job_log_items;
42
43/// Types for the `DescribeJobs` operation.
44pub mod describe_jobs;
45
46/// Types for the `DescribeLaunchConfigurationTemplates` operation.
47pub mod describe_launch_configuration_templates;
48
49/// Types for the `DescribeRecoveryInstances` operation.
50pub mod describe_recovery_instances;
51
52/// Types for the `DescribeRecoverySnapshots` operation.
53pub mod describe_recovery_snapshots;
54
55/// Types for the `DescribeReplicationConfigurationTemplates` operation.
56pub mod describe_replication_configuration_templates;
57
58/// Types for the `DescribeSourceNetworks` operation.
59pub mod describe_source_networks;
60
61/// Types for the `DescribeSourceServers` operation.
62pub mod describe_source_servers;
63
64/// Types for the `DisconnectRecoveryInstance` operation.
65pub mod disconnect_recovery_instance;
66
67/// Types for the `DisconnectSourceServer` operation.
68pub mod disconnect_source_server;
69
70/// Types for the `ExportSourceNetworkCfnTemplate` operation.
71pub mod export_source_network_cfn_template;
72
73/// Types for the `GetFailbackReplicationConfiguration` operation.
74pub mod get_failback_replication_configuration;
75
76/// Types for the `GetLaunchConfiguration` operation.
77pub mod get_launch_configuration;
78
79/// Types for the `GetReplicationConfiguration` operation.
80pub mod get_replication_configuration;
81
82/// Types for the `InitializeService` operation.
83pub mod initialize_service;
84
85/// Types for the `ListExtensibleSourceServers` operation.
86pub mod list_extensible_source_servers;
87
88/// Types for the `ListLaunchActions` operation.
89pub mod list_launch_actions;
90
91/// Types for the `ListStagingAccounts` operation.
92pub mod list_staging_accounts;
93
94/// Types for the `ListTagsForResource` operation.
95pub mod list_tags_for_resource;
96
97/// Types for the `PutLaunchAction` operation.
98pub mod put_launch_action;
99
100/// Types for the `RetryDataReplication` operation.
101pub mod retry_data_replication;
102
103/// Types for the `ReverseReplication` operation.
104pub mod reverse_replication;
105
106/// Types for the `StartFailbackLaunch` operation.
107pub mod start_failback_launch;
108
109/// Types for the `StartRecovery` operation.
110pub mod start_recovery;
111
112/// Types for the `StartReplication` operation.
113pub mod start_replication;
114
115/// Types for the `StartSourceNetworkRecovery` operation.
116pub mod start_source_network_recovery;
117
118/// Types for the `StartSourceNetworkReplication` operation.
119pub mod start_source_network_replication;
120
121/// Types for the `StopFailback` operation.
122pub mod stop_failback;
123
124/// Types for the `StopReplication` operation.
125pub mod stop_replication;
126
127/// Types for the `StopSourceNetworkReplication` operation.
128pub mod stop_source_network_replication;
129
130/// Types for the `TagResource` operation.
131pub mod tag_resource;
132
133/// Types for the `TerminateRecoveryInstances` operation.
134pub mod terminate_recovery_instances;
135
136/// Types for the `UntagResource` operation.
137pub mod untag_resource;
138
139/// Types for the `UpdateFailbackReplicationConfiguration` operation.
140pub mod update_failback_replication_configuration;
141
142/// Types for the `UpdateLaunchConfiguration` operation.
143pub mod update_launch_configuration;
144
145/// Types for the `UpdateLaunchConfigurationTemplate` operation.
146pub mod update_launch_configuration_template;
147
148/// Types for the `UpdateReplicationConfiguration` operation.
149pub mod update_replication_configuration;
150
151/// Types for the `UpdateReplicationConfigurationTemplate` operation.
152pub mod update_replication_configuration_template;