@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.
Files changed (74) hide show
  1. package/dist-cjs/index.js +2066 -2353
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DrsClient.js +2 -0
  4. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +3 -10
  5. package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -10
  6. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +3 -10
  7. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -10
  8. package/dist-es/commands/CreateSourceNetworkCommand.js +3 -10
  9. package/dist-es/commands/DeleteJobCommand.js +3 -9
  10. package/dist-es/commands/DeleteLaunchActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -9
  13. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -9
  14. package/dist-es/commands/DeleteSourceNetworkCommand.js +3 -9
  15. package/dist-es/commands/DeleteSourceServerCommand.js +3 -9
  16. package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -9
  17. package/dist-es/commands/DescribeJobsCommand.js +3 -10
  18. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +3 -10
  19. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -10
  20. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -9
  21. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -10
  22. package/dist-es/commands/DescribeSourceNetworksCommand.js +3 -10
  23. package/dist-es/commands/DescribeSourceServersCommand.js +3 -10
  24. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -9
  25. package/dist-es/commands/DisconnectSourceServerCommand.js +3 -10
  26. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +3 -9
  27. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -9
  28. package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -9
  29. package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -10
  30. package/dist-es/commands/InitializeServiceCommand.js +3 -9
  31. package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -10
  32. package/dist-es/commands/ListLaunchActionsCommand.js +3 -9
  33. package/dist-es/commands/ListStagingAccountsCommand.js +3 -9
  34. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  35. package/dist-es/commands/PutLaunchActionCommand.js +3 -9
  36. package/dist-es/commands/RetryDataReplicationCommand.js +3 -10
  37. package/dist-es/commands/ReverseReplicationCommand.js +3 -9
  38. package/dist-es/commands/StartFailbackLaunchCommand.js +3 -10
  39. package/dist-es/commands/StartRecoveryCommand.js +3 -10
  40. package/dist-es/commands/StartReplicationCommand.js +3 -10
  41. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +3 -10
  42. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +3 -10
  43. package/dist-es/commands/StopFailbackCommand.js +3 -9
  44. package/dist-es/commands/StopReplicationCommand.js +3 -10
  45. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +3 -10
  46. package/dist-es/commands/TagResourceCommand.js +3 -10
  47. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -10
  48. package/dist-es/commands/UntagResourceCommand.js +3 -10
  49. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -9
  50. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -9
  51. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +3 -10
  52. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -10
  53. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -10
  54. package/dist-es/models/models_0.js +0 -193
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-es/schemas/schemas_0.js +1961 -0
  57. package/dist-types/DrsClient.d.ts +10 -1
  58. package/dist-types/models/models_0.d.ts +8 -166
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +260 -0
  64. package/dist-types/ts3.4/DrsClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -121
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +267 -0
  71. package/package.json +33 -33
  72. package/dist-es/protocols/Aws_restJson1.js +0 -1751
  73. package/dist-types/protocols/Aws_restJson1.d.ts +0 -452
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -605
@@ -1,452 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateSourceNetworkStackCommandInput, AssociateSourceNetworkStackCommandOutput } from "../commands/AssociateSourceNetworkStackCommand";
4
- import { CreateExtendedSourceServerCommandInput, CreateExtendedSourceServerCommandOutput } from "../commands/CreateExtendedSourceServerCommand";
5
- import { CreateLaunchConfigurationTemplateCommandInput, CreateLaunchConfigurationTemplateCommandOutput } from "../commands/CreateLaunchConfigurationTemplateCommand";
6
- import { CreateReplicationConfigurationTemplateCommandInput, CreateReplicationConfigurationTemplateCommandOutput } from "../commands/CreateReplicationConfigurationTemplateCommand";
7
- import { CreateSourceNetworkCommandInput, CreateSourceNetworkCommandOutput } from "../commands/CreateSourceNetworkCommand";
8
- import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
9
- import { DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput } from "../commands/DeleteLaunchActionCommand";
10
- import { DeleteLaunchConfigurationTemplateCommandInput, DeleteLaunchConfigurationTemplateCommandOutput } from "../commands/DeleteLaunchConfigurationTemplateCommand";
11
- import { DeleteRecoveryInstanceCommandInput, DeleteRecoveryInstanceCommandOutput } from "../commands/DeleteRecoveryInstanceCommand";
12
- import { DeleteReplicationConfigurationTemplateCommandInput, DeleteReplicationConfigurationTemplateCommandOutput } from "../commands/DeleteReplicationConfigurationTemplateCommand";
13
- import { DeleteSourceNetworkCommandInput, DeleteSourceNetworkCommandOutput } from "../commands/DeleteSourceNetworkCommand";
14
- import { DeleteSourceServerCommandInput, DeleteSourceServerCommandOutput } from "../commands/DeleteSourceServerCommand";
15
- import { DescribeJobLogItemsCommandInput, DescribeJobLogItemsCommandOutput } from "../commands/DescribeJobLogItemsCommand";
16
- import { DescribeJobsCommandInput, DescribeJobsCommandOutput } from "../commands/DescribeJobsCommand";
17
- import { DescribeLaunchConfigurationTemplatesCommandInput, DescribeLaunchConfigurationTemplatesCommandOutput } from "../commands/DescribeLaunchConfigurationTemplatesCommand";
18
- import { DescribeRecoveryInstancesCommandInput, DescribeRecoveryInstancesCommandOutput } from "../commands/DescribeRecoveryInstancesCommand";
19
- import { DescribeRecoverySnapshotsCommandInput, DescribeRecoverySnapshotsCommandOutput } from "../commands/DescribeRecoverySnapshotsCommand";
20
- import { DescribeReplicationConfigurationTemplatesCommandInput, DescribeReplicationConfigurationTemplatesCommandOutput } from "../commands/DescribeReplicationConfigurationTemplatesCommand";
21
- import { DescribeSourceNetworksCommandInput, DescribeSourceNetworksCommandOutput } from "../commands/DescribeSourceNetworksCommand";
22
- import { DescribeSourceServersCommandInput, DescribeSourceServersCommandOutput } from "../commands/DescribeSourceServersCommand";
23
- import { DisconnectRecoveryInstanceCommandInput, DisconnectRecoveryInstanceCommandOutput } from "../commands/DisconnectRecoveryInstanceCommand";
24
- import { DisconnectSourceServerCommandInput, DisconnectSourceServerCommandOutput } from "../commands/DisconnectSourceServerCommand";
25
- import { ExportSourceNetworkCfnTemplateCommandInput, ExportSourceNetworkCfnTemplateCommandOutput } from "../commands/ExportSourceNetworkCfnTemplateCommand";
26
- import { GetFailbackReplicationConfigurationCommandInput, GetFailbackReplicationConfigurationCommandOutput } from "../commands/GetFailbackReplicationConfigurationCommand";
27
- import { GetLaunchConfigurationCommandInput, GetLaunchConfigurationCommandOutput } from "../commands/GetLaunchConfigurationCommand";
28
- import { GetReplicationConfigurationCommandInput, GetReplicationConfigurationCommandOutput } from "../commands/GetReplicationConfigurationCommand";
29
- import { InitializeServiceCommandInput, InitializeServiceCommandOutput } from "../commands/InitializeServiceCommand";
30
- import { ListExtensibleSourceServersCommandInput, ListExtensibleSourceServersCommandOutput } from "../commands/ListExtensibleSourceServersCommand";
31
- import { ListLaunchActionsCommandInput, ListLaunchActionsCommandOutput } from "../commands/ListLaunchActionsCommand";
32
- import { ListStagingAccountsCommandInput, ListStagingAccountsCommandOutput } from "../commands/ListStagingAccountsCommand";
33
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
34
- import { PutLaunchActionCommandInput, PutLaunchActionCommandOutput } from "../commands/PutLaunchActionCommand";
35
- import { RetryDataReplicationCommandInput, RetryDataReplicationCommandOutput } from "../commands/RetryDataReplicationCommand";
36
- import { ReverseReplicationCommandInput, ReverseReplicationCommandOutput } from "../commands/ReverseReplicationCommand";
37
- import { StartFailbackLaunchCommandInput, StartFailbackLaunchCommandOutput } from "../commands/StartFailbackLaunchCommand";
38
- import { StartRecoveryCommandInput, StartRecoveryCommandOutput } from "../commands/StartRecoveryCommand";
39
- import { StartReplicationCommandInput, StartReplicationCommandOutput } from "../commands/StartReplicationCommand";
40
- import { StartSourceNetworkRecoveryCommandInput, StartSourceNetworkRecoveryCommandOutput } from "../commands/StartSourceNetworkRecoveryCommand";
41
- import { StartSourceNetworkReplicationCommandInput, StartSourceNetworkReplicationCommandOutput } from "../commands/StartSourceNetworkReplicationCommand";
42
- import { StopFailbackCommandInput, StopFailbackCommandOutput } from "../commands/StopFailbackCommand";
43
- import { StopReplicationCommandInput, StopReplicationCommandOutput } from "../commands/StopReplicationCommand";
44
- import { StopSourceNetworkReplicationCommandInput, StopSourceNetworkReplicationCommandOutput } from "../commands/StopSourceNetworkReplicationCommand";
45
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
46
- import { TerminateRecoveryInstancesCommandInput, TerminateRecoveryInstancesCommandOutput } from "../commands/TerminateRecoveryInstancesCommand";
47
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
48
- import { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackReplicationConfigurationCommandOutput } from "../commands/UpdateFailbackReplicationConfigurationCommand";
49
- import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "../commands/UpdateLaunchConfigurationCommand";
50
- import { UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput } from "../commands/UpdateLaunchConfigurationTemplateCommand";
51
- import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "../commands/UpdateReplicationConfigurationCommand";
52
- import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "../commands/UpdateReplicationConfigurationTemplateCommand";
53
- /**
54
- * serializeAws_restJson1AssociateSourceNetworkStackCommand
55
- */
56
- export declare const se_AssociateSourceNetworkStackCommand: (input: AssociateSourceNetworkStackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1CreateExtendedSourceServerCommand
59
- */
60
- export declare const se_CreateExtendedSourceServerCommand: (input: CreateExtendedSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1CreateLaunchConfigurationTemplateCommand
63
- */
64
- export declare const se_CreateLaunchConfigurationTemplateCommand: (input: CreateLaunchConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1CreateReplicationConfigurationTemplateCommand
67
- */
68
- export declare const se_CreateReplicationConfigurationTemplateCommand: (input: CreateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1CreateSourceNetworkCommand
71
- */
72
- export declare const se_CreateSourceNetworkCommand: (input: CreateSourceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DeleteJobCommand
75
- */
76
- export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DeleteLaunchActionCommand
79
- */
80
- export declare const se_DeleteLaunchActionCommand: (input: DeleteLaunchActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1DeleteLaunchConfigurationTemplateCommand
83
- */
84
- export declare const se_DeleteLaunchConfigurationTemplateCommand: (input: DeleteLaunchConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1DeleteRecoveryInstanceCommand
87
- */
88
- export declare const se_DeleteRecoveryInstanceCommand: (input: DeleteRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
91
- */
92
- export declare const se_DeleteReplicationConfigurationTemplateCommand: (input: DeleteReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1DeleteSourceNetworkCommand
95
- */
96
- export declare const se_DeleteSourceNetworkCommand: (input: DeleteSourceNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1DeleteSourceServerCommand
99
- */
100
- export declare const se_DeleteSourceServerCommand: (input: DeleteSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1DescribeJobLogItemsCommand
103
- */
104
- export declare const se_DescribeJobLogItemsCommand: (input: DescribeJobLogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1DescribeJobsCommand
107
- */
108
- export declare const se_DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1DescribeLaunchConfigurationTemplatesCommand
111
- */
112
- export declare const se_DescribeLaunchConfigurationTemplatesCommand: (input: DescribeLaunchConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1DescribeRecoveryInstancesCommand
115
- */
116
- export declare const se_DescribeRecoveryInstancesCommand: (input: DescribeRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1DescribeRecoverySnapshotsCommand
119
- */
120
- export declare const se_DescribeRecoverySnapshotsCommand: (input: DescribeRecoverySnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
123
- */
124
- export declare const se_DescribeReplicationConfigurationTemplatesCommand: (input: DescribeReplicationConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1DescribeSourceNetworksCommand
127
- */
128
- export declare const se_DescribeSourceNetworksCommand: (input: DescribeSourceNetworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1DescribeSourceServersCommand
131
- */
132
- export declare const se_DescribeSourceServersCommand: (input: DescribeSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1DisconnectRecoveryInstanceCommand
135
- */
136
- export declare const se_DisconnectRecoveryInstanceCommand: (input: DisconnectRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1DisconnectSourceServerCommand
139
- */
140
- export declare const se_DisconnectSourceServerCommand: (input: DisconnectSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1ExportSourceNetworkCfnTemplateCommand
143
- */
144
- export declare const se_ExportSourceNetworkCfnTemplateCommand: (input: ExportSourceNetworkCfnTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1GetFailbackReplicationConfigurationCommand
147
- */
148
- export declare const se_GetFailbackReplicationConfigurationCommand: (input: GetFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1GetLaunchConfigurationCommand
151
- */
152
- export declare const se_GetLaunchConfigurationCommand: (input: GetLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1GetReplicationConfigurationCommand
155
- */
156
- export declare const se_GetReplicationConfigurationCommand: (input: GetReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1InitializeServiceCommand
159
- */
160
- export declare const se_InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1ListExtensibleSourceServersCommand
163
- */
164
- export declare const se_ListExtensibleSourceServersCommand: (input: ListExtensibleSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1ListLaunchActionsCommand
167
- */
168
- export declare const se_ListLaunchActionsCommand: (input: ListLaunchActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1ListStagingAccountsCommand
171
- */
172
- export declare const se_ListStagingAccountsCommand: (input: ListStagingAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1ListTagsForResourceCommand
175
- */
176
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1PutLaunchActionCommand
179
- */
180
- export declare const se_PutLaunchActionCommand: (input: PutLaunchActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_restJson1RetryDataReplicationCommand
183
- */
184
- export declare const se_RetryDataReplicationCommand: (input: RetryDataReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_restJson1ReverseReplicationCommand
187
- */
188
- export declare const se_ReverseReplicationCommand: (input: ReverseReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_restJson1StartFailbackLaunchCommand
191
- */
192
- export declare const se_StartFailbackLaunchCommand: (input: StartFailbackLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_restJson1StartRecoveryCommand
195
- */
196
- export declare const se_StartRecoveryCommand: (input: StartRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_restJson1StartReplicationCommand
199
- */
200
- export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_restJson1StartSourceNetworkRecoveryCommand
203
- */
204
- export declare const se_StartSourceNetworkRecoveryCommand: (input: StartSourceNetworkRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_restJson1StartSourceNetworkReplicationCommand
207
- */
208
- export declare const se_StartSourceNetworkReplicationCommand: (input: StartSourceNetworkReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_restJson1StopFailbackCommand
211
- */
212
- export declare const se_StopFailbackCommand: (input: StopFailbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * serializeAws_restJson1StopReplicationCommand
215
- */
216
- export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- /**
218
- * serializeAws_restJson1StopSourceNetworkReplicationCommand
219
- */
220
- export declare const se_StopSourceNetworkReplicationCommand: (input: StopSourceNetworkReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- /**
222
- * serializeAws_restJson1TagResourceCommand
223
- */
224
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- /**
226
- * serializeAws_restJson1TerminateRecoveryInstancesCommand
227
- */
228
- export declare const se_TerminateRecoveryInstancesCommand: (input: TerminateRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- /**
230
- * serializeAws_restJson1UntagResourceCommand
231
- */
232
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- /**
234
- * serializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
235
- */
236
- export declare const se_UpdateFailbackReplicationConfigurationCommand: (input: UpdateFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- /**
238
- * serializeAws_restJson1UpdateLaunchConfigurationCommand
239
- */
240
- export declare const se_UpdateLaunchConfigurationCommand: (input: UpdateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- /**
242
- * serializeAws_restJson1UpdateLaunchConfigurationTemplateCommand
243
- */
244
- export declare const se_UpdateLaunchConfigurationTemplateCommand: (input: UpdateLaunchConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- /**
246
- * serializeAws_restJson1UpdateReplicationConfigurationCommand
247
- */
248
- export declare const se_UpdateReplicationConfigurationCommand: (input: UpdateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- /**
250
- * serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
251
- */
252
- export declare const se_UpdateReplicationConfigurationTemplateCommand: (input: UpdateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- /**
254
- * deserializeAws_restJson1AssociateSourceNetworkStackCommand
255
- */
256
- export declare const de_AssociateSourceNetworkStackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSourceNetworkStackCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1CreateExtendedSourceServerCommand
259
- */
260
- export declare const de_CreateExtendedSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtendedSourceServerCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1CreateLaunchConfigurationTemplateCommand
263
- */
264
- export declare const de_CreateLaunchConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLaunchConfigurationTemplateCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand
267
- */
268
- export declare const de_CreateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1CreateSourceNetworkCommand
271
- */
272
- export declare const de_CreateSourceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceNetworkCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1DeleteJobCommand
275
- */
276
- export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1DeleteLaunchActionCommand
279
- */
280
- export declare const de_DeleteLaunchActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchActionCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1DeleteLaunchConfigurationTemplateCommand
283
- */
284
- export declare const de_DeleteLaunchConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLaunchConfigurationTemplateCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1DeleteRecoveryInstanceCommand
287
- */
288
- export declare const de_DeleteRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryInstanceCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
291
- */
292
- export declare const de_DeleteReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1DeleteSourceNetworkCommand
295
- */
296
- export declare const de_DeleteSourceNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceNetworkCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1DeleteSourceServerCommand
299
- */
300
- export declare const de_DeleteSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceServerCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1DescribeJobLogItemsCommand
303
- */
304
- export declare const de_DescribeJobLogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobLogItemsCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1DescribeJobsCommand
307
- */
308
- export declare const de_DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
309
- /**
310
- * deserializeAws_restJson1DescribeLaunchConfigurationTemplatesCommand
311
- */
312
- export declare const de_DescribeLaunchConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLaunchConfigurationTemplatesCommandOutput>;
313
- /**
314
- * deserializeAws_restJson1DescribeRecoveryInstancesCommand
315
- */
316
- export declare const de_DescribeRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoveryInstancesCommandOutput>;
317
- /**
318
- * deserializeAws_restJson1DescribeRecoverySnapshotsCommand
319
- */
320
- export declare const de_DescribeRecoverySnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoverySnapshotsCommandOutput>;
321
- /**
322
- * deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
323
- */
324
- export declare const de_DescribeReplicationConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1DescribeSourceNetworksCommand
327
- */
328
- export declare const de_DescribeSourceNetworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceNetworksCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1DescribeSourceServersCommand
331
- */
332
- export declare const de_DescribeSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceServersCommandOutput>;
333
- /**
334
- * deserializeAws_restJson1DisconnectRecoveryInstanceCommand
335
- */
336
- export declare const de_DisconnectRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectRecoveryInstanceCommandOutput>;
337
- /**
338
- * deserializeAws_restJson1DisconnectSourceServerCommand
339
- */
340
- export declare const de_DisconnectSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectSourceServerCommandOutput>;
341
- /**
342
- * deserializeAws_restJson1ExportSourceNetworkCfnTemplateCommand
343
- */
344
- export declare const de_ExportSourceNetworkCfnTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportSourceNetworkCfnTemplateCommandOutput>;
345
- /**
346
- * deserializeAws_restJson1GetFailbackReplicationConfigurationCommand
347
- */
348
- export declare const de_GetFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
349
- /**
350
- * deserializeAws_restJson1GetLaunchConfigurationCommand
351
- */
352
- export declare const de_GetLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchConfigurationCommandOutput>;
353
- /**
354
- * deserializeAws_restJson1GetReplicationConfigurationCommand
355
- */
356
- export declare const de_GetReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationConfigurationCommandOutput>;
357
- /**
358
- * deserializeAws_restJson1InitializeServiceCommand
359
- */
360
- export declare const de_InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
361
- /**
362
- * deserializeAws_restJson1ListExtensibleSourceServersCommand
363
- */
364
- export declare const de_ListExtensibleSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensibleSourceServersCommandOutput>;
365
- /**
366
- * deserializeAws_restJson1ListLaunchActionsCommand
367
- */
368
- export declare const de_ListLaunchActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLaunchActionsCommandOutput>;
369
- /**
370
- * deserializeAws_restJson1ListStagingAccountsCommand
371
- */
372
- export declare const de_ListStagingAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStagingAccountsCommandOutput>;
373
- /**
374
- * deserializeAws_restJson1ListTagsForResourceCommand
375
- */
376
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
377
- /**
378
- * deserializeAws_restJson1PutLaunchActionCommand
379
- */
380
- export declare const de_PutLaunchActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLaunchActionCommandOutput>;
381
- /**
382
- * deserializeAws_restJson1RetryDataReplicationCommand
383
- */
384
- export declare const de_RetryDataReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryDataReplicationCommandOutput>;
385
- /**
386
- * deserializeAws_restJson1ReverseReplicationCommand
387
- */
388
- export declare const de_ReverseReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReverseReplicationCommandOutput>;
389
- /**
390
- * deserializeAws_restJson1StartFailbackLaunchCommand
391
- */
392
- export declare const de_StartFailbackLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFailbackLaunchCommandOutput>;
393
- /**
394
- * deserializeAws_restJson1StartRecoveryCommand
395
- */
396
- export declare const de_StartRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecoveryCommandOutput>;
397
- /**
398
- * deserializeAws_restJson1StartReplicationCommand
399
- */
400
- export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
401
- /**
402
- * deserializeAws_restJson1StartSourceNetworkRecoveryCommand
403
- */
404
- export declare const de_StartSourceNetworkRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSourceNetworkRecoveryCommandOutput>;
405
- /**
406
- * deserializeAws_restJson1StartSourceNetworkReplicationCommand
407
- */
408
- export declare const de_StartSourceNetworkReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSourceNetworkReplicationCommandOutput>;
409
- /**
410
- * deserializeAws_restJson1StopFailbackCommand
411
- */
412
- export declare const de_StopFailbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFailbackCommandOutput>;
413
- /**
414
- * deserializeAws_restJson1StopReplicationCommand
415
- */
416
- export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
417
- /**
418
- * deserializeAws_restJson1StopSourceNetworkReplicationCommand
419
- */
420
- export declare const de_StopSourceNetworkReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopSourceNetworkReplicationCommandOutput>;
421
- /**
422
- * deserializeAws_restJson1TagResourceCommand
423
- */
424
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
425
- /**
426
- * deserializeAws_restJson1TerminateRecoveryInstancesCommand
427
- */
428
- export declare const de_TerminateRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateRecoveryInstancesCommandOutput>;
429
- /**
430
- * deserializeAws_restJson1UntagResourceCommand
431
- */
432
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
433
- /**
434
- * deserializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
435
- */
436
- export declare const de_UpdateFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
437
- /**
438
- * deserializeAws_restJson1UpdateLaunchConfigurationCommand
439
- */
440
- export declare const de_UpdateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLaunchConfigurationCommandOutput>;
441
- /**
442
- * deserializeAws_restJson1UpdateLaunchConfigurationTemplateCommand
443
- */
444
- export declare const de_UpdateLaunchConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLaunchConfigurationTemplateCommandOutput>;
445
- /**
446
- * deserializeAws_restJson1UpdateReplicationConfigurationCommand
447
- */
448
- export declare const de_UpdateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationCommandOutput>;
449
- /**
450
- * deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
451
- */
452
- export declare const de_UpdateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;