@aws-sdk/client-datasync 3.987.0 → 3.989.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var DataSyncServiceException = require('./models/DataSyncServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1389 +113,6 @@ class DataSyncClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class DataSyncServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, DataSyncServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalException extends DataSyncServiceException {
121
- name = "InternalException";
122
- $fault = "server";
123
- errorCode;
124
- constructor(opts) {
125
- super({
126
- name: "InternalException",
127
- $fault: "server",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InternalException.prototype);
131
- this.errorCode = opts.errorCode;
132
- }
133
- }
134
- class InvalidRequestException extends DataSyncServiceException {
135
- name = "InvalidRequestException";
136
- $fault = "client";
137
- errorCode;
138
- datasyncErrorCode;
139
- constructor(opts) {
140
- super({
141
- name: "InvalidRequestException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
146
- this.errorCode = opts.errorCode;
147
- this.datasyncErrorCode = opts.datasyncErrorCode;
148
- }
149
- }
150
-
151
- const _A = "Agents";
152
- const _AA = "AgentArn";
153
- const _AAg = "AgentArns";
154
- const _ABSC = "AzureBlobSasConfiguration";
155
- const _ABST = "AzureBlobSasToken";
156
- const _ADFD = "AtDestinationForDelete";
157
- const _AK = "ActivationKey";
158
- const _AKc = "AccessKey";
159
- const _AL = "AgentList";
160
- const _ALE = "AgentListEntry";
161
- const _AN = "AgentName";
162
- const _APA = "AccessPointArn";
163
- const _AS = "AtSource";
164
- const _AT = "AuthenticationType";
165
- const _ATc = "AccessTier";
166
- const _Ac = "Action";
167
- const _At = "Atime";
168
- const _BARA = "BucketAccessRoleArn";
169
- const _BC = "BytesCompressed";
170
- const _BN = "BucketName";
171
- const _BPS = "BytesPerSecond";
172
- const _BS = "BlockSize";
173
- const _BT = "BlobType";
174
- const _BTy = "BytesTransferred";
175
- const _BW = "BytesWritten";
176
- const _CA = "CreateAgent";
177
- const _CAR = "CreateAgentRequest";
178
- const _CARr = "CreateAgentResponse";
179
- const _CLAB = "CreateLocationAzureBlob";
180
- const _CLABR = "CreateLocationAzureBlobRequest";
181
- const _CLABRr = "CreateLocationAzureBlobResponse";
182
- const _CLE = "CreateLocationEfs";
183
- const _CLER = "CreateLocationEfsRequest";
184
- const _CLERr = "CreateLocationEfsResponse";
185
- const _CLFL = "CreateLocationFsxLustre";
186
- const _CLFLR = "CreateLocationFsxLustreRequest";
187
- const _CLFLRr = "CreateLocationFsxLustreResponse";
188
- const _CLFO = "CreateLocationFsxOntap";
189
- const _CLFOR = "CreateLocationFsxOntapRequest";
190
- const _CLFORr = "CreateLocationFsxOntapResponse";
191
- const _CLFOZ = "CreateLocationFsxOpenZfs";
192
- const _CLFOZR = "CreateLocationFsxOpenZfsRequest";
193
- const _CLFOZRr = "CreateLocationFsxOpenZfsResponse";
194
- const _CLFW = "CreateLocationFsxWindows";
195
- const _CLFWR = "CreateLocationFsxWindowsRequest";
196
- const _CLFWRr = "CreateLocationFsxWindowsResponse";
197
- const _CLH = "CreateLocationHdfs";
198
- const _CLHR = "CreateLocationHdfsRequest";
199
- const _CLHRr = "CreateLocationHdfsResponse";
200
- const _CLN = "CreateLocationNfs";
201
- const _CLNR = "CreateLocationNfsRequest";
202
- const _CLNRr = "CreateLocationNfsResponse";
203
- const _CLOS = "CreateLocationObjectStorage";
204
- const _CLOSR = "CreateLocationObjectStorageRequest";
205
- const _CLOSRr = "CreateLocationObjectStorageResponse";
206
- const _CLS = "CreateLocationS3";
207
- const _CLSR = "CreateLocationS3Request";
208
- const _CLSRr = "CreateLocationS3Response";
209
- const _CLSRre = "CreateLocationSmbRequest";
210
- const _CLSRrea = "CreateLocationSmbResponse";
211
- const _CLSr = "CreateLocationSmb";
212
- const _CSC = "CmkSecretConfig";
213
- const _CSCu = "CustomSecretConfig";
214
- const _CT = "CreationTime";
215
- const _CTE = "CancelTaskExecution";
216
- const _CTEA = "CurrentTaskExecutionArn";
217
- const _CTER = "CancelTaskExecutionRequest";
218
- const _CTERa = "CancelTaskExecutionResponse";
219
- const _CTR = "CreateTaskRequest";
220
- const _CTRr = "CreateTaskResponse";
221
- const _CTr = "CreateTask";
222
- const _CU = "ContainerUrl";
223
- const _CWLGA = "CloudWatchLogGroupArn";
224
- const _D = "Domain";
225
- const _DA = "DeleteAgent";
226
- const _DAR = "DeleteAgentRequest";
227
- const _DARe = "DeleteAgentResponse";
228
- const _DARes = "DescribeAgentRequest";
229
- const _DAResc = "DescribeAgentResponse";
230
- const _DAe = "DescribeAgent";
231
- const _DB = "DisabledBy";
232
- const _DIA = "DnsIpAddresses";
233
- const _DL = "DeleteLocation";
234
- const _DLA = "DestinationLocationArn";
235
- const _DLAB = "DescribeLocationAzureBlob";
236
- const _DLABR = "DescribeLocationAzureBlobRequest";
237
- const _DLABRe = "DescribeLocationAzureBlobResponse";
238
- const _DLE = "DescribeLocationEfs";
239
- const _DLER = "DescribeLocationEfsRequest";
240
- const _DLERe = "DescribeLocationEfsResponse";
241
- const _DLFL = "DescribeLocationFsxLustre";
242
- const _DLFLR = "DescribeLocationFsxLustreRequest";
243
- const _DLFLRe = "DescribeLocationFsxLustreResponse";
244
- const _DLFO = "DescribeLocationFsxOntap";
245
- const _DLFOR = "DescribeLocationFsxOntapRequest";
246
- const _DLFORe = "DescribeLocationFsxOntapResponse";
247
- const _DLFOZ = "DescribeLocationFsxOpenZfs";
248
- const _DLFOZR = "DescribeLocationFsxOpenZfsRequest";
249
- const _DLFOZRe = "DescribeLocationFsxOpenZfsResponse";
250
- const _DLFW = "DescribeLocationFsxWindows";
251
- const _DLFWR = "DescribeLocationFsxWindowsRequest";
252
- const _DLFWRe = "DescribeLocationFsxWindowsResponse";
253
- const _DLH = "DescribeLocationHdfs";
254
- const _DLHR = "DescribeLocationHdfsRequest";
255
- const _DLHRe = "DescribeLocationHdfsResponse";
256
- const _DLN = "DescribeLocationNfs";
257
- const _DLNR = "DescribeLocationNfsRequest";
258
- const _DLNRe = "DescribeLocationNfsResponse";
259
- const _DLOS = "DescribeLocationObjectStorage";
260
- const _DLOSR = "DescribeLocationObjectStorageRequest";
261
- const _DLOSRe = "DescribeLocationObjectStorageResponse";
262
- const _DLR = "DeleteLocationRequest";
263
- const _DLRe = "DeleteLocationResponse";
264
- const _DLS = "DescribeLocationS3";
265
- const _DLSR = "DescribeLocationS3Request";
266
- const _DLSRe = "DescribeLocationS3Response";
267
- const _DLSRes = "DescribeLocationSmbRequest";
268
- const _DLSResc = "DescribeLocationSmbResponse";
269
- const _DLSe = "DescribeLocationSmb";
270
- const _DNIA = "DestinationNetworkInterfaceArns";
271
- const _DR = "DisabledReason";
272
- const _DT = "DeleteTask";
273
- const _DTE = "DescribeTaskExecution";
274
- const _DTER = "DescribeTaskExecutionRequest";
275
- const _DTERe = "DescribeTaskExecutionResponse";
276
- const _DTP = "DataTransferProtection";
277
- const _DTR = "DeleteTaskRequest";
278
- const _DTRe = "DeleteTaskResponse";
279
- const _DTRes = "DescribeTaskRequest";
280
- const _DTResc = "DescribeTaskResponse";
281
- const _DTe = "DescribeTask";
282
- const _De = "Deleted";
283
- const _Del = "Delete";
284
- const _Des = "Destination";
285
- const _E = "Excludes";
286
- const _EBTT = "EstimatedBytesToTransfer";
287
- const _EC = "Ec2Config";
288
- const _ECr = "ErrorCode";
289
- const _ED = "ErrorDetail";
290
- const _EFA = "EfsFilesystemArn";
291
- const _EFTD = "EstimatedFilesToDelete";
292
- const _EFTDs = "EstimatedFoldersToDelete";
293
- const _EFTT = "EstimatedFilesToTransfer";
294
- const _EFTTs = "EstimatedFoldersToTransfer";
295
- const _ET = "EndpointType";
296
- const _ETn = "EndTime";
297
- const _F = "Filters";
298
- const _FD = "FilesDeleted";
299
- const _FDo = "FoldersDeleted";
300
- const _FF = "FilesFailed";
301
- const _FFA = "FsxFilesystemArn";
302
- const _FFo = "FoldersFailed";
303
- const _FL = "FilesListed";
304
- const _FLi = "FilterList";
305
- const _FLo = "FoldersListed";
306
- const _FP = "FilesPrepared";
307
- const _FPN = "FsxProtocolNfs";
308
- const _FPS = "FsxProtocolSmb";
309
- const _FPo = "FoldersPrepared";
310
- const _FPs = "FsxProtocol";
311
- const _FR = "FilterRule";
312
- const _FS = "FilesSkipped";
313
- const _FSARA = "FileSystemAccessRoleArn";
314
- const _FSo = "FoldersSkipped";
315
- const _FT = "FilesTransferred";
316
- const _FTi = "FilterType";
317
- const _FTo = "FoldersTransferred";
318
- const _FUP = "FsxUpdateProtocol";
319
- const _FUPS = "FsxUpdateProtocolSmb";
320
- const _FV = "FilesVerified";
321
- const _FVo = "FoldersVerified";
322
- const _Fo = "Format";
323
- const _G = "Gid";
324
- const _H = "Hostname";
325
- const _HNN = "HdfsNameNode";
326
- const _HNNL = "HdfsNameNodeList";
327
- const _I = "Includes";
328
- const _IE = "InternalException";
329
- const _IRE = "InvalidRequestException";
330
- const _ITE = "InTransitEncryption";
331
- const _ITL = "InputTagList";
332
- const _K = "Key";
333
- const _KK = "KerberosKeytab";
334
- const _KKA = "KmsKeyArn";
335
- const _KKC = "KerberosKrb5Conf";
336
- const _KKPU = "KmsKeyProviderUri";
337
- const _KP = "KerberosPrincipal";
338
- const _Ke = "Keys";
339
- const _L = "Locations";
340
- const _LA = "LocationArn";
341
- const _LAR = "ListAgentsRequest";
342
- const _LARi = "ListAgentsResponse";
343
- const _LAi = "ListAgents";
344
- const _LCT = "LastConnectionTime";
345
- const _LF = "LocationFilter";
346
- const _LFo = "LocationFilters";
347
- const _LL = "LogLevel";
348
- const _LLE = "LocationListEntry";
349
- const _LLR = "ListLocationsRequest";
350
- const _LLRi = "ListLocationsResponse";
351
- const _LLi = "ListLocations";
352
- const _LLo = "LocationList";
353
- const _LT = "LaunchTime";
354
- const _LTE = "ListTaskExecutions";
355
- const _LTER = "ListTaskExecutionsRequest";
356
- const _LTERi = "ListTaskExecutionsResponse";
357
- const _LTFR = "ListTagsForResource";
358
- const _LTFRR = "ListTagsForResourceRequest";
359
- const _LTFRRi = "ListTagsForResourceResponse";
360
- const _LTR = "ListTasksRequest";
361
- const _LTRi = "ListTasksResponse";
362
- const _LTi = "ListTasks";
363
- const _LU = "LocationUri";
364
- const _Li = "List";
365
- const _M = "Mtime";
366
- const _MC = "ManifestConfig";
367
- const _MO = "MountOptions";
368
- const _MOP = "ManifestObjectPath";
369
- const _MOVI = "ManifestObjectVersionId";
370
- const _MR = "MaxResults";
371
- const _MSC = "ManagedSecretConfig";
372
- const _N = "Name";
373
- const _NFS = "NFS";
374
- const _NMO = "NfsMountOptions";
375
- const _NN = "NameNodes";
376
- const _NT = "NextToken";
377
- const _O = "Options";
378
- const _OM = "OverwriteMode";
379
- const _OO = "OverrideOptions";
380
- const _OPC = "OnPremConfig";
381
- const _OSSK = "ObjectStorageSecretKey";
382
- const _OT = "ObjectTags";
383
- const _OTL = "OutputTagList";
384
- const _OTu = "OutputType";
385
- const _OVI = "ObjectVersionIds";
386
- const _Op = "Operator";
387
- const _Ov = "Overrides";
388
- const _P = "Platform";
389
- const _PD = "PreserveDevices";
390
- const _PDF = "PreserveDeletedFiles";
391
- const _PDr = "PrepareDuration";
392
- const _PLC = "PrivateLinkConfig";
393
- const _PLE = "PrivateLinkEndpoint";
394
- const _PP = "PosixPermissions";
395
- const _PS = "PrepareStatus";
396
- const _Pa = "Password";
397
- const _Po = "Port";
398
- const _Pr = "Protocol";
399
- const _Pre = "Prepare";
400
- const _QC = "QopConfiguration";
401
- const _R = "Result";
402
- const _RA = "ResourceArn";
403
- const _RD = "ReportDestination";
404
- const _RDS = "ReportDestinationS3";
405
- const _RF = "ReplicationFactor";
406
- const _RL = "ReportLevel";
407
- const _RO = "ReportOverride";
408
- const _ROe = "ReportOverrides";
409
- const _RP = "RpcProtection";
410
- const _RR = "ReportResult";
411
- const _S = "Status";
412
- const _SA = "SecretArn";
413
- const _SARA = "SecretAccessRoleArn";
414
- const _SAu = "SubnetArns";
415
- const _SAub = "SubnetArn";
416
- const _SBA = "S3BucketArn";
417
- const _SC = "SasConfiguration";
418
- const _SCe = "ServerCertificate";
419
- const _SCo = "S3Config";
420
- const _SD = "ScheduleDetails";
421
- const _SDCF = "SecurityDescriptorCopyFlags";
422
- const _SE = "ScheduleExpression";
423
- const _SGA = "SecurityGroupArns";
424
- const _SH = "ServerHostname";
425
- const _SK = "SecretKey";
426
- const _SLA = "SourceLocationArn";
427
- const _SMB = "SMB";
428
- const _SMC = "S3ManifestConfig";
429
- const _SMCo = "SourceManifestConfig";
430
- const _SMO = "SmbMountOptions";
431
- const _SNIA = "SourceNetworkInterfaceArns";
432
- const _SP = "SmbPassword";
433
- const _SPe = "ServerPort";
434
- const _SPer = "ServerProtocol";
435
- const _SSC = "S3StorageClass";
436
- const _ST = "StartTime";
437
- const _STE = "StartTaskExecution";
438
- const _STER = "StartTaskExecutionRequest";
439
- const _STERt = "StartTaskExecutionResponse";
440
- const _SU = "SimpleUser";
441
- const _SUT = "StatusUpdateTime";
442
- const _SVMA = "StorageVirtualMachineArn";
443
- const _S_ = "S3";
444
- const _Sc = "Schedule";
445
- const _Sk = "Skipped";
446
- const _So = "Source";
447
- const _Su = "Subdirectory";
448
- const _T = "Token";
449
- const _TA = "TaskArn";
450
- const _TD = "TotalDuration";
451
- const _TDr = "TransferDuration";
452
- const _TE = "TaskExecutions";
453
- const _TEA = "TaskExecutionArn";
454
- const _TEFFD = "TaskExecutionFilesFailedDetail";
455
- const _TEFFDa = "TaskExecutionFoldersFailedDetail";
456
- const _TEFLD = "TaskExecutionFilesListedDetail";
457
- const _TEFLDa = "TaskExecutionFoldersListedDetail";
458
- const _TEL = "TaskExecutionList";
459
- const _TELE = "TaskExecutionListEntry";
460
- const _TERD = "TaskExecutionResultDetail";
461
- const _TF = "TaskFilter";
462
- const _TFa = "TaskFilters";
463
- const _TL = "TaskList";
464
- const _TLE = "TagListEntry";
465
- const _TLEa = "TaskListEntry";
466
- const _TM = "TaskMode";
467
- const _TMr = "TransferMode";
468
- const _TQ = "TaskQueueing";
469
- const _TR = "TagResource";
470
- const _TRC = "TaskReportConfig";
471
- const _TRR = "TagResourceRequest";
472
- const _TRRa = "TagResourceResponse";
473
- const _TS = "TransferStatus";
474
- const _TSD = "TaskScheduleDetails";
475
- const _TSa = "TaskSchedule";
476
- const _Ta = "Tags";
477
- const _Tas = "Tasks";
478
- const _Tr = "Transferred";
479
- const _Tra = "Transfer";
480
- const _U = "User";
481
- const _UA = "UpdateAgent";
482
- const _UAR = "UpdateAgentRequest";
483
- const _UARp = "UpdateAgentResponse";
484
- const _ULAB = "UpdateLocationAzureBlob";
485
- const _ULABR = "UpdateLocationAzureBlobRequest";
486
- const _ULABRp = "UpdateLocationAzureBlobResponse";
487
- const _ULE = "UpdateLocationEfs";
488
- const _ULER = "UpdateLocationEfsRequest";
489
- const _ULERp = "UpdateLocationEfsResponse";
490
- const _ULFL = "UpdateLocationFsxLustre";
491
- const _ULFLR = "UpdateLocationFsxLustreRequest";
492
- const _ULFLRp = "UpdateLocationFsxLustreResponse";
493
- const _ULFO = "UpdateLocationFsxOntap";
494
- const _ULFOR = "UpdateLocationFsxOntapRequest";
495
- const _ULFORp = "UpdateLocationFsxOntapResponse";
496
- const _ULFOZ = "UpdateLocationFsxOpenZfs";
497
- const _ULFOZR = "UpdateLocationFsxOpenZfsRequest";
498
- const _ULFOZRp = "UpdateLocationFsxOpenZfsResponse";
499
- const _ULFW = "UpdateLocationFsxWindows";
500
- const _ULFWR = "UpdateLocationFsxWindowsRequest";
501
- const _ULFWRp = "UpdateLocationFsxWindowsResponse";
502
- const _ULH = "UpdateLocationHdfs";
503
- const _ULHR = "UpdateLocationHdfsRequest";
504
- const _ULHRp = "UpdateLocationHdfsResponse";
505
- const _ULN = "UpdateLocationNfs";
506
- const _ULNR = "UpdateLocationNfsRequest";
507
- const _ULNRp = "UpdateLocationNfsResponse";
508
- const _ULOS = "UpdateLocationObjectStorage";
509
- const _ULOSR = "UpdateLocationObjectStorageRequest";
510
- const _ULOSRp = "UpdateLocationObjectStorageResponse";
511
- const _ULS = "UpdateLocationS3";
512
- const _ULSR = "UpdateLocationS3Request";
513
- const _ULSRp = "UpdateLocationS3Response";
514
- const _ULSRpd = "UpdateLocationSmbRequest";
515
- const _ULSRpda = "UpdateLocationSmbResponse";
516
- const _ULSp = "UpdateLocationSmb";
517
- const _UR = "UntagResource";
518
- const _URR = "UntagResourceRequest";
519
- const _URRn = "UntagResourceResponse";
520
- const _UT = "UpdateTask";
521
- const _UTE = "UpdateTaskExecution";
522
- const _UTER = "UpdateTaskExecutionRequest";
523
- const _UTERp = "UpdateTaskExecutionResponse";
524
- const _UTR = "UpdateTaskRequest";
525
- const _UTRp = "UpdateTaskResponse";
526
- const _Ui = "Uid";
527
- const _V = "Value";
528
- const _VD = "VerifyDuration";
529
- const _VEI = "VpcEndpointId";
530
- const _VM = "VerifyMode";
531
- const _VS = "VerifyStatus";
532
- const _Va = "Values";
533
- const _Ve = "Version";
534
- const _Ver = "Verified";
535
- const _Veri = "Verify";
536
- const _c = "client";
537
- const _dEC = "datasyncErrorCode";
538
- const _e = "error";
539
- const _eC = "errorCode";
540
- const _m = "message";
541
- const _s = "server";
542
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.datasync";
543
- const n0 = "com.amazonaws.datasync";
544
- var AzureBlobSasToken = [0, n0, _ABST, 8, 0];
545
- var ObjectStorageSecretKey = [0, n0, _OSSK, 8, 0];
546
- var SmbPassword = [0, n0, _SP, 8, 0];
547
- var AgentListEntry$ = [3, n0, _ALE,
548
- 0,
549
- [_AA, _N, _S, _P],
550
- [0, 0, 0, () => Platform$]
551
- ];
552
- var AzureBlobSasConfiguration$ = [3, n0, _ABSC,
553
- 0,
554
- [_T],
555
- [[() => AzureBlobSasToken, 0]], 1
556
- ];
557
- var CancelTaskExecutionRequest$ = [3, n0, _CTER,
558
- 0,
559
- [_TEA],
560
- [0], 1
561
- ];
562
- var CancelTaskExecutionResponse$ = [3, n0, _CTERa,
563
- 0,
564
- [],
565
- []
566
- ];
567
- var CmkSecretConfig$ = [3, n0, _CSC,
568
- 0,
569
- [_SA, _KKA],
570
- [0, 0]
571
- ];
572
- var CreateAgentRequest$ = [3, n0, _CAR,
573
- 0,
574
- [_AK, _AN, _Ta, _VEI, _SAu, _SGA],
575
- [0, 0, () => InputTagList, 0, 64 | 0, 64 | 0], 1
576
- ];
577
- var CreateAgentResponse$ = [3, n0, _CARr,
578
- 0,
579
- [_AA],
580
- [0]
581
- ];
582
- var CreateLocationAzureBlobRequest$ = [3, n0, _CLABR,
583
- 0,
584
- [_CU, _AT, _SC, _BT, _ATc, _Su, _AAg, _Ta, _CSC, _CSCu],
585
- [0, 0, [() => AzureBlobSasConfiguration$, 0], 0, 0, 0, 64 | 0, () => InputTagList, () => CmkSecretConfig$, () => CustomSecretConfig$], 2
586
- ];
587
- var CreateLocationAzureBlobResponse$ = [3, n0, _CLABRr,
588
- 0,
589
- [_LA],
590
- [0]
591
- ];
592
- var CreateLocationEfsRequest$ = [3, n0, _CLER,
593
- 0,
594
- [_EFA, _EC, _Su, _Ta, _APA, _FSARA, _ITE],
595
- [0, () => Ec2Config$, 0, () => InputTagList, 0, 0, 0], 2
596
- ];
597
- var CreateLocationEfsResponse$ = [3, n0, _CLERr,
598
- 0,
599
- [_LA],
600
- [0]
601
- ];
602
- var CreateLocationFsxLustreRequest$ = [3, n0, _CLFLR,
603
- 0,
604
- [_FFA, _SGA, _Su, _Ta],
605
- [0, 64 | 0, 0, () => InputTagList], 2
606
- ];
607
- var CreateLocationFsxLustreResponse$ = [3, n0, _CLFLRr,
608
- 0,
609
- [_LA],
610
- [0]
611
- ];
612
- var CreateLocationFsxOntapRequest$ = [3, n0, _CLFOR,
613
- 0,
614
- [_Pr, _SGA, _SVMA, _Su, _Ta],
615
- [[() => FsxProtocol$, 0], 64 | 0, 0, 0, () => InputTagList], 3
616
- ];
617
- var CreateLocationFsxOntapResponse$ = [3, n0, _CLFORr,
618
- 0,
619
- [_LA],
620
- [0]
621
- ];
622
- var CreateLocationFsxOpenZfsRequest$ = [3, n0, _CLFOZR,
623
- 0,
624
- [_FFA, _Pr, _SGA, _Su, _Ta],
625
- [0, [() => FsxProtocol$, 0], 64 | 0, 0, () => InputTagList], 3
626
- ];
627
- var CreateLocationFsxOpenZfsResponse$ = [3, n0, _CLFOZRr,
628
- 0,
629
- [_LA],
630
- [0]
631
- ];
632
- var CreateLocationFsxWindowsRequest$ = [3, n0, _CLFWR,
633
- 0,
634
- [_FFA, _SGA, _U, _Pa, _Su, _Ta, _D],
635
- [0, 64 | 0, 0, [() => SmbPassword, 0], 0, () => InputTagList, 0], 4
636
- ];
637
- var CreateLocationFsxWindowsResponse$ = [3, n0, _CLFWRr,
638
- 0,
639
- [_LA],
640
- [0]
641
- ];
642
- var CreateLocationHdfsRequest$ = [3, n0, _CLHR,
643
- 0,
644
- [_NN, _AT, _AAg, _Su, _BS, _RF, _KKPU, _QC, _SU, _KP, _KK, _KKC, _Ta],
645
- [() => HdfsNameNodeList, 0, 64 | 0, 0, 1, 1, 0, () => QopConfiguration$, 0, 0, 21, 21, () => InputTagList], 3
646
- ];
647
- var CreateLocationHdfsResponse$ = [3, n0, _CLHRr,
648
- 0,
649
- [_LA],
650
- [0]
651
- ];
652
- var CreateLocationNfsRequest$ = [3, n0, _CLNR,
653
- 0,
654
- [_Su, _SH, _OPC, _MO, _Ta],
655
- [0, 0, () => OnPremConfig$, () => NfsMountOptions$, () => InputTagList], 3
656
- ];
657
- var CreateLocationNfsResponse$ = [3, n0, _CLNRr,
658
- 0,
659
- [_LA],
660
- [0]
661
- ];
662
- var CreateLocationObjectStorageRequest$ = [3, n0, _CLOSR,
663
- 0,
664
- [_SH, _BN, _SPe, _SPer, _Su, _AKc, _SK, _AAg, _Ta, _SCe, _CSC, _CSCu],
665
- [0, 0, 1, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, () => InputTagList, 21, () => CmkSecretConfig$, () => CustomSecretConfig$], 2
666
- ];
667
- var CreateLocationObjectStorageResponse$ = [3, n0, _CLOSRr,
668
- 0,
669
- [_LA],
670
- [0]
671
- ];
672
- var CreateLocationS3Request$ = [3, n0, _CLSR,
673
- 0,
674
- [_SBA, _SCo, _Su, _SSC, _AAg, _Ta],
675
- [0, () => S3Config$, 0, 0, 64 | 0, () => InputTagList], 2
676
- ];
677
- var CreateLocationS3Response$ = [3, n0, _CLSRr,
678
- 0,
679
- [_LA],
680
- [0]
681
- ];
682
- var CreateLocationSmbRequest$ = [3, n0, _CLSRre,
683
- 0,
684
- [_Su, _SH, _AAg, _U, _D, _Pa, _CSC, _CSCu, _MO, _Ta, _AT, _DIA, _KP, _KK, _KKC],
685
- [0, 0, 64 | 0, 0, 0, [() => SmbPassword, 0], () => CmkSecretConfig$, () => CustomSecretConfig$, () => SmbMountOptions$, () => InputTagList, 0, 64 | 0, 0, 21, 21], 3
686
- ];
687
- var CreateLocationSmbResponse$ = [3, n0, _CLSRrea,
688
- 0,
689
- [_LA],
690
- [0]
691
- ];
692
- var CreateTaskRequest$ = [3, n0, _CTR,
693
- 0,
694
- [_SLA, _DLA, _CWLGA, _N, _O, _E, _Sc, _Ta, _I, _MC, _TRC, _TM],
695
- [0, 0, 0, 0, () => Options$, () => FilterList, () => TaskSchedule$, () => InputTagList, () => FilterList, () => ManifestConfig$, () => TaskReportConfig$, 0], 2
696
- ];
697
- var CreateTaskResponse$ = [3, n0, _CTRr,
698
- 0,
699
- [_TA],
700
- [0]
701
- ];
702
- var CustomSecretConfig$ = [3, n0, _CSCu,
703
- 0,
704
- [_SA, _SARA],
705
- [0, 0]
706
- ];
707
- var DeleteAgentRequest$ = [3, n0, _DAR,
708
- 0,
709
- [_AA],
710
- [0], 1
711
- ];
712
- var DeleteAgentResponse$ = [3, n0, _DARe,
713
- 0,
714
- [],
715
- []
716
- ];
717
- var DeleteLocationRequest$ = [3, n0, _DLR,
718
- 0,
719
- [_LA],
720
- [0], 1
721
- ];
722
- var DeleteLocationResponse$ = [3, n0, _DLRe,
723
- 0,
724
- [],
725
- []
726
- ];
727
- var DeleteTaskRequest$ = [3, n0, _DTR,
728
- 0,
729
- [_TA],
730
- [0], 1
731
- ];
732
- var DeleteTaskResponse$ = [3, n0, _DTRe,
733
- 0,
734
- [],
735
- []
736
- ];
737
- var DescribeAgentRequest$ = [3, n0, _DARes,
738
- 0,
739
- [_AA],
740
- [0], 1
741
- ];
742
- var DescribeAgentResponse$ = [3, n0, _DAResc,
743
- 0,
744
- [_AA, _N, _S, _LCT, _CT, _ET, _PLC, _P],
745
- [0, 0, 0, 4, 4, 0, () => PrivateLinkConfig$, () => Platform$]
746
- ];
747
- var DescribeLocationAzureBlobRequest$ = [3, n0, _DLABR,
748
- 0,
749
- [_LA],
750
- [0], 1
751
- ];
752
- var DescribeLocationAzureBlobResponse$ = [3, n0, _DLABRe,
753
- 0,
754
- [_LA, _LU, _AT, _BT, _ATc, _AAg, _CT, _MSC, _CSC, _CSCu],
755
- [0, 0, 0, 0, 0, 64 | 0, 4, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$]
756
- ];
757
- var DescribeLocationEfsRequest$ = [3, n0, _DLER,
758
- 0,
759
- [_LA],
760
- [0], 1
761
- ];
762
- var DescribeLocationEfsResponse$ = [3, n0, _DLERe,
763
- 0,
764
- [_LA, _LU, _EC, _CT, _APA, _FSARA, _ITE],
765
- [0, 0, () => Ec2Config$, 4, 0, 0, 0]
766
- ];
767
- var DescribeLocationFsxLustreRequest$ = [3, n0, _DLFLR,
768
- 0,
769
- [_LA],
770
- [0], 1
771
- ];
772
- var DescribeLocationFsxLustreResponse$ = [3, n0, _DLFLRe,
773
- 0,
774
- [_LA, _LU, _SGA, _CT],
775
- [0, 0, 64 | 0, 4]
776
- ];
777
- var DescribeLocationFsxOntapRequest$ = [3, n0, _DLFOR,
778
- 0,
779
- [_LA],
780
- [0], 1
781
- ];
782
- var DescribeLocationFsxOntapResponse$ = [3, n0, _DLFORe,
783
- 0,
784
- [_CT, _LA, _LU, _Pr, _SGA, _SVMA, _FFA],
785
- [4, 0, 0, [() => FsxProtocol$, 0], 64 | 0, 0, 0]
786
- ];
787
- var DescribeLocationFsxOpenZfsRequest$ = [3, n0, _DLFOZR,
788
- 0,
789
- [_LA],
790
- [0], 1
791
- ];
792
- var DescribeLocationFsxOpenZfsResponse$ = [3, n0, _DLFOZRe,
793
- 0,
794
- [_LA, _LU, _SGA, _Pr, _CT],
795
- [0, 0, 64 | 0, [() => FsxProtocol$, 0], 4]
796
- ];
797
- var DescribeLocationFsxWindowsRequest$ = [3, n0, _DLFWR,
798
- 0,
799
- [_LA],
800
- [0], 1
801
- ];
802
- var DescribeLocationFsxWindowsResponse$ = [3, n0, _DLFWRe,
803
- 0,
804
- [_LA, _LU, _SGA, _CT, _U, _D],
805
- [0, 0, 64 | 0, 4, 0, 0]
806
- ];
807
- var DescribeLocationHdfsRequest$ = [3, n0, _DLHR,
808
- 0,
809
- [_LA],
810
- [0], 1
811
- ];
812
- var DescribeLocationHdfsResponse$ = [3, n0, _DLHRe,
813
- 0,
814
- [_LA, _LU, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _AAg, _CT],
815
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 64 | 0, 4]
816
- ];
817
- var DescribeLocationNfsRequest$ = [3, n0, _DLNR,
818
- 0,
819
- [_LA],
820
- [0], 1
821
- ];
822
- var DescribeLocationNfsResponse$ = [3, n0, _DLNRe,
823
- 0,
824
- [_LA, _LU, _OPC, _MO, _CT],
825
- [0, 0, () => OnPremConfig$, () => NfsMountOptions$, 4]
826
- ];
827
- var DescribeLocationObjectStorageRequest$ = [3, n0, _DLOSR,
828
- 0,
829
- [_LA],
830
- [0], 1
831
- ];
832
- var DescribeLocationObjectStorageResponse$ = [3, n0, _DLOSRe,
833
- 0,
834
- [_LA, _LU, _AKc, _SPe, _SPer, _AAg, _CT, _SCe, _MSC, _CSC, _CSCu],
835
- [0, 0, 0, 1, 0, 64 | 0, 4, 21, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$]
836
- ];
837
- var DescribeLocationS3Request$ = [3, n0, _DLSR,
838
- 0,
839
- [_LA],
840
- [0], 1
841
- ];
842
- var DescribeLocationS3Response$ = [3, n0, _DLSRe,
843
- 0,
844
- [_LA, _LU, _SSC, _SCo, _AAg, _CT],
845
- [0, 0, 0, () => S3Config$, 64 | 0, 4]
846
- ];
847
- var DescribeLocationSmbRequest$ = [3, n0, _DLSRes,
848
- 0,
849
- [_LA],
850
- [0], 1
851
- ];
852
- var DescribeLocationSmbResponse$ = [3, n0, _DLSResc,
853
- 0,
854
- [_LA, _LU, _AAg, _U, _D, _MO, _CT, _DIA, _KP, _AT, _MSC, _CSC, _CSCu],
855
- [0, 0, 64 | 0, 0, 0, () => SmbMountOptions$, 4, 64 | 0, 0, 0, () => ManagedSecretConfig$, () => CmkSecretConfig$, () => CustomSecretConfig$]
856
- ];
857
- var DescribeTaskExecutionRequest$ = [3, n0, _DTER,
858
- 0,
859
- [_TEA],
860
- [0], 1
861
- ];
862
- var DescribeTaskExecutionResponse$ = [3, n0, _DTERe,
863
- 0,
864
- [_TEA, _S, _O, _E, _I, _MC, _ST, _EFTT, _EBTT, _FT, _BW, _BTy, _BC, _R, _TRC, _FD, _FS, _FV, _RR, _EFTD, _TM, _FP, _FL, _FF, _EFTDs, _EFTTs, _FSo, _FPo, _FTo, _FVo, _FDo, _FLo, _FFo, _LT, _ETn],
865
- [0, 0, () => Options$, () => FilterList, () => FilterList, () => ManifestConfig$, 4, 1, 1, 1, 1, 1, 1, () => TaskExecutionResultDetail$, () => TaskReportConfig$, 1, 1, 1, () => ReportResult$, 1, 0, 1, () => TaskExecutionFilesListedDetail$, () => TaskExecutionFilesFailedDetail$, 1, 1, 1, 1, 1, 1, 1, () => TaskExecutionFoldersListedDetail$, () => TaskExecutionFoldersFailedDetail$, 4, 4]
866
- ];
867
- var DescribeTaskRequest$ = [3, n0, _DTRes,
868
- 0,
869
- [_TA],
870
- [0], 1
871
- ];
872
- var DescribeTaskResponse$ = [3, n0, _DTResc,
873
- 0,
874
- [_TA, _S, _N, _CTEA, _SLA, _DLA, _CWLGA, _SNIA, _DNIA, _O, _E, _Sc, _ECr, _ED, _CT, _I, _MC, _TRC, _SD, _TM],
875
- [0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, () => Options$, () => FilterList, () => TaskSchedule$, 0, 0, 4, () => FilterList, () => ManifestConfig$, () => TaskReportConfig$, () => TaskScheduleDetails$, 0]
876
- ];
877
- var Ec2Config$ = [3, n0, _EC,
878
- 0,
879
- [_SAub, _SGA],
880
- [0, 64 | 0], 2
881
- ];
882
- var FilterRule$ = [3, n0, _FR,
883
- 0,
884
- [_FTi, _V],
885
- [0, 0]
886
- ];
887
- var FsxProtocol$ = [3, n0, _FPs,
888
- 0,
889
- [_NFS, _SMB],
890
- [() => FsxProtocolNfs$, [() => FsxProtocolSmb$, 0]]
891
- ];
892
- var FsxProtocolNfs$ = [3, n0, _FPN,
893
- 0,
894
- [_MO],
895
- [() => NfsMountOptions$]
896
- ];
897
- var FsxProtocolSmb$ = [3, n0, _FPS,
898
- 0,
899
- [_Pa, _U, _D, _MO],
900
- [[() => SmbPassword, 0], 0, 0, () => SmbMountOptions$], 2
901
- ];
902
- var FsxUpdateProtocol$ = [3, n0, _FUP,
903
- 0,
904
- [_NFS, _SMB],
905
- [() => FsxProtocolNfs$, [() => FsxUpdateProtocolSmb$, 0]]
906
- ];
907
- var FsxUpdateProtocolSmb$ = [3, n0, _FUPS,
908
- 0,
909
- [_D, _MO, _Pa, _U],
910
- [0, () => SmbMountOptions$, [() => SmbPassword, 0], 0]
911
- ];
912
- var HdfsNameNode$ = [3, n0, _HNN,
913
- 0,
914
- [_H, _Po],
915
- [0, 1], 2
916
- ];
917
- var InternalException$ = [-3, n0, _IE,
918
- { [_e]: _s },
919
- [_m, _eC],
920
- [0, 0]
921
- ];
922
- schema.TypeRegistry.for(n0).registerError(InternalException$, InternalException);
923
- var InvalidRequestException$ = [-3, n0, _IRE,
924
- { [_e]: _c },
925
- [_m, _eC, _dEC],
926
- [0, 0, 0]
927
- ];
928
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
929
- var ListAgentsRequest$ = [3, n0, _LAR,
930
- 0,
931
- [_MR, _NT],
932
- [1, 0]
933
- ];
934
- var ListAgentsResponse$ = [3, n0, _LARi,
935
- 0,
936
- [_A, _NT],
937
- [() => AgentList, 0]
938
- ];
939
- var ListLocationsRequest$ = [3, n0, _LLR,
940
- 0,
941
- [_MR, _NT, _F],
942
- [1, 0, () => LocationFilters]
943
- ];
944
- var ListLocationsResponse$ = [3, n0, _LLRi,
945
- 0,
946
- [_L, _NT],
947
- [() => LocationList, 0]
948
- ];
949
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
950
- 0,
951
- [_RA, _MR, _NT],
952
- [0, 1, 0], 1
953
- ];
954
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
955
- 0,
956
- [_Ta, _NT],
957
- [() => OutputTagList, 0]
958
- ];
959
- var ListTaskExecutionsRequest$ = [3, n0, _LTER,
960
- 0,
961
- [_TA, _MR, _NT],
962
- [0, 1, 0]
963
- ];
964
- var ListTaskExecutionsResponse$ = [3, n0, _LTERi,
965
- 0,
966
- [_TE, _NT],
967
- [() => TaskExecutionList, 0]
968
- ];
969
- var ListTasksRequest$ = [3, n0, _LTR,
970
- 0,
971
- [_MR, _NT, _F],
972
- [1, 0, () => TaskFilters]
973
- ];
974
- var ListTasksResponse$ = [3, n0, _LTRi,
975
- 0,
976
- [_Tas, _NT],
977
- [() => TaskList, 0]
978
- ];
979
- var LocationFilter$ = [3, n0, _LF,
980
- 0,
981
- [_N, _Va, _Op],
982
- [0, 64 | 0, 0], 3
983
- ];
984
- var LocationListEntry$ = [3, n0, _LLE,
985
- 0,
986
- [_LA, _LU],
987
- [0, 0]
988
- ];
989
- var ManagedSecretConfig$ = [3, n0, _MSC,
990
- 0,
991
- [_SA],
992
- [0]
993
- ];
994
- var ManifestConfig$ = [3, n0, _MC,
995
- 0,
996
- [_Ac, _Fo, _So],
997
- [0, 0, () => SourceManifestConfig$]
998
- ];
999
- var NfsMountOptions$ = [3, n0, _NMO,
1000
- 0,
1001
- [_Ve],
1002
- [0]
1003
- ];
1004
- var OnPremConfig$ = [3, n0, _OPC,
1005
- 0,
1006
- [_AAg],
1007
- [64 | 0], 1
1008
- ];
1009
- var Options$ = [3, n0, _O,
1010
- 0,
1011
- [_VM, _OM, _At, _M, _Ui, _G, _PDF, _PD, _PP, _BPS, _TQ, _LL, _TMr, _SDCF, _OT],
1012
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0]
1013
- ];
1014
- var Platform$ = [3, n0, _P,
1015
- 0,
1016
- [_Ve],
1017
- [0]
1018
- ];
1019
- var PrivateLinkConfig$ = [3, n0, _PLC,
1020
- 0,
1021
- [_VEI, _PLE, _SAu, _SGA],
1022
- [0, 0, 64 | 0, 64 | 0]
1023
- ];
1024
- var QopConfiguration$ = [3, n0, _QC,
1025
- 0,
1026
- [_RP, _DTP],
1027
- [0, 0]
1028
- ];
1029
- var ReportDestination$ = [3, n0, _RD,
1030
- 0,
1031
- [_S_],
1032
- [() => ReportDestinationS3$]
1033
- ];
1034
- var ReportDestinationS3$ = [3, n0, _RDS,
1035
- 0,
1036
- [_SBA, _BARA, _Su],
1037
- [0, 0, 0], 2
1038
- ];
1039
- var ReportOverride$ = [3, n0, _RO,
1040
- 0,
1041
- [_RL],
1042
- [0]
1043
- ];
1044
- var ReportOverrides$ = [3, n0, _ROe,
1045
- 0,
1046
- [_Tr, _Ver, _De, _Sk],
1047
- [() => ReportOverride$, () => ReportOverride$, () => ReportOverride$, () => ReportOverride$]
1048
- ];
1049
- var ReportResult$ = [3, n0, _RR,
1050
- 0,
1051
- [_S, _ECr, _ED],
1052
- [0, 0, 0]
1053
- ];
1054
- var S3Config$ = [3, n0, _SCo,
1055
- 0,
1056
- [_BARA],
1057
- [0], 1
1058
- ];
1059
- var S3ManifestConfig$ = [3, n0, _SMC,
1060
- 0,
1061
- [_MOP, _BARA, _SBA, _MOVI],
1062
- [0, 0, 0, 0], 3
1063
- ];
1064
- var SmbMountOptions$ = [3, n0, _SMO,
1065
- 0,
1066
- [_Ve],
1067
- [0]
1068
- ];
1069
- var SourceManifestConfig$ = [3, n0, _SMCo,
1070
- 0,
1071
- [_S_],
1072
- [() => S3ManifestConfig$], 1
1073
- ];
1074
- var StartTaskExecutionRequest$ = [3, n0, _STER,
1075
- 0,
1076
- [_TA, _OO, _I, _E, _MC, _TRC, _Ta],
1077
- [0, () => Options$, () => FilterList, () => FilterList, () => ManifestConfig$, () => TaskReportConfig$, () => InputTagList], 1
1078
- ];
1079
- var StartTaskExecutionResponse$ = [3, n0, _STERt,
1080
- 0,
1081
- [_TEA],
1082
- [0]
1083
- ];
1084
- var TagListEntry$ = [3, n0, _TLE,
1085
- 0,
1086
- [_K, _V],
1087
- [0, 0], 1
1088
- ];
1089
- var TagResourceRequest$ = [3, n0, _TRR,
1090
- 0,
1091
- [_RA, _Ta],
1092
- [0, () => InputTagList], 2
1093
- ];
1094
- var TagResourceResponse$ = [3, n0, _TRRa,
1095
- 0,
1096
- [],
1097
- []
1098
- ];
1099
- var TaskExecutionFilesFailedDetail$ = [3, n0, _TEFFD,
1100
- 0,
1101
- [_Pre, _Tra, _Veri, _Del],
1102
- [1, 1, 1, 1]
1103
- ];
1104
- var TaskExecutionFilesListedDetail$ = [3, n0, _TEFLD,
1105
- 0,
1106
- [_AS, _ADFD],
1107
- [1, 1]
1108
- ];
1109
- var TaskExecutionFoldersFailedDetail$ = [3, n0, _TEFFDa,
1110
- 0,
1111
- [_Li, _Pre, _Tra, _Veri, _Del],
1112
- [1, 1, 1, 1, 1]
1113
- ];
1114
- var TaskExecutionFoldersListedDetail$ = [3, n0, _TEFLDa,
1115
- 0,
1116
- [_AS, _ADFD],
1117
- [1, 1]
1118
- ];
1119
- var TaskExecutionListEntry$ = [3, n0, _TELE,
1120
- 0,
1121
- [_TEA, _S, _TM],
1122
- [0, 0, 0]
1123
- ];
1124
- var TaskExecutionResultDetail$ = [3, n0, _TERD,
1125
- 0,
1126
- [_PDr, _PS, _TD, _TDr, _TS, _VD, _VS, _ECr, _ED],
1127
- [1, 0, 1, 1, 0, 1, 0, 0, 0]
1128
- ];
1129
- var TaskFilter$ = [3, n0, _TF,
1130
- 0,
1131
- [_N, _Va, _Op],
1132
- [0, 64 | 0, 0], 3
1133
- ];
1134
- var TaskListEntry$ = [3, n0, _TLEa,
1135
- 0,
1136
- [_TA, _S, _N, _TM],
1137
- [0, 0, 0, 0]
1138
- ];
1139
- var TaskReportConfig$ = [3, n0, _TRC,
1140
- 0,
1141
- [_Des, _OTu, _RL, _OVI, _Ov],
1142
- [() => ReportDestination$, 0, 0, 0, () => ReportOverrides$]
1143
- ];
1144
- var TaskSchedule$ = [3, n0, _TSa,
1145
- 0,
1146
- [_SE, _S],
1147
- [0, 0], 1
1148
- ];
1149
- var TaskScheduleDetails$ = [3, n0, _TSD,
1150
- 0,
1151
- [_SUT, _DR, _DB],
1152
- [4, 0, 0]
1153
- ];
1154
- var UntagResourceRequest$ = [3, n0, _URR,
1155
- 0,
1156
- [_RA, _Ke],
1157
- [0, 64 | 0], 2
1158
- ];
1159
- var UntagResourceResponse$ = [3, n0, _URRn,
1160
- 0,
1161
- [],
1162
- []
1163
- ];
1164
- var UpdateAgentRequest$ = [3, n0, _UAR,
1165
- 0,
1166
- [_AA, _N],
1167
- [0, 0], 1
1168
- ];
1169
- var UpdateAgentResponse$ = [3, n0, _UARp,
1170
- 0,
1171
- [],
1172
- []
1173
- ];
1174
- var UpdateLocationAzureBlobRequest$ = [3, n0, _ULABR,
1175
- 0,
1176
- [_LA, _Su, _AT, _SC, _BT, _ATc, _AAg, _CSC, _CSCu],
1177
- [0, 0, 0, [() => AzureBlobSasConfiguration$, 0], 0, 0, 64 | 0, () => CmkSecretConfig$, () => CustomSecretConfig$], 1
1178
- ];
1179
- var UpdateLocationAzureBlobResponse$ = [3, n0, _ULABRp,
1180
- 0,
1181
- [],
1182
- []
1183
- ];
1184
- var UpdateLocationEfsRequest$ = [3, n0, _ULER,
1185
- 0,
1186
- [_LA, _Su, _APA, _FSARA, _ITE],
1187
- [0, 0, 0, 0, 0], 1
1188
- ];
1189
- var UpdateLocationEfsResponse$ = [3, n0, _ULERp,
1190
- 0,
1191
- [],
1192
- []
1193
- ];
1194
- var UpdateLocationFsxLustreRequest$ = [3, n0, _ULFLR,
1195
- 0,
1196
- [_LA, _Su],
1197
- [0, 0], 1
1198
- ];
1199
- var UpdateLocationFsxLustreResponse$ = [3, n0, _ULFLRp,
1200
- 0,
1201
- [],
1202
- []
1203
- ];
1204
- var UpdateLocationFsxOntapRequest$ = [3, n0, _ULFOR,
1205
- 0,
1206
- [_LA, _Pr, _Su],
1207
- [0, [() => FsxUpdateProtocol$, 0], 0], 1
1208
- ];
1209
- var UpdateLocationFsxOntapResponse$ = [3, n0, _ULFORp,
1210
- 0,
1211
- [],
1212
- []
1213
- ];
1214
- var UpdateLocationFsxOpenZfsRequest$ = [3, n0, _ULFOZR,
1215
- 0,
1216
- [_LA, _Pr, _Su],
1217
- [0, [() => FsxProtocol$, 0], 0], 1
1218
- ];
1219
- var UpdateLocationFsxOpenZfsResponse$ = [3, n0, _ULFOZRp,
1220
- 0,
1221
- [],
1222
- []
1223
- ];
1224
- var UpdateLocationFsxWindowsRequest$ = [3, n0, _ULFWR,
1225
- 0,
1226
- [_LA, _Su, _D, _U, _Pa],
1227
- [0, 0, 0, 0, [() => SmbPassword, 0]], 1
1228
- ];
1229
- var UpdateLocationFsxWindowsResponse$ = [3, n0, _ULFWRp,
1230
- 0,
1231
- [],
1232
- []
1233
- ];
1234
- var UpdateLocationHdfsRequest$ = [3, n0, _ULHR,
1235
- 0,
1236
- [_LA, _Su, _NN, _BS, _RF, _KKPU, _QC, _AT, _SU, _KP, _KK, _KKC, _AAg],
1237
- [0, 0, () => HdfsNameNodeList, 1, 1, 0, () => QopConfiguration$, 0, 0, 0, 21, 21, 64 | 0], 1
1238
- ];
1239
- var UpdateLocationHdfsResponse$ = [3, n0, _ULHRp,
1240
- 0,
1241
- [],
1242
- []
1243
- ];
1244
- var UpdateLocationNfsRequest$ = [3, n0, _ULNR,
1245
- 0,
1246
- [_LA, _Su, _SH, _OPC, _MO],
1247
- [0, 0, 0, () => OnPremConfig$, () => NfsMountOptions$], 1
1248
- ];
1249
- var UpdateLocationNfsResponse$ = [3, n0, _ULNRp,
1250
- 0,
1251
- [],
1252
- []
1253
- ];
1254
- var UpdateLocationObjectStorageRequest$ = [3, n0, _ULOSR,
1255
- 0,
1256
- [_LA, _SPe, _SPer, _Su, _SH, _AKc, _SK, _AAg, _SCe, _CSC, _CSCu],
1257
- [0, 1, 0, 0, 0, 0, [() => ObjectStorageSecretKey, 0], 64 | 0, 21, () => CmkSecretConfig$, () => CustomSecretConfig$], 1
1258
- ];
1259
- var UpdateLocationObjectStorageResponse$ = [3, n0, _ULOSRp,
1260
- 0,
1261
- [],
1262
- []
1263
- ];
1264
- var UpdateLocationS3Request$ = [3, n0, _ULSR,
1265
- 0,
1266
- [_LA, _Su, _SSC, _SCo],
1267
- [0, 0, 0, () => S3Config$], 1
1268
- ];
1269
- var UpdateLocationS3Response$ = [3, n0, _ULSRp,
1270
- 0,
1271
- [],
1272
- []
1273
- ];
1274
- var UpdateLocationSmbRequest$ = [3, n0, _ULSRpd,
1275
- 0,
1276
- [_LA, _Su, _SH, _U, _D, _Pa, _CSC, _CSCu, _AAg, _MO, _AT, _DIA, _KP, _KK, _KKC],
1277
- [0, 0, 0, 0, 0, [() => SmbPassword, 0], () => CmkSecretConfig$, () => CustomSecretConfig$, 64 | 0, () => SmbMountOptions$, 0, 64 | 0, 0, 21, 21], 1
1278
- ];
1279
- var UpdateLocationSmbResponse$ = [3, n0, _ULSRpda,
1280
- 0,
1281
- [],
1282
- []
1283
- ];
1284
- var UpdateTaskExecutionRequest$ = [3, n0, _UTER,
1285
- 0,
1286
- [_TEA, _O],
1287
- [0, () => Options$], 2
1288
- ];
1289
- var UpdateTaskExecutionResponse$ = [3, n0, _UTERp,
1290
- 0,
1291
- [],
1292
- []
1293
- ];
1294
- var UpdateTaskRequest$ = [3, n0, _UTR,
1295
- 0,
1296
- [_TA, _O, _E, _Sc, _N, _CWLGA, _I, _MC, _TRC],
1297
- [0, () => Options$, () => FilterList, () => TaskSchedule$, 0, 0, () => FilterList, () => ManifestConfig$, () => TaskReportConfig$], 1
1298
- ];
1299
- var UpdateTaskResponse$ = [3, n0, _UTRp,
1300
- 0,
1301
- [],
1302
- []
1303
- ];
1304
- var DataSyncServiceException$ = [-3, _sm, "DataSyncServiceException", 0, [], []];
1305
- schema.TypeRegistry.for(_sm).registerError(DataSyncServiceException$, DataSyncServiceException);
1306
- var AgentList = [1, n0, _AL,
1307
- 0, () => AgentListEntry$
1308
- ];
1309
- var FilterList = [1, n0, _FLi,
1310
- 0, () => FilterRule$
1311
- ];
1312
- var HdfsNameNodeList = [1, n0, _HNNL,
1313
- 0, () => HdfsNameNode$
1314
- ];
1315
- var InputTagList = [1, n0, _ITL,
1316
- 0, () => TagListEntry$
1317
- ];
1318
- var LocationFilters = [1, n0, _LFo,
1319
- 0, () => LocationFilter$
1320
- ];
1321
- var LocationList = [1, n0, _LLo,
1322
- 0, () => LocationListEntry$
1323
- ];
1324
- var OutputTagList = [1, n0, _OTL,
1325
- 0, () => TagListEntry$
1326
- ];
1327
- var TaskExecutionList = [1, n0, _TEL,
1328
- 0, () => TaskExecutionListEntry$
1329
- ];
1330
- var TaskFilters = [1, n0, _TFa,
1331
- 0, () => TaskFilter$
1332
- ];
1333
- var TaskList = [1, n0, _TL,
1334
- 0, () => TaskListEntry$
1335
- ];
1336
- var CancelTaskExecution$ = [9, n0, _CTE,
1337
- 0, () => CancelTaskExecutionRequest$, () => CancelTaskExecutionResponse$
1338
- ];
1339
- var CreateAgent$ = [9, n0, _CA,
1340
- 0, () => CreateAgentRequest$, () => CreateAgentResponse$
1341
- ];
1342
- var CreateLocationAzureBlob$ = [9, n0, _CLAB,
1343
- 0, () => CreateLocationAzureBlobRequest$, () => CreateLocationAzureBlobResponse$
1344
- ];
1345
- var CreateLocationEfs$ = [9, n0, _CLE,
1346
- 0, () => CreateLocationEfsRequest$, () => CreateLocationEfsResponse$
1347
- ];
1348
- var CreateLocationFsxLustre$ = [9, n0, _CLFL,
1349
- 0, () => CreateLocationFsxLustreRequest$, () => CreateLocationFsxLustreResponse$
1350
- ];
1351
- var CreateLocationFsxOntap$ = [9, n0, _CLFO,
1352
- 0, () => CreateLocationFsxOntapRequest$, () => CreateLocationFsxOntapResponse$
1353
- ];
1354
- var CreateLocationFsxOpenZfs$ = [9, n0, _CLFOZ,
1355
- 0, () => CreateLocationFsxOpenZfsRequest$, () => CreateLocationFsxOpenZfsResponse$
1356
- ];
1357
- var CreateLocationFsxWindows$ = [9, n0, _CLFW,
1358
- 0, () => CreateLocationFsxWindowsRequest$, () => CreateLocationFsxWindowsResponse$
1359
- ];
1360
- var CreateLocationHdfs$ = [9, n0, _CLH,
1361
- 0, () => CreateLocationHdfsRequest$, () => CreateLocationHdfsResponse$
1362
- ];
1363
- var CreateLocationNfs$ = [9, n0, _CLN,
1364
- 0, () => CreateLocationNfsRequest$, () => CreateLocationNfsResponse$
1365
- ];
1366
- var CreateLocationObjectStorage$ = [9, n0, _CLOS,
1367
- 0, () => CreateLocationObjectStorageRequest$, () => CreateLocationObjectStorageResponse$
1368
- ];
1369
- var CreateLocationS3$ = [9, n0, _CLS,
1370
- 0, () => CreateLocationS3Request$, () => CreateLocationS3Response$
1371
- ];
1372
- var CreateLocationSmb$ = [9, n0, _CLSr,
1373
- 0, () => CreateLocationSmbRequest$, () => CreateLocationSmbResponse$
1374
- ];
1375
- var CreateTask$ = [9, n0, _CTr,
1376
- 0, () => CreateTaskRequest$, () => CreateTaskResponse$
1377
- ];
1378
- var DeleteAgent$ = [9, n0, _DA,
1379
- 0, () => DeleteAgentRequest$, () => DeleteAgentResponse$
1380
- ];
1381
- var DeleteLocation$ = [9, n0, _DL,
1382
- 0, () => DeleteLocationRequest$, () => DeleteLocationResponse$
1383
- ];
1384
- var DeleteTask$ = [9, n0, _DT,
1385
- 0, () => DeleteTaskRequest$, () => DeleteTaskResponse$
1386
- ];
1387
- var DescribeAgent$ = [9, n0, _DAe,
1388
- 0, () => DescribeAgentRequest$, () => DescribeAgentResponse$
1389
- ];
1390
- var DescribeLocationAzureBlob$ = [9, n0, _DLAB,
1391
- 0, () => DescribeLocationAzureBlobRequest$, () => DescribeLocationAzureBlobResponse$
1392
- ];
1393
- var DescribeLocationEfs$ = [9, n0, _DLE,
1394
- 0, () => DescribeLocationEfsRequest$, () => DescribeLocationEfsResponse$
1395
- ];
1396
- var DescribeLocationFsxLustre$ = [9, n0, _DLFL,
1397
- 0, () => DescribeLocationFsxLustreRequest$, () => DescribeLocationFsxLustreResponse$
1398
- ];
1399
- var DescribeLocationFsxOntap$ = [9, n0, _DLFO,
1400
- 0, () => DescribeLocationFsxOntapRequest$, () => DescribeLocationFsxOntapResponse$
1401
- ];
1402
- var DescribeLocationFsxOpenZfs$ = [9, n0, _DLFOZ,
1403
- 0, () => DescribeLocationFsxOpenZfsRequest$, () => DescribeLocationFsxOpenZfsResponse$
1404
- ];
1405
- var DescribeLocationFsxWindows$ = [9, n0, _DLFW,
1406
- 0, () => DescribeLocationFsxWindowsRequest$, () => DescribeLocationFsxWindowsResponse$
1407
- ];
1408
- var DescribeLocationHdfs$ = [9, n0, _DLH,
1409
- 0, () => DescribeLocationHdfsRequest$, () => DescribeLocationHdfsResponse$
1410
- ];
1411
- var DescribeLocationNfs$ = [9, n0, _DLN,
1412
- 0, () => DescribeLocationNfsRequest$, () => DescribeLocationNfsResponse$
1413
- ];
1414
- var DescribeLocationObjectStorage$ = [9, n0, _DLOS,
1415
- 0, () => DescribeLocationObjectStorageRequest$, () => DescribeLocationObjectStorageResponse$
1416
- ];
1417
- var DescribeLocationS3$ = [9, n0, _DLS,
1418
- 0, () => DescribeLocationS3Request$, () => DescribeLocationS3Response$
1419
- ];
1420
- var DescribeLocationSmb$ = [9, n0, _DLSe,
1421
- 0, () => DescribeLocationSmbRequest$, () => DescribeLocationSmbResponse$
1422
- ];
1423
- var DescribeTask$ = [9, n0, _DTe,
1424
- 0, () => DescribeTaskRequest$, () => DescribeTaskResponse$
1425
- ];
1426
- var DescribeTaskExecution$ = [9, n0, _DTE,
1427
- 0, () => DescribeTaskExecutionRequest$, () => DescribeTaskExecutionResponse$
1428
- ];
1429
- var ListAgents$ = [9, n0, _LAi,
1430
- 0, () => ListAgentsRequest$, () => ListAgentsResponse$
1431
- ];
1432
- var ListLocations$ = [9, n0, _LLi,
1433
- 0, () => ListLocationsRequest$, () => ListLocationsResponse$
1434
- ];
1435
- var ListTagsForResource$ = [9, n0, _LTFR,
1436
- 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1437
- ];
1438
- var ListTaskExecutions$ = [9, n0, _LTE,
1439
- 0, () => ListTaskExecutionsRequest$, () => ListTaskExecutionsResponse$
1440
- ];
1441
- var ListTasks$ = [9, n0, _LTi,
1442
- 0, () => ListTasksRequest$, () => ListTasksResponse$
1443
- ];
1444
- var StartTaskExecution$ = [9, n0, _STE,
1445
- 0, () => StartTaskExecutionRequest$, () => StartTaskExecutionResponse$
1446
- ];
1447
- var TagResource$ = [9, n0, _TR,
1448
- 0, () => TagResourceRequest$, () => TagResourceResponse$
1449
- ];
1450
- var UntagResource$ = [9, n0, _UR,
1451
- 0, () => UntagResourceRequest$, () => UntagResourceResponse$
1452
- ];
1453
- var UpdateAgent$ = [9, n0, _UA,
1454
- 0, () => UpdateAgentRequest$, () => UpdateAgentResponse$
1455
- ];
1456
- var UpdateLocationAzureBlob$ = [9, n0, _ULAB,
1457
- 0, () => UpdateLocationAzureBlobRequest$, () => UpdateLocationAzureBlobResponse$
1458
- ];
1459
- var UpdateLocationEfs$ = [9, n0, _ULE,
1460
- 0, () => UpdateLocationEfsRequest$, () => UpdateLocationEfsResponse$
1461
- ];
1462
- var UpdateLocationFsxLustre$ = [9, n0, _ULFL,
1463
- 0, () => UpdateLocationFsxLustreRequest$, () => UpdateLocationFsxLustreResponse$
1464
- ];
1465
- var UpdateLocationFsxOntap$ = [9, n0, _ULFO,
1466
- 0, () => UpdateLocationFsxOntapRequest$, () => UpdateLocationFsxOntapResponse$
1467
- ];
1468
- var UpdateLocationFsxOpenZfs$ = [9, n0, _ULFOZ,
1469
- 0, () => UpdateLocationFsxOpenZfsRequest$, () => UpdateLocationFsxOpenZfsResponse$
1470
- ];
1471
- var UpdateLocationFsxWindows$ = [9, n0, _ULFW,
1472
- 0, () => UpdateLocationFsxWindowsRequest$, () => UpdateLocationFsxWindowsResponse$
1473
- ];
1474
- var UpdateLocationHdfs$ = [9, n0, _ULH,
1475
- 0, () => UpdateLocationHdfsRequest$, () => UpdateLocationHdfsResponse$
1476
- ];
1477
- var UpdateLocationNfs$ = [9, n0, _ULN,
1478
- 0, () => UpdateLocationNfsRequest$, () => UpdateLocationNfsResponse$
1479
- ];
1480
- var UpdateLocationObjectStorage$ = [9, n0, _ULOS,
1481
- 0, () => UpdateLocationObjectStorageRequest$, () => UpdateLocationObjectStorageResponse$
1482
- ];
1483
- var UpdateLocationS3$ = [9, n0, _ULS,
1484
- 0, () => UpdateLocationS3Request$, () => UpdateLocationS3Response$
1485
- ];
1486
- var UpdateLocationSmb$ = [9, n0, _ULSp,
1487
- 0, () => UpdateLocationSmbRequest$, () => UpdateLocationSmbResponse$
1488
- ];
1489
- var UpdateTask$ = [9, n0, _UT,
1490
- 0, () => UpdateTaskRequest$, () => UpdateTaskResponse$
1491
- ];
1492
- var UpdateTaskExecution$ = [9, n0, _UTE,
1493
- 0, () => UpdateTaskExecutionRequest$, () => UpdateTaskExecutionResponse$
1494
- ];
1495
-
1496
116
  class CancelTaskExecutionCommand extends smithyClient.Command
1497
117
  .classBuilder()
1498
118
  .ep(commonParams)
@@ -1501,7 +121,7 @@ class CancelTaskExecutionCommand extends smithyClient.Command
1501
121
  })
1502
122
  .s("FmrsService", "CancelTaskExecution", {})
1503
123
  .n("DataSyncClient", "CancelTaskExecutionCommand")
1504
- .sc(CancelTaskExecution$)
124
+ .sc(schemas_0.CancelTaskExecution$)
1505
125
  .build() {
1506
126
  }
1507
127
 
@@ -1513,7 +133,7 @@ class CreateAgentCommand extends smithyClient.Command
1513
133
  })
1514
134
  .s("FmrsService", "CreateAgent", {})
1515
135
  .n("DataSyncClient", "CreateAgentCommand")
1516
- .sc(CreateAgent$)
136
+ .sc(schemas_0.CreateAgent$)
1517
137
  .build() {
1518
138
  }
1519
139
 
@@ -1525,7 +145,7 @@ class CreateLocationAzureBlobCommand extends smithyClient.Command
1525
145
  })
1526
146
  .s("FmrsService", "CreateLocationAzureBlob", {})
1527
147
  .n("DataSyncClient", "CreateLocationAzureBlobCommand")
1528
- .sc(CreateLocationAzureBlob$)
148
+ .sc(schemas_0.CreateLocationAzureBlob$)
1529
149
  .build() {
1530
150
  }
1531
151
 
@@ -1537,7 +157,7 @@ class CreateLocationEfsCommand extends smithyClient.Command
1537
157
  })
1538
158
  .s("FmrsService", "CreateLocationEfs", {})
1539
159
  .n("DataSyncClient", "CreateLocationEfsCommand")
1540
- .sc(CreateLocationEfs$)
160
+ .sc(schemas_0.CreateLocationEfs$)
1541
161
  .build() {
1542
162
  }
1543
163
 
@@ -1549,7 +169,7 @@ class CreateLocationFsxLustreCommand extends smithyClient.Command
1549
169
  })
1550
170
  .s("FmrsService", "CreateLocationFsxLustre", {})
1551
171
  .n("DataSyncClient", "CreateLocationFsxLustreCommand")
1552
- .sc(CreateLocationFsxLustre$)
172
+ .sc(schemas_0.CreateLocationFsxLustre$)
1553
173
  .build() {
1554
174
  }
1555
175
 
@@ -1561,7 +181,7 @@ class CreateLocationFsxOntapCommand extends smithyClient.Command
1561
181
  })
1562
182
  .s("FmrsService", "CreateLocationFsxOntap", {})
1563
183
  .n("DataSyncClient", "CreateLocationFsxOntapCommand")
1564
- .sc(CreateLocationFsxOntap$)
184
+ .sc(schemas_0.CreateLocationFsxOntap$)
1565
185
  .build() {
1566
186
  }
1567
187
 
@@ -1573,7 +193,7 @@ class CreateLocationFsxOpenZfsCommand extends smithyClient.Command
1573
193
  })
1574
194
  .s("FmrsService", "CreateLocationFsxOpenZfs", {})
1575
195
  .n("DataSyncClient", "CreateLocationFsxOpenZfsCommand")
1576
- .sc(CreateLocationFsxOpenZfs$)
196
+ .sc(schemas_0.CreateLocationFsxOpenZfs$)
1577
197
  .build() {
1578
198
  }
1579
199
 
@@ -1585,7 +205,7 @@ class CreateLocationFsxWindowsCommand extends smithyClient.Command
1585
205
  })
1586
206
  .s("FmrsService", "CreateLocationFsxWindows", {})
1587
207
  .n("DataSyncClient", "CreateLocationFsxWindowsCommand")
1588
- .sc(CreateLocationFsxWindows$)
208
+ .sc(schemas_0.CreateLocationFsxWindows$)
1589
209
  .build() {
1590
210
  }
1591
211
 
@@ -1597,7 +217,7 @@ class CreateLocationHdfsCommand extends smithyClient.Command
1597
217
  })
1598
218
  .s("FmrsService", "CreateLocationHdfs", {})
1599
219
  .n("DataSyncClient", "CreateLocationHdfsCommand")
1600
- .sc(CreateLocationHdfs$)
220
+ .sc(schemas_0.CreateLocationHdfs$)
1601
221
  .build() {
1602
222
  }
1603
223
 
@@ -1609,7 +229,7 @@ class CreateLocationNfsCommand extends smithyClient.Command
1609
229
  })
1610
230
  .s("FmrsService", "CreateLocationNfs", {})
1611
231
  .n("DataSyncClient", "CreateLocationNfsCommand")
1612
- .sc(CreateLocationNfs$)
232
+ .sc(schemas_0.CreateLocationNfs$)
1613
233
  .build() {
1614
234
  }
1615
235
 
@@ -1621,7 +241,7 @@ class CreateLocationObjectStorageCommand extends smithyClient.Command
1621
241
  })
1622
242
  .s("FmrsService", "CreateLocationObjectStorage", {})
1623
243
  .n("DataSyncClient", "CreateLocationObjectStorageCommand")
1624
- .sc(CreateLocationObjectStorage$)
244
+ .sc(schemas_0.CreateLocationObjectStorage$)
1625
245
  .build() {
1626
246
  }
1627
247
 
@@ -1633,7 +253,7 @@ class CreateLocationS3Command extends smithyClient.Command
1633
253
  })
1634
254
  .s("FmrsService", "CreateLocationS3", {})
1635
255
  .n("DataSyncClient", "CreateLocationS3Command")
1636
- .sc(CreateLocationS3$)
256
+ .sc(schemas_0.CreateLocationS3$)
1637
257
  .build() {
1638
258
  }
1639
259
 
@@ -1645,7 +265,7 @@ class CreateLocationSmbCommand extends smithyClient.Command
1645
265
  })
1646
266
  .s("FmrsService", "CreateLocationSmb", {})
1647
267
  .n("DataSyncClient", "CreateLocationSmbCommand")
1648
- .sc(CreateLocationSmb$)
268
+ .sc(schemas_0.CreateLocationSmb$)
1649
269
  .build() {
1650
270
  }
1651
271
 
@@ -1657,7 +277,7 @@ class CreateTaskCommand extends smithyClient.Command
1657
277
  })
1658
278
  .s("FmrsService", "CreateTask", {})
1659
279
  .n("DataSyncClient", "CreateTaskCommand")
1660
- .sc(CreateTask$)
280
+ .sc(schemas_0.CreateTask$)
1661
281
  .build() {
1662
282
  }
1663
283
 
@@ -1669,7 +289,7 @@ class DeleteAgentCommand extends smithyClient.Command
1669
289
  })
1670
290
  .s("FmrsService", "DeleteAgent", {})
1671
291
  .n("DataSyncClient", "DeleteAgentCommand")
1672
- .sc(DeleteAgent$)
292
+ .sc(schemas_0.DeleteAgent$)
1673
293
  .build() {
1674
294
  }
1675
295
 
@@ -1681,7 +301,7 @@ class DeleteLocationCommand extends smithyClient.Command
1681
301
  })
1682
302
  .s("FmrsService", "DeleteLocation", {})
1683
303
  .n("DataSyncClient", "DeleteLocationCommand")
1684
- .sc(DeleteLocation$)
304
+ .sc(schemas_0.DeleteLocation$)
1685
305
  .build() {
1686
306
  }
1687
307
 
@@ -1693,7 +313,7 @@ class DeleteTaskCommand extends smithyClient.Command
1693
313
  })
1694
314
  .s("FmrsService", "DeleteTask", {})
1695
315
  .n("DataSyncClient", "DeleteTaskCommand")
1696
- .sc(DeleteTask$)
316
+ .sc(schemas_0.DeleteTask$)
1697
317
  .build() {
1698
318
  }
1699
319
 
@@ -1705,7 +325,7 @@ class DescribeAgentCommand extends smithyClient.Command
1705
325
  })
1706
326
  .s("FmrsService", "DescribeAgent", {})
1707
327
  .n("DataSyncClient", "DescribeAgentCommand")
1708
- .sc(DescribeAgent$)
328
+ .sc(schemas_0.DescribeAgent$)
1709
329
  .build() {
1710
330
  }
1711
331
 
@@ -1717,7 +337,7 @@ class DescribeLocationAzureBlobCommand extends smithyClient.Command
1717
337
  })
1718
338
  .s("FmrsService", "DescribeLocationAzureBlob", {})
1719
339
  .n("DataSyncClient", "DescribeLocationAzureBlobCommand")
1720
- .sc(DescribeLocationAzureBlob$)
340
+ .sc(schemas_0.DescribeLocationAzureBlob$)
1721
341
  .build() {
1722
342
  }
1723
343
 
@@ -1729,7 +349,7 @@ class DescribeLocationEfsCommand extends smithyClient.Command
1729
349
  })
1730
350
  .s("FmrsService", "DescribeLocationEfs", {})
1731
351
  .n("DataSyncClient", "DescribeLocationEfsCommand")
1732
- .sc(DescribeLocationEfs$)
352
+ .sc(schemas_0.DescribeLocationEfs$)
1733
353
  .build() {
1734
354
  }
1735
355
 
@@ -1741,7 +361,7 @@ class DescribeLocationFsxLustreCommand extends smithyClient.Command
1741
361
  })
1742
362
  .s("FmrsService", "DescribeLocationFsxLustre", {})
1743
363
  .n("DataSyncClient", "DescribeLocationFsxLustreCommand")
1744
- .sc(DescribeLocationFsxLustre$)
364
+ .sc(schemas_0.DescribeLocationFsxLustre$)
1745
365
  .build() {
1746
366
  }
1747
367
 
@@ -1753,7 +373,7 @@ class DescribeLocationFsxOntapCommand extends smithyClient.Command
1753
373
  })
1754
374
  .s("FmrsService", "DescribeLocationFsxOntap", {})
1755
375
  .n("DataSyncClient", "DescribeLocationFsxOntapCommand")
1756
- .sc(DescribeLocationFsxOntap$)
376
+ .sc(schemas_0.DescribeLocationFsxOntap$)
1757
377
  .build() {
1758
378
  }
1759
379
 
@@ -1765,7 +385,7 @@ class DescribeLocationFsxOpenZfsCommand extends smithyClient.Command
1765
385
  })
1766
386
  .s("FmrsService", "DescribeLocationFsxOpenZfs", {})
1767
387
  .n("DataSyncClient", "DescribeLocationFsxOpenZfsCommand")
1768
- .sc(DescribeLocationFsxOpenZfs$)
388
+ .sc(schemas_0.DescribeLocationFsxOpenZfs$)
1769
389
  .build() {
1770
390
  }
1771
391
 
@@ -1777,7 +397,7 @@ class DescribeLocationFsxWindowsCommand extends smithyClient.Command
1777
397
  })
1778
398
  .s("FmrsService", "DescribeLocationFsxWindows", {})
1779
399
  .n("DataSyncClient", "DescribeLocationFsxWindowsCommand")
1780
- .sc(DescribeLocationFsxWindows$)
400
+ .sc(schemas_0.DescribeLocationFsxWindows$)
1781
401
  .build() {
1782
402
  }
1783
403
 
@@ -1789,7 +409,7 @@ class DescribeLocationHdfsCommand extends smithyClient.Command
1789
409
  })
1790
410
  .s("FmrsService", "DescribeLocationHdfs", {})
1791
411
  .n("DataSyncClient", "DescribeLocationHdfsCommand")
1792
- .sc(DescribeLocationHdfs$)
412
+ .sc(schemas_0.DescribeLocationHdfs$)
1793
413
  .build() {
1794
414
  }
1795
415
 
@@ -1801,7 +421,7 @@ class DescribeLocationNfsCommand extends smithyClient.Command
1801
421
  })
1802
422
  .s("FmrsService", "DescribeLocationNfs", {})
1803
423
  .n("DataSyncClient", "DescribeLocationNfsCommand")
1804
- .sc(DescribeLocationNfs$)
424
+ .sc(schemas_0.DescribeLocationNfs$)
1805
425
  .build() {
1806
426
  }
1807
427
 
@@ -1813,7 +433,7 @@ class DescribeLocationObjectStorageCommand extends smithyClient.Command
1813
433
  })
1814
434
  .s("FmrsService", "DescribeLocationObjectStorage", {})
1815
435
  .n("DataSyncClient", "DescribeLocationObjectStorageCommand")
1816
- .sc(DescribeLocationObjectStorage$)
436
+ .sc(schemas_0.DescribeLocationObjectStorage$)
1817
437
  .build() {
1818
438
  }
1819
439
 
@@ -1825,7 +445,7 @@ class DescribeLocationS3Command extends smithyClient.Command
1825
445
  })
1826
446
  .s("FmrsService", "DescribeLocationS3", {})
1827
447
  .n("DataSyncClient", "DescribeLocationS3Command")
1828
- .sc(DescribeLocationS3$)
448
+ .sc(schemas_0.DescribeLocationS3$)
1829
449
  .build() {
1830
450
  }
1831
451
 
@@ -1837,7 +457,7 @@ class DescribeLocationSmbCommand extends smithyClient.Command
1837
457
  })
1838
458
  .s("FmrsService", "DescribeLocationSmb", {})
1839
459
  .n("DataSyncClient", "DescribeLocationSmbCommand")
1840
- .sc(DescribeLocationSmb$)
460
+ .sc(schemas_0.DescribeLocationSmb$)
1841
461
  .build() {
1842
462
  }
1843
463
 
@@ -1849,7 +469,7 @@ class DescribeTaskCommand extends smithyClient.Command
1849
469
  })
1850
470
  .s("FmrsService", "DescribeTask", {})
1851
471
  .n("DataSyncClient", "DescribeTaskCommand")
1852
- .sc(DescribeTask$)
472
+ .sc(schemas_0.DescribeTask$)
1853
473
  .build() {
1854
474
  }
1855
475
 
@@ -1861,7 +481,7 @@ class DescribeTaskExecutionCommand extends smithyClient.Command
1861
481
  })
1862
482
  .s("FmrsService", "DescribeTaskExecution", {})
1863
483
  .n("DataSyncClient", "DescribeTaskExecutionCommand")
1864
- .sc(DescribeTaskExecution$)
484
+ .sc(schemas_0.DescribeTaskExecution$)
1865
485
  .build() {
1866
486
  }
1867
487
 
@@ -1873,7 +493,7 @@ class ListAgentsCommand extends smithyClient.Command
1873
493
  })
1874
494
  .s("FmrsService", "ListAgents", {})
1875
495
  .n("DataSyncClient", "ListAgentsCommand")
1876
- .sc(ListAgents$)
496
+ .sc(schemas_0.ListAgents$)
1877
497
  .build() {
1878
498
  }
1879
499
 
@@ -1885,7 +505,7 @@ class ListLocationsCommand extends smithyClient.Command
1885
505
  })
1886
506
  .s("FmrsService", "ListLocations", {})
1887
507
  .n("DataSyncClient", "ListLocationsCommand")
1888
- .sc(ListLocations$)
508
+ .sc(schemas_0.ListLocations$)
1889
509
  .build() {
1890
510
  }
1891
511
 
@@ -1897,7 +517,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1897
517
  })
1898
518
  .s("FmrsService", "ListTagsForResource", {})
1899
519
  .n("DataSyncClient", "ListTagsForResourceCommand")
1900
- .sc(ListTagsForResource$)
520
+ .sc(schemas_0.ListTagsForResource$)
1901
521
  .build() {
1902
522
  }
1903
523
 
@@ -1909,7 +529,7 @@ class ListTaskExecutionsCommand extends smithyClient.Command
1909
529
  })
1910
530
  .s("FmrsService", "ListTaskExecutions", {})
1911
531
  .n("DataSyncClient", "ListTaskExecutionsCommand")
1912
- .sc(ListTaskExecutions$)
532
+ .sc(schemas_0.ListTaskExecutions$)
1913
533
  .build() {
1914
534
  }
1915
535
 
@@ -1921,7 +541,7 @@ class ListTasksCommand extends smithyClient.Command
1921
541
  })
1922
542
  .s("FmrsService", "ListTasks", {})
1923
543
  .n("DataSyncClient", "ListTasksCommand")
1924
- .sc(ListTasks$)
544
+ .sc(schemas_0.ListTasks$)
1925
545
  .build() {
1926
546
  }
1927
547
 
@@ -1933,7 +553,7 @@ class StartTaskExecutionCommand extends smithyClient.Command
1933
553
  })
1934
554
  .s("FmrsService", "StartTaskExecution", {})
1935
555
  .n("DataSyncClient", "StartTaskExecutionCommand")
1936
- .sc(StartTaskExecution$)
556
+ .sc(schemas_0.StartTaskExecution$)
1937
557
  .build() {
1938
558
  }
1939
559
 
@@ -1945,7 +565,7 @@ class TagResourceCommand extends smithyClient.Command
1945
565
  })
1946
566
  .s("FmrsService", "TagResource", {})
1947
567
  .n("DataSyncClient", "TagResourceCommand")
1948
- .sc(TagResource$)
568
+ .sc(schemas_0.TagResource$)
1949
569
  .build() {
1950
570
  }
1951
571
 
@@ -1957,7 +577,7 @@ class UntagResourceCommand extends smithyClient.Command
1957
577
  })
1958
578
  .s("FmrsService", "UntagResource", {})
1959
579
  .n("DataSyncClient", "UntagResourceCommand")
1960
- .sc(UntagResource$)
580
+ .sc(schemas_0.UntagResource$)
1961
581
  .build() {
1962
582
  }
1963
583
 
@@ -1969,7 +589,7 @@ class UpdateAgentCommand extends smithyClient.Command
1969
589
  })
1970
590
  .s("FmrsService", "UpdateAgent", {})
1971
591
  .n("DataSyncClient", "UpdateAgentCommand")
1972
- .sc(UpdateAgent$)
592
+ .sc(schemas_0.UpdateAgent$)
1973
593
  .build() {
1974
594
  }
1975
595
 
@@ -1981,7 +601,7 @@ class UpdateLocationAzureBlobCommand extends smithyClient.Command
1981
601
  })
1982
602
  .s("FmrsService", "UpdateLocationAzureBlob", {})
1983
603
  .n("DataSyncClient", "UpdateLocationAzureBlobCommand")
1984
- .sc(UpdateLocationAzureBlob$)
604
+ .sc(schemas_0.UpdateLocationAzureBlob$)
1985
605
  .build() {
1986
606
  }
1987
607
 
@@ -1993,7 +613,7 @@ class UpdateLocationEfsCommand extends smithyClient.Command
1993
613
  })
1994
614
  .s("FmrsService", "UpdateLocationEfs", {})
1995
615
  .n("DataSyncClient", "UpdateLocationEfsCommand")
1996
- .sc(UpdateLocationEfs$)
616
+ .sc(schemas_0.UpdateLocationEfs$)
1997
617
  .build() {
1998
618
  }
1999
619
 
@@ -2005,7 +625,7 @@ class UpdateLocationFsxLustreCommand extends smithyClient.Command
2005
625
  })
2006
626
  .s("FmrsService", "UpdateLocationFsxLustre", {})
2007
627
  .n("DataSyncClient", "UpdateLocationFsxLustreCommand")
2008
- .sc(UpdateLocationFsxLustre$)
628
+ .sc(schemas_0.UpdateLocationFsxLustre$)
2009
629
  .build() {
2010
630
  }
2011
631
 
@@ -2017,7 +637,7 @@ class UpdateLocationFsxOntapCommand extends smithyClient.Command
2017
637
  })
2018
638
  .s("FmrsService", "UpdateLocationFsxOntap", {})
2019
639
  .n("DataSyncClient", "UpdateLocationFsxOntapCommand")
2020
- .sc(UpdateLocationFsxOntap$)
640
+ .sc(schemas_0.UpdateLocationFsxOntap$)
2021
641
  .build() {
2022
642
  }
2023
643
 
@@ -2029,7 +649,7 @@ class UpdateLocationFsxOpenZfsCommand extends smithyClient.Command
2029
649
  })
2030
650
  .s("FmrsService", "UpdateLocationFsxOpenZfs", {})
2031
651
  .n("DataSyncClient", "UpdateLocationFsxOpenZfsCommand")
2032
- .sc(UpdateLocationFsxOpenZfs$)
652
+ .sc(schemas_0.UpdateLocationFsxOpenZfs$)
2033
653
  .build() {
2034
654
  }
2035
655
 
@@ -2041,7 +661,7 @@ class UpdateLocationFsxWindowsCommand extends smithyClient.Command
2041
661
  })
2042
662
  .s("FmrsService", "UpdateLocationFsxWindows", {})
2043
663
  .n("DataSyncClient", "UpdateLocationFsxWindowsCommand")
2044
- .sc(UpdateLocationFsxWindows$)
664
+ .sc(schemas_0.UpdateLocationFsxWindows$)
2045
665
  .build() {
2046
666
  }
2047
667
 
@@ -2053,7 +673,7 @@ class UpdateLocationHdfsCommand extends smithyClient.Command
2053
673
  })
2054
674
  .s("FmrsService", "UpdateLocationHdfs", {})
2055
675
  .n("DataSyncClient", "UpdateLocationHdfsCommand")
2056
- .sc(UpdateLocationHdfs$)
676
+ .sc(schemas_0.UpdateLocationHdfs$)
2057
677
  .build() {
2058
678
  }
2059
679
 
@@ -2065,7 +685,7 @@ class UpdateLocationNfsCommand extends smithyClient.Command
2065
685
  })
2066
686
  .s("FmrsService", "UpdateLocationNfs", {})
2067
687
  .n("DataSyncClient", "UpdateLocationNfsCommand")
2068
- .sc(UpdateLocationNfs$)
688
+ .sc(schemas_0.UpdateLocationNfs$)
2069
689
  .build() {
2070
690
  }
2071
691
 
@@ -2077,7 +697,7 @@ class UpdateLocationObjectStorageCommand extends smithyClient.Command
2077
697
  })
2078
698
  .s("FmrsService", "UpdateLocationObjectStorage", {})
2079
699
  .n("DataSyncClient", "UpdateLocationObjectStorageCommand")
2080
- .sc(UpdateLocationObjectStorage$)
700
+ .sc(schemas_0.UpdateLocationObjectStorage$)
2081
701
  .build() {
2082
702
  }
2083
703
 
@@ -2089,7 +709,7 @@ class UpdateLocationS3Command extends smithyClient.Command
2089
709
  })
2090
710
  .s("FmrsService", "UpdateLocationS3", {})
2091
711
  .n("DataSyncClient", "UpdateLocationS3Command")
2092
- .sc(UpdateLocationS3$)
712
+ .sc(schemas_0.UpdateLocationS3$)
2093
713
  .build() {
2094
714
  }
2095
715
 
@@ -2101,7 +721,7 @@ class UpdateLocationSmbCommand extends smithyClient.Command
2101
721
  })
2102
722
  .s("FmrsService", "UpdateLocationSmb", {})
2103
723
  .n("DataSyncClient", "UpdateLocationSmbCommand")
2104
- .sc(UpdateLocationSmb$)
724
+ .sc(schemas_0.UpdateLocationSmb$)
2105
725
  .build() {
2106
726
  }
2107
727
 
@@ -2113,7 +733,7 @@ class UpdateTaskCommand extends smithyClient.Command
2113
733
  })
2114
734
  .s("FmrsService", "UpdateTask", {})
2115
735
  .n("DataSyncClient", "UpdateTaskCommand")
2116
- .sc(UpdateTask$)
736
+ .sc(schemas_0.UpdateTask$)
2117
737
  .build() {
2118
738
  }
2119
739
 
@@ -2125,7 +745,7 @@ class UpdateTaskExecutionCommand extends smithyClient.Command
2125
745
  })
2126
746
  .s("FmrsService", "UpdateTaskExecution", {})
2127
747
  .n("DataSyncClient", "UpdateTaskExecutionCommand")
2128
- .sc(UpdateTaskExecution$)
748
+ .sc(schemas_0.UpdateTaskExecution$)
2129
749
  .build() {
2130
750
  }
2131
751
 
@@ -2426,314 +1046,122 @@ Object.defineProperty(exports, "__Client", {
2426
1046
  enumerable: true,
2427
1047
  get: function () { return smithyClient.Client; }
2428
1048
  });
2429
- exports.AgentListEntry$ = AgentListEntry$;
1049
+ Object.defineProperty(exports, "DataSyncServiceException", {
1050
+ enumerable: true,
1051
+ get: function () { return DataSyncServiceException.DataSyncServiceException; }
1052
+ });
2430
1053
  exports.AgentStatus = AgentStatus;
2431
1054
  exports.Atime = Atime;
2432
1055
  exports.AzureAccessTier = AzureAccessTier;
2433
1056
  exports.AzureBlobAuthenticationType = AzureBlobAuthenticationType;
2434
- exports.AzureBlobSasConfiguration$ = AzureBlobSasConfiguration$;
2435
1057
  exports.AzureBlobType = AzureBlobType;
2436
- exports.CancelTaskExecution$ = CancelTaskExecution$;
2437
1058
  exports.CancelTaskExecutionCommand = CancelTaskExecutionCommand;
2438
- exports.CancelTaskExecutionRequest$ = CancelTaskExecutionRequest$;
2439
- exports.CancelTaskExecutionResponse$ = CancelTaskExecutionResponse$;
2440
- exports.CmkSecretConfig$ = CmkSecretConfig$;
2441
- exports.CreateAgent$ = CreateAgent$;
2442
1059
  exports.CreateAgentCommand = CreateAgentCommand;
2443
- exports.CreateAgentRequest$ = CreateAgentRequest$;
2444
- exports.CreateAgentResponse$ = CreateAgentResponse$;
2445
- exports.CreateLocationAzureBlob$ = CreateLocationAzureBlob$;
2446
1060
  exports.CreateLocationAzureBlobCommand = CreateLocationAzureBlobCommand;
2447
- exports.CreateLocationAzureBlobRequest$ = CreateLocationAzureBlobRequest$;
2448
- exports.CreateLocationAzureBlobResponse$ = CreateLocationAzureBlobResponse$;
2449
- exports.CreateLocationEfs$ = CreateLocationEfs$;
2450
1061
  exports.CreateLocationEfsCommand = CreateLocationEfsCommand;
2451
- exports.CreateLocationEfsRequest$ = CreateLocationEfsRequest$;
2452
- exports.CreateLocationEfsResponse$ = CreateLocationEfsResponse$;
2453
- exports.CreateLocationFsxLustre$ = CreateLocationFsxLustre$;
2454
1062
  exports.CreateLocationFsxLustreCommand = CreateLocationFsxLustreCommand;
2455
- exports.CreateLocationFsxLustreRequest$ = CreateLocationFsxLustreRequest$;
2456
- exports.CreateLocationFsxLustreResponse$ = CreateLocationFsxLustreResponse$;
2457
- exports.CreateLocationFsxOntap$ = CreateLocationFsxOntap$;
2458
1063
  exports.CreateLocationFsxOntapCommand = CreateLocationFsxOntapCommand;
2459
- exports.CreateLocationFsxOntapRequest$ = CreateLocationFsxOntapRequest$;
2460
- exports.CreateLocationFsxOntapResponse$ = CreateLocationFsxOntapResponse$;
2461
- exports.CreateLocationFsxOpenZfs$ = CreateLocationFsxOpenZfs$;
2462
1064
  exports.CreateLocationFsxOpenZfsCommand = CreateLocationFsxOpenZfsCommand;
2463
- exports.CreateLocationFsxOpenZfsRequest$ = CreateLocationFsxOpenZfsRequest$;
2464
- exports.CreateLocationFsxOpenZfsResponse$ = CreateLocationFsxOpenZfsResponse$;
2465
- exports.CreateLocationFsxWindows$ = CreateLocationFsxWindows$;
2466
1065
  exports.CreateLocationFsxWindowsCommand = CreateLocationFsxWindowsCommand;
2467
- exports.CreateLocationFsxWindowsRequest$ = CreateLocationFsxWindowsRequest$;
2468
- exports.CreateLocationFsxWindowsResponse$ = CreateLocationFsxWindowsResponse$;
2469
- exports.CreateLocationHdfs$ = CreateLocationHdfs$;
2470
1066
  exports.CreateLocationHdfsCommand = CreateLocationHdfsCommand;
2471
- exports.CreateLocationHdfsRequest$ = CreateLocationHdfsRequest$;
2472
- exports.CreateLocationHdfsResponse$ = CreateLocationHdfsResponse$;
2473
- exports.CreateLocationNfs$ = CreateLocationNfs$;
2474
1067
  exports.CreateLocationNfsCommand = CreateLocationNfsCommand;
2475
- exports.CreateLocationNfsRequest$ = CreateLocationNfsRequest$;
2476
- exports.CreateLocationNfsResponse$ = CreateLocationNfsResponse$;
2477
- exports.CreateLocationObjectStorage$ = CreateLocationObjectStorage$;
2478
1068
  exports.CreateLocationObjectStorageCommand = CreateLocationObjectStorageCommand;
2479
- exports.CreateLocationObjectStorageRequest$ = CreateLocationObjectStorageRequest$;
2480
- exports.CreateLocationObjectStorageResponse$ = CreateLocationObjectStorageResponse$;
2481
- exports.CreateLocationS3$ = CreateLocationS3$;
2482
1069
  exports.CreateLocationS3Command = CreateLocationS3Command;
2483
- exports.CreateLocationS3Request$ = CreateLocationS3Request$;
2484
- exports.CreateLocationS3Response$ = CreateLocationS3Response$;
2485
- exports.CreateLocationSmb$ = CreateLocationSmb$;
2486
1070
  exports.CreateLocationSmbCommand = CreateLocationSmbCommand;
2487
- exports.CreateLocationSmbRequest$ = CreateLocationSmbRequest$;
2488
- exports.CreateLocationSmbResponse$ = CreateLocationSmbResponse$;
2489
- exports.CreateTask$ = CreateTask$;
2490
1071
  exports.CreateTaskCommand = CreateTaskCommand;
2491
- exports.CreateTaskRequest$ = CreateTaskRequest$;
2492
- exports.CreateTaskResponse$ = CreateTaskResponse$;
2493
- exports.CustomSecretConfig$ = CustomSecretConfig$;
2494
1072
  exports.DataSync = DataSync;
2495
1073
  exports.DataSyncClient = DataSyncClient;
2496
- exports.DataSyncServiceException = DataSyncServiceException;
2497
- exports.DataSyncServiceException$ = DataSyncServiceException$;
2498
- exports.DeleteAgent$ = DeleteAgent$;
2499
1074
  exports.DeleteAgentCommand = DeleteAgentCommand;
2500
- exports.DeleteAgentRequest$ = DeleteAgentRequest$;
2501
- exports.DeleteAgentResponse$ = DeleteAgentResponse$;
2502
- exports.DeleteLocation$ = DeleteLocation$;
2503
1075
  exports.DeleteLocationCommand = DeleteLocationCommand;
2504
- exports.DeleteLocationRequest$ = DeleteLocationRequest$;
2505
- exports.DeleteLocationResponse$ = DeleteLocationResponse$;
2506
- exports.DeleteTask$ = DeleteTask$;
2507
1076
  exports.DeleteTaskCommand = DeleteTaskCommand;
2508
- exports.DeleteTaskRequest$ = DeleteTaskRequest$;
2509
- exports.DeleteTaskResponse$ = DeleteTaskResponse$;
2510
- exports.DescribeAgent$ = DescribeAgent$;
2511
1077
  exports.DescribeAgentCommand = DescribeAgentCommand;
2512
- exports.DescribeAgentRequest$ = DescribeAgentRequest$;
2513
- exports.DescribeAgentResponse$ = DescribeAgentResponse$;
2514
- exports.DescribeLocationAzureBlob$ = DescribeLocationAzureBlob$;
2515
1078
  exports.DescribeLocationAzureBlobCommand = DescribeLocationAzureBlobCommand;
2516
- exports.DescribeLocationAzureBlobRequest$ = DescribeLocationAzureBlobRequest$;
2517
- exports.DescribeLocationAzureBlobResponse$ = DescribeLocationAzureBlobResponse$;
2518
- exports.DescribeLocationEfs$ = DescribeLocationEfs$;
2519
1079
  exports.DescribeLocationEfsCommand = DescribeLocationEfsCommand;
2520
- exports.DescribeLocationEfsRequest$ = DescribeLocationEfsRequest$;
2521
- exports.DescribeLocationEfsResponse$ = DescribeLocationEfsResponse$;
2522
- exports.DescribeLocationFsxLustre$ = DescribeLocationFsxLustre$;
2523
1080
  exports.DescribeLocationFsxLustreCommand = DescribeLocationFsxLustreCommand;
2524
- exports.DescribeLocationFsxLustreRequest$ = DescribeLocationFsxLustreRequest$;
2525
- exports.DescribeLocationFsxLustreResponse$ = DescribeLocationFsxLustreResponse$;
2526
- exports.DescribeLocationFsxOntap$ = DescribeLocationFsxOntap$;
2527
1081
  exports.DescribeLocationFsxOntapCommand = DescribeLocationFsxOntapCommand;
2528
- exports.DescribeLocationFsxOntapRequest$ = DescribeLocationFsxOntapRequest$;
2529
- exports.DescribeLocationFsxOntapResponse$ = DescribeLocationFsxOntapResponse$;
2530
- exports.DescribeLocationFsxOpenZfs$ = DescribeLocationFsxOpenZfs$;
2531
1082
  exports.DescribeLocationFsxOpenZfsCommand = DescribeLocationFsxOpenZfsCommand;
2532
- exports.DescribeLocationFsxOpenZfsRequest$ = DescribeLocationFsxOpenZfsRequest$;
2533
- exports.DescribeLocationFsxOpenZfsResponse$ = DescribeLocationFsxOpenZfsResponse$;
2534
- exports.DescribeLocationFsxWindows$ = DescribeLocationFsxWindows$;
2535
1083
  exports.DescribeLocationFsxWindowsCommand = DescribeLocationFsxWindowsCommand;
2536
- exports.DescribeLocationFsxWindowsRequest$ = DescribeLocationFsxWindowsRequest$;
2537
- exports.DescribeLocationFsxWindowsResponse$ = DescribeLocationFsxWindowsResponse$;
2538
- exports.DescribeLocationHdfs$ = DescribeLocationHdfs$;
2539
1084
  exports.DescribeLocationHdfsCommand = DescribeLocationHdfsCommand;
2540
- exports.DescribeLocationHdfsRequest$ = DescribeLocationHdfsRequest$;
2541
- exports.DescribeLocationHdfsResponse$ = DescribeLocationHdfsResponse$;
2542
- exports.DescribeLocationNfs$ = DescribeLocationNfs$;
2543
1085
  exports.DescribeLocationNfsCommand = DescribeLocationNfsCommand;
2544
- exports.DescribeLocationNfsRequest$ = DescribeLocationNfsRequest$;
2545
- exports.DescribeLocationNfsResponse$ = DescribeLocationNfsResponse$;
2546
- exports.DescribeLocationObjectStorage$ = DescribeLocationObjectStorage$;
2547
1086
  exports.DescribeLocationObjectStorageCommand = DescribeLocationObjectStorageCommand;
2548
- exports.DescribeLocationObjectStorageRequest$ = DescribeLocationObjectStorageRequest$;
2549
- exports.DescribeLocationObjectStorageResponse$ = DescribeLocationObjectStorageResponse$;
2550
- exports.DescribeLocationS3$ = DescribeLocationS3$;
2551
1087
  exports.DescribeLocationS3Command = DescribeLocationS3Command;
2552
- exports.DescribeLocationS3Request$ = DescribeLocationS3Request$;
2553
- exports.DescribeLocationS3Response$ = DescribeLocationS3Response$;
2554
- exports.DescribeLocationSmb$ = DescribeLocationSmb$;
2555
1088
  exports.DescribeLocationSmbCommand = DescribeLocationSmbCommand;
2556
- exports.DescribeLocationSmbRequest$ = DescribeLocationSmbRequest$;
2557
- exports.DescribeLocationSmbResponse$ = DescribeLocationSmbResponse$;
2558
- exports.DescribeTask$ = DescribeTask$;
2559
1089
  exports.DescribeTaskCommand = DescribeTaskCommand;
2560
- exports.DescribeTaskExecution$ = DescribeTaskExecution$;
2561
1090
  exports.DescribeTaskExecutionCommand = DescribeTaskExecutionCommand;
2562
- exports.DescribeTaskExecutionRequest$ = DescribeTaskExecutionRequest$;
2563
- exports.DescribeTaskExecutionResponse$ = DescribeTaskExecutionResponse$;
2564
- exports.DescribeTaskRequest$ = DescribeTaskRequest$;
2565
- exports.DescribeTaskResponse$ = DescribeTaskResponse$;
2566
- exports.Ec2Config$ = Ec2Config$;
2567
1091
  exports.EfsInTransitEncryption = EfsInTransitEncryption;
2568
1092
  exports.EndpointType = EndpointType;
2569
- exports.FilterRule$ = FilterRule$;
2570
1093
  exports.FilterType = FilterType;
2571
- exports.FsxProtocol$ = FsxProtocol$;
2572
- exports.FsxProtocolNfs$ = FsxProtocolNfs$;
2573
- exports.FsxProtocolSmb$ = FsxProtocolSmb$;
2574
- exports.FsxUpdateProtocol$ = FsxUpdateProtocol$;
2575
- exports.FsxUpdateProtocolSmb$ = FsxUpdateProtocolSmb$;
2576
1094
  exports.Gid = Gid;
2577
1095
  exports.HdfsAuthenticationType = HdfsAuthenticationType;
2578
1096
  exports.HdfsDataTransferProtection = HdfsDataTransferProtection;
2579
- exports.HdfsNameNode$ = HdfsNameNode$;
2580
1097
  exports.HdfsRpcProtection = HdfsRpcProtection;
2581
- exports.InternalException = InternalException;
2582
- exports.InternalException$ = InternalException$;
2583
- exports.InvalidRequestException = InvalidRequestException;
2584
- exports.InvalidRequestException$ = InvalidRequestException$;
2585
- exports.ListAgents$ = ListAgents$;
2586
1098
  exports.ListAgentsCommand = ListAgentsCommand;
2587
- exports.ListAgentsRequest$ = ListAgentsRequest$;
2588
- exports.ListAgentsResponse$ = ListAgentsResponse$;
2589
- exports.ListLocations$ = ListLocations$;
2590
1099
  exports.ListLocationsCommand = ListLocationsCommand;
2591
- exports.ListLocationsRequest$ = ListLocationsRequest$;
2592
- exports.ListLocationsResponse$ = ListLocationsResponse$;
2593
- exports.ListTagsForResource$ = ListTagsForResource$;
2594
1100
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2595
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2596
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2597
- exports.ListTaskExecutions$ = ListTaskExecutions$;
2598
1101
  exports.ListTaskExecutionsCommand = ListTaskExecutionsCommand;
2599
- exports.ListTaskExecutionsRequest$ = ListTaskExecutionsRequest$;
2600
- exports.ListTaskExecutionsResponse$ = ListTaskExecutionsResponse$;
2601
- exports.ListTasks$ = ListTasks$;
2602
1102
  exports.ListTasksCommand = ListTasksCommand;
2603
- exports.ListTasksRequest$ = ListTasksRequest$;
2604
- exports.ListTasksResponse$ = ListTasksResponse$;
2605
- exports.LocationFilter$ = LocationFilter$;
2606
1103
  exports.LocationFilterName = LocationFilterName;
2607
- exports.LocationListEntry$ = LocationListEntry$;
2608
1104
  exports.LogLevel = LogLevel;
2609
- exports.ManagedSecretConfig$ = ManagedSecretConfig$;
2610
1105
  exports.ManifestAction = ManifestAction;
2611
- exports.ManifestConfig$ = ManifestConfig$;
2612
1106
  exports.ManifestFormat = ManifestFormat;
2613
1107
  exports.Mtime = Mtime;
2614
- exports.NfsMountOptions$ = NfsMountOptions$;
2615
1108
  exports.NfsVersion = NfsVersion;
2616
1109
  exports.ObjectStorageServerProtocol = ObjectStorageServerProtocol;
2617
1110
  exports.ObjectTags = ObjectTags;
2618
1111
  exports.ObjectVersionIds = ObjectVersionIds;
2619
- exports.OnPremConfig$ = OnPremConfig$;
2620
1112
  exports.Operator = Operator;
2621
- exports.Options$ = Options$;
2622
1113
  exports.OverwriteMode = OverwriteMode;
2623
1114
  exports.PhaseStatus = PhaseStatus;
2624
- exports.Platform$ = Platform$;
2625
1115
  exports.PosixPermissions = PosixPermissions;
2626
1116
  exports.PreserveDeletedFiles = PreserveDeletedFiles;
2627
1117
  exports.PreserveDevices = PreserveDevices;
2628
- exports.PrivateLinkConfig$ = PrivateLinkConfig$;
2629
- exports.QopConfiguration$ = QopConfiguration$;
2630
- exports.ReportDestination$ = ReportDestination$;
2631
- exports.ReportDestinationS3$ = ReportDestinationS3$;
2632
1118
  exports.ReportLevel = ReportLevel;
2633
1119
  exports.ReportOutputType = ReportOutputType;
2634
- exports.ReportOverride$ = ReportOverride$;
2635
- exports.ReportOverrides$ = ReportOverrides$;
2636
- exports.ReportResult$ = ReportResult$;
2637
- exports.S3Config$ = S3Config$;
2638
- exports.S3ManifestConfig$ = S3ManifestConfig$;
2639
1120
  exports.S3StorageClass = S3StorageClass;
2640
1121
  exports.ScheduleDisabledBy = ScheduleDisabledBy;
2641
1122
  exports.ScheduleStatus = ScheduleStatus;
2642
1123
  exports.SmbAuthenticationType = SmbAuthenticationType;
2643
- exports.SmbMountOptions$ = SmbMountOptions$;
2644
1124
  exports.SmbSecurityDescriptorCopyFlags = SmbSecurityDescriptorCopyFlags;
2645
1125
  exports.SmbVersion = SmbVersion;
2646
- exports.SourceManifestConfig$ = SourceManifestConfig$;
2647
- exports.StartTaskExecution$ = StartTaskExecution$;
2648
1126
  exports.StartTaskExecutionCommand = StartTaskExecutionCommand;
2649
- exports.StartTaskExecutionRequest$ = StartTaskExecutionRequest$;
2650
- exports.StartTaskExecutionResponse$ = StartTaskExecutionResponse$;
2651
- exports.TagListEntry$ = TagListEntry$;
2652
- exports.TagResource$ = TagResource$;
2653
1127
  exports.TagResourceCommand = TagResourceCommand;
2654
- exports.TagResourceRequest$ = TagResourceRequest$;
2655
- exports.TagResourceResponse$ = TagResourceResponse$;
2656
- exports.TaskExecutionFilesFailedDetail$ = TaskExecutionFilesFailedDetail$;
2657
- exports.TaskExecutionFilesListedDetail$ = TaskExecutionFilesListedDetail$;
2658
- exports.TaskExecutionFoldersFailedDetail$ = TaskExecutionFoldersFailedDetail$;
2659
- exports.TaskExecutionFoldersListedDetail$ = TaskExecutionFoldersListedDetail$;
2660
- exports.TaskExecutionListEntry$ = TaskExecutionListEntry$;
2661
- exports.TaskExecutionResultDetail$ = TaskExecutionResultDetail$;
2662
1128
  exports.TaskExecutionStatus = TaskExecutionStatus;
2663
- exports.TaskFilter$ = TaskFilter$;
2664
1129
  exports.TaskFilterName = TaskFilterName;
2665
- exports.TaskListEntry$ = TaskListEntry$;
2666
1130
  exports.TaskMode = TaskMode;
2667
1131
  exports.TaskQueueing = TaskQueueing;
2668
- exports.TaskReportConfig$ = TaskReportConfig$;
2669
- exports.TaskSchedule$ = TaskSchedule$;
2670
- exports.TaskScheduleDetails$ = TaskScheduleDetails$;
2671
1132
  exports.TaskStatus = TaskStatus;
2672
1133
  exports.TransferMode = TransferMode;
2673
1134
  exports.Uid = Uid;
2674
- exports.UntagResource$ = UntagResource$;
2675
1135
  exports.UntagResourceCommand = UntagResourceCommand;
2676
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2677
- exports.UntagResourceResponse$ = UntagResourceResponse$;
2678
- exports.UpdateAgent$ = UpdateAgent$;
2679
1136
  exports.UpdateAgentCommand = UpdateAgentCommand;
2680
- exports.UpdateAgentRequest$ = UpdateAgentRequest$;
2681
- exports.UpdateAgentResponse$ = UpdateAgentResponse$;
2682
- exports.UpdateLocationAzureBlob$ = UpdateLocationAzureBlob$;
2683
1137
  exports.UpdateLocationAzureBlobCommand = UpdateLocationAzureBlobCommand;
2684
- exports.UpdateLocationAzureBlobRequest$ = UpdateLocationAzureBlobRequest$;
2685
- exports.UpdateLocationAzureBlobResponse$ = UpdateLocationAzureBlobResponse$;
2686
- exports.UpdateLocationEfs$ = UpdateLocationEfs$;
2687
1138
  exports.UpdateLocationEfsCommand = UpdateLocationEfsCommand;
2688
- exports.UpdateLocationEfsRequest$ = UpdateLocationEfsRequest$;
2689
- exports.UpdateLocationEfsResponse$ = UpdateLocationEfsResponse$;
2690
- exports.UpdateLocationFsxLustre$ = UpdateLocationFsxLustre$;
2691
1139
  exports.UpdateLocationFsxLustreCommand = UpdateLocationFsxLustreCommand;
2692
- exports.UpdateLocationFsxLustreRequest$ = UpdateLocationFsxLustreRequest$;
2693
- exports.UpdateLocationFsxLustreResponse$ = UpdateLocationFsxLustreResponse$;
2694
- exports.UpdateLocationFsxOntap$ = UpdateLocationFsxOntap$;
2695
1140
  exports.UpdateLocationFsxOntapCommand = UpdateLocationFsxOntapCommand;
2696
- exports.UpdateLocationFsxOntapRequest$ = UpdateLocationFsxOntapRequest$;
2697
- exports.UpdateLocationFsxOntapResponse$ = UpdateLocationFsxOntapResponse$;
2698
- exports.UpdateLocationFsxOpenZfs$ = UpdateLocationFsxOpenZfs$;
2699
1141
  exports.UpdateLocationFsxOpenZfsCommand = UpdateLocationFsxOpenZfsCommand;
2700
- exports.UpdateLocationFsxOpenZfsRequest$ = UpdateLocationFsxOpenZfsRequest$;
2701
- exports.UpdateLocationFsxOpenZfsResponse$ = UpdateLocationFsxOpenZfsResponse$;
2702
- exports.UpdateLocationFsxWindows$ = UpdateLocationFsxWindows$;
2703
1142
  exports.UpdateLocationFsxWindowsCommand = UpdateLocationFsxWindowsCommand;
2704
- exports.UpdateLocationFsxWindowsRequest$ = UpdateLocationFsxWindowsRequest$;
2705
- exports.UpdateLocationFsxWindowsResponse$ = UpdateLocationFsxWindowsResponse$;
2706
- exports.UpdateLocationHdfs$ = UpdateLocationHdfs$;
2707
1143
  exports.UpdateLocationHdfsCommand = UpdateLocationHdfsCommand;
2708
- exports.UpdateLocationHdfsRequest$ = UpdateLocationHdfsRequest$;
2709
- exports.UpdateLocationHdfsResponse$ = UpdateLocationHdfsResponse$;
2710
- exports.UpdateLocationNfs$ = UpdateLocationNfs$;
2711
1144
  exports.UpdateLocationNfsCommand = UpdateLocationNfsCommand;
2712
- exports.UpdateLocationNfsRequest$ = UpdateLocationNfsRequest$;
2713
- exports.UpdateLocationNfsResponse$ = UpdateLocationNfsResponse$;
2714
- exports.UpdateLocationObjectStorage$ = UpdateLocationObjectStorage$;
2715
1145
  exports.UpdateLocationObjectStorageCommand = UpdateLocationObjectStorageCommand;
2716
- exports.UpdateLocationObjectStorageRequest$ = UpdateLocationObjectStorageRequest$;
2717
- exports.UpdateLocationObjectStorageResponse$ = UpdateLocationObjectStorageResponse$;
2718
- exports.UpdateLocationS3$ = UpdateLocationS3$;
2719
1146
  exports.UpdateLocationS3Command = UpdateLocationS3Command;
2720
- exports.UpdateLocationS3Request$ = UpdateLocationS3Request$;
2721
- exports.UpdateLocationS3Response$ = UpdateLocationS3Response$;
2722
- exports.UpdateLocationSmb$ = UpdateLocationSmb$;
2723
1147
  exports.UpdateLocationSmbCommand = UpdateLocationSmbCommand;
2724
- exports.UpdateLocationSmbRequest$ = UpdateLocationSmbRequest$;
2725
- exports.UpdateLocationSmbResponse$ = UpdateLocationSmbResponse$;
2726
- exports.UpdateTask$ = UpdateTask$;
2727
1148
  exports.UpdateTaskCommand = UpdateTaskCommand;
2728
- exports.UpdateTaskExecution$ = UpdateTaskExecution$;
2729
1149
  exports.UpdateTaskExecutionCommand = UpdateTaskExecutionCommand;
2730
- exports.UpdateTaskExecutionRequest$ = UpdateTaskExecutionRequest$;
2731
- exports.UpdateTaskExecutionResponse$ = UpdateTaskExecutionResponse$;
2732
- exports.UpdateTaskRequest$ = UpdateTaskRequest$;
2733
- exports.UpdateTaskResponse$ = UpdateTaskResponse$;
2734
1150
  exports.VerifyMode = VerifyMode;
2735
1151
  exports.paginateListAgents = paginateListAgents;
2736
1152
  exports.paginateListLocations = paginateListLocations;
2737
1153
  exports.paginateListTagsForResource = paginateListTagsForResource;
2738
1154
  exports.paginateListTaskExecutions = paginateListTaskExecutions;
2739
1155
  exports.paginateListTasks = paginateListTasks;
1156
+ Object.keys(schemas_0).forEach(function (k) {
1157
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1158
+ enumerable: true,
1159
+ get: function () { return schemas_0[k]; }
1160
+ });
1161
+ });
1162
+ Object.keys(errors).forEach(function (k) {
1163
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1164
+ enumerable: true,
1165
+ get: function () { return errors[k]; }
1166
+ });
1167
+ });