@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,165 +1,584 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateExtendedSourceServerCommandInput,
|
|
4
|
+
CreateExtendedSourceServerCommandOutput,
|
|
5
|
+
} from "./commands/CreateExtendedSourceServerCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
8
|
+
CreateReplicationConfigurationTemplateCommandOutput,
|
|
9
|
+
} from "./commands/CreateReplicationConfigurationTemplateCommand";
|
|
10
|
+
import {
|
|
11
|
+
DeleteJobCommandInput,
|
|
12
|
+
DeleteJobCommandOutput,
|
|
13
|
+
} from "./commands/DeleteJobCommand";
|
|
14
|
+
import {
|
|
15
|
+
DeleteRecoveryInstanceCommandInput,
|
|
16
|
+
DeleteRecoveryInstanceCommandOutput,
|
|
17
|
+
} from "./commands/DeleteRecoveryInstanceCommand";
|
|
18
|
+
import {
|
|
19
|
+
DeleteReplicationConfigurationTemplateCommandInput,
|
|
20
|
+
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
21
|
+
} from "./commands/DeleteReplicationConfigurationTemplateCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteSourceServerCommandInput,
|
|
24
|
+
DeleteSourceServerCommandOutput,
|
|
25
|
+
} from "./commands/DeleteSourceServerCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeJobLogItemsCommandInput,
|
|
28
|
+
DescribeJobLogItemsCommandOutput,
|
|
29
|
+
} from "./commands/DescribeJobLogItemsCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeJobsCommandInput,
|
|
32
|
+
DescribeJobsCommandOutput,
|
|
33
|
+
} from "./commands/DescribeJobsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeRecoveryInstancesCommandInput,
|
|
36
|
+
DescribeRecoveryInstancesCommandOutput,
|
|
37
|
+
} from "./commands/DescribeRecoveryInstancesCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeRecoverySnapshotsCommandInput,
|
|
40
|
+
DescribeRecoverySnapshotsCommandOutput,
|
|
41
|
+
} from "./commands/DescribeRecoverySnapshotsCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
44
|
+
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
45
|
+
} from "./commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeSourceServersCommandInput,
|
|
48
|
+
DescribeSourceServersCommandOutput,
|
|
49
|
+
} from "./commands/DescribeSourceServersCommand";
|
|
50
|
+
import {
|
|
51
|
+
DisconnectRecoveryInstanceCommandInput,
|
|
52
|
+
DisconnectRecoveryInstanceCommandOutput,
|
|
53
|
+
} from "./commands/DisconnectRecoveryInstanceCommand";
|
|
54
|
+
import {
|
|
55
|
+
DisconnectSourceServerCommandInput,
|
|
56
|
+
DisconnectSourceServerCommandOutput,
|
|
57
|
+
} from "./commands/DisconnectSourceServerCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetFailbackReplicationConfigurationCommandInput,
|
|
60
|
+
GetFailbackReplicationConfigurationCommandOutput,
|
|
61
|
+
} from "./commands/GetFailbackReplicationConfigurationCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetLaunchConfigurationCommandInput,
|
|
64
|
+
GetLaunchConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/GetLaunchConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetReplicationConfigurationCommandInput,
|
|
68
|
+
GetReplicationConfigurationCommandOutput,
|
|
69
|
+
} from "./commands/GetReplicationConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
InitializeServiceCommandInput,
|
|
72
|
+
InitializeServiceCommandOutput,
|
|
73
|
+
} from "./commands/InitializeServiceCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListExtensibleSourceServersCommandInput,
|
|
76
|
+
ListExtensibleSourceServersCommandOutput,
|
|
77
|
+
} from "./commands/ListExtensibleSourceServersCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListStagingAccountsCommandInput,
|
|
80
|
+
ListStagingAccountsCommandOutput,
|
|
81
|
+
} from "./commands/ListStagingAccountsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListTagsForResourceCommandInput,
|
|
84
|
+
ListTagsForResourceCommandOutput,
|
|
85
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
86
|
+
import {
|
|
87
|
+
RetryDataReplicationCommandInput,
|
|
88
|
+
RetryDataReplicationCommandOutput,
|
|
89
|
+
} from "./commands/RetryDataReplicationCommand";
|
|
90
|
+
import {
|
|
91
|
+
StartFailbackLaunchCommandInput,
|
|
92
|
+
StartFailbackLaunchCommandOutput,
|
|
93
|
+
} from "./commands/StartFailbackLaunchCommand";
|
|
94
|
+
import {
|
|
95
|
+
StartRecoveryCommandInput,
|
|
96
|
+
StartRecoveryCommandOutput,
|
|
97
|
+
} from "./commands/StartRecoveryCommand";
|
|
98
|
+
import {
|
|
99
|
+
StopFailbackCommandInput,
|
|
100
|
+
StopFailbackCommandOutput,
|
|
101
|
+
} from "./commands/StopFailbackCommand";
|
|
102
|
+
import {
|
|
103
|
+
TagResourceCommandInput,
|
|
104
|
+
TagResourceCommandOutput,
|
|
105
|
+
} from "./commands/TagResourceCommand";
|
|
106
|
+
import {
|
|
107
|
+
TerminateRecoveryInstancesCommandInput,
|
|
108
|
+
TerminateRecoveryInstancesCommandOutput,
|
|
109
|
+
} from "./commands/TerminateRecoveryInstancesCommand";
|
|
110
|
+
import {
|
|
111
|
+
UntagResourceCommandInput,
|
|
112
|
+
UntagResourceCommandOutput,
|
|
113
|
+
} from "./commands/UntagResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
UpdateFailbackReplicationConfigurationCommandInput,
|
|
116
|
+
UpdateFailbackReplicationConfigurationCommandOutput,
|
|
117
|
+
} from "./commands/UpdateFailbackReplicationConfigurationCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateLaunchConfigurationCommandInput,
|
|
120
|
+
UpdateLaunchConfigurationCommandOutput,
|
|
121
|
+
} from "./commands/UpdateLaunchConfigurationCommand";
|
|
122
|
+
import {
|
|
123
|
+
UpdateReplicationConfigurationCommandInput,
|
|
124
|
+
UpdateReplicationConfigurationCommandOutput,
|
|
125
|
+
} from "./commands/UpdateReplicationConfigurationCommand";
|
|
126
|
+
import {
|
|
127
|
+
UpdateReplicationConfigurationTemplateCommandInput,
|
|
128
|
+
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
129
|
+
} from "./commands/UpdateReplicationConfigurationTemplateCommand";
|
|
130
|
+
import { DrsClient } from "./DrsClient";
|
|
131
|
+
export declare class Drs extends DrsClient {
|
|
132
|
+
createExtendedSourceServer(
|
|
133
|
+
args: CreateExtendedSourceServerCommandInput,
|
|
134
|
+
options?: __HttpHandlerOptions
|
|
135
|
+
): Promise<CreateExtendedSourceServerCommandOutput>;
|
|
136
|
+
createExtendedSourceServer(
|
|
137
|
+
args: CreateExtendedSourceServerCommandInput,
|
|
138
|
+
cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void
|
|
139
|
+
): void;
|
|
140
|
+
createExtendedSourceServer(
|
|
141
|
+
args: CreateExtendedSourceServerCommandInput,
|
|
142
|
+
options: __HttpHandlerOptions,
|
|
143
|
+
cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void
|
|
144
|
+
): void;
|
|
145
|
+
createReplicationConfigurationTemplate(
|
|
146
|
+
args: CreateReplicationConfigurationTemplateCommandInput,
|
|
147
|
+
options?: __HttpHandlerOptions
|
|
148
|
+
): Promise<CreateReplicationConfigurationTemplateCommandOutput>;
|
|
149
|
+
createReplicationConfigurationTemplate(
|
|
150
|
+
args: CreateReplicationConfigurationTemplateCommandInput,
|
|
151
|
+
cb: (
|
|
152
|
+
err: any,
|
|
153
|
+
data?: CreateReplicationConfigurationTemplateCommandOutput
|
|
154
|
+
) => void
|
|
155
|
+
): void;
|
|
156
|
+
createReplicationConfigurationTemplate(
|
|
157
|
+
args: CreateReplicationConfigurationTemplateCommandInput,
|
|
158
|
+
options: __HttpHandlerOptions,
|
|
159
|
+
cb: (
|
|
160
|
+
err: any,
|
|
161
|
+
data?: CreateReplicationConfigurationTemplateCommandOutput
|
|
162
|
+
) => void
|
|
163
|
+
): void;
|
|
164
|
+
deleteJob(
|
|
165
|
+
args: DeleteJobCommandInput,
|
|
166
|
+
options?: __HttpHandlerOptions
|
|
167
|
+
): Promise<DeleteJobCommandOutput>;
|
|
168
|
+
deleteJob(
|
|
169
|
+
args: DeleteJobCommandInput,
|
|
170
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
171
|
+
): void;
|
|
172
|
+
deleteJob(
|
|
173
|
+
args: DeleteJobCommandInput,
|
|
174
|
+
options: __HttpHandlerOptions,
|
|
175
|
+
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
176
|
+
): void;
|
|
177
|
+
deleteRecoveryInstance(
|
|
178
|
+
args: DeleteRecoveryInstanceCommandInput,
|
|
179
|
+
options?: __HttpHandlerOptions
|
|
180
|
+
): Promise<DeleteRecoveryInstanceCommandOutput>;
|
|
181
|
+
deleteRecoveryInstance(
|
|
182
|
+
args: DeleteRecoveryInstanceCommandInput,
|
|
183
|
+
cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void
|
|
184
|
+
): void;
|
|
185
|
+
deleteRecoveryInstance(
|
|
186
|
+
args: DeleteRecoveryInstanceCommandInput,
|
|
187
|
+
options: __HttpHandlerOptions,
|
|
188
|
+
cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void
|
|
189
|
+
): void;
|
|
190
|
+
deleteReplicationConfigurationTemplate(
|
|
191
|
+
args: DeleteReplicationConfigurationTemplateCommandInput,
|
|
192
|
+
options?: __HttpHandlerOptions
|
|
193
|
+
): Promise<DeleteReplicationConfigurationTemplateCommandOutput>;
|
|
194
|
+
deleteReplicationConfigurationTemplate(
|
|
195
|
+
args: DeleteReplicationConfigurationTemplateCommandInput,
|
|
196
|
+
cb: (
|
|
197
|
+
err: any,
|
|
198
|
+
data?: DeleteReplicationConfigurationTemplateCommandOutput
|
|
199
|
+
) => void
|
|
200
|
+
): void;
|
|
201
|
+
deleteReplicationConfigurationTemplate(
|
|
202
|
+
args: DeleteReplicationConfigurationTemplateCommandInput,
|
|
203
|
+
options: __HttpHandlerOptions,
|
|
204
|
+
cb: (
|
|
205
|
+
err: any,
|
|
206
|
+
data?: DeleteReplicationConfigurationTemplateCommandOutput
|
|
207
|
+
) => void
|
|
208
|
+
): void;
|
|
209
|
+
deleteSourceServer(
|
|
210
|
+
args: DeleteSourceServerCommandInput,
|
|
211
|
+
options?: __HttpHandlerOptions
|
|
212
|
+
): Promise<DeleteSourceServerCommandOutput>;
|
|
213
|
+
deleteSourceServer(
|
|
214
|
+
args: DeleteSourceServerCommandInput,
|
|
215
|
+
cb: (err: any, data?: DeleteSourceServerCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
deleteSourceServer(
|
|
218
|
+
args: DeleteSourceServerCommandInput,
|
|
219
|
+
options: __HttpHandlerOptions,
|
|
220
|
+
cb: (err: any, data?: DeleteSourceServerCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
describeJobLogItems(
|
|
223
|
+
args: DescribeJobLogItemsCommandInput,
|
|
224
|
+
options?: __HttpHandlerOptions
|
|
225
|
+
): Promise<DescribeJobLogItemsCommandOutput>;
|
|
226
|
+
describeJobLogItems(
|
|
227
|
+
args: DescribeJobLogItemsCommandInput,
|
|
228
|
+
cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void
|
|
229
|
+
): void;
|
|
230
|
+
describeJobLogItems(
|
|
231
|
+
args: DescribeJobLogItemsCommandInput,
|
|
232
|
+
options: __HttpHandlerOptions,
|
|
233
|
+
cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void
|
|
234
|
+
): void;
|
|
235
|
+
describeJobs(
|
|
236
|
+
args: DescribeJobsCommandInput,
|
|
237
|
+
options?: __HttpHandlerOptions
|
|
238
|
+
): Promise<DescribeJobsCommandOutput>;
|
|
239
|
+
describeJobs(
|
|
240
|
+
args: DescribeJobsCommandInput,
|
|
241
|
+
cb: (err: any, data?: DescribeJobsCommandOutput) => void
|
|
242
|
+
): void;
|
|
243
|
+
describeJobs(
|
|
244
|
+
args: DescribeJobsCommandInput,
|
|
245
|
+
options: __HttpHandlerOptions,
|
|
246
|
+
cb: (err: any, data?: DescribeJobsCommandOutput) => void
|
|
247
|
+
): void;
|
|
248
|
+
describeRecoveryInstances(
|
|
249
|
+
args: DescribeRecoveryInstancesCommandInput,
|
|
250
|
+
options?: __HttpHandlerOptions
|
|
251
|
+
): Promise<DescribeRecoveryInstancesCommandOutput>;
|
|
252
|
+
describeRecoveryInstances(
|
|
253
|
+
args: DescribeRecoveryInstancesCommandInput,
|
|
254
|
+
cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void
|
|
255
|
+
): void;
|
|
256
|
+
describeRecoveryInstances(
|
|
257
|
+
args: DescribeRecoveryInstancesCommandInput,
|
|
258
|
+
options: __HttpHandlerOptions,
|
|
259
|
+
cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void
|
|
260
|
+
): void;
|
|
261
|
+
describeRecoverySnapshots(
|
|
262
|
+
args: DescribeRecoverySnapshotsCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<DescribeRecoverySnapshotsCommandOutput>;
|
|
265
|
+
describeRecoverySnapshots(
|
|
266
|
+
args: DescribeRecoverySnapshotsCommandInput,
|
|
267
|
+
cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
describeRecoverySnapshots(
|
|
270
|
+
args: DescribeRecoverySnapshotsCommandInput,
|
|
271
|
+
options: __HttpHandlerOptions,
|
|
272
|
+
cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void
|
|
273
|
+
): void;
|
|
274
|
+
describeReplicationConfigurationTemplates(
|
|
275
|
+
args: DescribeReplicationConfigurationTemplatesCommandInput,
|
|
276
|
+
options?: __HttpHandlerOptions
|
|
277
|
+
): Promise<DescribeReplicationConfigurationTemplatesCommandOutput>;
|
|
278
|
+
describeReplicationConfigurationTemplates(
|
|
279
|
+
args: DescribeReplicationConfigurationTemplatesCommandInput,
|
|
280
|
+
cb: (
|
|
281
|
+
err: any,
|
|
282
|
+
data?: DescribeReplicationConfigurationTemplatesCommandOutput
|
|
283
|
+
) => void
|
|
284
|
+
): void;
|
|
285
|
+
describeReplicationConfigurationTemplates(
|
|
286
|
+
args: DescribeReplicationConfigurationTemplatesCommandInput,
|
|
287
|
+
options: __HttpHandlerOptions,
|
|
288
|
+
cb: (
|
|
289
|
+
err: any,
|
|
290
|
+
data?: DescribeReplicationConfigurationTemplatesCommandOutput
|
|
291
|
+
) => void
|
|
292
|
+
): void;
|
|
293
|
+
describeSourceServers(
|
|
294
|
+
args: DescribeSourceServersCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<DescribeSourceServersCommandOutput>;
|
|
297
|
+
describeSourceServers(
|
|
298
|
+
args: DescribeSourceServersCommandInput,
|
|
299
|
+
cb: (err: any, data?: DescribeSourceServersCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
describeSourceServers(
|
|
302
|
+
args: DescribeSourceServersCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: DescribeSourceServersCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
disconnectRecoveryInstance(
|
|
307
|
+
args: DisconnectRecoveryInstanceCommandInput,
|
|
308
|
+
options?: __HttpHandlerOptions
|
|
309
|
+
): Promise<DisconnectRecoveryInstanceCommandOutput>;
|
|
310
|
+
disconnectRecoveryInstance(
|
|
311
|
+
args: DisconnectRecoveryInstanceCommandInput,
|
|
312
|
+
cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void
|
|
313
|
+
): void;
|
|
314
|
+
disconnectRecoveryInstance(
|
|
315
|
+
args: DisconnectRecoveryInstanceCommandInput,
|
|
316
|
+
options: __HttpHandlerOptions,
|
|
317
|
+
cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void
|
|
318
|
+
): void;
|
|
319
|
+
disconnectSourceServer(
|
|
320
|
+
args: DisconnectSourceServerCommandInput,
|
|
321
|
+
options?: __HttpHandlerOptions
|
|
322
|
+
): Promise<DisconnectSourceServerCommandOutput>;
|
|
323
|
+
disconnectSourceServer(
|
|
324
|
+
args: DisconnectSourceServerCommandInput,
|
|
325
|
+
cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
|
|
326
|
+
): void;
|
|
327
|
+
disconnectSourceServer(
|
|
328
|
+
args: DisconnectSourceServerCommandInput,
|
|
329
|
+
options: __HttpHandlerOptions,
|
|
330
|
+
cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
|
|
331
|
+
): void;
|
|
332
|
+
getFailbackReplicationConfiguration(
|
|
333
|
+
args: GetFailbackReplicationConfigurationCommandInput,
|
|
334
|
+
options?: __HttpHandlerOptions
|
|
335
|
+
): Promise<GetFailbackReplicationConfigurationCommandOutput>;
|
|
336
|
+
getFailbackReplicationConfiguration(
|
|
337
|
+
args: GetFailbackReplicationConfigurationCommandInput,
|
|
338
|
+
cb: (
|
|
339
|
+
err: any,
|
|
340
|
+
data?: GetFailbackReplicationConfigurationCommandOutput
|
|
341
|
+
) => void
|
|
342
|
+
): void;
|
|
343
|
+
getFailbackReplicationConfiguration(
|
|
344
|
+
args: GetFailbackReplicationConfigurationCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (
|
|
347
|
+
err: any,
|
|
348
|
+
data?: GetFailbackReplicationConfigurationCommandOutput
|
|
349
|
+
) => void
|
|
350
|
+
): void;
|
|
351
|
+
getLaunchConfiguration(
|
|
352
|
+
args: GetLaunchConfigurationCommandInput,
|
|
353
|
+
options?: __HttpHandlerOptions
|
|
354
|
+
): Promise<GetLaunchConfigurationCommandOutput>;
|
|
355
|
+
getLaunchConfiguration(
|
|
356
|
+
args: GetLaunchConfigurationCommandInput,
|
|
357
|
+
cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void
|
|
358
|
+
): void;
|
|
359
|
+
getLaunchConfiguration(
|
|
360
|
+
args: GetLaunchConfigurationCommandInput,
|
|
361
|
+
options: __HttpHandlerOptions,
|
|
362
|
+
cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void
|
|
363
|
+
): void;
|
|
364
|
+
getReplicationConfiguration(
|
|
365
|
+
args: GetReplicationConfigurationCommandInput,
|
|
366
|
+
options?: __HttpHandlerOptions
|
|
367
|
+
): Promise<GetReplicationConfigurationCommandOutput>;
|
|
368
|
+
getReplicationConfiguration(
|
|
369
|
+
args: GetReplicationConfigurationCommandInput,
|
|
370
|
+
cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
getReplicationConfiguration(
|
|
373
|
+
args: GetReplicationConfigurationCommandInput,
|
|
374
|
+
options: __HttpHandlerOptions,
|
|
375
|
+
cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
initializeService(
|
|
378
|
+
args: InitializeServiceCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<InitializeServiceCommandOutput>;
|
|
381
|
+
initializeService(
|
|
382
|
+
args: InitializeServiceCommandInput,
|
|
383
|
+
cb: (err: any, data?: InitializeServiceCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
initializeService(
|
|
386
|
+
args: InitializeServiceCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: InitializeServiceCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
listExtensibleSourceServers(
|
|
391
|
+
args: ListExtensibleSourceServersCommandInput,
|
|
392
|
+
options?: __HttpHandlerOptions
|
|
393
|
+
): Promise<ListExtensibleSourceServersCommandOutput>;
|
|
394
|
+
listExtensibleSourceServers(
|
|
395
|
+
args: ListExtensibleSourceServersCommandInput,
|
|
396
|
+
cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
listExtensibleSourceServers(
|
|
399
|
+
args: ListExtensibleSourceServersCommandInput,
|
|
400
|
+
options: __HttpHandlerOptions,
|
|
401
|
+
cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void
|
|
402
|
+
): void;
|
|
403
|
+
listStagingAccounts(
|
|
404
|
+
args: ListStagingAccountsCommandInput,
|
|
405
|
+
options?: __HttpHandlerOptions
|
|
406
|
+
): Promise<ListStagingAccountsCommandOutput>;
|
|
407
|
+
listStagingAccounts(
|
|
408
|
+
args: ListStagingAccountsCommandInput,
|
|
409
|
+
cb: (err: any, data?: ListStagingAccountsCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
listStagingAccounts(
|
|
412
|
+
args: ListStagingAccountsCommandInput,
|
|
413
|
+
options: __HttpHandlerOptions,
|
|
414
|
+
cb: (err: any, data?: ListStagingAccountsCommandOutput) => void
|
|
415
|
+
): void;
|
|
416
|
+
listTagsForResource(
|
|
417
|
+
args: ListTagsForResourceCommandInput,
|
|
418
|
+
options?: __HttpHandlerOptions
|
|
419
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
420
|
+
listTagsForResource(
|
|
421
|
+
args: ListTagsForResourceCommandInput,
|
|
422
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
listTagsForResource(
|
|
425
|
+
args: ListTagsForResourceCommandInput,
|
|
426
|
+
options: __HttpHandlerOptions,
|
|
427
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
428
|
+
): void;
|
|
429
|
+
retryDataReplication(
|
|
430
|
+
args: RetryDataReplicationCommandInput,
|
|
431
|
+
options?: __HttpHandlerOptions
|
|
432
|
+
): Promise<RetryDataReplicationCommandOutput>;
|
|
433
|
+
retryDataReplication(
|
|
434
|
+
args: RetryDataReplicationCommandInput,
|
|
435
|
+
cb: (err: any, data?: RetryDataReplicationCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
retryDataReplication(
|
|
438
|
+
args: RetryDataReplicationCommandInput,
|
|
439
|
+
options: __HttpHandlerOptions,
|
|
440
|
+
cb: (err: any, data?: RetryDataReplicationCommandOutput) => void
|
|
441
|
+
): void;
|
|
442
|
+
startFailbackLaunch(
|
|
443
|
+
args: StartFailbackLaunchCommandInput,
|
|
444
|
+
options?: __HttpHandlerOptions
|
|
445
|
+
): Promise<StartFailbackLaunchCommandOutput>;
|
|
446
|
+
startFailbackLaunch(
|
|
447
|
+
args: StartFailbackLaunchCommandInput,
|
|
448
|
+
cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
startFailbackLaunch(
|
|
451
|
+
args: StartFailbackLaunchCommandInput,
|
|
452
|
+
options: __HttpHandlerOptions,
|
|
453
|
+
cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
startRecovery(
|
|
456
|
+
args: StartRecoveryCommandInput,
|
|
457
|
+
options?: __HttpHandlerOptions
|
|
458
|
+
): Promise<StartRecoveryCommandOutput>;
|
|
459
|
+
startRecovery(
|
|
460
|
+
args: StartRecoveryCommandInput,
|
|
461
|
+
cb: (err: any, data?: StartRecoveryCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
startRecovery(
|
|
464
|
+
args: StartRecoveryCommandInput,
|
|
465
|
+
options: __HttpHandlerOptions,
|
|
466
|
+
cb: (err: any, data?: StartRecoveryCommandOutput) => void
|
|
467
|
+
): void;
|
|
468
|
+
stopFailback(
|
|
469
|
+
args: StopFailbackCommandInput,
|
|
470
|
+
options?: __HttpHandlerOptions
|
|
471
|
+
): Promise<StopFailbackCommandOutput>;
|
|
472
|
+
stopFailback(
|
|
473
|
+
args: StopFailbackCommandInput,
|
|
474
|
+
cb: (err: any, data?: StopFailbackCommandOutput) => void
|
|
475
|
+
): void;
|
|
476
|
+
stopFailback(
|
|
477
|
+
args: StopFailbackCommandInput,
|
|
478
|
+
options: __HttpHandlerOptions,
|
|
479
|
+
cb: (err: any, data?: StopFailbackCommandOutput) => void
|
|
480
|
+
): void;
|
|
481
|
+
tagResource(
|
|
482
|
+
args: TagResourceCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<TagResourceCommandOutput>;
|
|
485
|
+
tagResource(
|
|
486
|
+
args: TagResourceCommandInput,
|
|
487
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
tagResource(
|
|
490
|
+
args: TagResourceCommandInput,
|
|
491
|
+
options: __HttpHandlerOptions,
|
|
492
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
terminateRecoveryInstances(
|
|
495
|
+
args: TerminateRecoveryInstancesCommandInput,
|
|
496
|
+
options?: __HttpHandlerOptions
|
|
497
|
+
): Promise<TerminateRecoveryInstancesCommandOutput>;
|
|
498
|
+
terminateRecoveryInstances(
|
|
499
|
+
args: TerminateRecoveryInstancesCommandInput,
|
|
500
|
+
cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
terminateRecoveryInstances(
|
|
503
|
+
args: TerminateRecoveryInstancesCommandInput,
|
|
504
|
+
options: __HttpHandlerOptions,
|
|
505
|
+
cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void
|
|
506
|
+
): void;
|
|
507
|
+
untagResource(
|
|
508
|
+
args: UntagResourceCommandInput,
|
|
509
|
+
options?: __HttpHandlerOptions
|
|
510
|
+
): Promise<UntagResourceCommandOutput>;
|
|
511
|
+
untagResource(
|
|
512
|
+
args: UntagResourceCommandInput,
|
|
513
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
untagResource(
|
|
516
|
+
args: UntagResourceCommandInput,
|
|
517
|
+
options: __HttpHandlerOptions,
|
|
518
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
519
|
+
): void;
|
|
520
|
+
updateFailbackReplicationConfiguration(
|
|
521
|
+
args: UpdateFailbackReplicationConfigurationCommandInput,
|
|
522
|
+
options?: __HttpHandlerOptions
|
|
523
|
+
): Promise<UpdateFailbackReplicationConfigurationCommandOutput>;
|
|
524
|
+
updateFailbackReplicationConfiguration(
|
|
525
|
+
args: UpdateFailbackReplicationConfigurationCommandInput,
|
|
526
|
+
cb: (
|
|
527
|
+
err: any,
|
|
528
|
+
data?: UpdateFailbackReplicationConfigurationCommandOutput
|
|
529
|
+
) => void
|
|
530
|
+
): void;
|
|
531
|
+
updateFailbackReplicationConfiguration(
|
|
532
|
+
args: UpdateFailbackReplicationConfigurationCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (
|
|
535
|
+
err: any,
|
|
536
|
+
data?: UpdateFailbackReplicationConfigurationCommandOutput
|
|
537
|
+
) => void
|
|
538
|
+
): void;
|
|
539
|
+
updateLaunchConfiguration(
|
|
540
|
+
args: UpdateLaunchConfigurationCommandInput,
|
|
541
|
+
options?: __HttpHandlerOptions
|
|
542
|
+
): Promise<UpdateLaunchConfigurationCommandOutput>;
|
|
543
|
+
updateLaunchConfiguration(
|
|
544
|
+
args: UpdateLaunchConfigurationCommandInput,
|
|
545
|
+
cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void
|
|
546
|
+
): void;
|
|
547
|
+
updateLaunchConfiguration(
|
|
548
|
+
args: UpdateLaunchConfigurationCommandInput,
|
|
549
|
+
options: __HttpHandlerOptions,
|
|
550
|
+
cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void
|
|
551
|
+
): void;
|
|
552
|
+
updateReplicationConfiguration(
|
|
553
|
+
args: UpdateReplicationConfigurationCommandInput,
|
|
554
|
+
options?: __HttpHandlerOptions
|
|
555
|
+
): Promise<UpdateReplicationConfigurationCommandOutput>;
|
|
556
|
+
updateReplicationConfiguration(
|
|
557
|
+
args: UpdateReplicationConfigurationCommandInput,
|
|
558
|
+
cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void
|
|
559
|
+
): void;
|
|
560
|
+
updateReplicationConfiguration(
|
|
561
|
+
args: UpdateReplicationConfigurationCommandInput,
|
|
562
|
+
options: __HttpHandlerOptions,
|
|
563
|
+
cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void
|
|
564
|
+
): void;
|
|
565
|
+
updateReplicationConfigurationTemplate(
|
|
566
|
+
args: UpdateReplicationConfigurationTemplateCommandInput,
|
|
567
|
+
options?: __HttpHandlerOptions
|
|
568
|
+
): Promise<UpdateReplicationConfigurationTemplateCommandOutput>;
|
|
569
|
+
updateReplicationConfigurationTemplate(
|
|
570
|
+
args: UpdateReplicationConfigurationTemplateCommandInput,
|
|
571
|
+
cb: (
|
|
572
|
+
err: any,
|
|
573
|
+
data?: UpdateReplicationConfigurationTemplateCommandOutput
|
|
574
|
+
) => void
|
|
575
|
+
): void;
|
|
576
|
+
updateReplicationConfigurationTemplate(
|
|
577
|
+
args: UpdateReplicationConfigurationTemplateCommandInput,
|
|
578
|
+
options: __HttpHandlerOptions,
|
|
579
|
+
cb: (
|
|
580
|
+
err: any,
|
|
581
|
+
data?: UpdateReplicationConfigurationTemplateCommandOutput
|
|
582
|
+
) => void
|
|
583
|
+
): void;
|
|
584
|
+
}
|