@aws-sdk/client-drs 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Drs.d.ts +584 -165
- package/dist-types/ts3.4/DrsClient.d.ts +295 -105
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +32 -32
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DrsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1094 -1397
- package/dist-types/ts3.4/pagination/DescribeJobLogItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRecoveryInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRecoverySnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReplicationConfigurationTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSourceServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListExtensibleSourceServersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStagingAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,98 +1,389 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateExtendedSourceServerCommandInput,
|
|
8
|
+
CreateExtendedSourceServerCommandOutput,
|
|
9
|
+
} from "../commands/CreateExtendedSourceServerCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
12
|
+
CreateReplicationConfigurationTemplateCommandOutput,
|
|
13
|
+
} from "../commands/CreateReplicationConfigurationTemplateCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteJobCommandInput,
|
|
16
|
+
DeleteJobCommandOutput,
|
|
17
|
+
} from "../commands/DeleteJobCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteRecoveryInstanceCommandInput,
|
|
20
|
+
DeleteRecoveryInstanceCommandOutput,
|
|
21
|
+
} from "../commands/DeleteRecoveryInstanceCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteReplicationConfigurationTemplateCommandInput,
|
|
24
|
+
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
25
|
+
} from "../commands/DeleteReplicationConfigurationTemplateCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteSourceServerCommandInput,
|
|
28
|
+
DeleteSourceServerCommandOutput,
|
|
29
|
+
} from "../commands/DeleteSourceServerCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeJobLogItemsCommandInput,
|
|
32
|
+
DescribeJobLogItemsCommandOutput,
|
|
33
|
+
} from "../commands/DescribeJobLogItemsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeJobsCommandInput,
|
|
36
|
+
DescribeJobsCommandOutput,
|
|
37
|
+
} from "../commands/DescribeJobsCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeRecoveryInstancesCommandInput,
|
|
40
|
+
DescribeRecoveryInstancesCommandOutput,
|
|
41
|
+
} from "../commands/DescribeRecoveryInstancesCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeRecoverySnapshotsCommandInput,
|
|
44
|
+
DescribeRecoverySnapshotsCommandOutput,
|
|
45
|
+
} from "../commands/DescribeRecoverySnapshotsCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
48
|
+
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
49
|
+
} from "../commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeSourceServersCommandInput,
|
|
52
|
+
DescribeSourceServersCommandOutput,
|
|
53
|
+
} from "../commands/DescribeSourceServersCommand";
|
|
54
|
+
import {
|
|
55
|
+
DisconnectRecoveryInstanceCommandInput,
|
|
56
|
+
DisconnectRecoveryInstanceCommandOutput,
|
|
57
|
+
} from "../commands/DisconnectRecoveryInstanceCommand";
|
|
58
|
+
import {
|
|
59
|
+
DisconnectSourceServerCommandInput,
|
|
60
|
+
DisconnectSourceServerCommandOutput,
|
|
61
|
+
} from "../commands/DisconnectSourceServerCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetFailbackReplicationConfigurationCommandInput,
|
|
64
|
+
GetFailbackReplicationConfigurationCommandOutput,
|
|
65
|
+
} from "../commands/GetFailbackReplicationConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetLaunchConfigurationCommandInput,
|
|
68
|
+
GetLaunchConfigurationCommandOutput,
|
|
69
|
+
} from "../commands/GetLaunchConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetReplicationConfigurationCommandInput,
|
|
72
|
+
GetReplicationConfigurationCommandOutput,
|
|
73
|
+
} from "../commands/GetReplicationConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
InitializeServiceCommandInput,
|
|
76
|
+
InitializeServiceCommandOutput,
|
|
77
|
+
} from "../commands/InitializeServiceCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListExtensibleSourceServersCommandInput,
|
|
80
|
+
ListExtensibleSourceServersCommandOutput,
|
|
81
|
+
} from "../commands/ListExtensibleSourceServersCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListStagingAccountsCommandInput,
|
|
84
|
+
ListStagingAccountsCommandOutput,
|
|
85
|
+
} from "../commands/ListStagingAccountsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListTagsForResourceCommandInput,
|
|
88
|
+
ListTagsForResourceCommandOutput,
|
|
89
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
RetryDataReplicationCommandInput,
|
|
92
|
+
RetryDataReplicationCommandOutput,
|
|
93
|
+
} from "../commands/RetryDataReplicationCommand";
|
|
94
|
+
import {
|
|
95
|
+
StartFailbackLaunchCommandInput,
|
|
96
|
+
StartFailbackLaunchCommandOutput,
|
|
97
|
+
} from "../commands/StartFailbackLaunchCommand";
|
|
98
|
+
import {
|
|
99
|
+
StartRecoveryCommandInput,
|
|
100
|
+
StartRecoveryCommandOutput,
|
|
101
|
+
} from "../commands/StartRecoveryCommand";
|
|
102
|
+
import {
|
|
103
|
+
StopFailbackCommandInput,
|
|
104
|
+
StopFailbackCommandOutput,
|
|
105
|
+
} from "../commands/StopFailbackCommand";
|
|
106
|
+
import {
|
|
107
|
+
TagResourceCommandInput,
|
|
108
|
+
TagResourceCommandOutput,
|
|
109
|
+
} from "../commands/TagResourceCommand";
|
|
110
|
+
import {
|
|
111
|
+
TerminateRecoveryInstancesCommandInput,
|
|
112
|
+
TerminateRecoveryInstancesCommandOutput,
|
|
113
|
+
} from "../commands/TerminateRecoveryInstancesCommand";
|
|
114
|
+
import {
|
|
115
|
+
UntagResourceCommandInput,
|
|
116
|
+
UntagResourceCommandOutput,
|
|
117
|
+
} from "../commands/UntagResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateFailbackReplicationConfigurationCommandInput,
|
|
120
|
+
UpdateFailbackReplicationConfigurationCommandOutput,
|
|
121
|
+
} from "../commands/UpdateFailbackReplicationConfigurationCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateLaunchConfigurationCommandInput,
|
|
124
|
+
UpdateLaunchConfigurationCommandOutput,
|
|
125
|
+
} from "../commands/UpdateLaunchConfigurationCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateReplicationConfigurationCommandInput,
|
|
128
|
+
UpdateReplicationConfigurationCommandOutput,
|
|
129
|
+
} from "../commands/UpdateReplicationConfigurationCommand";
|
|
130
|
+
import {
|
|
131
|
+
UpdateReplicationConfigurationTemplateCommandInput,
|
|
132
|
+
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
133
|
+
} from "../commands/UpdateReplicationConfigurationTemplateCommand";
|
|
134
|
+
export declare const serializeAws_restJson1CreateExtendedSourceServerCommand: (
|
|
135
|
+
input: CreateExtendedSourceServerCommandInput,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<__HttpRequest>;
|
|
138
|
+
export declare const serializeAws_restJson1CreateReplicationConfigurationTemplateCommand: (
|
|
139
|
+
input: CreateReplicationConfigurationTemplateCommandInput,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<__HttpRequest>;
|
|
142
|
+
export declare const serializeAws_restJson1DeleteJobCommand: (
|
|
143
|
+
input: DeleteJobCommandInput,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<__HttpRequest>;
|
|
146
|
+
export declare const serializeAws_restJson1DeleteRecoveryInstanceCommand: (
|
|
147
|
+
input: DeleteRecoveryInstanceCommandInput,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const serializeAws_restJson1DeleteReplicationConfigurationTemplateCommand: (
|
|
151
|
+
input: DeleteReplicationConfigurationTemplateCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const serializeAws_restJson1DeleteSourceServerCommand: (
|
|
155
|
+
input: DeleteSourceServerCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
158
|
+
export declare const serializeAws_restJson1DescribeJobLogItemsCommand: (
|
|
159
|
+
input: DescribeJobLogItemsCommandInput,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<__HttpRequest>;
|
|
162
|
+
export declare const serializeAws_restJson1DescribeJobsCommand: (
|
|
163
|
+
input: DescribeJobsCommandInput,
|
|
164
|
+
context: __SerdeContext
|
|
165
|
+
) => Promise<__HttpRequest>;
|
|
166
|
+
export declare const serializeAws_restJson1DescribeRecoveryInstancesCommand: (
|
|
167
|
+
input: DescribeRecoveryInstancesCommandInput,
|
|
168
|
+
context: __SerdeContext
|
|
169
|
+
) => Promise<__HttpRequest>;
|
|
170
|
+
export declare const serializeAws_restJson1DescribeRecoverySnapshotsCommand: (
|
|
171
|
+
input: DescribeRecoverySnapshotsCommandInput,
|
|
172
|
+
context: __SerdeContext
|
|
173
|
+
) => Promise<__HttpRequest>;
|
|
174
|
+
export declare const serializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand: (
|
|
175
|
+
input: DescribeReplicationConfigurationTemplatesCommandInput,
|
|
176
|
+
context: __SerdeContext
|
|
177
|
+
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const serializeAws_restJson1DescribeSourceServersCommand: (
|
|
179
|
+
input: DescribeSourceServersCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1DisconnectRecoveryInstanceCommand: (
|
|
183
|
+
input: DisconnectRecoveryInstanceCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1DisconnectSourceServerCommand: (
|
|
187
|
+
input: DisconnectSourceServerCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1GetFailbackReplicationConfigurationCommand: (
|
|
191
|
+
input: GetFailbackReplicationConfigurationCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1GetLaunchConfigurationCommand: (
|
|
195
|
+
input: GetLaunchConfigurationCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1GetReplicationConfigurationCommand: (
|
|
199
|
+
input: GetReplicationConfigurationCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1InitializeServiceCommand: (
|
|
203
|
+
input: InitializeServiceCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1ListExtensibleSourceServersCommand: (
|
|
207
|
+
input: ListExtensibleSourceServersCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1ListStagingAccountsCommand: (
|
|
211
|
+
input: ListStagingAccountsCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
215
|
+
input: ListTagsForResourceCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1RetryDataReplicationCommand: (
|
|
219
|
+
input: RetryDataReplicationCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1StartFailbackLaunchCommand: (
|
|
223
|
+
input: StartFailbackLaunchCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1StartRecoveryCommand: (
|
|
227
|
+
input: StartRecoveryCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1StopFailbackCommand: (
|
|
231
|
+
input: StopFailbackCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
235
|
+
input: TagResourceCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1TerminateRecoveryInstancesCommand: (
|
|
239
|
+
input: TerminateRecoveryInstancesCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
243
|
+
input: UntagResourceCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1UpdateFailbackReplicationConfigurationCommand: (
|
|
247
|
+
input: UpdateFailbackReplicationConfigurationCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1UpdateLaunchConfigurationCommand: (
|
|
251
|
+
input: UpdateLaunchConfigurationCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1UpdateReplicationConfigurationCommand: (
|
|
255
|
+
input: UpdateReplicationConfigurationCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1UpdateReplicationConfigurationTemplateCommand: (
|
|
259
|
+
input: UpdateReplicationConfigurationTemplateCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const deserializeAws_restJson1CreateExtendedSourceServerCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<CreateExtendedSourceServerCommandOutput>;
|
|
266
|
+
export declare const deserializeAws_restJson1CreateReplicationConfigurationTemplateCommand: (
|
|
267
|
+
output: __HttpResponse,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<CreateReplicationConfigurationTemplateCommandOutput>;
|
|
270
|
+
export declare const deserializeAws_restJson1DeleteJobCommand: (
|
|
271
|
+
output: __HttpResponse,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<DeleteJobCommandOutput>;
|
|
274
|
+
export declare const deserializeAws_restJson1DeleteRecoveryInstanceCommand: (
|
|
275
|
+
output: __HttpResponse,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<DeleteRecoveryInstanceCommandOutput>;
|
|
278
|
+
export declare const deserializeAws_restJson1DeleteReplicationConfigurationTemplateCommand: (
|
|
279
|
+
output: __HttpResponse,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
|
|
282
|
+
export declare const deserializeAws_restJson1DeleteSourceServerCommand: (
|
|
283
|
+
output: __HttpResponse,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<DeleteSourceServerCommandOutput>;
|
|
286
|
+
export declare const deserializeAws_restJson1DescribeJobLogItemsCommand: (
|
|
287
|
+
output: __HttpResponse,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<DescribeJobLogItemsCommandOutput>;
|
|
290
|
+
export declare const deserializeAws_restJson1DescribeJobsCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<DescribeJobsCommandOutput>;
|
|
294
|
+
export declare const deserializeAws_restJson1DescribeRecoveryInstancesCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<DescribeRecoveryInstancesCommandOutput>;
|
|
298
|
+
export declare const deserializeAws_restJson1DescribeRecoverySnapshotsCommand: (
|
|
299
|
+
output: __HttpResponse,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<DescribeRecoverySnapshotsCommandOutput>;
|
|
302
|
+
export declare const deserializeAws_restJson1DescribeReplicationConfigurationTemplatesCommand: (
|
|
303
|
+
output: __HttpResponse,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
306
|
+
export declare const deserializeAws_restJson1DescribeSourceServersCommand: (
|
|
307
|
+
output: __HttpResponse,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<DescribeSourceServersCommandOutput>;
|
|
310
|
+
export declare const deserializeAws_restJson1DisconnectRecoveryInstanceCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<DisconnectRecoveryInstanceCommandOutput>;
|
|
314
|
+
export declare const deserializeAws_restJson1DisconnectSourceServerCommand: (
|
|
315
|
+
output: __HttpResponse,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<DisconnectSourceServerCommandOutput>;
|
|
318
|
+
export declare const deserializeAws_restJson1GetFailbackReplicationConfigurationCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<GetFailbackReplicationConfigurationCommandOutput>;
|
|
322
|
+
export declare const deserializeAws_restJson1GetLaunchConfigurationCommand: (
|
|
323
|
+
output: __HttpResponse,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<GetLaunchConfigurationCommandOutput>;
|
|
326
|
+
export declare const deserializeAws_restJson1GetReplicationConfigurationCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<GetReplicationConfigurationCommandOutput>;
|
|
330
|
+
export declare const deserializeAws_restJson1InitializeServiceCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<InitializeServiceCommandOutput>;
|
|
334
|
+
export declare const deserializeAws_restJson1ListExtensibleSourceServersCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<ListExtensibleSourceServersCommandOutput>;
|
|
338
|
+
export declare const deserializeAws_restJson1ListStagingAccountsCommand: (
|
|
339
|
+
output: __HttpResponse,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<ListStagingAccountsCommandOutput>;
|
|
342
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
346
|
+
export declare const deserializeAws_restJson1RetryDataReplicationCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<RetryDataReplicationCommandOutput>;
|
|
350
|
+
export declare const deserializeAws_restJson1StartFailbackLaunchCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<StartFailbackLaunchCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_restJson1StartRecoveryCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<StartRecoveryCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_restJson1StopFailbackCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<StopFailbackCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<TagResourceCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_restJson1TerminateRecoveryInstancesCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<TerminateRecoveryInstancesCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_restJson1UpdateFailbackReplicationConfigurationCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_restJson1UpdateLaunchConfigurationCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<UpdateLaunchConfigurationCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_restJson1UpdateReplicationConfigurationCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<UpdateReplicationConfigurationCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_restJson1UpdateReplicationConfigurationTemplateCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
|
|
@@ -1,38 +1,65 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { DrsClientConfig } from "./DrsClient";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { DrsClientConfig } from "./DrsClient";
|
|
3
|
+
export declare const getRuntimeConfig: (config: DrsClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
6
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
7
|
+
>;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
11
|
+
credentialDefaultProvider: (
|
|
12
|
+
input: any
|
|
13
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
14
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
15
|
+
import("@aws-sdk/types").UserAgent
|
|
16
|
+
>;
|
|
17
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
18
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
19
|
+
requestHandler:
|
|
20
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
21
|
+
any,
|
|
22
|
+
any,
|
|
23
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
24
|
+
> &
|
|
25
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
26
|
+
| RequestHandler;
|
|
27
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
28
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
29
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
30
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
31
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
33
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
34
|
+
apiVersion: string;
|
|
35
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
36
|
+
disableHostPrefix: boolean;
|
|
37
|
+
logger: import("@aws-sdk/types").Logger;
|
|
38
|
+
serviceId: string;
|
|
39
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
40
|
+
endpoint?:
|
|
41
|
+
| string
|
|
42
|
+
| import("@aws-sdk/types").Endpoint
|
|
43
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
44
|
+
| undefined;
|
|
45
|
+
tls?: boolean | undefined;
|
|
46
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
47
|
+
credentials?:
|
|
48
|
+
| import("@aws-sdk/types").Credentials
|
|
49
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
50
|
+
| undefined;
|
|
51
|
+
signer?:
|
|
52
|
+
| import("@aws-sdk/types").RequestSigner
|
|
53
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
54
|
+
| undefined;
|
|
55
|
+
signingEscapePath?: boolean | undefined;
|
|
56
|
+
systemClockOffset?: number | undefined;
|
|
57
|
+
signingRegion?: string | undefined;
|
|
58
|
+
signerConstructor?:
|
|
59
|
+
| (new (
|
|
60
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
61
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
62
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
63
|
+
| undefined;
|
|
64
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
65
|
+
};
|