@aws-sdk/client-datasync 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DataSync.d.ts +0 -44
- package/dist-types/ts3.4/DataSyncClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DataSyncServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -444
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-datasync
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-datasync
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-datasync
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -176,7 +176,6 @@ import {
|
|
|
176
176
|
UpdateTaskExecutionCommandOutput,
|
|
177
177
|
} from "./commands/UpdateTaskExecutionCommand";
|
|
178
178
|
import { DataSyncClient } from "./DataSyncClient";
|
|
179
|
-
|
|
180
179
|
export declare class DataSync extends DataSyncClient {
|
|
181
180
|
cancelTaskExecution(
|
|
182
181
|
args: CancelTaskExecutionCommandInput,
|
|
@@ -191,7 +190,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
191
190
|
options: __HttpHandlerOptions,
|
|
192
191
|
cb: (err: any, data?: CancelTaskExecutionCommandOutput) => void
|
|
193
192
|
): void;
|
|
194
|
-
|
|
195
193
|
createAgent(
|
|
196
194
|
args: CreateAgentCommandInput,
|
|
197
195
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +203,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
205
203
|
options: __HttpHandlerOptions,
|
|
206
204
|
cb: (err: any, data?: CreateAgentCommandOutput) => void
|
|
207
205
|
): void;
|
|
208
|
-
|
|
209
206
|
createLocationEfs(
|
|
210
207
|
args: CreateLocationEfsCommandInput,
|
|
211
208
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +216,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
219
216
|
options: __HttpHandlerOptions,
|
|
220
217
|
cb: (err: any, data?: CreateLocationEfsCommandOutput) => void
|
|
221
218
|
): void;
|
|
222
|
-
|
|
223
219
|
createLocationFsxLustre(
|
|
224
220
|
args: CreateLocationFsxLustreCommandInput,
|
|
225
221
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +229,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
233
229
|
options: __HttpHandlerOptions,
|
|
234
230
|
cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void
|
|
235
231
|
): void;
|
|
236
|
-
|
|
237
232
|
createLocationFsxOntap(
|
|
238
233
|
args: CreateLocationFsxOntapCommandInput,
|
|
239
234
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +242,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
247
242
|
options: __HttpHandlerOptions,
|
|
248
243
|
cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void
|
|
249
244
|
): void;
|
|
250
|
-
|
|
251
245
|
createLocationFsxOpenZfs(
|
|
252
246
|
args: CreateLocationFsxOpenZfsCommandInput,
|
|
253
247
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +255,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
261
255
|
options: __HttpHandlerOptions,
|
|
262
256
|
cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void
|
|
263
257
|
): void;
|
|
264
|
-
|
|
265
258
|
createLocationFsxWindows(
|
|
266
259
|
args: CreateLocationFsxWindowsCommandInput,
|
|
267
260
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +268,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
275
268
|
options: __HttpHandlerOptions,
|
|
276
269
|
cb: (err: any, data?: CreateLocationFsxWindowsCommandOutput) => void
|
|
277
270
|
): void;
|
|
278
|
-
|
|
279
271
|
createLocationHdfs(
|
|
280
272
|
args: CreateLocationHdfsCommandInput,
|
|
281
273
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +281,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
289
281
|
options: __HttpHandlerOptions,
|
|
290
282
|
cb: (err: any, data?: CreateLocationHdfsCommandOutput) => void
|
|
291
283
|
): void;
|
|
292
|
-
|
|
293
284
|
createLocationNfs(
|
|
294
285
|
args: CreateLocationNfsCommandInput,
|
|
295
286
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +294,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
303
294
|
options: __HttpHandlerOptions,
|
|
304
295
|
cb: (err: any, data?: CreateLocationNfsCommandOutput) => void
|
|
305
296
|
): void;
|
|
306
|
-
|
|
307
297
|
createLocationObjectStorage(
|
|
308
298
|
args: CreateLocationObjectStorageCommandInput,
|
|
309
299
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +307,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
317
307
|
options: __HttpHandlerOptions,
|
|
318
308
|
cb: (err: any, data?: CreateLocationObjectStorageCommandOutput) => void
|
|
319
309
|
): void;
|
|
320
|
-
|
|
321
310
|
createLocationS3(
|
|
322
311
|
args: CreateLocationS3CommandInput,
|
|
323
312
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +320,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
331
320
|
options: __HttpHandlerOptions,
|
|
332
321
|
cb: (err: any, data?: CreateLocationS3CommandOutput) => void
|
|
333
322
|
): void;
|
|
334
|
-
|
|
335
323
|
createLocationSmb(
|
|
336
324
|
args: CreateLocationSmbCommandInput,
|
|
337
325
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +333,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
345
333
|
options: __HttpHandlerOptions,
|
|
346
334
|
cb: (err: any, data?: CreateLocationSmbCommandOutput) => void
|
|
347
335
|
): void;
|
|
348
|
-
|
|
349
336
|
createTask(
|
|
350
337
|
args: CreateTaskCommandInput,
|
|
351
338
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +346,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
359
346
|
options: __HttpHandlerOptions,
|
|
360
347
|
cb: (err: any, data?: CreateTaskCommandOutput) => void
|
|
361
348
|
): void;
|
|
362
|
-
|
|
363
349
|
deleteAgent(
|
|
364
350
|
args: DeleteAgentCommandInput,
|
|
365
351
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +359,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
373
359
|
options: __HttpHandlerOptions,
|
|
374
360
|
cb: (err: any, data?: DeleteAgentCommandOutput) => void
|
|
375
361
|
): void;
|
|
376
|
-
|
|
377
362
|
deleteLocation(
|
|
378
363
|
args: DeleteLocationCommandInput,
|
|
379
364
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +372,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
387
372
|
options: __HttpHandlerOptions,
|
|
388
373
|
cb: (err: any, data?: DeleteLocationCommandOutput) => void
|
|
389
374
|
): void;
|
|
390
|
-
|
|
391
375
|
deleteTask(
|
|
392
376
|
args: DeleteTaskCommandInput,
|
|
393
377
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +385,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
401
385
|
options: __HttpHandlerOptions,
|
|
402
386
|
cb: (err: any, data?: DeleteTaskCommandOutput) => void
|
|
403
387
|
): void;
|
|
404
|
-
|
|
405
388
|
describeAgent(
|
|
406
389
|
args: DescribeAgentCommandInput,
|
|
407
390
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +398,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
415
398
|
options: __HttpHandlerOptions,
|
|
416
399
|
cb: (err: any, data?: DescribeAgentCommandOutput) => void
|
|
417
400
|
): void;
|
|
418
|
-
|
|
419
401
|
describeLocationEfs(
|
|
420
402
|
args: DescribeLocationEfsCommandInput,
|
|
421
403
|
options?: __HttpHandlerOptions
|
|
@@ -429,7 +411,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
429
411
|
options: __HttpHandlerOptions,
|
|
430
412
|
cb: (err: any, data?: DescribeLocationEfsCommandOutput) => void
|
|
431
413
|
): void;
|
|
432
|
-
|
|
433
414
|
describeLocationFsxLustre(
|
|
434
415
|
args: DescribeLocationFsxLustreCommandInput,
|
|
435
416
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +424,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
443
424
|
options: __HttpHandlerOptions,
|
|
444
425
|
cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void
|
|
445
426
|
): void;
|
|
446
|
-
|
|
447
427
|
describeLocationFsxOntap(
|
|
448
428
|
args: DescribeLocationFsxOntapCommandInput,
|
|
449
429
|
options?: __HttpHandlerOptions
|
|
@@ -457,7 +437,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
457
437
|
options: __HttpHandlerOptions,
|
|
458
438
|
cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void
|
|
459
439
|
): void;
|
|
460
|
-
|
|
461
440
|
describeLocationFsxOpenZfs(
|
|
462
441
|
args: DescribeLocationFsxOpenZfsCommandInput,
|
|
463
442
|
options?: __HttpHandlerOptions
|
|
@@ -471,7 +450,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
471
450
|
options: __HttpHandlerOptions,
|
|
472
451
|
cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void
|
|
473
452
|
): void;
|
|
474
|
-
|
|
475
453
|
describeLocationFsxWindows(
|
|
476
454
|
args: DescribeLocationFsxWindowsCommandInput,
|
|
477
455
|
options?: __HttpHandlerOptions
|
|
@@ -485,7 +463,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
485
463
|
options: __HttpHandlerOptions,
|
|
486
464
|
cb: (err: any, data?: DescribeLocationFsxWindowsCommandOutput) => void
|
|
487
465
|
): void;
|
|
488
|
-
|
|
489
466
|
describeLocationHdfs(
|
|
490
467
|
args: DescribeLocationHdfsCommandInput,
|
|
491
468
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +476,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
499
476
|
options: __HttpHandlerOptions,
|
|
500
477
|
cb: (err: any, data?: DescribeLocationHdfsCommandOutput) => void
|
|
501
478
|
): void;
|
|
502
|
-
|
|
503
479
|
describeLocationNfs(
|
|
504
480
|
args: DescribeLocationNfsCommandInput,
|
|
505
481
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +489,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
513
489
|
options: __HttpHandlerOptions,
|
|
514
490
|
cb: (err: any, data?: DescribeLocationNfsCommandOutput) => void
|
|
515
491
|
): void;
|
|
516
|
-
|
|
517
492
|
describeLocationObjectStorage(
|
|
518
493
|
args: DescribeLocationObjectStorageCommandInput,
|
|
519
494
|
options?: __HttpHandlerOptions
|
|
@@ -527,7 +502,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
527
502
|
options: __HttpHandlerOptions,
|
|
528
503
|
cb: (err: any, data?: DescribeLocationObjectStorageCommandOutput) => void
|
|
529
504
|
): void;
|
|
530
|
-
|
|
531
505
|
describeLocationS3(
|
|
532
506
|
args: DescribeLocationS3CommandInput,
|
|
533
507
|
options?: __HttpHandlerOptions
|
|
@@ -541,7 +515,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
541
515
|
options: __HttpHandlerOptions,
|
|
542
516
|
cb: (err: any, data?: DescribeLocationS3CommandOutput) => void
|
|
543
517
|
): void;
|
|
544
|
-
|
|
545
518
|
describeLocationSmb(
|
|
546
519
|
args: DescribeLocationSmbCommandInput,
|
|
547
520
|
options?: __HttpHandlerOptions
|
|
@@ -555,7 +528,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
555
528
|
options: __HttpHandlerOptions,
|
|
556
529
|
cb: (err: any, data?: DescribeLocationSmbCommandOutput) => void
|
|
557
530
|
): void;
|
|
558
|
-
|
|
559
531
|
describeTask(
|
|
560
532
|
args: DescribeTaskCommandInput,
|
|
561
533
|
options?: __HttpHandlerOptions
|
|
@@ -569,7 +541,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
569
541
|
options: __HttpHandlerOptions,
|
|
570
542
|
cb: (err: any, data?: DescribeTaskCommandOutput) => void
|
|
571
543
|
): void;
|
|
572
|
-
|
|
573
544
|
describeTaskExecution(
|
|
574
545
|
args: DescribeTaskExecutionCommandInput,
|
|
575
546
|
options?: __HttpHandlerOptions
|
|
@@ -583,7 +554,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
583
554
|
options: __HttpHandlerOptions,
|
|
584
555
|
cb: (err: any, data?: DescribeTaskExecutionCommandOutput) => void
|
|
585
556
|
): void;
|
|
586
|
-
|
|
587
557
|
listAgents(
|
|
588
558
|
args: ListAgentsCommandInput,
|
|
589
559
|
options?: __HttpHandlerOptions
|
|
@@ -597,7 +567,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
597
567
|
options: __HttpHandlerOptions,
|
|
598
568
|
cb: (err: any, data?: ListAgentsCommandOutput) => void
|
|
599
569
|
): void;
|
|
600
|
-
|
|
601
570
|
listLocations(
|
|
602
571
|
args: ListLocationsCommandInput,
|
|
603
572
|
options?: __HttpHandlerOptions
|
|
@@ -611,7 +580,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
611
580
|
options: __HttpHandlerOptions,
|
|
612
581
|
cb: (err: any, data?: ListLocationsCommandOutput) => void
|
|
613
582
|
): void;
|
|
614
|
-
|
|
615
583
|
listTagsForResource(
|
|
616
584
|
args: ListTagsForResourceCommandInput,
|
|
617
585
|
options?: __HttpHandlerOptions
|
|
@@ -625,7 +593,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
625
593
|
options: __HttpHandlerOptions,
|
|
626
594
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
627
595
|
): void;
|
|
628
|
-
|
|
629
596
|
listTaskExecutions(
|
|
630
597
|
args: ListTaskExecutionsCommandInput,
|
|
631
598
|
options?: __HttpHandlerOptions
|
|
@@ -639,7 +606,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
639
606
|
options: __HttpHandlerOptions,
|
|
640
607
|
cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
|
|
641
608
|
): void;
|
|
642
|
-
|
|
643
609
|
listTasks(
|
|
644
610
|
args: ListTasksCommandInput,
|
|
645
611
|
options?: __HttpHandlerOptions
|
|
@@ -653,7 +619,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
653
619
|
options: __HttpHandlerOptions,
|
|
654
620
|
cb: (err: any, data?: ListTasksCommandOutput) => void
|
|
655
621
|
): void;
|
|
656
|
-
|
|
657
622
|
startTaskExecution(
|
|
658
623
|
args: StartTaskExecutionCommandInput,
|
|
659
624
|
options?: __HttpHandlerOptions
|
|
@@ -667,7 +632,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
667
632
|
options: __HttpHandlerOptions,
|
|
668
633
|
cb: (err: any, data?: StartTaskExecutionCommandOutput) => void
|
|
669
634
|
): void;
|
|
670
|
-
|
|
671
635
|
tagResource(
|
|
672
636
|
args: TagResourceCommandInput,
|
|
673
637
|
options?: __HttpHandlerOptions
|
|
@@ -681,7 +645,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
681
645
|
options: __HttpHandlerOptions,
|
|
682
646
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
683
647
|
): void;
|
|
684
|
-
|
|
685
648
|
untagResource(
|
|
686
649
|
args: UntagResourceCommandInput,
|
|
687
650
|
options?: __HttpHandlerOptions
|
|
@@ -695,7 +658,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
695
658
|
options: __HttpHandlerOptions,
|
|
696
659
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
697
660
|
): void;
|
|
698
|
-
|
|
699
661
|
updateAgent(
|
|
700
662
|
args: UpdateAgentCommandInput,
|
|
701
663
|
options?: __HttpHandlerOptions
|
|
@@ -709,7 +671,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
709
671
|
options: __HttpHandlerOptions,
|
|
710
672
|
cb: (err: any, data?: UpdateAgentCommandOutput) => void
|
|
711
673
|
): void;
|
|
712
|
-
|
|
713
674
|
updateLocationHdfs(
|
|
714
675
|
args: UpdateLocationHdfsCommandInput,
|
|
715
676
|
options?: __HttpHandlerOptions
|
|
@@ -723,7 +684,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
723
684
|
options: __HttpHandlerOptions,
|
|
724
685
|
cb: (err: any, data?: UpdateLocationHdfsCommandOutput) => void
|
|
725
686
|
): void;
|
|
726
|
-
|
|
727
687
|
updateLocationNfs(
|
|
728
688
|
args: UpdateLocationNfsCommandInput,
|
|
729
689
|
options?: __HttpHandlerOptions
|
|
@@ -737,7 +697,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
737
697
|
options: __HttpHandlerOptions,
|
|
738
698
|
cb: (err: any, data?: UpdateLocationNfsCommandOutput) => void
|
|
739
699
|
): void;
|
|
740
|
-
|
|
741
700
|
updateLocationObjectStorage(
|
|
742
701
|
args: UpdateLocationObjectStorageCommandInput,
|
|
743
702
|
options?: __HttpHandlerOptions
|
|
@@ -751,7 +710,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
751
710
|
options: __HttpHandlerOptions,
|
|
752
711
|
cb: (err: any, data?: UpdateLocationObjectStorageCommandOutput) => void
|
|
753
712
|
): void;
|
|
754
|
-
|
|
755
713
|
updateLocationSmb(
|
|
756
714
|
args: UpdateLocationSmbCommandInput,
|
|
757
715
|
options?: __HttpHandlerOptions
|
|
@@ -765,7 +723,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
765
723
|
options: __HttpHandlerOptions,
|
|
766
724
|
cb: (err: any, data?: UpdateLocationSmbCommandOutput) => void
|
|
767
725
|
): void;
|
|
768
|
-
|
|
769
726
|
updateTask(
|
|
770
727
|
args: UpdateTaskCommandInput,
|
|
771
728
|
options?: __HttpHandlerOptions
|
|
@@ -779,7 +736,6 @@ export declare class DataSync extends DataSyncClient {
|
|
|
779
736
|
options: __HttpHandlerOptions,
|
|
780
737
|
cb: (err: any, data?: UpdateTaskCommandOutput) => void
|
|
781
738
|
): void;
|
|
782
|
-
|
|
783
739
|
updateTaskExecution(
|
|
784
740
|
args: UpdateTaskExecutionCommandInput,
|
|
785
741
|
options?: __HttpHandlerOptions
|
|
@@ -311,47 +311,26 @@ export declare type ServiceOutputTypes =
|
|
|
311
311
|
export interface ClientDefaults
|
|
312
312
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
313
313
|
requestHandler?: __HttpHandler;
|
|
314
|
-
|
|
315
314
|
sha256?: __HashConstructor;
|
|
316
|
-
|
|
317
315
|
urlParser?: __UrlParser;
|
|
318
|
-
|
|
319
316
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
320
|
-
|
|
321
317
|
streamCollector?: __StreamCollector;
|
|
322
|
-
|
|
323
318
|
base64Decoder?: __Decoder;
|
|
324
|
-
|
|
325
319
|
base64Encoder?: __Encoder;
|
|
326
|
-
|
|
327
320
|
utf8Decoder?: __Decoder;
|
|
328
|
-
|
|
329
321
|
utf8Encoder?: __Encoder;
|
|
330
|
-
|
|
331
322
|
runtime?: string;
|
|
332
|
-
|
|
333
323
|
disableHostPrefix?: boolean;
|
|
334
|
-
|
|
335
324
|
maxAttempts?: number | __Provider<number>;
|
|
336
|
-
|
|
337
325
|
retryMode?: string | __Provider<string>;
|
|
338
|
-
|
|
339
326
|
logger?: __Logger;
|
|
340
|
-
|
|
341
327
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
342
|
-
|
|
343
328
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
344
|
-
|
|
345
329
|
serviceId?: string;
|
|
346
|
-
|
|
347
330
|
region?: string | __Provider<string>;
|
|
348
|
-
|
|
349
331
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
350
|
-
|
|
351
332
|
regionInfoProvider?: RegionInfoProvider;
|
|
352
|
-
|
|
353
333
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
354
|
-
|
|
355
334
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
356
335
|
}
|
|
357
336
|
declare type DataSyncClientConfigType = Partial<
|
|
@@ -364,7 +343,6 @@ declare type DataSyncClientConfigType = Partial<
|
|
|
364
343
|
HostHeaderInputConfig &
|
|
365
344
|
AwsAuthInputConfig &
|
|
366
345
|
UserAgentInputConfig;
|
|
367
|
-
|
|
368
346
|
export interface DataSyncClientConfig extends DataSyncClientConfigType {}
|
|
369
347
|
declare type DataSyncClientResolvedConfigType =
|
|
370
348
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -375,10 +353,8 @@ declare type DataSyncClientResolvedConfigType =
|
|
|
375
353
|
HostHeaderResolvedConfig &
|
|
376
354
|
AwsAuthResolvedConfig &
|
|
377
355
|
UserAgentResolvedConfig;
|
|
378
|
-
|
|
379
356
|
export interface DataSyncClientResolvedConfig
|
|
380
357
|
extends DataSyncClientResolvedConfigType {}
|
|
381
|
-
|
|
382
358
|
export declare class DataSyncClient extends __Client<
|
|
383
359
|
__HttpHandlerOptions,
|
|
384
360
|
ServiceInputTypes,
|
|
@@ -387,7 +363,6 @@ export declare class DataSyncClient extends __Client<
|
|
|
387
363
|
> {
|
|
388
364
|
readonly config: DataSyncClientResolvedConfig;
|
|
389
365
|
constructor(configuration: DataSyncClientConfig);
|
|
390
|
-
|
|
391
366
|
destroy(): void;
|
|
392
367
|
}
|
|
393
368
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CancelTaskExecutionCommandInput
|
|
|
19
19
|
export interface CancelTaskExecutionCommandOutput
|
|
20
20
|
extends CancelTaskExecutionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CancelTaskExecutionCommand extends $Command<
|
|
24
23
|
CancelTaskExecutionCommandInput,
|
|
25
24
|
CancelTaskExecutionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CancelTaskExecutionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CancelTaskExecutionCommandInput;
|
|
29
28
|
constructor(input: CancelTaskExecutionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateAgentCommandInput extends CreateAgentRequest {}
|
|
|
15
15
|
export interface CreateAgentCommandOutput
|
|
16
16
|
extends CreateAgentResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateAgentCommand extends $Command<
|
|
20
19
|
CreateAgentCommandInput,
|
|
21
20
|
CreateAgentCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateAgentCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateAgentCommandInput;
|
|
25
24
|
constructor(input: CreateAgentCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationEfsCommandInput
|
|
|
19
19
|
export interface CreateLocationEfsCommandOutput
|
|
20
20
|
extends CreateLocationEfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationEfsCommand extends $Command<
|
|
24
23
|
CreateLocationEfsCommandInput,
|
|
25
24
|
CreateLocationEfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationEfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationEfsCommandInput;
|
|
29
28
|
constructor(input: CreateLocationEfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationFsxLustreCommandInput
|
|
|
19
19
|
export interface CreateLocationFsxLustreCommandOutput
|
|
20
20
|
extends CreateLocationFsxLustreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationFsxLustreCommand extends $Command<
|
|
24
23
|
CreateLocationFsxLustreCommandInput,
|
|
25
24
|
CreateLocationFsxLustreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationFsxLustreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationFsxLustreCommandInput;
|
|
29
28
|
constructor(input: CreateLocationFsxLustreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationFsxOntapCommandInput
|
|
|
19
19
|
export interface CreateLocationFsxOntapCommandOutput
|
|
20
20
|
extends CreateLocationFsxOntapResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationFsxOntapCommand extends $Command<
|
|
24
23
|
CreateLocationFsxOntapCommandInput,
|
|
25
24
|
CreateLocationFsxOntapCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationFsxOntapCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationFsxOntapCommandInput;
|
|
29
28
|
constructor(input: CreateLocationFsxOntapCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationFsxOpenZfsCommandInput
|
|
|
19
19
|
export interface CreateLocationFsxOpenZfsCommandOutput
|
|
20
20
|
extends CreateLocationFsxOpenZfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationFsxOpenZfsCommand extends $Command<
|
|
24
23
|
CreateLocationFsxOpenZfsCommandInput,
|
|
25
24
|
CreateLocationFsxOpenZfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationFsxOpenZfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationFsxOpenZfsCommandInput;
|
|
29
28
|
constructor(input: CreateLocationFsxOpenZfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationFsxWindowsCommandInput
|
|
|
19
19
|
export interface CreateLocationFsxWindowsCommandOutput
|
|
20
20
|
extends CreateLocationFsxWindowsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationFsxWindowsCommand extends $Command<
|
|
24
23
|
CreateLocationFsxWindowsCommandInput,
|
|
25
24
|
CreateLocationFsxWindowsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationFsxWindowsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationFsxWindowsCommandInput;
|
|
29
28
|
constructor(input: CreateLocationFsxWindowsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationHdfsCommandInput
|
|
|
19
19
|
export interface CreateLocationHdfsCommandOutput
|
|
20
20
|
extends CreateLocationHdfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationHdfsCommand extends $Command<
|
|
24
23
|
CreateLocationHdfsCommandInput,
|
|
25
24
|
CreateLocationHdfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationHdfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationHdfsCommandInput;
|
|
29
28
|
constructor(input: CreateLocationHdfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationNfsCommandInput
|
|
|
19
19
|
export interface CreateLocationNfsCommandOutput
|
|
20
20
|
extends CreateLocationNfsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationNfsCommand extends $Command<
|
|
24
23
|
CreateLocationNfsCommandInput,
|
|
25
24
|
CreateLocationNfsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationNfsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationNfsCommandInput;
|
|
29
28
|
constructor(input: CreateLocationNfsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationObjectStorageCommandInput
|
|
|
19
19
|
export interface CreateLocationObjectStorageCommandOutput
|
|
20
20
|
extends CreateLocationObjectStorageResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationObjectStorageCommand extends $Command<
|
|
24
23
|
CreateLocationObjectStorageCommandInput,
|
|
25
24
|
CreateLocationObjectStorageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationObjectStorageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationObjectStorageCommandInput;
|
|
29
28
|
constructor(input: CreateLocationObjectStorageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLocationS3CommandInput extends CreateLocationS3Request {}
|
|
|
18
18
|
export interface CreateLocationS3CommandOutput
|
|
19
19
|
extends CreateLocationS3Response,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLocationS3Command extends $Command<
|
|
23
22
|
CreateLocationS3CommandInput,
|
|
24
23
|
CreateLocationS3CommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLocationS3Command extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLocationS3CommandInput;
|
|
28
27
|
constructor(input: CreateLocationS3CommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateLocationSmbCommandInput
|
|
|
19
19
|
export interface CreateLocationSmbCommandOutput
|
|
20
20
|
extends CreateLocationSmbResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateLocationSmbCommand extends $Command<
|
|
24
23
|
CreateLocationSmbCommandInput,
|
|
25
24
|
CreateLocationSmbCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateLocationSmbCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateLocationSmbCommandInput;
|
|
29
28
|
constructor(input: CreateLocationSmbCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: DataSyncClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTaskCommandInput extends CreateTaskRequest {}
|
|
|
15
15
|
export interface CreateTaskCommandOutput
|
|
16
16
|
extends CreateTaskResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTaskCommand extends $Command<
|
|
20
19
|
CreateTaskCommandInput,
|
|
21
20
|
CreateTaskCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTaskCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTaskCommandInput;
|
|
25
24
|
constructor(input: CreateTaskCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DataSyncClientResolvedConfig,
|