@aws-sdk/client-datasync 3.952.0 → 3.954.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 (73) hide show
  1. package/dist-cjs/index.js +651 -439
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CancelTaskExecutionCommand.js +2 -2
  4. package/dist-es/commands/CreateAgentCommand.js +2 -2
  5. package/dist-es/commands/CreateLocationAzureBlobCommand.js +2 -2
  6. package/dist-es/commands/CreateLocationEfsCommand.js +2 -2
  7. package/dist-es/commands/CreateLocationFsxLustreCommand.js +2 -2
  8. package/dist-es/commands/CreateLocationFsxOntapCommand.js +2 -2
  9. package/dist-es/commands/CreateLocationFsxOpenZfsCommand.js +2 -2
  10. package/dist-es/commands/CreateLocationFsxWindowsCommand.js +2 -2
  11. package/dist-es/commands/CreateLocationHdfsCommand.js +2 -2
  12. package/dist-es/commands/CreateLocationNfsCommand.js +2 -2
  13. package/dist-es/commands/CreateLocationObjectStorageCommand.js +2 -2
  14. package/dist-es/commands/CreateLocationS3Command.js +2 -2
  15. package/dist-es/commands/CreateLocationSmbCommand.js +2 -2
  16. package/dist-es/commands/CreateTaskCommand.js +2 -2
  17. package/dist-es/commands/DeleteAgentCommand.js +2 -2
  18. package/dist-es/commands/DeleteLocationCommand.js +2 -2
  19. package/dist-es/commands/DeleteTaskCommand.js +2 -2
  20. package/dist-es/commands/DescribeAgentCommand.js +2 -2
  21. package/dist-es/commands/DescribeLocationAzureBlobCommand.js +2 -2
  22. package/dist-es/commands/DescribeLocationEfsCommand.js +2 -2
  23. package/dist-es/commands/DescribeLocationFsxLustreCommand.js +2 -2
  24. package/dist-es/commands/DescribeLocationFsxOntapCommand.js +2 -2
  25. package/dist-es/commands/DescribeLocationFsxOpenZfsCommand.js +2 -2
  26. package/dist-es/commands/DescribeLocationFsxWindowsCommand.js +2 -2
  27. package/dist-es/commands/DescribeLocationHdfsCommand.js +2 -2
  28. package/dist-es/commands/DescribeLocationNfsCommand.js +2 -2
  29. package/dist-es/commands/DescribeLocationObjectStorageCommand.js +2 -2
  30. package/dist-es/commands/DescribeLocationS3Command.js +2 -2
  31. package/dist-es/commands/DescribeLocationSmbCommand.js +2 -2
  32. package/dist-es/commands/DescribeTaskCommand.js +2 -2
  33. package/dist-es/commands/DescribeTaskExecutionCommand.js +2 -2
  34. package/dist-es/commands/ListAgentsCommand.js +2 -2
  35. package/dist-es/commands/ListLocationsCommand.js +2 -2
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-es/commands/ListTaskExecutionsCommand.js +2 -2
  38. package/dist-es/commands/ListTasksCommand.js +2 -2
  39. package/dist-es/commands/StartTaskExecutionCommand.js +2 -2
  40. package/dist-es/commands/TagResourceCommand.js +2 -2
  41. package/dist-es/commands/UntagResourceCommand.js +2 -2
  42. package/dist-es/commands/UpdateAgentCommand.js +2 -2
  43. package/dist-es/commands/UpdateLocationAzureBlobCommand.js +2 -2
  44. package/dist-es/commands/UpdateLocationEfsCommand.js +2 -2
  45. package/dist-es/commands/UpdateLocationFsxLustreCommand.js +2 -2
  46. package/dist-es/commands/UpdateLocationFsxOntapCommand.js +2 -2
  47. package/dist-es/commands/UpdateLocationFsxOpenZfsCommand.js +2 -2
  48. package/dist-es/commands/UpdateLocationFsxWindowsCommand.js +2 -2
  49. package/dist-es/commands/UpdateLocationHdfsCommand.js +2 -2
  50. package/dist-es/commands/UpdateLocationNfsCommand.js +2 -2
  51. package/dist-es/commands/UpdateLocationObjectStorageCommand.js +2 -2
  52. package/dist-es/commands/UpdateLocationS3Command.js +2 -2
  53. package/dist-es/commands/UpdateLocationSmbCommand.js +2 -2
  54. package/dist-es/commands/UpdateTaskCommand.js +2 -2
  55. package/dist-es/commands/UpdateTaskExecutionCommand.js +2 -2
  56. package/dist-es/index.js +1 -0
  57. package/dist-es/runtimeConfig.shared.js +6 -6
  58. package/dist-es/schemas/schemas_0.js +398 -391
  59. package/dist-types/DataSyncClient.d.ts +1 -10
  60. package/dist-types/index.d.ts +1 -0
  61. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  62. package/dist-types/runtimeConfig.d.ts +6 -2
  63. package/dist-types/runtimeConfig.native.d.ts +6 -2
  64. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  65. package/dist-types/schemas/schemas_0.d.ts +206 -228
  66. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -4
  67. package/dist-types/ts3.4/index.d.ts +1 -0
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  72. package/dist-types/ts3.4/schemas/schemas_0.d.ts +205 -229
  73. package/package.json +34 -34
@@ -392,17 +392,17 @@ const _s = "server";
392
392
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datasync";
393
393
  const n0 = "com.amazonaws.datasync";
394
394
  import { TypeRegistry } from "@smithy/core/schema";
395
- import { DataSyncServiceException as __DataSyncServiceException } from "../models/DataSyncServiceException";
396
- import { InternalException as __InternalException, InvalidRequestException as __InvalidRequestException, } from "../models/errors";
397
- export var AzureBlobSasToken = [0, n0, _ABST, 8, 0];
398
- export var ObjectStorageSecretKey = [0, n0, _OSSK, 8, 0];
399
- export var SmbPassword = [0, n0, _SP, 8, 0];
400
- export var AgentListEntry = [3, n0, _ALE, 0, [_AA, _N, _S, _P], [0, 0, 0, () => Platform]];
401
- export var AzureBlobSasConfiguration = [3, n0, _ABSC, 0, [_T], [[() => AzureBlobSasToken, 0]]];
402
- export var CancelTaskExecutionRequest = [3, n0, _CTER, 0, [_TEA], [0]];
403
- export var CancelTaskExecutionResponse = [3, n0, _CTERa, 0, [], []];
404
- export var CmkSecretConfig = [3, n0, _CSC, 0, [_SA, _KKA], [0, 0]];
405
- export var CreateAgentRequest = [
395
+ import { DataSyncServiceException } from "../models/DataSyncServiceException";
396
+ import { InternalException, InvalidRequestException } from "../models/errors";
397
+ var AzureBlobSasToken = [0, n0, _ABST, 8, 0];
398
+ var ObjectStorageSecretKey = [0, n0, _OSSK, 8, 0];
399
+ var SmbPassword = [0, n0, _SP, 8, 0];
400
+ export var AgentListEntry$ = [3, n0, _ALE, 0, [_AA, _N, _S, _P], [0, 0, 0, () => Platform$]];
401
+ export var AzureBlobSasConfiguration$ = [3, n0, _ABSC, 0, [_T], [[() => AzureBlobSasToken, 0]]];
402
+ export var CancelTaskExecutionRequest$ = [3, n0, _CTER, 0, [_TEA], [0]];
403
+ export var CancelTaskExecutionResponse$ = [3, n0, _CTERa, 0, [], []];
404
+ export var CmkSecretConfig$ = [3, n0, _CSC, 0, [_SA, _KKA], [0, 0]];
405
+ export var CreateAgentRequest$ = [
406
406
  3,
407
407
  n0,
408
408
  _CAR,
@@ -410,8 +410,8 @@ export var CreateAgentRequest = [
410
410
  [_AK, _AN, _Ta, _VEI, _SAu, _SGA],
411
411
  [0, 0, () => InputTagList, 0, 64 | 0, 64 | 0],
412
412
  ];
413
- export var CreateAgentResponse = [3, n0, _CARr, 0, [_AA], [0]];
414
- export var CreateLocationAzureBlobRequest = [
413
+ export var CreateAgentResponse$ = [3, n0, _CARr, 0, [_AA], [0]];
414
+ export var CreateLocationAzureBlobRequest$ = [
415
415
  3,
416
416
  n0,
417
417
  _CLABR,
@@ -420,27 +420,27 @@ export var CreateLocationAzureBlobRequest = [
420
420
  [
421
421
  0,
422
422
  0,
423
- [() => AzureBlobSasConfiguration, 0],
423
+ [() => AzureBlobSasConfiguration$, 0],
424
424
  0,
425
425
  0,
426
426
  0,
427
427
  64 | 0,
428
428
  () => InputTagList,
429
- () => CmkSecretConfig,
430
- () => CustomSecretConfig,
429
+ () => CmkSecretConfig$,
430
+ () => CustomSecretConfig$,
431
431
  ],
432
432
  ];
433
- export var CreateLocationAzureBlobResponse = [3, n0, _CLABRr, 0, [_LA], [0]];
434
- export var CreateLocationEfsRequest = [
433
+ export var CreateLocationAzureBlobResponse$ = [3, n0, _CLABRr, 0, [_LA], [0]];
434
+ export var CreateLocationEfsRequest$ = [
435
435
  3,
436
436
  n0,
437
437
  _CLER,
438
438
  0,
439
439
  [_Su, _EFA, _EC, _Ta, _APA, _FSARA, _ITE],
440
- [0, 0, () => Ec2Config, () => InputTagList, 0, 0, 0],
440
+ [0, 0, () => Ec2Config$, () => InputTagList, 0, 0, 0],
441
441
  ];
442
- export var CreateLocationEfsResponse = [3, n0, _CLERr, 0, [_LA], [0]];
443
- export var CreateLocationFsxLustreRequest = [
442
+ export var CreateLocationEfsResponse$ = [3, n0, _CLERr, 0, [_LA], [0]];
443
+ export var CreateLocationFsxLustreRequest$ = [
444
444
  3,
445
445
  n0,
446
446
  _CLFLR,
@@ -448,26 +448,26 @@ export var CreateLocationFsxLustreRequest = [
448
448
  [_FFA, _SGA, _Su, _Ta],
449
449
  [0, 64 | 0, 0, () => InputTagList],
450
450
  ];
451
- export var CreateLocationFsxLustreResponse = [3, n0, _CLFLRr, 0, [_LA], [0]];
452
- export var CreateLocationFsxOntapRequest = [
451
+ export var CreateLocationFsxLustreResponse$ = [3, n0, _CLFLRr, 0, [_LA], [0]];
452
+ export var CreateLocationFsxOntapRequest$ = [
453
453
  3,
454
454
  n0,
455
455
  _CLFOR,
456
456
  0,
457
457
  [_Pr, _SGA, _SVMA, _Su, _Ta],
458
- [[() => FsxProtocol, 0], 64 | 0, 0, 0, () => InputTagList],
458
+ [[() => FsxProtocol$, 0], 64 | 0, 0, 0, () => InputTagList],
459
459
  ];
460
- export var CreateLocationFsxOntapResponse = [3, n0, _CLFORr, 0, [_LA], [0]];
461
- export var CreateLocationFsxOpenZfsRequest = [
460
+ export var CreateLocationFsxOntapResponse$ = [3, n0, _CLFORr, 0, [_LA], [0]];
461
+ export var CreateLocationFsxOpenZfsRequest$ = [
462
462
  3,
463
463
  n0,
464
464
  _CLFOZR,
465
465
  0,
466
466
  [_FFA, _Pr, _SGA, _Su, _Ta],
467
- [0, [() => FsxProtocol, 0], 64 | 0, 0, () => InputTagList],
467
+ [0, [() => FsxProtocol$, 0], 64 | 0, 0, () => InputTagList],
468
468
  ];
469
- export var CreateLocationFsxOpenZfsResponse = [3, n0, _CLFOZRr, 0, [_LA], [0]];
470
- export var CreateLocationFsxWindowsRequest = [
469
+ export var CreateLocationFsxOpenZfsResponse$ = [3, n0, _CLFOZRr, 0, [_LA], [0]];
470
+ export var CreateLocationFsxWindowsRequest$ = [
471
471
  3,
472
472
  n0,
473
473
  _CLFWR,
@@ -475,26 +475,26 @@ export var CreateLocationFsxWindowsRequest = [
475
475
  [_Su, _FFA, _SGA, _Ta, _U, _D, _Pa],
476
476
  [0, 0, 64 | 0, () => InputTagList, 0, 0, [() => SmbPassword, 0]],
477
477
  ];
478
- export var CreateLocationFsxWindowsResponse = [3, n0, _CLFWRr, 0, [_LA], [0]];
479
- export var CreateLocationHdfsRequest = [
478
+ export var CreateLocationFsxWindowsResponse$ = [3, n0, _CLFWRr, 0, [_LA], [0]];
479
+ export var CreateLocationHdfsRequest$ = [
480
480
  3,
481
481
  n0,
482
482
  _CLHR,
483
483
  0,
484
484
  [_Su, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _KK, _KKC, _AAg, _Ta],
485
- [0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 21, 21, 64 | 0, () => InputTagList],
485
+ [0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 21, 21, 64 | 0, () => InputTagList],
486
486
  ];
487
- export var CreateLocationHdfsResponse = [3, n0, _CLHRr, 0, [_LA], [0]];
488
- export var CreateLocationNfsRequest = [
487
+ export var CreateLocationHdfsResponse$ = [3, n0, _CLHRr, 0, [_LA], [0]];
488
+ export var CreateLocationNfsRequest$ = [
489
489
  3,
490
490
  n0,
491
491
  _CLNR,
492
492
  0,
493
493
  [_Su, _SH, _OPC, _MO, _Ta],
494
- [0, 0, () => OnPremConfig, () => NfsMountOptions, () => InputTagList],
494
+ [0, 0, () => OnPremConfig$, () => NfsMountOptions$, () => InputTagList],
495
495
  ];
496
- export var CreateLocationNfsResponse = [3, n0, _CLNRr, 0, [_LA], [0]];
497
- export var CreateLocationObjectStorageRequest = [
496
+ export var CreateLocationNfsResponse$ = [3, n0, _CLNRr, 0, [_LA], [0]];
497
+ export var CreateLocationObjectStorageRequest$ = [
498
498
  3,
499
499
  n0,
500
500
  _CLOSR,
@@ -511,21 +511,21 @@ export var CreateLocationObjectStorageRequest = [
511
511
  64 | 0,
512
512
  () => InputTagList,
513
513
  21,
514
- () => CmkSecretConfig,
515
- () => CustomSecretConfig,
514
+ () => CmkSecretConfig$,
515
+ () => CustomSecretConfig$,
516
516
  ],
517
517
  ];
518
- export var CreateLocationObjectStorageResponse = [3, n0, _CLOSRr, 0, [_LA], [0]];
519
- export var CreateLocationS3Request = [
518
+ export var CreateLocationObjectStorageResponse$ = [3, n0, _CLOSRr, 0, [_LA], [0]];
519
+ export var CreateLocationS3Request$ = [
520
520
  3,
521
521
  n0,
522
522
  _CLSR,
523
523
  0,
524
524
  [_Su, _SBA, _SSC, _SCo, _AAg, _Ta],
525
- [0, 0, 0, () => S3Config, 64 | 0, () => InputTagList],
525
+ [0, 0, 0, () => S3Config$, 64 | 0, () => InputTagList],
526
526
  ];
527
- export var CreateLocationS3Response = [3, n0, _CLSRr, 0, [_LA], [0]];
528
- export var CreateLocationSmbRequest = [
527
+ export var CreateLocationS3Response$ = [3, n0, _CLSRr, 0, [_LA], [0]];
528
+ export var CreateLocationSmbRequest$ = [
529
529
  3,
530
530
  n0,
531
531
  _CLSRre,
@@ -537,10 +537,10 @@ export var CreateLocationSmbRequest = [
537
537
  0,
538
538
  0,
539
539
  [() => SmbPassword, 0],
540
- () => CmkSecretConfig,
541
- () => CustomSecretConfig,
540
+ () => CmkSecretConfig$,
541
+ () => CustomSecretConfig$,
542
542
  64 | 0,
543
- () => SmbMountOptions,
543
+ () => SmbMountOptions$,
544
544
  () => InputTagList,
545
545
  0,
546
546
  64 | 0,
@@ -549,8 +549,8 @@ export var CreateLocationSmbRequest = [
549
549
  21,
550
550
  ],
551
551
  ];
552
- export var CreateLocationSmbResponse = [3, n0, _CLSRrea, 0, [_LA], [0]];
553
- export var CreateTaskRequest = [
552
+ export var CreateLocationSmbResponse$ = [3, n0, _CLSRrea, 0, [_LA], [0]];
553
+ export var CreateTaskRequest$ = [
554
554
  3,
555
555
  n0,
556
556
  _CTR,
@@ -561,53 +561,53 @@ export var CreateTaskRequest = [
561
561
  0,
562
562
  0,
563
563
  0,
564
- () => Options,
564
+ () => Options$,
565
565
  () => FilterList,
566
- () => TaskSchedule,
566
+ () => TaskSchedule$,
567
567
  () => InputTagList,
568
568
  () => FilterList,
569
- () => ManifestConfig,
570
- () => TaskReportConfig,
569
+ () => ManifestConfig$,
570
+ () => TaskReportConfig$,
571
571
  0,
572
572
  ],
573
573
  ];
574
- export var CreateTaskResponse = [3, n0, _CTRr, 0, [_TA], [0]];
575
- export var CustomSecretConfig = [3, n0, _CSCu, 0, [_SA, _SARA], [0, 0]];
576
- export var DeleteAgentRequest = [3, n0, _DAR, 0, [_AA], [0]];
577
- export var DeleteAgentResponse = [3, n0, _DARe, 0, [], []];
578
- export var DeleteLocationRequest = [3, n0, _DLR, 0, [_LA], [0]];
579
- export var DeleteLocationResponse = [3, n0, _DLRe, 0, [], []];
580
- export var DeleteTaskRequest = [3, n0, _DTR, 0, [_TA], [0]];
581
- export var DeleteTaskResponse = [3, n0, _DTRe, 0, [], []];
582
- export var DescribeAgentRequest = [3, n0, _DARes, 0, [_AA], [0]];
583
- export var DescribeAgentResponse = [
574
+ export var CreateTaskResponse$ = [3, n0, _CTRr, 0, [_TA], [0]];
575
+ export var CustomSecretConfig$ = [3, n0, _CSCu, 0, [_SA, _SARA], [0, 0]];
576
+ export var DeleteAgentRequest$ = [3, n0, _DAR, 0, [_AA], [0]];
577
+ export var DeleteAgentResponse$ = [3, n0, _DARe, 0, [], []];
578
+ export var DeleteLocationRequest$ = [3, n0, _DLR, 0, [_LA], [0]];
579
+ export var DeleteLocationResponse$ = [3, n0, _DLRe, 0, [], []];
580
+ export var DeleteTaskRequest$ = [3, n0, _DTR, 0, [_TA], [0]];
581
+ export var DeleteTaskResponse$ = [3, n0, _DTRe, 0, [], []];
582
+ export var DescribeAgentRequest$ = [3, n0, _DARes, 0, [_AA], [0]];
583
+ export var DescribeAgentResponse$ = [
584
584
  3,
585
585
  n0,
586
586
  _DAResc,
587
587
  0,
588
588
  [_AA, _N, _S, _LCT, _CT, _ET, _PLC, _P],
589
- [0, 0, 0, 4, 4, 0, () => PrivateLinkConfig, () => Platform],
589
+ [0, 0, 0, 4, 4, 0, () => PrivateLinkConfig$, () => Platform$],
590
590
  ];
591
- export var DescribeLocationAzureBlobRequest = [3, n0, _DLABR, 0, [_LA], [0]];
592
- export var DescribeLocationAzureBlobResponse = [
591
+ export var DescribeLocationAzureBlobRequest$ = [3, n0, _DLABR, 0, [_LA], [0]];
592
+ export var DescribeLocationAzureBlobResponse$ = [
593
593
  3,
594
594
  n0,
595
595
  _DLABRe,
596
596
  0,
597
597
  [_LA, _LU, _AT, _BT, _ATc, _AAg, _CT, _MSC, _CSC, _CSCu],
598
- [0, 0, 0, 0, 0, 64 | 0, 4, () => ManagedSecretConfig, () => CmkSecretConfig, () => CustomSecretConfig],
598
+ [0, 0, 0, 0, 0, 64 | 0, 4, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$],
599
599
  ];
600
- export var DescribeLocationEfsRequest = [3, n0, _DLER, 0, [_LA], [0]];
601
- export var DescribeLocationEfsResponse = [
600
+ export var DescribeLocationEfsRequest$ = [3, n0, _DLER, 0, [_LA], [0]];
601
+ export var DescribeLocationEfsResponse$ = [
602
602
  3,
603
603
  n0,
604
604
  _DLERe,
605
605
  0,
606
606
  [_LA, _LU, _EC, _CT, _APA, _FSARA, _ITE],
607
- [0, 0, () => Ec2Config, 4, 0, 0, 0],
607
+ [0, 0, () => Ec2Config$, 4, 0, 0, 0],
608
608
  ];
609
- export var DescribeLocationFsxLustreRequest = [3, n0, _DLFLR, 0, [_LA], [0]];
610
- export var DescribeLocationFsxLustreResponse = [
609
+ export var DescribeLocationFsxLustreRequest$ = [3, n0, _DLFLR, 0, [_LA], [0]];
610
+ export var DescribeLocationFsxLustreResponse$ = [
611
611
  3,
612
612
  n0,
613
613
  _DLFLRe,
@@ -615,26 +615,26 @@ export var DescribeLocationFsxLustreResponse = [
615
615
  [_LA, _LU, _SGA, _CT],
616
616
  [0, 0, 64 | 0, 4],
617
617
  ];
618
- export var DescribeLocationFsxOntapRequest = [3, n0, _DLFOR, 0, [_LA], [0]];
619
- export var DescribeLocationFsxOntapResponse = [
618
+ export var DescribeLocationFsxOntapRequest$ = [3, n0, _DLFOR, 0, [_LA], [0]];
619
+ export var DescribeLocationFsxOntapResponse$ = [
620
620
  3,
621
621
  n0,
622
622
  _DLFORe,
623
623
  0,
624
624
  [_CT, _LA, _LU, _Pr, _SGA, _SVMA, _FFA],
625
- [4, 0, 0, [() => FsxProtocol, 0], 64 | 0, 0, 0],
625
+ [4, 0, 0, [() => FsxProtocol$, 0], 64 | 0, 0, 0],
626
626
  ];
627
- export var DescribeLocationFsxOpenZfsRequest = [3, n0, _DLFOZR, 0, [_LA], [0]];
628
- export var DescribeLocationFsxOpenZfsResponse = [
627
+ export var DescribeLocationFsxOpenZfsRequest$ = [3, n0, _DLFOZR, 0, [_LA], [0]];
628
+ export var DescribeLocationFsxOpenZfsResponse$ = [
629
629
  3,
630
630
  n0,
631
631
  _DLFOZRe,
632
632
  0,
633
633
  [_LA, _LU, _SGA, _Pr, _CT],
634
- [0, 0, 64 | 0, [() => FsxProtocol, 0], 4],
634
+ [0, 0, 64 | 0, [() => FsxProtocol$, 0], 4],
635
635
  ];
636
- export var DescribeLocationFsxWindowsRequest = [3, n0, _DLFWR, 0, [_LA], [0]];
637
- export var DescribeLocationFsxWindowsResponse = [
636
+ export var DescribeLocationFsxWindowsRequest$ = [3, n0, _DLFWR, 0, [_LA], [0]];
637
+ export var DescribeLocationFsxWindowsResponse$ = [
638
638
  3,
639
639
  n0,
640
640
  _DLFWRe,
@@ -642,44 +642,44 @@ export var DescribeLocationFsxWindowsResponse = [
642
642
  [_LA, _LU, _SGA, _CT, _U, _D],
643
643
  [0, 0, 64 | 0, 4, 0, 0],
644
644
  ];
645
- export var DescribeLocationHdfsRequest = [3, n0, _DLHR, 0, [_LA], [0]];
646
- export var DescribeLocationHdfsResponse = [
645
+ export var DescribeLocationHdfsRequest$ = [3, n0, _DLHR, 0, [_LA], [0]];
646
+ export var DescribeLocationHdfsResponse$ = [
647
647
  3,
648
648
  n0,
649
649
  _DLHRe,
650
650
  0,
651
651
  [_LA, _LU, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _AAg, _CT],
652
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 64 | 0, 4],
652
+ [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 64 | 0, 4],
653
653
  ];
654
- export var DescribeLocationNfsRequest = [3, n0, _DLNR, 0, [_LA], [0]];
655
- export var DescribeLocationNfsResponse = [
654
+ export var DescribeLocationNfsRequest$ = [3, n0, _DLNR, 0, [_LA], [0]];
655
+ export var DescribeLocationNfsResponse$ = [
656
656
  3,
657
657
  n0,
658
658
  _DLNRe,
659
659
  0,
660
660
  [_LA, _LU, _OPC, _MO, _CT],
661
- [0, 0, () => OnPremConfig, () => NfsMountOptions, 4],
661
+ [0, 0, () => OnPremConfig$, () => NfsMountOptions$, 4],
662
662
  ];
663
- export var DescribeLocationObjectStorageRequest = [3, n0, _DLOSR, 0, [_LA], [0]];
664
- export var DescribeLocationObjectStorageResponse = [
663
+ export var DescribeLocationObjectStorageRequest$ = [3, n0, _DLOSR, 0, [_LA], [0]];
664
+ export var DescribeLocationObjectStorageResponse$ = [
665
665
  3,
666
666
  n0,
667
667
  _DLOSRe,
668
668
  0,
669
669
  [_LA, _LU, _AKc, _SPe, _SPer, _AAg, _CT, _SCe, _MSC, _CSC, _CSCu],
670
- [0, 0, 0, 1, 0, 64 | 0, 4, 21, () => ManagedSecretConfig, () => CmkSecretConfig, () => CustomSecretConfig],
670
+ [0, 0, 0, 1, 0, 64 | 0, 4, 21, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$],
671
671
  ];
672
- export var DescribeLocationS3Request = [3, n0, _DLSR, 0, [_LA], [0]];
673
- export var DescribeLocationS3Response = [
672
+ export var DescribeLocationS3Request$ = [3, n0, _DLSR, 0, [_LA], [0]];
673
+ export var DescribeLocationS3Response$ = [
674
674
  3,
675
675
  n0,
676
676
  _DLSRe,
677
677
  0,
678
678
  [_LA, _LU, _SSC, _SCo, _AAg, _CT],
679
- [0, 0, 0, () => S3Config, 64 | 0, 4],
679
+ [0, 0, 0, () => S3Config$, 64 | 0, 4],
680
680
  ];
681
- export var DescribeLocationSmbRequest = [3, n0, _DLSRes, 0, [_LA], [0]];
682
- export var DescribeLocationSmbResponse = [
681
+ export var DescribeLocationSmbRequest$ = [3, n0, _DLSRes, 0, [_LA], [0]];
682
+ export var DescribeLocationSmbResponse$ = [
683
683
  3,
684
684
  n0,
685
685
  _DLSResc,
@@ -691,18 +691,18 @@ export var DescribeLocationSmbResponse = [
691
691
  64 | 0,
692
692
  0,
693
693
  0,
694
- () => SmbMountOptions,
694
+ () => SmbMountOptions$,
695
695
  4,
696
696
  64 | 0,
697
697
  0,
698
698
  0,
699
- () => ManagedSecretConfig,
700
- () => CmkSecretConfig,
701
- () => CustomSecretConfig,
699
+ () => ManagedSecretConfig$,
700
+ () => CmkSecretConfig$,
701
+ () => CustomSecretConfig$,
702
702
  ],
703
703
  ];
704
- export var DescribeTaskExecutionRequest = [3, n0, _DTER, 0, [_TEA], [0]];
705
- export var DescribeTaskExecutionResponse = [
704
+ export var DescribeTaskExecutionRequest$ = [3, n0, _DTER, 0, [_TEA], [0]];
705
+ export var DescribeTaskExecutionResponse$ = [
706
706
  3,
707
707
  n0,
708
708
  _DTERe,
@@ -747,10 +747,10 @@ export var DescribeTaskExecutionResponse = [
747
747
  [
748
748
  0,
749
749
  0,
750
- () => Options,
750
+ () => Options$,
751
751
  () => FilterList,
752
752
  () => FilterList,
753
- () => ManifestConfig,
753
+ () => ManifestConfig$,
754
754
  4,
755
755
  1,
756
756
  1,
@@ -758,17 +758,17 @@ export var DescribeTaskExecutionResponse = [
758
758
  1,
759
759
  1,
760
760
  1,
761
- () => TaskExecutionResultDetail,
762
- () => TaskReportConfig,
761
+ () => TaskExecutionResultDetail$,
762
+ () => TaskReportConfig$,
763
763
  1,
764
764
  1,
765
765
  1,
766
- () => ReportResult,
766
+ () => ReportResult$,
767
767
  1,
768
768
  0,
769
769
  1,
770
- () => TaskExecutionFilesListedDetail,
771
- () => TaskExecutionFilesFailedDetail,
770
+ () => TaskExecutionFilesListedDetail$,
771
+ () => TaskExecutionFilesFailedDetail$,
772
772
  1,
773
773
  1,
774
774
  1,
@@ -776,14 +776,14 @@ export var DescribeTaskExecutionResponse = [
776
776
  1,
777
777
  1,
778
778
  1,
779
- () => TaskExecutionFoldersListedDetail,
780
- () => TaskExecutionFoldersFailedDetail,
779
+ () => TaskExecutionFoldersListedDetail$,
780
+ () => TaskExecutionFoldersFailedDetail$,
781
781
  4,
782
782
  4,
783
783
  ],
784
784
  ];
785
- export var DescribeTaskRequest = [3, n0, _DTRes, 0, [_TA], [0]];
786
- export var DescribeTaskResponse = [
785
+ export var DescribeTaskRequest$ = [3, n0, _DTRes, 0, [_TA], [0]];
786
+ export var DescribeTaskResponse$ = [
787
787
  3,
788
788
  n0,
789
789
  _DTResc,
@@ -799,62 +799,62 @@ export var DescribeTaskResponse = [
799
799
  0,
800
800
  64 | 0,
801
801
  64 | 0,
802
- () => Options,
802
+ () => Options$,
803
803
  () => FilterList,
804
- () => TaskSchedule,
804
+ () => TaskSchedule$,
805
805
  0,
806
806
  0,
807
807
  4,
808
808
  () => FilterList,
809
- () => ManifestConfig,
810
- () => TaskReportConfig,
811
- () => TaskScheduleDetails,
809
+ () => ManifestConfig$,
810
+ () => TaskReportConfig$,
811
+ () => TaskScheduleDetails$,
812
812
  0,
813
813
  ],
814
814
  ];
815
- export var Ec2Config = [3, n0, _EC, 0, [_SAub, _SGA], [0, 64 | 0]];
816
- export var FilterRule = [3, n0, _FR, 0, [_FTi, _V], [0, 0]];
817
- export var FsxProtocol = [
815
+ export var Ec2Config$ = [3, n0, _EC, 0, [_SAub, _SGA], [0, 64 | 0]];
816
+ export var FilterRule$ = [3, n0, _FR, 0, [_FTi, _V], [0, 0]];
817
+ export var FsxProtocol$ = [
818
818
  3,
819
819
  n0,
820
820
  _FPs,
821
821
  0,
822
822
  [_NFS, _SMB],
823
- [() => FsxProtocolNfs, [() => FsxProtocolSmb, 0]],
823
+ [() => FsxProtocolNfs$, [() => FsxProtocolSmb$, 0]],
824
824
  ];
825
- export var FsxProtocolNfs = [3, n0, _FPN, 0, [_MO], [() => NfsMountOptions]];
826
- export var FsxProtocolSmb = [
825
+ export var FsxProtocolNfs$ = [3, n0, _FPN, 0, [_MO], [() => NfsMountOptions$]];
826
+ export var FsxProtocolSmb$ = [
827
827
  3,
828
828
  n0,
829
829
  _FPS,
830
830
  0,
831
831
  [_D, _MO, _Pa, _U],
832
- [0, () => SmbMountOptions, [() => SmbPassword, 0], 0],
832
+ [0, () => SmbMountOptions$, [() => SmbPassword, 0], 0],
833
833
  ];
834
- export var FsxUpdateProtocol = [
834
+ export var FsxUpdateProtocol$ = [
835
835
  3,
836
836
  n0,
837
837
  _FUP,
838
838
  0,
839
839
  [_NFS, _SMB],
840
- [() => FsxProtocolNfs, [() => FsxUpdateProtocolSmb, 0]],
840
+ [() => FsxProtocolNfs$, [() => FsxUpdateProtocolSmb$, 0]],
841
841
  ];
842
- export var FsxUpdateProtocolSmb = [
842
+ export var FsxUpdateProtocolSmb$ = [
843
843
  3,
844
844
  n0,
845
845
  _FUPS,
846
846
  0,
847
847
  [_D, _MO, _Pa, _U],
848
- [0, () => SmbMountOptions, [() => SmbPassword, 0], 0],
849
- ];
850
- export var HdfsNameNode = [3, n0, _HNN, 0, [_H, _Po], [0, 1]];
851
- export var InternalException = [-3, n0, _IE, { [_e]: _s }, [_m, _eC], [0, 0]];
852
- TypeRegistry.for(n0).registerError(InternalException, __InternalException);
853
- export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m, _eC, _dEC], [0, 0, 0]];
854
- TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
855
- export var ListAgentsRequest = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
856
- export var ListAgentsResponse = [3, n0, _LARi, 0, [_A, _NT], [() => AgentList, 0]];
857
- export var ListLocationsRequest = [
848
+ [0, () => SmbMountOptions$, [() => SmbPassword, 0], 0],
849
+ ];
850
+ export var HdfsNameNode$ = [3, n0, _HNN, 0, [_H, _Po], [0, 1]];
851
+ export var InternalException$ = [-3, n0, _IE, { [_e]: _s }, [_m, _eC], [0, 0]];
852
+ TypeRegistry.for(n0).registerError(InternalException$, InternalException);
853
+ export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_m, _eC, _dEC], [0, 0, 0]];
854
+ TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
855
+ export var ListAgentsRequest$ = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
856
+ export var ListAgentsResponse$ = [3, n0, _LARi, 0, [_A, _NT], [() => AgentList, 0]];
857
+ export var ListLocationsRequest$ = [
858
858
  3,
859
859
  n0,
860
860
  _LLR,
@@ -862,9 +862,9 @@ export var ListLocationsRequest = [
862
862
  [_MR, _NT, _F],
863
863
  [1, 0, () => LocationFilters],
864
864
  ];
865
- export var ListLocationsResponse = [3, n0, _LLRi, 0, [_L, _NT], [() => LocationList, 0]];
866
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
867
- export var ListTagsForResourceResponse = [
865
+ export var ListLocationsResponse$ = [3, n0, _LLRi, 0, [_L, _NT], [() => LocationList, 0]];
866
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
867
+ export var ListTagsForResourceResponse$ = [
868
868
  3,
869
869
  n0,
870
870
  _LTFRRi,
@@ -872,8 +872,8 @@ export var ListTagsForResourceResponse = [
872
872
  [_Ta, _NT],
873
873
  [() => OutputTagList, 0],
874
874
  ];
875
- export var ListTaskExecutionsRequest = [3, n0, _LTER, 0, [_TA, _MR, _NT], [0, 1, 0]];
876
- export var ListTaskExecutionsResponse = [
875
+ export var ListTaskExecutionsRequest$ = [3, n0, _LTER, 0, [_TA, _MR, _NT], [0, 1, 0]];
876
+ export var ListTaskExecutionsResponse$ = [
877
877
  3,
878
878
  n0,
879
879
  _LTERi,
@@ -881,15 +881,22 @@ export var ListTaskExecutionsResponse = [
881
881
  [_TE, _NT],
882
882
  [() => TaskExecutionList, 0],
883
883
  ];
884
- export var ListTasksRequest = [3, n0, _LTR, 0, [_MR, _NT, _F], [1, 0, () => TaskFilters]];
885
- export var ListTasksResponse = [3, n0, _LTRi, 0, [_Tas, _NT], [() => TaskList, 0]];
886
- export var LocationFilter = [3, n0, _LF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
887
- export var LocationListEntry = [3, n0, _LLE, 0, [_LA, _LU], [0, 0]];
888
- export var ManagedSecretConfig = [3, n0, _MSC, 0, [_SA], [0]];
889
- export var ManifestConfig = [3, n0, _MC, 0, [_Ac, _Fo, _So], [0, 0, () => SourceManifestConfig]];
890
- export var NfsMountOptions = [3, n0, _NMO, 0, [_Ve], [0]];
891
- export var OnPremConfig = [3, n0, _OPC, 0, [_AAg], [64 | 0]];
892
- export var Options = [
884
+ export var ListTasksRequest$ = [3, n0, _LTR, 0, [_MR, _NT, _F], [1, 0, () => TaskFilters]];
885
+ export var ListTasksResponse$ = [3, n0, _LTRi, 0, [_Tas, _NT], [() => TaskList, 0]];
886
+ export var LocationFilter$ = [3, n0, _LF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
887
+ export var LocationListEntry$ = [3, n0, _LLE, 0, [_LA, _LU], [0, 0]];
888
+ export var ManagedSecretConfig$ = [3, n0, _MSC, 0, [_SA], [0]];
889
+ export var ManifestConfig$ = [
890
+ 3,
891
+ n0,
892
+ _MC,
893
+ 0,
894
+ [_Ac, _Fo, _So],
895
+ [0, 0, () => SourceManifestConfig$],
896
+ ];
897
+ export var NfsMountOptions$ = [3, n0, _NMO, 0, [_Ve], [0]];
898
+ export var OnPremConfig$ = [3, n0, _OPC, 0, [_AAg], [64 | 0]];
899
+ export var Options$ = [
893
900
  3,
894
901
  n0,
895
902
  _O,
@@ -897,8 +904,8 @@ export var Options = [
897
904
  [_VM, _OM, _At, _M, _Ui, _G, _PDF, _PD, _PP, _BPS, _TQ, _LL, _TMr, _SDCF, _OT],
898
905
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
899
906
  ];
900
- export var Platform = [3, n0, _P, 0, [_Ve], [0]];
901
- export var PrivateLinkConfig = [
907
+ export var Platform$ = [3, n0, _P, 0, [_Ve], [0]];
908
+ export var PrivateLinkConfig$ = [
902
909
  3,
903
910
  n0,
904
911
  _PLC,
@@ -906,24 +913,24 @@ export var PrivateLinkConfig = [
906
913
  [_VEI, _PLE, _SAu, _SGA],
907
914
  [0, 0, 64 | 0, 64 | 0],
908
915
  ];
909
- export var QopConfiguration = [3, n0, _QC, 0, [_RP, _DTP], [0, 0]];
910
- export var ReportDestination = [3, n0, _RD, 0, [_S_], [() => ReportDestinationS3]];
911
- export var ReportDestinationS3 = [3, n0, _RDS, 0, [_Su, _SBA, _BARA], [0, 0, 0]];
912
- export var ReportOverride = [3, n0, _RO, 0, [_RL], [0]];
913
- export var ReportOverrides = [
916
+ export var QopConfiguration$ = [3, n0, _QC, 0, [_RP, _DTP], [0, 0]];
917
+ export var ReportDestination$ = [3, n0, _RD, 0, [_S_], [() => ReportDestinationS3$]];
918
+ export var ReportDestinationS3$ = [3, n0, _RDS, 0, [_Su, _SBA, _BARA], [0, 0, 0]];
919
+ export var ReportOverride$ = [3, n0, _RO, 0, [_RL], [0]];
920
+ export var ReportOverrides$ = [
914
921
  3,
915
922
  n0,
916
923
  _ROe,
917
924
  0,
918
925
  [_Tr, _Ver, _De, _Sk],
919
- [() => ReportOverride, () => ReportOverride, () => ReportOverride, () => ReportOverride],
920
- ];
921
- export var ReportResult = [3, n0, _RR, 0, [_S, _ECr, _ED], [0, 0, 0]];
922
- export var S3Config = [3, n0, _SCo, 0, [_BARA], [0]];
923
- export var S3ManifestConfig = [3, n0, _SMC, 0, [_MOP, _BARA, _SBA, _MOVI], [0, 0, 0, 0]];
924
- export var SmbMountOptions = [3, n0, _SMO, 0, [_Ve], [0]];
925
- export var SourceManifestConfig = [3, n0, _SMCo, 0, [_S_], [() => S3ManifestConfig]];
926
- export var StartTaskExecutionRequest = [
926
+ [() => ReportOverride$, () => ReportOverride$, () => ReportOverride$, () => ReportOverride$],
927
+ ];
928
+ export var ReportResult$ = [3, n0, _RR, 0, [_S, _ECr, _ED], [0, 0, 0]];
929
+ export var S3Config$ = [3, n0, _SCo, 0, [_BARA], [0]];
930
+ export var S3ManifestConfig$ = [3, n0, _SMC, 0, [_MOP, _BARA, _SBA, _MOVI], [0, 0, 0, 0]];
931
+ export var SmbMountOptions$ = [3, n0, _SMO, 0, [_Ve], [0]];
932
+ export var SourceManifestConfig$ = [3, n0, _SMCo, 0, [_S_], [() => S3ManifestConfig$]];
933
+ export var StartTaskExecutionRequest$ = [
927
934
  3,
928
935
  n0,
929
936
  _STER,
@@ -931,19 +938,19 @@ export var StartTaskExecutionRequest = [
931
938
  [_TA, _OO, _I, _E, _MC, _TRC, _Ta],
932
939
  [
933
940
  0,
934
- () => Options,
941
+ () => Options$,
935
942
  () => FilterList,
936
943
  () => FilterList,
937
- () => ManifestConfig,
938
- () => TaskReportConfig,
944
+ () => ManifestConfig$,
945
+ () => TaskReportConfig$,
939
946
  () => InputTagList,
940
947
  ],
941
948
  ];
942
- export var StartTaskExecutionResponse = [3, n0, _STERt, 0, [_TEA], [0]];
943
- export var TagListEntry = [3, n0, _TLE, 0, [_K, _V], [0, 0]];
944
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => InputTagList]];
945
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
946
- export var TaskExecutionFilesFailedDetail = [
949
+ export var StartTaskExecutionResponse$ = [3, n0, _STERt, 0, [_TEA], [0]];
950
+ export var TagListEntry$ = [3, n0, _TLE, 0, [_K, _V], [0, 0]];
951
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => InputTagList]];
952
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
953
+ export var TaskExecutionFilesFailedDetail$ = [
947
954
  3,
948
955
  n0,
949
956
  _TEFFD,
@@ -951,8 +958,8 @@ export var TaskExecutionFilesFailedDetail = [
951
958
  [_Pre, _Tra, _Veri, _Del],
952
959
  [1, 1, 1, 1],
953
960
  ];
954
- export var TaskExecutionFilesListedDetail = [3, n0, _TEFLD, 0, [_AS, _ADFD], [1, 1]];
955
- export var TaskExecutionFoldersFailedDetail = [
961
+ export var TaskExecutionFilesListedDetail$ = [3, n0, _TEFLD, 0, [_AS, _ADFD], [1, 1]];
962
+ export var TaskExecutionFoldersFailedDetail$ = [
956
963
  3,
957
964
  n0,
958
965
  _TEFFDa,
@@ -960,9 +967,9 @@ export var TaskExecutionFoldersFailedDetail = [
960
967
  [_Li, _Pre, _Tra, _Veri, _Del],
961
968
  [1, 1, 1, 1, 1],
962
969
  ];
963
- export var TaskExecutionFoldersListedDetail = [3, n0, _TEFLDa, 0, [_AS, _ADFD], [1, 1]];
964
- export var TaskExecutionListEntry = [3, n0, _TELE, 0, [_TEA, _S, _TM], [0, 0, 0]];
965
- export var TaskExecutionResultDetail = [
970
+ export var TaskExecutionFoldersListedDetail$ = [3, n0, _TEFLDa, 0, [_AS, _ADFD], [1, 1]];
971
+ export var TaskExecutionListEntry$ = [3, n0, _TELE, 0, [_TEA, _S, _TM], [0, 0, 0]];
972
+ export var TaskExecutionResultDetail$ = [
966
973
  3,
967
974
  n0,
968
975
  _TERD,
@@ -970,32 +977,32 @@ export var TaskExecutionResultDetail = [
970
977
  [_PDr, _PS, _TD, _TDr, _TS, _VD, _VS, _ECr, _ED],
971
978
  [1, 0, 1, 1, 0, 1, 0, 0, 0],
972
979
  ];
973
- export var TaskFilter = [3, n0, _TF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
974
- export var TaskListEntry = [3, n0, _TLEa, 0, [_TA, _S, _N, _TM], [0, 0, 0, 0]];
975
- export var TaskReportConfig = [
980
+ export var TaskFilter$ = [3, n0, _TF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
981
+ export var TaskListEntry$ = [3, n0, _TLEa, 0, [_TA, _S, _N, _TM], [0, 0, 0, 0]];
982
+ export var TaskReportConfig$ = [
976
983
  3,
977
984
  n0,
978
985
  _TRC,
979
986
  0,
980
987
  [_Des, _OTu, _RL, _OVI, _Ov],
981
- [() => ReportDestination, 0, 0, 0, () => ReportOverrides],
982
- ];
983
- export var TaskSchedule = [3, n0, _TSa, 0, [_SE, _S], [0, 0]];
984
- export var TaskScheduleDetails = [3, n0, _TSD, 0, [_SUT, _DR, _DB], [4, 0, 0]];
985
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _Ke], [0, 64 | 0]];
986
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
987
- export var UpdateAgentRequest = [3, n0, _UAR, 0, [_AA, _N], [0, 0]];
988
- export var UpdateAgentResponse = [3, n0, _UARp, 0, [], []];
989
- export var UpdateLocationAzureBlobRequest = [
988
+ [() => ReportDestination$, 0, 0, 0, () => ReportOverrides$],
989
+ ];
990
+ export var TaskSchedule$ = [3, n0, _TSa, 0, [_SE, _S], [0, 0]];
991
+ export var TaskScheduleDetails$ = [3, n0, _TSD, 0, [_SUT, _DR, _DB], [4, 0, 0]];
992
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _Ke], [0, 64 | 0]];
993
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
994
+ export var UpdateAgentRequest$ = [3, n0, _UAR, 0, [_AA, _N], [0, 0]];
995
+ export var UpdateAgentResponse$ = [3, n0, _UARp, 0, [], []];
996
+ export var UpdateLocationAzureBlobRequest$ = [
990
997
  3,
991
998
  n0,
992
999
  _ULABR,
993
1000
  0,
994
1001
  [_LA, _Su, _AT, _SC, _BT, _ATc, _AAg, _CSC, _CSCu],
995
- [0, 0, 0, [() => AzureBlobSasConfiguration, 0], 0, 0, 64 | 0, () => CmkSecretConfig, () => CustomSecretConfig],
1002
+ [0, 0, 0, [() => AzureBlobSasConfiguration$, 0], 0, 0, 64 | 0, () => CmkSecretConfig$, () => CustomSecretConfig$],
996
1003
  ];
997
- export var UpdateLocationAzureBlobResponse = [3, n0, _ULABRp, 0, [], []];
998
- export var UpdateLocationEfsRequest = [
1004
+ export var UpdateLocationAzureBlobResponse$ = [3, n0, _ULABRp, 0, [], []];
1005
+ export var UpdateLocationEfsRequest$ = [
999
1006
  3,
1000
1007
  n0,
1001
1008
  _ULER,
@@ -1003,28 +1010,28 @@ export var UpdateLocationEfsRequest = [
1003
1010
  [_LA, _Su, _APA, _FSARA, _ITE],
1004
1011
  [0, 0, 0, 0, 0],
1005
1012
  ];
1006
- export var UpdateLocationEfsResponse = [3, n0, _ULERp, 0, [], []];
1007
- export var UpdateLocationFsxLustreRequest = [3, n0, _ULFLR, 0, [_LA, _Su], [0, 0]];
1008
- export var UpdateLocationFsxLustreResponse = [3, n0, _ULFLRp, 0, [], []];
1009
- export var UpdateLocationFsxOntapRequest = [
1013
+ export var UpdateLocationEfsResponse$ = [3, n0, _ULERp, 0, [], []];
1014
+ export var UpdateLocationFsxLustreRequest$ = [3, n0, _ULFLR, 0, [_LA, _Su], [0, 0]];
1015
+ export var UpdateLocationFsxLustreResponse$ = [3, n0, _ULFLRp, 0, [], []];
1016
+ export var UpdateLocationFsxOntapRequest$ = [
1010
1017
  3,
1011
1018
  n0,
1012
1019
  _ULFOR,
1013
1020
  0,
1014
1021
  [_LA, _Pr, _Su],
1015
- [0, [() => FsxUpdateProtocol, 0], 0],
1022
+ [0, [() => FsxUpdateProtocol$, 0], 0],
1016
1023
  ];
1017
- export var UpdateLocationFsxOntapResponse = [3, n0, _ULFORp, 0, [], []];
1018
- export var UpdateLocationFsxOpenZfsRequest = [
1024
+ export var UpdateLocationFsxOntapResponse$ = [3, n0, _ULFORp, 0, [], []];
1025
+ export var UpdateLocationFsxOpenZfsRequest$ = [
1019
1026
  3,
1020
1027
  n0,
1021
1028
  _ULFOZR,
1022
1029
  0,
1023
1030
  [_LA, _Pr, _Su],
1024
- [0, [() => FsxProtocol, 0], 0],
1031
+ [0, [() => FsxProtocol$, 0], 0],
1025
1032
  ];
1026
- export var UpdateLocationFsxOpenZfsResponse = [3, n0, _ULFOZRp, 0, [], []];
1027
- export var UpdateLocationFsxWindowsRequest = [
1033
+ export var UpdateLocationFsxOpenZfsResponse$ = [3, n0, _ULFOZRp, 0, [], []];
1034
+ export var UpdateLocationFsxWindowsRequest$ = [
1028
1035
  3,
1029
1036
  n0,
1030
1037
  _ULFWR,
@@ -1032,44 +1039,44 @@ export var UpdateLocationFsxWindowsRequest = [
1032
1039
  [_LA, _Su, _D, _U, _Pa],
1033
1040
  [0, 0, 0, 0, [() => SmbPassword, 0]],
1034
1041
  ];
1035
- export var UpdateLocationFsxWindowsResponse = [3, n0, _ULFWRp, 0, [], []];
1036
- export var UpdateLocationHdfsRequest = [
1042
+ export var UpdateLocationFsxWindowsResponse$ = [3, n0, _ULFWRp, 0, [], []];
1043
+ export var UpdateLocationHdfsRequest$ = [
1037
1044
  3,
1038
1045
  n0,
1039
1046
  _ULHR,
1040
1047
  0,
1041
1048
  [_LA, _Su, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _KK, _KKC, _AAg],
1042
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 21, 21, 64 | 0],
1049
+ [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 21, 21, 64 | 0],
1043
1050
  ];
1044
- export var UpdateLocationHdfsResponse = [3, n0, _ULHRp, 0, [], []];
1045
- export var UpdateLocationNfsRequest = [
1051
+ export var UpdateLocationHdfsResponse$ = [3, n0, _ULHRp, 0, [], []];
1052
+ export var UpdateLocationNfsRequest$ = [
1046
1053
  3,
1047
1054
  n0,
1048
1055
  _ULNR,
1049
1056
  0,
1050
1057
  [_LA, _Su, _SH, _OPC, _MO],
1051
- [0, 0, 0, () => OnPremConfig, () => NfsMountOptions],
1058
+ [0, 0, 0, () => OnPremConfig$, () => NfsMountOptions$],
1052
1059
  ];
1053
- export var UpdateLocationNfsResponse = [3, n0, _ULNRp, 0, [], []];
1054
- export var UpdateLocationObjectStorageRequest = [
1060
+ export var UpdateLocationNfsResponse$ = [3, n0, _ULNRp, 0, [], []];
1061
+ export var UpdateLocationObjectStorageRequest$ = [
1055
1062
  3,
1056
1063
  n0,
1057
1064
  _ULOSR,
1058
1065
  0,
1059
1066
  [_LA, _SPe, _SPer, _Su, _SH, _AKc, _SK, _AAg, _SCe, _CSC, _CSCu],
1060
- [0, 1, 0, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, 21, () => CmkSecretConfig, () => CustomSecretConfig],
1067
+ [0, 1, 0, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, 21, () => CmkSecretConfig$, () => CustomSecretConfig$],
1061
1068
  ];
1062
- export var UpdateLocationObjectStorageResponse = [3, n0, _ULOSRp, 0, [], []];
1063
- export var UpdateLocationS3Request = [
1069
+ export var UpdateLocationObjectStorageResponse$ = [3, n0, _ULOSRp, 0, [], []];
1070
+ export var UpdateLocationS3Request$ = [
1064
1071
  3,
1065
1072
  n0,
1066
1073
  _ULSR,
1067
1074
  0,
1068
1075
  [_LA, _Su, _SSC, _SCo],
1069
- [0, 0, 0, () => S3Config],
1076
+ [0, 0, 0, () => S3Config$],
1070
1077
  ];
1071
- export var UpdateLocationS3Response = [3, n0, _ULSRp, 0, [], []];
1072
- export var UpdateLocationSmbRequest = [
1078
+ export var UpdateLocationS3Response$ = [3, n0, _ULSRp, 0, [], []];
1079
+ export var UpdateLocationSmbRequest$ = [
1073
1080
  3,
1074
1081
  n0,
1075
1082
  _ULSRpd,
@@ -1082,10 +1089,10 @@ export var UpdateLocationSmbRequest = [
1082
1089
  0,
1083
1090
  0,
1084
1091
  [() => SmbPassword, 0],
1085
- () => CmkSecretConfig,
1086
- () => CustomSecretConfig,
1092
+ () => CmkSecretConfig$,
1093
+ () => CustomSecretConfig$,
1087
1094
  64 | 0,
1088
- () => SmbMountOptions,
1095
+ () => SmbMountOptions$,
1089
1096
  0,
1090
1097
  64 | 0,
1091
1098
  0,
@@ -1093,10 +1100,10 @@ export var UpdateLocationSmbRequest = [
1093
1100
  21,
1094
1101
  ],
1095
1102
  ];
1096
- export var UpdateLocationSmbResponse = [3, n0, _ULSRpda, 0, [], []];
1097
- export var UpdateTaskExecutionRequest = [3, n0, _UTER, 0, [_TEA, _O], [0, () => Options]];
1098
- export var UpdateTaskExecutionResponse = [3, n0, _UTERp, 0, [], []];
1099
- export var UpdateTaskRequest = [
1103
+ export var UpdateLocationSmbResponse$ = [3, n0, _ULSRpda, 0, [], []];
1104
+ export var UpdateTaskExecutionRequest$ = [3, n0, _UTER, 0, [_TEA, _O], [0, () => Options$]];
1105
+ export var UpdateTaskExecutionResponse$ = [3, n0, _UTERp, 0, [], []];
1106
+ export var UpdateTaskRequest$ = [
1100
1107
  3,
1101
1108
  n0,
1102
1109
  _UTR,
@@ -1104,396 +1111,396 @@ export var UpdateTaskRequest = [
1104
1111
  [_TA, _O, _E, _Sc, _N, _CWLGA, _I, _MC, _TRC],
1105
1112
  [
1106
1113
  0,
1107
- () => Options,
1114
+ () => Options$,
1108
1115
  () => FilterList,
1109
- () => TaskSchedule,
1116
+ () => TaskSchedule$,
1110
1117
  0,
1111
1118
  0,
1112
1119
  () => FilterList,
1113
- () => ManifestConfig,
1114
- () => TaskReportConfig,
1120
+ () => ManifestConfig$,
1121
+ () => TaskReportConfig$,
1115
1122
  ],
1116
1123
  ];
1117
- export var UpdateTaskResponse = [3, n0, _UTRp, 0, [], []];
1118
- export var DataSyncServiceException = [-3, _sm, "DataSyncServiceException", 0, [], []];
1119
- TypeRegistry.for(_sm).registerError(DataSyncServiceException, __DataSyncServiceException);
1120
- export var AgentArnList = 64 | 0;
1121
- export var AgentList = [1, n0, _AL, 0, () => AgentListEntry];
1122
- export var DestinationNetworkInterfaceArns = 64 | 0;
1123
- export var DnsIpList = 64 | 0;
1124
- export var Ec2SecurityGroupArnList = 64 | 0;
1125
- export var FilterList = [1, n0, _FLi, 0, () => FilterRule];
1126
- export var FilterValues = 64 | 0;
1127
- export var HdfsNameNodeList = [1, n0, _HNNL, 0, () => HdfsNameNode];
1128
- export var InputTagList = [1, n0, _ITL, 0, () => TagListEntry];
1129
- export var LocationFilters = [1, n0, _LFo, 0, () => LocationFilter];
1130
- export var LocationList = [1, n0, _LLo, 0, () => LocationListEntry];
1131
- export var OutputTagList = [1, n0, _OTL, 0, () => TagListEntry];
1132
- export var PLSecurityGroupArnList = 64 | 0;
1133
- export var PLSubnetArnList = 64 | 0;
1134
- export var SourceNetworkInterfaceArns = 64 | 0;
1135
- export var TagKeyList = 64 | 0;
1136
- export var TaskExecutionList = [1, n0, _TEL, 0, () => TaskExecutionListEntry];
1137
- export var TaskFilters = [1, n0, _TFa, 0, () => TaskFilter];
1138
- export var TaskList = [1, n0, _TL, 0, () => TaskListEntry];
1139
- export var CancelTaskExecution = [
1124
+ export var UpdateTaskResponse$ = [3, n0, _UTRp, 0, [], []];
1125
+ export var DataSyncServiceException$ = [-3, _sm, "DataSyncServiceException", 0, [], []];
1126
+ TypeRegistry.for(_sm).registerError(DataSyncServiceException$, DataSyncServiceException);
1127
+ var AgentArnList = 64 | 0;
1128
+ var AgentList = [1, n0, _AL, 0, () => AgentListEntry$];
1129
+ var DestinationNetworkInterfaceArns = 64 | 0;
1130
+ var DnsIpList = 64 | 0;
1131
+ var Ec2SecurityGroupArnList = 64 | 0;
1132
+ var FilterList = [1, n0, _FLi, 0, () => FilterRule$];
1133
+ var FilterValues = 64 | 0;
1134
+ var HdfsNameNodeList = [1, n0, _HNNL, 0, () => HdfsNameNode$];
1135
+ var InputTagList = [1, n0, _ITL, 0, () => TagListEntry$];
1136
+ var LocationFilters = [1, n0, _LFo, 0, () => LocationFilter$];
1137
+ var LocationList = [1, n0, _LLo, 0, () => LocationListEntry$];
1138
+ var OutputTagList = [1, n0, _OTL, 0, () => TagListEntry$];
1139
+ var PLSecurityGroupArnList = 64 | 0;
1140
+ var PLSubnetArnList = 64 | 0;
1141
+ var SourceNetworkInterfaceArns = 64 | 0;
1142
+ var TagKeyList = 64 | 0;
1143
+ var TaskExecutionList = [1, n0, _TEL, 0, () => TaskExecutionListEntry$];
1144
+ var TaskFilters = [1, n0, _TFa, 0, () => TaskFilter$];
1145
+ var TaskList = [1, n0, _TL, 0, () => TaskListEntry$];
1146
+ export var CancelTaskExecution$ = [
1140
1147
  9,
1141
1148
  n0,
1142
1149
  _CTE,
1143
1150
  0,
1144
- () => CancelTaskExecutionRequest,
1145
- () => CancelTaskExecutionResponse,
1151
+ () => CancelTaskExecutionRequest$,
1152
+ () => CancelTaskExecutionResponse$,
1146
1153
  ];
1147
- export var CreateAgent = [9, n0, _CA, 0, () => CreateAgentRequest, () => CreateAgentResponse];
1148
- export var CreateLocationAzureBlob = [
1154
+ export var CreateAgent$ = [9, n0, _CA, 0, () => CreateAgentRequest$, () => CreateAgentResponse$];
1155
+ export var CreateLocationAzureBlob$ = [
1149
1156
  9,
1150
1157
  n0,
1151
1158
  _CLAB,
1152
1159
  0,
1153
- () => CreateLocationAzureBlobRequest,
1154
- () => CreateLocationAzureBlobResponse,
1160
+ () => CreateLocationAzureBlobRequest$,
1161
+ () => CreateLocationAzureBlobResponse$,
1155
1162
  ];
1156
- export var CreateLocationEfs = [
1163
+ export var CreateLocationEfs$ = [
1157
1164
  9,
1158
1165
  n0,
1159
1166
  _CLE,
1160
1167
  0,
1161
- () => CreateLocationEfsRequest,
1162
- () => CreateLocationEfsResponse,
1168
+ () => CreateLocationEfsRequest$,
1169
+ () => CreateLocationEfsResponse$,
1163
1170
  ];
1164
- export var CreateLocationFsxLustre = [
1171
+ export var CreateLocationFsxLustre$ = [
1165
1172
  9,
1166
1173
  n0,
1167
1174
  _CLFL,
1168
1175
  0,
1169
- () => CreateLocationFsxLustreRequest,
1170
- () => CreateLocationFsxLustreResponse,
1176
+ () => CreateLocationFsxLustreRequest$,
1177
+ () => CreateLocationFsxLustreResponse$,
1171
1178
  ];
1172
- export var CreateLocationFsxOntap = [
1179
+ export var CreateLocationFsxOntap$ = [
1173
1180
  9,
1174
1181
  n0,
1175
1182
  _CLFO,
1176
1183
  0,
1177
- () => CreateLocationFsxOntapRequest,
1178
- () => CreateLocationFsxOntapResponse,
1184
+ () => CreateLocationFsxOntapRequest$,
1185
+ () => CreateLocationFsxOntapResponse$,
1179
1186
  ];
1180
- export var CreateLocationFsxOpenZfs = [
1187
+ export var CreateLocationFsxOpenZfs$ = [
1181
1188
  9,
1182
1189
  n0,
1183
1190
  _CLFOZ,
1184
1191
  0,
1185
- () => CreateLocationFsxOpenZfsRequest,
1186
- () => CreateLocationFsxOpenZfsResponse,
1192
+ () => CreateLocationFsxOpenZfsRequest$,
1193
+ () => CreateLocationFsxOpenZfsResponse$,
1187
1194
  ];
1188
- export var CreateLocationFsxWindows = [
1195
+ export var CreateLocationFsxWindows$ = [
1189
1196
  9,
1190
1197
  n0,
1191
1198
  _CLFW,
1192
1199
  0,
1193
- () => CreateLocationFsxWindowsRequest,
1194
- () => CreateLocationFsxWindowsResponse,
1200
+ () => CreateLocationFsxWindowsRequest$,
1201
+ () => CreateLocationFsxWindowsResponse$,
1195
1202
  ];
1196
- export var CreateLocationHdfs = [
1203
+ export var CreateLocationHdfs$ = [
1197
1204
  9,
1198
1205
  n0,
1199
1206
  _CLH,
1200
1207
  0,
1201
- () => CreateLocationHdfsRequest,
1202
- () => CreateLocationHdfsResponse,
1208
+ () => CreateLocationHdfsRequest$,
1209
+ () => CreateLocationHdfsResponse$,
1203
1210
  ];
1204
- export var CreateLocationNfs = [
1211
+ export var CreateLocationNfs$ = [
1205
1212
  9,
1206
1213
  n0,
1207
1214
  _CLN,
1208
1215
  0,
1209
- () => CreateLocationNfsRequest,
1210
- () => CreateLocationNfsResponse,
1216
+ () => CreateLocationNfsRequest$,
1217
+ () => CreateLocationNfsResponse$,
1211
1218
  ];
1212
- export var CreateLocationObjectStorage = [
1219
+ export var CreateLocationObjectStorage$ = [
1213
1220
  9,
1214
1221
  n0,
1215
1222
  _CLOS,
1216
1223
  0,
1217
- () => CreateLocationObjectStorageRequest,
1218
- () => CreateLocationObjectStorageResponse,
1224
+ () => CreateLocationObjectStorageRequest$,
1225
+ () => CreateLocationObjectStorageResponse$,
1219
1226
  ];
1220
- export var CreateLocationS3 = [
1227
+ export var CreateLocationS3$ = [
1221
1228
  9,
1222
1229
  n0,
1223
1230
  _CLS,
1224
1231
  0,
1225
- () => CreateLocationS3Request,
1226
- () => CreateLocationS3Response,
1232
+ () => CreateLocationS3Request$,
1233
+ () => CreateLocationS3Response$,
1227
1234
  ];
1228
- export var CreateLocationSmb = [
1235
+ export var CreateLocationSmb$ = [
1229
1236
  9,
1230
1237
  n0,
1231
1238
  _CLSr,
1232
1239
  0,
1233
- () => CreateLocationSmbRequest,
1234
- () => CreateLocationSmbResponse,
1240
+ () => CreateLocationSmbRequest$,
1241
+ () => CreateLocationSmbResponse$,
1235
1242
  ];
1236
- export var CreateTask = [9, n0, _CTr, 0, () => CreateTaskRequest, () => CreateTaskResponse];
1237
- export var DeleteAgent = [9, n0, _DA, 0, () => DeleteAgentRequest, () => DeleteAgentResponse];
1238
- export var DeleteLocation = [
1243
+ export var CreateTask$ = [9, n0, _CTr, 0, () => CreateTaskRequest$, () => CreateTaskResponse$];
1244
+ export var DeleteAgent$ = [9, n0, _DA, 0, () => DeleteAgentRequest$, () => DeleteAgentResponse$];
1245
+ export var DeleteLocation$ = [
1239
1246
  9,
1240
1247
  n0,
1241
1248
  _DL,
1242
1249
  0,
1243
- () => DeleteLocationRequest,
1244
- () => DeleteLocationResponse,
1250
+ () => DeleteLocationRequest$,
1251
+ () => DeleteLocationResponse$,
1245
1252
  ];
1246
- export var DeleteTask = [9, n0, _DT, 0, () => DeleteTaskRequest, () => DeleteTaskResponse];
1247
- export var DescribeAgent = [
1253
+ export var DeleteTask$ = [9, n0, _DT, 0, () => DeleteTaskRequest$, () => DeleteTaskResponse$];
1254
+ export var DescribeAgent$ = [
1248
1255
  9,
1249
1256
  n0,
1250
1257
  _DAe,
1251
1258
  0,
1252
- () => DescribeAgentRequest,
1253
- () => DescribeAgentResponse,
1259
+ () => DescribeAgentRequest$,
1260
+ () => DescribeAgentResponse$,
1254
1261
  ];
1255
- export var DescribeLocationAzureBlob = [
1262
+ export var DescribeLocationAzureBlob$ = [
1256
1263
  9,
1257
1264
  n0,
1258
1265
  _DLAB,
1259
1266
  0,
1260
- () => DescribeLocationAzureBlobRequest,
1261
- () => DescribeLocationAzureBlobResponse,
1267
+ () => DescribeLocationAzureBlobRequest$,
1268
+ () => DescribeLocationAzureBlobResponse$,
1262
1269
  ];
1263
- export var DescribeLocationEfs = [
1270
+ export var DescribeLocationEfs$ = [
1264
1271
  9,
1265
1272
  n0,
1266
1273
  _DLE,
1267
1274
  0,
1268
- () => DescribeLocationEfsRequest,
1269
- () => DescribeLocationEfsResponse,
1275
+ () => DescribeLocationEfsRequest$,
1276
+ () => DescribeLocationEfsResponse$,
1270
1277
  ];
1271
- export var DescribeLocationFsxLustre = [
1278
+ export var DescribeLocationFsxLustre$ = [
1272
1279
  9,
1273
1280
  n0,
1274
1281
  _DLFL,
1275
1282
  0,
1276
- () => DescribeLocationFsxLustreRequest,
1277
- () => DescribeLocationFsxLustreResponse,
1283
+ () => DescribeLocationFsxLustreRequest$,
1284
+ () => DescribeLocationFsxLustreResponse$,
1278
1285
  ];
1279
- export var DescribeLocationFsxOntap = [
1286
+ export var DescribeLocationFsxOntap$ = [
1280
1287
  9,
1281
1288
  n0,
1282
1289
  _DLFO,
1283
1290
  0,
1284
- () => DescribeLocationFsxOntapRequest,
1285
- () => DescribeLocationFsxOntapResponse,
1291
+ () => DescribeLocationFsxOntapRequest$,
1292
+ () => DescribeLocationFsxOntapResponse$,
1286
1293
  ];
1287
- export var DescribeLocationFsxOpenZfs = [
1294
+ export var DescribeLocationFsxOpenZfs$ = [
1288
1295
  9,
1289
1296
  n0,
1290
1297
  _DLFOZ,
1291
1298
  0,
1292
- () => DescribeLocationFsxOpenZfsRequest,
1293
- () => DescribeLocationFsxOpenZfsResponse,
1299
+ () => DescribeLocationFsxOpenZfsRequest$,
1300
+ () => DescribeLocationFsxOpenZfsResponse$,
1294
1301
  ];
1295
- export var DescribeLocationFsxWindows = [
1302
+ export var DescribeLocationFsxWindows$ = [
1296
1303
  9,
1297
1304
  n0,
1298
1305
  _DLFW,
1299
1306
  0,
1300
- () => DescribeLocationFsxWindowsRequest,
1301
- () => DescribeLocationFsxWindowsResponse,
1307
+ () => DescribeLocationFsxWindowsRequest$,
1308
+ () => DescribeLocationFsxWindowsResponse$,
1302
1309
  ];
1303
- export var DescribeLocationHdfs = [
1310
+ export var DescribeLocationHdfs$ = [
1304
1311
  9,
1305
1312
  n0,
1306
1313
  _DLH,
1307
1314
  0,
1308
- () => DescribeLocationHdfsRequest,
1309
- () => DescribeLocationHdfsResponse,
1315
+ () => DescribeLocationHdfsRequest$,
1316
+ () => DescribeLocationHdfsResponse$,
1310
1317
  ];
1311
- export var DescribeLocationNfs = [
1318
+ export var DescribeLocationNfs$ = [
1312
1319
  9,
1313
1320
  n0,
1314
1321
  _DLN,
1315
1322
  0,
1316
- () => DescribeLocationNfsRequest,
1317
- () => DescribeLocationNfsResponse,
1323
+ () => DescribeLocationNfsRequest$,
1324
+ () => DescribeLocationNfsResponse$,
1318
1325
  ];
1319
- export var DescribeLocationObjectStorage = [
1326
+ export var DescribeLocationObjectStorage$ = [
1320
1327
  9,
1321
1328
  n0,
1322
1329
  _DLOS,
1323
1330
  0,
1324
- () => DescribeLocationObjectStorageRequest,
1325
- () => DescribeLocationObjectStorageResponse,
1331
+ () => DescribeLocationObjectStorageRequest$,
1332
+ () => DescribeLocationObjectStorageResponse$,
1326
1333
  ];
1327
- export var DescribeLocationS3 = [
1334
+ export var DescribeLocationS3$ = [
1328
1335
  9,
1329
1336
  n0,
1330
1337
  _DLS,
1331
1338
  0,
1332
- () => DescribeLocationS3Request,
1333
- () => DescribeLocationS3Response,
1339
+ () => DescribeLocationS3Request$,
1340
+ () => DescribeLocationS3Response$,
1334
1341
  ];
1335
- export var DescribeLocationSmb = [
1342
+ export var DescribeLocationSmb$ = [
1336
1343
  9,
1337
1344
  n0,
1338
1345
  _DLSe,
1339
1346
  0,
1340
- () => DescribeLocationSmbRequest,
1341
- () => DescribeLocationSmbResponse,
1347
+ () => DescribeLocationSmbRequest$,
1348
+ () => DescribeLocationSmbResponse$,
1342
1349
  ];
1343
- export var DescribeTask = [
1350
+ export var DescribeTask$ = [
1344
1351
  9,
1345
1352
  n0,
1346
1353
  _DTe,
1347
1354
  0,
1348
- () => DescribeTaskRequest,
1349
- () => DescribeTaskResponse,
1355
+ () => DescribeTaskRequest$,
1356
+ () => DescribeTaskResponse$,
1350
1357
  ];
1351
- export var DescribeTaskExecution = [
1358
+ export var DescribeTaskExecution$ = [
1352
1359
  9,
1353
1360
  n0,
1354
1361
  _DTE,
1355
1362
  0,
1356
- () => DescribeTaskExecutionRequest,
1357
- () => DescribeTaskExecutionResponse,
1363
+ () => DescribeTaskExecutionRequest$,
1364
+ () => DescribeTaskExecutionResponse$,
1358
1365
  ];
1359
- export var ListAgents = [9, n0, _LAi, 0, () => ListAgentsRequest, () => ListAgentsResponse];
1360
- export var ListLocations = [
1366
+ export var ListAgents$ = [9, n0, _LAi, 0, () => ListAgentsRequest$, () => ListAgentsResponse$];
1367
+ export var ListLocations$ = [
1361
1368
  9,
1362
1369
  n0,
1363
1370
  _LLi,
1364
1371
  0,
1365
- () => ListLocationsRequest,
1366
- () => ListLocationsResponse,
1372
+ () => ListLocationsRequest$,
1373
+ () => ListLocationsResponse$,
1367
1374
  ];
1368
- export var ListTagsForResource = [
1375
+ export var ListTagsForResource$ = [
1369
1376
  9,
1370
1377
  n0,
1371
1378
  _LTFR,
1372
1379
  0,
1373
- () => ListTagsForResourceRequest,
1374
- () => ListTagsForResourceResponse,
1380
+ () => ListTagsForResourceRequest$,
1381
+ () => ListTagsForResourceResponse$,
1375
1382
  ];
1376
- export var ListTaskExecutions = [
1383
+ export var ListTaskExecutions$ = [
1377
1384
  9,
1378
1385
  n0,
1379
1386
  _LTE,
1380
1387
  0,
1381
- () => ListTaskExecutionsRequest,
1382
- () => ListTaskExecutionsResponse,
1388
+ () => ListTaskExecutionsRequest$,
1389
+ () => ListTaskExecutionsResponse$,
1383
1390
  ];
1384
- export var ListTasks = [9, n0, _LTi, 0, () => ListTasksRequest, () => ListTasksResponse];
1385
- export var StartTaskExecution = [
1391
+ export var ListTasks$ = [9, n0, _LTi, 0, () => ListTasksRequest$, () => ListTasksResponse$];
1392
+ export var StartTaskExecution$ = [
1386
1393
  9,
1387
1394
  n0,
1388
1395
  _STE,
1389
1396
  0,
1390
- () => StartTaskExecutionRequest,
1391
- () => StartTaskExecutionResponse,
1397
+ () => StartTaskExecutionRequest$,
1398
+ () => StartTaskExecutionResponse$,
1392
1399
  ];
1393
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1394
- export var UntagResource = [
1400
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1401
+ export var UntagResource$ = [
1395
1402
  9,
1396
1403
  n0,
1397
1404
  _UR,
1398
1405
  0,
1399
- () => UntagResourceRequest,
1400
- () => UntagResourceResponse,
1406
+ () => UntagResourceRequest$,
1407
+ () => UntagResourceResponse$,
1401
1408
  ];
1402
- export var UpdateAgent = [9, n0, _UA, 0, () => UpdateAgentRequest, () => UpdateAgentResponse];
1403
- export var UpdateLocationAzureBlob = [
1409
+ export var UpdateAgent$ = [9, n0, _UA, 0, () => UpdateAgentRequest$, () => UpdateAgentResponse$];
1410
+ export var UpdateLocationAzureBlob$ = [
1404
1411
  9,
1405
1412
  n0,
1406
1413
  _ULAB,
1407
1414
  0,
1408
- () => UpdateLocationAzureBlobRequest,
1409
- () => UpdateLocationAzureBlobResponse,
1415
+ () => UpdateLocationAzureBlobRequest$,
1416
+ () => UpdateLocationAzureBlobResponse$,
1410
1417
  ];
1411
- export var UpdateLocationEfs = [
1418
+ export var UpdateLocationEfs$ = [
1412
1419
  9,
1413
1420
  n0,
1414
1421
  _ULE,
1415
1422
  0,
1416
- () => UpdateLocationEfsRequest,
1417
- () => UpdateLocationEfsResponse,
1423
+ () => UpdateLocationEfsRequest$,
1424
+ () => UpdateLocationEfsResponse$,
1418
1425
  ];
1419
- export var UpdateLocationFsxLustre = [
1426
+ export var UpdateLocationFsxLustre$ = [
1420
1427
  9,
1421
1428
  n0,
1422
1429
  _ULFL,
1423
1430
  0,
1424
- () => UpdateLocationFsxLustreRequest,
1425
- () => UpdateLocationFsxLustreResponse,
1431
+ () => UpdateLocationFsxLustreRequest$,
1432
+ () => UpdateLocationFsxLustreResponse$,
1426
1433
  ];
1427
- export var UpdateLocationFsxOntap = [
1434
+ export var UpdateLocationFsxOntap$ = [
1428
1435
  9,
1429
1436
  n0,
1430
1437
  _ULFO,
1431
1438
  0,
1432
- () => UpdateLocationFsxOntapRequest,
1433
- () => UpdateLocationFsxOntapResponse,
1439
+ () => UpdateLocationFsxOntapRequest$,
1440
+ () => UpdateLocationFsxOntapResponse$,
1434
1441
  ];
1435
- export var UpdateLocationFsxOpenZfs = [
1442
+ export var UpdateLocationFsxOpenZfs$ = [
1436
1443
  9,
1437
1444
  n0,
1438
1445
  _ULFOZ,
1439
1446
  0,
1440
- () => UpdateLocationFsxOpenZfsRequest,
1441
- () => UpdateLocationFsxOpenZfsResponse,
1447
+ () => UpdateLocationFsxOpenZfsRequest$,
1448
+ () => UpdateLocationFsxOpenZfsResponse$,
1442
1449
  ];
1443
- export var UpdateLocationFsxWindows = [
1450
+ export var UpdateLocationFsxWindows$ = [
1444
1451
  9,
1445
1452
  n0,
1446
1453
  _ULFW,
1447
1454
  0,
1448
- () => UpdateLocationFsxWindowsRequest,
1449
- () => UpdateLocationFsxWindowsResponse,
1455
+ () => UpdateLocationFsxWindowsRequest$,
1456
+ () => UpdateLocationFsxWindowsResponse$,
1450
1457
  ];
1451
- export var UpdateLocationHdfs = [
1458
+ export var UpdateLocationHdfs$ = [
1452
1459
  9,
1453
1460
  n0,
1454
1461
  _ULH,
1455
1462
  0,
1456
- () => UpdateLocationHdfsRequest,
1457
- () => UpdateLocationHdfsResponse,
1463
+ () => UpdateLocationHdfsRequest$,
1464
+ () => UpdateLocationHdfsResponse$,
1458
1465
  ];
1459
- export var UpdateLocationNfs = [
1466
+ export var UpdateLocationNfs$ = [
1460
1467
  9,
1461
1468
  n0,
1462
1469
  _ULN,
1463
1470
  0,
1464
- () => UpdateLocationNfsRequest,
1465
- () => UpdateLocationNfsResponse,
1471
+ () => UpdateLocationNfsRequest$,
1472
+ () => UpdateLocationNfsResponse$,
1466
1473
  ];
1467
- export var UpdateLocationObjectStorage = [
1474
+ export var UpdateLocationObjectStorage$ = [
1468
1475
  9,
1469
1476
  n0,
1470
1477
  _ULOS,
1471
1478
  0,
1472
- () => UpdateLocationObjectStorageRequest,
1473
- () => UpdateLocationObjectStorageResponse,
1479
+ () => UpdateLocationObjectStorageRequest$,
1480
+ () => UpdateLocationObjectStorageResponse$,
1474
1481
  ];
1475
- export var UpdateLocationS3 = [
1482
+ export var UpdateLocationS3$ = [
1476
1483
  9,
1477
1484
  n0,
1478
1485
  _ULS,
1479
1486
  0,
1480
- () => UpdateLocationS3Request,
1481
- () => UpdateLocationS3Response,
1487
+ () => UpdateLocationS3Request$,
1488
+ () => UpdateLocationS3Response$,
1482
1489
  ];
1483
- export var UpdateLocationSmb = [
1490
+ export var UpdateLocationSmb$ = [
1484
1491
  9,
1485
1492
  n0,
1486
1493
  _ULSp,
1487
1494
  0,
1488
- () => UpdateLocationSmbRequest,
1489
- () => UpdateLocationSmbResponse,
1495
+ () => UpdateLocationSmbRequest$,
1496
+ () => UpdateLocationSmbResponse$,
1490
1497
  ];
1491
- export var UpdateTask = [9, n0, _UT, 0, () => UpdateTaskRequest, () => UpdateTaskResponse];
1492
- export var UpdateTaskExecution = [
1498
+ export var UpdateTask$ = [9, n0, _UT, 0, () => UpdateTaskRequest$, () => UpdateTaskResponse$];
1499
+ export var UpdateTaskExecution$ = [
1493
1500
  9,
1494
1501
  n0,
1495
1502
  _UTE,
1496
1503
  0,
1497
- () => UpdateTaskExecutionRequest,
1498
- () => UpdateTaskExecutionResponse,
1504
+ () => UpdateTaskExecutionRequest$,
1505
+ () => UpdateTaskExecutionResponse$,
1499
1506
  ];