@aws-sdk/client-drs 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2066 -2353
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DrsClient.js +2 -0
- package/dist-es/commands/AssociateSourceNetworkStackCommand.js +3 -10
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -10
- package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/CreateSourceNetworkCommand.js +3 -10
- package/dist-es/commands/DeleteJobCommand.js +3 -9
- package/dist-es/commands/DeleteLaunchActionCommand.js +3 -9
- package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -9
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteSourceNetworkCommand.js +3 -9
- package/dist-es/commands/DeleteSourceServerCommand.js +3 -9
- package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -9
- package/dist-es/commands/DescribeJobsCommand.js +3 -10
- package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +3 -10
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -10
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -9
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -10
- package/dist-es/commands/DescribeSourceNetworksCommand.js +3 -10
- package/dist-es/commands/DescribeSourceServersCommand.js +3 -10
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -9
- package/dist-es/commands/DisconnectSourceServerCommand.js +3 -10
- package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +3 -9
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -10
- package/dist-es/commands/InitializeServiceCommand.js +3 -9
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -10
- package/dist-es/commands/ListLaunchActionsCommand.js +3 -9
- package/dist-es/commands/ListStagingAccountsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/PutLaunchActionCommand.js +3 -9
- package/dist-es/commands/RetryDataReplicationCommand.js +3 -10
- package/dist-es/commands/ReverseReplicationCommand.js +3 -9
- package/dist-es/commands/StartFailbackLaunchCommand.js +3 -10
- package/dist-es/commands/StartRecoveryCommand.js +3 -10
- package/dist-es/commands/StartReplicationCommand.js +3 -10
- package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +3 -10
- package/dist-es/commands/StartSourceNetworkReplicationCommand.js +3 -10
- package/dist-es/commands/StopFailbackCommand.js +3 -9
- package/dist-es/commands/StopReplicationCommand.js +3 -10
- package/dist-es/commands/StopSourceNetworkReplicationCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -10
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +3 -10
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -193
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1961 -0
- package/dist-types/DrsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +8 -166
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +260 -0
- package/dist-types/ts3.4/DrsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -121
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1751
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -452
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -605
|
@@ -1,605 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AssociateSourceNetworkStackCommandInput,
|
|
8
|
-
AssociateSourceNetworkStackCommandOutput,
|
|
9
|
-
} from "../commands/AssociateSourceNetworkStackCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateExtendedSourceServerCommandInput,
|
|
12
|
-
CreateExtendedSourceServerCommandOutput,
|
|
13
|
-
} from "../commands/CreateExtendedSourceServerCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateLaunchConfigurationTemplateCommandInput,
|
|
16
|
-
CreateLaunchConfigurationTemplateCommandOutput,
|
|
17
|
-
} from "../commands/CreateLaunchConfigurationTemplateCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateReplicationConfigurationTemplateCommandInput,
|
|
20
|
-
CreateReplicationConfigurationTemplateCommandOutput,
|
|
21
|
-
} from "../commands/CreateReplicationConfigurationTemplateCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateSourceNetworkCommandInput,
|
|
24
|
-
CreateSourceNetworkCommandOutput,
|
|
25
|
-
} from "../commands/CreateSourceNetworkCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteJobCommandInput,
|
|
28
|
-
DeleteJobCommandOutput,
|
|
29
|
-
} from "../commands/DeleteJobCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteLaunchActionCommandInput,
|
|
32
|
-
DeleteLaunchActionCommandOutput,
|
|
33
|
-
} from "../commands/DeleteLaunchActionCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteLaunchConfigurationTemplateCommandInput,
|
|
36
|
-
DeleteLaunchConfigurationTemplateCommandOutput,
|
|
37
|
-
} from "../commands/DeleteLaunchConfigurationTemplateCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeleteRecoveryInstanceCommandInput,
|
|
40
|
-
DeleteRecoveryInstanceCommandOutput,
|
|
41
|
-
} from "../commands/DeleteRecoveryInstanceCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteReplicationConfigurationTemplateCommandInput,
|
|
44
|
-
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
45
|
-
} from "../commands/DeleteReplicationConfigurationTemplateCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteSourceNetworkCommandInput,
|
|
48
|
-
DeleteSourceNetworkCommandOutput,
|
|
49
|
-
} from "../commands/DeleteSourceNetworkCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteSourceServerCommandInput,
|
|
52
|
-
DeleteSourceServerCommandOutput,
|
|
53
|
-
} from "../commands/DeleteSourceServerCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeJobLogItemsCommandInput,
|
|
56
|
-
DescribeJobLogItemsCommandOutput,
|
|
57
|
-
} from "../commands/DescribeJobLogItemsCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeJobsCommandInput,
|
|
60
|
-
DescribeJobsCommandOutput,
|
|
61
|
-
} from "../commands/DescribeJobsCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeLaunchConfigurationTemplatesCommandInput,
|
|
64
|
-
DescribeLaunchConfigurationTemplatesCommandOutput,
|
|
65
|
-
} from "../commands/DescribeLaunchConfigurationTemplatesCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeRecoveryInstancesCommandInput,
|
|
68
|
-
DescribeRecoveryInstancesCommandOutput,
|
|
69
|
-
} from "../commands/DescribeRecoveryInstancesCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeRecoverySnapshotsCommandInput,
|
|
72
|
-
DescribeRecoverySnapshotsCommandOutput,
|
|
73
|
-
} from "../commands/DescribeRecoverySnapshotsCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
76
|
-
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
77
|
-
} from "../commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
78
|
-
import {
|
|
79
|
-
DescribeSourceNetworksCommandInput,
|
|
80
|
-
DescribeSourceNetworksCommandOutput,
|
|
81
|
-
} from "../commands/DescribeSourceNetworksCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeSourceServersCommandInput,
|
|
84
|
-
DescribeSourceServersCommandOutput,
|
|
85
|
-
} from "../commands/DescribeSourceServersCommand";
|
|
86
|
-
import {
|
|
87
|
-
DisconnectRecoveryInstanceCommandInput,
|
|
88
|
-
DisconnectRecoveryInstanceCommandOutput,
|
|
89
|
-
} from "../commands/DisconnectRecoveryInstanceCommand";
|
|
90
|
-
import {
|
|
91
|
-
DisconnectSourceServerCommandInput,
|
|
92
|
-
DisconnectSourceServerCommandOutput,
|
|
93
|
-
} from "../commands/DisconnectSourceServerCommand";
|
|
94
|
-
import {
|
|
95
|
-
ExportSourceNetworkCfnTemplateCommandInput,
|
|
96
|
-
ExportSourceNetworkCfnTemplateCommandOutput,
|
|
97
|
-
} from "../commands/ExportSourceNetworkCfnTemplateCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetFailbackReplicationConfigurationCommandInput,
|
|
100
|
-
GetFailbackReplicationConfigurationCommandOutput,
|
|
101
|
-
} from "../commands/GetFailbackReplicationConfigurationCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetLaunchConfigurationCommandInput,
|
|
104
|
-
GetLaunchConfigurationCommandOutput,
|
|
105
|
-
} from "../commands/GetLaunchConfigurationCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetReplicationConfigurationCommandInput,
|
|
108
|
-
GetReplicationConfigurationCommandOutput,
|
|
109
|
-
} from "../commands/GetReplicationConfigurationCommand";
|
|
110
|
-
import {
|
|
111
|
-
InitializeServiceCommandInput,
|
|
112
|
-
InitializeServiceCommandOutput,
|
|
113
|
-
} from "../commands/InitializeServiceCommand";
|
|
114
|
-
import {
|
|
115
|
-
ListExtensibleSourceServersCommandInput,
|
|
116
|
-
ListExtensibleSourceServersCommandOutput,
|
|
117
|
-
} from "../commands/ListExtensibleSourceServersCommand";
|
|
118
|
-
import {
|
|
119
|
-
ListLaunchActionsCommandInput,
|
|
120
|
-
ListLaunchActionsCommandOutput,
|
|
121
|
-
} from "../commands/ListLaunchActionsCommand";
|
|
122
|
-
import {
|
|
123
|
-
ListStagingAccountsCommandInput,
|
|
124
|
-
ListStagingAccountsCommandOutput,
|
|
125
|
-
} from "../commands/ListStagingAccountsCommand";
|
|
126
|
-
import {
|
|
127
|
-
ListTagsForResourceCommandInput,
|
|
128
|
-
ListTagsForResourceCommandOutput,
|
|
129
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
130
|
-
import {
|
|
131
|
-
PutLaunchActionCommandInput,
|
|
132
|
-
PutLaunchActionCommandOutput,
|
|
133
|
-
} from "../commands/PutLaunchActionCommand";
|
|
134
|
-
import {
|
|
135
|
-
RetryDataReplicationCommandInput,
|
|
136
|
-
RetryDataReplicationCommandOutput,
|
|
137
|
-
} from "../commands/RetryDataReplicationCommand";
|
|
138
|
-
import {
|
|
139
|
-
ReverseReplicationCommandInput,
|
|
140
|
-
ReverseReplicationCommandOutput,
|
|
141
|
-
} from "../commands/ReverseReplicationCommand";
|
|
142
|
-
import {
|
|
143
|
-
StartFailbackLaunchCommandInput,
|
|
144
|
-
StartFailbackLaunchCommandOutput,
|
|
145
|
-
} from "../commands/StartFailbackLaunchCommand";
|
|
146
|
-
import {
|
|
147
|
-
StartRecoveryCommandInput,
|
|
148
|
-
StartRecoveryCommandOutput,
|
|
149
|
-
} from "../commands/StartRecoveryCommand";
|
|
150
|
-
import {
|
|
151
|
-
StartReplicationCommandInput,
|
|
152
|
-
StartReplicationCommandOutput,
|
|
153
|
-
} from "../commands/StartReplicationCommand";
|
|
154
|
-
import {
|
|
155
|
-
StartSourceNetworkRecoveryCommandInput,
|
|
156
|
-
StartSourceNetworkRecoveryCommandOutput,
|
|
157
|
-
} from "../commands/StartSourceNetworkRecoveryCommand";
|
|
158
|
-
import {
|
|
159
|
-
StartSourceNetworkReplicationCommandInput,
|
|
160
|
-
StartSourceNetworkReplicationCommandOutput,
|
|
161
|
-
} from "../commands/StartSourceNetworkReplicationCommand";
|
|
162
|
-
import {
|
|
163
|
-
StopFailbackCommandInput,
|
|
164
|
-
StopFailbackCommandOutput,
|
|
165
|
-
} from "../commands/StopFailbackCommand";
|
|
166
|
-
import {
|
|
167
|
-
StopReplicationCommandInput,
|
|
168
|
-
StopReplicationCommandOutput,
|
|
169
|
-
} from "../commands/StopReplicationCommand";
|
|
170
|
-
import {
|
|
171
|
-
StopSourceNetworkReplicationCommandInput,
|
|
172
|
-
StopSourceNetworkReplicationCommandOutput,
|
|
173
|
-
} from "../commands/StopSourceNetworkReplicationCommand";
|
|
174
|
-
import {
|
|
175
|
-
TagResourceCommandInput,
|
|
176
|
-
TagResourceCommandOutput,
|
|
177
|
-
} from "../commands/TagResourceCommand";
|
|
178
|
-
import {
|
|
179
|
-
TerminateRecoveryInstancesCommandInput,
|
|
180
|
-
TerminateRecoveryInstancesCommandOutput,
|
|
181
|
-
} from "../commands/TerminateRecoveryInstancesCommand";
|
|
182
|
-
import {
|
|
183
|
-
UntagResourceCommandInput,
|
|
184
|
-
UntagResourceCommandOutput,
|
|
185
|
-
} from "../commands/UntagResourceCommand";
|
|
186
|
-
import {
|
|
187
|
-
UpdateFailbackReplicationConfigurationCommandInput,
|
|
188
|
-
UpdateFailbackReplicationConfigurationCommandOutput,
|
|
189
|
-
} from "../commands/UpdateFailbackReplicationConfigurationCommand";
|
|
190
|
-
import {
|
|
191
|
-
UpdateLaunchConfigurationCommandInput,
|
|
192
|
-
UpdateLaunchConfigurationCommandOutput,
|
|
193
|
-
} from "../commands/UpdateLaunchConfigurationCommand";
|
|
194
|
-
import {
|
|
195
|
-
UpdateLaunchConfigurationTemplateCommandInput,
|
|
196
|
-
UpdateLaunchConfigurationTemplateCommandOutput,
|
|
197
|
-
} from "../commands/UpdateLaunchConfigurationTemplateCommand";
|
|
198
|
-
import {
|
|
199
|
-
UpdateReplicationConfigurationCommandInput,
|
|
200
|
-
UpdateReplicationConfigurationCommandOutput,
|
|
201
|
-
} from "../commands/UpdateReplicationConfigurationCommand";
|
|
202
|
-
import {
|
|
203
|
-
UpdateReplicationConfigurationTemplateCommandInput,
|
|
204
|
-
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
205
|
-
} from "../commands/UpdateReplicationConfigurationTemplateCommand";
|
|
206
|
-
export declare const se_AssociateSourceNetworkStackCommand: (
|
|
207
|
-
input: AssociateSourceNetworkStackCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_CreateExtendedSourceServerCommand: (
|
|
211
|
-
input: CreateExtendedSourceServerCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_CreateLaunchConfigurationTemplateCommand: (
|
|
215
|
-
input: CreateLaunchConfigurationTemplateCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_CreateReplicationConfigurationTemplateCommand: (
|
|
219
|
-
input: CreateReplicationConfigurationTemplateCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_CreateSourceNetworkCommand: (
|
|
223
|
-
input: CreateSourceNetworkCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_DeleteJobCommand: (
|
|
227
|
-
input: DeleteJobCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_DeleteLaunchActionCommand: (
|
|
231
|
-
input: DeleteLaunchActionCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_DeleteLaunchConfigurationTemplateCommand: (
|
|
235
|
-
input: DeleteLaunchConfigurationTemplateCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_DeleteRecoveryInstanceCommand: (
|
|
239
|
-
input: DeleteRecoveryInstanceCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_DeleteReplicationConfigurationTemplateCommand: (
|
|
243
|
-
input: DeleteReplicationConfigurationTemplateCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_DeleteSourceNetworkCommand: (
|
|
247
|
-
input: DeleteSourceNetworkCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_DeleteSourceServerCommand: (
|
|
251
|
-
input: DeleteSourceServerCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_DescribeJobLogItemsCommand: (
|
|
255
|
-
input: DescribeJobLogItemsCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_DescribeJobsCommand: (
|
|
259
|
-
input: DescribeJobsCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_DescribeLaunchConfigurationTemplatesCommand: (
|
|
263
|
-
input: DescribeLaunchConfigurationTemplatesCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_DescribeRecoveryInstancesCommand: (
|
|
267
|
-
input: DescribeRecoveryInstancesCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_DescribeRecoverySnapshotsCommand: (
|
|
271
|
-
input: DescribeRecoverySnapshotsCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_DescribeReplicationConfigurationTemplatesCommand: (
|
|
275
|
-
input: DescribeReplicationConfigurationTemplatesCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_DescribeSourceNetworksCommand: (
|
|
279
|
-
input: DescribeSourceNetworksCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DescribeSourceServersCommand: (
|
|
283
|
-
input: DescribeSourceServersCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DisconnectRecoveryInstanceCommand: (
|
|
287
|
-
input: DisconnectRecoveryInstanceCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DisconnectSourceServerCommand: (
|
|
291
|
-
input: DisconnectSourceServerCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_ExportSourceNetworkCfnTemplateCommand: (
|
|
295
|
-
input: ExportSourceNetworkCfnTemplateCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_GetFailbackReplicationConfigurationCommand: (
|
|
299
|
-
input: GetFailbackReplicationConfigurationCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_GetLaunchConfigurationCommand: (
|
|
303
|
-
input: GetLaunchConfigurationCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_GetReplicationConfigurationCommand: (
|
|
307
|
-
input: GetReplicationConfigurationCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_InitializeServiceCommand: (
|
|
311
|
-
input: InitializeServiceCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_ListExtensibleSourceServersCommand: (
|
|
315
|
-
input: ListExtensibleSourceServersCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_ListLaunchActionsCommand: (
|
|
319
|
-
input: ListLaunchActionsCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_ListStagingAccountsCommand: (
|
|
323
|
-
input: ListStagingAccountsCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
327
|
-
input: ListTagsForResourceCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_PutLaunchActionCommand: (
|
|
331
|
-
input: PutLaunchActionCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_RetryDataReplicationCommand: (
|
|
335
|
-
input: RetryDataReplicationCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_ReverseReplicationCommand: (
|
|
339
|
-
input: ReverseReplicationCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_StartFailbackLaunchCommand: (
|
|
343
|
-
input: StartFailbackLaunchCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_StartRecoveryCommand: (
|
|
347
|
-
input: StartRecoveryCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_StartReplicationCommand: (
|
|
351
|
-
input: StartReplicationCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_StartSourceNetworkRecoveryCommand: (
|
|
355
|
-
input: StartSourceNetworkRecoveryCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const se_StartSourceNetworkReplicationCommand: (
|
|
359
|
-
input: StartSourceNetworkReplicationCommandInput,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<__HttpRequest>;
|
|
362
|
-
export declare const se_StopFailbackCommand: (
|
|
363
|
-
input: StopFailbackCommandInput,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<__HttpRequest>;
|
|
366
|
-
export declare const se_StopReplicationCommand: (
|
|
367
|
-
input: StopReplicationCommandInput,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<__HttpRequest>;
|
|
370
|
-
export declare const se_StopSourceNetworkReplicationCommand: (
|
|
371
|
-
input: StopSourceNetworkReplicationCommandInput,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<__HttpRequest>;
|
|
374
|
-
export declare const se_TagResourceCommand: (
|
|
375
|
-
input: TagResourceCommandInput,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<__HttpRequest>;
|
|
378
|
-
export declare const se_TerminateRecoveryInstancesCommand: (
|
|
379
|
-
input: TerminateRecoveryInstancesCommandInput,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<__HttpRequest>;
|
|
382
|
-
export declare const se_UntagResourceCommand: (
|
|
383
|
-
input: UntagResourceCommandInput,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<__HttpRequest>;
|
|
386
|
-
export declare const se_UpdateFailbackReplicationConfigurationCommand: (
|
|
387
|
-
input: UpdateFailbackReplicationConfigurationCommandInput,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<__HttpRequest>;
|
|
390
|
-
export declare const se_UpdateLaunchConfigurationCommand: (
|
|
391
|
-
input: UpdateLaunchConfigurationCommandInput,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<__HttpRequest>;
|
|
394
|
-
export declare const se_UpdateLaunchConfigurationTemplateCommand: (
|
|
395
|
-
input: UpdateLaunchConfigurationTemplateCommandInput,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<__HttpRequest>;
|
|
398
|
-
export declare const se_UpdateReplicationConfigurationCommand: (
|
|
399
|
-
input: UpdateReplicationConfigurationCommandInput,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<__HttpRequest>;
|
|
402
|
-
export declare const se_UpdateReplicationConfigurationTemplateCommand: (
|
|
403
|
-
input: UpdateReplicationConfigurationTemplateCommandInput,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<__HttpRequest>;
|
|
406
|
-
export declare const de_AssociateSourceNetworkStackCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<AssociateSourceNetworkStackCommandOutput>;
|
|
410
|
-
export declare const de_CreateExtendedSourceServerCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<CreateExtendedSourceServerCommandOutput>;
|
|
414
|
-
export declare const de_CreateLaunchConfigurationTemplateCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<CreateLaunchConfigurationTemplateCommandOutput>;
|
|
418
|
-
export declare const de_CreateReplicationConfigurationTemplateCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
|
|
422
|
-
export declare const de_CreateSourceNetworkCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<CreateSourceNetworkCommandOutput>;
|
|
426
|
-
export declare const de_DeleteJobCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<DeleteJobCommandOutput>;
|
|
430
|
-
export declare const de_DeleteLaunchActionCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<DeleteLaunchActionCommandOutput>;
|
|
434
|
-
export declare const de_DeleteLaunchConfigurationTemplateCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<DeleteLaunchConfigurationTemplateCommandOutput>;
|
|
438
|
-
export declare const de_DeleteRecoveryInstanceCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<DeleteRecoveryInstanceCommandOutput>;
|
|
442
|
-
export declare const de_DeleteReplicationConfigurationTemplateCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
|
|
446
|
-
export declare const de_DeleteSourceNetworkCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<DeleteSourceNetworkCommandOutput>;
|
|
450
|
-
export declare const de_DeleteSourceServerCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<DeleteSourceServerCommandOutput>;
|
|
454
|
-
export declare const de_DescribeJobLogItemsCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<DescribeJobLogItemsCommandOutput>;
|
|
458
|
-
export declare const de_DescribeJobsCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<DescribeJobsCommandOutput>;
|
|
462
|
-
export declare const de_DescribeLaunchConfigurationTemplatesCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<DescribeLaunchConfigurationTemplatesCommandOutput>;
|
|
466
|
-
export declare const de_DescribeRecoveryInstancesCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<DescribeRecoveryInstancesCommandOutput>;
|
|
470
|
-
export declare const de_DescribeRecoverySnapshotsCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<DescribeRecoverySnapshotsCommandOutput>;
|
|
474
|
-
export declare const de_DescribeReplicationConfigurationTemplatesCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
478
|
-
export declare const de_DescribeSourceNetworksCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<DescribeSourceNetworksCommandOutput>;
|
|
482
|
-
export declare const de_DescribeSourceServersCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<DescribeSourceServersCommandOutput>;
|
|
486
|
-
export declare const de_DisconnectRecoveryInstanceCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<DisconnectRecoveryInstanceCommandOutput>;
|
|
490
|
-
export declare const de_DisconnectSourceServerCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<DisconnectSourceServerCommandOutput>;
|
|
494
|
-
export declare const de_ExportSourceNetworkCfnTemplateCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<ExportSourceNetworkCfnTemplateCommandOutput>;
|
|
498
|
-
export declare const de_GetFailbackReplicationConfigurationCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
|
|
502
|
-
export declare const de_GetLaunchConfigurationCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<GetLaunchConfigurationCommandOutput>;
|
|
506
|
-
export declare const de_GetReplicationConfigurationCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<GetReplicationConfigurationCommandOutput>;
|
|
510
|
-
export declare const de_InitializeServiceCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<InitializeServiceCommandOutput>;
|
|
514
|
-
export declare const de_ListExtensibleSourceServersCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<ListExtensibleSourceServersCommandOutput>;
|
|
518
|
-
export declare const de_ListLaunchActionsCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<ListLaunchActionsCommandOutput>;
|
|
522
|
-
export declare const de_ListStagingAccountsCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<ListStagingAccountsCommandOutput>;
|
|
526
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
530
|
-
export declare const de_PutLaunchActionCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<PutLaunchActionCommandOutput>;
|
|
534
|
-
export declare const de_RetryDataReplicationCommand: (
|
|
535
|
-
output: __HttpResponse,
|
|
536
|
-
context: __SerdeContext
|
|
537
|
-
) => Promise<RetryDataReplicationCommandOutput>;
|
|
538
|
-
export declare const de_ReverseReplicationCommand: (
|
|
539
|
-
output: __HttpResponse,
|
|
540
|
-
context: __SerdeContext
|
|
541
|
-
) => Promise<ReverseReplicationCommandOutput>;
|
|
542
|
-
export declare const de_StartFailbackLaunchCommand: (
|
|
543
|
-
output: __HttpResponse,
|
|
544
|
-
context: __SerdeContext
|
|
545
|
-
) => Promise<StartFailbackLaunchCommandOutput>;
|
|
546
|
-
export declare const de_StartRecoveryCommand: (
|
|
547
|
-
output: __HttpResponse,
|
|
548
|
-
context: __SerdeContext
|
|
549
|
-
) => Promise<StartRecoveryCommandOutput>;
|
|
550
|
-
export declare const de_StartReplicationCommand: (
|
|
551
|
-
output: __HttpResponse,
|
|
552
|
-
context: __SerdeContext
|
|
553
|
-
) => Promise<StartReplicationCommandOutput>;
|
|
554
|
-
export declare const de_StartSourceNetworkRecoveryCommand: (
|
|
555
|
-
output: __HttpResponse,
|
|
556
|
-
context: __SerdeContext
|
|
557
|
-
) => Promise<StartSourceNetworkRecoveryCommandOutput>;
|
|
558
|
-
export declare const de_StartSourceNetworkReplicationCommand: (
|
|
559
|
-
output: __HttpResponse,
|
|
560
|
-
context: __SerdeContext
|
|
561
|
-
) => Promise<StartSourceNetworkReplicationCommandOutput>;
|
|
562
|
-
export declare const de_StopFailbackCommand: (
|
|
563
|
-
output: __HttpResponse,
|
|
564
|
-
context: __SerdeContext
|
|
565
|
-
) => Promise<StopFailbackCommandOutput>;
|
|
566
|
-
export declare const de_StopReplicationCommand: (
|
|
567
|
-
output: __HttpResponse,
|
|
568
|
-
context: __SerdeContext
|
|
569
|
-
) => Promise<StopReplicationCommandOutput>;
|
|
570
|
-
export declare const de_StopSourceNetworkReplicationCommand: (
|
|
571
|
-
output: __HttpResponse,
|
|
572
|
-
context: __SerdeContext
|
|
573
|
-
) => Promise<StopSourceNetworkReplicationCommandOutput>;
|
|
574
|
-
export declare const de_TagResourceCommand: (
|
|
575
|
-
output: __HttpResponse,
|
|
576
|
-
context: __SerdeContext
|
|
577
|
-
) => Promise<TagResourceCommandOutput>;
|
|
578
|
-
export declare const de_TerminateRecoveryInstancesCommand: (
|
|
579
|
-
output: __HttpResponse,
|
|
580
|
-
context: __SerdeContext
|
|
581
|
-
) => Promise<TerminateRecoveryInstancesCommandOutput>;
|
|
582
|
-
export declare const de_UntagResourceCommand: (
|
|
583
|
-
output: __HttpResponse,
|
|
584
|
-
context: __SerdeContext
|
|
585
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
586
|
-
export declare const de_UpdateFailbackReplicationConfigurationCommand: (
|
|
587
|
-
output: __HttpResponse,
|
|
588
|
-
context: __SerdeContext
|
|
589
|
-
) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
|
|
590
|
-
export declare const de_UpdateLaunchConfigurationCommand: (
|
|
591
|
-
output: __HttpResponse,
|
|
592
|
-
context: __SerdeContext
|
|
593
|
-
) => Promise<UpdateLaunchConfigurationCommandOutput>;
|
|
594
|
-
export declare const de_UpdateLaunchConfigurationTemplateCommand: (
|
|
595
|
-
output: __HttpResponse,
|
|
596
|
-
context: __SerdeContext
|
|
597
|
-
) => Promise<UpdateLaunchConfigurationTemplateCommandOutput>;
|
|
598
|
-
export declare const de_UpdateReplicationConfigurationCommand: (
|
|
599
|
-
output: __HttpResponse,
|
|
600
|
-
context: __SerdeContext
|
|
601
|
-
) => Promise<UpdateReplicationConfigurationCommandOutput>;
|
|
602
|
-
export declare const de_UpdateReplicationConfigurationTemplateCommand: (
|
|
603
|
-
output: __HttpResponse,
|
|
604
|
-
context: __SerdeContext
|
|
605
|
-
) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
|