@aws-sdk/client-drs 3.306.0 → 3.309.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/commands/CreateExtendedSourceServerCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobCommand.js +2 -2
- package/dist-cjs/commands/DeleteRecoveryInstanceCommand.js +2 -2
- package/dist-cjs/commands/DeleteReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteSourceServerCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobLogItemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeJobsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecoveryInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecoverySnapshotsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationTemplatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSourceServersCommand.js +2 -2
- package/dist-cjs/commands/DisconnectRecoveryInstanceCommand.js +2 -2
- package/dist-cjs/commands/DisconnectSourceServerCommand.js +2 -2
- package/dist-cjs/commands/GetFailbackReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetLaunchConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/InitializeServiceCommand.js +2 -2
- package/dist-cjs/commands/ListExtensibleSourceServersCommand.js +2 -2
- package/dist-cjs/commands/ListStagingAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RetryDataReplicationCommand.js +2 -2
- package/dist-cjs/commands/ReverseReplicationCommand.js +2 -2
- package/dist-cjs/commands/StartFailbackLaunchCommand.js +2 -2
- package/dist-cjs/commands/StartRecoveryCommand.js +2 -2
- package/dist-cjs/commands/StartReplicationCommand.js +2 -2
- package/dist-cjs/commands/StopFailbackCommand.js +2 -2
- package/dist-cjs/commands/StopReplicationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/TerminateRecoveryInstancesCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateFailbackReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateLaunchConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateReplicationConfigurationTemplateCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +627 -669
- package/dist-es/commands/CreateExtendedSourceServerCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteJobCommand.js +3 -3
- package/dist-es/commands/DeleteRecoveryInstanceCommand.js +3 -3
- package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteSourceServerCommand.js +3 -3
- package/dist-es/commands/DescribeJobLogItemsCommand.js +3 -3
- package/dist-es/commands/DescribeJobsCommand.js +3 -3
- package/dist-es/commands/DescribeRecoveryInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +3 -3
- package/dist-es/commands/DescribeSourceServersCommand.js +3 -3
- package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +3 -3
- package/dist-es/commands/DisconnectSourceServerCommand.js +3 -3
- package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetLaunchConfigurationCommand.js +3 -3
- package/dist-es/commands/GetReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/InitializeServiceCommand.js +3 -3
- package/dist-es/commands/ListExtensibleSourceServersCommand.js +3 -3
- package/dist-es/commands/ListStagingAccountsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RetryDataReplicationCommand.js +3 -3
- package/dist-es/commands/ReverseReplicationCommand.js +3 -3
- package/dist-es/commands/StartFailbackLaunchCommand.js +3 -3
- package/dist-es/commands/StartRecoveryCommand.js +3 -3
- package/dist-es/commands/StartReplicationCommand.js +3 -3
- package/dist-es/commands/StopFailbackCommand.js +3 -3
- package/dist-es/commands/StopReplicationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/TerminateRecoveryInstancesCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateLaunchConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +555 -597
- package/dist-types/protocols/Aws_restJson1.d.ts +280 -70
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +70 -70
- package/package.json +6 -6
|
@@ -35,73 +35,283 @@ import { UpdateFailbackReplicationConfigurationCommandInput, UpdateFailbackRepli
|
|
|
35
35
|
import { UpdateLaunchConfigurationCommandInput, UpdateLaunchConfigurationCommandOutput } from "../commands/UpdateLaunchConfigurationCommand";
|
|
36
36
|
import { UpdateReplicationConfigurationCommandInput, UpdateReplicationConfigurationCommandOutput } from "../commands/UpdateReplicationConfigurationCommand";
|
|
37
37
|
import { UpdateReplicationConfigurationTemplateCommandInput, UpdateReplicationConfigurationTemplateCommandOutput } from "../commands/UpdateReplicationConfigurationTemplateCommand";
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1CreateExtendedSourceServerCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateExtendedSourceServerCommand: (input: CreateExtendedSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1CreateReplicationConfigurationTemplateCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_CreateReplicationConfigurationTemplateCommand: (input: CreateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1DeleteJobCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1DeleteRecoveryInstanceCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_DeleteRecoveryInstanceCommand: (input: DeleteRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_DeleteReplicationConfigurationTemplateCommand: (input: DeleteReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1DeleteSourceServerCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_DeleteSourceServerCommand: (input: DeleteSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1DescribeJobLogItemsCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_DescribeJobLogItemsCommand: (input: DescribeJobLogItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1DescribeJobsCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_DescribeJobsCommand: (input: DescribeJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1DescribeRecoveryInstancesCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_DescribeRecoveryInstancesCommand: (input: DescribeRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1DescribeRecoverySnapshotsCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_DescribeRecoverySnapshotsCommand: (input: DescribeRecoverySnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DescribeReplicationConfigurationTemplatesCommand: (input: DescribeReplicationConfigurationTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1DescribeSourceServersCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_DescribeSourceServersCommand: (input: DescribeSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1DisconnectRecoveryInstanceCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_DisconnectRecoveryInstanceCommand: (input: DisconnectRecoveryInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1DisconnectSourceServerCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_DisconnectSourceServerCommand: (input: DisconnectSourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1GetFailbackReplicationConfigurationCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_GetFailbackReplicationConfigurationCommand: (input: GetFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1GetLaunchConfigurationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_GetLaunchConfigurationCommand: (input: GetLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1GetReplicationConfigurationCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_GetReplicationConfigurationCommand: (input: GetReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1InitializeServiceCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_InitializeServiceCommand: (input: InitializeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1ListExtensibleSourceServersCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_ListExtensibleSourceServersCommand: (input: ListExtensibleSourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1ListStagingAccountsCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_ListStagingAccountsCommand: (input: ListStagingAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_restJson1RetryDataReplicationCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_RetryDataReplicationCommand: (input: RetryDataReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1ReverseReplicationCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_ReverseReplicationCommand: (input: ReverseReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1StartFailbackLaunchCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_StartFailbackLaunchCommand: (input: StartFailbackLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1StartRecoveryCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_StartRecoveryCommand: (input: StartRecoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1StartReplicationCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_StartReplicationCommand: (input: StartReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_restJson1StopFailbackCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_StopFailbackCommand: (input: StopFailbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_restJson1StopReplicationCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_StopReplicationCommand: (input: StopReplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_restJson1TagResourceCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_restJson1TerminateRecoveryInstancesCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_TerminateRecoveryInstancesCommand: (input: TerminateRecoveryInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_UpdateFailbackReplicationConfigurationCommand: (input: UpdateFailbackReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_restJson1UpdateLaunchConfigurationCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_UpdateLaunchConfigurationCommand: (input: UpdateLaunchConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_restJson1UpdateReplicationConfigurationCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_UpdateReplicationConfigurationCommand: (input: UpdateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_UpdateReplicationConfigurationTemplateCommand: (input: UpdateReplicationConfigurationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_restJson1CreateExtendedSourceServerCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_CreateExtendedSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExtendedSourceServerCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_CreateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_restJson1DeleteJobCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_restJson1DeleteRecoveryInstanceCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_DeleteRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRecoveryInstanceCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_DeleteReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_restJson1DeleteSourceServerCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_DeleteSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceServerCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_restJson1DescribeJobLogItemsCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_DescribeJobLogItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobLogItemsCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_restJson1DescribeJobsCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_DescribeJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeJobsCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_restJson1DescribeRecoveryInstancesCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_DescribeRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoveryInstancesCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* deserializeAws_restJson1DescribeRecoverySnapshotsCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const de_DescribeRecoverySnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRecoverySnapshotsCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_DescribeReplicationConfigurationTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_restJson1DescribeSourceServersCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_DescribeSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceServersCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_restJson1DisconnectRecoveryInstanceCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_DisconnectRecoveryInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectRecoveryInstanceCommandOutput>;
|
|
230
|
+
/**
|
|
231
|
+
* deserializeAws_restJson1DisconnectSourceServerCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const de_DisconnectSourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisconnectSourceServerCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_restJson1GetFailbackReplicationConfigurationCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_GetFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_restJson1GetLaunchConfigurationCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_GetLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchConfigurationCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_restJson1GetReplicationConfigurationCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_GetReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationConfigurationCommandOutput>;
|
|
246
|
+
/**
|
|
247
|
+
* deserializeAws_restJson1InitializeServiceCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const de_InitializeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitializeServiceCommandOutput>;
|
|
250
|
+
/**
|
|
251
|
+
* deserializeAws_restJson1ListExtensibleSourceServersCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const de_ListExtensibleSourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExtensibleSourceServersCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_restJson1ListStagingAccountsCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_ListStagingAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStagingAccountsCommandOutput>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_restJson1RetryDataReplicationCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_RetryDataReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryDataReplicationCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_restJson1ReverseReplicationCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_ReverseReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReverseReplicationCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_restJson1StartFailbackLaunchCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_StartFailbackLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFailbackLaunchCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_restJson1StartRecoveryCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_StartRecoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRecoveryCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_restJson1StartReplicationCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_StartReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_restJson1StopFailbackCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_StopFailbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFailbackCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_restJson1StopReplicationCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_StopReplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_restJson1TerminateRecoveryInstancesCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_TerminateRecoveryInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateRecoveryInstancesCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_restJson1UpdateFailbackReplicationConfigurationCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_UpdateFailbackReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_restJson1UpdateLaunchConfigurationCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_UpdateLaunchConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLaunchConfigurationCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_restJson1UpdateReplicationConfigurationCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_UpdateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_UpdateReplicationConfigurationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
|