@aws-sdk/client-drs 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Drs.d.ts +616 -165
- package/dist-types/ts3.4/DrsClient.d.ts +320 -105
- package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1508 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,105 +1,320 @@
|
|
|
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
|
+
|
|
243
|
+
sha256?: __HashConstructor;
|
|
244
|
+
|
|
245
|
+
urlParser?: __UrlParser;
|
|
246
|
+
|
|
247
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
248
|
+
|
|
249
|
+
streamCollector?: __StreamCollector;
|
|
250
|
+
|
|
251
|
+
base64Decoder?: __Decoder;
|
|
252
|
+
|
|
253
|
+
base64Encoder?: __Encoder;
|
|
254
|
+
|
|
255
|
+
utf8Decoder?: __Decoder;
|
|
256
|
+
|
|
257
|
+
utf8Encoder?: __Encoder;
|
|
258
|
+
|
|
259
|
+
runtime?: string;
|
|
260
|
+
|
|
261
|
+
disableHostPrefix?: boolean;
|
|
262
|
+
|
|
263
|
+
maxAttempts?: number | __Provider<number>;
|
|
264
|
+
|
|
265
|
+
retryMode?: string | __Provider<string>;
|
|
266
|
+
|
|
267
|
+
logger?: __Logger;
|
|
268
|
+
|
|
269
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
270
|
+
|
|
271
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
272
|
+
|
|
273
|
+
serviceId?: string;
|
|
274
|
+
|
|
275
|
+
region?: string | __Provider<string>;
|
|
276
|
+
|
|
277
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
+
|
|
279
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
280
|
+
|
|
281
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
282
|
+
|
|
283
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
284
|
+
}
|
|
285
|
+
declare type DrsClientConfigType = Partial<
|
|
286
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
287
|
+
> &
|
|
288
|
+
ClientDefaults &
|
|
289
|
+
RegionInputConfig &
|
|
290
|
+
EndpointsInputConfig &
|
|
291
|
+
RetryInputConfig &
|
|
292
|
+
HostHeaderInputConfig &
|
|
293
|
+
AwsAuthInputConfig &
|
|
294
|
+
UserAgentInputConfig;
|
|
295
|
+
|
|
296
|
+
export interface DrsClientConfig extends DrsClientConfigType {}
|
|
297
|
+
declare type DrsClientResolvedConfigType =
|
|
298
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
299
|
+
Required<ClientDefaults> &
|
|
300
|
+
RegionResolvedConfig &
|
|
301
|
+
EndpointsResolvedConfig &
|
|
302
|
+
RetryResolvedConfig &
|
|
303
|
+
HostHeaderResolvedConfig &
|
|
304
|
+
AwsAuthResolvedConfig &
|
|
305
|
+
UserAgentResolvedConfig;
|
|
306
|
+
|
|
307
|
+
export interface DrsClientResolvedConfig extends DrsClientResolvedConfigType {}
|
|
308
|
+
|
|
309
|
+
export declare class DrsClient extends __Client<
|
|
310
|
+
__HttpHandlerOptions,
|
|
311
|
+
ServiceInputTypes,
|
|
312
|
+
ServiceOutputTypes,
|
|
313
|
+
DrsClientResolvedConfig
|
|
314
|
+
> {
|
|
315
|
+
readonly config: DrsClientResolvedConfig;
|
|
316
|
+
constructor(configuration: DrsClientConfig);
|
|
317
|
+
|
|
318
|
+
destroy(): void;
|
|
319
|
+
}
|
|
320
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class CreateExtendedSourceServerCommand extends $Command<
|
|
24
|
+
CreateExtendedSourceServerCommandInput,
|
|
25
|
+
CreateExtendedSourceServerCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateExtendedSourceServerCommandInput;
|
|
29
|
+
constructor(input: CreateExtendedSourceServerCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateExtendedSourceServerCommandInput,
|
|
37
|
+
CreateExtendedSourceServerCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
|
|
23
|
+
export declare class CreateReplicationConfigurationTemplateCommand extends $Command<
|
|
24
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
25
|
+
CreateReplicationConfigurationTemplateCommandOutput,
|
|
26
|
+
DrsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateReplicationConfigurationTemplateCommandInput;
|
|
29
|
+
constructor(input: CreateReplicationConfigurationTemplateCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DrsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateReplicationConfigurationTemplateCommandInput,
|
|
37
|
+
CreateReplicationConfigurationTemplateCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DeleteJobRequest, DeleteJobResponse } from "../models/models_0";
|
|
14
|
+
export interface DeleteJobCommandInput extends DeleteJobRequest {}
|
|
15
|
+
export interface DeleteJobCommandOutput
|
|
16
|
+
extends DeleteJobResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteJobCommand extends $Command<
|
|
20
|
+
DeleteJobCommandInput,
|
|
21
|
+
DeleteJobCommandOutput,
|
|
22
|
+
DrsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteJobCommandInput;
|
|
25
|
+
constructor(input: DeleteJobCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DrsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteJobCommandInput, DeleteJobCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|