@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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class DataSyncClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let DataSyncServiceException$1 = class DataSyncServiceException extends smithyClient.ServiceException {
113
+ class DataSyncServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, DataSyncServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let InternalException$1 = class InternalException extends DataSyncServiceException$1 {
120
+ class InternalException extends DataSyncServiceException {
121
121
  name = "InternalException";
122
122
  $fault = "server";
123
123
  errorCode;
@@ -130,8 +130,8 @@ let InternalException$1 = class InternalException extends DataSyncServiceExcepti
130
130
  Object.setPrototypeOf(this, InternalException.prototype);
131
131
  this.errorCode = opts.errorCode;
132
132
  }
133
- };
134
- let InvalidRequestException$1 = class InvalidRequestException extends DataSyncServiceException$1 {
133
+ }
134
+ class InvalidRequestException extends DataSyncServiceException {
135
135
  name = "InvalidRequestException";
136
136
  $fault = "client";
137
137
  errorCode;
@@ -146,7 +146,7 @@ let InvalidRequestException$1 = class InvalidRequestException extends DataSyncSe
146
146
  this.errorCode = opts.errorCode;
147
147
  this.datasyncErrorCode = opts.datasyncErrorCode;
148
148
  }
149
- };
149
+ }
150
150
 
151
151
  const _A = "Agents";
152
152
  const _AA = "AgentArn";
@@ -544,12 +544,12 @@ const n0 = "com.amazonaws.datasync";
544
544
  var AzureBlobSasToken = [0, n0, _ABST, 8, 0];
545
545
  var ObjectStorageSecretKey = [0, n0, _OSSK, 8, 0];
546
546
  var SmbPassword = [0, n0, _SP, 8, 0];
547
- var AgentListEntry = [3, n0, _ALE, 0, [_AA, _N, _S, _P], [0, 0, 0, () => Platform]];
548
- var AzureBlobSasConfiguration = [3, n0, _ABSC, 0, [_T], [[() => AzureBlobSasToken, 0]]];
549
- var CancelTaskExecutionRequest = [3, n0, _CTER, 0, [_TEA], [0]];
550
- var CancelTaskExecutionResponse = [3, n0, _CTERa, 0, [], []];
551
- var CmkSecretConfig = [3, n0, _CSC, 0, [_SA, _KKA], [0, 0]];
552
- var CreateAgentRequest = [
547
+ var AgentListEntry$ = [3, n0, _ALE, 0, [_AA, _N, _S, _P], [0, 0, 0, () => Platform$]];
548
+ var AzureBlobSasConfiguration$ = [3, n0, _ABSC, 0, [_T], [[() => AzureBlobSasToken, 0]]];
549
+ var CancelTaskExecutionRequest$ = [3, n0, _CTER, 0, [_TEA], [0]];
550
+ var CancelTaskExecutionResponse$ = [3, n0, _CTERa, 0, [], []];
551
+ var CmkSecretConfig$ = [3, n0, _CSC, 0, [_SA, _KKA], [0, 0]];
552
+ var CreateAgentRequest$ = [
553
553
  3,
554
554
  n0,
555
555
  _CAR,
@@ -557,8 +557,8 @@ var CreateAgentRequest = [
557
557
  [_AK, _AN, _Ta, _VEI, _SAu, _SGA],
558
558
  [0, 0, () => InputTagList, 0, 64 | 0, 64 | 0],
559
559
  ];
560
- var CreateAgentResponse = [3, n0, _CARr, 0, [_AA], [0]];
561
- var CreateLocationAzureBlobRequest = [
560
+ var CreateAgentResponse$ = [3, n0, _CARr, 0, [_AA], [0]];
561
+ var CreateLocationAzureBlobRequest$ = [
562
562
  3,
563
563
  n0,
564
564
  _CLABR,
@@ -567,27 +567,27 @@ var CreateLocationAzureBlobRequest = [
567
567
  [
568
568
  0,
569
569
  0,
570
- [() => AzureBlobSasConfiguration, 0],
570
+ [() => AzureBlobSasConfiguration$, 0],
571
571
  0,
572
572
  0,
573
573
  0,
574
574
  64 | 0,
575
575
  () => InputTagList,
576
- () => CmkSecretConfig,
577
- () => CustomSecretConfig,
576
+ () => CmkSecretConfig$,
577
+ () => CustomSecretConfig$,
578
578
  ],
579
579
  ];
580
- var CreateLocationAzureBlobResponse = [3, n0, _CLABRr, 0, [_LA], [0]];
581
- var CreateLocationEfsRequest = [
580
+ var CreateLocationAzureBlobResponse$ = [3, n0, _CLABRr, 0, [_LA], [0]];
581
+ var CreateLocationEfsRequest$ = [
582
582
  3,
583
583
  n0,
584
584
  _CLER,
585
585
  0,
586
586
  [_Su, _EFA, _EC, _Ta, _APA, _FSARA, _ITE],
587
- [0, 0, () => Ec2Config, () => InputTagList, 0, 0, 0],
587
+ [0, 0, () => Ec2Config$, () => InputTagList, 0, 0, 0],
588
588
  ];
589
- var CreateLocationEfsResponse = [3, n0, _CLERr, 0, [_LA], [0]];
590
- var CreateLocationFsxLustreRequest = [
589
+ var CreateLocationEfsResponse$ = [3, n0, _CLERr, 0, [_LA], [0]];
590
+ var CreateLocationFsxLustreRequest$ = [
591
591
  3,
592
592
  n0,
593
593
  _CLFLR,
@@ -595,26 +595,26 @@ var CreateLocationFsxLustreRequest = [
595
595
  [_FFA, _SGA, _Su, _Ta],
596
596
  [0, 64 | 0, 0, () => InputTagList],
597
597
  ];
598
- var CreateLocationFsxLustreResponse = [3, n0, _CLFLRr, 0, [_LA], [0]];
599
- var CreateLocationFsxOntapRequest = [
598
+ var CreateLocationFsxLustreResponse$ = [3, n0, _CLFLRr, 0, [_LA], [0]];
599
+ var CreateLocationFsxOntapRequest$ = [
600
600
  3,
601
601
  n0,
602
602
  _CLFOR,
603
603
  0,
604
604
  [_Pr, _SGA, _SVMA, _Su, _Ta],
605
- [[() => FsxProtocol, 0], 64 | 0, 0, 0, () => InputTagList],
605
+ [[() => FsxProtocol$, 0], 64 | 0, 0, 0, () => InputTagList],
606
606
  ];
607
- var CreateLocationFsxOntapResponse = [3, n0, _CLFORr, 0, [_LA], [0]];
608
- var CreateLocationFsxOpenZfsRequest = [
607
+ var CreateLocationFsxOntapResponse$ = [3, n0, _CLFORr, 0, [_LA], [0]];
608
+ var CreateLocationFsxOpenZfsRequest$ = [
609
609
  3,
610
610
  n0,
611
611
  _CLFOZR,
612
612
  0,
613
613
  [_FFA, _Pr, _SGA, _Su, _Ta],
614
- [0, [() => FsxProtocol, 0], 64 | 0, 0, () => InputTagList],
614
+ [0, [() => FsxProtocol$, 0], 64 | 0, 0, () => InputTagList],
615
615
  ];
616
- var CreateLocationFsxOpenZfsResponse = [3, n0, _CLFOZRr, 0, [_LA], [0]];
617
- var CreateLocationFsxWindowsRequest = [
616
+ var CreateLocationFsxOpenZfsResponse$ = [3, n0, _CLFOZRr, 0, [_LA], [0]];
617
+ var CreateLocationFsxWindowsRequest$ = [
618
618
  3,
619
619
  n0,
620
620
  _CLFWR,
@@ -622,26 +622,26 @@ var CreateLocationFsxWindowsRequest = [
622
622
  [_Su, _FFA, _SGA, _Ta, _U, _D, _Pa],
623
623
  [0, 0, 64 | 0, () => InputTagList, 0, 0, [() => SmbPassword, 0]],
624
624
  ];
625
- var CreateLocationFsxWindowsResponse = [3, n0, _CLFWRr, 0, [_LA], [0]];
626
- var CreateLocationHdfsRequest = [
625
+ var CreateLocationFsxWindowsResponse$ = [3, n0, _CLFWRr, 0, [_LA], [0]];
626
+ var CreateLocationHdfsRequest$ = [
627
627
  3,
628
628
  n0,
629
629
  _CLHR,
630
630
  0,
631
631
  [_Su, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _KK, _KKC, _AAg, _Ta],
632
- [0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 21, 21, 64 | 0, () => InputTagList],
632
+ [0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 21, 21, 64 | 0, () => InputTagList],
633
633
  ];
634
- var CreateLocationHdfsResponse = [3, n0, _CLHRr, 0, [_LA], [0]];
635
- var CreateLocationNfsRequest = [
634
+ var CreateLocationHdfsResponse$ = [3, n0, _CLHRr, 0, [_LA], [0]];
635
+ var CreateLocationNfsRequest$ = [
636
636
  3,
637
637
  n0,
638
638
  _CLNR,
639
639
  0,
640
640
  [_Su, _SH, _OPC, _MO, _Ta],
641
- [0, 0, () => OnPremConfig, () => NfsMountOptions, () => InputTagList],
641
+ [0, 0, () => OnPremConfig$, () => NfsMountOptions$, () => InputTagList],
642
642
  ];
643
- var CreateLocationNfsResponse = [3, n0, _CLNRr, 0, [_LA], [0]];
644
- var CreateLocationObjectStorageRequest = [
643
+ var CreateLocationNfsResponse$ = [3, n0, _CLNRr, 0, [_LA], [0]];
644
+ var CreateLocationObjectStorageRequest$ = [
645
645
  3,
646
646
  n0,
647
647
  _CLOSR,
@@ -658,21 +658,21 @@ var CreateLocationObjectStorageRequest = [
658
658
  64 | 0,
659
659
  () => InputTagList,
660
660
  21,
661
- () => CmkSecretConfig,
662
- () => CustomSecretConfig,
661
+ () => CmkSecretConfig$,
662
+ () => CustomSecretConfig$,
663
663
  ],
664
664
  ];
665
- var CreateLocationObjectStorageResponse = [3, n0, _CLOSRr, 0, [_LA], [0]];
666
- var CreateLocationS3Request = [
665
+ var CreateLocationObjectStorageResponse$ = [3, n0, _CLOSRr, 0, [_LA], [0]];
666
+ var CreateLocationS3Request$ = [
667
667
  3,
668
668
  n0,
669
669
  _CLSR,
670
670
  0,
671
671
  [_Su, _SBA, _SSC, _SCo, _AAg, _Ta],
672
- [0, 0, 0, () => S3Config, 64 | 0, () => InputTagList],
672
+ [0, 0, 0, () => S3Config$, 64 | 0, () => InputTagList],
673
673
  ];
674
- var CreateLocationS3Response = [3, n0, _CLSRr, 0, [_LA], [0]];
675
- var CreateLocationSmbRequest = [
674
+ var CreateLocationS3Response$ = [3, n0, _CLSRr, 0, [_LA], [0]];
675
+ var CreateLocationSmbRequest$ = [
676
676
  3,
677
677
  n0,
678
678
  _CLSRre,
@@ -684,10 +684,10 @@ var CreateLocationSmbRequest = [
684
684
  0,
685
685
  0,
686
686
  [() => SmbPassword, 0],
687
- () => CmkSecretConfig,
688
- () => CustomSecretConfig,
687
+ () => CmkSecretConfig$,
688
+ () => CustomSecretConfig$,
689
689
  64 | 0,
690
- () => SmbMountOptions,
690
+ () => SmbMountOptions$,
691
691
  () => InputTagList,
692
692
  0,
693
693
  64 | 0,
@@ -696,8 +696,8 @@ var CreateLocationSmbRequest = [
696
696
  21,
697
697
  ],
698
698
  ];
699
- var CreateLocationSmbResponse = [3, n0, _CLSRrea, 0, [_LA], [0]];
700
- var CreateTaskRequest = [
699
+ var CreateLocationSmbResponse$ = [3, n0, _CLSRrea, 0, [_LA], [0]];
700
+ var CreateTaskRequest$ = [
701
701
  3,
702
702
  n0,
703
703
  _CTR,
@@ -708,53 +708,53 @@ var CreateTaskRequest = [
708
708
  0,
709
709
  0,
710
710
  0,
711
- () => Options,
711
+ () => Options$,
712
712
  () => FilterList,
713
- () => TaskSchedule,
713
+ () => TaskSchedule$,
714
714
  () => InputTagList,
715
715
  () => FilterList,
716
- () => ManifestConfig,
717
- () => TaskReportConfig,
716
+ () => ManifestConfig$,
717
+ () => TaskReportConfig$,
718
718
  0,
719
719
  ],
720
720
  ];
721
- var CreateTaskResponse = [3, n0, _CTRr, 0, [_TA], [0]];
722
- var CustomSecretConfig = [3, n0, _CSCu, 0, [_SA, _SARA], [0, 0]];
723
- var DeleteAgentRequest = [3, n0, _DAR, 0, [_AA], [0]];
724
- var DeleteAgentResponse = [3, n0, _DARe, 0, [], []];
725
- var DeleteLocationRequest = [3, n0, _DLR, 0, [_LA], [0]];
726
- var DeleteLocationResponse = [3, n0, _DLRe, 0, [], []];
727
- var DeleteTaskRequest = [3, n0, _DTR, 0, [_TA], [0]];
728
- var DeleteTaskResponse = [3, n0, _DTRe, 0, [], []];
729
- var DescribeAgentRequest = [3, n0, _DARes, 0, [_AA], [0]];
730
- var DescribeAgentResponse = [
721
+ var CreateTaskResponse$ = [3, n0, _CTRr, 0, [_TA], [0]];
722
+ var CustomSecretConfig$ = [3, n0, _CSCu, 0, [_SA, _SARA], [0, 0]];
723
+ var DeleteAgentRequest$ = [3, n0, _DAR, 0, [_AA], [0]];
724
+ var DeleteAgentResponse$ = [3, n0, _DARe, 0, [], []];
725
+ var DeleteLocationRequest$ = [3, n0, _DLR, 0, [_LA], [0]];
726
+ var DeleteLocationResponse$ = [3, n0, _DLRe, 0, [], []];
727
+ var DeleteTaskRequest$ = [3, n0, _DTR, 0, [_TA], [0]];
728
+ var DeleteTaskResponse$ = [3, n0, _DTRe, 0, [], []];
729
+ var DescribeAgentRequest$ = [3, n0, _DARes, 0, [_AA], [0]];
730
+ var DescribeAgentResponse$ = [
731
731
  3,
732
732
  n0,
733
733
  _DAResc,
734
734
  0,
735
735
  [_AA, _N, _S, _LCT, _CT, _ET, _PLC, _P],
736
- [0, 0, 0, 4, 4, 0, () => PrivateLinkConfig, () => Platform],
736
+ [0, 0, 0, 4, 4, 0, () => PrivateLinkConfig$, () => Platform$],
737
737
  ];
738
- var DescribeLocationAzureBlobRequest = [3, n0, _DLABR, 0, [_LA], [0]];
739
- var DescribeLocationAzureBlobResponse = [
738
+ var DescribeLocationAzureBlobRequest$ = [3, n0, _DLABR, 0, [_LA], [0]];
739
+ var DescribeLocationAzureBlobResponse$ = [
740
740
  3,
741
741
  n0,
742
742
  _DLABRe,
743
743
  0,
744
744
  [_LA, _LU, _AT, _BT, _ATc, _AAg, _CT, _MSC, _CSC, _CSCu],
745
- [0, 0, 0, 0, 0, 64 | 0, 4, () => ManagedSecretConfig, () => CmkSecretConfig, () => CustomSecretConfig],
745
+ [0, 0, 0, 0, 0, 64 | 0, 4, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$],
746
746
  ];
747
- var DescribeLocationEfsRequest = [3, n0, _DLER, 0, [_LA], [0]];
748
- var DescribeLocationEfsResponse = [
747
+ var DescribeLocationEfsRequest$ = [3, n0, _DLER, 0, [_LA], [0]];
748
+ var DescribeLocationEfsResponse$ = [
749
749
  3,
750
750
  n0,
751
751
  _DLERe,
752
752
  0,
753
753
  [_LA, _LU, _EC, _CT, _APA, _FSARA, _ITE],
754
- [0, 0, () => Ec2Config, 4, 0, 0, 0],
754
+ [0, 0, () => Ec2Config$, 4, 0, 0, 0],
755
755
  ];
756
- var DescribeLocationFsxLustreRequest = [3, n0, _DLFLR, 0, [_LA], [0]];
757
- var DescribeLocationFsxLustreResponse = [
756
+ var DescribeLocationFsxLustreRequest$ = [3, n0, _DLFLR, 0, [_LA], [0]];
757
+ var DescribeLocationFsxLustreResponse$ = [
758
758
  3,
759
759
  n0,
760
760
  _DLFLRe,
@@ -762,26 +762,26 @@ var DescribeLocationFsxLustreResponse = [
762
762
  [_LA, _LU, _SGA, _CT],
763
763
  [0, 0, 64 | 0, 4],
764
764
  ];
765
- var DescribeLocationFsxOntapRequest = [3, n0, _DLFOR, 0, [_LA], [0]];
766
- var DescribeLocationFsxOntapResponse = [
765
+ var DescribeLocationFsxOntapRequest$ = [3, n0, _DLFOR, 0, [_LA], [0]];
766
+ var DescribeLocationFsxOntapResponse$ = [
767
767
  3,
768
768
  n0,
769
769
  _DLFORe,
770
770
  0,
771
771
  [_CT, _LA, _LU, _Pr, _SGA, _SVMA, _FFA],
772
- [4, 0, 0, [() => FsxProtocol, 0], 64 | 0, 0, 0],
772
+ [4, 0, 0, [() => FsxProtocol$, 0], 64 | 0, 0, 0],
773
773
  ];
774
- var DescribeLocationFsxOpenZfsRequest = [3, n0, _DLFOZR, 0, [_LA], [0]];
775
- var DescribeLocationFsxOpenZfsResponse = [
774
+ var DescribeLocationFsxOpenZfsRequest$ = [3, n0, _DLFOZR, 0, [_LA], [0]];
775
+ var DescribeLocationFsxOpenZfsResponse$ = [
776
776
  3,
777
777
  n0,
778
778
  _DLFOZRe,
779
779
  0,
780
780
  [_LA, _LU, _SGA, _Pr, _CT],
781
- [0, 0, 64 | 0, [() => FsxProtocol, 0], 4],
781
+ [0, 0, 64 | 0, [() => FsxProtocol$, 0], 4],
782
782
  ];
783
- var DescribeLocationFsxWindowsRequest = [3, n0, _DLFWR, 0, [_LA], [0]];
784
- var DescribeLocationFsxWindowsResponse = [
783
+ var DescribeLocationFsxWindowsRequest$ = [3, n0, _DLFWR, 0, [_LA], [0]];
784
+ var DescribeLocationFsxWindowsResponse$ = [
785
785
  3,
786
786
  n0,
787
787
  _DLFWRe,
@@ -789,44 +789,44 @@ var DescribeLocationFsxWindowsResponse = [
789
789
  [_LA, _LU, _SGA, _CT, _U, _D],
790
790
  [0, 0, 64 | 0, 4, 0, 0],
791
791
  ];
792
- var DescribeLocationHdfsRequest = [3, n0, _DLHR, 0, [_LA], [0]];
793
- var DescribeLocationHdfsResponse = [
792
+ var DescribeLocationHdfsRequest$ = [3, n0, _DLHR, 0, [_LA], [0]];
793
+ var DescribeLocationHdfsResponse$ = [
794
794
  3,
795
795
  n0,
796
796
  _DLHRe,
797
797
  0,
798
798
  [_LA, _LU, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _AAg, _CT],
799
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 64 | 0, 4],
799
+ [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 64 | 0, 4],
800
800
  ];
801
- var DescribeLocationNfsRequest = [3, n0, _DLNR, 0, [_LA], [0]];
802
- var DescribeLocationNfsResponse = [
801
+ var DescribeLocationNfsRequest$ = [3, n0, _DLNR, 0, [_LA], [0]];
802
+ var DescribeLocationNfsResponse$ = [
803
803
  3,
804
804
  n0,
805
805
  _DLNRe,
806
806
  0,
807
807
  [_LA, _LU, _OPC, _MO, _CT],
808
- [0, 0, () => OnPremConfig, () => NfsMountOptions, 4],
808
+ [0, 0, () => OnPremConfig$, () => NfsMountOptions$, 4],
809
809
  ];
810
- var DescribeLocationObjectStorageRequest = [3, n0, _DLOSR, 0, [_LA], [0]];
811
- var DescribeLocationObjectStorageResponse = [
810
+ var DescribeLocationObjectStorageRequest$ = [3, n0, _DLOSR, 0, [_LA], [0]];
811
+ var DescribeLocationObjectStorageResponse$ = [
812
812
  3,
813
813
  n0,
814
814
  _DLOSRe,
815
815
  0,
816
816
  [_LA, _LU, _AKc, _SPe, _SPer, _AAg, _CT, _SCe, _MSC, _CSC, _CSCu],
817
- [0, 0, 0, 1, 0, 64 | 0, 4, 21, () => ManagedSecretConfig, () => CmkSecretConfig, () => CustomSecretConfig],
817
+ [0, 0, 0, 1, 0, 64 | 0, 4, 21, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$],
818
818
  ];
819
- var DescribeLocationS3Request = [3, n0, _DLSR, 0, [_LA], [0]];
820
- var DescribeLocationS3Response = [
819
+ var DescribeLocationS3Request$ = [3, n0, _DLSR, 0, [_LA], [0]];
820
+ var DescribeLocationS3Response$ = [
821
821
  3,
822
822
  n0,
823
823
  _DLSRe,
824
824
  0,
825
825
  [_LA, _LU, _SSC, _SCo, _AAg, _CT],
826
- [0, 0, 0, () => S3Config, 64 | 0, 4],
826
+ [0, 0, 0, () => S3Config$, 64 | 0, 4],
827
827
  ];
828
- var DescribeLocationSmbRequest = [3, n0, _DLSRes, 0, [_LA], [0]];
829
- var DescribeLocationSmbResponse = [
828
+ var DescribeLocationSmbRequest$ = [3, n0, _DLSRes, 0, [_LA], [0]];
829
+ var DescribeLocationSmbResponse$ = [
830
830
  3,
831
831
  n0,
832
832
  _DLSResc,
@@ -838,18 +838,18 @@ var DescribeLocationSmbResponse = [
838
838
  64 | 0,
839
839
  0,
840
840
  0,
841
- () => SmbMountOptions,
841
+ () => SmbMountOptions$,
842
842
  4,
843
843
  64 | 0,
844
844
  0,
845
845
  0,
846
- () => ManagedSecretConfig,
847
- () => CmkSecretConfig,
848
- () => CustomSecretConfig,
846
+ () => ManagedSecretConfig$,
847
+ () => CmkSecretConfig$,
848
+ () => CustomSecretConfig$,
849
849
  ],
850
850
  ];
851
- var DescribeTaskExecutionRequest = [3, n0, _DTER, 0, [_TEA], [0]];
852
- var DescribeTaskExecutionResponse = [
851
+ var DescribeTaskExecutionRequest$ = [3, n0, _DTER, 0, [_TEA], [0]];
852
+ var DescribeTaskExecutionResponse$ = [
853
853
  3,
854
854
  n0,
855
855
  _DTERe,
@@ -894,10 +894,10 @@ var DescribeTaskExecutionResponse = [
894
894
  [
895
895
  0,
896
896
  0,
897
- () => Options,
897
+ () => Options$,
898
898
  () => FilterList,
899
899
  () => FilterList,
900
- () => ManifestConfig,
900
+ () => ManifestConfig$,
901
901
  4,
902
902
  1,
903
903
  1,
@@ -905,17 +905,17 @@ var DescribeTaskExecutionResponse = [
905
905
  1,
906
906
  1,
907
907
  1,
908
- () => TaskExecutionResultDetail,
909
- () => TaskReportConfig,
908
+ () => TaskExecutionResultDetail$,
909
+ () => TaskReportConfig$,
910
910
  1,
911
911
  1,
912
912
  1,
913
- () => ReportResult,
913
+ () => ReportResult$,
914
914
  1,
915
915
  0,
916
916
  1,
917
- () => TaskExecutionFilesListedDetail,
918
- () => TaskExecutionFilesFailedDetail,
917
+ () => TaskExecutionFilesListedDetail$,
918
+ () => TaskExecutionFilesFailedDetail$,
919
919
  1,
920
920
  1,
921
921
  1,
@@ -923,14 +923,14 @@ var DescribeTaskExecutionResponse = [
923
923
  1,
924
924
  1,
925
925
  1,
926
- () => TaskExecutionFoldersListedDetail,
927
- () => TaskExecutionFoldersFailedDetail,
926
+ () => TaskExecutionFoldersListedDetail$,
927
+ () => TaskExecutionFoldersFailedDetail$,
928
928
  4,
929
929
  4,
930
930
  ],
931
931
  ];
932
- var DescribeTaskRequest = [3, n0, _DTRes, 0, [_TA], [0]];
933
- var DescribeTaskResponse = [
932
+ var DescribeTaskRequest$ = [3, n0, _DTRes, 0, [_TA], [0]];
933
+ var DescribeTaskResponse$ = [
934
934
  3,
935
935
  n0,
936
936
  _DTResc,
@@ -946,62 +946,62 @@ var DescribeTaskResponse = [
946
946
  0,
947
947
  64 | 0,
948
948
  64 | 0,
949
- () => Options,
949
+ () => Options$,
950
950
  () => FilterList,
951
- () => TaskSchedule,
951
+ () => TaskSchedule$,
952
952
  0,
953
953
  0,
954
954
  4,
955
955
  () => FilterList,
956
- () => ManifestConfig,
957
- () => TaskReportConfig,
958
- () => TaskScheduleDetails,
956
+ () => ManifestConfig$,
957
+ () => TaskReportConfig$,
958
+ () => TaskScheduleDetails$,
959
959
  0,
960
960
  ],
961
961
  ];
962
- var Ec2Config = [3, n0, _EC, 0, [_SAub, _SGA], [0, 64 | 0]];
963
- var FilterRule = [3, n0, _FR, 0, [_FTi, _V], [0, 0]];
964
- var FsxProtocol = [
962
+ var Ec2Config$ = [3, n0, _EC, 0, [_SAub, _SGA], [0, 64 | 0]];
963
+ var FilterRule$ = [3, n0, _FR, 0, [_FTi, _V], [0, 0]];
964
+ var FsxProtocol$ = [
965
965
  3,
966
966
  n0,
967
967
  _FPs,
968
968
  0,
969
969
  [_NFS, _SMB],
970
- [() => FsxProtocolNfs, [() => FsxProtocolSmb, 0]],
970
+ [() => FsxProtocolNfs$, [() => FsxProtocolSmb$, 0]],
971
971
  ];
972
- var FsxProtocolNfs = [3, n0, _FPN, 0, [_MO], [() => NfsMountOptions]];
973
- var FsxProtocolSmb = [
972
+ var FsxProtocolNfs$ = [3, n0, _FPN, 0, [_MO], [() => NfsMountOptions$]];
973
+ var FsxProtocolSmb$ = [
974
974
  3,
975
975
  n0,
976
976
  _FPS,
977
977
  0,
978
978
  [_D, _MO, _Pa, _U],
979
- [0, () => SmbMountOptions, [() => SmbPassword, 0], 0],
979
+ [0, () => SmbMountOptions$, [() => SmbPassword, 0], 0],
980
980
  ];
981
- var FsxUpdateProtocol = [
981
+ var FsxUpdateProtocol$ = [
982
982
  3,
983
983
  n0,
984
984
  _FUP,
985
985
  0,
986
986
  [_NFS, _SMB],
987
- [() => FsxProtocolNfs, [() => FsxUpdateProtocolSmb, 0]],
987
+ [() => FsxProtocolNfs$, [() => FsxUpdateProtocolSmb$, 0]],
988
988
  ];
989
- var FsxUpdateProtocolSmb = [
989
+ var FsxUpdateProtocolSmb$ = [
990
990
  3,
991
991
  n0,
992
992
  _FUPS,
993
993
  0,
994
994
  [_D, _MO, _Pa, _U],
995
- [0, () => SmbMountOptions, [() => SmbPassword, 0], 0],
996
- ];
997
- var HdfsNameNode = [3, n0, _HNN, 0, [_H, _Po], [0, 1]];
998
- var InternalException = [-3, n0, _IE, { [_e]: _s }, [_m, _eC], [0, 0]];
999
- schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
1000
- var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_m, _eC, _dEC], [0, 0, 0]];
1001
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
1002
- var ListAgentsRequest = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
1003
- var ListAgentsResponse = [3, n0, _LARi, 0, [_A, _NT], [() => AgentList, 0]];
1004
- var ListLocationsRequest = [
995
+ [0, () => SmbMountOptions$, [() => SmbPassword, 0], 0],
996
+ ];
997
+ var HdfsNameNode$ = [3, n0, _HNN, 0, [_H, _Po], [0, 1]];
998
+ var InternalException$ = [-3, n0, _IE, { [_e]: _s }, [_m, _eC], [0, 0]];
999
+ schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
1000
+ var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_m, _eC, _dEC], [0, 0, 0]];
1001
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1002
+ var ListAgentsRequest$ = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
1003
+ var ListAgentsResponse$ = [3, n0, _LARi, 0, [_A, _NT], [() => AgentList, 0]];
1004
+ var ListLocationsRequest$ = [
1005
1005
  3,
1006
1006
  n0,
1007
1007
  _LLR,
@@ -1009,9 +1009,9 @@ var ListLocationsRequest = [
1009
1009
  [_MR, _NT, _F],
1010
1010
  [1, 0, () => LocationFilters],
1011
1011
  ];
1012
- var ListLocationsResponse = [3, n0, _LLRi, 0, [_L, _NT], [() => LocationList, 0]];
1013
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
1014
- var ListTagsForResourceResponse = [
1012
+ var ListLocationsResponse$ = [3, n0, _LLRi, 0, [_L, _NT], [() => LocationList, 0]];
1013
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA, _MR, _NT], [0, 1, 0]];
1014
+ var ListTagsForResourceResponse$ = [
1015
1015
  3,
1016
1016
  n0,
1017
1017
  _LTFRRi,
@@ -1019,8 +1019,8 @@ var ListTagsForResourceResponse = [
1019
1019
  [_Ta, _NT],
1020
1020
  [() => OutputTagList, 0],
1021
1021
  ];
1022
- var ListTaskExecutionsRequest = [3, n0, _LTER, 0, [_TA, _MR, _NT], [0, 1, 0]];
1023
- var ListTaskExecutionsResponse = [
1022
+ var ListTaskExecutionsRequest$ = [3, n0, _LTER, 0, [_TA, _MR, _NT], [0, 1, 0]];
1023
+ var ListTaskExecutionsResponse$ = [
1024
1024
  3,
1025
1025
  n0,
1026
1026
  _LTERi,
@@ -1028,15 +1028,22 @@ var ListTaskExecutionsResponse = [
1028
1028
  [_TE, _NT],
1029
1029
  [() => TaskExecutionList, 0],
1030
1030
  ];
1031
- var ListTasksRequest = [3, n0, _LTR, 0, [_MR, _NT, _F], [1, 0, () => TaskFilters]];
1032
- var ListTasksResponse = [3, n0, _LTRi, 0, [_Tas, _NT], [() => TaskList, 0]];
1033
- var LocationFilter = [3, n0, _LF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
1034
- var LocationListEntry = [3, n0, _LLE, 0, [_LA, _LU], [0, 0]];
1035
- var ManagedSecretConfig = [3, n0, _MSC, 0, [_SA], [0]];
1036
- var ManifestConfig = [3, n0, _MC, 0, [_Ac, _Fo, _So], [0, 0, () => SourceManifestConfig]];
1037
- var NfsMountOptions = [3, n0, _NMO, 0, [_Ve], [0]];
1038
- var OnPremConfig = [3, n0, _OPC, 0, [_AAg], [64 | 0]];
1039
- var Options = [
1031
+ var ListTasksRequest$ = [3, n0, _LTR, 0, [_MR, _NT, _F], [1, 0, () => TaskFilters]];
1032
+ var ListTasksResponse$ = [3, n0, _LTRi, 0, [_Tas, _NT], [() => TaskList, 0]];
1033
+ var LocationFilter$ = [3, n0, _LF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
1034
+ var LocationListEntry$ = [3, n0, _LLE, 0, [_LA, _LU], [0, 0]];
1035
+ var ManagedSecretConfig$ = [3, n0, _MSC, 0, [_SA], [0]];
1036
+ var ManifestConfig$ = [
1037
+ 3,
1038
+ n0,
1039
+ _MC,
1040
+ 0,
1041
+ [_Ac, _Fo, _So],
1042
+ [0, 0, () => SourceManifestConfig$],
1043
+ ];
1044
+ var NfsMountOptions$ = [3, n0, _NMO, 0, [_Ve], [0]];
1045
+ var OnPremConfig$ = [3, n0, _OPC, 0, [_AAg], [64 | 0]];
1046
+ var Options$ = [
1040
1047
  3,
1041
1048
  n0,
1042
1049
  _O,
@@ -1044,8 +1051,8 @@ var Options = [
1044
1051
  [_VM, _OM, _At, _M, _Ui, _G, _PDF, _PD, _PP, _BPS, _TQ, _LL, _TMr, _SDCF, _OT],
1045
1052
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0],
1046
1053
  ];
1047
- var Platform = [3, n0, _P, 0, [_Ve], [0]];
1048
- var PrivateLinkConfig = [
1054
+ var Platform$ = [3, n0, _P, 0, [_Ve], [0]];
1055
+ var PrivateLinkConfig$ = [
1049
1056
  3,
1050
1057
  n0,
1051
1058
  _PLC,
@@ -1053,24 +1060,24 @@ var PrivateLinkConfig = [
1053
1060
  [_VEI, _PLE, _SAu, _SGA],
1054
1061
  [0, 0, 64 | 0, 64 | 0],
1055
1062
  ];
1056
- var QopConfiguration = [3, n0, _QC, 0, [_RP, _DTP], [0, 0]];
1057
- var ReportDestination = [3, n0, _RD, 0, [_S_], [() => ReportDestinationS3]];
1058
- var ReportDestinationS3 = [3, n0, _RDS, 0, [_Su, _SBA, _BARA], [0, 0, 0]];
1059
- var ReportOverride = [3, n0, _RO, 0, [_RL], [0]];
1060
- var ReportOverrides = [
1063
+ var QopConfiguration$ = [3, n0, _QC, 0, [_RP, _DTP], [0, 0]];
1064
+ var ReportDestination$ = [3, n0, _RD, 0, [_S_], [() => ReportDestinationS3$]];
1065
+ var ReportDestinationS3$ = [3, n0, _RDS, 0, [_Su, _SBA, _BARA], [0, 0, 0]];
1066
+ var ReportOverride$ = [3, n0, _RO, 0, [_RL], [0]];
1067
+ var ReportOverrides$ = [
1061
1068
  3,
1062
1069
  n0,
1063
1070
  _ROe,
1064
1071
  0,
1065
1072
  [_Tr, _Ver, _De, _Sk],
1066
- [() => ReportOverride, () => ReportOverride, () => ReportOverride, () => ReportOverride],
1067
- ];
1068
- var ReportResult = [3, n0, _RR, 0, [_S, _ECr, _ED], [0, 0, 0]];
1069
- var S3Config = [3, n0, _SCo, 0, [_BARA], [0]];
1070
- var S3ManifestConfig = [3, n0, _SMC, 0, [_MOP, _BARA, _SBA, _MOVI], [0, 0, 0, 0]];
1071
- var SmbMountOptions = [3, n0, _SMO, 0, [_Ve], [0]];
1072
- var SourceManifestConfig = [3, n0, _SMCo, 0, [_S_], [() => S3ManifestConfig]];
1073
- var StartTaskExecutionRequest = [
1073
+ [() => ReportOverride$, () => ReportOverride$, () => ReportOverride$, () => ReportOverride$],
1074
+ ];
1075
+ var ReportResult$ = [3, n0, _RR, 0, [_S, _ECr, _ED], [0, 0, 0]];
1076
+ var S3Config$ = [3, n0, _SCo, 0, [_BARA], [0]];
1077
+ var S3ManifestConfig$ = [3, n0, _SMC, 0, [_MOP, _BARA, _SBA, _MOVI], [0, 0, 0, 0]];
1078
+ var SmbMountOptions$ = [3, n0, _SMO, 0, [_Ve], [0]];
1079
+ var SourceManifestConfig$ = [3, n0, _SMCo, 0, [_S_], [() => S3ManifestConfig$]];
1080
+ var StartTaskExecutionRequest$ = [
1074
1081
  3,
1075
1082
  n0,
1076
1083
  _STER,
@@ -1078,19 +1085,19 @@ var StartTaskExecutionRequest = [
1078
1085
  [_TA, _OO, _I, _E, _MC, _TRC, _Ta],
1079
1086
  [
1080
1087
  0,
1081
- () => Options,
1088
+ () => Options$,
1082
1089
  () => FilterList,
1083
1090
  () => FilterList,
1084
- () => ManifestConfig,
1085
- () => TaskReportConfig,
1091
+ () => ManifestConfig$,
1092
+ () => TaskReportConfig$,
1086
1093
  () => InputTagList,
1087
1094
  ],
1088
1095
  ];
1089
- var StartTaskExecutionResponse = [3, n0, _STERt, 0, [_TEA], [0]];
1090
- var TagListEntry = [3, n0, _TLE, 0, [_K, _V], [0, 0]];
1091
- var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => InputTagList]];
1092
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1093
- var TaskExecutionFilesFailedDetail = [
1096
+ var StartTaskExecutionResponse$ = [3, n0, _STERt, 0, [_TEA], [0]];
1097
+ var TagListEntry$ = [3, n0, _TLE, 0, [_K, _V], [0, 0]];
1098
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => InputTagList]];
1099
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1100
+ var TaskExecutionFilesFailedDetail$ = [
1094
1101
  3,
1095
1102
  n0,
1096
1103
  _TEFFD,
@@ -1098,8 +1105,8 @@ var TaskExecutionFilesFailedDetail = [
1098
1105
  [_Pre, _Tra, _Veri, _Del],
1099
1106
  [1, 1, 1, 1],
1100
1107
  ];
1101
- var TaskExecutionFilesListedDetail = [3, n0, _TEFLD, 0, [_AS, _ADFD], [1, 1]];
1102
- var TaskExecutionFoldersFailedDetail = [
1108
+ var TaskExecutionFilesListedDetail$ = [3, n0, _TEFLD, 0, [_AS, _ADFD], [1, 1]];
1109
+ var TaskExecutionFoldersFailedDetail$ = [
1103
1110
  3,
1104
1111
  n0,
1105
1112
  _TEFFDa,
@@ -1107,9 +1114,9 @@ var TaskExecutionFoldersFailedDetail = [
1107
1114
  [_Li, _Pre, _Tra, _Veri, _Del],
1108
1115
  [1, 1, 1, 1, 1],
1109
1116
  ];
1110
- var TaskExecutionFoldersListedDetail = [3, n0, _TEFLDa, 0, [_AS, _ADFD], [1, 1]];
1111
- var TaskExecutionListEntry = [3, n0, _TELE, 0, [_TEA, _S, _TM], [0, 0, 0]];
1112
- var TaskExecutionResultDetail = [
1117
+ var TaskExecutionFoldersListedDetail$ = [3, n0, _TEFLDa, 0, [_AS, _ADFD], [1, 1]];
1118
+ var TaskExecutionListEntry$ = [3, n0, _TELE, 0, [_TEA, _S, _TM], [0, 0, 0]];
1119
+ var TaskExecutionResultDetail$ = [
1113
1120
  3,
1114
1121
  n0,
1115
1122
  _TERD,
@@ -1117,32 +1124,32 @@ var TaskExecutionResultDetail = [
1117
1124
  [_PDr, _PS, _TD, _TDr, _TS, _VD, _VS, _ECr, _ED],
1118
1125
  [1, 0, 1, 1, 0, 1, 0, 0, 0],
1119
1126
  ];
1120
- var TaskFilter = [3, n0, _TF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
1121
- var TaskListEntry = [3, n0, _TLEa, 0, [_TA, _S, _N, _TM], [0, 0, 0, 0]];
1122
- var TaskReportConfig = [
1127
+ var TaskFilter$ = [3, n0, _TF, 0, [_N, _Va, _Op], [0, 64 | 0, 0]];
1128
+ var TaskListEntry$ = [3, n0, _TLEa, 0, [_TA, _S, _N, _TM], [0, 0, 0, 0]];
1129
+ var TaskReportConfig$ = [
1123
1130
  3,
1124
1131
  n0,
1125
1132
  _TRC,
1126
1133
  0,
1127
1134
  [_Des, _OTu, _RL, _OVI, _Ov],
1128
- [() => ReportDestination, 0, 0, 0, () => ReportOverrides],
1129
- ];
1130
- var TaskSchedule = [3, n0, _TSa, 0, [_SE, _S], [0, 0]];
1131
- var TaskScheduleDetails = [3, n0, _TSD, 0, [_SUT, _DR, _DB], [4, 0, 0]];
1132
- var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _Ke], [0, 64 | 0]];
1133
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1134
- var UpdateAgentRequest = [3, n0, _UAR, 0, [_AA, _N], [0, 0]];
1135
- var UpdateAgentResponse = [3, n0, _UARp, 0, [], []];
1136
- var UpdateLocationAzureBlobRequest = [
1135
+ [() => ReportDestination$, 0, 0, 0, () => ReportOverrides$],
1136
+ ];
1137
+ var TaskSchedule$ = [3, n0, _TSa, 0, [_SE, _S], [0, 0]];
1138
+ var TaskScheduleDetails$ = [3, n0, _TSD, 0, [_SUT, _DR, _DB], [4, 0, 0]];
1139
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _Ke], [0, 64 | 0]];
1140
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1141
+ var UpdateAgentRequest$ = [3, n0, _UAR, 0, [_AA, _N], [0, 0]];
1142
+ var UpdateAgentResponse$ = [3, n0, _UARp, 0, [], []];
1143
+ var UpdateLocationAzureBlobRequest$ = [
1137
1144
  3,
1138
1145
  n0,
1139
1146
  _ULABR,
1140
1147
  0,
1141
1148
  [_LA, _Su, _AT, _SC, _BT, _ATc, _AAg, _CSC, _CSCu],
1142
- [0, 0, 0, [() => AzureBlobSasConfiguration, 0], 0, 0, 64 | 0, () => CmkSecretConfig, () => CustomSecretConfig],
1149
+ [0, 0, 0, [() => AzureBlobSasConfiguration$, 0], 0, 0, 64 | 0, () => CmkSecretConfig$, () => CustomSecretConfig$],
1143
1150
  ];
1144
- var UpdateLocationAzureBlobResponse = [3, n0, _ULABRp, 0, [], []];
1145
- var UpdateLocationEfsRequest = [
1151
+ var UpdateLocationAzureBlobResponse$ = [3, n0, _ULABRp, 0, [], []];
1152
+ var UpdateLocationEfsRequest$ = [
1146
1153
  3,
1147
1154
  n0,
1148
1155
  _ULER,
@@ -1150,28 +1157,28 @@ var UpdateLocationEfsRequest = [
1150
1157
  [_LA, _Su, _APA, _FSARA, _ITE],
1151
1158
  [0, 0, 0, 0, 0],
1152
1159
  ];
1153
- var UpdateLocationEfsResponse = [3, n0, _ULERp, 0, [], []];
1154
- var UpdateLocationFsxLustreRequest = [3, n0, _ULFLR, 0, [_LA, _Su], [0, 0]];
1155
- var UpdateLocationFsxLustreResponse = [3, n0, _ULFLRp, 0, [], []];
1156
- var UpdateLocationFsxOntapRequest = [
1160
+ var UpdateLocationEfsResponse$ = [3, n0, _ULERp, 0, [], []];
1161
+ var UpdateLocationFsxLustreRequest$ = [3, n0, _ULFLR, 0, [_LA, _Su], [0, 0]];
1162
+ var UpdateLocationFsxLustreResponse$ = [3, n0, _ULFLRp, 0, [], []];
1163
+ var UpdateLocationFsxOntapRequest$ = [
1157
1164
  3,
1158
1165
  n0,
1159
1166
  _ULFOR,
1160
1167
  0,
1161
1168
  [_LA, _Pr, _Su],
1162
- [0, [() => FsxUpdateProtocol, 0], 0],
1169
+ [0, [() => FsxUpdateProtocol$, 0], 0],
1163
1170
  ];
1164
- var UpdateLocationFsxOntapResponse = [3, n0, _ULFORp, 0, [], []];
1165
- var UpdateLocationFsxOpenZfsRequest = [
1171
+ var UpdateLocationFsxOntapResponse$ = [3, n0, _ULFORp, 0, [], []];
1172
+ var UpdateLocationFsxOpenZfsRequest$ = [
1166
1173
  3,
1167
1174
  n0,
1168
1175
  _ULFOZR,
1169
1176
  0,
1170
1177
  [_LA, _Pr, _Su],
1171
- [0, [() => FsxProtocol, 0], 0],
1178
+ [0, [() => FsxProtocol$, 0], 0],
1172
1179
  ];
1173
- var UpdateLocationFsxOpenZfsResponse = [3, n0, _ULFOZRp, 0, [], []];
1174
- var UpdateLocationFsxWindowsRequest = [
1180
+ var UpdateLocationFsxOpenZfsResponse$ = [3, n0, _ULFOZRp, 0, [], []];
1181
+ var UpdateLocationFsxWindowsRequest$ = [
1175
1182
  3,
1176
1183
  n0,
1177
1184
  _ULFWR,
@@ -1179,44 +1186,44 @@ var UpdateLocationFsxWindowsRequest = [
1179
1186
  [_LA, _Su, _D, _U, _Pa],
1180
1187
  [0, 0, 0, 0, [() => SmbPassword, 0]],
1181
1188
  ];
1182
- var UpdateLocationFsxWindowsResponse = [3, n0, _ULFWRp, 0, [], []];
1183
- var UpdateLocationHdfsRequest = [
1189
+ var UpdateLocationFsxWindowsResponse$ = [3, n0, _ULFWRp, 0, [], []];
1190
+ var UpdateLocationHdfsRequest$ = [
1184
1191
  3,
1185
1192
  n0,
1186
1193
  _ULHR,
1187
1194
  0,
1188
1195
  [_LA, _Su, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _KK, _KKC, _AAg],
1189
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration, 0, 0, 0, 21, 21, 64 | 0],
1196
+ [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 21, 21, 64 | 0],
1190
1197
  ];
1191
- var UpdateLocationHdfsResponse = [3, n0, _ULHRp, 0, [], []];
1192
- var UpdateLocationNfsRequest = [
1198
+ var UpdateLocationHdfsResponse$ = [3, n0, _ULHRp, 0, [], []];
1199
+ var UpdateLocationNfsRequest$ = [
1193
1200
  3,
1194
1201
  n0,
1195
1202
  _ULNR,
1196
1203
  0,
1197
1204
  [_LA, _Su, _SH, _OPC, _MO],
1198
- [0, 0, 0, () => OnPremConfig, () => NfsMountOptions],
1205
+ [0, 0, 0, () => OnPremConfig$, () => NfsMountOptions$],
1199
1206
  ];
1200
- var UpdateLocationNfsResponse = [3, n0, _ULNRp, 0, [], []];
1201
- var UpdateLocationObjectStorageRequest = [
1207
+ var UpdateLocationNfsResponse$ = [3, n0, _ULNRp, 0, [], []];
1208
+ var UpdateLocationObjectStorageRequest$ = [
1202
1209
  3,
1203
1210
  n0,
1204
1211
  _ULOSR,
1205
1212
  0,
1206
1213
  [_LA, _SPe, _SPer, _Su, _SH, _AKc, _SK, _AAg, _SCe, _CSC, _CSCu],
1207
- [0, 1, 0, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, 21, () => CmkSecretConfig, () => CustomSecretConfig],
1214
+ [0, 1, 0, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, 21, () => CmkSecretConfig$, () => CustomSecretConfig$],
1208
1215
  ];
1209
- var UpdateLocationObjectStorageResponse = [3, n0, _ULOSRp, 0, [], []];
1210
- var UpdateLocationS3Request = [
1216
+ var UpdateLocationObjectStorageResponse$ = [3, n0, _ULOSRp, 0, [], []];
1217
+ var UpdateLocationS3Request$ = [
1211
1218
  3,
1212
1219
  n0,
1213
1220
  _ULSR,
1214
1221
  0,
1215
1222
  [_LA, _Su, _SSC, _SCo],
1216
- [0, 0, 0, () => S3Config],
1223
+ [0, 0, 0, () => S3Config$],
1217
1224
  ];
1218
- var UpdateLocationS3Response = [3, n0, _ULSRp, 0, [], []];
1219
- var UpdateLocationSmbRequest = [
1225
+ var UpdateLocationS3Response$ = [3, n0, _ULSRp, 0, [], []];
1226
+ var UpdateLocationSmbRequest$ = [
1220
1227
  3,
1221
1228
  n0,
1222
1229
  _ULSRpd,
@@ -1229,10 +1236,10 @@ var UpdateLocationSmbRequest = [
1229
1236
  0,
1230
1237
  0,
1231
1238
  [() => SmbPassword, 0],
1232
- () => CmkSecretConfig,
1233
- () => CustomSecretConfig,
1239
+ () => CmkSecretConfig$,
1240
+ () => CustomSecretConfig$,
1234
1241
  64 | 0,
1235
- () => SmbMountOptions,
1242
+ () => SmbMountOptions$,
1236
1243
  0,
1237
1244
  64 | 0,
1238
1245
  0,
@@ -1240,10 +1247,10 @@ var UpdateLocationSmbRequest = [
1240
1247
  21,
1241
1248
  ],
1242
1249
  ];
1243
- var UpdateLocationSmbResponse = [3, n0, _ULSRpda, 0, [], []];
1244
- var UpdateTaskExecutionRequest = [3, n0, _UTER, 0, [_TEA, _O], [0, () => Options]];
1245
- var UpdateTaskExecutionResponse = [3, n0, _UTERp, 0, [], []];
1246
- var UpdateTaskRequest = [
1250
+ var UpdateLocationSmbResponse$ = [3, n0, _ULSRpda, 0, [], []];
1251
+ var UpdateTaskExecutionRequest$ = [3, n0, _UTER, 0, [_TEA, _O], [0, () => Options$]];
1252
+ var UpdateTaskExecutionResponse$ = [3, n0, _UTERp, 0, [], []];
1253
+ var UpdateTaskRequest$ = [
1247
1254
  3,
1248
1255
  n0,
1249
1256
  _UTR,
@@ -1251,389 +1258,389 @@ var UpdateTaskRequest = [
1251
1258
  [_TA, _O, _E, _Sc, _N, _CWLGA, _I, _MC, _TRC],
1252
1259
  [
1253
1260
  0,
1254
- () => Options,
1261
+ () => Options$,
1255
1262
  () => FilterList,
1256
- () => TaskSchedule,
1263
+ () => TaskSchedule$,
1257
1264
  0,
1258
1265
  0,
1259
1266
  () => FilterList,
1260
- () => ManifestConfig,
1261
- () => TaskReportConfig,
1267
+ () => ManifestConfig$,
1268
+ () => TaskReportConfig$,
1262
1269
  ],
1263
1270
  ];
1264
- var UpdateTaskResponse = [3, n0, _UTRp, 0, [], []];
1265
- var DataSyncServiceException = [-3, _sm, "DataSyncServiceException", 0, [], []];
1266
- schema.TypeRegistry.for(_sm).registerError(DataSyncServiceException, DataSyncServiceException$1);
1267
- var AgentList = [1, n0, _AL, 0, () => AgentListEntry];
1268
- var FilterList = [1, n0, _FLi, 0, () => FilterRule];
1269
- var HdfsNameNodeList = [1, n0, _HNNL, 0, () => HdfsNameNode];
1270
- var InputTagList = [1, n0, _ITL, 0, () => TagListEntry];
1271
- var LocationFilters = [1, n0, _LFo, 0, () => LocationFilter];
1272
- var LocationList = [1, n0, _LLo, 0, () => LocationListEntry];
1273
- var OutputTagList = [1, n0, _OTL, 0, () => TagListEntry];
1274
- var TaskExecutionList = [1, n0, _TEL, 0, () => TaskExecutionListEntry];
1275
- var TaskFilters = [1, n0, _TFa, 0, () => TaskFilter];
1276
- var TaskList = [1, n0, _TL, 0, () => TaskListEntry];
1277
- var CancelTaskExecution = [
1271
+ var UpdateTaskResponse$ = [3, n0, _UTRp, 0, [], []];
1272
+ var DataSyncServiceException$ = [-3, _sm, "DataSyncServiceException", 0, [], []];
1273
+ schema.TypeRegistry.for(_sm).registerError(DataSyncServiceException$, DataSyncServiceException);
1274
+ var AgentList = [1, n0, _AL, 0, () => AgentListEntry$];
1275
+ var FilterList = [1, n0, _FLi, 0, () => FilterRule$];
1276
+ var HdfsNameNodeList = [1, n0, _HNNL, 0, () => HdfsNameNode$];
1277
+ var InputTagList = [1, n0, _ITL, 0, () => TagListEntry$];
1278
+ var LocationFilters = [1, n0, _LFo, 0, () => LocationFilter$];
1279
+ var LocationList = [1, n0, _LLo, 0, () => LocationListEntry$];
1280
+ var OutputTagList = [1, n0, _OTL, 0, () => TagListEntry$];
1281
+ var TaskExecutionList = [1, n0, _TEL, 0, () => TaskExecutionListEntry$];
1282
+ var TaskFilters = [1, n0, _TFa, 0, () => TaskFilter$];
1283
+ var TaskList = [1, n0, _TL, 0, () => TaskListEntry$];
1284
+ var CancelTaskExecution$ = [
1278
1285
  9,
1279
1286
  n0,
1280
1287
  _CTE,
1281
1288
  0,
1282
- () => CancelTaskExecutionRequest,
1283
- () => CancelTaskExecutionResponse,
1289
+ () => CancelTaskExecutionRequest$,
1290
+ () => CancelTaskExecutionResponse$,
1284
1291
  ];
1285
- var CreateAgent = [9, n0, _CA, 0, () => CreateAgentRequest, () => CreateAgentResponse];
1286
- var CreateLocationAzureBlob = [
1292
+ var CreateAgent$ = [9, n0, _CA, 0, () => CreateAgentRequest$, () => CreateAgentResponse$];
1293
+ var CreateLocationAzureBlob$ = [
1287
1294
  9,
1288
1295
  n0,
1289
1296
  _CLAB,
1290
1297
  0,
1291
- () => CreateLocationAzureBlobRequest,
1292
- () => CreateLocationAzureBlobResponse,
1298
+ () => CreateLocationAzureBlobRequest$,
1299
+ () => CreateLocationAzureBlobResponse$,
1293
1300
  ];
1294
- var CreateLocationEfs = [
1301
+ var CreateLocationEfs$ = [
1295
1302
  9,
1296
1303
  n0,
1297
1304
  _CLE,
1298
1305
  0,
1299
- () => CreateLocationEfsRequest,
1300
- () => CreateLocationEfsResponse,
1306
+ () => CreateLocationEfsRequest$,
1307
+ () => CreateLocationEfsResponse$,
1301
1308
  ];
1302
- var CreateLocationFsxLustre = [
1309
+ var CreateLocationFsxLustre$ = [
1303
1310
  9,
1304
1311
  n0,
1305
1312
  _CLFL,
1306
1313
  0,
1307
- () => CreateLocationFsxLustreRequest,
1308
- () => CreateLocationFsxLustreResponse,
1314
+ () => CreateLocationFsxLustreRequest$,
1315
+ () => CreateLocationFsxLustreResponse$,
1309
1316
  ];
1310
- var CreateLocationFsxOntap = [
1317
+ var CreateLocationFsxOntap$ = [
1311
1318
  9,
1312
1319
  n0,
1313
1320
  _CLFO,
1314
1321
  0,
1315
- () => CreateLocationFsxOntapRequest,
1316
- () => CreateLocationFsxOntapResponse,
1322
+ () => CreateLocationFsxOntapRequest$,
1323
+ () => CreateLocationFsxOntapResponse$,
1317
1324
  ];
1318
- var CreateLocationFsxOpenZfs = [
1325
+ var CreateLocationFsxOpenZfs$ = [
1319
1326
  9,
1320
1327
  n0,
1321
1328
  _CLFOZ,
1322
1329
  0,
1323
- () => CreateLocationFsxOpenZfsRequest,
1324
- () => CreateLocationFsxOpenZfsResponse,
1330
+ () => CreateLocationFsxOpenZfsRequest$,
1331
+ () => CreateLocationFsxOpenZfsResponse$,
1325
1332
  ];
1326
- var CreateLocationFsxWindows = [
1333
+ var CreateLocationFsxWindows$ = [
1327
1334
  9,
1328
1335
  n0,
1329
1336
  _CLFW,
1330
1337
  0,
1331
- () => CreateLocationFsxWindowsRequest,
1332
- () => CreateLocationFsxWindowsResponse,
1338
+ () => CreateLocationFsxWindowsRequest$,
1339
+ () => CreateLocationFsxWindowsResponse$,
1333
1340
  ];
1334
- var CreateLocationHdfs = [
1341
+ var CreateLocationHdfs$ = [
1335
1342
  9,
1336
1343
  n0,
1337
1344
  _CLH,
1338
1345
  0,
1339
- () => CreateLocationHdfsRequest,
1340
- () => CreateLocationHdfsResponse,
1346
+ () => CreateLocationHdfsRequest$,
1347
+ () => CreateLocationHdfsResponse$,
1341
1348
  ];
1342
- var CreateLocationNfs = [
1349
+ var CreateLocationNfs$ = [
1343
1350
  9,
1344
1351
  n0,
1345
1352
  _CLN,
1346
1353
  0,
1347
- () => CreateLocationNfsRequest,
1348
- () => CreateLocationNfsResponse,
1354
+ () => CreateLocationNfsRequest$,
1355
+ () => CreateLocationNfsResponse$,
1349
1356
  ];
1350
- var CreateLocationObjectStorage = [
1357
+ var CreateLocationObjectStorage$ = [
1351
1358
  9,
1352
1359
  n0,
1353
1360
  _CLOS,
1354
1361
  0,
1355
- () => CreateLocationObjectStorageRequest,
1356
- () => CreateLocationObjectStorageResponse,
1362
+ () => CreateLocationObjectStorageRequest$,
1363
+ () => CreateLocationObjectStorageResponse$,
1357
1364
  ];
1358
- var CreateLocationS3 = [
1365
+ var CreateLocationS3$ = [
1359
1366
  9,
1360
1367
  n0,
1361
1368
  _CLS,
1362
1369
  0,
1363
- () => CreateLocationS3Request,
1364
- () => CreateLocationS3Response,
1370
+ () => CreateLocationS3Request$,
1371
+ () => CreateLocationS3Response$,
1365
1372
  ];
1366
- var CreateLocationSmb = [
1373
+ var CreateLocationSmb$ = [
1367
1374
  9,
1368
1375
  n0,
1369
1376
  _CLSr,
1370
1377
  0,
1371
- () => CreateLocationSmbRequest,
1372
- () => CreateLocationSmbResponse,
1378
+ () => CreateLocationSmbRequest$,
1379
+ () => CreateLocationSmbResponse$,
1373
1380
  ];
1374
- var CreateTask = [9, n0, _CTr, 0, () => CreateTaskRequest, () => CreateTaskResponse];
1375
- var DeleteAgent = [9, n0, _DA, 0, () => DeleteAgentRequest, () => DeleteAgentResponse];
1376
- var DeleteLocation = [
1381
+ var CreateTask$ = [9, n0, _CTr, 0, () => CreateTaskRequest$, () => CreateTaskResponse$];
1382
+ var DeleteAgent$ = [9, n0, _DA, 0, () => DeleteAgentRequest$, () => DeleteAgentResponse$];
1383
+ var DeleteLocation$ = [
1377
1384
  9,
1378
1385
  n0,
1379
1386
  _DL,
1380
1387
  0,
1381
- () => DeleteLocationRequest,
1382
- () => DeleteLocationResponse,
1388
+ () => DeleteLocationRequest$,
1389
+ () => DeleteLocationResponse$,
1383
1390
  ];
1384
- var DeleteTask = [9, n0, _DT, 0, () => DeleteTaskRequest, () => DeleteTaskResponse];
1385
- var DescribeAgent = [
1391
+ var DeleteTask$ = [9, n0, _DT, 0, () => DeleteTaskRequest$, () => DeleteTaskResponse$];
1392
+ var DescribeAgent$ = [
1386
1393
  9,
1387
1394
  n0,
1388
1395
  _DAe,
1389
1396
  0,
1390
- () => DescribeAgentRequest,
1391
- () => DescribeAgentResponse,
1397
+ () => DescribeAgentRequest$,
1398
+ () => DescribeAgentResponse$,
1392
1399
  ];
1393
- var DescribeLocationAzureBlob = [
1400
+ var DescribeLocationAzureBlob$ = [
1394
1401
  9,
1395
1402
  n0,
1396
1403
  _DLAB,
1397
1404
  0,
1398
- () => DescribeLocationAzureBlobRequest,
1399
- () => DescribeLocationAzureBlobResponse,
1405
+ () => DescribeLocationAzureBlobRequest$,
1406
+ () => DescribeLocationAzureBlobResponse$,
1400
1407
  ];
1401
- var DescribeLocationEfs = [
1408
+ var DescribeLocationEfs$ = [
1402
1409
  9,
1403
1410
  n0,
1404
1411
  _DLE,
1405
1412
  0,
1406
- () => DescribeLocationEfsRequest,
1407
- () => DescribeLocationEfsResponse,
1413
+ () => DescribeLocationEfsRequest$,
1414
+ () => DescribeLocationEfsResponse$,
1408
1415
  ];
1409
- var DescribeLocationFsxLustre = [
1416
+ var DescribeLocationFsxLustre$ = [
1410
1417
  9,
1411
1418
  n0,
1412
1419
  _DLFL,
1413
1420
  0,
1414
- () => DescribeLocationFsxLustreRequest,
1415
- () => DescribeLocationFsxLustreResponse,
1421
+ () => DescribeLocationFsxLustreRequest$,
1422
+ () => DescribeLocationFsxLustreResponse$,
1416
1423
  ];
1417
- var DescribeLocationFsxOntap = [
1424
+ var DescribeLocationFsxOntap$ = [
1418
1425
  9,
1419
1426
  n0,
1420
1427
  _DLFO,
1421
1428
  0,
1422
- () => DescribeLocationFsxOntapRequest,
1423
- () => DescribeLocationFsxOntapResponse,
1429
+ () => DescribeLocationFsxOntapRequest$,
1430
+ () => DescribeLocationFsxOntapResponse$,
1424
1431
  ];
1425
- var DescribeLocationFsxOpenZfs = [
1432
+ var DescribeLocationFsxOpenZfs$ = [
1426
1433
  9,
1427
1434
  n0,
1428
1435
  _DLFOZ,
1429
1436
  0,
1430
- () => DescribeLocationFsxOpenZfsRequest,
1431
- () => DescribeLocationFsxOpenZfsResponse,
1437
+ () => DescribeLocationFsxOpenZfsRequest$,
1438
+ () => DescribeLocationFsxOpenZfsResponse$,
1432
1439
  ];
1433
- var DescribeLocationFsxWindows = [
1440
+ var DescribeLocationFsxWindows$ = [
1434
1441
  9,
1435
1442
  n0,
1436
1443
  _DLFW,
1437
1444
  0,
1438
- () => DescribeLocationFsxWindowsRequest,
1439
- () => DescribeLocationFsxWindowsResponse,
1445
+ () => DescribeLocationFsxWindowsRequest$,
1446
+ () => DescribeLocationFsxWindowsResponse$,
1440
1447
  ];
1441
- var DescribeLocationHdfs = [
1448
+ var DescribeLocationHdfs$ = [
1442
1449
  9,
1443
1450
  n0,
1444
1451
  _DLH,
1445
1452
  0,
1446
- () => DescribeLocationHdfsRequest,
1447
- () => DescribeLocationHdfsResponse,
1453
+ () => DescribeLocationHdfsRequest$,
1454
+ () => DescribeLocationHdfsResponse$,
1448
1455
  ];
1449
- var DescribeLocationNfs = [
1456
+ var DescribeLocationNfs$ = [
1450
1457
  9,
1451
1458
  n0,
1452
1459
  _DLN,
1453
1460
  0,
1454
- () => DescribeLocationNfsRequest,
1455
- () => DescribeLocationNfsResponse,
1461
+ () => DescribeLocationNfsRequest$,
1462
+ () => DescribeLocationNfsResponse$,
1456
1463
  ];
1457
- var DescribeLocationObjectStorage = [
1464
+ var DescribeLocationObjectStorage$ = [
1458
1465
  9,
1459
1466
  n0,
1460
1467
  _DLOS,
1461
1468
  0,
1462
- () => DescribeLocationObjectStorageRequest,
1463
- () => DescribeLocationObjectStorageResponse,
1469
+ () => DescribeLocationObjectStorageRequest$,
1470
+ () => DescribeLocationObjectStorageResponse$,
1464
1471
  ];
1465
- var DescribeLocationS3 = [
1472
+ var DescribeLocationS3$ = [
1466
1473
  9,
1467
1474
  n0,
1468
1475
  _DLS,
1469
1476
  0,
1470
- () => DescribeLocationS3Request,
1471
- () => DescribeLocationS3Response,
1477
+ () => DescribeLocationS3Request$,
1478
+ () => DescribeLocationS3Response$,
1472
1479
  ];
1473
- var DescribeLocationSmb = [
1480
+ var DescribeLocationSmb$ = [
1474
1481
  9,
1475
1482
  n0,
1476
1483
  _DLSe,
1477
1484
  0,
1478
- () => DescribeLocationSmbRequest,
1479
- () => DescribeLocationSmbResponse,
1485
+ () => DescribeLocationSmbRequest$,
1486
+ () => DescribeLocationSmbResponse$,
1480
1487
  ];
1481
- var DescribeTask = [
1488
+ var DescribeTask$ = [
1482
1489
  9,
1483
1490
  n0,
1484
1491
  _DTe,
1485
1492
  0,
1486
- () => DescribeTaskRequest,
1487
- () => DescribeTaskResponse,
1493
+ () => DescribeTaskRequest$,
1494
+ () => DescribeTaskResponse$,
1488
1495
  ];
1489
- var DescribeTaskExecution = [
1496
+ var DescribeTaskExecution$ = [
1490
1497
  9,
1491
1498
  n0,
1492
1499
  _DTE,
1493
1500
  0,
1494
- () => DescribeTaskExecutionRequest,
1495
- () => DescribeTaskExecutionResponse,
1501
+ () => DescribeTaskExecutionRequest$,
1502
+ () => DescribeTaskExecutionResponse$,
1496
1503
  ];
1497
- var ListAgents = [9, n0, _LAi, 0, () => ListAgentsRequest, () => ListAgentsResponse];
1498
- var ListLocations = [
1504
+ var ListAgents$ = [9, n0, _LAi, 0, () => ListAgentsRequest$, () => ListAgentsResponse$];
1505
+ var ListLocations$ = [
1499
1506
  9,
1500
1507
  n0,
1501
1508
  _LLi,
1502
1509
  0,
1503
- () => ListLocationsRequest,
1504
- () => ListLocationsResponse,
1510
+ () => ListLocationsRequest$,
1511
+ () => ListLocationsResponse$,
1505
1512
  ];
1506
- var ListTagsForResource = [
1513
+ var ListTagsForResource$ = [
1507
1514
  9,
1508
1515
  n0,
1509
1516
  _LTFR,
1510
1517
  0,
1511
- () => ListTagsForResourceRequest,
1512
- () => ListTagsForResourceResponse,
1518
+ () => ListTagsForResourceRequest$,
1519
+ () => ListTagsForResourceResponse$,
1513
1520
  ];
1514
- var ListTaskExecutions = [
1521
+ var ListTaskExecutions$ = [
1515
1522
  9,
1516
1523
  n0,
1517
1524
  _LTE,
1518
1525
  0,
1519
- () => ListTaskExecutionsRequest,
1520
- () => ListTaskExecutionsResponse,
1526
+ () => ListTaskExecutionsRequest$,
1527
+ () => ListTaskExecutionsResponse$,
1521
1528
  ];
1522
- var ListTasks = [9, n0, _LTi, 0, () => ListTasksRequest, () => ListTasksResponse];
1523
- var StartTaskExecution = [
1529
+ var ListTasks$ = [9, n0, _LTi, 0, () => ListTasksRequest$, () => ListTasksResponse$];
1530
+ var StartTaskExecution$ = [
1524
1531
  9,
1525
1532
  n0,
1526
1533
  _STE,
1527
1534
  0,
1528
- () => StartTaskExecutionRequest,
1529
- () => StartTaskExecutionResponse,
1535
+ () => StartTaskExecutionRequest$,
1536
+ () => StartTaskExecutionResponse$,
1530
1537
  ];
1531
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1532
- var UntagResource = [
1538
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1539
+ var UntagResource$ = [
1533
1540
  9,
1534
1541
  n0,
1535
1542
  _UR,
1536
1543
  0,
1537
- () => UntagResourceRequest,
1538
- () => UntagResourceResponse,
1544
+ () => UntagResourceRequest$,
1545
+ () => UntagResourceResponse$,
1539
1546
  ];
1540
- var UpdateAgent = [9, n0, _UA, 0, () => UpdateAgentRequest, () => UpdateAgentResponse];
1541
- var UpdateLocationAzureBlob = [
1547
+ var UpdateAgent$ = [9, n0, _UA, 0, () => UpdateAgentRequest$, () => UpdateAgentResponse$];
1548
+ var UpdateLocationAzureBlob$ = [
1542
1549
  9,
1543
1550
  n0,
1544
1551
  _ULAB,
1545
1552
  0,
1546
- () => UpdateLocationAzureBlobRequest,
1547
- () => UpdateLocationAzureBlobResponse,
1553
+ () => UpdateLocationAzureBlobRequest$,
1554
+ () => UpdateLocationAzureBlobResponse$,
1548
1555
  ];
1549
- var UpdateLocationEfs = [
1556
+ var UpdateLocationEfs$ = [
1550
1557
  9,
1551
1558
  n0,
1552
1559
  _ULE,
1553
1560
  0,
1554
- () => UpdateLocationEfsRequest,
1555
- () => UpdateLocationEfsResponse,
1561
+ () => UpdateLocationEfsRequest$,
1562
+ () => UpdateLocationEfsResponse$,
1556
1563
  ];
1557
- var UpdateLocationFsxLustre = [
1564
+ var UpdateLocationFsxLustre$ = [
1558
1565
  9,
1559
1566
  n0,
1560
1567
  _ULFL,
1561
1568
  0,
1562
- () => UpdateLocationFsxLustreRequest,
1563
- () => UpdateLocationFsxLustreResponse,
1569
+ () => UpdateLocationFsxLustreRequest$,
1570
+ () => UpdateLocationFsxLustreResponse$,
1564
1571
  ];
1565
- var UpdateLocationFsxOntap = [
1572
+ var UpdateLocationFsxOntap$ = [
1566
1573
  9,
1567
1574
  n0,
1568
1575
  _ULFO,
1569
1576
  0,
1570
- () => UpdateLocationFsxOntapRequest,
1571
- () => UpdateLocationFsxOntapResponse,
1577
+ () => UpdateLocationFsxOntapRequest$,
1578
+ () => UpdateLocationFsxOntapResponse$,
1572
1579
  ];
1573
- var UpdateLocationFsxOpenZfs = [
1580
+ var UpdateLocationFsxOpenZfs$ = [
1574
1581
  9,
1575
1582
  n0,
1576
1583
  _ULFOZ,
1577
1584
  0,
1578
- () => UpdateLocationFsxOpenZfsRequest,
1579
- () => UpdateLocationFsxOpenZfsResponse,
1585
+ () => UpdateLocationFsxOpenZfsRequest$,
1586
+ () => UpdateLocationFsxOpenZfsResponse$,
1580
1587
  ];
1581
- var UpdateLocationFsxWindows = [
1588
+ var UpdateLocationFsxWindows$ = [
1582
1589
  9,
1583
1590
  n0,
1584
1591
  _ULFW,
1585
1592
  0,
1586
- () => UpdateLocationFsxWindowsRequest,
1587
- () => UpdateLocationFsxWindowsResponse,
1593
+ () => UpdateLocationFsxWindowsRequest$,
1594
+ () => UpdateLocationFsxWindowsResponse$,
1588
1595
  ];
1589
- var UpdateLocationHdfs = [
1596
+ var UpdateLocationHdfs$ = [
1590
1597
  9,
1591
1598
  n0,
1592
1599
  _ULH,
1593
1600
  0,
1594
- () => UpdateLocationHdfsRequest,
1595
- () => UpdateLocationHdfsResponse,
1601
+ () => UpdateLocationHdfsRequest$,
1602
+ () => UpdateLocationHdfsResponse$,
1596
1603
  ];
1597
- var UpdateLocationNfs = [
1604
+ var UpdateLocationNfs$ = [
1598
1605
  9,
1599
1606
  n0,
1600
1607
  _ULN,
1601
1608
  0,
1602
- () => UpdateLocationNfsRequest,
1603
- () => UpdateLocationNfsResponse,
1609
+ () => UpdateLocationNfsRequest$,
1610
+ () => UpdateLocationNfsResponse$,
1604
1611
  ];
1605
- var UpdateLocationObjectStorage = [
1612
+ var UpdateLocationObjectStorage$ = [
1606
1613
  9,
1607
1614
  n0,
1608
1615
  _ULOS,
1609
1616
  0,
1610
- () => UpdateLocationObjectStorageRequest,
1611
- () => UpdateLocationObjectStorageResponse,
1617
+ () => UpdateLocationObjectStorageRequest$,
1618
+ () => UpdateLocationObjectStorageResponse$,
1612
1619
  ];
1613
- var UpdateLocationS3 = [
1620
+ var UpdateLocationS3$ = [
1614
1621
  9,
1615
1622
  n0,
1616
1623
  _ULS,
1617
1624
  0,
1618
- () => UpdateLocationS3Request,
1619
- () => UpdateLocationS3Response,
1625
+ () => UpdateLocationS3Request$,
1626
+ () => UpdateLocationS3Response$,
1620
1627
  ];
1621
- var UpdateLocationSmb = [
1628
+ var UpdateLocationSmb$ = [
1622
1629
  9,
1623
1630
  n0,
1624
1631
  _ULSp,
1625
1632
  0,
1626
- () => UpdateLocationSmbRequest,
1627
- () => UpdateLocationSmbResponse,
1633
+ () => UpdateLocationSmbRequest$,
1634
+ () => UpdateLocationSmbResponse$,
1628
1635
  ];
1629
- var UpdateTask = [9, n0, _UT, 0, () => UpdateTaskRequest, () => UpdateTaskResponse];
1630
- var UpdateTaskExecution = [
1636
+ var UpdateTask$ = [9, n0, _UT, 0, () => UpdateTaskRequest$, () => UpdateTaskResponse$];
1637
+ var UpdateTaskExecution$ = [
1631
1638
  9,
1632
1639
  n0,
1633
1640
  _UTE,
1634
1641
  0,
1635
- () => UpdateTaskExecutionRequest,
1636
- () => UpdateTaskExecutionResponse,
1642
+ () => UpdateTaskExecutionRequest$,
1643
+ () => UpdateTaskExecutionResponse$,
1637
1644
  ];
1638
1645
 
1639
1646
  class CancelTaskExecutionCommand extends smithyClient.Command
@@ -1644,7 +1651,7 @@ class CancelTaskExecutionCommand extends smithyClient.Command
1644
1651
  })
1645
1652
  .s("FmrsService", "CancelTaskExecution", {})
1646
1653
  .n("DataSyncClient", "CancelTaskExecutionCommand")
1647
- .sc(CancelTaskExecution)
1654
+ .sc(CancelTaskExecution$)
1648
1655
  .build() {
1649
1656
  }
1650
1657
 
@@ -1656,7 +1663,7 @@ class CreateAgentCommand extends smithyClient.Command
1656
1663
  })
1657
1664
  .s("FmrsService", "CreateAgent", {})
1658
1665
  .n("DataSyncClient", "CreateAgentCommand")
1659
- .sc(CreateAgent)
1666
+ .sc(CreateAgent$)
1660
1667
  .build() {
1661
1668
  }
1662
1669
 
@@ -1668,7 +1675,7 @@ class CreateLocationAzureBlobCommand extends smithyClient.Command
1668
1675
  })
1669
1676
  .s("FmrsService", "CreateLocationAzureBlob", {})
1670
1677
  .n("DataSyncClient", "CreateLocationAzureBlobCommand")
1671
- .sc(CreateLocationAzureBlob)
1678
+ .sc(CreateLocationAzureBlob$)
1672
1679
  .build() {
1673
1680
  }
1674
1681
 
@@ -1680,7 +1687,7 @@ class CreateLocationEfsCommand extends smithyClient.Command
1680
1687
  })
1681
1688
  .s("FmrsService", "CreateLocationEfs", {})
1682
1689
  .n("DataSyncClient", "CreateLocationEfsCommand")
1683
- .sc(CreateLocationEfs)
1690
+ .sc(CreateLocationEfs$)
1684
1691
  .build() {
1685
1692
  }
1686
1693
 
@@ -1692,7 +1699,7 @@ class CreateLocationFsxLustreCommand extends smithyClient.Command
1692
1699
  })
1693
1700
  .s("FmrsService", "CreateLocationFsxLustre", {})
1694
1701
  .n("DataSyncClient", "CreateLocationFsxLustreCommand")
1695
- .sc(CreateLocationFsxLustre)
1702
+ .sc(CreateLocationFsxLustre$)
1696
1703
  .build() {
1697
1704
  }
1698
1705
 
@@ -1704,7 +1711,7 @@ class CreateLocationFsxOntapCommand extends smithyClient.Command
1704
1711
  })
1705
1712
  .s("FmrsService", "CreateLocationFsxOntap", {})
1706
1713
  .n("DataSyncClient", "CreateLocationFsxOntapCommand")
1707
- .sc(CreateLocationFsxOntap)
1714
+ .sc(CreateLocationFsxOntap$)
1708
1715
  .build() {
1709
1716
  }
1710
1717
 
@@ -1716,7 +1723,7 @@ class CreateLocationFsxOpenZfsCommand extends smithyClient.Command
1716
1723
  })
1717
1724
  .s("FmrsService", "CreateLocationFsxOpenZfs", {})
1718
1725
  .n("DataSyncClient", "CreateLocationFsxOpenZfsCommand")
1719
- .sc(CreateLocationFsxOpenZfs)
1726
+ .sc(CreateLocationFsxOpenZfs$)
1720
1727
  .build() {
1721
1728
  }
1722
1729
 
@@ -1728,7 +1735,7 @@ class CreateLocationFsxWindowsCommand extends smithyClient.Command
1728
1735
  })
1729
1736
  .s("FmrsService", "CreateLocationFsxWindows", {})
1730
1737
  .n("DataSyncClient", "CreateLocationFsxWindowsCommand")
1731
- .sc(CreateLocationFsxWindows)
1738
+ .sc(CreateLocationFsxWindows$)
1732
1739
  .build() {
1733
1740
  }
1734
1741
 
@@ -1740,7 +1747,7 @@ class CreateLocationHdfsCommand extends smithyClient.Command
1740
1747
  })
1741
1748
  .s("FmrsService", "CreateLocationHdfs", {})
1742
1749
  .n("DataSyncClient", "CreateLocationHdfsCommand")
1743
- .sc(CreateLocationHdfs)
1750
+ .sc(CreateLocationHdfs$)
1744
1751
  .build() {
1745
1752
  }
1746
1753
 
@@ -1752,7 +1759,7 @@ class CreateLocationNfsCommand extends smithyClient.Command
1752
1759
  })
1753
1760
  .s("FmrsService", "CreateLocationNfs", {})
1754
1761
  .n("DataSyncClient", "CreateLocationNfsCommand")
1755
- .sc(CreateLocationNfs)
1762
+ .sc(CreateLocationNfs$)
1756
1763
  .build() {
1757
1764
  }
1758
1765
 
@@ -1764,7 +1771,7 @@ class CreateLocationObjectStorageCommand extends smithyClient.Command
1764
1771
  })
1765
1772
  .s("FmrsService", "CreateLocationObjectStorage", {})
1766
1773
  .n("DataSyncClient", "CreateLocationObjectStorageCommand")
1767
- .sc(CreateLocationObjectStorage)
1774
+ .sc(CreateLocationObjectStorage$)
1768
1775
  .build() {
1769
1776
  }
1770
1777
 
@@ -1776,7 +1783,7 @@ class CreateLocationS3Command extends smithyClient.Command
1776
1783
  })
1777
1784
  .s("FmrsService", "CreateLocationS3", {})
1778
1785
  .n("DataSyncClient", "CreateLocationS3Command")
1779
- .sc(CreateLocationS3)
1786
+ .sc(CreateLocationS3$)
1780
1787
  .build() {
1781
1788
  }
1782
1789
 
@@ -1788,7 +1795,7 @@ class CreateLocationSmbCommand extends smithyClient.Command
1788
1795
  })
1789
1796
  .s("FmrsService", "CreateLocationSmb", {})
1790
1797
  .n("DataSyncClient", "CreateLocationSmbCommand")
1791
- .sc(CreateLocationSmb)
1798
+ .sc(CreateLocationSmb$)
1792
1799
  .build() {
1793
1800
  }
1794
1801
 
@@ -1800,7 +1807,7 @@ class CreateTaskCommand extends smithyClient.Command
1800
1807
  })
1801
1808
  .s("FmrsService", "CreateTask", {})
1802
1809
  .n("DataSyncClient", "CreateTaskCommand")
1803
- .sc(CreateTask)
1810
+ .sc(CreateTask$)
1804
1811
  .build() {
1805
1812
  }
1806
1813
 
@@ -1812,7 +1819,7 @@ class DeleteAgentCommand extends smithyClient.Command
1812
1819
  })
1813
1820
  .s("FmrsService", "DeleteAgent", {})
1814
1821
  .n("DataSyncClient", "DeleteAgentCommand")
1815
- .sc(DeleteAgent)
1822
+ .sc(DeleteAgent$)
1816
1823
  .build() {
1817
1824
  }
1818
1825
 
@@ -1824,7 +1831,7 @@ class DeleteLocationCommand extends smithyClient.Command
1824
1831
  })
1825
1832
  .s("FmrsService", "DeleteLocation", {})
1826
1833
  .n("DataSyncClient", "DeleteLocationCommand")
1827
- .sc(DeleteLocation)
1834
+ .sc(DeleteLocation$)
1828
1835
  .build() {
1829
1836
  }
1830
1837
 
@@ -1836,7 +1843,7 @@ class DeleteTaskCommand extends smithyClient.Command
1836
1843
  })
1837
1844
  .s("FmrsService", "DeleteTask", {})
1838
1845
  .n("DataSyncClient", "DeleteTaskCommand")
1839
- .sc(DeleteTask)
1846
+ .sc(DeleteTask$)
1840
1847
  .build() {
1841
1848
  }
1842
1849
 
@@ -1848,7 +1855,7 @@ class DescribeAgentCommand extends smithyClient.Command
1848
1855
  })
1849
1856
  .s("FmrsService", "DescribeAgent", {})
1850
1857
  .n("DataSyncClient", "DescribeAgentCommand")
1851
- .sc(DescribeAgent)
1858
+ .sc(DescribeAgent$)
1852
1859
  .build() {
1853
1860
  }
1854
1861
 
@@ -1860,7 +1867,7 @@ class DescribeLocationAzureBlobCommand extends smithyClient.Command
1860
1867
  })
1861
1868
  .s("FmrsService", "DescribeLocationAzureBlob", {})
1862
1869
  .n("DataSyncClient", "DescribeLocationAzureBlobCommand")
1863
- .sc(DescribeLocationAzureBlob)
1870
+ .sc(DescribeLocationAzureBlob$)
1864
1871
  .build() {
1865
1872
  }
1866
1873
 
@@ -1872,7 +1879,7 @@ class DescribeLocationEfsCommand extends smithyClient.Command
1872
1879
  })
1873
1880
  .s("FmrsService", "DescribeLocationEfs", {})
1874
1881
  .n("DataSyncClient", "DescribeLocationEfsCommand")
1875
- .sc(DescribeLocationEfs)
1882
+ .sc(DescribeLocationEfs$)
1876
1883
  .build() {
1877
1884
  }
1878
1885
 
@@ -1884,7 +1891,7 @@ class DescribeLocationFsxLustreCommand extends smithyClient.Command
1884
1891
  })
1885
1892
  .s("FmrsService", "DescribeLocationFsxLustre", {})
1886
1893
  .n("DataSyncClient", "DescribeLocationFsxLustreCommand")
1887
- .sc(DescribeLocationFsxLustre)
1894
+ .sc(DescribeLocationFsxLustre$)
1888
1895
  .build() {
1889
1896
  }
1890
1897
 
@@ -1896,7 +1903,7 @@ class DescribeLocationFsxOntapCommand extends smithyClient.Command
1896
1903
  })
1897
1904
  .s("FmrsService", "DescribeLocationFsxOntap", {})
1898
1905
  .n("DataSyncClient", "DescribeLocationFsxOntapCommand")
1899
- .sc(DescribeLocationFsxOntap)
1906
+ .sc(DescribeLocationFsxOntap$)
1900
1907
  .build() {
1901
1908
  }
1902
1909
 
@@ -1908,7 +1915,7 @@ class DescribeLocationFsxOpenZfsCommand extends smithyClient.Command
1908
1915
  })
1909
1916
  .s("FmrsService", "DescribeLocationFsxOpenZfs", {})
1910
1917
  .n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
1911
- .sc(DescribeLocationFsxOpenZfs)
1918
+ .sc(DescribeLocationFsxOpenZfs$)
1912
1919
  .build() {
1913
1920
  }
1914
1921
 
@@ -1920,7 +1927,7 @@ class DescribeLocationFsxWindowsCommand extends smithyClient.Command
1920
1927
  })
1921
1928
  .s("FmrsService", "DescribeLocationFsxWindows", {})
1922
1929
  .n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
1923
- .sc(DescribeLocationFsxWindows)
1930
+ .sc(DescribeLocationFsxWindows$)
1924
1931
  .build() {
1925
1932
  }
1926
1933
 
@@ -1932,7 +1939,7 @@ class DescribeLocationHdfsCommand extends smithyClient.Command
1932
1939
  })
1933
1940
  .s("FmrsService", "DescribeLocationHdfs", {})
1934
1941
  .n("DataSyncClient", "DescribeLocationHdfsCommand")
1935
- .sc(DescribeLocationHdfs)
1942
+ .sc(DescribeLocationHdfs$)
1936
1943
  .build() {
1937
1944
  }
1938
1945
 
@@ -1944,7 +1951,7 @@ class DescribeLocationNfsCommand extends smithyClient.Command
1944
1951
  })
1945
1952
  .s("FmrsService", "DescribeLocationNfs", {})
1946
1953
  .n("DataSyncClient", "DescribeLocationNfsCommand")
1947
- .sc(DescribeLocationNfs)
1954
+ .sc(DescribeLocationNfs$)
1948
1955
  .build() {
1949
1956
  }
1950
1957
 
@@ -1956,7 +1963,7 @@ class DescribeLocationObjectStorageCommand extends smithyClient.Command
1956
1963
  })
1957
1964
  .s("FmrsService", "DescribeLocationObjectStorage", {})
1958
1965
  .n("DataSyncClient", "DescribeLocationObjectStorageCommand")
1959
- .sc(DescribeLocationObjectStorage)
1966
+ .sc(DescribeLocationObjectStorage$)
1960
1967
  .build() {
1961
1968
  }
1962
1969
 
@@ -1968,7 +1975,7 @@ class DescribeLocationS3Command extends smithyClient.Command
1968
1975
  })
1969
1976
  .s("FmrsService", "DescribeLocationS3", {})
1970
1977
  .n("DataSyncClient", "DescribeLocationS3Command")
1971
- .sc(DescribeLocationS3)
1978
+ .sc(DescribeLocationS3$)
1972
1979
  .build() {
1973
1980
  }
1974
1981
 
@@ -1980,7 +1987,7 @@ class DescribeLocationSmbCommand extends smithyClient.Command
1980
1987
  })
1981
1988
  .s("FmrsService", "DescribeLocationSmb", {})
1982
1989
  .n("DataSyncClient", "DescribeLocationSmbCommand")
1983
- .sc(DescribeLocationSmb)
1990
+ .sc(DescribeLocationSmb$)
1984
1991
  .build() {
1985
1992
  }
1986
1993
 
@@ -1992,7 +1999,7 @@ class DescribeTaskCommand extends smithyClient.Command
1992
1999
  })
1993
2000
  .s("FmrsService", "DescribeTask", {})
1994
2001
  .n("DataSyncClient", "DescribeTaskCommand")
1995
- .sc(DescribeTask)
2002
+ .sc(DescribeTask$)
1996
2003
  .build() {
1997
2004
  }
1998
2005
 
@@ -2004,7 +2011,7 @@ class DescribeTaskExecutionCommand extends smithyClient.Command
2004
2011
  })
2005
2012
  .s("FmrsService", "DescribeTaskExecution", {})
2006
2013
  .n("DataSyncClient", "DescribeTaskExecutionCommand")
2007
- .sc(DescribeTaskExecution)
2014
+ .sc(DescribeTaskExecution$)
2008
2015
  .build() {
2009
2016
  }
2010
2017
 
@@ -2016,7 +2023,7 @@ class ListAgentsCommand extends smithyClient.Command
2016
2023
  })
2017
2024
  .s("FmrsService", "ListAgents", {})
2018
2025
  .n("DataSyncClient", "ListAgentsCommand")
2019
- .sc(ListAgents)
2026
+ .sc(ListAgents$)
2020
2027
  .build() {
2021
2028
  }
2022
2029
 
@@ -2028,7 +2035,7 @@ class ListLocationsCommand extends smithyClient.Command
2028
2035
  })
2029
2036
  .s("FmrsService", "ListLocations", {})
2030
2037
  .n("DataSyncClient", "ListLocationsCommand")
2031
- .sc(ListLocations)
2038
+ .sc(ListLocations$)
2032
2039
  .build() {
2033
2040
  }
2034
2041
 
@@ -2040,7 +2047,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2040
2047
  })
2041
2048
  .s("FmrsService", "ListTagsForResource", {})
2042
2049
  .n("DataSyncClient", "ListTagsForResourceCommand")
2043
- .sc(ListTagsForResource)
2050
+ .sc(ListTagsForResource$)
2044
2051
  .build() {
2045
2052
  }
2046
2053
 
@@ -2052,7 +2059,7 @@ class ListTaskExecutionsCommand extends smithyClient.Command
2052
2059
  })
2053
2060
  .s("FmrsService", "ListTaskExecutions", {})
2054
2061
  .n("DataSyncClient", "ListTaskExecutionsCommand")
2055
- .sc(ListTaskExecutions)
2062
+ .sc(ListTaskExecutions$)
2056
2063
  .build() {
2057
2064
  }
2058
2065
 
@@ -2064,7 +2071,7 @@ class ListTasksCommand extends smithyClient.Command
2064
2071
  })
2065
2072
  .s("FmrsService", "ListTasks", {})
2066
2073
  .n("DataSyncClient", "ListTasksCommand")
2067
- .sc(ListTasks)
2074
+ .sc(ListTasks$)
2068
2075
  .build() {
2069
2076
  }
2070
2077
 
@@ -2076,7 +2083,7 @@ class StartTaskExecutionCommand extends smithyClient.Command
2076
2083
  })
2077
2084
  .s("FmrsService", "StartTaskExecution", {})
2078
2085
  .n("DataSyncClient", "StartTaskExecutionCommand")
2079
- .sc(StartTaskExecution)
2086
+ .sc(StartTaskExecution$)
2080
2087
  .build() {
2081
2088
  }
2082
2089
 
@@ -2088,7 +2095,7 @@ class TagResourceCommand extends smithyClient.Command
2088
2095
  })
2089
2096
  .s("FmrsService", "TagResource", {})
2090
2097
  .n("DataSyncClient", "TagResourceCommand")
2091
- .sc(TagResource)
2098
+ .sc(TagResource$)
2092
2099
  .build() {
2093
2100
  }
2094
2101
 
@@ -2100,7 +2107,7 @@ class UntagResourceCommand extends smithyClient.Command
2100
2107
  })
2101
2108
  .s("FmrsService", "UntagResource", {})
2102
2109
  .n("DataSyncClient", "UntagResourceCommand")
2103
- .sc(UntagResource)
2110
+ .sc(UntagResource$)
2104
2111
  .build() {
2105
2112
  }
2106
2113
 
@@ -2112,7 +2119,7 @@ class UpdateAgentCommand extends smithyClient.Command
2112
2119
  })
2113
2120
  .s("FmrsService", "UpdateAgent", {})
2114
2121
  .n("DataSyncClient", "UpdateAgentCommand")
2115
- .sc(UpdateAgent)
2122
+ .sc(UpdateAgent$)
2116
2123
  .build() {
2117
2124
  }
2118
2125
 
@@ -2124,7 +2131,7 @@ class UpdateLocationAzureBlobCommand extends smithyClient.Command
2124
2131
  })
2125
2132
  .s("FmrsService", "UpdateLocationAzureBlob", {})
2126
2133
  .n("DataSyncClient", "UpdateLocationAzureBlobCommand")
2127
- .sc(UpdateLocationAzureBlob)
2134
+ .sc(UpdateLocationAzureBlob$)
2128
2135
  .build() {
2129
2136
  }
2130
2137
 
@@ -2136,7 +2143,7 @@ class UpdateLocationEfsCommand extends smithyClient.Command
2136
2143
  })
2137
2144
  .s("FmrsService", "UpdateLocationEfs", {})
2138
2145
  .n("DataSyncClient", "UpdateLocationEfsCommand")
2139
- .sc(UpdateLocationEfs)
2146
+ .sc(UpdateLocationEfs$)
2140
2147
  .build() {
2141
2148
  }
2142
2149
 
@@ -2148,7 +2155,7 @@ class UpdateLocationFsxLustreCommand extends smithyClient.Command
2148
2155
  })
2149
2156
  .s("FmrsService", "UpdateLocationFsxLustre", {})
2150
2157
  .n("DataSyncClient", "UpdateLocationFsxLustreCommand")
2151
- .sc(UpdateLocationFsxLustre)
2158
+ .sc(UpdateLocationFsxLustre$)
2152
2159
  .build() {
2153
2160
  }
2154
2161
 
@@ -2160,7 +2167,7 @@ class UpdateLocationFsxOntapCommand extends smithyClient.Command
2160
2167
  })
2161
2168
  .s("FmrsService", "UpdateLocationFsxOntap", {})
2162
2169
  .n("DataSyncClient", "UpdateLocationFsxOntapCommand")
2163
- .sc(UpdateLocationFsxOntap)
2170
+ .sc(UpdateLocationFsxOntap$)
2164
2171
  .build() {
2165
2172
  }
2166
2173
 
@@ -2172,7 +2179,7 @@ class UpdateLocationFsxOpenZfsCommand extends smithyClient.Command
2172
2179
  })
2173
2180
  .s("FmrsService", "UpdateLocationFsxOpenZfs", {})
2174
2181
  .n("DataSyncClient", "UpdateLocationFsxOpenZfsCommand")
2175
- .sc(UpdateLocationFsxOpenZfs)
2182
+ .sc(UpdateLocationFsxOpenZfs$)
2176
2183
  .build() {
2177
2184
  }
2178
2185
 
@@ -2184,7 +2191,7 @@ class UpdateLocationFsxWindowsCommand extends smithyClient.Command
2184
2191
  })
2185
2192
  .s("FmrsService", "UpdateLocationFsxWindows", {})
2186
2193
  .n("DataSyncClient", "UpdateLocationFsxWindowsCommand")
2187
- .sc(UpdateLocationFsxWindows)
2194
+ .sc(UpdateLocationFsxWindows$)
2188
2195
  .build() {
2189
2196
  }
2190
2197
 
@@ -2196,7 +2203,7 @@ class UpdateLocationHdfsCommand extends smithyClient.Command
2196
2203
  })
2197
2204
  .s("FmrsService", "UpdateLocationHdfs", {})
2198
2205
  .n("DataSyncClient", "UpdateLocationHdfsCommand")
2199
- .sc(UpdateLocationHdfs)
2206
+ .sc(UpdateLocationHdfs$)
2200
2207
  .build() {
2201
2208
  }
2202
2209
 
@@ -2208,7 +2215,7 @@ class UpdateLocationNfsCommand extends smithyClient.Command
2208
2215
  })
2209
2216
  .s("FmrsService", "UpdateLocationNfs", {})
2210
2217
  .n("DataSyncClient", "UpdateLocationNfsCommand")
2211
- .sc(UpdateLocationNfs)
2218
+ .sc(UpdateLocationNfs$)
2212
2219
  .build() {
2213
2220
  }
2214
2221
 
@@ -2220,7 +2227,7 @@ class UpdateLocationObjectStorageCommand extends smithyClient.Command
2220
2227
  })
2221
2228
  .s("FmrsService", "UpdateLocationObjectStorage", {})
2222
2229
  .n("DataSyncClient", "UpdateLocationObjectStorageCommand")
2223
- .sc(UpdateLocationObjectStorage)
2230
+ .sc(UpdateLocationObjectStorage$)
2224
2231
  .build() {
2225
2232
  }
2226
2233
 
@@ -2232,7 +2239,7 @@ class UpdateLocationS3Command extends smithyClient.Command
2232
2239
  })
2233
2240
  .s("FmrsService", "UpdateLocationS3", {})
2234
2241
  .n("DataSyncClient", "UpdateLocationS3Command")
2235
- .sc(UpdateLocationS3)
2242
+ .sc(UpdateLocationS3$)
2236
2243
  .build() {
2237
2244
  }
2238
2245
 
@@ -2244,7 +2251,7 @@ class UpdateLocationSmbCommand extends smithyClient.Command
2244
2251
  })
2245
2252
  .s("FmrsService", "UpdateLocationSmb", {})
2246
2253
  .n("DataSyncClient", "UpdateLocationSmbCommand")
2247
- .sc(UpdateLocationSmb)
2254
+ .sc(UpdateLocationSmb$)
2248
2255
  .build() {
2249
2256
  }
2250
2257
 
@@ -2256,7 +2263,7 @@ class UpdateTaskCommand extends smithyClient.Command
2256
2263
  })
2257
2264
  .s("FmrsService", "UpdateTask", {})
2258
2265
  .n("DataSyncClient", "UpdateTaskCommand")
2259
- .sc(UpdateTask)
2266
+ .sc(UpdateTask$)
2260
2267
  .build() {
2261
2268
  }
2262
2269
 
@@ -2268,7 +2275,7 @@ class UpdateTaskExecutionCommand extends smithyClient.Command
2268
2275
  })
2269
2276
  .s("FmrsService", "UpdateTaskExecution", {})
2270
2277
  .n("DataSyncClient", "UpdateTaskExecutionCommand")
2271
- .sc(UpdateTaskExecution)
2278
+ .sc(UpdateTaskExecution$)
2272
2279
  .build() {
2273
2280
  }
2274
2281
 
@@ -2562,106 +2569,311 @@ Object.defineProperty(exports, "__Client", {
2562
2569
  enumerable: true,
2563
2570
  get: function () { return smithyClient.Client; }
2564
2571
  });
2572
+ exports.AgentListEntry$ = AgentListEntry$;
2565
2573
  exports.AgentStatus = AgentStatus;
2566
2574
  exports.Atime = Atime;
2567
2575
  exports.AzureAccessTier = AzureAccessTier;
2568
2576
  exports.AzureBlobAuthenticationType = AzureBlobAuthenticationType;
2577
+ exports.AzureBlobSasConfiguration$ = AzureBlobSasConfiguration$;
2569
2578
  exports.AzureBlobType = AzureBlobType;
2579
+ exports.CancelTaskExecution$ = CancelTaskExecution$;
2570
2580
  exports.CancelTaskExecutionCommand = CancelTaskExecutionCommand;
2581
+ exports.CancelTaskExecutionRequest$ = CancelTaskExecutionRequest$;
2582
+ exports.CancelTaskExecutionResponse$ = CancelTaskExecutionResponse$;
2583
+ exports.CmkSecretConfig$ = CmkSecretConfig$;
2584
+ exports.CreateAgent$ = CreateAgent$;
2571
2585
  exports.CreateAgentCommand = CreateAgentCommand;
2586
+ exports.CreateAgentRequest$ = CreateAgentRequest$;
2587
+ exports.CreateAgentResponse$ = CreateAgentResponse$;
2588
+ exports.CreateLocationAzureBlob$ = CreateLocationAzureBlob$;
2572
2589
  exports.CreateLocationAzureBlobCommand = CreateLocationAzureBlobCommand;
2590
+ exports.CreateLocationAzureBlobRequest$ = CreateLocationAzureBlobRequest$;
2591
+ exports.CreateLocationAzureBlobResponse$ = CreateLocationAzureBlobResponse$;
2592
+ exports.CreateLocationEfs$ = CreateLocationEfs$;
2573
2593
  exports.CreateLocationEfsCommand = CreateLocationEfsCommand;
2594
+ exports.CreateLocationEfsRequest$ = CreateLocationEfsRequest$;
2595
+ exports.CreateLocationEfsResponse$ = CreateLocationEfsResponse$;
2596
+ exports.CreateLocationFsxLustre$ = CreateLocationFsxLustre$;
2574
2597
  exports.CreateLocationFsxLustreCommand = CreateLocationFsxLustreCommand;
2598
+ exports.CreateLocationFsxLustreRequest$ = CreateLocationFsxLustreRequest$;
2599
+ exports.CreateLocationFsxLustreResponse$ = CreateLocationFsxLustreResponse$;
2600
+ exports.CreateLocationFsxOntap$ = CreateLocationFsxOntap$;
2575
2601
  exports.CreateLocationFsxOntapCommand = CreateLocationFsxOntapCommand;
2602
+ exports.CreateLocationFsxOntapRequest$ = CreateLocationFsxOntapRequest$;
2603
+ exports.CreateLocationFsxOntapResponse$ = CreateLocationFsxOntapResponse$;
2604
+ exports.CreateLocationFsxOpenZfs$ = CreateLocationFsxOpenZfs$;
2576
2605
  exports.CreateLocationFsxOpenZfsCommand = CreateLocationFsxOpenZfsCommand;
2606
+ exports.CreateLocationFsxOpenZfsRequest$ = CreateLocationFsxOpenZfsRequest$;
2607
+ exports.CreateLocationFsxOpenZfsResponse$ = CreateLocationFsxOpenZfsResponse$;
2608
+ exports.CreateLocationFsxWindows$ = CreateLocationFsxWindows$;
2577
2609
  exports.CreateLocationFsxWindowsCommand = CreateLocationFsxWindowsCommand;
2610
+ exports.CreateLocationFsxWindowsRequest$ = CreateLocationFsxWindowsRequest$;
2611
+ exports.CreateLocationFsxWindowsResponse$ = CreateLocationFsxWindowsResponse$;
2612
+ exports.CreateLocationHdfs$ = CreateLocationHdfs$;
2578
2613
  exports.CreateLocationHdfsCommand = CreateLocationHdfsCommand;
2614
+ exports.CreateLocationHdfsRequest$ = CreateLocationHdfsRequest$;
2615
+ exports.CreateLocationHdfsResponse$ = CreateLocationHdfsResponse$;
2616
+ exports.CreateLocationNfs$ = CreateLocationNfs$;
2579
2617
  exports.CreateLocationNfsCommand = CreateLocationNfsCommand;
2618
+ exports.CreateLocationNfsRequest$ = CreateLocationNfsRequest$;
2619
+ exports.CreateLocationNfsResponse$ = CreateLocationNfsResponse$;
2620
+ exports.CreateLocationObjectStorage$ = CreateLocationObjectStorage$;
2580
2621
  exports.CreateLocationObjectStorageCommand = CreateLocationObjectStorageCommand;
2622
+ exports.CreateLocationObjectStorageRequest$ = CreateLocationObjectStorageRequest$;
2623
+ exports.CreateLocationObjectStorageResponse$ = CreateLocationObjectStorageResponse$;
2624
+ exports.CreateLocationS3$ = CreateLocationS3$;
2581
2625
  exports.CreateLocationS3Command = CreateLocationS3Command;
2626
+ exports.CreateLocationS3Request$ = CreateLocationS3Request$;
2627
+ exports.CreateLocationS3Response$ = CreateLocationS3Response$;
2628
+ exports.CreateLocationSmb$ = CreateLocationSmb$;
2582
2629
  exports.CreateLocationSmbCommand = CreateLocationSmbCommand;
2630
+ exports.CreateLocationSmbRequest$ = CreateLocationSmbRequest$;
2631
+ exports.CreateLocationSmbResponse$ = CreateLocationSmbResponse$;
2632
+ exports.CreateTask$ = CreateTask$;
2583
2633
  exports.CreateTaskCommand = CreateTaskCommand;
2634
+ exports.CreateTaskRequest$ = CreateTaskRequest$;
2635
+ exports.CreateTaskResponse$ = CreateTaskResponse$;
2636
+ exports.CustomSecretConfig$ = CustomSecretConfig$;
2584
2637
  exports.DataSync = DataSync;
2585
2638
  exports.DataSyncClient = DataSyncClient;
2586
- exports.DataSyncServiceException = DataSyncServiceException$1;
2639
+ exports.DataSyncServiceException = DataSyncServiceException;
2640
+ exports.DataSyncServiceException$ = DataSyncServiceException$;
2641
+ exports.DeleteAgent$ = DeleteAgent$;
2587
2642
  exports.DeleteAgentCommand = DeleteAgentCommand;
2643
+ exports.DeleteAgentRequest$ = DeleteAgentRequest$;
2644
+ exports.DeleteAgentResponse$ = DeleteAgentResponse$;
2645
+ exports.DeleteLocation$ = DeleteLocation$;
2588
2646
  exports.DeleteLocationCommand = DeleteLocationCommand;
2647
+ exports.DeleteLocationRequest$ = DeleteLocationRequest$;
2648
+ exports.DeleteLocationResponse$ = DeleteLocationResponse$;
2649
+ exports.DeleteTask$ = DeleteTask$;
2589
2650
  exports.DeleteTaskCommand = DeleteTaskCommand;
2651
+ exports.DeleteTaskRequest$ = DeleteTaskRequest$;
2652
+ exports.DeleteTaskResponse$ = DeleteTaskResponse$;
2653
+ exports.DescribeAgent$ = DescribeAgent$;
2590
2654
  exports.DescribeAgentCommand = DescribeAgentCommand;
2655
+ exports.DescribeAgentRequest$ = DescribeAgentRequest$;
2656
+ exports.DescribeAgentResponse$ = DescribeAgentResponse$;
2657
+ exports.DescribeLocationAzureBlob$ = DescribeLocationAzureBlob$;
2591
2658
  exports.DescribeLocationAzureBlobCommand = DescribeLocationAzureBlobCommand;
2659
+ exports.DescribeLocationAzureBlobRequest$ = DescribeLocationAzureBlobRequest$;
2660
+ exports.DescribeLocationAzureBlobResponse$ = DescribeLocationAzureBlobResponse$;
2661
+ exports.DescribeLocationEfs$ = DescribeLocationEfs$;
2592
2662
  exports.DescribeLocationEfsCommand = DescribeLocationEfsCommand;
2663
+ exports.DescribeLocationEfsRequest$ = DescribeLocationEfsRequest$;
2664
+ exports.DescribeLocationEfsResponse$ = DescribeLocationEfsResponse$;
2665
+ exports.DescribeLocationFsxLustre$ = DescribeLocationFsxLustre$;
2593
2666
  exports.DescribeLocationFsxLustreCommand = DescribeLocationFsxLustreCommand;
2667
+ exports.DescribeLocationFsxLustreRequest$ = DescribeLocationFsxLustreRequest$;
2668
+ exports.DescribeLocationFsxLustreResponse$ = DescribeLocationFsxLustreResponse$;
2669
+ exports.DescribeLocationFsxOntap$ = DescribeLocationFsxOntap$;
2594
2670
  exports.DescribeLocationFsxOntapCommand = DescribeLocationFsxOntapCommand;
2671
+ exports.DescribeLocationFsxOntapRequest$ = DescribeLocationFsxOntapRequest$;
2672
+ exports.DescribeLocationFsxOntapResponse$ = DescribeLocationFsxOntapResponse$;
2673
+ exports.DescribeLocationFsxOpenZfs$ = DescribeLocationFsxOpenZfs$;
2595
2674
  exports.DescribeLocationFsxOpenZfsCommand = DescribeLocationFsxOpenZfsCommand;
2675
+ exports.DescribeLocationFsxOpenZfsRequest$ = DescribeLocationFsxOpenZfsRequest$;
2676
+ exports.DescribeLocationFsxOpenZfsResponse$ = DescribeLocationFsxOpenZfsResponse$;
2677
+ exports.DescribeLocationFsxWindows$ = DescribeLocationFsxWindows$;
2596
2678
  exports.DescribeLocationFsxWindowsCommand = DescribeLocationFsxWindowsCommand;
2679
+ exports.DescribeLocationFsxWindowsRequest$ = DescribeLocationFsxWindowsRequest$;
2680
+ exports.DescribeLocationFsxWindowsResponse$ = DescribeLocationFsxWindowsResponse$;
2681
+ exports.DescribeLocationHdfs$ = DescribeLocationHdfs$;
2597
2682
  exports.DescribeLocationHdfsCommand = DescribeLocationHdfsCommand;
2683
+ exports.DescribeLocationHdfsRequest$ = DescribeLocationHdfsRequest$;
2684
+ exports.DescribeLocationHdfsResponse$ = DescribeLocationHdfsResponse$;
2685
+ exports.DescribeLocationNfs$ = DescribeLocationNfs$;
2598
2686
  exports.DescribeLocationNfsCommand = DescribeLocationNfsCommand;
2687
+ exports.DescribeLocationNfsRequest$ = DescribeLocationNfsRequest$;
2688
+ exports.DescribeLocationNfsResponse$ = DescribeLocationNfsResponse$;
2689
+ exports.DescribeLocationObjectStorage$ = DescribeLocationObjectStorage$;
2599
2690
  exports.DescribeLocationObjectStorageCommand = DescribeLocationObjectStorageCommand;
2691
+ exports.DescribeLocationObjectStorageRequest$ = DescribeLocationObjectStorageRequest$;
2692
+ exports.DescribeLocationObjectStorageResponse$ = DescribeLocationObjectStorageResponse$;
2693
+ exports.DescribeLocationS3$ = DescribeLocationS3$;
2600
2694
  exports.DescribeLocationS3Command = DescribeLocationS3Command;
2695
+ exports.DescribeLocationS3Request$ = DescribeLocationS3Request$;
2696
+ exports.DescribeLocationS3Response$ = DescribeLocationS3Response$;
2697
+ exports.DescribeLocationSmb$ = DescribeLocationSmb$;
2601
2698
  exports.DescribeLocationSmbCommand = DescribeLocationSmbCommand;
2699
+ exports.DescribeLocationSmbRequest$ = DescribeLocationSmbRequest$;
2700
+ exports.DescribeLocationSmbResponse$ = DescribeLocationSmbResponse$;
2701
+ exports.DescribeTask$ = DescribeTask$;
2602
2702
  exports.DescribeTaskCommand = DescribeTaskCommand;
2703
+ exports.DescribeTaskExecution$ = DescribeTaskExecution$;
2603
2704
  exports.DescribeTaskExecutionCommand = DescribeTaskExecutionCommand;
2705
+ exports.DescribeTaskExecutionRequest$ = DescribeTaskExecutionRequest$;
2706
+ exports.DescribeTaskExecutionResponse$ = DescribeTaskExecutionResponse$;
2707
+ exports.DescribeTaskRequest$ = DescribeTaskRequest$;
2708
+ exports.DescribeTaskResponse$ = DescribeTaskResponse$;
2709
+ exports.Ec2Config$ = Ec2Config$;
2604
2710
  exports.EfsInTransitEncryption = EfsInTransitEncryption;
2605
2711
  exports.EndpointType = EndpointType;
2712
+ exports.FilterRule$ = FilterRule$;
2606
2713
  exports.FilterType = FilterType;
2714
+ exports.FsxProtocol$ = FsxProtocol$;
2715
+ exports.FsxProtocolNfs$ = FsxProtocolNfs$;
2716
+ exports.FsxProtocolSmb$ = FsxProtocolSmb$;
2717
+ exports.FsxUpdateProtocol$ = FsxUpdateProtocol$;
2718
+ exports.FsxUpdateProtocolSmb$ = FsxUpdateProtocolSmb$;
2607
2719
  exports.Gid = Gid;
2608
2720
  exports.HdfsAuthenticationType = HdfsAuthenticationType;
2609
2721
  exports.HdfsDataTransferProtection = HdfsDataTransferProtection;
2722
+ exports.HdfsNameNode$ = HdfsNameNode$;
2610
2723
  exports.HdfsRpcProtection = HdfsRpcProtection;
2611
- exports.InternalException = InternalException$1;
2612
- exports.InvalidRequestException = InvalidRequestException$1;
2724
+ exports.InternalException = InternalException;
2725
+ exports.InternalException$ = InternalException$;
2726
+ exports.InvalidRequestException = InvalidRequestException;
2727
+ exports.InvalidRequestException$ = InvalidRequestException$;
2728
+ exports.ListAgents$ = ListAgents$;
2613
2729
  exports.ListAgentsCommand = ListAgentsCommand;
2730
+ exports.ListAgentsRequest$ = ListAgentsRequest$;
2731
+ exports.ListAgentsResponse$ = ListAgentsResponse$;
2732
+ exports.ListLocations$ = ListLocations$;
2614
2733
  exports.ListLocationsCommand = ListLocationsCommand;
2734
+ exports.ListLocationsRequest$ = ListLocationsRequest$;
2735
+ exports.ListLocationsResponse$ = ListLocationsResponse$;
2736
+ exports.ListTagsForResource$ = ListTagsForResource$;
2615
2737
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2738
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2739
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2740
+ exports.ListTaskExecutions$ = ListTaskExecutions$;
2616
2741
  exports.ListTaskExecutionsCommand = ListTaskExecutionsCommand;
2742
+ exports.ListTaskExecutionsRequest$ = ListTaskExecutionsRequest$;
2743
+ exports.ListTaskExecutionsResponse$ = ListTaskExecutionsResponse$;
2744
+ exports.ListTasks$ = ListTasks$;
2617
2745
  exports.ListTasksCommand = ListTasksCommand;
2746
+ exports.ListTasksRequest$ = ListTasksRequest$;
2747
+ exports.ListTasksResponse$ = ListTasksResponse$;
2748
+ exports.LocationFilter$ = LocationFilter$;
2618
2749
  exports.LocationFilterName = LocationFilterName;
2750
+ exports.LocationListEntry$ = LocationListEntry$;
2619
2751
  exports.LogLevel = LogLevel;
2752
+ exports.ManagedSecretConfig$ = ManagedSecretConfig$;
2620
2753
  exports.ManifestAction = ManifestAction;
2754
+ exports.ManifestConfig$ = ManifestConfig$;
2621
2755
  exports.ManifestFormat = ManifestFormat;
2622
2756
  exports.Mtime = Mtime;
2757
+ exports.NfsMountOptions$ = NfsMountOptions$;
2623
2758
  exports.NfsVersion = NfsVersion;
2624
2759
  exports.ObjectStorageServerProtocol = ObjectStorageServerProtocol;
2625
2760
  exports.ObjectTags = ObjectTags;
2626
2761
  exports.ObjectVersionIds = ObjectVersionIds;
2762
+ exports.OnPremConfig$ = OnPremConfig$;
2627
2763
  exports.Operator = Operator;
2764
+ exports.Options$ = Options$;
2628
2765
  exports.OverwriteMode = OverwriteMode;
2629
2766
  exports.PhaseStatus = PhaseStatus;
2767
+ exports.Platform$ = Platform$;
2630
2768
  exports.PosixPermissions = PosixPermissions;
2631
2769
  exports.PreserveDeletedFiles = PreserveDeletedFiles;
2632
2770
  exports.PreserveDevices = PreserveDevices;
2771
+ exports.PrivateLinkConfig$ = PrivateLinkConfig$;
2772
+ exports.QopConfiguration$ = QopConfiguration$;
2773
+ exports.ReportDestination$ = ReportDestination$;
2774
+ exports.ReportDestinationS3$ = ReportDestinationS3$;
2633
2775
  exports.ReportLevel = ReportLevel;
2634
2776
  exports.ReportOutputType = ReportOutputType;
2777
+ exports.ReportOverride$ = ReportOverride$;
2778
+ exports.ReportOverrides$ = ReportOverrides$;
2779
+ exports.ReportResult$ = ReportResult$;
2780
+ exports.S3Config$ = S3Config$;
2781
+ exports.S3ManifestConfig$ = S3ManifestConfig$;
2635
2782
  exports.S3StorageClass = S3StorageClass;
2636
2783
  exports.ScheduleDisabledBy = ScheduleDisabledBy;
2637
2784
  exports.ScheduleStatus = ScheduleStatus;
2638
2785
  exports.SmbAuthenticationType = SmbAuthenticationType;
2786
+ exports.SmbMountOptions$ = SmbMountOptions$;
2639
2787
  exports.SmbSecurityDescriptorCopyFlags = SmbSecurityDescriptorCopyFlags;
2640
2788
  exports.SmbVersion = SmbVersion;
2789
+ exports.SourceManifestConfig$ = SourceManifestConfig$;
2790
+ exports.StartTaskExecution$ = StartTaskExecution$;
2641
2791
  exports.StartTaskExecutionCommand = StartTaskExecutionCommand;
2792
+ exports.StartTaskExecutionRequest$ = StartTaskExecutionRequest$;
2793
+ exports.StartTaskExecutionResponse$ = StartTaskExecutionResponse$;
2794
+ exports.TagListEntry$ = TagListEntry$;
2795
+ exports.TagResource$ = TagResource$;
2642
2796
  exports.TagResourceCommand = TagResourceCommand;
2797
+ exports.TagResourceRequest$ = TagResourceRequest$;
2798
+ exports.TagResourceResponse$ = TagResourceResponse$;
2799
+ exports.TaskExecutionFilesFailedDetail$ = TaskExecutionFilesFailedDetail$;
2800
+ exports.TaskExecutionFilesListedDetail$ = TaskExecutionFilesListedDetail$;
2801
+ exports.TaskExecutionFoldersFailedDetail$ = TaskExecutionFoldersFailedDetail$;
2802
+ exports.TaskExecutionFoldersListedDetail$ = TaskExecutionFoldersListedDetail$;
2803
+ exports.TaskExecutionListEntry$ = TaskExecutionListEntry$;
2804
+ exports.TaskExecutionResultDetail$ = TaskExecutionResultDetail$;
2643
2805
  exports.TaskExecutionStatus = TaskExecutionStatus;
2806
+ exports.TaskFilter$ = TaskFilter$;
2644
2807
  exports.TaskFilterName = TaskFilterName;
2808
+ exports.TaskListEntry$ = TaskListEntry$;
2645
2809
  exports.TaskMode = TaskMode;
2646
2810
  exports.TaskQueueing = TaskQueueing;
2811
+ exports.TaskReportConfig$ = TaskReportConfig$;
2812
+ exports.TaskSchedule$ = TaskSchedule$;
2813
+ exports.TaskScheduleDetails$ = TaskScheduleDetails$;
2647
2814
  exports.TaskStatus = TaskStatus;
2648
2815
  exports.TransferMode = TransferMode;
2649
2816
  exports.Uid = Uid;
2817
+ exports.UntagResource$ = UntagResource$;
2650
2818
  exports.UntagResourceCommand = UntagResourceCommand;
2819
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2820
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2821
+ exports.UpdateAgent$ = UpdateAgent$;
2651
2822
  exports.UpdateAgentCommand = UpdateAgentCommand;
2823
+ exports.UpdateAgentRequest$ = UpdateAgentRequest$;
2824
+ exports.UpdateAgentResponse$ = UpdateAgentResponse$;
2825
+ exports.UpdateLocationAzureBlob$ = UpdateLocationAzureBlob$;
2652
2826
  exports.UpdateLocationAzureBlobCommand = UpdateLocationAzureBlobCommand;
2827
+ exports.UpdateLocationAzureBlobRequest$ = UpdateLocationAzureBlobRequest$;
2828
+ exports.UpdateLocationAzureBlobResponse$ = UpdateLocationAzureBlobResponse$;
2829
+ exports.UpdateLocationEfs$ = UpdateLocationEfs$;
2653
2830
  exports.UpdateLocationEfsCommand = UpdateLocationEfsCommand;
2831
+ exports.UpdateLocationEfsRequest$ = UpdateLocationEfsRequest$;
2832
+ exports.UpdateLocationEfsResponse$ = UpdateLocationEfsResponse$;
2833
+ exports.UpdateLocationFsxLustre$ = UpdateLocationFsxLustre$;
2654
2834
  exports.UpdateLocationFsxLustreCommand = UpdateLocationFsxLustreCommand;
2835
+ exports.UpdateLocationFsxLustreRequest$ = UpdateLocationFsxLustreRequest$;
2836
+ exports.UpdateLocationFsxLustreResponse$ = UpdateLocationFsxLustreResponse$;
2837
+ exports.UpdateLocationFsxOntap$ = UpdateLocationFsxOntap$;
2655
2838
  exports.UpdateLocationFsxOntapCommand = UpdateLocationFsxOntapCommand;
2839
+ exports.UpdateLocationFsxOntapRequest$ = UpdateLocationFsxOntapRequest$;
2840
+ exports.UpdateLocationFsxOntapResponse$ = UpdateLocationFsxOntapResponse$;
2841
+ exports.UpdateLocationFsxOpenZfs$ = UpdateLocationFsxOpenZfs$;
2656
2842
  exports.UpdateLocationFsxOpenZfsCommand = UpdateLocationFsxOpenZfsCommand;
2843
+ exports.UpdateLocationFsxOpenZfsRequest$ = UpdateLocationFsxOpenZfsRequest$;
2844
+ exports.UpdateLocationFsxOpenZfsResponse$ = UpdateLocationFsxOpenZfsResponse$;
2845
+ exports.UpdateLocationFsxWindows$ = UpdateLocationFsxWindows$;
2657
2846
  exports.UpdateLocationFsxWindowsCommand = UpdateLocationFsxWindowsCommand;
2847
+ exports.UpdateLocationFsxWindowsRequest$ = UpdateLocationFsxWindowsRequest$;
2848
+ exports.UpdateLocationFsxWindowsResponse$ = UpdateLocationFsxWindowsResponse$;
2849
+ exports.UpdateLocationHdfs$ = UpdateLocationHdfs$;
2658
2850
  exports.UpdateLocationHdfsCommand = UpdateLocationHdfsCommand;
2851
+ exports.UpdateLocationHdfsRequest$ = UpdateLocationHdfsRequest$;
2852
+ exports.UpdateLocationHdfsResponse$ = UpdateLocationHdfsResponse$;
2853
+ exports.UpdateLocationNfs$ = UpdateLocationNfs$;
2659
2854
  exports.UpdateLocationNfsCommand = UpdateLocationNfsCommand;
2855
+ exports.UpdateLocationNfsRequest$ = UpdateLocationNfsRequest$;
2856
+ exports.UpdateLocationNfsResponse$ = UpdateLocationNfsResponse$;
2857
+ exports.UpdateLocationObjectStorage$ = UpdateLocationObjectStorage$;
2660
2858
  exports.UpdateLocationObjectStorageCommand = UpdateLocationObjectStorageCommand;
2859
+ exports.UpdateLocationObjectStorageRequest$ = UpdateLocationObjectStorageRequest$;
2860
+ exports.UpdateLocationObjectStorageResponse$ = UpdateLocationObjectStorageResponse$;
2861
+ exports.UpdateLocationS3$ = UpdateLocationS3$;
2661
2862
  exports.UpdateLocationS3Command = UpdateLocationS3Command;
2863
+ exports.UpdateLocationS3Request$ = UpdateLocationS3Request$;
2864
+ exports.UpdateLocationS3Response$ = UpdateLocationS3Response$;
2865
+ exports.UpdateLocationSmb$ = UpdateLocationSmb$;
2662
2866
  exports.UpdateLocationSmbCommand = UpdateLocationSmbCommand;
2867
+ exports.UpdateLocationSmbRequest$ = UpdateLocationSmbRequest$;
2868
+ exports.UpdateLocationSmbResponse$ = UpdateLocationSmbResponse$;
2869
+ exports.UpdateTask$ = UpdateTask$;
2663
2870
  exports.UpdateTaskCommand = UpdateTaskCommand;
2871
+ exports.UpdateTaskExecution$ = UpdateTaskExecution$;
2664
2872
  exports.UpdateTaskExecutionCommand = UpdateTaskExecutionCommand;
2873
+ exports.UpdateTaskExecutionRequest$ = UpdateTaskExecutionRequest$;
2874
+ exports.UpdateTaskExecutionResponse$ = UpdateTaskExecutionResponse$;
2875
+ exports.UpdateTaskRequest$ = UpdateTaskRequest$;
2876
+ exports.UpdateTaskResponse$ = UpdateTaskResponse$;
2665
2877
  exports.VerifyMode = VerifyMode;
2666
2878
  exports.paginateListAgents = paginateListAgents;
2667
2879
  exports.paginateListLocations = paginateListLocations;