1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateSourceNetworkStack` operation.
pub mod associate_source_network_stack;

/// Types for the `CreateExtendedSourceServer` operation.
pub mod create_extended_source_server;

/// Types for the `CreateLaunchConfigurationTemplate` operation.
pub mod create_launch_configuration_template;

/// Types for the `CreateReplicationConfigurationTemplate` operation.
pub mod create_replication_configuration_template;

/// Types for the `CreateSourceNetwork` operation.
pub mod create_source_network;

/// Types for the `DeleteJob` operation.
pub mod delete_job;

/// Types for the `DeleteLaunchAction` operation.
pub mod delete_launch_action;

/// Types for the `DeleteLaunchConfigurationTemplate` operation.
pub mod delete_launch_configuration_template;

/// Types for the `DeleteRecoveryInstance` operation.
pub mod delete_recovery_instance;

/// Types for the `DeleteReplicationConfigurationTemplate` operation.
pub mod delete_replication_configuration_template;

/// Types for the `DeleteSourceNetwork` operation.
pub mod delete_source_network;

/// Types for the `DeleteSourceServer` operation.
pub mod delete_source_server;

/// Types for the `DescribeJobLogItems` operation.
pub mod describe_job_log_items;

/// Types for the `DescribeJobs` operation.
pub mod describe_jobs;

/// Types for the `DescribeLaunchConfigurationTemplates` operation.
pub mod describe_launch_configuration_templates;

/// Types for the `DescribeRecoveryInstances` operation.
pub mod describe_recovery_instances;

/// Types for the `DescribeRecoverySnapshots` operation.
pub mod describe_recovery_snapshots;

/// Types for the `DescribeReplicationConfigurationTemplates` operation.
pub mod describe_replication_configuration_templates;

/// Types for the `DescribeSourceNetworks` operation.
pub mod describe_source_networks;

/// Types for the `DescribeSourceServers` operation.
pub mod describe_source_servers;

/// Types for the `DisconnectRecoveryInstance` operation.
pub mod disconnect_recovery_instance;

/// Types for the `DisconnectSourceServer` operation.
pub mod disconnect_source_server;

/// Types for the `ExportSourceNetworkCfnTemplate` operation.
pub mod export_source_network_cfn_template;

/// Types for the `GetFailbackReplicationConfiguration` operation.
pub mod get_failback_replication_configuration;

/// Types for the `GetLaunchConfiguration` operation.
pub mod get_launch_configuration;

/// Types for the `GetReplicationConfiguration` operation.
pub mod get_replication_configuration;

/// Types for the `InitializeService` operation.
pub mod initialize_service;

/// Types for the `ListExtensibleSourceServers` operation.
pub mod list_extensible_source_servers;

/// Types for the `ListLaunchActions` operation.
pub mod list_launch_actions;

/// Types for the `ListStagingAccounts` operation.
pub mod list_staging_accounts;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `PutLaunchAction` operation.
pub mod put_launch_action;

/// Types for the `RetryDataReplication` operation.
pub mod retry_data_replication;

/// Types for the `ReverseReplication` operation.
pub mod reverse_replication;

/// Types for the `StartFailbackLaunch` operation.
pub mod start_failback_launch;

/// Types for the `StartRecovery` operation.
pub mod start_recovery;

/// Types for the `StartReplication` operation.
pub mod start_replication;

/// Types for the `StartSourceNetworkRecovery` operation.
pub mod start_source_network_recovery;

/// Types for the `StartSourceNetworkReplication` operation.
pub mod start_source_network_replication;

/// Types for the `StopFailback` operation.
pub mod stop_failback;

/// Types for the `StopReplication` operation.
pub mod stop_replication;

/// Types for the `StopSourceNetworkReplication` operation.
pub mod stop_source_network_replication;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `TerminateRecoveryInstances` operation.
pub mod terminate_recovery_instances;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateFailbackReplicationConfiguration` operation.
pub mod update_failback_replication_configuration;

/// Types for the `UpdateLaunchConfiguration` operation.
pub mod update_launch_configuration;

/// Types for the `UpdateLaunchConfigurationTemplate` operation.
pub mod update_launch_configuration_template;

/// Types for the `UpdateReplicationConfiguration` operation.
pub mod update_replication_configuration;

/// Types for the `UpdateReplicationConfigurationTemplate` operation.
pub mod update_replication_configuration_template;