@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,105 +1,295 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateExtendedSourceServerCommandInput,
|
|
47
|
+
CreateExtendedSourceServerCommandOutput,
|
|
48
|
+
} from "./commands/CreateExtendedSourceServerCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
51
|
+
CreateReplicationConfigurationTemplateCommandOutput,
|
|
52
|
+
} from "./commands/CreateReplicationConfigurationTemplateCommand";
|
|
53
|
+
import {
|
|
54
|
+
DeleteJobCommandInput,
|
|
55
|
+
DeleteJobCommandOutput,
|
|
56
|
+
} from "./commands/DeleteJobCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteRecoveryInstanceCommandInput,
|
|
59
|
+
DeleteRecoveryInstanceCommandOutput,
|
|
60
|
+
} from "./commands/DeleteRecoveryInstanceCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteReplicationConfigurationTemplateCommandInput,
|
|
63
|
+
DeleteReplicationConfigurationTemplateCommandOutput,
|
|
64
|
+
} from "./commands/DeleteReplicationConfigurationTemplateCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteSourceServerCommandInput,
|
|
67
|
+
DeleteSourceServerCommandOutput,
|
|
68
|
+
} from "./commands/DeleteSourceServerCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeJobLogItemsCommandInput,
|
|
71
|
+
DescribeJobLogItemsCommandOutput,
|
|
72
|
+
} from "./commands/DescribeJobLogItemsCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeJobsCommandInput,
|
|
75
|
+
DescribeJobsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeJobsCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeRecoveryInstancesCommandInput,
|
|
79
|
+
DescribeRecoveryInstancesCommandOutput,
|
|
80
|
+
} from "./commands/DescribeRecoveryInstancesCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeRecoverySnapshotsCommandInput,
|
|
83
|
+
DescribeRecoverySnapshotsCommandOutput,
|
|
84
|
+
} from "./commands/DescribeRecoverySnapshotsCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeReplicationConfigurationTemplatesCommandInput,
|
|
87
|
+
DescribeReplicationConfigurationTemplatesCommandOutput,
|
|
88
|
+
} from "./commands/DescribeReplicationConfigurationTemplatesCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeSourceServersCommandInput,
|
|
91
|
+
DescribeSourceServersCommandOutput,
|
|
92
|
+
} from "./commands/DescribeSourceServersCommand";
|
|
93
|
+
import {
|
|
94
|
+
DisconnectRecoveryInstanceCommandInput,
|
|
95
|
+
DisconnectRecoveryInstanceCommandOutput,
|
|
96
|
+
} from "./commands/DisconnectRecoveryInstanceCommand";
|
|
97
|
+
import {
|
|
98
|
+
DisconnectSourceServerCommandInput,
|
|
99
|
+
DisconnectSourceServerCommandOutput,
|
|
100
|
+
} from "./commands/DisconnectSourceServerCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetFailbackReplicationConfigurationCommandInput,
|
|
103
|
+
GetFailbackReplicationConfigurationCommandOutput,
|
|
104
|
+
} from "./commands/GetFailbackReplicationConfigurationCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetLaunchConfigurationCommandInput,
|
|
107
|
+
GetLaunchConfigurationCommandOutput,
|
|
108
|
+
} from "./commands/GetLaunchConfigurationCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetReplicationConfigurationCommandInput,
|
|
111
|
+
GetReplicationConfigurationCommandOutput,
|
|
112
|
+
} from "./commands/GetReplicationConfigurationCommand";
|
|
113
|
+
import {
|
|
114
|
+
InitializeServiceCommandInput,
|
|
115
|
+
InitializeServiceCommandOutput,
|
|
116
|
+
} from "./commands/InitializeServiceCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListExtensibleSourceServersCommandInput,
|
|
119
|
+
ListExtensibleSourceServersCommandOutput,
|
|
120
|
+
} from "./commands/ListExtensibleSourceServersCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListStagingAccountsCommandInput,
|
|
123
|
+
ListStagingAccountsCommandOutput,
|
|
124
|
+
} from "./commands/ListStagingAccountsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListTagsForResourceCommandInput,
|
|
127
|
+
ListTagsForResourceCommandOutput,
|
|
128
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
129
|
+
import {
|
|
130
|
+
RetryDataReplicationCommandInput,
|
|
131
|
+
RetryDataReplicationCommandOutput,
|
|
132
|
+
} from "./commands/RetryDataReplicationCommand";
|
|
133
|
+
import {
|
|
134
|
+
StartFailbackLaunchCommandInput,
|
|
135
|
+
StartFailbackLaunchCommandOutput,
|
|
136
|
+
} from "./commands/StartFailbackLaunchCommand";
|
|
137
|
+
import {
|
|
138
|
+
StartRecoveryCommandInput,
|
|
139
|
+
StartRecoveryCommandOutput,
|
|
140
|
+
} from "./commands/StartRecoveryCommand";
|
|
141
|
+
import {
|
|
142
|
+
StopFailbackCommandInput,
|
|
143
|
+
StopFailbackCommandOutput,
|
|
144
|
+
} from "./commands/StopFailbackCommand";
|
|
145
|
+
import {
|
|
146
|
+
TagResourceCommandInput,
|
|
147
|
+
TagResourceCommandOutput,
|
|
148
|
+
} from "./commands/TagResourceCommand";
|
|
149
|
+
import {
|
|
150
|
+
TerminateRecoveryInstancesCommandInput,
|
|
151
|
+
TerminateRecoveryInstancesCommandOutput,
|
|
152
|
+
} from "./commands/TerminateRecoveryInstancesCommand";
|
|
153
|
+
import {
|
|
154
|
+
UntagResourceCommandInput,
|
|
155
|
+
UntagResourceCommandOutput,
|
|
156
|
+
} from "./commands/UntagResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateFailbackReplicationConfigurationCommandInput,
|
|
159
|
+
UpdateFailbackReplicationConfigurationCommandOutput,
|
|
160
|
+
} from "./commands/UpdateFailbackReplicationConfigurationCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateLaunchConfigurationCommandInput,
|
|
163
|
+
UpdateLaunchConfigurationCommandOutput,
|
|
164
|
+
} from "./commands/UpdateLaunchConfigurationCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateReplicationConfigurationCommandInput,
|
|
167
|
+
UpdateReplicationConfigurationCommandOutput,
|
|
168
|
+
} from "./commands/UpdateReplicationConfigurationCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateReplicationConfigurationTemplateCommandInput,
|
|
171
|
+
UpdateReplicationConfigurationTemplateCommandOutput,
|
|
172
|
+
} from "./commands/UpdateReplicationConfigurationTemplateCommand";
|
|
173
|
+
export declare type ServiceInputTypes =
|
|
174
|
+
| CreateExtendedSourceServerCommandInput
|
|
175
|
+
| CreateReplicationConfigurationTemplateCommandInput
|
|
176
|
+
| DeleteJobCommandInput
|
|
177
|
+
| DeleteRecoveryInstanceCommandInput
|
|
178
|
+
| DeleteReplicationConfigurationTemplateCommandInput
|
|
179
|
+
| DeleteSourceServerCommandInput
|
|
180
|
+
| DescribeJobLogItemsCommandInput
|
|
181
|
+
| DescribeJobsCommandInput
|
|
182
|
+
| DescribeRecoveryInstancesCommandInput
|
|
183
|
+
| DescribeRecoverySnapshotsCommandInput
|
|
184
|
+
| DescribeReplicationConfigurationTemplatesCommandInput
|
|
185
|
+
| DescribeSourceServersCommandInput
|
|
186
|
+
| DisconnectRecoveryInstanceCommandInput
|
|
187
|
+
| DisconnectSourceServerCommandInput
|
|
188
|
+
| GetFailbackReplicationConfigurationCommandInput
|
|
189
|
+
| GetLaunchConfigurationCommandInput
|
|
190
|
+
| GetReplicationConfigurationCommandInput
|
|
191
|
+
| InitializeServiceCommandInput
|
|
192
|
+
| ListExtensibleSourceServersCommandInput
|
|
193
|
+
| ListStagingAccountsCommandInput
|
|
194
|
+
| ListTagsForResourceCommandInput
|
|
195
|
+
| RetryDataReplicationCommandInput
|
|
196
|
+
| StartFailbackLaunchCommandInput
|
|
197
|
+
| StartRecoveryCommandInput
|
|
198
|
+
| StopFailbackCommandInput
|
|
199
|
+
| TagResourceCommandInput
|
|
200
|
+
| TerminateRecoveryInstancesCommandInput
|
|
201
|
+
| UntagResourceCommandInput
|
|
202
|
+
| UpdateFailbackReplicationConfigurationCommandInput
|
|
203
|
+
| UpdateLaunchConfigurationCommandInput
|
|
204
|
+
| UpdateReplicationConfigurationCommandInput
|
|
205
|
+
| UpdateReplicationConfigurationTemplateCommandInput;
|
|
206
|
+
export declare type ServiceOutputTypes =
|
|
207
|
+
| CreateExtendedSourceServerCommandOutput
|
|
208
|
+
| CreateReplicationConfigurationTemplateCommandOutput
|
|
209
|
+
| DeleteJobCommandOutput
|
|
210
|
+
| DeleteRecoveryInstanceCommandOutput
|
|
211
|
+
| DeleteReplicationConfigurationTemplateCommandOutput
|
|
212
|
+
| DeleteSourceServerCommandOutput
|
|
213
|
+
| DescribeJobLogItemsCommandOutput
|
|
214
|
+
| DescribeJobsCommandOutput
|
|
215
|
+
| DescribeRecoveryInstancesCommandOutput
|
|
216
|
+
| DescribeRecoverySnapshotsCommandOutput
|
|
217
|
+
| DescribeReplicationConfigurationTemplatesCommandOutput
|
|
218
|
+
| DescribeSourceServersCommandOutput
|
|
219
|
+
| DisconnectRecoveryInstanceCommandOutput
|
|
220
|
+
| DisconnectSourceServerCommandOutput
|
|
221
|
+
| GetFailbackReplicationConfigurationCommandOutput
|
|
222
|
+
| GetLaunchConfigurationCommandOutput
|
|
223
|
+
| GetReplicationConfigurationCommandOutput
|
|
224
|
+
| InitializeServiceCommandOutput
|
|
225
|
+
| ListExtensibleSourceServersCommandOutput
|
|
226
|
+
| ListStagingAccountsCommandOutput
|
|
227
|
+
| ListTagsForResourceCommandOutput
|
|
228
|
+
| RetryDataReplicationCommandOutput
|
|
229
|
+
| StartFailbackLaunchCommandOutput
|
|
230
|
+
| StartRecoveryCommandOutput
|
|
231
|
+
| StopFailbackCommandOutput
|
|
232
|
+
| TagResourceCommandOutput
|
|
233
|
+
| TerminateRecoveryInstancesCommandOutput
|
|
234
|
+
| UntagResourceCommandOutput
|
|
235
|
+
| UpdateFailbackReplicationConfigurationCommandOutput
|
|
236
|
+
| UpdateLaunchConfigurationCommandOutput
|
|
237
|
+
| UpdateReplicationConfigurationCommandOutput
|
|
238
|
+
| UpdateReplicationConfigurationTemplateCommandOutput;
|
|
239
|
+
export interface ClientDefaults
|
|
240
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
241
|
+
requestHandler?: __HttpHandler;
|
|
242
|
+
sha256?: __HashConstructor;
|
|
243
|
+
urlParser?: __UrlParser;
|
|
244
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
245
|
+
streamCollector?: __StreamCollector;
|
|
246
|
+
base64Decoder?: __Decoder;
|
|
247
|
+
base64Encoder?: __Encoder;
|
|
248
|
+
utf8Decoder?: __Decoder;
|
|
249
|
+
utf8Encoder?: __Encoder;
|
|
250
|
+
runtime?: string;
|
|
251
|
+
disableHostPrefix?: boolean;
|
|
252
|
+
maxAttempts?: number | __Provider<number>;
|
|
253
|
+
retryMode?: string | __Provider<string>;
|
|
254
|
+
logger?: __Logger;
|
|
255
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
256
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
257
|
+
serviceId?: string;
|
|
258
|
+
region?: string | __Provider<string>;
|
|
259
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
260
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
261
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
262
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
263
|
+
}
|
|
264
|
+
declare type DrsClientConfigType = Partial<
|
|
265
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
266
|
+
> &
|
|
267
|
+
ClientDefaults &
|
|
268
|
+
RegionInputConfig &
|
|
269
|
+
EndpointsInputConfig &
|
|
270
|
+
RetryInputConfig &
|
|
271
|
+
HostHeaderInputConfig &
|
|
272
|
+
AwsAuthInputConfig &
|
|
273
|
+
UserAgentInputConfig;
|
|
274
|
+
export interface DrsClientConfig extends DrsClientConfigType {}
|
|
275
|
+
declare type DrsClientResolvedConfigType =
|
|
276
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
277
|
+
Required<ClientDefaults> &
|
|
278
|
+
RegionResolvedConfig &
|
|
279
|
+
EndpointsResolvedConfig &
|
|
280
|
+
RetryResolvedConfig &
|
|
281
|
+
HostHeaderResolvedConfig &
|
|
282
|
+
AwsAuthResolvedConfig &
|
|
283
|
+
UserAgentResolvedConfig;
|
|
284
|
+
export interface DrsClientResolvedConfig extends DrsClientResolvedConfigType {}
|
|
285
|
+
export declare class DrsClient extends __Client<
|
|
286
|
+
__HttpHandlerOptions,
|
|
287
|
+
ServiceInputTypes,
|
|
288
|
+
ServiceOutputTypes,
|
|
289
|
+
DrsClientResolvedConfig
|
|
290
|
+
> {
|
|
291
|
+
readonly config: DrsClientResolvedConfig;
|
|
292
|
+
constructor(configuration: DrsClientConfig);
|
|
293
|
+
destroy(): void;
|
|
294
|
+
}
|
|
295
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateExtendedSourceServerRequest,
|
|
15
|
+
CreateExtendedSourceServerResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateExtendedSourceServerCommandInput
|
|
18
|
+
extends CreateExtendedSourceServerRequest {}
|
|
19
|
+
export interface CreateExtendedSourceServerCommandOutput
|
|
20
|
+
extends CreateExtendedSourceServerResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateExtendedSourceServerCommand extends $Command<
|
|
23
|
+
CreateExtendedSourceServerCommandInput,
|
|
24
|
+
CreateExtendedSourceServerCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateExtendedSourceServerCommandInput;
|
|
28
|
+
constructor(input: CreateExtendedSourceServerCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateExtendedSourceServerCommandInput,
|
|
35
|
+
CreateExtendedSourceServerCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateReplicationConfigurationTemplateRequest,
|
|
15
|
+
ReplicationConfigurationTemplate,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateReplicationConfigurationTemplateCommandInput
|
|
18
|
+
extends CreateReplicationConfigurationTemplateRequest {}
|
|
19
|
+
export interface CreateReplicationConfigurationTemplateCommandOutput
|
|
20
|
+
extends ReplicationConfigurationTemplate,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateReplicationConfigurationTemplateCommand extends $Command<
|
|
23
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
24
|
+
CreateReplicationConfigurationTemplateCommandOutput,
|
|
25
|
+
DrsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateReplicationConfigurationTemplateCommandInput;
|
|
28
|
+
constructor(input: CreateReplicationConfigurationTemplateCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DrsClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
35
|
+
CreateReplicationConfigurationTemplateCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteJobCommandInput extends DeleteJobRequest {}
|
|
15
|
+
export interface DeleteJobCommandOutput
|
|
16
|
+
extends DeleteJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class DeleteJobCommand extends $Command<
|
|
19
|
+
DeleteJobCommandInput,
|
|
20
|
+
DeleteJobCommandOutput,
|
|
21
|
+
DrsClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteJobCommandInput;
|
|
24
|
+
constructor(input: DeleteJobCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DrsClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DrsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DrsClient";
|
|
13
|
+
import { DeleteRecoveryInstanceRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteRecoveryInstanceCommandInput
|
|
15
|
+
extends DeleteRecoveryInstanceRequest {}
|
|
16
|
+
export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteRecoveryInstanceCommand extends $Command<
|
|
18
|
+
DeleteRecoveryInstanceCommandInput,
|
|
19
|
+
DeleteRecoveryInstanceCommandOutput,
|
|
20
|
+
DrsClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteRecoveryInstanceCommandInput;
|
|
23
|
+
constructor(input: DeleteRecoveryInstanceCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: DrsClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
DeleteRecoveryInstanceCommandInput,
|
|
30
|
+
DeleteRecoveryInstanceCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|