@aws-sdk/client-drs 3.170.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Drs.d.ts +0 -32
  3. package/dist-types/ts3.4/DrsClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateExtendedSourceServerCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateReplicationConfigurationTemplateCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteRecoveryInstanceCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationTemplateCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteSourceServerCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeJobLogItemsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeJobsCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeRecoveryInstancesCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeRecoverySnapshotsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationTemplatesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeSourceServersCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DisconnectRecoveryInstanceCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DisconnectSourceServerCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetFailbackReplicationConfigurationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetLaunchConfigurationCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetReplicationConfigurationCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/InitializeServiceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListExtensibleSourceServersCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListStagingAccountsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/RetryDataReplicationCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/StartFailbackLaunchCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/StartRecoveryCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/StopFailbackCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/TerminateRecoveryInstancesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateFailbackReplicationConfigurationCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateLaunchConfigurationCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/UpdateReplicationConfigurationTemplateCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/models/DrsServiceException.d.ts +0 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +0 -414
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  42. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-drs
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-drs
@@ -128,7 +128,6 @@ import {
128
128
  UpdateReplicationConfigurationTemplateCommandOutput,
129
129
  } from "./commands/UpdateReplicationConfigurationTemplateCommand";
130
130
  import { DrsClient } from "./DrsClient";
131
-
132
131
  export declare class Drs extends DrsClient {
133
132
  createExtendedSourceServer(
134
133
  args: CreateExtendedSourceServerCommandInput,
@@ -143,7 +142,6 @@ export declare class Drs extends DrsClient {
143
142
  options: __HttpHandlerOptions,
144
143
  cb: (err: any, data?: CreateExtendedSourceServerCommandOutput) => void
145
144
  ): void;
146
-
147
145
  createReplicationConfigurationTemplate(
148
146
  args: CreateReplicationConfigurationTemplateCommandInput,
149
147
  options?: __HttpHandlerOptions
@@ -163,7 +161,6 @@ export declare class Drs extends DrsClient {
163
161
  data?: CreateReplicationConfigurationTemplateCommandOutput
164
162
  ) => void
165
163
  ): void;
166
-
167
164
  deleteJob(
168
165
  args: DeleteJobCommandInput,
169
166
  options?: __HttpHandlerOptions
@@ -177,7 +174,6 @@ export declare class Drs extends DrsClient {
177
174
  options: __HttpHandlerOptions,
178
175
  cb: (err: any, data?: DeleteJobCommandOutput) => void
179
176
  ): void;
180
-
181
177
  deleteRecoveryInstance(
182
178
  args: DeleteRecoveryInstanceCommandInput,
183
179
  options?: __HttpHandlerOptions
@@ -191,7 +187,6 @@ export declare class Drs extends DrsClient {
191
187
  options: __HttpHandlerOptions,
192
188
  cb: (err: any, data?: DeleteRecoveryInstanceCommandOutput) => void
193
189
  ): void;
194
-
195
190
  deleteReplicationConfigurationTemplate(
196
191
  args: DeleteReplicationConfigurationTemplateCommandInput,
197
192
  options?: __HttpHandlerOptions
@@ -211,7 +206,6 @@ export declare class Drs extends DrsClient {
211
206
  data?: DeleteReplicationConfigurationTemplateCommandOutput
212
207
  ) => void
213
208
  ): void;
214
-
215
209
  deleteSourceServer(
216
210
  args: DeleteSourceServerCommandInput,
217
211
  options?: __HttpHandlerOptions
@@ -225,7 +219,6 @@ export declare class Drs extends DrsClient {
225
219
  options: __HttpHandlerOptions,
226
220
  cb: (err: any, data?: DeleteSourceServerCommandOutput) => void
227
221
  ): void;
228
-
229
222
  describeJobLogItems(
230
223
  args: DescribeJobLogItemsCommandInput,
231
224
  options?: __HttpHandlerOptions
@@ -239,7 +232,6 @@ export declare class Drs extends DrsClient {
239
232
  options: __HttpHandlerOptions,
240
233
  cb: (err: any, data?: DescribeJobLogItemsCommandOutput) => void
241
234
  ): void;
242
-
243
235
  describeJobs(
244
236
  args: DescribeJobsCommandInput,
245
237
  options?: __HttpHandlerOptions
@@ -253,7 +245,6 @@ export declare class Drs extends DrsClient {
253
245
  options: __HttpHandlerOptions,
254
246
  cb: (err: any, data?: DescribeJobsCommandOutput) => void
255
247
  ): void;
256
-
257
248
  describeRecoveryInstances(
258
249
  args: DescribeRecoveryInstancesCommandInput,
259
250
  options?: __HttpHandlerOptions
@@ -267,7 +258,6 @@ export declare class Drs extends DrsClient {
267
258
  options: __HttpHandlerOptions,
268
259
  cb: (err: any, data?: DescribeRecoveryInstancesCommandOutput) => void
269
260
  ): void;
270
-
271
261
  describeRecoverySnapshots(
272
262
  args: DescribeRecoverySnapshotsCommandInput,
273
263
  options?: __HttpHandlerOptions
@@ -281,7 +271,6 @@ export declare class Drs extends DrsClient {
281
271
  options: __HttpHandlerOptions,
282
272
  cb: (err: any, data?: DescribeRecoverySnapshotsCommandOutput) => void
283
273
  ): void;
284
-
285
274
  describeReplicationConfigurationTemplates(
286
275
  args: DescribeReplicationConfigurationTemplatesCommandInput,
287
276
  options?: __HttpHandlerOptions
@@ -301,7 +290,6 @@ export declare class Drs extends DrsClient {
301
290
  data?: DescribeReplicationConfigurationTemplatesCommandOutput
302
291
  ) => void
303
292
  ): void;
304
-
305
293
  describeSourceServers(
306
294
  args: DescribeSourceServersCommandInput,
307
295
  options?: __HttpHandlerOptions
@@ -315,7 +303,6 @@ export declare class Drs extends DrsClient {
315
303
  options: __HttpHandlerOptions,
316
304
  cb: (err: any, data?: DescribeSourceServersCommandOutput) => void
317
305
  ): void;
318
-
319
306
  disconnectRecoveryInstance(
320
307
  args: DisconnectRecoveryInstanceCommandInput,
321
308
  options?: __HttpHandlerOptions
@@ -329,7 +316,6 @@ export declare class Drs extends DrsClient {
329
316
  options: __HttpHandlerOptions,
330
317
  cb: (err: any, data?: DisconnectRecoveryInstanceCommandOutput) => void
331
318
  ): void;
332
-
333
319
  disconnectSourceServer(
334
320
  args: DisconnectSourceServerCommandInput,
335
321
  options?: __HttpHandlerOptions
@@ -343,7 +329,6 @@ export declare class Drs extends DrsClient {
343
329
  options: __HttpHandlerOptions,
344
330
  cb: (err: any, data?: DisconnectSourceServerCommandOutput) => void
345
331
  ): void;
346
-
347
332
  getFailbackReplicationConfiguration(
348
333
  args: GetFailbackReplicationConfigurationCommandInput,
349
334
  options?: __HttpHandlerOptions
@@ -363,7 +348,6 @@ export declare class Drs extends DrsClient {
363
348
  data?: GetFailbackReplicationConfigurationCommandOutput
364
349
  ) => void
365
350
  ): void;
366
-
367
351
  getLaunchConfiguration(
368
352
  args: GetLaunchConfigurationCommandInput,
369
353
  options?: __HttpHandlerOptions
@@ -377,7 +361,6 @@ export declare class Drs extends DrsClient {
377
361
  options: __HttpHandlerOptions,
378
362
  cb: (err: any, data?: GetLaunchConfigurationCommandOutput) => void
379
363
  ): void;
380
-
381
364
  getReplicationConfiguration(
382
365
  args: GetReplicationConfigurationCommandInput,
383
366
  options?: __HttpHandlerOptions
@@ -391,7 +374,6 @@ export declare class Drs extends DrsClient {
391
374
  options: __HttpHandlerOptions,
392
375
  cb: (err: any, data?: GetReplicationConfigurationCommandOutput) => void
393
376
  ): void;
394
-
395
377
  initializeService(
396
378
  args: InitializeServiceCommandInput,
397
379
  options?: __HttpHandlerOptions
@@ -405,7 +387,6 @@ export declare class Drs extends DrsClient {
405
387
  options: __HttpHandlerOptions,
406
388
  cb: (err: any, data?: InitializeServiceCommandOutput) => void
407
389
  ): void;
408
-
409
390
  listExtensibleSourceServers(
410
391
  args: ListExtensibleSourceServersCommandInput,
411
392
  options?: __HttpHandlerOptions
@@ -419,7 +400,6 @@ export declare class Drs extends DrsClient {
419
400
  options: __HttpHandlerOptions,
420
401
  cb: (err: any, data?: ListExtensibleSourceServersCommandOutput) => void
421
402
  ): void;
422
-
423
403
  listStagingAccounts(
424
404
  args: ListStagingAccountsCommandInput,
425
405
  options?: __HttpHandlerOptions
@@ -433,7 +413,6 @@ export declare class Drs extends DrsClient {
433
413
  options: __HttpHandlerOptions,
434
414
  cb: (err: any, data?: ListStagingAccountsCommandOutput) => void
435
415
  ): void;
436
-
437
416
  listTagsForResource(
438
417
  args: ListTagsForResourceCommandInput,
439
418
  options?: __HttpHandlerOptions
@@ -447,7 +426,6 @@ export declare class Drs extends DrsClient {
447
426
  options: __HttpHandlerOptions,
448
427
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
449
428
  ): void;
450
-
451
429
  retryDataReplication(
452
430
  args: RetryDataReplicationCommandInput,
453
431
  options?: __HttpHandlerOptions
@@ -461,7 +439,6 @@ export declare class Drs extends DrsClient {
461
439
  options: __HttpHandlerOptions,
462
440
  cb: (err: any, data?: RetryDataReplicationCommandOutput) => void
463
441
  ): void;
464
-
465
442
  startFailbackLaunch(
466
443
  args: StartFailbackLaunchCommandInput,
467
444
  options?: __HttpHandlerOptions
@@ -475,7 +452,6 @@ export declare class Drs extends DrsClient {
475
452
  options: __HttpHandlerOptions,
476
453
  cb: (err: any, data?: StartFailbackLaunchCommandOutput) => void
477
454
  ): void;
478
-
479
455
  startRecovery(
480
456
  args: StartRecoveryCommandInput,
481
457
  options?: __HttpHandlerOptions
@@ -489,7 +465,6 @@ export declare class Drs extends DrsClient {
489
465
  options: __HttpHandlerOptions,
490
466
  cb: (err: any, data?: StartRecoveryCommandOutput) => void
491
467
  ): void;
492
-
493
468
  stopFailback(
494
469
  args: StopFailbackCommandInput,
495
470
  options?: __HttpHandlerOptions
@@ -503,7 +478,6 @@ export declare class Drs extends DrsClient {
503
478
  options: __HttpHandlerOptions,
504
479
  cb: (err: any, data?: StopFailbackCommandOutput) => void
505
480
  ): void;
506
-
507
481
  tagResource(
508
482
  args: TagResourceCommandInput,
509
483
  options?: __HttpHandlerOptions
@@ -517,7 +491,6 @@ export declare class Drs extends DrsClient {
517
491
  options: __HttpHandlerOptions,
518
492
  cb: (err: any, data?: TagResourceCommandOutput) => void
519
493
  ): void;
520
-
521
494
  terminateRecoveryInstances(
522
495
  args: TerminateRecoveryInstancesCommandInput,
523
496
  options?: __HttpHandlerOptions
@@ -531,7 +504,6 @@ export declare class Drs extends DrsClient {
531
504
  options: __HttpHandlerOptions,
532
505
  cb: (err: any, data?: TerminateRecoveryInstancesCommandOutput) => void
533
506
  ): void;
534
-
535
507
  untagResource(
536
508
  args: UntagResourceCommandInput,
537
509
  options?: __HttpHandlerOptions
@@ -545,7 +517,6 @@ export declare class Drs extends DrsClient {
545
517
  options: __HttpHandlerOptions,
546
518
  cb: (err: any, data?: UntagResourceCommandOutput) => void
547
519
  ): void;
548
-
549
520
  updateFailbackReplicationConfiguration(
550
521
  args: UpdateFailbackReplicationConfigurationCommandInput,
551
522
  options?: __HttpHandlerOptions
@@ -565,7 +536,6 @@ export declare class Drs extends DrsClient {
565
536
  data?: UpdateFailbackReplicationConfigurationCommandOutput
566
537
  ) => void
567
538
  ): void;
568
-
569
539
  updateLaunchConfiguration(
570
540
  args: UpdateLaunchConfigurationCommandInput,
571
541
  options?: __HttpHandlerOptions
@@ -579,7 +549,6 @@ export declare class Drs extends DrsClient {
579
549
  options: __HttpHandlerOptions,
580
550
  cb: (err: any, data?: UpdateLaunchConfigurationCommandOutput) => void
581
551
  ): void;
582
-
583
552
  updateReplicationConfiguration(
584
553
  args: UpdateReplicationConfigurationCommandInput,
585
554
  options?: __HttpHandlerOptions
@@ -593,7 +562,6 @@ export declare class Drs extends DrsClient {
593
562
  options: __HttpHandlerOptions,
594
563
  cb: (err: any, data?: UpdateReplicationConfigurationCommandOutput) => void
595
564
  ): void;
596
-
597
565
  updateReplicationConfigurationTemplate(
598
566
  args: UpdateReplicationConfigurationTemplateCommandInput,
599
567
  options?: __HttpHandlerOptions
@@ -239,47 +239,26 @@ export declare type ServiceOutputTypes =
239
239
  export interface ClientDefaults
240
240
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
241
241
  requestHandler?: __HttpHandler;
242
-
243
242
  sha256?: __HashConstructor;
244
-
245
243
  urlParser?: __UrlParser;
246
-
247
244
  bodyLengthChecker?: __BodyLengthCalculator;
248
-
249
245
  streamCollector?: __StreamCollector;
250
-
251
246
  base64Decoder?: __Decoder;
252
-
253
247
  base64Encoder?: __Encoder;
254
-
255
248
  utf8Decoder?: __Decoder;
256
-
257
249
  utf8Encoder?: __Encoder;
258
-
259
250
  runtime?: string;
260
-
261
251
  disableHostPrefix?: boolean;
262
-
263
252
  maxAttempts?: number | __Provider<number>;
264
-
265
253
  retryMode?: string | __Provider<string>;
266
-
267
254
  logger?: __Logger;
268
-
269
255
  useDualstackEndpoint?: boolean | __Provider<boolean>;
270
-
271
256
  useFipsEndpoint?: boolean | __Provider<boolean>;
272
-
273
257
  serviceId?: string;
274
-
275
258
  region?: string | __Provider<string>;
276
-
277
259
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
278
-
279
260
  regionInfoProvider?: RegionInfoProvider;
280
-
281
261
  defaultUserAgentProvider?: Provider<__UserAgent>;
282
-
283
262
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
284
263
  }
285
264
  declare type DrsClientConfigType = Partial<
@@ -292,7 +271,6 @@ declare type DrsClientConfigType = Partial<
292
271
  HostHeaderInputConfig &
293
272
  AwsAuthInputConfig &
294
273
  UserAgentInputConfig;
295
-
296
274
  export interface DrsClientConfig extends DrsClientConfigType {}
297
275
  declare type DrsClientResolvedConfigType =
298
276
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -303,9 +281,7 @@ declare type DrsClientResolvedConfigType =
303
281
  HostHeaderResolvedConfig &
304
282
  AwsAuthResolvedConfig &
305
283
  UserAgentResolvedConfig;
306
-
307
284
  export interface DrsClientResolvedConfig extends DrsClientResolvedConfigType {}
308
-
309
285
  export declare class DrsClient extends __Client<
310
286
  __HttpHandlerOptions,
311
287
  ServiceInputTypes,
@@ -314,7 +290,6 @@ export declare class DrsClient extends __Client<
314
290
  > {
315
291
  readonly config: DrsClientResolvedConfig;
316
292
  constructor(configuration: DrsClientConfig);
317
-
318
293
  destroy(): void;
319
294
  }
320
295
  export {};
@@ -19,7 +19,6 @@ export interface CreateExtendedSourceServerCommandInput
19
19
  export interface CreateExtendedSourceServerCommandOutput
20
20
  extends CreateExtendedSourceServerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateExtendedSourceServerCommand extends $Command<
24
23
  CreateExtendedSourceServerCommandInput,
25
24
  CreateExtendedSourceServerCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateExtendedSourceServerCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateExtendedSourceServerCommandInput;
29
28
  constructor(input: CreateExtendedSourceServerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateReplicationConfigurationTemplateCommandInput
19
19
  export interface CreateReplicationConfigurationTemplateCommandOutput
20
20
  extends ReplicationConfigurationTemplate,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateReplicationConfigurationTemplateCommand extends $Command<
24
23
  CreateReplicationConfigurationTemplateCommandInput,
25
24
  CreateReplicationConfigurationTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateReplicationConfigurationTemplateCommand extends $Comm
27
26
  > {
28
27
  readonly input: CreateReplicationConfigurationTemplateCommandInput;
29
28
  constructor(input: CreateReplicationConfigurationTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {}
15
15
  export interface DeleteJobCommandOutput
16
16
  extends DeleteJobResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteJobCommand extends $Command<
20
19
  DeleteJobCommandInput,
21
20
  DeleteJobCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteJobCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteJobCommandInput;
25
24
  constructor(input: DeleteJobCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DrsClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteRecoveryInstanceRequest } from "../models/models_0";
14
14
  export interface DeleteRecoveryInstanceCommandInput
15
15
  extends DeleteRecoveryInstanceRequest {}
16
16
  export interface DeleteRecoveryInstanceCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteRecoveryInstanceCommand extends $Command<
19
18
  DeleteRecoveryInstanceCommandInput,
20
19
  DeleteRecoveryInstanceCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteRecoveryInstanceCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteRecoveryInstanceCommandInput;
24
23
  constructor(input: DeleteRecoveryInstanceCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteReplicationConfigurationTemplateCommandInput
19
19
  export interface DeleteReplicationConfigurationTemplateCommandOutput
20
20
  extends DeleteReplicationConfigurationTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteReplicationConfigurationTemplateCommand extends $Command<
24
23
  DeleteReplicationConfigurationTemplateCommandInput,
25
24
  DeleteReplicationConfigurationTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteReplicationConfigurationTemplateCommand extends $Comm
27
26
  > {
28
27
  readonly input: DeleteReplicationConfigurationTemplateCommandInput;
29
28
  constructor(input: DeleteReplicationConfigurationTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteSourceServerCommandInput
19
19
  export interface DeleteSourceServerCommandOutput
20
20
  extends DeleteSourceServerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSourceServerCommand extends $Command<
24
23
  DeleteSourceServerCommandInput,
25
24
  DeleteSourceServerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSourceServerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSourceServerCommandInput;
29
28
  constructor(input: DeleteSourceServerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeJobLogItemsCommandInput
19
19
  export interface DescribeJobLogItemsCommandOutput
20
20
  extends DescribeJobLogItemsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeJobLogItemsCommand extends $Command<
24
23
  DescribeJobLogItemsCommandInput,
25
24
  DescribeJobLogItemsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeJobLogItemsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeJobLogItemsCommandInput;
29
28
  constructor(input: DescribeJobLogItemsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeJobsCommandInput extends DescribeJobsRequest {}
15
15
  export interface DescribeJobsCommandOutput
16
16
  extends DescribeJobsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeJobsCommand extends $Command<
20
19
  DescribeJobsCommandInput,
21
20
  DescribeJobsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeJobsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeJobsCommandInput;
25
24
  constructor(input: DescribeJobsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRecoveryInstancesCommandInput
19
19
  export interface DescribeRecoveryInstancesCommandOutput
20
20
  extends DescribeRecoveryInstancesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRecoveryInstancesCommand extends $Command<
24
23
  DescribeRecoveryInstancesCommandInput,
25
24
  DescribeRecoveryInstancesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRecoveryInstancesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRecoveryInstancesCommandInput;
29
28
  constructor(input: DescribeRecoveryInstancesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRecoverySnapshotsCommandInput
19
19
  export interface DescribeRecoverySnapshotsCommandOutput
20
20
  extends DescribeRecoverySnapshotsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRecoverySnapshotsCommand extends $Command<
24
23
  DescribeRecoverySnapshotsCommandInput,
25
24
  DescribeRecoverySnapshotsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRecoverySnapshotsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRecoverySnapshotsCommandInput;
29
28
  constructor(input: DescribeRecoverySnapshotsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeReplicationConfigurationTemplatesCommandInput
19
19
  export interface DescribeReplicationConfigurationTemplatesCommandOutput
20
20
  extends DescribeReplicationConfigurationTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeReplicationConfigurationTemplatesCommand extends $Command<
24
23
  DescribeReplicationConfigurationTemplatesCommandInput,
25
24
  DescribeReplicationConfigurationTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeReplicationConfigurationTemplatesCommand extends $C
27
26
  > {
28
27
  readonly input: DescribeReplicationConfigurationTemplatesCommandInput;
29
28
  constructor(input: DescribeReplicationConfigurationTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSourceServersCommandInput
19
19
  export interface DescribeSourceServersCommandOutput
20
20
  extends DescribeSourceServersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSourceServersCommand extends $Command<
24
23
  DescribeSourceServersCommandInput,
25
24
  DescribeSourceServersCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSourceServersCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSourceServersCommandInput;
29
28
  constructor(input: DescribeSourceServersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DisconnectRecoveryInstanceCommandInput
15
15
  extends DisconnectRecoveryInstanceRequest {}
16
16
  export interface DisconnectRecoveryInstanceCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DisconnectRecoveryInstanceCommand extends $Command<
20
19
  DisconnectRecoveryInstanceCommandInput,
21
20
  DisconnectRecoveryInstanceCommandOutput,
@@ -23,7 +22,6 @@ export declare class DisconnectRecoveryInstanceCommand extends $Command<
23
22
  > {
24
23
  readonly input: DisconnectRecoveryInstanceCommandInput;
25
24
  constructor(input: DisconnectRecoveryInstanceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisconnectSourceServerCommandInput
19
19
  export interface DisconnectSourceServerCommandOutput
20
20
  extends SourceServer,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisconnectSourceServerCommand extends $Command<
24
23
  DisconnectSourceServerCommandInput,
25
24
  DisconnectSourceServerCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisconnectSourceServerCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisconnectSourceServerCommandInput;
29
28
  constructor(input: DisconnectSourceServerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetFailbackReplicationConfigurationCommandInput
19
19
  export interface GetFailbackReplicationConfigurationCommandOutput
20
20
  extends GetFailbackReplicationConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetFailbackReplicationConfigurationCommand extends $Command<
24
23
  GetFailbackReplicationConfigurationCommandInput,
25
24
  GetFailbackReplicationConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetFailbackReplicationConfigurationCommand extends $Command
27
26
  > {
28
27
  readonly input: GetFailbackReplicationConfigurationCommandInput;
29
28
  constructor(input: GetFailbackReplicationConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetLaunchConfigurationCommandInput
19
19
  export interface GetLaunchConfigurationCommandOutput
20
20
  extends LaunchConfiguration,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetLaunchConfigurationCommand extends $Command<
24
23
  GetLaunchConfigurationCommandInput,
25
24
  GetLaunchConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetLaunchConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetLaunchConfigurationCommandInput;
29
28
  constructor(input: GetLaunchConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetReplicationConfigurationCommandInput
19
19
  export interface GetReplicationConfigurationCommandOutput
20
20
  extends ReplicationConfiguration,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetReplicationConfigurationCommand extends $Command<
24
23
  GetReplicationConfigurationCommandInput,
25
24
  GetReplicationConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetReplicationConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetReplicationConfigurationCommandInput;
29
28
  constructor(input: GetReplicationConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface InitializeServiceCommandInput
19
19
  export interface InitializeServiceCommandOutput
20
20
  extends InitializeServiceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class InitializeServiceCommand extends $Command<
24
23
  InitializeServiceCommandInput,
25
24
  InitializeServiceCommandOutput,
@@ -27,7 +26,6 @@ export declare class InitializeServiceCommand extends $Command<
27
26
  > {
28
27
  readonly input: InitializeServiceCommandInput;
29
28
  constructor(input: InitializeServiceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListExtensibleSourceServersCommandInput
19
19
  export interface ListExtensibleSourceServersCommandOutput
20
20
  extends ListExtensibleSourceServersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListExtensibleSourceServersCommand extends $Command<
24
23
  ListExtensibleSourceServersCommandInput,
25
24
  ListExtensibleSourceServersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListExtensibleSourceServersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListExtensibleSourceServersCommandInput;
29
28
  constructor(input: ListExtensibleSourceServersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListStagingAccountsCommandInput
19
19
  export interface ListStagingAccountsCommandOutput
20
20
  extends ListStagingAccountsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListStagingAccountsCommand extends $Command<
24
23
  ListStagingAccountsCommandInput,
25
24
  ListStagingAccountsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListStagingAccountsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListStagingAccountsCommandInput;
29
28
  constructor(input: ListStagingAccountsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: DrsClientResolvedConfig,