@aws-sdk/client-storage-gateway 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 StorageGatewayServiceException = require('./models/StorageGatewayServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,2145 +113,6 @@ class StorageGatewayClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class StorageGatewayServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, StorageGatewayServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalServerError extends StorageGatewayServiceException {
121
- name = "InternalServerError";
122
- $fault = "server";
123
- error;
124
- constructor(opts) {
125
- super({
126
- name: "InternalServerError",
127
- $fault: "server",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InternalServerError.prototype);
131
- this.error = opts.error;
132
- }
133
- }
134
- class InvalidGatewayRequestException extends StorageGatewayServiceException {
135
- name = "InvalidGatewayRequestException";
136
- $fault = "client";
137
- error;
138
- constructor(opts) {
139
- super({
140
- name: "InvalidGatewayRequestException",
141
- $fault: "client",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, InvalidGatewayRequestException.prototype);
145
- this.error = opts.error;
146
- }
147
- }
148
- class ServiceUnavailableError extends StorageGatewayServiceException {
149
- name = "ServiceUnavailableError";
150
- $fault = "server";
151
- error;
152
- constructor(opts) {
153
- super({
154
- name: "ServiceUnavailableError",
155
- $fault: "server",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ServiceUnavailableError.prototype);
159
- this.error = opts.error;
160
- }
161
- }
162
-
163
- const _A = "Authentication";
164
- const _ABE = "AccessBasedEnumeration";
165
- const _AC = "AddCache";
166
- const _ACI = "AddCacheInput";
167
- const _ACO = "AddCacheOutput";
168
- const _ADARN = "AuditDestinationARN";
169
- const _ADRLIBPS = "AverageDownloadRateLimitInBitsPerSec";
170
- const _ADS = "ActiveDirectoryStatus";
171
- const _AFS = "AssociateFileSystem";
172
- const _AFSI = "AssociateFileSystemInput";
173
- const _AFSO = "AssociateFileSystemOutput";
174
- const _AG = "ActivateGateway";
175
- const _AGI = "ActivateGatewayInput";
176
- const _AGO = "ActivateGatewayOutput";
177
- const _AK = "ActivationKey";
178
- const _ATCPI = "AutomaticTapeCreationPolicyInfo";
179
- const _ATCPIu = "AutomaticTapeCreationPolicyInfos";
180
- const _ATCR = "AutomaticTapeCreationRules";
181
- const _ATCRu = "AutomaticTapeCreationRule";
182
- const _ATP = "AssignTapePool";
183
- const _ATPI = "AssignTapePoolInput";
184
- const _ATPO = "AssignTapePoolOutput";
185
- const _ATTR = "AddTagsToResource";
186
- const _ATTRI = "AddTagsToResourceInput";
187
- const _ATTRO = "AddTagsToResourceOutput";
188
- const _AUB = "AddUploadBuffer";
189
- const _AUBI = "AddUploadBufferInput";
190
- const _AUBO = "AddUploadBufferOutput";
191
- const _AUL = "AdminUserList";
192
- const _AUP = "AutomaticUpdatePolicy";
193
- const _AURLIBPS = "AverageUploadRateLimitInBitsPerSec";
194
- const _AV = "AttachVolume";
195
- const _AVI = "AttachVolumeInput";
196
- const _AVO = "AttachVolumeOutput";
197
- const _AWS = "AddWorkingStorage";
198
- const _AWSI = "AddWorkingStorageInput";
199
- const _AWSO = "AddWorkingStorageOutput";
200
- const _BGR = "BypassGovernanceRetention";
201
- const _BR = "BucketRegion";
202
- const _BRLI = "BandwidthRateLimitInterval";
203
- const _BRLIa = "BandwidthRateLimitIntervals";
204
- const _BT = "BandwidthType";
205
- const _CA = "CacheAttributes";
206
- const _CAI = "CancelArchivalInput";
207
- const _CAIB = "CacheAllocatedInBytes";
208
- const _CAO = "CancelArchivalOutput";
209
- const _CAa = "CancelArchival";
210
- const _CC = "ChapCredentials";
211
- const _CCR = "CancelCacheReport";
212
- const _CCRI = "CancelCacheReportInput";
213
- const _CCRO = "CancelCacheReportOutput";
214
- const _CCSCSIV = "CreateCachediSCSIVolume";
215
- const _CCSCSIVI = "CreateCachediSCSIVolumeInput";
216
- const _CCSCSIVO = "CreateCachediSCSIVolumeOutput";
217
- const _CD = "CreatedDate";
218
- const _CDP = "CacheDirtyPercentage";
219
- const _CE = "ChapEnabled";
220
- const _CHP = "CacheHitPercentage";
221
- const _CI = "ChapInfo";
222
- const _CL = "ClientList";
223
- const _CMP = "CacheMissPercentage";
224
- const _CNFSFS = "CreateNFSFileShare";
225
- const _CNFSFSI = "CreateNFSFileShareInput";
226
- const _CNFSFSO = "CreateNFSFileShareOutput";
227
- const _CR = "CancelRetrieval";
228
- const _CRARN = "CacheReportARN";
229
- const _CRF = "CacheReportFilter";
230
- const _CRFL = "CacheReportFilterList";
231
- const _CRI = "CacheReportInfo";
232
- const _CRIa = "CancelRetrievalInput";
233
- const _CRL = "CacheReportList";
234
- const _CRO = "CancelRetrievalOutput";
235
- const _CRS = "CacheReportStatus";
236
- const _CS = "ChapSecret";
237
- const _CSCSIV = "CachediSCSIVolume";
238
- const _CSCSIVa = "CachediSCSIVolumes";
239
- const _CSFVRP = "CreateSnapshotFromVolumeRecoveryPoint";
240
- const _CSFVRPI = "CreateSnapshotFromVolumeRecoveryPointInput";
241
- const _CSFVRPO = "CreateSnapshotFromVolumeRecoveryPointOutput";
242
- const _CSI = "CreateSnapshotInput";
243
- const _CSMBFS = "CreateSMBFileShare";
244
- const _CSMBFSI = "CreateSMBFileShareInput";
245
- const _CSMBFSO = "CreateSMBFileShareOutput";
246
- const _CSO = "CreateSnapshotOutput";
247
- const _CSSCSIV = "CreateStorediSCSIVolume";
248
- const _CSSCSIVI = "CreateStorediSCSIVolumeInput";
249
- const _CSSCSIVO = "CreateStorediSCSIVolumeOutput";
250
- const _CSTIS = "CacheStaleTimeoutInSeconds";
251
- const _CSa = "CaseSensitivity";
252
- const _CSr = "CreateSnapshot";
253
- const _CT = "ClientToken";
254
- const _CTI = "CreateTapesInput";
255
- const _CTO = "CreateTapesOutput";
256
- const _CTP = "CreateTapePool";
257
- const _CTPI = "CreateTapePoolInput";
258
- const _CTPO = "CreateTapePoolOutput";
259
- const _CTWB = "CreateTapeWithBarcode";
260
- const _CTWBI = "CreateTapeWithBarcodeInput";
261
- const _CTWBO = "CreateTapeWithBarcodeOutput";
262
- const _CTo = "CompletionTime";
263
- const _CTr = "CreateTapes";
264
- const _CUP = "CacheUsedPercentage";
265
- const _CWLGARN = "CloudWatchLogGroupARN";
266
- const _D = "Description";
267
- const _DAL = "DiskAttributeList";
268
- const _DAMT = "DescribeAvailabilityMonitorTest";
269
- const _DAMTI = "DescribeAvailabilityMonitorTestInput";
270
- const _DAMTO = "DescribeAvailabilityMonitorTestOutput";
271
- const _DAR = "DiskAllocationResource";
272
- const _DAT = "DiskAllocationType";
273
- const _DATCP = "DeleteAutomaticTapeCreationPolicy";
274
- const _DATCPI = "DeleteAutomaticTapeCreationPolicyInput";
275
- const _DATCPO = "DeleteAutomaticTapeCreationPolicyOutput";
276
- const _DBRL = "DeleteBandwidthRateLimit";
277
- const _DBRLI = "DeleteBandwidthRateLimitInput";
278
- const _DBRLIe = "DescribeBandwidthRateLimitInput";
279
- const _DBRLO = "DeleteBandwidthRateLimitOutput";
280
- const _DBRLOe = "DescribeBandwidthRateLimitOutput";
281
- const _DBRLS = "DescribeBandwidthRateLimitSchedule";
282
- const _DBRLSI = "DescribeBandwidthRateLimitScheduleInput";
283
- const _DBRLSO = "DescribeBandwidthRateLimitScheduleOutput";
284
- const _DBRLe = "DescribeBandwidthRateLimit";
285
- const _DC = "DomainControllers";
286
- const _DCC = "DeleteChapCredentials";
287
- const _DCCI = "DeleteChapCredentialsInput";
288
- const _DCCIe = "DescribeChapCredentialsInput";
289
- const _DCCO = "DeleteChapCredentialsOutput";
290
- const _DCCOe = "DescribeChapCredentialsOutput";
291
- const _DCCe = "DescribeChapCredentials";
292
- const _DCI = "DescribeCacheInput";
293
- const _DCO = "DescribeCacheOutput";
294
- const _DCR = "DeleteCacheReport";
295
- const _DCRI = "DeleteCacheReportInput";
296
- const _DCRIe = "DescribeCacheReportInput";
297
- const _DCRO = "DeleteCacheReportOutput";
298
- const _DCROe = "DescribeCacheReportOutput";
299
- const _DCRe = "DescribeCacheReport";
300
- const _DCSCSIV = "DescribeCachediSCSIVolumes";
301
- const _DCSCSIVI = "DescribeCachediSCSIVolumesInput";
302
- const _DCSCSIVO = "DescribeCachediSCSIVolumesOutput";
303
- const _DCe = "DescribeCache";
304
- const _DD = "DeprecationDate";
305
- const _DFS = "DeleteFileShare";
306
- const _DFSA = "DescribeFileSystemAssociations";
307
- const _DFSAI = "DescribeFileSystemAssociationsInput";
308
- const _DFSAO = "DescribeFileSystemAssociationsOutput";
309
- const _DFSI = "DeleteFileShareInput";
310
- const _DFSIi = "DisassociateFileSystemInput";
311
- const _DFSO = "DeleteFileShareOutput";
312
- const _DFSOi = "DisassociateFileSystemOutput";
313
- const _DFSi = "DisassociateFileSystem";
314
- const _DG = "DeleteGateway";
315
- const _DGI = "DeleteGatewayInput";
316
- const _DGII = "DescribeGatewayInformationInput";
317
- const _DGIO = "DescribeGatewayInformationOutput";
318
- const _DGIe = "DescribeGatewayInformation";
319
- const _DGIi = "DisableGatewayInput";
320
- const _DGO = "DeleteGatewayOutput";
321
- const _DGOi = "DisableGatewayOutput";
322
- const _DGi = "DisableGateway";
323
- const _DI = "DiskIds";
324
- const _DIi = "DiskId";
325
- const _DM = "DirectoryMode";
326
- const _DMST = "DescribeMaintenanceStartTime";
327
- const _DMSTI = "DescribeMaintenanceStartTimeInput";
328
- const _DMSTO = "DescribeMaintenanceStartTimeOutput";
329
- const _DN = "DomainName";
330
- const _DNFSFS = "DescribeNFSFileShares";
331
- const _DNFSFSI = "DescribeNFSFileSharesInput";
332
- const _DNFSFSO = "DescribeNFSFileSharesOutput";
333
- const _DNi = "DiskNode";
334
- const _DOM = "DayOfMonth";
335
- const _DOW = "DaysOfWeek";
336
- const _DOWa = "DayOfWeek";
337
- const _DP = "DiskPath";
338
- const _DS = "DiskStatus";
339
- const _DSC = "DefaultStorageClass";
340
- const _DSCSIA = "DeviceiSCSIAttributes";
341
- const _DSIB = "DiskSizeInBytes";
342
- const _DSMBFS = "DescribeSMBFileShares";
343
- const _DSMBFSI = "DescribeSMBFileSharesInput";
344
- const _DSMBFSO = "DescribeSMBFileSharesOutput";
345
- const _DSMBS = "DescribeSMBSettings";
346
- const _DSMBSI = "DescribeSMBSettingsInput";
347
- const _DSMBSO = "DescribeSMBSettingsOutput";
348
- const _DSS = "DeleteSnapshotSchedule";
349
- const _DSSCSIV = "DescribeStorediSCSIVolumes";
350
- const _DSSCSIVI = "DescribeStorediSCSIVolumesInput";
351
- const _DSSCSIVO = "DescribeStorediSCSIVolumesOutput";
352
- const _DSSI = "DeleteSnapshotScheduleInput";
353
- const _DSSIe = "DescribeSnapshotScheduleInput";
354
- const _DSSO = "DeleteSnapshotScheduleOutput";
355
- const _DSSOe = "DescribeSnapshotScheduleOutput";
356
- const _DSSe = "DescribeSnapshotSchedule";
357
- const _DT = "DeviceType";
358
- const _DTA = "DeleteTapeArchive";
359
- const _DTAI = "DeleteTapeArchiveInput";
360
- const _DTAIe = "DescribeTapeArchivesInput";
361
- const _DTAO = "DeleteTapeArchiveOutput";
362
- const _DTAOe = "DescribeTapeArchivesOutput";
363
- const _DTAe = "DescribeTapeArchives";
364
- const _DTI = "DeleteTapeInput";
365
- const _DTIe = "DescribeTapesInput";
366
- const _DTO = "DeleteTapeOutput";
367
- const _DTOe = "DescribeTapesOutput";
368
- const _DTP = "DeleteTapePool";
369
- const _DTPI = "DeleteTapePoolInput";
370
- const _DTPO = "DeleteTapePoolOutput";
371
- const _DTRP = "DescribeTapeRecoveryPoints";
372
- const _DTRPI = "DescribeTapeRecoveryPointsInput";
373
- const _DTRPO = "DescribeTapeRecoveryPointsOutput";
374
- const _DTe = "DeleteTape";
375
- const _DTes = "DescribeTapes";
376
- const _DUB = "DescribeUploadBuffer";
377
- const _DUBI = "DescribeUploadBufferInput";
378
- const _DUBO = "DescribeUploadBufferOutput";
379
- const _DUP = "DomainUserPassword";
380
- const _DV = "DeleteVolume";
381
- const _DVI = "DeleteVolumeInput";
382
- const _DVIe = "DetachVolumeInput";
383
- const _DVO = "DeleteVolumeOutput";
384
- const _DVOe = "DetachVolumeOutput";
385
- const _DVTLD = "DescribeVTLDevices";
386
- const _DVTLDI = "DescribeVTLDevicesInput";
387
- const _DVTLDO = "DescribeVTLDevicesOutput";
388
- const _DVe = "DetachVolume";
389
- const _DWS = "DescribeWorkingStorage";
390
- const _DWSI = "DescribeWorkingStorageInput";
391
- const _DWSO = "DescribeWorkingStorageOutput";
392
- const _Di = "Disk";
393
- const _Dis = "Disks";
394
- const _EC = "ErrorCode";
395
- const _EF = "ExclusionFilters";
396
- const _EFFU = "EvictFilesFailingUpload";
397
- const _EFFUI = "EvictFilesFailingUploadInput";
398
- const _EFFUO = "EvictFilesFailingUploadOutput";
399
- const _EHOD = "EndHourOfDay";
400
- const _EII = "Ec2InstanceId";
401
- const _EIR = "Ec2InstanceRegion";
402
- const _EMOH = "EndMinuteOfHour";
403
- const _ENC = "EndpointNetworkConfiguration";
404
- const _ET = "EndTime";
405
- const _ETn = "EncryptionType";
406
- const _ETnd = "EndpointType";
407
- const _FD = "ForceDelete";
408
- const _FDo = "ForceDetach";
409
- const _FL = "FolderList";
410
- const _FM = "FileMode";
411
- const _FR = "ForceRemove";
412
- const _FSAARN = "FileSystemAssociationARN";
413
- const _FSAARNL = "FileSystemAssociationARNList";
414
- const _FSAI = "FileSystemAssociationInfo";
415
- const _FSAIL = "FileSystemAssociationInfoList";
416
- const _FSAIi = "FileSystemAssociationId";
417
- const _FSARN = "FileShareARN";
418
- const _FSARNL = "FileShareARNList";
419
- const _FSAS = "FileSystemAssociationStatus";
420
- const _FSASD = "FileSystemAssociationStatusDetails";
421
- const _FSASDi = "FileSystemAssociationStatusDetail";
422
- const _FSASL = "FileSystemAssociationSummaryList";
423
- const _FSASi = "FileSystemAssociationSummary";
424
- const _FSI = "FileShareInfo";
425
- const _FSIL = "FileShareInfoList";
426
- const _FSIi = "FileShareId";
427
- const _FSN = "FileShareName";
428
- const _FSS = "FileShareStatus";
429
- const _FST = "FileShareType";
430
- const _FSV = "FileSharesVisible";
431
- const _G = "Gateways";
432
- const _GA = "GatewayAdmins";
433
- const _GARN = "GatewayARN";
434
- const _GC = "GatewayCapacity";
435
- const _GI = "GatewayId";
436
- const _GIa = "GatewayInfo";
437
- const _GIr = "GroupId";
438
- const _GMIMETE = "GuessMIMETypeEnabled";
439
- const _GN = "GatewayName";
440
- const _GNI = "GatewayNetworkInterfaces";
441
- const _GOS = "GatewayOperationalState";
442
- const _GR = "GatewayRegion";
443
- const _GS = "GatewayState";
444
- const _GT = "GatewayTimezone";
445
- const _GTa = "GatewayType";
446
- const _HE = "HostEnvironment";
447
- const _HEI = "HostEnvironmentId";
448
- const _HOD = "HourOfDay";
449
- const _I = "Initiators";
450
- const _IA = "IpAddresses";
451
- const _IAp = "Ipv4Address";
452
- const _IApv = "Ipv6Address";
453
- const _IF = "InclusionFilters";
454
- const _IGRE = "InvalidGatewayRequestException";
455
- const _IN = "InitiatorName";
456
- const _ISE = "InternalServerError";
457
- const _IUL = "InvalidUserList";
458
- const _JD = "JoinDomain";
459
- const _JDI = "JoinDomainInput";
460
- const _JDO = "JoinDomainOutput";
461
- const _K = "Key";
462
- const _KMSE = "KMSEncrypted";
463
- const _KMSK = "KMSKey";
464
- const _L = "Limit";
465
- const _LARN = "LocationARN";
466
- const _LATCP = "ListAutomaticTapeCreationPolicies";
467
- const _LATCPI = "ListAutomaticTapeCreationPoliciesInput";
468
- const _LATCPO = "ListAutomaticTapeCreationPoliciesOutput";
469
- const _LCP = "LocalConsolePassword";
470
- const _LCR = "ListCacheReports";
471
- const _LCRI = "ListCacheReportsInput";
472
- const _LCRO = "ListCacheReportsOutput";
473
- const _LFS = "ListFileShares";
474
- const _LFSA = "ListFileSystemAssociations";
475
- const _LFSAI = "ListFileSystemAssociationsInput";
476
- const _LFSAO = "ListFileSystemAssociationsOutput";
477
- const _LFSI = "ListFileSharesInput";
478
- const _LFSO = "ListFileSharesOutput";
479
- const _LG = "ListGateways";
480
- const _LGI = "ListGatewaysInput";
481
- const _LGO = "ListGatewaysOutput";
482
- const _LLD = "ListLocalDisks";
483
- const _LLDI = "ListLocalDisksInput";
484
- const _LLDO = "ListLocalDisksOutput";
485
- const _LN = "LunNumber";
486
- const _LSU = "LastSoftwareUpdate";
487
- const _LT = "ListTapes";
488
- const _LTFR = "ListTagsForResource";
489
- const _LTFRI = "ListTagsForResourceInput";
490
- const _LTFRO = "ListTagsForResourceOutput";
491
- const _LTI = "ListTapesInput";
492
- const _LTO = "ListTapesOutput";
493
- const _LTP = "ListTapePools";
494
- const _LTPI = "ListTapePoolsInput";
495
- const _LTPO = "ListTapePoolsOutput";
496
- const _LV = "ListVolumes";
497
- const _LVI = "ListVolumesInput";
498
- const _LVII = "ListVolumeInitiatorsInput";
499
- const _LVIO = "ListVolumeInitiatorsOutput";
500
- const _LVIi = "ListVolumeInitiators";
501
- const _LVO = "ListVolumesOutput";
502
- const _LVRP = "ListVolumeRecoveryPoints";
503
- const _LVRPI = "ListVolumeRecoveryPointsInput";
504
- const _LVRPO = "ListVolumeRecoveryPointsOutput";
505
- const _M = "Marker";
506
- const _MA = "MacAddress";
507
- const _MCT = "MediumChangerType";
508
- const _MNT = "MinimumNumTapes";
509
- const _MOH = "MinuteOfHour";
510
- const _N = "Name";
511
- const _NFSFSD = "NFSFileShareDefaults";
512
- const _NFSFSI = "NFSFileShareInfo";
513
- const _NFSFSIL = "NFSFileShareInfoList";
514
- const _NI = "NotificationId";
515
- const _NII = "NetworkInterfaceId";
516
- const _NIP = "NetworkInterfacePort";
517
- const _NIe = "NetworkInterface";
518
- const _NM = "NextMarker";
519
- const _NP = "NotificationPolicy";
520
- const _NTTC = "NumTapesToCreate";
521
- const _NUAD = "NextUpdateAvailabilityDate";
522
- const _NWU = "NotifyWhenUploaded";
523
- const _NWUI = "NotifyWhenUploadedInput";
524
- const _NWUO = "NotifyWhenUploadedOutput";
525
- const _OACL = "ObjectACL";
526
- const _OE = "OplocksEnabled";
527
- const _OI = "OwnerId";
528
- const _OU = "OrganizationalUnit";
529
- const _P = "Password";
530
- const _PARN = "PoolARN";
531
- const _PARNo = "PoolARNs";
532
- const _PED = "PreserveExistingData";
533
- const _PEDo = "PoolEntryDate";
534
- const _PEDr = "PreservedExistingData";
535
- const _PI = "PoolId";
536
- const _PIo = "PoolInfos";
537
- const _PIoo = "PoolInfo";
538
- const _PN = "PoolName";
539
- const _PS = "PoolStatus";
540
- const _Pa = "Path";
541
- const _Pr = "Progress";
542
- const _R = "Role";
543
- const _RARN = "ResourceARN";
544
- const _RC = "RefreshCache";
545
- const _RCI = "RefreshCacheInput";
546
- const _RCIe = "ResetCacheInput";
547
- const _RCO = "RefreshCacheOutput";
548
- const _RCOe = "ResetCacheOutput";
549
- const _RCP = "ReportCompletionPercent";
550
- const _RCe = "ResetCache";
551
- const _RIH = "RecurrenceInHours";
552
- const _RLT = "RetentionLockType";
553
- const _RLTID = "RetentionLockTimeInDays";
554
- const _RN = "ReportName";
555
- const _RO = "ReadOnly";
556
- const _RP = "RequesterPays";
557
- const _RSD = "RetentionStartDate";
558
- const _RT = "RetrievedTo";
559
- const _RTA = "RetrieveTapeArchive";
560
- const _RTAI = "RetrieveTapeArchiveInput";
561
- const _RTAO = "RetrieveTapeArchiveOutput";
562
- const _RTFR = "RemoveTagsFromResource";
563
- const _RTFRI = "RemoveTagsFromResourceInput";
564
- const _RTFRO = "RemoveTagsFromResourceOutput";
565
- const _RTRP = "RetrieveTapeRecoveryPoint";
566
- const _RTRPI = "RetrieveTapeRecoveryPointInput";
567
- const _RTRPO = "RetrieveTapeRecoveryPointOutput";
568
- const _Re = "Recursive";
569
- const _S = "Squash";
570
- const _SA = "StartAt";
571
- const _SAMT = "StartAvailabilityMonitorTest";
572
- const _SAMTI = "StartAvailabilityMonitorTestInput";
573
- const _SAMTO = "StartAvailabilityMonitorTestOutput";
574
- const _SC = "StorageClass";
575
- const _SCR = "StartCacheReport";
576
- const _SCRI = "StartCacheReportInput";
577
- const _SCRO = "StartCacheReportOutput";
578
- const _SD = "SnapshotDescription";
579
- const _SG = "ShutdownGateway";
580
- const _SGC = "SupportedGatewayCapacities";
581
- const _SGE = "StorageGatewayError";
582
- const _SGI = "ShutdownGatewayInput";
583
- const _SGIt = "StartGatewayInput";
584
- const _SGO = "ShutdownGatewayOutput";
585
- const _SGOt = "StartGatewayOutput";
586
- const _SGt = "StartGateway";
587
- const _SHOD = "StartHourOfDay";
588
- const _SI = "SnapshotId";
589
- const _SLCP = "SetLocalConsolePassword";
590
- const _SLCPI = "SetLocalConsolePasswordInput";
591
- const _SLCPO = "SetLocalConsolePasswordOutput";
592
- const _SMBACLE = "SMBACLEnabled";
593
- const _SMBFSI = "SMBFileShareInfo";
594
- const _SMBFSIL = "SMBFileShareInfoList";
595
- const _SMBGP = "SMBGuestPassword";
596
- const _SMBGPS = "SMBGuestPasswordSet";
597
- const _SMBLG = "SMBLocalGroups";
598
- const _SMBSS = "SMBSecurityStrategy";
599
- const _SMOH = "StartMinuteOfHour";
600
- const _SSCSIV = "StorediSCSIVolumes";
601
- const _SSCSIVt = "StorediSCSIVolume";
602
- const _SSI = "SourceSnapshotId";
603
- const _SSMBGP = "SetSMBGuestPassword";
604
- const _SSMBGPI = "SetSMBGuestPasswordInput";
605
- const _SSMBGPO = "SetSMBGuestPasswordOutput";
606
- const _ST = "StartTime";
607
- const _STAI = "SecretToAuthenticateInitiator";
608
- const _STAT = "SecretToAuthenticateTarget";
609
- const _SUE = "ServiceUnavailableError";
610
- const _SUED = "SoftwareUpdatesEndDate";
611
- const _SUP = "SoftwareUpdatePreferences";
612
- const _SV = "SoftwareVersion";
613
- const _SVARN = "SourceVolumeARN";
614
- const _St = "Status";
615
- const _T = "Tags";
616
- const _TA = "TapeArchives";
617
- const _TARN = "TapeARN";
618
- const _TARNa = "TargetARN";
619
- const _TARNap = "TapeARNs";
620
- const _TAa = "TapeArchive";
621
- const _TB = "TapeBarcode";
622
- const _TBP = "TapeBarcodePrefix";
623
- const _TCD = "TapeCreatedDate";
624
- const _TDT = "TapeDriveType";
625
- const _TI = "TapeInfos";
626
- const _TIS = "TimeoutInSeconds";
627
- const _TIa = "TapeInfo";
628
- const _TK = "TagKeys";
629
- const _TN = "TargetName";
630
- const _TRPI = "TapeRecoveryPointInfos";
631
- const _TRPIa = "TapeRecoveryPointInfo";
632
- const _TRPT = "TapeRecoveryPointTime";
633
- const _TS = "TapeStatus";
634
- const _TSIB = "TapeSizeInBytes";
635
- const _TUIB = "TapeUsedInBytes";
636
- const _Ta = "Tapes";
637
- const _Tag = "Tag";
638
- const _Tap = "Tape";
639
- const _Ti = "Timezone";
640
- const _UATCP = "UpdateAutomaticTapeCreationPolicy";
641
- const _UATCPI = "UpdateAutomaticTapeCreationPolicyInput";
642
- const _UATCPO = "UpdateAutomaticTapeCreationPolicyOutput";
643
- const _UBAIB = "UploadBufferAllocatedInBytes";
644
- const _UBRL = "UpdateBandwidthRateLimit";
645
- const _UBRLI = "UpdateBandwidthRateLimitInput";
646
- const _UBRLO = "UpdateBandwidthRateLimitOutput";
647
- const _UBRLS = "UpdateBandwidthRateLimitSchedule";
648
- const _UBRLSI = "UpdateBandwidthRateLimitScheduleInput";
649
- const _UBRLSO = "UpdateBandwidthRateLimitScheduleOutput";
650
- const _UBUIB = "UploadBufferUsedInBytes";
651
- const _UCC = "UpdateChapCredentials";
652
- const _UCCI = "UpdateChapCredentialsInput";
653
- const _UCCO = "UpdateChapCredentialsOutput";
654
- const _UFSA = "UpdateFileSystemAssociation";
655
- const _UFSAI = "UpdateFileSystemAssociationInput";
656
- const _UFSAO = "UpdateFileSystemAssociationOutput";
657
- const _UGI = "UpdateGatewayInformation";
658
- const _UGII = "UpdateGatewayInformationInput";
659
- const _UGIO = "UpdateGatewayInformationOutput";
660
- const _UGSN = "UpdateGatewaySoftwareNow";
661
- const _UGSNI = "UpdateGatewaySoftwareNowInput";
662
- const _UGSNO = "UpdateGatewaySoftwareNowOutput";
663
- const _UMST = "UpdateMaintenanceStartTime";
664
- const _UMSTI = "UpdateMaintenanceStartTimeInput";
665
- const _UMSTO = "UpdateMaintenanceStartTimeOutput";
666
- const _UN = "UserName";
667
- const _UNFSFS = "UpdateNFSFileShare";
668
- const _UNFSFSI = "UpdateNFSFileShareInput";
669
- const _UNFSFSO = "UpdateNFSFileShareOutput";
670
- const _USMBFS = "UpdateSMBFileShare";
671
- const _USMBFSI = "UpdateSMBFileShareInput";
672
- const _USMBFSO = "UpdateSMBFileShareOutput";
673
- const _USMBFSV = "UpdateSMBFileShareVisibility";
674
- const _USMBFSVI = "UpdateSMBFileShareVisibilityInput";
675
- const _USMBFSVO = "UpdateSMBFileShareVisibilityOutput";
676
- const _USMBLG = "UpdateSMBLocalGroups";
677
- const _USMBLGI = "UpdateSMBLocalGroupsInput";
678
- const _USMBLGO = "UpdateSMBLocalGroupsOutput";
679
- const _USMBSS = "UpdateSMBSecurityStrategy";
680
- const _USMBSSI = "UpdateSMBSecurityStrategyInput";
681
- const _USMBSSO = "UpdateSMBSecurityStrategyOutput";
682
- const _USS = "UpdateSnapshotSchedule";
683
- const _USSI = "UpdateSnapshotScheduleInput";
684
- const _USSO = "UpdateSnapshotScheduleOutput";
685
- const _UVTLDT = "UpdateVTLDeviceType";
686
- const _UVTLDTI = "UpdateVTLDeviceTypeInput";
687
- const _UVTLDTO = "UpdateVTLDeviceTypeOutput";
688
- const _V = "Values";
689
- const _VARN = "VolumeARN";
690
- const _VARNo = "VolumeARNs";
691
- const _VAS = "VolumeAttachmentStatus";
692
- const _VDI = "VolumeDiskId";
693
- const _VI = "VolumeId";
694
- const _VIo = "VolumeInfos";
695
- const _VIol = "VolumeInfo";
696
- const _VP = "VolumeProgress";
697
- const _VPCE = "VPCEndpoint";
698
- const _VPCEDNSN = "VPCEndpointDNSName";
699
- const _VRPI = "VolumeRecoveryPointInfos";
700
- const _VRPIo = "VolumeRecoveryPointInfo";
701
- const _VRPT = "VolumeRecoveryPointTime";
702
- const _VS = "VolumeStatus";
703
- const _VSCSIA = "VolumeiSCSIAttributes";
704
- const _VSIB = "VolumeSizeInBytes";
705
- const _VT = "VolumeType";
706
- const _VTLD = "VTLDevices";
707
- const _VTLDARN = "VTLDeviceARNs";
708
- const _VTLDARNe = "VTLDeviceARN";
709
- const _VTLDPI = "VTLDeviceProductIdentifier";
710
- const _VTLDT = "VTLDeviceType";
711
- const _VTLDV = "VTLDeviceVendor";
712
- const _VTLDe = "VTLDevice";
713
- const _VUIB = "VolumeUsedInBytes";
714
- const _VUIBo = "VolumeUsageInBytes";
715
- const _VUL = "ValidUserList";
716
- const _Va = "Value";
717
- const _W = "Worm";
718
- const _WSAIB = "WorkingStorageAllocatedInBytes";
719
- const _WSUIB = "WorkingStorageUsedInBytes";
720
- const _c = "client";
721
- const _e = "error";
722
- const _eC = "errorCode";
723
- const _eD = "errorDetails";
724
- const _hE = "httpError";
725
- const _m = "message";
726
- const _s = "server";
727
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.storagegateway";
728
- const n0 = "com.amazonaws.storagegateway";
729
- var ChapSecret = [0, n0, _CS, 8, 0];
730
- var DomainUserPassword = [0, n0, _DUP, 8, 0];
731
- var LocalConsolePassword = [0, n0, _LCP, 8, 0];
732
- var SMBGuestPassword = [0, n0, _SMBGP, 8, 0];
733
- var ActivateGatewayInput$ = [3, n0, _AGI,
734
- 0,
735
- [_AK, _GN, _GT, _GR, _GTa, _TDT, _MCT, _T],
736
- [0, 0, 0, 0, 0, 0, 0, () => Tags], 4
737
- ];
738
- var ActivateGatewayOutput$ = [3, n0, _AGO,
739
- 0,
740
- [_GARN],
741
- [0]
742
- ];
743
- var AddCacheInput$ = [3, n0, _ACI,
744
- 0,
745
- [_GARN, _DI],
746
- [0, 64 | 0], 2
747
- ];
748
- var AddCacheOutput$ = [3, n0, _ACO,
749
- 0,
750
- [_GARN],
751
- [0]
752
- ];
753
- var AddTagsToResourceInput$ = [3, n0, _ATTRI,
754
- 0,
755
- [_RARN, _T],
756
- [0, () => Tags], 2
757
- ];
758
- var AddTagsToResourceOutput$ = [3, n0, _ATTRO,
759
- 0,
760
- [_RARN],
761
- [0]
762
- ];
763
- var AddUploadBufferInput$ = [3, n0, _AUBI,
764
- 0,
765
- [_GARN, _DI],
766
- [0, 64 | 0], 2
767
- ];
768
- var AddUploadBufferOutput$ = [3, n0, _AUBO,
769
- 0,
770
- [_GARN],
771
- [0]
772
- ];
773
- var AddWorkingStorageInput$ = [3, n0, _AWSI,
774
- 0,
775
- [_GARN, _DI],
776
- [0, 64 | 0], 2
777
- ];
778
- var AddWorkingStorageOutput$ = [3, n0, _AWSO,
779
- 0,
780
- [_GARN],
781
- [0]
782
- ];
783
- var AssignTapePoolInput$ = [3, n0, _ATPI,
784
- 0,
785
- [_TARN, _PI, _BGR],
786
- [0, 0, 2], 2
787
- ];
788
- var AssignTapePoolOutput$ = [3, n0, _ATPO,
789
- 0,
790
- [_TARN],
791
- [0]
792
- ];
793
- var AssociateFileSystemInput$ = [3, n0, _AFSI,
794
- 0,
795
- [_UN, _P, _CT, _GARN, _LARN, _T, _ADARN, _CA, _ENC],
796
- [0, [() => DomainUserPassword, 0], 0, 0, 0, () => Tags, 0, () => CacheAttributes$, () => EndpointNetworkConfiguration$], 5
797
- ];
798
- var AssociateFileSystemOutput$ = [3, n0, _AFSO,
799
- 0,
800
- [_FSAARN],
801
- [0]
802
- ];
803
- var AttachVolumeInput$ = [3, n0, _AVI,
804
- 0,
805
- [_GARN, _VARN, _NII, _TN, _DIi],
806
- [0, 0, 0, 0, 0], 3
807
- ];
808
- var AttachVolumeOutput$ = [3, n0, _AVO,
809
- 0,
810
- [_VARN, _TARNa],
811
- [0, 0]
812
- ];
813
- var AutomaticTapeCreationPolicyInfo$ = [3, n0, _ATCPI,
814
- 0,
815
- [_ATCR, _GARN],
816
- [() => AutomaticTapeCreationRules, 0]
817
- ];
818
- var AutomaticTapeCreationRule$ = [3, n0, _ATCRu,
819
- 0,
820
- [_TBP, _PI, _TSIB, _MNT, _W],
821
- [0, 0, 1, 1, 2], 4
822
- ];
823
- var BandwidthRateLimitInterval$ = [3, n0, _BRLI,
824
- 0,
825
- [_SHOD, _SMOH, _EHOD, _EMOH, _DOW, _AURLIBPS, _ADRLIBPS],
826
- [1, 1, 1, 1, 64 | 1, 1, 1], 5
827
- ];
828
- var CacheAttributes$ = [3, n0, _CA,
829
- 0,
830
- [_CSTIS],
831
- [1]
832
- ];
833
- var CachediSCSIVolume$ = [3, n0, _CSCSIV,
834
- 0,
835
- [_VARN, _VI, _VT, _VS, _VAS, _VSIB, _VP, _SSI, _VSCSIA, _CD, _VUIB, _KMSK, _TN],
836
- [0, 0, 0, 0, 0, 1, 1, 0, () => VolumeiSCSIAttributes$, 4, 1, 0, 0]
837
- ];
838
- var CacheReportFilter$ = [3, n0, _CRF,
839
- 0,
840
- [_N, _V],
841
- [0, 64 | 0], 2
842
- ];
843
- var CacheReportInfo$ = [3, n0, _CRI,
844
- 0,
845
- [_CRARN, _CRS, _RCP, _ET, _R, _FSARN, _LARN, _ST, _IF, _EF, _RN, _T],
846
- [0, 0, 1, 4, 0, 0, 0, 4, () => CacheReportFilterList, () => CacheReportFilterList, 0, () => Tags]
847
- ];
848
- var CancelArchivalInput$ = [3, n0, _CAI,
849
- 0,
850
- [_GARN, _TARN],
851
- [0, 0], 2
852
- ];
853
- var CancelArchivalOutput$ = [3, n0, _CAO,
854
- 0,
855
- [_TARN],
856
- [0]
857
- ];
858
- var CancelCacheReportInput$ = [3, n0, _CCRI,
859
- 0,
860
- [_CRARN],
861
- [0], 1
862
- ];
863
- var CancelCacheReportOutput$ = [3, n0, _CCRO,
864
- 0,
865
- [_CRARN],
866
- [0]
867
- ];
868
- var CancelRetrievalInput$ = [3, n0, _CRIa,
869
- 0,
870
- [_GARN, _TARN],
871
- [0, 0], 2
872
- ];
873
- var CancelRetrievalOutput$ = [3, n0, _CRO,
874
- 0,
875
- [_TARN],
876
- [0]
877
- ];
878
- var ChapInfo$ = [3, n0, _CI,
879
- 0,
880
- [_TARNa, _STAI, _IN, _STAT],
881
- [0, [() => ChapSecret, 0], 0, [() => ChapSecret, 0]]
882
- ];
883
- var CreateCachediSCSIVolumeInput$ = [3, n0, _CCSCSIVI,
884
- 0,
885
- [_GARN, _VSIB, _TN, _NII, _CT, _SI, _SVARN, _KMSE, _KMSK, _T],
886
- [0, 1, 0, 0, 0, 0, 0, 2, 0, () => Tags], 5
887
- ];
888
- var CreateCachediSCSIVolumeOutput$ = [3, n0, _CCSCSIVO,
889
- 0,
890
- [_VARN, _TARNa],
891
- [0, 0]
892
- ];
893
- var CreateNFSFileShareInput$ = [3, n0, _CNFSFSI,
894
- 0,
895
- [_CT, _GARN, _R, _LARN, _NFSFSD, _ETn, _KMSE, _KMSK, _DSC, _OACL, _CL, _S, _RO, _GMIMETE, _RP, _T, _FSN, _CA, _NP, _VPCEDNSN, _BR, _ADARN],
896
- [0, 0, 0, 0, () => NFSFileShareDefaults$, 0, 2, 0, 0, 0, 64 | 0, 0, 2, 2, 2, () => Tags, 0, () => CacheAttributes$, 0, 0, 0, 0], 4
897
- ];
898
- var CreateNFSFileShareOutput$ = [3, n0, _CNFSFSO,
899
- 0,
900
- [_FSARN],
901
- [0]
902
- ];
903
- var CreateSMBFileShareInput$ = [3, n0, _CSMBFSI,
904
- 0,
905
- [_CT, _GARN, _R, _LARN, _ETn, _KMSE, _KMSK, _DSC, _OACL, _RO, _GMIMETE, _RP, _SMBACLE, _ABE, _AUL, _VUL, _IUL, _ADARN, _A, _CSa, _T, _FSN, _CA, _NP, _VPCEDNSN, _BR, _OE],
906
- [0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => Tags, 0, () => CacheAttributes$, 0, 0, 0, 2], 4
907
- ];
908
- var CreateSMBFileShareOutput$ = [3, n0, _CSMBFSO,
909
- 0,
910
- [_FSARN],
911
- [0]
912
- ];
913
- var CreateSnapshotFromVolumeRecoveryPointInput$ = [3, n0, _CSFVRPI,
914
- 0,
915
- [_VARN, _SD, _T],
916
- [0, 0, () => Tags], 2
917
- ];
918
- var CreateSnapshotFromVolumeRecoveryPointOutput$ = [3, n0, _CSFVRPO,
919
- 0,
920
- [_SI, _VARN, _VRPT],
921
- [0, 0, 0]
922
- ];
923
- var CreateSnapshotInput$ = [3, n0, _CSI,
924
- 0,
925
- [_VARN, _SD, _T],
926
- [0, 0, () => Tags], 2
927
- ];
928
- var CreateSnapshotOutput$ = [3, n0, _CSO,
929
- 0,
930
- [_VARN, _SI],
931
- [0, 0]
932
- ];
933
- var CreateStorediSCSIVolumeInput$ = [3, n0, _CSSCSIVI,
934
- 0,
935
- [_GARN, _DIi, _PED, _TN, _NII, _SI, _KMSE, _KMSK, _T],
936
- [0, 0, 2, 0, 0, 0, 2, 0, () => Tags], 5
937
- ];
938
- var CreateStorediSCSIVolumeOutput$ = [3, n0, _CSSCSIVO,
939
- 0,
940
- [_VARN, _VSIB, _TARNa],
941
- [0, 1, 0]
942
- ];
943
- var CreateTapePoolInput$ = [3, n0, _CTPI,
944
- 0,
945
- [_PN, _SC, _RLT, _RLTID, _T],
946
- [0, 0, 0, 1, () => Tags], 2
947
- ];
948
- var CreateTapePoolOutput$ = [3, n0, _CTPO,
949
- 0,
950
- [_PARN],
951
- [0]
952
- ];
953
- var CreateTapesInput$ = [3, n0, _CTI,
954
- 0,
955
- [_GARN, _TSIB, _CT, _NTTC, _TBP, _KMSE, _KMSK, _PI, _W, _T],
956
- [0, 1, 0, 1, 0, 2, 0, 0, 2, () => Tags], 5
957
- ];
958
- var CreateTapesOutput$ = [3, n0, _CTO,
959
- 0,
960
- [_TARNap],
961
- [64 | 0]
962
- ];
963
- var CreateTapeWithBarcodeInput$ = [3, n0, _CTWBI,
964
- 0,
965
- [_GARN, _TSIB, _TB, _KMSE, _KMSK, _PI, _W, _T],
966
- [0, 1, 0, 2, 0, 0, 2, () => Tags], 3
967
- ];
968
- var CreateTapeWithBarcodeOutput$ = [3, n0, _CTWBO,
969
- 0,
970
- [_TARN],
971
- [0]
972
- ];
973
- var DeleteAutomaticTapeCreationPolicyInput$ = [3, n0, _DATCPI,
974
- 0,
975
- [_GARN],
976
- [0], 1
977
- ];
978
- var DeleteAutomaticTapeCreationPolicyOutput$ = [3, n0, _DATCPO,
979
- 0,
980
- [_GARN],
981
- [0]
982
- ];
983
- var DeleteBandwidthRateLimitInput$ = [3, n0, _DBRLI,
984
- 0,
985
- [_GARN, _BT],
986
- [0, 0], 2
987
- ];
988
- var DeleteBandwidthRateLimitOutput$ = [3, n0, _DBRLO,
989
- 0,
990
- [_GARN],
991
- [0]
992
- ];
993
- var DeleteCacheReportInput$ = [3, n0, _DCRI,
994
- 0,
995
- [_CRARN],
996
- [0], 1
997
- ];
998
- var DeleteCacheReportOutput$ = [3, n0, _DCRO,
999
- 0,
1000
- [_CRARN],
1001
- [0]
1002
- ];
1003
- var DeleteChapCredentialsInput$ = [3, n0, _DCCI,
1004
- 0,
1005
- [_TARNa, _IN],
1006
- [0, 0], 2
1007
- ];
1008
- var DeleteChapCredentialsOutput$ = [3, n0, _DCCO,
1009
- 0,
1010
- [_TARNa, _IN],
1011
- [0, 0]
1012
- ];
1013
- var DeleteFileShareInput$ = [3, n0, _DFSI,
1014
- 0,
1015
- [_FSARN, _FD],
1016
- [0, 2], 1
1017
- ];
1018
- var DeleteFileShareOutput$ = [3, n0, _DFSO,
1019
- 0,
1020
- [_FSARN],
1021
- [0]
1022
- ];
1023
- var DeleteGatewayInput$ = [3, n0, _DGI,
1024
- 0,
1025
- [_GARN],
1026
- [0], 1
1027
- ];
1028
- var DeleteGatewayOutput$ = [3, n0, _DGO,
1029
- 0,
1030
- [_GARN],
1031
- [0]
1032
- ];
1033
- var DeleteSnapshotScheduleInput$ = [3, n0, _DSSI,
1034
- 0,
1035
- [_VARN],
1036
- [0], 1
1037
- ];
1038
- var DeleteSnapshotScheduleOutput$ = [3, n0, _DSSO,
1039
- 0,
1040
- [_VARN],
1041
- [0]
1042
- ];
1043
- var DeleteTapeArchiveInput$ = [3, n0, _DTAI,
1044
- 0,
1045
- [_TARN, _BGR],
1046
- [0, 2], 1
1047
- ];
1048
- var DeleteTapeArchiveOutput$ = [3, n0, _DTAO,
1049
- 0,
1050
- [_TARN],
1051
- [0]
1052
- ];
1053
- var DeleteTapeInput$ = [3, n0, _DTI,
1054
- 0,
1055
- [_GARN, _TARN, _BGR],
1056
- [0, 0, 2], 2
1057
- ];
1058
- var DeleteTapeOutput$ = [3, n0, _DTO,
1059
- 0,
1060
- [_TARN],
1061
- [0]
1062
- ];
1063
- var DeleteTapePoolInput$ = [3, n0, _DTPI,
1064
- 0,
1065
- [_PARN],
1066
- [0], 1
1067
- ];
1068
- var DeleteTapePoolOutput$ = [3, n0, _DTPO,
1069
- 0,
1070
- [_PARN],
1071
- [0]
1072
- ];
1073
- var DeleteVolumeInput$ = [3, n0, _DVI,
1074
- 0,
1075
- [_VARN],
1076
- [0], 1
1077
- ];
1078
- var DeleteVolumeOutput$ = [3, n0, _DVO,
1079
- 0,
1080
- [_VARN],
1081
- [0]
1082
- ];
1083
- var DescribeAvailabilityMonitorTestInput$ = [3, n0, _DAMTI,
1084
- 0,
1085
- [_GARN],
1086
- [0], 1
1087
- ];
1088
- var DescribeAvailabilityMonitorTestOutput$ = [3, n0, _DAMTO,
1089
- 0,
1090
- [_GARN, _St, _ST],
1091
- [0, 0, 4]
1092
- ];
1093
- var DescribeBandwidthRateLimitInput$ = [3, n0, _DBRLIe,
1094
- 0,
1095
- [_GARN],
1096
- [0], 1
1097
- ];
1098
- var DescribeBandwidthRateLimitOutput$ = [3, n0, _DBRLOe,
1099
- 0,
1100
- [_GARN, _AURLIBPS, _ADRLIBPS],
1101
- [0, 1, 1]
1102
- ];
1103
- var DescribeBandwidthRateLimitScheduleInput$ = [3, n0, _DBRLSI,
1104
- 0,
1105
- [_GARN],
1106
- [0], 1
1107
- ];
1108
- var DescribeBandwidthRateLimitScheduleOutput$ = [3, n0, _DBRLSO,
1109
- 0,
1110
- [_GARN, _BRLIa],
1111
- [0, () => BandwidthRateLimitIntervals]
1112
- ];
1113
- var DescribeCachediSCSIVolumesInput$ = [3, n0, _DCSCSIVI,
1114
- 0,
1115
- [_VARNo],
1116
- [64 | 0], 1
1117
- ];
1118
- var DescribeCachediSCSIVolumesOutput$ = [3, n0, _DCSCSIVO,
1119
- 0,
1120
- [_CSCSIVa],
1121
- [() => CachediSCSIVolumes]
1122
- ];
1123
- var DescribeCacheInput$ = [3, n0, _DCI,
1124
- 0,
1125
- [_GARN],
1126
- [0], 1
1127
- ];
1128
- var DescribeCacheOutput$ = [3, n0, _DCO,
1129
- 0,
1130
- [_GARN, _DI, _CAIB, _CUP, _CDP, _CHP, _CMP],
1131
- [0, 64 | 0, 1, 1, 1, 1, 1]
1132
- ];
1133
- var DescribeCacheReportInput$ = [3, n0, _DCRIe,
1134
- 0,
1135
- [_CRARN],
1136
- [0], 1
1137
- ];
1138
- var DescribeCacheReportOutput$ = [3, n0, _DCROe,
1139
- 0,
1140
- [_CRI],
1141
- [() => CacheReportInfo$]
1142
- ];
1143
- var DescribeChapCredentialsInput$ = [3, n0, _DCCIe,
1144
- 0,
1145
- [_TARNa],
1146
- [0], 1
1147
- ];
1148
- var DescribeChapCredentialsOutput$ = [3, n0, _DCCOe,
1149
- 0,
1150
- [_CC],
1151
- [[() => ChapCredentials, 0]]
1152
- ];
1153
- var DescribeFileSystemAssociationsInput$ = [3, n0, _DFSAI,
1154
- 0,
1155
- [_FSAARNL],
1156
- [64 | 0], 1
1157
- ];
1158
- var DescribeFileSystemAssociationsOutput$ = [3, n0, _DFSAO,
1159
- 0,
1160
- [_FSAIL],
1161
- [() => FileSystemAssociationInfoList]
1162
- ];
1163
- var DescribeGatewayInformationInput$ = [3, n0, _DGII,
1164
- 0,
1165
- [_GARN],
1166
- [0], 1
1167
- ];
1168
- var DescribeGatewayInformationOutput$ = [3, n0, _DGIO,
1169
- 0,
1170
- [_GARN, _GI, _GN, _GT, _GS, _GNI, _GTa, _NUAD, _LSU, _EII, _EIR, _T, _VPCE, _CWLGARN, _HE, _ETnd, _SUED, _DD, _GC, _SGC, _HEI, _SV],
1171
- [0, 0, 0, 0, 0, [() => GatewayNetworkInterfaces, 0], 0, 0, 0, 0, 0, () => Tags, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 0]
1172
- ];
1173
- var DescribeMaintenanceStartTimeInput$ = [3, n0, _DMSTI,
1174
- 0,
1175
- [_GARN],
1176
- [0], 1
1177
- ];
1178
- var DescribeMaintenanceStartTimeOutput$ = [3, n0, _DMSTO,
1179
- 0,
1180
- [_GARN, _HOD, _MOH, _DOWa, _DOM, _Ti, _SUP],
1181
- [0, 1, 1, 1, 1, 0, () => SoftwareUpdatePreferences$]
1182
- ];
1183
- var DescribeNFSFileSharesInput$ = [3, n0, _DNFSFSI,
1184
- 0,
1185
- [_FSARNL],
1186
- [64 | 0], 1
1187
- ];
1188
- var DescribeNFSFileSharesOutput$ = [3, n0, _DNFSFSO,
1189
- 0,
1190
- [_NFSFSIL],
1191
- [() => NFSFileShareInfoList]
1192
- ];
1193
- var DescribeSMBFileSharesInput$ = [3, n0, _DSMBFSI,
1194
- 0,
1195
- [_FSARNL],
1196
- [64 | 0], 1
1197
- ];
1198
- var DescribeSMBFileSharesOutput$ = [3, n0, _DSMBFSO,
1199
- 0,
1200
- [_SMBFSIL],
1201
- [() => SMBFileShareInfoList]
1202
- ];
1203
- var DescribeSMBSettingsInput$ = [3, n0, _DSMBSI,
1204
- 0,
1205
- [_GARN],
1206
- [0], 1
1207
- ];
1208
- var DescribeSMBSettingsOutput$ = [3, n0, _DSMBSO,
1209
- 0,
1210
- [_GARN, _DN, _ADS, _SMBGPS, _SMBSS, _FSV, _SMBLG],
1211
- [0, 0, 0, 2, 0, 2, () => SMBLocalGroups$]
1212
- ];
1213
- var DescribeSnapshotScheduleInput$ = [3, n0, _DSSIe,
1214
- 0,
1215
- [_VARN],
1216
- [0], 1
1217
- ];
1218
- var DescribeSnapshotScheduleOutput$ = [3, n0, _DSSOe,
1219
- 0,
1220
- [_VARN, _SA, _RIH, _D, _Ti, _T],
1221
- [0, 1, 1, 0, 0, () => Tags]
1222
- ];
1223
- var DescribeStorediSCSIVolumesInput$ = [3, n0, _DSSCSIVI,
1224
- 0,
1225
- [_VARNo],
1226
- [64 | 0], 1
1227
- ];
1228
- var DescribeStorediSCSIVolumesOutput$ = [3, n0, _DSSCSIVO,
1229
- 0,
1230
- [_SSCSIV],
1231
- [() => StorediSCSIVolumes]
1232
- ];
1233
- var DescribeTapeArchivesInput$ = [3, n0, _DTAIe,
1234
- 0,
1235
- [_TARNap, _M, _L],
1236
- [64 | 0, 0, 1]
1237
- ];
1238
- var DescribeTapeArchivesOutput$ = [3, n0, _DTAOe,
1239
- 0,
1240
- [_TA, _M],
1241
- [() => TapeArchives, 0]
1242
- ];
1243
- var DescribeTapeRecoveryPointsInput$ = [3, n0, _DTRPI,
1244
- 0,
1245
- [_GARN, _M, _L],
1246
- [0, 0, 1], 1
1247
- ];
1248
- var DescribeTapeRecoveryPointsOutput$ = [3, n0, _DTRPO,
1249
- 0,
1250
- [_GARN, _TRPI, _M],
1251
- [0, () => TapeRecoveryPointInfos, 0]
1252
- ];
1253
- var DescribeTapesInput$ = [3, n0, _DTIe,
1254
- 0,
1255
- [_GARN, _TARNap, _M, _L],
1256
- [0, 64 | 0, 0, 1], 1
1257
- ];
1258
- var DescribeTapesOutput$ = [3, n0, _DTOe,
1259
- 0,
1260
- [_Ta, _M],
1261
- [() => Tapes, 0]
1262
- ];
1263
- var DescribeUploadBufferInput$ = [3, n0, _DUBI,
1264
- 0,
1265
- [_GARN],
1266
- [0], 1
1267
- ];
1268
- var DescribeUploadBufferOutput$ = [3, n0, _DUBO,
1269
- 0,
1270
- [_GARN, _DI, _UBUIB, _UBAIB],
1271
- [0, 64 | 0, 1, 1]
1272
- ];
1273
- var DescribeVTLDevicesInput$ = [3, n0, _DVTLDI,
1274
- 0,
1275
- [_GARN, _VTLDARN, _M, _L],
1276
- [0, 64 | 0, 0, 1], 1
1277
- ];
1278
- var DescribeVTLDevicesOutput$ = [3, n0, _DVTLDO,
1279
- 0,
1280
- [_GARN, _VTLD, _M],
1281
- [0, () => VTLDevices, 0]
1282
- ];
1283
- var DescribeWorkingStorageInput$ = [3, n0, _DWSI,
1284
- 0,
1285
- [_GARN],
1286
- [0], 1
1287
- ];
1288
- var DescribeWorkingStorageOutput$ = [3, n0, _DWSO,
1289
- 0,
1290
- [_GARN, _DI, _WSUIB, _WSAIB],
1291
- [0, 64 | 0, 1, 1]
1292
- ];
1293
- var DetachVolumeInput$ = [3, n0, _DVIe,
1294
- 0,
1295
- [_VARN, _FDo],
1296
- [0, 2], 1
1297
- ];
1298
- var DetachVolumeOutput$ = [3, n0, _DVOe,
1299
- 0,
1300
- [_VARN],
1301
- [0]
1302
- ];
1303
- var DeviceiSCSIAttributes$ = [3, n0, _DSCSIA,
1304
- 0,
1305
- [_TARNa, _NII, _NIP, _CE],
1306
- [0, 0, 1, 2]
1307
- ];
1308
- var DisableGatewayInput$ = [3, n0, _DGIi,
1309
- 0,
1310
- [_GARN],
1311
- [0], 1
1312
- ];
1313
- var DisableGatewayOutput$ = [3, n0, _DGOi,
1314
- 0,
1315
- [_GARN],
1316
- [0]
1317
- ];
1318
- var DisassociateFileSystemInput$ = [3, n0, _DFSIi,
1319
- 0,
1320
- [_FSAARN, _FD],
1321
- [0, 2], 1
1322
- ];
1323
- var DisassociateFileSystemOutput$ = [3, n0, _DFSOi,
1324
- 0,
1325
- [_FSAARN],
1326
- [0]
1327
- ];
1328
- var Disk$ = [3, n0, _Di,
1329
- 0,
1330
- [_DIi, _DP, _DNi, _DS, _DSIB, _DAT, _DAR, _DAL],
1331
- [0, 0, 0, 0, 1, 0, 0, 64 | 0]
1332
- ];
1333
- var EndpointNetworkConfiguration$ = [3, n0, _ENC,
1334
- 0,
1335
- [_IA],
1336
- [64 | 0]
1337
- ];
1338
- var EvictFilesFailingUploadInput$ = [3, n0, _EFFUI,
1339
- 0,
1340
- [_FSARN, _FR],
1341
- [0, 2], 1
1342
- ];
1343
- var EvictFilesFailingUploadOutput$ = [3, n0, _EFFUO,
1344
- 0,
1345
- [_NI],
1346
- [0]
1347
- ];
1348
- var FileShareInfo$ = [3, n0, _FSI,
1349
- 0,
1350
- [_FST, _FSARN, _FSIi, _FSS, _GARN],
1351
- [0, 0, 0, 0, 0]
1352
- ];
1353
- var FileSystemAssociationInfo$ = [3, n0, _FSAI,
1354
- 0,
1355
- [_FSAARN, _LARN, _FSAS, _ADARN, _GARN, _T, _CA, _ENC, _FSASD],
1356
- [0, 0, 0, 0, 0, () => Tags, () => CacheAttributes$, () => EndpointNetworkConfiguration$, () => FileSystemAssociationStatusDetails]
1357
- ];
1358
- var FileSystemAssociationStatusDetail$ = [3, n0, _FSASDi,
1359
- 0,
1360
- [_EC],
1361
- [0]
1362
- ];
1363
- var FileSystemAssociationSummary$ = [3, n0, _FSASi,
1364
- 0,
1365
- [_FSAIi, _FSAARN, _FSAS, _GARN],
1366
- [0, 0, 0, 0]
1367
- ];
1368
- var GatewayInfo$ = [3, n0, _GIa,
1369
- 0,
1370
- [_GI, _GARN, _GTa, _GOS, _GN, _EII, _EIR, _HE, _HEI, _DD, _SV],
1371
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1372
- ];
1373
- var InternalServerError$ = [-3, n0, _ISE,
1374
- { [_e]: _s, [_hE]: 500 },
1375
- [_m, _e],
1376
- [0, () => StorageGatewayError$]
1377
- ];
1378
- schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
1379
- var InvalidGatewayRequestException$ = [-3, n0, _IGRE,
1380
- { [_e]: _c, [_hE]: 400 },
1381
- [_m, _e],
1382
- [0, () => StorageGatewayError$]
1383
- ];
1384
- schema.TypeRegistry.for(n0).registerError(InvalidGatewayRequestException$, InvalidGatewayRequestException);
1385
- var JoinDomainInput$ = [3, n0, _JDI,
1386
- 0,
1387
- [_GARN, _DN, _UN, _P, _OU, _DC, _TIS],
1388
- [0, 0, 0, [() => DomainUserPassword, 0], 0, 64 | 0, 1], 4
1389
- ];
1390
- var JoinDomainOutput$ = [3, n0, _JDO,
1391
- 0,
1392
- [_GARN, _ADS],
1393
- [0, 0]
1394
- ];
1395
- var ListAutomaticTapeCreationPoliciesInput$ = [3, n0, _LATCPI,
1396
- 0,
1397
- [_GARN],
1398
- [0]
1399
- ];
1400
- var ListAutomaticTapeCreationPoliciesOutput$ = [3, n0, _LATCPO,
1401
- 0,
1402
- [_ATCPIu],
1403
- [() => AutomaticTapeCreationPolicyInfos]
1404
- ];
1405
- var ListCacheReportsInput$ = [3, n0, _LCRI,
1406
- 0,
1407
- [_M],
1408
- [0]
1409
- ];
1410
- var ListCacheReportsOutput$ = [3, n0, _LCRO,
1411
- 0,
1412
- [_CRL, _M],
1413
- [() => CacheReportList, 0]
1414
- ];
1415
- var ListFileSharesInput$ = [3, n0, _LFSI,
1416
- 0,
1417
- [_GARN, _L, _M],
1418
- [0, 1, 0]
1419
- ];
1420
- var ListFileSharesOutput$ = [3, n0, _LFSO,
1421
- 0,
1422
- [_M, _NM, _FSIL],
1423
- [0, 0, () => FileShareInfoList]
1424
- ];
1425
- var ListFileSystemAssociationsInput$ = [3, n0, _LFSAI,
1426
- 0,
1427
- [_GARN, _L, _M],
1428
- [0, 1, 0]
1429
- ];
1430
- var ListFileSystemAssociationsOutput$ = [3, n0, _LFSAO,
1431
- 0,
1432
- [_M, _NM, _FSASL],
1433
- [0, 0, () => FileSystemAssociationSummaryList]
1434
- ];
1435
- var ListGatewaysInput$ = [3, n0, _LGI,
1436
- 0,
1437
- [_M, _L],
1438
- [0, 1]
1439
- ];
1440
- var ListGatewaysOutput$ = [3, n0, _LGO,
1441
- 0,
1442
- [_G, _M],
1443
- [() => Gateways, 0]
1444
- ];
1445
- var ListLocalDisksInput$ = [3, n0, _LLDI,
1446
- 0,
1447
- [_GARN],
1448
- [0], 1
1449
- ];
1450
- var ListLocalDisksOutput$ = [3, n0, _LLDO,
1451
- 0,
1452
- [_GARN, _Dis],
1453
- [0, () => Disks]
1454
- ];
1455
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
1456
- 0,
1457
- [_RARN, _M, _L],
1458
- [0, 0, 1], 1
1459
- ];
1460
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
1461
- 0,
1462
- [_RARN, _M, _T],
1463
- [0, 0, () => Tags]
1464
- ];
1465
- var ListTapePoolsInput$ = [3, n0, _LTPI,
1466
- 0,
1467
- [_PARNo, _M, _L],
1468
- [64 | 0, 0, 1]
1469
- ];
1470
- var ListTapePoolsOutput$ = [3, n0, _LTPO,
1471
- 0,
1472
- [_PIo, _M],
1473
- [() => PoolInfos, 0]
1474
- ];
1475
- var ListTapesInput$ = [3, n0, _LTI,
1476
- 0,
1477
- [_TARNap, _M, _L],
1478
- [64 | 0, 0, 1]
1479
- ];
1480
- var ListTapesOutput$ = [3, n0, _LTO,
1481
- 0,
1482
- [_TI, _M],
1483
- [() => TapeInfos, 0]
1484
- ];
1485
- var ListVolumeInitiatorsInput$ = [3, n0, _LVII,
1486
- 0,
1487
- [_VARN],
1488
- [0], 1
1489
- ];
1490
- var ListVolumeInitiatorsOutput$ = [3, n0, _LVIO,
1491
- 0,
1492
- [_I],
1493
- [64 | 0]
1494
- ];
1495
- var ListVolumeRecoveryPointsInput$ = [3, n0, _LVRPI,
1496
- 0,
1497
- [_GARN],
1498
- [0], 1
1499
- ];
1500
- var ListVolumeRecoveryPointsOutput$ = [3, n0, _LVRPO,
1501
- 0,
1502
- [_GARN, _VRPI],
1503
- [0, () => VolumeRecoveryPointInfos]
1504
- ];
1505
- var ListVolumesInput$ = [3, n0, _LVI,
1506
- 0,
1507
- [_GARN, _M, _L],
1508
- [0, 0, 1]
1509
- ];
1510
- var ListVolumesOutput$ = [3, n0, _LVO,
1511
- 0,
1512
- [_GARN, _M, _VIo],
1513
- [0, 0, () => VolumeInfos]
1514
- ];
1515
- var NetworkInterface$ = [3, n0, _NIe,
1516
- 8,
1517
- [_IAp, _MA, _IApv],
1518
- [0, 0, 0]
1519
- ];
1520
- var NFSFileShareDefaults$ = [3, n0, _NFSFSD,
1521
- 0,
1522
- [_FM, _DM, _GIr, _OI],
1523
- [0, 0, 1, 1]
1524
- ];
1525
- var NFSFileShareInfo$ = [3, n0, _NFSFSI,
1526
- 0,
1527
- [_NFSFSD, _FSARN, _FSIi, _FSS, _GARN, _ETn, _KMSE, _KMSK, _Pa, _R, _LARN, _DSC, _OACL, _CL, _S, _RO, _GMIMETE, _RP, _T, _FSN, _CA, _NP, _VPCEDNSN, _BR, _ADARN],
1528
- [() => NFSFileShareDefaults$, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 64 | 0, 0, 2, 2, 2, () => Tags, 0, () => CacheAttributes$, 0, 0, 0, 0]
1529
- ];
1530
- var NotifyWhenUploadedInput$ = [3, n0, _NWUI,
1531
- 0,
1532
- [_FSARN],
1533
- [0], 1
1534
- ];
1535
- var NotifyWhenUploadedOutput$ = [3, n0, _NWUO,
1536
- 0,
1537
- [_FSARN, _NI],
1538
- [0, 0]
1539
- ];
1540
- var PoolInfo$ = [3, n0, _PIoo,
1541
- 0,
1542
- [_PARN, _PN, _SC, _RLT, _RLTID, _PS],
1543
- [0, 0, 0, 0, 1, 0]
1544
- ];
1545
- var RefreshCacheInput$ = [3, n0, _RCI,
1546
- 0,
1547
- [_FSARN, _FL, _Re],
1548
- [0, 64 | 0, 2], 1
1549
- ];
1550
- var RefreshCacheOutput$ = [3, n0, _RCO,
1551
- 0,
1552
- [_FSARN, _NI],
1553
- [0, 0]
1554
- ];
1555
- var RemoveTagsFromResourceInput$ = [3, n0, _RTFRI,
1556
- 0,
1557
- [_RARN, _TK],
1558
- [0, 64 | 0], 2
1559
- ];
1560
- var RemoveTagsFromResourceOutput$ = [3, n0, _RTFRO,
1561
- 0,
1562
- [_RARN],
1563
- [0]
1564
- ];
1565
- var ResetCacheInput$ = [3, n0, _RCIe,
1566
- 0,
1567
- [_GARN],
1568
- [0], 1
1569
- ];
1570
- var ResetCacheOutput$ = [3, n0, _RCOe,
1571
- 0,
1572
- [_GARN],
1573
- [0]
1574
- ];
1575
- var RetrieveTapeArchiveInput$ = [3, n0, _RTAI,
1576
- 0,
1577
- [_TARN, _GARN],
1578
- [0, 0], 2
1579
- ];
1580
- var RetrieveTapeArchiveOutput$ = [3, n0, _RTAO,
1581
- 0,
1582
- [_TARN],
1583
- [0]
1584
- ];
1585
- var RetrieveTapeRecoveryPointInput$ = [3, n0, _RTRPI,
1586
- 0,
1587
- [_TARN, _GARN],
1588
- [0, 0], 2
1589
- ];
1590
- var RetrieveTapeRecoveryPointOutput$ = [3, n0, _RTRPO,
1591
- 0,
1592
- [_TARN],
1593
- [0]
1594
- ];
1595
- var ServiceUnavailableError$ = [-3, n0, _SUE,
1596
- { [_e]: _s, [_hE]: 503 },
1597
- [_m, _e],
1598
- [0, () => StorageGatewayError$]
1599
- ];
1600
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableError$, ServiceUnavailableError);
1601
- var SetLocalConsolePasswordInput$ = [3, n0, _SLCPI,
1602
- 0,
1603
- [_GARN, _LCP],
1604
- [0, [() => LocalConsolePassword, 0]], 2
1605
- ];
1606
- var SetLocalConsolePasswordOutput$ = [3, n0, _SLCPO,
1607
- 0,
1608
- [_GARN],
1609
- [0]
1610
- ];
1611
- var SetSMBGuestPasswordInput$ = [3, n0, _SSMBGPI,
1612
- 0,
1613
- [_GARN, _P],
1614
- [0, [() => SMBGuestPassword, 0]], 2
1615
- ];
1616
- var SetSMBGuestPasswordOutput$ = [3, n0, _SSMBGPO,
1617
- 0,
1618
- [_GARN],
1619
- [0]
1620
- ];
1621
- var ShutdownGatewayInput$ = [3, n0, _SGI,
1622
- 0,
1623
- [_GARN],
1624
- [0], 1
1625
- ];
1626
- var ShutdownGatewayOutput$ = [3, n0, _SGO,
1627
- 0,
1628
- [_GARN],
1629
- [0]
1630
- ];
1631
- var SMBFileShareInfo$ = [3, n0, _SMBFSI,
1632
- 0,
1633
- [_FSARN, _FSIi, _FSS, _GARN, _ETn, _KMSE, _KMSK, _Pa, _R, _LARN, _DSC, _OACL, _RO, _GMIMETE, _RP, _SMBACLE, _ABE, _AUL, _VUL, _IUL, _ADARN, _A, _CSa, _T, _FSN, _CA, _NP, _VPCEDNSN, _BR, _OE],
1634
- [0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => Tags, 0, () => CacheAttributes$, 0, 0, 0, 2]
1635
- ];
1636
- var SMBLocalGroups$ = [3, n0, _SMBLG,
1637
- 0,
1638
- [_GA],
1639
- [64 | 0]
1640
- ];
1641
- var SoftwareUpdatePreferences$ = [3, n0, _SUP,
1642
- 0,
1643
- [_AUP],
1644
- [0]
1645
- ];
1646
- var StartAvailabilityMonitorTestInput$ = [3, n0, _SAMTI,
1647
- 0,
1648
- [_GARN],
1649
- [0], 1
1650
- ];
1651
- var StartAvailabilityMonitorTestOutput$ = [3, n0, _SAMTO,
1652
- 0,
1653
- [_GARN],
1654
- [0]
1655
- ];
1656
- var StartCacheReportInput$ = [3, n0, _SCRI,
1657
- 0,
1658
- [_FSARN, _R, _LARN, _BR, _CT, _VPCEDNSN, _IF, _EF, _T],
1659
- [0, 0, 0, 0, 0, 0, () => CacheReportFilterList, () => CacheReportFilterList, () => Tags], 5
1660
- ];
1661
- var StartCacheReportOutput$ = [3, n0, _SCRO,
1662
- 0,
1663
- [_CRARN],
1664
- [0]
1665
- ];
1666
- var StartGatewayInput$ = [3, n0, _SGIt,
1667
- 0,
1668
- [_GARN],
1669
- [0], 1
1670
- ];
1671
- var StartGatewayOutput$ = [3, n0, _SGOt,
1672
- 0,
1673
- [_GARN],
1674
- [0]
1675
- ];
1676
- var StorageGatewayError$ = [3, n0, _SGE,
1677
- 0,
1678
- [_eC, _eD],
1679
- [0, 128 | 0]
1680
- ];
1681
- var StorediSCSIVolume$ = [3, n0, _SSCSIVt,
1682
- 0,
1683
- [_VARN, _VI, _VT, _VS, _VAS, _VSIB, _VP, _VDI, _SSI, _PEDr, _VSCSIA, _CD, _VUIB, _KMSK, _TN],
1684
- [0, 0, 0, 0, 0, 1, 1, 0, 0, 2, () => VolumeiSCSIAttributes$, 4, 1, 0, 0]
1685
- ];
1686
- var Tag$ = [3, n0, _Tag,
1687
- 0,
1688
- [_K, _Va],
1689
- [0, 0], 2
1690
- ];
1691
- var Tape$ = [3, n0, _Tap,
1692
- 0,
1693
- [_TARN, _TB, _TCD, _TSIB, _TS, _VTLDe, _Pr, _TUIB, _KMSK, _PI, _W, _RSD, _PEDo],
1694
- [0, 0, 4, 1, 0, 0, 1, 1, 0, 0, 2, 4, 4]
1695
- ];
1696
- var TapeArchive$ = [3, n0, _TAa,
1697
- 0,
1698
- [_TARN, _TB, _TCD, _TSIB, _CTo, _RT, _TS, _TUIB, _KMSK, _PI, _W, _RSD, _PEDo],
1699
- [0, 0, 4, 1, 4, 0, 0, 1, 0, 0, 2, 4, 4]
1700
- ];
1701
- var TapeInfo$ = [3, n0, _TIa,
1702
- 0,
1703
- [_TARN, _TB, _TSIB, _TS, _GARN, _PI, _RSD, _PEDo],
1704
- [0, 0, 1, 0, 0, 0, 4, 4]
1705
- ];
1706
- var TapeRecoveryPointInfo$ = [3, n0, _TRPIa,
1707
- 0,
1708
- [_TARN, _TRPT, _TSIB, _TS],
1709
- [0, 4, 1, 0]
1710
- ];
1711
- var UpdateAutomaticTapeCreationPolicyInput$ = [3, n0, _UATCPI,
1712
- 0,
1713
- [_ATCR, _GARN],
1714
- [() => AutomaticTapeCreationRules, 0], 2
1715
- ];
1716
- var UpdateAutomaticTapeCreationPolicyOutput$ = [3, n0, _UATCPO,
1717
- 0,
1718
- [_GARN],
1719
- [0]
1720
- ];
1721
- var UpdateBandwidthRateLimitInput$ = [3, n0, _UBRLI,
1722
- 0,
1723
- [_GARN, _AURLIBPS, _ADRLIBPS],
1724
- [0, 1, 1], 1
1725
- ];
1726
- var UpdateBandwidthRateLimitOutput$ = [3, n0, _UBRLO,
1727
- 0,
1728
- [_GARN],
1729
- [0]
1730
- ];
1731
- var UpdateBandwidthRateLimitScheduleInput$ = [3, n0, _UBRLSI,
1732
- 0,
1733
- [_GARN, _BRLIa],
1734
- [0, () => BandwidthRateLimitIntervals], 2
1735
- ];
1736
- var UpdateBandwidthRateLimitScheduleOutput$ = [3, n0, _UBRLSO,
1737
- 0,
1738
- [_GARN],
1739
- [0]
1740
- ];
1741
- var UpdateChapCredentialsInput$ = [3, n0, _UCCI,
1742
- 0,
1743
- [_TARNa, _STAI, _IN, _STAT],
1744
- [0, [() => ChapSecret, 0], 0, [() => ChapSecret, 0]], 3
1745
- ];
1746
- var UpdateChapCredentialsOutput$ = [3, n0, _UCCO,
1747
- 0,
1748
- [_TARNa, _IN],
1749
- [0, 0]
1750
- ];
1751
- var UpdateFileSystemAssociationInput$ = [3, n0, _UFSAI,
1752
- 0,
1753
- [_FSAARN, _UN, _P, _ADARN, _CA],
1754
- [0, 0, [() => DomainUserPassword, 0], 0, () => CacheAttributes$], 1
1755
- ];
1756
- var UpdateFileSystemAssociationOutput$ = [3, n0, _UFSAO,
1757
- 0,
1758
- [_FSAARN],
1759
- [0]
1760
- ];
1761
- var UpdateGatewayInformationInput$ = [3, n0, _UGII,
1762
- 0,
1763
- [_GARN, _GN, _GT, _CWLGARN, _GC],
1764
- [0, 0, 0, 0, 0], 1
1765
- ];
1766
- var UpdateGatewayInformationOutput$ = [3, n0, _UGIO,
1767
- 0,
1768
- [_GARN, _GN],
1769
- [0, 0]
1770
- ];
1771
- var UpdateGatewaySoftwareNowInput$ = [3, n0, _UGSNI,
1772
- 0,
1773
- [_GARN],
1774
- [0], 1
1775
- ];
1776
- var UpdateGatewaySoftwareNowOutput$ = [3, n0, _UGSNO,
1777
- 0,
1778
- [_GARN],
1779
- [0]
1780
- ];
1781
- var UpdateMaintenanceStartTimeInput$ = [3, n0, _UMSTI,
1782
- 0,
1783
- [_GARN, _HOD, _MOH, _DOWa, _DOM, _SUP],
1784
- [0, 1, 1, 1, 1, () => SoftwareUpdatePreferences$], 1
1785
- ];
1786
- var UpdateMaintenanceStartTimeOutput$ = [3, n0, _UMSTO,
1787
- 0,
1788
- [_GARN],
1789
- [0]
1790
- ];
1791
- var UpdateNFSFileShareInput$ = [3, n0, _UNFSFSI,
1792
- 0,
1793
- [_FSARN, _ETn, _KMSE, _KMSK, _NFSFSD, _DSC, _OACL, _CL, _S, _RO, _GMIMETE, _RP, _FSN, _CA, _NP, _ADARN],
1794
- [0, 0, 2, 0, () => NFSFileShareDefaults$, 0, 0, 64 | 0, 0, 2, 2, 2, 0, () => CacheAttributes$, 0, 0], 1
1795
- ];
1796
- var UpdateNFSFileShareOutput$ = [3, n0, _UNFSFSO,
1797
- 0,
1798
- [_FSARN],
1799
- [0]
1800
- ];
1801
- var UpdateSMBFileShareInput$ = [3, n0, _USMBFSI,
1802
- 0,
1803
- [_FSARN, _ETn, _KMSE, _KMSK, _DSC, _OACL, _RO, _GMIMETE, _RP, _SMBACLE, _ABE, _AUL, _VUL, _IUL, _ADARN, _CSa, _FSN, _CA, _NP, _OE],
1804
- [0, 0, 2, 0, 0, 0, 2, 2, 2, 2, 2, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, () => CacheAttributes$, 0, 2], 1
1805
- ];
1806
- var UpdateSMBFileShareOutput$ = [3, n0, _USMBFSO,
1807
- 0,
1808
- [_FSARN],
1809
- [0]
1810
- ];
1811
- var UpdateSMBFileShareVisibilityInput$ = [3, n0, _USMBFSVI,
1812
- 0,
1813
- [_GARN, _FSV],
1814
- [0, 2], 2
1815
- ];
1816
- var UpdateSMBFileShareVisibilityOutput$ = [3, n0, _USMBFSVO,
1817
- 0,
1818
- [_GARN],
1819
- [0]
1820
- ];
1821
- var UpdateSMBLocalGroupsInput$ = [3, n0, _USMBLGI,
1822
- 0,
1823
- [_GARN, _SMBLG],
1824
- [0, () => SMBLocalGroups$], 2
1825
- ];
1826
- var UpdateSMBLocalGroupsOutput$ = [3, n0, _USMBLGO,
1827
- 0,
1828
- [_GARN],
1829
- [0]
1830
- ];
1831
- var UpdateSMBSecurityStrategyInput$ = [3, n0, _USMBSSI,
1832
- 0,
1833
- [_GARN, _SMBSS],
1834
- [0, 0], 2
1835
- ];
1836
- var UpdateSMBSecurityStrategyOutput$ = [3, n0, _USMBSSO,
1837
- 0,
1838
- [_GARN],
1839
- [0]
1840
- ];
1841
- var UpdateSnapshotScheduleInput$ = [3, n0, _USSI,
1842
- 0,
1843
- [_VARN, _SA, _RIH, _D, _T],
1844
- [0, 1, 1, 0, () => Tags], 3
1845
- ];
1846
- var UpdateSnapshotScheduleOutput$ = [3, n0, _USSO,
1847
- 0,
1848
- [_VARN],
1849
- [0]
1850
- ];
1851
- var UpdateVTLDeviceTypeInput$ = [3, n0, _UVTLDTI,
1852
- 0,
1853
- [_VTLDARNe, _DT],
1854
- [0, 0], 2
1855
- ];
1856
- var UpdateVTLDeviceTypeOutput$ = [3, n0, _UVTLDTO,
1857
- 0,
1858
- [_VTLDARNe],
1859
- [0]
1860
- ];
1861
- var VolumeInfo$ = [3, n0, _VIol,
1862
- 0,
1863
- [_VARN, _VI, _GARN, _GI, _VT, _VSIB, _VAS],
1864
- [0, 0, 0, 0, 0, 1, 0]
1865
- ];
1866
- var VolumeiSCSIAttributes$ = [3, n0, _VSCSIA,
1867
- 0,
1868
- [_TARNa, _NII, _NIP, _LN, _CE],
1869
- [0, 0, 1, 1, 2]
1870
- ];
1871
- var VolumeRecoveryPointInfo$ = [3, n0, _VRPIo,
1872
- 0,
1873
- [_VARN, _VSIB, _VUIBo, _VRPT],
1874
- [0, 1, 1, 0]
1875
- ];
1876
- var VTLDevice$ = [3, n0, _VTLDe,
1877
- 0,
1878
- [_VTLDARNe, _VTLDT, _VTLDV, _VTLDPI, _DSCSIA],
1879
- [0, 0, 0, 0, () => DeviceiSCSIAttributes$]
1880
- ];
1881
- var StorageGatewayServiceException$ = [-3, _sm, "StorageGatewayServiceException", 0, [], []];
1882
- schema.TypeRegistry.for(_sm).registerError(StorageGatewayServiceException$, StorageGatewayServiceException);
1883
- var AutomaticTapeCreationPolicyInfos = [1, n0, _ATCPIu,
1884
- 0, () => AutomaticTapeCreationPolicyInfo$
1885
- ];
1886
- var AutomaticTapeCreationRules = [1, n0, _ATCR,
1887
- 0, () => AutomaticTapeCreationRule$
1888
- ];
1889
- var BandwidthRateLimitIntervals = [1, n0, _BRLIa,
1890
- 0, () => BandwidthRateLimitInterval$
1891
- ];
1892
- var CachediSCSIVolumes = [1, n0, _CSCSIVa,
1893
- 0, () => CachediSCSIVolume$
1894
- ];
1895
- var CacheReportFilterList = [1, n0, _CRFL,
1896
- 0, () => CacheReportFilter$
1897
- ];
1898
- var CacheReportList = [1, n0, _CRL,
1899
- 0, () => CacheReportInfo$
1900
- ];
1901
- var ChapCredentials = [1, n0, _CC,
1902
- 0, [() => ChapInfo$,
1903
- 0]
1904
- ];
1905
- var Disks = [1, n0, _Dis,
1906
- 0, () => Disk$
1907
- ];
1908
- var FileShareInfoList = [1, n0, _FSIL,
1909
- 0, () => FileShareInfo$
1910
- ];
1911
- var FileSystemAssociationInfoList = [1, n0, _FSAIL,
1912
- 0, () => FileSystemAssociationInfo$
1913
- ];
1914
- var FileSystemAssociationStatusDetails = [1, n0, _FSASD,
1915
- 0, () => FileSystemAssociationStatusDetail$
1916
- ];
1917
- var FileSystemAssociationSummaryList = [1, n0, _FSASL,
1918
- 0, () => FileSystemAssociationSummary$
1919
- ];
1920
- var GatewayNetworkInterfaces = [1, n0, _GNI,
1921
- 0, [() => NetworkInterface$,
1922
- 0]
1923
- ];
1924
- var Gateways = [1, n0, _G,
1925
- 0, () => GatewayInfo$
1926
- ];
1927
- var NFSFileShareInfoList = [1, n0, _NFSFSIL,
1928
- 0, () => NFSFileShareInfo$
1929
- ];
1930
- var PoolInfos = [1, n0, _PIo,
1931
- 0, () => PoolInfo$
1932
- ];
1933
- var SMBFileShareInfoList = [1, n0, _SMBFSIL,
1934
- 0, () => SMBFileShareInfo$
1935
- ];
1936
- var StorediSCSIVolumes = [1, n0, _SSCSIV,
1937
- 0, () => StorediSCSIVolume$
1938
- ];
1939
- var Tags = [1, n0, _T,
1940
- 0, () => Tag$
1941
- ];
1942
- var TapeArchives = [1, n0, _TA,
1943
- 0, () => TapeArchive$
1944
- ];
1945
- var TapeInfos = [1, n0, _TI,
1946
- 0, () => TapeInfo$
1947
- ];
1948
- var TapeRecoveryPointInfos = [1, n0, _TRPI,
1949
- 0, () => TapeRecoveryPointInfo$
1950
- ];
1951
- var Tapes = [1, n0, _Ta,
1952
- 0, () => Tape$
1953
- ];
1954
- var VolumeInfos = [1, n0, _VIo,
1955
- 0, () => VolumeInfo$
1956
- ];
1957
- var VolumeRecoveryPointInfos = [1, n0, _VRPI,
1958
- 0, () => VolumeRecoveryPointInfo$
1959
- ];
1960
- var VTLDevices = [1, n0, _VTLD,
1961
- 0, () => VTLDevice$
1962
- ];
1963
- var ActivateGateway$ = [9, n0, _AG,
1964
- 0, () => ActivateGatewayInput$, () => ActivateGatewayOutput$
1965
- ];
1966
- var AddCache$ = [9, n0, _AC,
1967
- 0, () => AddCacheInput$, () => AddCacheOutput$
1968
- ];
1969
- var AddTagsToResource$ = [9, n0, _ATTR,
1970
- 0, () => AddTagsToResourceInput$, () => AddTagsToResourceOutput$
1971
- ];
1972
- var AddUploadBuffer$ = [9, n0, _AUB,
1973
- 0, () => AddUploadBufferInput$, () => AddUploadBufferOutput$
1974
- ];
1975
- var AddWorkingStorage$ = [9, n0, _AWS,
1976
- 0, () => AddWorkingStorageInput$, () => AddWorkingStorageOutput$
1977
- ];
1978
- var AssignTapePool$ = [9, n0, _ATP,
1979
- 0, () => AssignTapePoolInput$, () => AssignTapePoolOutput$
1980
- ];
1981
- var AssociateFileSystem$ = [9, n0, _AFS,
1982
- 0, () => AssociateFileSystemInput$, () => AssociateFileSystemOutput$
1983
- ];
1984
- var AttachVolume$ = [9, n0, _AV,
1985
- 0, () => AttachVolumeInput$, () => AttachVolumeOutput$
1986
- ];
1987
- var CancelArchival$ = [9, n0, _CAa,
1988
- 0, () => CancelArchivalInput$, () => CancelArchivalOutput$
1989
- ];
1990
- var CancelCacheReport$ = [9, n0, _CCR,
1991
- 0, () => CancelCacheReportInput$, () => CancelCacheReportOutput$
1992
- ];
1993
- var CancelRetrieval$ = [9, n0, _CR,
1994
- 0, () => CancelRetrievalInput$, () => CancelRetrievalOutput$
1995
- ];
1996
- var CreateCachediSCSIVolume$ = [9, n0, _CCSCSIV,
1997
- 0, () => CreateCachediSCSIVolumeInput$, () => CreateCachediSCSIVolumeOutput$
1998
- ];
1999
- var CreateNFSFileShare$ = [9, n0, _CNFSFS,
2000
- 0, () => CreateNFSFileShareInput$, () => CreateNFSFileShareOutput$
2001
- ];
2002
- var CreateSMBFileShare$ = [9, n0, _CSMBFS,
2003
- 0, () => CreateSMBFileShareInput$, () => CreateSMBFileShareOutput$
2004
- ];
2005
- var CreateSnapshot$ = [9, n0, _CSr,
2006
- 0, () => CreateSnapshotInput$, () => CreateSnapshotOutput$
2007
- ];
2008
- var CreateSnapshotFromVolumeRecoveryPoint$ = [9, n0, _CSFVRP,
2009
- 0, () => CreateSnapshotFromVolumeRecoveryPointInput$, () => CreateSnapshotFromVolumeRecoveryPointOutput$
2010
- ];
2011
- var CreateStorediSCSIVolume$ = [9, n0, _CSSCSIV,
2012
- 0, () => CreateStorediSCSIVolumeInput$, () => CreateStorediSCSIVolumeOutput$
2013
- ];
2014
- var CreateTapePool$ = [9, n0, _CTP,
2015
- 0, () => CreateTapePoolInput$, () => CreateTapePoolOutput$
2016
- ];
2017
- var CreateTapes$ = [9, n0, _CTr,
2018
- 0, () => CreateTapesInput$, () => CreateTapesOutput$
2019
- ];
2020
- var CreateTapeWithBarcode$ = [9, n0, _CTWB,
2021
- 0, () => CreateTapeWithBarcodeInput$, () => CreateTapeWithBarcodeOutput$
2022
- ];
2023
- var DeleteAutomaticTapeCreationPolicy$ = [9, n0, _DATCP,
2024
- 0, () => DeleteAutomaticTapeCreationPolicyInput$, () => DeleteAutomaticTapeCreationPolicyOutput$
2025
- ];
2026
- var DeleteBandwidthRateLimit$ = [9, n0, _DBRL,
2027
- 0, () => DeleteBandwidthRateLimitInput$, () => DeleteBandwidthRateLimitOutput$
2028
- ];
2029
- var DeleteCacheReport$ = [9, n0, _DCR,
2030
- 0, () => DeleteCacheReportInput$, () => DeleteCacheReportOutput$
2031
- ];
2032
- var DeleteChapCredentials$ = [9, n0, _DCC,
2033
- 0, () => DeleteChapCredentialsInput$, () => DeleteChapCredentialsOutput$
2034
- ];
2035
- var DeleteFileShare$ = [9, n0, _DFS,
2036
- 0, () => DeleteFileShareInput$, () => DeleteFileShareOutput$
2037
- ];
2038
- var DeleteGateway$ = [9, n0, _DG,
2039
- 0, () => DeleteGatewayInput$, () => DeleteGatewayOutput$
2040
- ];
2041
- var DeleteSnapshotSchedule$ = [9, n0, _DSS,
2042
- 0, () => DeleteSnapshotScheduleInput$, () => DeleteSnapshotScheduleOutput$
2043
- ];
2044
- var DeleteTape$ = [9, n0, _DTe,
2045
- 0, () => DeleteTapeInput$, () => DeleteTapeOutput$
2046
- ];
2047
- var DeleteTapeArchive$ = [9, n0, _DTA,
2048
- 0, () => DeleteTapeArchiveInput$, () => DeleteTapeArchiveOutput$
2049
- ];
2050
- var DeleteTapePool$ = [9, n0, _DTP,
2051
- 0, () => DeleteTapePoolInput$, () => DeleteTapePoolOutput$
2052
- ];
2053
- var DeleteVolume$ = [9, n0, _DV,
2054
- 0, () => DeleteVolumeInput$, () => DeleteVolumeOutput$
2055
- ];
2056
- var DescribeAvailabilityMonitorTest$ = [9, n0, _DAMT,
2057
- 0, () => DescribeAvailabilityMonitorTestInput$, () => DescribeAvailabilityMonitorTestOutput$
2058
- ];
2059
- var DescribeBandwidthRateLimit$ = [9, n0, _DBRLe,
2060
- 0, () => DescribeBandwidthRateLimitInput$, () => DescribeBandwidthRateLimitOutput$
2061
- ];
2062
- var DescribeBandwidthRateLimitSchedule$ = [9, n0, _DBRLS,
2063
- 0, () => DescribeBandwidthRateLimitScheduleInput$, () => DescribeBandwidthRateLimitScheduleOutput$
2064
- ];
2065
- var DescribeCache$ = [9, n0, _DCe,
2066
- 0, () => DescribeCacheInput$, () => DescribeCacheOutput$
2067
- ];
2068
- var DescribeCachediSCSIVolumes$ = [9, n0, _DCSCSIV,
2069
- 0, () => DescribeCachediSCSIVolumesInput$, () => DescribeCachediSCSIVolumesOutput$
2070
- ];
2071
- var DescribeCacheReport$ = [9, n0, _DCRe,
2072
- 0, () => DescribeCacheReportInput$, () => DescribeCacheReportOutput$
2073
- ];
2074
- var DescribeChapCredentials$ = [9, n0, _DCCe,
2075
- 0, () => DescribeChapCredentialsInput$, () => DescribeChapCredentialsOutput$
2076
- ];
2077
- var DescribeFileSystemAssociations$ = [9, n0, _DFSA,
2078
- 0, () => DescribeFileSystemAssociationsInput$, () => DescribeFileSystemAssociationsOutput$
2079
- ];
2080
- var DescribeGatewayInformation$ = [9, n0, _DGIe,
2081
- 0, () => DescribeGatewayInformationInput$, () => DescribeGatewayInformationOutput$
2082
- ];
2083
- var DescribeMaintenanceStartTime$ = [9, n0, _DMST,
2084
- 0, () => DescribeMaintenanceStartTimeInput$, () => DescribeMaintenanceStartTimeOutput$
2085
- ];
2086
- var DescribeNFSFileShares$ = [9, n0, _DNFSFS,
2087
- 0, () => DescribeNFSFileSharesInput$, () => DescribeNFSFileSharesOutput$
2088
- ];
2089
- var DescribeSMBFileShares$ = [9, n0, _DSMBFS,
2090
- 0, () => DescribeSMBFileSharesInput$, () => DescribeSMBFileSharesOutput$
2091
- ];
2092
- var DescribeSMBSettings$ = [9, n0, _DSMBS,
2093
- 0, () => DescribeSMBSettingsInput$, () => DescribeSMBSettingsOutput$
2094
- ];
2095
- var DescribeSnapshotSchedule$ = [9, n0, _DSSe,
2096
- 0, () => DescribeSnapshotScheduleInput$, () => DescribeSnapshotScheduleOutput$
2097
- ];
2098
- var DescribeStorediSCSIVolumes$ = [9, n0, _DSSCSIV,
2099
- 0, () => DescribeStorediSCSIVolumesInput$, () => DescribeStorediSCSIVolumesOutput$
2100
- ];
2101
- var DescribeTapeArchives$ = [9, n0, _DTAe,
2102
- 0, () => DescribeTapeArchivesInput$, () => DescribeTapeArchivesOutput$
2103
- ];
2104
- var DescribeTapeRecoveryPoints$ = [9, n0, _DTRP,
2105
- 0, () => DescribeTapeRecoveryPointsInput$, () => DescribeTapeRecoveryPointsOutput$
2106
- ];
2107
- var DescribeTapes$ = [9, n0, _DTes,
2108
- 0, () => DescribeTapesInput$, () => DescribeTapesOutput$
2109
- ];
2110
- var DescribeUploadBuffer$ = [9, n0, _DUB,
2111
- 0, () => DescribeUploadBufferInput$, () => DescribeUploadBufferOutput$
2112
- ];
2113
- var DescribeVTLDevices$ = [9, n0, _DVTLD,
2114
- 0, () => DescribeVTLDevicesInput$, () => DescribeVTLDevicesOutput$
2115
- ];
2116
- var DescribeWorkingStorage$ = [9, n0, _DWS,
2117
- 0, () => DescribeWorkingStorageInput$, () => DescribeWorkingStorageOutput$
2118
- ];
2119
- var DetachVolume$ = [9, n0, _DVe,
2120
- 0, () => DetachVolumeInput$, () => DetachVolumeOutput$
2121
- ];
2122
- var DisableGateway$ = [9, n0, _DGi,
2123
- 0, () => DisableGatewayInput$, () => DisableGatewayOutput$
2124
- ];
2125
- var DisassociateFileSystem$ = [9, n0, _DFSi,
2126
- 0, () => DisassociateFileSystemInput$, () => DisassociateFileSystemOutput$
2127
- ];
2128
- var EvictFilesFailingUpload$ = [9, n0, _EFFU,
2129
- 0, () => EvictFilesFailingUploadInput$, () => EvictFilesFailingUploadOutput$
2130
- ];
2131
- var JoinDomain$ = [9, n0, _JD,
2132
- 0, () => JoinDomainInput$, () => JoinDomainOutput$
2133
- ];
2134
- var ListAutomaticTapeCreationPolicies$ = [9, n0, _LATCP,
2135
- 0, () => ListAutomaticTapeCreationPoliciesInput$, () => ListAutomaticTapeCreationPoliciesOutput$
2136
- ];
2137
- var ListCacheReports$ = [9, n0, _LCR,
2138
- 0, () => ListCacheReportsInput$, () => ListCacheReportsOutput$
2139
- ];
2140
- var ListFileShares$ = [9, n0, _LFS,
2141
- 0, () => ListFileSharesInput$, () => ListFileSharesOutput$
2142
- ];
2143
- var ListFileSystemAssociations$ = [9, n0, _LFSA,
2144
- 0, () => ListFileSystemAssociationsInput$, () => ListFileSystemAssociationsOutput$
2145
- ];
2146
- var ListGateways$ = [9, n0, _LG,
2147
- 0, () => ListGatewaysInput$, () => ListGatewaysOutput$
2148
- ];
2149
- var ListLocalDisks$ = [9, n0, _LLD,
2150
- 0, () => ListLocalDisksInput$, () => ListLocalDisksOutput$
2151
- ];
2152
- var ListTagsForResource$ = [9, n0, _LTFR,
2153
- 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
2154
- ];
2155
- var ListTapePools$ = [9, n0, _LTP,
2156
- 0, () => ListTapePoolsInput$, () => ListTapePoolsOutput$
2157
- ];
2158
- var ListTapes$ = [9, n0, _LT,
2159
- 0, () => ListTapesInput$, () => ListTapesOutput$
2160
- ];
2161
- var ListVolumeInitiators$ = [9, n0, _LVIi,
2162
- 0, () => ListVolumeInitiatorsInput$, () => ListVolumeInitiatorsOutput$
2163
- ];
2164
- var ListVolumeRecoveryPoints$ = [9, n0, _LVRP,
2165
- 0, () => ListVolumeRecoveryPointsInput$, () => ListVolumeRecoveryPointsOutput$
2166
- ];
2167
- var ListVolumes$ = [9, n0, _LV,
2168
- 0, () => ListVolumesInput$, () => ListVolumesOutput$
2169
- ];
2170
- var NotifyWhenUploaded$ = [9, n0, _NWU,
2171
- 0, () => NotifyWhenUploadedInput$, () => NotifyWhenUploadedOutput$
2172
- ];
2173
- var RefreshCache$ = [9, n0, _RC,
2174
- 0, () => RefreshCacheInput$, () => RefreshCacheOutput$
2175
- ];
2176
- var RemoveTagsFromResource$ = [9, n0, _RTFR,
2177
- 0, () => RemoveTagsFromResourceInput$, () => RemoveTagsFromResourceOutput$
2178
- ];
2179
- var ResetCache$ = [9, n0, _RCe,
2180
- 0, () => ResetCacheInput$, () => ResetCacheOutput$
2181
- ];
2182
- var RetrieveTapeArchive$ = [9, n0, _RTA,
2183
- 0, () => RetrieveTapeArchiveInput$, () => RetrieveTapeArchiveOutput$
2184
- ];
2185
- var RetrieveTapeRecoveryPoint$ = [9, n0, _RTRP,
2186
- 0, () => RetrieveTapeRecoveryPointInput$, () => RetrieveTapeRecoveryPointOutput$
2187
- ];
2188
- var SetLocalConsolePassword$ = [9, n0, _SLCP,
2189
- 0, () => SetLocalConsolePasswordInput$, () => SetLocalConsolePasswordOutput$
2190
- ];
2191
- var SetSMBGuestPassword$ = [9, n0, _SSMBGP,
2192
- 0, () => SetSMBGuestPasswordInput$, () => SetSMBGuestPasswordOutput$
2193
- ];
2194
- var ShutdownGateway$ = [9, n0, _SG,
2195
- 0, () => ShutdownGatewayInput$, () => ShutdownGatewayOutput$
2196
- ];
2197
- var StartAvailabilityMonitorTest$ = [9, n0, _SAMT,
2198
- 0, () => StartAvailabilityMonitorTestInput$, () => StartAvailabilityMonitorTestOutput$
2199
- ];
2200
- var StartCacheReport$ = [9, n0, _SCR,
2201
- 0, () => StartCacheReportInput$, () => StartCacheReportOutput$
2202
- ];
2203
- var StartGateway$ = [9, n0, _SGt,
2204
- 0, () => StartGatewayInput$, () => StartGatewayOutput$
2205
- ];
2206
- var UpdateAutomaticTapeCreationPolicy$ = [9, n0, _UATCP,
2207
- 0, () => UpdateAutomaticTapeCreationPolicyInput$, () => UpdateAutomaticTapeCreationPolicyOutput$
2208
- ];
2209
- var UpdateBandwidthRateLimit$ = [9, n0, _UBRL,
2210
- 0, () => UpdateBandwidthRateLimitInput$, () => UpdateBandwidthRateLimitOutput$
2211
- ];
2212
- var UpdateBandwidthRateLimitSchedule$ = [9, n0, _UBRLS,
2213
- 0, () => UpdateBandwidthRateLimitScheduleInput$, () => UpdateBandwidthRateLimitScheduleOutput$
2214
- ];
2215
- var UpdateChapCredentials$ = [9, n0, _UCC,
2216
- 0, () => UpdateChapCredentialsInput$, () => UpdateChapCredentialsOutput$
2217
- ];
2218
- var UpdateFileSystemAssociation$ = [9, n0, _UFSA,
2219
- 0, () => UpdateFileSystemAssociationInput$, () => UpdateFileSystemAssociationOutput$
2220
- ];
2221
- var UpdateGatewayInformation$ = [9, n0, _UGI,
2222
- 0, () => UpdateGatewayInformationInput$, () => UpdateGatewayInformationOutput$
2223
- ];
2224
- var UpdateGatewaySoftwareNow$ = [9, n0, _UGSN,
2225
- 0, () => UpdateGatewaySoftwareNowInput$, () => UpdateGatewaySoftwareNowOutput$
2226
- ];
2227
- var UpdateMaintenanceStartTime$ = [9, n0, _UMST,
2228
- 0, () => UpdateMaintenanceStartTimeInput$, () => UpdateMaintenanceStartTimeOutput$
2229
- ];
2230
- var UpdateNFSFileShare$ = [9, n0, _UNFSFS,
2231
- 0, () => UpdateNFSFileShareInput$, () => UpdateNFSFileShareOutput$
2232
- ];
2233
- var UpdateSMBFileShare$ = [9, n0, _USMBFS,
2234
- 0, () => UpdateSMBFileShareInput$, () => UpdateSMBFileShareOutput$
2235
- ];
2236
- var UpdateSMBFileShareVisibility$ = [9, n0, _USMBFSV,
2237
- 0, () => UpdateSMBFileShareVisibilityInput$, () => UpdateSMBFileShareVisibilityOutput$
2238
- ];
2239
- var UpdateSMBLocalGroups$ = [9, n0, _USMBLG,
2240
- 0, () => UpdateSMBLocalGroupsInput$, () => UpdateSMBLocalGroupsOutput$
2241
- ];
2242
- var UpdateSMBSecurityStrategy$ = [9, n0, _USMBSS,
2243
- 0, () => UpdateSMBSecurityStrategyInput$, () => UpdateSMBSecurityStrategyOutput$
2244
- ];
2245
- var UpdateSnapshotSchedule$ = [9, n0, _USS,
2246
- 0, () => UpdateSnapshotScheduleInput$, () => UpdateSnapshotScheduleOutput$
2247
- ];
2248
- var UpdateVTLDeviceType$ = [9, n0, _UVTLDT,
2249
- 0, () => UpdateVTLDeviceTypeInput$, () => UpdateVTLDeviceTypeOutput$
2250
- ];
2251
-
2252
116
  class ActivateGatewayCommand extends smithyClient.Command
2253
117
  .classBuilder()
2254
118
  .ep(commonParams)
@@ -2257,7 +121,7 @@ class ActivateGatewayCommand extends smithyClient.Command
2257
121
  })
2258
122
  .s("StorageGateway_20130630", "ActivateGateway", {})
2259
123
  .n("StorageGatewayClient", "ActivateGatewayCommand")
2260
- .sc(ActivateGateway$)
124
+ .sc(schemas_0.ActivateGateway$)
2261
125
  .build() {
2262
126
  }
2263
127
 
@@ -2269,7 +133,7 @@ class AddCacheCommand extends smithyClient.Command
2269
133
  })
2270
134
  .s("StorageGateway_20130630", "AddCache", {})
2271
135
  .n("StorageGatewayClient", "AddCacheCommand")
2272
- .sc(AddCache$)
136
+ .sc(schemas_0.AddCache$)
2273
137
  .build() {
2274
138
  }
2275
139
 
@@ -2281,7 +145,7 @@ class AddTagsToResourceCommand extends smithyClient.Command
2281
145
  })
2282
146
  .s("StorageGateway_20130630", "AddTagsToResource", {})
2283
147
  .n("StorageGatewayClient", "AddTagsToResourceCommand")
2284
- .sc(AddTagsToResource$)
148
+ .sc(schemas_0.AddTagsToResource$)
2285
149
  .build() {
2286
150
  }
2287
151
 
@@ -2293,7 +157,7 @@ class AddUploadBufferCommand extends smithyClient.Command
2293
157
  })
2294
158
  .s("StorageGateway_20130630", "AddUploadBuffer", {})
2295
159
  .n("StorageGatewayClient", "AddUploadBufferCommand")
2296
- .sc(AddUploadBuffer$)
160
+ .sc(schemas_0.AddUploadBuffer$)
2297
161
  .build() {
2298
162
  }
2299
163
 
@@ -2305,7 +169,7 @@ class AddWorkingStorageCommand extends smithyClient.Command
2305
169
  })
2306
170
  .s("StorageGateway_20130630", "AddWorkingStorage", {})
2307
171
  .n("StorageGatewayClient", "AddWorkingStorageCommand")
2308
- .sc(AddWorkingStorage$)
172
+ .sc(schemas_0.AddWorkingStorage$)
2309
173
  .build() {
2310
174
  }
2311
175
 
@@ -2317,7 +181,7 @@ class AssignTapePoolCommand extends smithyClient.Command
2317
181
  })
2318
182
  .s("StorageGateway_20130630", "AssignTapePool", {})
2319
183
  .n("StorageGatewayClient", "AssignTapePoolCommand")
2320
- .sc(AssignTapePool$)
184
+ .sc(schemas_0.AssignTapePool$)
2321
185
  .build() {
2322
186
  }
2323
187
 
@@ -2329,7 +193,7 @@ class AssociateFileSystemCommand extends smithyClient.Command
2329
193
  })
2330
194
  .s("StorageGateway_20130630", "AssociateFileSystem", {})
2331
195
  .n("StorageGatewayClient", "AssociateFileSystemCommand")
2332
- .sc(AssociateFileSystem$)
196
+ .sc(schemas_0.AssociateFileSystem$)
2333
197
  .build() {
2334
198
  }
2335
199
 
@@ -2341,7 +205,7 @@ class AttachVolumeCommand extends smithyClient.Command
2341
205
  })
2342
206
  .s("StorageGateway_20130630", "AttachVolume", {})
2343
207
  .n("StorageGatewayClient", "AttachVolumeCommand")
2344
- .sc(AttachVolume$)
208
+ .sc(schemas_0.AttachVolume$)
2345
209
  .build() {
2346
210
  }
2347
211
 
@@ -2353,7 +217,7 @@ class CancelArchivalCommand extends smithyClient.Command
2353
217
  })
2354
218
  .s("StorageGateway_20130630", "CancelArchival", {})
2355
219
  .n("StorageGatewayClient", "CancelArchivalCommand")
2356
- .sc(CancelArchival$)
220
+ .sc(schemas_0.CancelArchival$)
2357
221
  .build() {
2358
222
  }
2359
223
 
@@ -2365,7 +229,7 @@ class CancelCacheReportCommand extends smithyClient.Command
2365
229
  })
2366
230
  .s("StorageGateway_20130630", "CancelCacheReport", {})
2367
231
  .n("StorageGatewayClient", "CancelCacheReportCommand")
2368
- .sc(CancelCacheReport$)
232
+ .sc(schemas_0.CancelCacheReport$)
2369
233
  .build() {
2370
234
  }
2371
235
 
@@ -2377,7 +241,7 @@ class CancelRetrievalCommand extends smithyClient.Command
2377
241
  })
2378
242
  .s("StorageGateway_20130630", "CancelRetrieval", {})
2379
243
  .n("StorageGatewayClient", "CancelRetrievalCommand")
2380
- .sc(CancelRetrieval$)
244
+ .sc(schemas_0.CancelRetrieval$)
2381
245
  .build() {
2382
246
  }
2383
247
 
@@ -2389,7 +253,7 @@ class CreateCachediSCSIVolumeCommand extends smithyClient.Command
2389
253
  })
2390
254
  .s("StorageGateway_20130630", "CreateCachediSCSIVolume", {})
2391
255
  .n("StorageGatewayClient", "CreateCachediSCSIVolumeCommand")
2392
- .sc(CreateCachediSCSIVolume$)
256
+ .sc(schemas_0.CreateCachediSCSIVolume$)
2393
257
  .build() {
2394
258
  }
2395
259
 
@@ -2401,7 +265,7 @@ class CreateNFSFileShareCommand extends smithyClient.Command
2401
265
  })
2402
266
  .s("StorageGateway_20130630", "CreateNFSFileShare", {})
2403
267
  .n("StorageGatewayClient", "CreateNFSFileShareCommand")
2404
- .sc(CreateNFSFileShare$)
268
+ .sc(schemas_0.CreateNFSFileShare$)
2405
269
  .build() {
2406
270
  }
2407
271
 
@@ -2413,7 +277,7 @@ class CreateSMBFileShareCommand extends smithyClient.Command
2413
277
  })
2414
278
  .s("StorageGateway_20130630", "CreateSMBFileShare", {})
2415
279
  .n("StorageGatewayClient", "CreateSMBFileShareCommand")
2416
- .sc(CreateSMBFileShare$)
280
+ .sc(schemas_0.CreateSMBFileShare$)
2417
281
  .build() {
2418
282
  }
2419
283
 
@@ -2425,7 +289,7 @@ class CreateSnapshotCommand extends smithyClient.Command
2425
289
  })
2426
290
  .s("StorageGateway_20130630", "CreateSnapshot", {})
2427
291
  .n("StorageGatewayClient", "CreateSnapshotCommand")
2428
- .sc(CreateSnapshot$)
292
+ .sc(schemas_0.CreateSnapshot$)
2429
293
  .build() {
2430
294
  }
2431
295
 
@@ -2437,7 +301,7 @@ class CreateSnapshotFromVolumeRecoveryPointCommand extends smithyClient.Command
2437
301
  })
2438
302
  .s("StorageGateway_20130630", "CreateSnapshotFromVolumeRecoveryPoint", {})
2439
303
  .n("StorageGatewayClient", "CreateSnapshotFromVolumeRecoveryPointCommand")
2440
- .sc(CreateSnapshotFromVolumeRecoveryPoint$)
304
+ .sc(schemas_0.CreateSnapshotFromVolumeRecoveryPoint$)
2441
305
  .build() {
2442
306
  }
2443
307
 
@@ -2449,7 +313,7 @@ class CreateStorediSCSIVolumeCommand extends smithyClient.Command
2449
313
  })
2450
314
  .s("StorageGateway_20130630", "CreateStorediSCSIVolume", {})
2451
315
  .n("StorageGatewayClient", "CreateStorediSCSIVolumeCommand")
2452
- .sc(CreateStorediSCSIVolume$)
316
+ .sc(schemas_0.CreateStorediSCSIVolume$)
2453
317
  .build() {
2454
318
  }
2455
319
 
@@ -2461,7 +325,7 @@ class CreateTapePoolCommand extends smithyClient.Command
2461
325
  })
2462
326
  .s("StorageGateway_20130630", "CreateTapePool", {})
2463
327
  .n("StorageGatewayClient", "CreateTapePoolCommand")
2464
- .sc(CreateTapePool$)
328
+ .sc(schemas_0.CreateTapePool$)
2465
329
  .build() {
2466
330
  }
2467
331
 
@@ -2473,7 +337,7 @@ class CreateTapesCommand extends smithyClient.Command
2473
337
  })
2474
338
  .s("StorageGateway_20130630", "CreateTapes", {})
2475
339
  .n("StorageGatewayClient", "CreateTapesCommand")
2476
- .sc(CreateTapes$)
340
+ .sc(schemas_0.CreateTapes$)
2477
341
  .build() {
2478
342
  }
2479
343
 
@@ -2485,7 +349,7 @@ class CreateTapeWithBarcodeCommand extends smithyClient.Command
2485
349
  })
2486
350
  .s("StorageGateway_20130630", "CreateTapeWithBarcode", {})
2487
351
  .n("StorageGatewayClient", "CreateTapeWithBarcodeCommand")
2488
- .sc(CreateTapeWithBarcode$)
352
+ .sc(schemas_0.CreateTapeWithBarcode$)
2489
353
  .build() {
2490
354
  }
2491
355
 
@@ -2497,7 +361,7 @@ class DeleteAutomaticTapeCreationPolicyCommand extends smithyClient.Command
2497
361
  })
2498
362
  .s("StorageGateway_20130630", "DeleteAutomaticTapeCreationPolicy", {})
2499
363
  .n("StorageGatewayClient", "DeleteAutomaticTapeCreationPolicyCommand")
2500
- .sc(DeleteAutomaticTapeCreationPolicy$)
364
+ .sc(schemas_0.DeleteAutomaticTapeCreationPolicy$)
2501
365
  .build() {
2502
366
  }
2503
367
 
@@ -2509,7 +373,7 @@ class DeleteBandwidthRateLimitCommand extends smithyClient.Command
2509
373
  })
2510
374
  .s("StorageGateway_20130630", "DeleteBandwidthRateLimit", {})
2511
375
  .n("StorageGatewayClient", "DeleteBandwidthRateLimitCommand")
2512
- .sc(DeleteBandwidthRateLimit$)
376
+ .sc(schemas_0.DeleteBandwidthRateLimit$)
2513
377
  .build() {
2514
378
  }
2515
379
 
@@ -2521,7 +385,7 @@ class DeleteCacheReportCommand extends smithyClient.Command
2521
385
  })
2522
386
  .s("StorageGateway_20130630", "DeleteCacheReport", {})
2523
387
  .n("StorageGatewayClient", "DeleteCacheReportCommand")
2524
- .sc(DeleteCacheReport$)
388
+ .sc(schemas_0.DeleteCacheReport$)
2525
389
  .build() {
2526
390
  }
2527
391
 
@@ -2533,7 +397,7 @@ class DeleteChapCredentialsCommand extends smithyClient.Command
2533
397
  })
2534
398
  .s("StorageGateway_20130630", "DeleteChapCredentials", {})
2535
399
  .n("StorageGatewayClient", "DeleteChapCredentialsCommand")
2536
- .sc(DeleteChapCredentials$)
400
+ .sc(schemas_0.DeleteChapCredentials$)
2537
401
  .build() {
2538
402
  }
2539
403
 
@@ -2545,7 +409,7 @@ class DeleteFileShareCommand extends smithyClient.Command
2545
409
  })
2546
410
  .s("StorageGateway_20130630", "DeleteFileShare", {})
2547
411
  .n("StorageGatewayClient", "DeleteFileShareCommand")
2548
- .sc(DeleteFileShare$)
412
+ .sc(schemas_0.DeleteFileShare$)
2549
413
  .build() {
2550
414
  }
2551
415
 
@@ -2557,7 +421,7 @@ class DeleteGatewayCommand extends smithyClient.Command
2557
421
  })
2558
422
  .s("StorageGateway_20130630", "DeleteGateway", {})
2559
423
  .n("StorageGatewayClient", "DeleteGatewayCommand")
2560
- .sc(DeleteGateway$)
424
+ .sc(schemas_0.DeleteGateway$)
2561
425
  .build() {
2562
426
  }
2563
427
 
@@ -2569,7 +433,7 @@ class DeleteSnapshotScheduleCommand extends smithyClient.Command
2569
433
  })
2570
434
  .s("StorageGateway_20130630", "DeleteSnapshotSchedule", {})
2571
435
  .n("StorageGatewayClient", "DeleteSnapshotScheduleCommand")
2572
- .sc(DeleteSnapshotSchedule$)
436
+ .sc(schemas_0.DeleteSnapshotSchedule$)
2573
437
  .build() {
2574
438
  }
2575
439
 
@@ -2581,7 +445,7 @@ class DeleteTapeArchiveCommand extends smithyClient.Command
2581
445
  })
2582
446
  .s("StorageGateway_20130630", "DeleteTapeArchive", {})
2583
447
  .n("StorageGatewayClient", "DeleteTapeArchiveCommand")
2584
- .sc(DeleteTapeArchive$)
448
+ .sc(schemas_0.DeleteTapeArchive$)
2585
449
  .build() {
2586
450
  }
2587
451
 
@@ -2593,7 +457,7 @@ class DeleteTapeCommand extends smithyClient.Command
2593
457
  })
2594
458
  .s("StorageGateway_20130630", "DeleteTape", {})
2595
459
  .n("StorageGatewayClient", "DeleteTapeCommand")
2596
- .sc(DeleteTape$)
460
+ .sc(schemas_0.DeleteTape$)
2597
461
  .build() {
2598
462
  }
2599
463
 
@@ -2605,7 +469,7 @@ class DeleteTapePoolCommand extends smithyClient.Command
2605
469
  })
2606
470
  .s("StorageGateway_20130630", "DeleteTapePool", {})
2607
471
  .n("StorageGatewayClient", "DeleteTapePoolCommand")
2608
- .sc(DeleteTapePool$)
472
+ .sc(schemas_0.DeleteTapePool$)
2609
473
  .build() {
2610
474
  }
2611
475
 
@@ -2617,7 +481,7 @@ class DeleteVolumeCommand extends smithyClient.Command
2617
481
  })
2618
482
  .s("StorageGateway_20130630", "DeleteVolume", {})
2619
483
  .n("StorageGatewayClient", "DeleteVolumeCommand")
2620
- .sc(DeleteVolume$)
484
+ .sc(schemas_0.DeleteVolume$)
2621
485
  .build() {
2622
486
  }
2623
487
 
@@ -2629,7 +493,7 @@ class DescribeAvailabilityMonitorTestCommand extends smithyClient.Command
2629
493
  })
2630
494
  .s("StorageGateway_20130630", "DescribeAvailabilityMonitorTest", {})
2631
495
  .n("StorageGatewayClient", "DescribeAvailabilityMonitorTestCommand")
2632
- .sc(DescribeAvailabilityMonitorTest$)
496
+ .sc(schemas_0.DescribeAvailabilityMonitorTest$)
2633
497
  .build() {
2634
498
  }
2635
499
 
@@ -2641,7 +505,7 @@ class DescribeBandwidthRateLimitCommand extends smithyClient.Command
2641
505
  })
2642
506
  .s("StorageGateway_20130630", "DescribeBandwidthRateLimit", {})
2643
507
  .n("StorageGatewayClient", "DescribeBandwidthRateLimitCommand")
2644
- .sc(DescribeBandwidthRateLimit$)
508
+ .sc(schemas_0.DescribeBandwidthRateLimit$)
2645
509
  .build() {
2646
510
  }
2647
511
 
@@ -2653,7 +517,7 @@ class DescribeBandwidthRateLimitScheduleCommand extends smithyClient.Command
2653
517
  })
2654
518
  .s("StorageGateway_20130630", "DescribeBandwidthRateLimitSchedule", {})
2655
519
  .n("StorageGatewayClient", "DescribeBandwidthRateLimitScheduleCommand")
2656
- .sc(DescribeBandwidthRateLimitSchedule$)
520
+ .sc(schemas_0.DescribeBandwidthRateLimitSchedule$)
2657
521
  .build() {
2658
522
  }
2659
523
 
@@ -2665,7 +529,7 @@ class DescribeCacheCommand extends smithyClient.Command
2665
529
  })
2666
530
  .s("StorageGateway_20130630", "DescribeCache", {})
2667
531
  .n("StorageGatewayClient", "DescribeCacheCommand")
2668
- .sc(DescribeCache$)
532
+ .sc(schemas_0.DescribeCache$)
2669
533
  .build() {
2670
534
  }
2671
535
 
@@ -2677,7 +541,7 @@ class DescribeCachediSCSIVolumesCommand extends smithyClient.Command
2677
541
  })
2678
542
  .s("StorageGateway_20130630", "DescribeCachediSCSIVolumes", {})
2679
543
  .n("StorageGatewayClient", "DescribeCachediSCSIVolumesCommand")
2680
- .sc(DescribeCachediSCSIVolumes$)
544
+ .sc(schemas_0.DescribeCachediSCSIVolumes$)
2681
545
  .build() {
2682
546
  }
2683
547
 
@@ -2689,7 +553,7 @@ class DescribeCacheReportCommand extends smithyClient.Command
2689
553
  })
2690
554
  .s("StorageGateway_20130630", "DescribeCacheReport", {})
2691
555
  .n("StorageGatewayClient", "DescribeCacheReportCommand")
2692
- .sc(DescribeCacheReport$)
556
+ .sc(schemas_0.DescribeCacheReport$)
2693
557
  .build() {
2694
558
  }
2695
559
 
@@ -2701,7 +565,7 @@ class DescribeChapCredentialsCommand extends smithyClient.Command
2701
565
  })
2702
566
  .s("StorageGateway_20130630", "DescribeChapCredentials", {})
2703
567
  .n("StorageGatewayClient", "DescribeChapCredentialsCommand")
2704
- .sc(DescribeChapCredentials$)
568
+ .sc(schemas_0.DescribeChapCredentials$)
2705
569
  .build() {
2706
570
  }
2707
571
 
@@ -2713,7 +577,7 @@ class DescribeFileSystemAssociationsCommand extends smithyClient.Command
2713
577
  })
2714
578
  .s("StorageGateway_20130630", "DescribeFileSystemAssociations", {})
2715
579
  .n("StorageGatewayClient", "DescribeFileSystemAssociationsCommand")
2716
- .sc(DescribeFileSystemAssociations$)
580
+ .sc(schemas_0.DescribeFileSystemAssociations$)
2717
581
  .build() {
2718
582
  }
2719
583
 
@@ -2725,7 +589,7 @@ class DescribeGatewayInformationCommand extends smithyClient.Command
2725
589
  })
2726
590
  .s("StorageGateway_20130630", "DescribeGatewayInformation", {})
2727
591
  .n("StorageGatewayClient", "DescribeGatewayInformationCommand")
2728
- .sc(DescribeGatewayInformation$)
592
+ .sc(schemas_0.DescribeGatewayInformation$)
2729
593
  .build() {
2730
594
  }
2731
595
 
@@ -2737,7 +601,7 @@ class DescribeMaintenanceStartTimeCommand extends smithyClient.Command
2737
601
  })
2738
602
  .s("StorageGateway_20130630", "DescribeMaintenanceStartTime", {})
2739
603
  .n("StorageGatewayClient", "DescribeMaintenanceStartTimeCommand")
2740
- .sc(DescribeMaintenanceStartTime$)
604
+ .sc(schemas_0.DescribeMaintenanceStartTime$)
2741
605
  .build() {
2742
606
  }
2743
607
 
@@ -2749,7 +613,7 @@ class DescribeNFSFileSharesCommand extends smithyClient.Command
2749
613
  })
2750
614
  .s("StorageGateway_20130630", "DescribeNFSFileShares", {})
2751
615
  .n("StorageGatewayClient", "DescribeNFSFileSharesCommand")
2752
- .sc(DescribeNFSFileShares$)
616
+ .sc(schemas_0.DescribeNFSFileShares$)
2753
617
  .build() {
2754
618
  }
2755
619
 
@@ -2761,7 +625,7 @@ class DescribeSMBFileSharesCommand extends smithyClient.Command
2761
625
  })
2762
626
  .s("StorageGateway_20130630", "DescribeSMBFileShares", {})
2763
627
  .n("StorageGatewayClient", "DescribeSMBFileSharesCommand")
2764
- .sc(DescribeSMBFileShares$)
628
+ .sc(schemas_0.DescribeSMBFileShares$)
2765
629
  .build() {
2766
630
  }
2767
631
 
@@ -2773,7 +637,7 @@ class DescribeSMBSettingsCommand extends smithyClient.Command
2773
637
  })
2774
638
  .s("StorageGateway_20130630", "DescribeSMBSettings", {})
2775
639
  .n("StorageGatewayClient", "DescribeSMBSettingsCommand")
2776
- .sc(DescribeSMBSettings$)
640
+ .sc(schemas_0.DescribeSMBSettings$)
2777
641
  .build() {
2778
642
  }
2779
643
 
@@ -2785,7 +649,7 @@ class DescribeSnapshotScheduleCommand extends smithyClient.Command
2785
649
  })
2786
650
  .s("StorageGateway_20130630", "DescribeSnapshotSchedule", {})
2787
651
  .n("StorageGatewayClient", "DescribeSnapshotScheduleCommand")
2788
- .sc(DescribeSnapshotSchedule$)
652
+ .sc(schemas_0.DescribeSnapshotSchedule$)
2789
653
  .build() {
2790
654
  }
2791
655
 
@@ -2797,7 +661,7 @@ class DescribeStorediSCSIVolumesCommand extends smithyClient.Command
2797
661
  })
2798
662
  .s("StorageGateway_20130630", "DescribeStorediSCSIVolumes", {})
2799
663
  .n("StorageGatewayClient", "DescribeStorediSCSIVolumesCommand")
2800
- .sc(DescribeStorediSCSIVolumes$)
664
+ .sc(schemas_0.DescribeStorediSCSIVolumes$)
2801
665
  .build() {
2802
666
  }
2803
667
 
@@ -2809,7 +673,7 @@ class DescribeTapeArchivesCommand extends smithyClient.Command
2809
673
  })
2810
674
  .s("StorageGateway_20130630", "DescribeTapeArchives", {})
2811
675
  .n("StorageGatewayClient", "DescribeTapeArchivesCommand")
2812
- .sc(DescribeTapeArchives$)
676
+ .sc(schemas_0.DescribeTapeArchives$)
2813
677
  .build() {
2814
678
  }
2815
679
 
@@ -2821,7 +685,7 @@ class DescribeTapeRecoveryPointsCommand extends smithyClient.Command
2821
685
  })
2822
686
  .s("StorageGateway_20130630", "DescribeTapeRecoveryPoints", {})
2823
687
  .n("StorageGatewayClient", "DescribeTapeRecoveryPointsCommand")
2824
- .sc(DescribeTapeRecoveryPoints$)
688
+ .sc(schemas_0.DescribeTapeRecoveryPoints$)
2825
689
  .build() {
2826
690
  }
2827
691
 
@@ -2833,7 +697,7 @@ class DescribeTapesCommand extends smithyClient.Command
2833
697
  })
2834
698
  .s("StorageGateway_20130630", "DescribeTapes", {})
2835
699
  .n("StorageGatewayClient", "DescribeTapesCommand")
2836
- .sc(DescribeTapes$)
700
+ .sc(schemas_0.DescribeTapes$)
2837
701
  .build() {
2838
702
  }
2839
703
 
@@ -2845,7 +709,7 @@ class DescribeUploadBufferCommand extends smithyClient.Command
2845
709
  })
2846
710
  .s("StorageGateway_20130630", "DescribeUploadBuffer", {})
2847
711
  .n("StorageGatewayClient", "DescribeUploadBufferCommand")
2848
- .sc(DescribeUploadBuffer$)
712
+ .sc(schemas_0.DescribeUploadBuffer$)
2849
713
  .build() {
2850
714
  }
2851
715
 
@@ -2857,7 +721,7 @@ class DescribeVTLDevicesCommand extends smithyClient.Command
2857
721
  })
2858
722
  .s("StorageGateway_20130630", "DescribeVTLDevices", {})
2859
723
  .n("StorageGatewayClient", "DescribeVTLDevicesCommand")
2860
- .sc(DescribeVTLDevices$)
724
+ .sc(schemas_0.DescribeVTLDevices$)
2861
725
  .build() {
2862
726
  }
2863
727
 
@@ -2869,7 +733,7 @@ class DescribeWorkingStorageCommand extends smithyClient.Command
2869
733
  })
2870
734
  .s("StorageGateway_20130630", "DescribeWorkingStorage", {})
2871
735
  .n("StorageGatewayClient", "DescribeWorkingStorageCommand")
2872
- .sc(DescribeWorkingStorage$)
736
+ .sc(schemas_0.DescribeWorkingStorage$)
2873
737
  .build() {
2874
738
  }
2875
739
 
@@ -2881,7 +745,7 @@ class DetachVolumeCommand extends smithyClient.Command
2881
745
  })
2882
746
  .s("StorageGateway_20130630", "DetachVolume", {})
2883
747
  .n("StorageGatewayClient", "DetachVolumeCommand")
2884
- .sc(DetachVolume$)
748
+ .sc(schemas_0.DetachVolume$)
2885
749
  .build() {
2886
750
  }
2887
751
 
@@ -2893,7 +757,7 @@ class DisableGatewayCommand extends smithyClient.Command
2893
757
  })
2894
758
  .s("StorageGateway_20130630", "DisableGateway", {})
2895
759
  .n("StorageGatewayClient", "DisableGatewayCommand")
2896
- .sc(DisableGateway$)
760
+ .sc(schemas_0.DisableGateway$)
2897
761
  .build() {
2898
762
  }
2899
763
 
@@ -2905,7 +769,7 @@ class DisassociateFileSystemCommand extends smithyClient.Command
2905
769
  })
2906
770
  .s("StorageGateway_20130630", "DisassociateFileSystem", {})
2907
771
  .n("StorageGatewayClient", "DisassociateFileSystemCommand")
2908
- .sc(DisassociateFileSystem$)
772
+ .sc(schemas_0.DisassociateFileSystem$)
2909
773
  .build() {
2910
774
  }
2911
775
 
@@ -2917,7 +781,7 @@ class EvictFilesFailingUploadCommand extends smithyClient.Command
2917
781
  })
2918
782
  .s("StorageGateway_20130630", "EvictFilesFailingUpload", {})
2919
783
  .n("StorageGatewayClient", "EvictFilesFailingUploadCommand")
2920
- .sc(EvictFilesFailingUpload$)
784
+ .sc(schemas_0.EvictFilesFailingUpload$)
2921
785
  .build() {
2922
786
  }
2923
787
 
@@ -2929,7 +793,7 @@ class JoinDomainCommand extends smithyClient.Command
2929
793
  })
2930
794
  .s("StorageGateway_20130630", "JoinDomain", {})
2931
795
  .n("StorageGatewayClient", "JoinDomainCommand")
2932
- .sc(JoinDomain$)
796
+ .sc(schemas_0.JoinDomain$)
2933
797
  .build() {
2934
798
  }
2935
799
 
@@ -2941,7 +805,7 @@ class ListAutomaticTapeCreationPoliciesCommand extends smithyClient.Command
2941
805
  })
2942
806
  .s("StorageGateway_20130630", "ListAutomaticTapeCreationPolicies", {})
2943
807
  .n("StorageGatewayClient", "ListAutomaticTapeCreationPoliciesCommand")
2944
- .sc(ListAutomaticTapeCreationPolicies$)
808
+ .sc(schemas_0.ListAutomaticTapeCreationPolicies$)
2945
809
  .build() {
2946
810
  }
2947
811
 
@@ -2953,7 +817,7 @@ class ListCacheReportsCommand extends smithyClient.Command
2953
817
  })
2954
818
  .s("StorageGateway_20130630", "ListCacheReports", {})
2955
819
  .n("StorageGatewayClient", "ListCacheReportsCommand")
2956
- .sc(ListCacheReports$)
820
+ .sc(schemas_0.ListCacheReports$)
2957
821
  .build() {
2958
822
  }
2959
823
 
@@ -2965,7 +829,7 @@ class ListFileSharesCommand extends smithyClient.Command
2965
829
  })
2966
830
  .s("StorageGateway_20130630", "ListFileShares", {})
2967
831
  .n("StorageGatewayClient", "ListFileSharesCommand")
2968
- .sc(ListFileShares$)
832
+ .sc(schemas_0.ListFileShares$)
2969
833
  .build() {
2970
834
  }
2971
835
 
@@ -2977,7 +841,7 @@ class ListFileSystemAssociationsCommand extends smithyClient.Command
2977
841
  })
2978
842
  .s("StorageGateway_20130630", "ListFileSystemAssociations", {})
2979
843
  .n("StorageGatewayClient", "ListFileSystemAssociationsCommand")
2980
- .sc(ListFileSystemAssociations$)
844
+ .sc(schemas_0.ListFileSystemAssociations$)
2981
845
  .build() {
2982
846
  }
2983
847
 
@@ -2989,7 +853,7 @@ class ListGatewaysCommand extends smithyClient.Command
2989
853
  })
2990
854
  .s("StorageGateway_20130630", "ListGateways", {})
2991
855
  .n("StorageGatewayClient", "ListGatewaysCommand")
2992
- .sc(ListGateways$)
856
+ .sc(schemas_0.ListGateways$)
2993
857
  .build() {
2994
858
  }
2995
859
 
@@ -3001,7 +865,7 @@ class ListLocalDisksCommand extends smithyClient.Command
3001
865
  })
3002
866
  .s("StorageGateway_20130630", "ListLocalDisks", {})
3003
867
  .n("StorageGatewayClient", "ListLocalDisksCommand")
3004
- .sc(ListLocalDisks$)
868
+ .sc(schemas_0.ListLocalDisks$)
3005
869
  .build() {
3006
870
  }
3007
871
 
@@ -3013,7 +877,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3013
877
  })
3014
878
  .s("StorageGateway_20130630", "ListTagsForResource", {})
3015
879
  .n("StorageGatewayClient", "ListTagsForResourceCommand")
3016
- .sc(ListTagsForResource$)
880
+ .sc(schemas_0.ListTagsForResource$)
3017
881
  .build() {
3018
882
  }
3019
883
 
@@ -3025,7 +889,7 @@ class ListTapePoolsCommand extends smithyClient.Command
3025
889
  })
3026
890
  .s("StorageGateway_20130630", "ListTapePools", {})
3027
891
  .n("StorageGatewayClient", "ListTapePoolsCommand")
3028
- .sc(ListTapePools$)
892
+ .sc(schemas_0.ListTapePools$)
3029
893
  .build() {
3030
894
  }
3031
895
 
@@ -3037,7 +901,7 @@ class ListTapesCommand extends smithyClient.Command
3037
901
  })
3038
902
  .s("StorageGateway_20130630", "ListTapes", {})
3039
903
  .n("StorageGatewayClient", "ListTapesCommand")
3040
- .sc(ListTapes$)
904
+ .sc(schemas_0.ListTapes$)
3041
905
  .build() {
3042
906
  }
3043
907
 
@@ -3049,7 +913,7 @@ class ListVolumeInitiatorsCommand extends smithyClient.Command
3049
913
  })
3050
914
  .s("StorageGateway_20130630", "ListVolumeInitiators", {})
3051
915
  .n("StorageGatewayClient", "ListVolumeInitiatorsCommand")
3052
- .sc(ListVolumeInitiators$)
916
+ .sc(schemas_0.ListVolumeInitiators$)
3053
917
  .build() {
3054
918
  }
3055
919
 
@@ -3061,7 +925,7 @@ class ListVolumeRecoveryPointsCommand extends smithyClient.Command
3061
925
  })
3062
926
  .s("StorageGateway_20130630", "ListVolumeRecoveryPoints", {})
3063
927
  .n("StorageGatewayClient", "ListVolumeRecoveryPointsCommand")
3064
- .sc(ListVolumeRecoveryPoints$)
928
+ .sc(schemas_0.ListVolumeRecoveryPoints$)
3065
929
  .build() {
3066
930
  }
3067
931
 
@@ -3073,7 +937,7 @@ class ListVolumesCommand extends smithyClient.Command
3073
937
  })
3074
938
  .s("StorageGateway_20130630", "ListVolumes", {})
3075
939
  .n("StorageGatewayClient", "ListVolumesCommand")
3076
- .sc(ListVolumes$)
940
+ .sc(schemas_0.ListVolumes$)
3077
941
  .build() {
3078
942
  }
3079
943
 
@@ -3085,7 +949,7 @@ class NotifyWhenUploadedCommand extends smithyClient.Command
3085
949
  })
3086
950
  .s("StorageGateway_20130630", "NotifyWhenUploaded", {})
3087
951
  .n("StorageGatewayClient", "NotifyWhenUploadedCommand")
3088
- .sc(NotifyWhenUploaded$)
952
+ .sc(schemas_0.NotifyWhenUploaded$)
3089
953
  .build() {
3090
954
  }
3091
955
 
@@ -3097,7 +961,7 @@ class RefreshCacheCommand extends smithyClient.Command
3097
961
  })
3098
962
  .s("StorageGateway_20130630", "RefreshCache", {})
3099
963
  .n("StorageGatewayClient", "RefreshCacheCommand")
3100
- .sc(RefreshCache$)
964
+ .sc(schemas_0.RefreshCache$)
3101
965
  .build() {
3102
966
  }
3103
967
 
@@ -3109,7 +973,7 @@ class RemoveTagsFromResourceCommand extends smithyClient.Command
3109
973
  })
3110
974
  .s("StorageGateway_20130630", "RemoveTagsFromResource", {})
3111
975
  .n("StorageGatewayClient", "RemoveTagsFromResourceCommand")
3112
- .sc(RemoveTagsFromResource$)
976
+ .sc(schemas_0.RemoveTagsFromResource$)
3113
977
  .build() {
3114
978
  }
3115
979
 
@@ -3121,7 +985,7 @@ class ResetCacheCommand extends smithyClient.Command
3121
985
  })
3122
986
  .s("StorageGateway_20130630", "ResetCache", {})
3123
987
  .n("StorageGatewayClient", "ResetCacheCommand")
3124
- .sc(ResetCache$)
988
+ .sc(schemas_0.ResetCache$)
3125
989
  .build() {
3126
990
  }
3127
991
 
@@ -3133,7 +997,7 @@ class RetrieveTapeArchiveCommand extends smithyClient.Command
3133
997
  })
3134
998
  .s("StorageGateway_20130630", "RetrieveTapeArchive", {})
3135
999
  .n("StorageGatewayClient", "RetrieveTapeArchiveCommand")
3136
- .sc(RetrieveTapeArchive$)
1000
+ .sc(schemas_0.RetrieveTapeArchive$)
3137
1001
  .build() {
3138
1002
  }
3139
1003
 
@@ -3145,7 +1009,7 @@ class RetrieveTapeRecoveryPointCommand extends smithyClient.Command
3145
1009
  })
3146
1010
  .s("StorageGateway_20130630", "RetrieveTapeRecoveryPoint", {})
3147
1011
  .n("StorageGatewayClient", "RetrieveTapeRecoveryPointCommand")
3148
- .sc(RetrieveTapeRecoveryPoint$)
1012
+ .sc(schemas_0.RetrieveTapeRecoveryPoint$)
3149
1013
  .build() {
3150
1014
  }
3151
1015
 
@@ -3157,7 +1021,7 @@ class SetLocalConsolePasswordCommand extends smithyClient.Command
3157
1021
  })
3158
1022
  .s("StorageGateway_20130630", "SetLocalConsolePassword", {})
3159
1023
  .n("StorageGatewayClient", "SetLocalConsolePasswordCommand")
3160
- .sc(SetLocalConsolePassword$)
1024
+ .sc(schemas_0.SetLocalConsolePassword$)
3161
1025
  .build() {
3162
1026
  }
3163
1027
 
@@ -3169,7 +1033,7 @@ class SetSMBGuestPasswordCommand extends smithyClient.Command
3169
1033
  })
3170
1034
  .s("StorageGateway_20130630", "SetSMBGuestPassword", {})
3171
1035
  .n("StorageGatewayClient", "SetSMBGuestPasswordCommand")
3172
- .sc(SetSMBGuestPassword$)
1036
+ .sc(schemas_0.SetSMBGuestPassword$)
3173
1037
  .build() {
3174
1038
  }
3175
1039
 
@@ -3181,7 +1045,7 @@ class ShutdownGatewayCommand extends smithyClient.Command
3181
1045
  })
3182
1046
  .s("StorageGateway_20130630", "ShutdownGateway", {})
3183
1047
  .n("StorageGatewayClient", "ShutdownGatewayCommand")
3184
- .sc(ShutdownGateway$)
1048
+ .sc(schemas_0.ShutdownGateway$)
3185
1049
  .build() {
3186
1050
  }
3187
1051
 
@@ -3193,7 +1057,7 @@ class StartAvailabilityMonitorTestCommand extends smithyClient.Command
3193
1057
  })
3194
1058
  .s("StorageGateway_20130630", "StartAvailabilityMonitorTest", {})
3195
1059
  .n("StorageGatewayClient", "StartAvailabilityMonitorTestCommand")
3196
- .sc(StartAvailabilityMonitorTest$)
1060
+ .sc(schemas_0.StartAvailabilityMonitorTest$)
3197
1061
  .build() {
3198
1062
  }
3199
1063
 
@@ -3205,7 +1069,7 @@ class StartCacheReportCommand extends smithyClient.Command
3205
1069
  })
3206
1070
  .s("StorageGateway_20130630", "StartCacheReport", {})
3207
1071
  .n("StorageGatewayClient", "StartCacheReportCommand")
3208
- .sc(StartCacheReport$)
1072
+ .sc(schemas_0.StartCacheReport$)
3209
1073
  .build() {
3210
1074
  }
3211
1075
 
@@ -3217,7 +1081,7 @@ class StartGatewayCommand extends smithyClient.Command
3217
1081
  })
3218
1082
  .s("StorageGateway_20130630", "StartGateway", {})
3219
1083
  .n("StorageGatewayClient", "StartGatewayCommand")
3220
- .sc(StartGateway$)
1084
+ .sc(schemas_0.StartGateway$)
3221
1085
  .build() {
3222
1086
  }
3223
1087
 
@@ -3229,7 +1093,7 @@ class UpdateAutomaticTapeCreationPolicyCommand extends smithyClient.Command
3229
1093
  })
3230
1094
  .s("StorageGateway_20130630", "UpdateAutomaticTapeCreationPolicy", {})
3231
1095
  .n("StorageGatewayClient", "UpdateAutomaticTapeCreationPolicyCommand")
3232
- .sc(UpdateAutomaticTapeCreationPolicy$)
1096
+ .sc(schemas_0.UpdateAutomaticTapeCreationPolicy$)
3233
1097
  .build() {
3234
1098
  }
3235
1099
 
@@ -3241,7 +1105,7 @@ class UpdateBandwidthRateLimitCommand extends smithyClient.Command
3241
1105
  })
3242
1106
  .s("StorageGateway_20130630", "UpdateBandwidthRateLimit", {})
3243
1107
  .n("StorageGatewayClient", "UpdateBandwidthRateLimitCommand")
3244
- .sc(UpdateBandwidthRateLimit$)
1108
+ .sc(schemas_0.UpdateBandwidthRateLimit$)
3245
1109
  .build() {
3246
1110
  }
3247
1111
 
@@ -3253,7 +1117,7 @@ class UpdateBandwidthRateLimitScheduleCommand extends smithyClient.Command
3253
1117
  })
3254
1118
  .s("StorageGateway_20130630", "UpdateBandwidthRateLimitSchedule", {})
3255
1119
  .n("StorageGatewayClient", "UpdateBandwidthRateLimitScheduleCommand")
3256
- .sc(UpdateBandwidthRateLimitSchedule$)
1120
+ .sc(schemas_0.UpdateBandwidthRateLimitSchedule$)
3257
1121
  .build() {
3258
1122
  }
3259
1123
 
@@ -3265,7 +1129,7 @@ class UpdateChapCredentialsCommand extends smithyClient.Command
3265
1129
  })
3266
1130
  .s("StorageGateway_20130630", "UpdateChapCredentials", {})
3267
1131
  .n("StorageGatewayClient", "UpdateChapCredentialsCommand")
3268
- .sc(UpdateChapCredentials$)
1132
+ .sc(schemas_0.UpdateChapCredentials$)
3269
1133
  .build() {
3270
1134
  }
3271
1135
 
@@ -3277,7 +1141,7 @@ class UpdateFileSystemAssociationCommand extends smithyClient.Command
3277
1141
  })
3278
1142
  .s("StorageGateway_20130630", "UpdateFileSystemAssociation", {})
3279
1143
  .n("StorageGatewayClient", "UpdateFileSystemAssociationCommand")
3280
- .sc(UpdateFileSystemAssociation$)
1144
+ .sc(schemas_0.UpdateFileSystemAssociation$)
3281
1145
  .build() {
3282
1146
  }
3283
1147
 
@@ -3289,7 +1153,7 @@ class UpdateGatewayInformationCommand extends smithyClient.Command
3289
1153
  })
3290
1154
  .s("StorageGateway_20130630", "UpdateGatewayInformation", {})
3291
1155
  .n("StorageGatewayClient", "UpdateGatewayInformationCommand")
3292
- .sc(UpdateGatewayInformation$)
1156
+ .sc(schemas_0.UpdateGatewayInformation$)
3293
1157
  .build() {
3294
1158
  }
3295
1159
 
@@ -3301,7 +1165,7 @@ class UpdateGatewaySoftwareNowCommand extends smithyClient.Command
3301
1165
  })
3302
1166
  .s("StorageGateway_20130630", "UpdateGatewaySoftwareNow", {})
3303
1167
  .n("StorageGatewayClient", "UpdateGatewaySoftwareNowCommand")
3304
- .sc(UpdateGatewaySoftwareNow$)
1168
+ .sc(schemas_0.UpdateGatewaySoftwareNow$)
3305
1169
  .build() {
3306
1170
  }
3307
1171
 
@@ -3313,7 +1177,7 @@ class UpdateMaintenanceStartTimeCommand extends smithyClient.Command
3313
1177
  })
3314
1178
  .s("StorageGateway_20130630", "UpdateMaintenanceStartTime", {})
3315
1179
  .n("StorageGatewayClient", "UpdateMaintenanceStartTimeCommand")
3316
- .sc(UpdateMaintenanceStartTime$)
1180
+ .sc(schemas_0.UpdateMaintenanceStartTime$)
3317
1181
  .build() {
3318
1182
  }
3319
1183
 
@@ -3325,7 +1189,7 @@ class UpdateNFSFileShareCommand extends smithyClient.Command
3325
1189
  })
3326
1190
  .s("StorageGateway_20130630", "UpdateNFSFileShare", {})
3327
1191
  .n("StorageGatewayClient", "UpdateNFSFileShareCommand")
3328
- .sc(UpdateNFSFileShare$)
1192
+ .sc(schemas_0.UpdateNFSFileShare$)
3329
1193
  .build() {
3330
1194
  }
3331
1195
 
@@ -3337,7 +1201,7 @@ class UpdateSMBFileShareCommand extends smithyClient.Command
3337
1201
  })
3338
1202
  .s("StorageGateway_20130630", "UpdateSMBFileShare", {})
3339
1203
  .n("StorageGatewayClient", "UpdateSMBFileShareCommand")
3340
- .sc(UpdateSMBFileShare$)
1204
+ .sc(schemas_0.UpdateSMBFileShare$)
3341
1205
  .build() {
3342
1206
  }
3343
1207
 
@@ -3349,7 +1213,7 @@ class UpdateSMBFileShareVisibilityCommand extends smithyClient.Command
3349
1213
  })
3350
1214
  .s("StorageGateway_20130630", "UpdateSMBFileShareVisibility", {})
3351
1215
  .n("StorageGatewayClient", "UpdateSMBFileShareVisibilityCommand")
3352
- .sc(UpdateSMBFileShareVisibility$)
1216
+ .sc(schemas_0.UpdateSMBFileShareVisibility$)
3353
1217
  .build() {
3354
1218
  }
3355
1219
 
@@ -3361,7 +1225,7 @@ class UpdateSMBLocalGroupsCommand extends smithyClient.Command
3361
1225
  })
3362
1226
  .s("StorageGateway_20130630", "UpdateSMBLocalGroups", {})
3363
1227
  .n("StorageGatewayClient", "UpdateSMBLocalGroupsCommand")
3364
- .sc(UpdateSMBLocalGroups$)
1228
+ .sc(schemas_0.UpdateSMBLocalGroups$)
3365
1229
  .build() {
3366
1230
  }
3367
1231
 
@@ -3373,7 +1237,7 @@ class UpdateSMBSecurityStrategyCommand extends smithyClient.Command
3373
1237
  })
3374
1238
  .s("StorageGateway_20130630", "UpdateSMBSecurityStrategy", {})
3375
1239
  .n("StorageGatewayClient", "UpdateSMBSecurityStrategyCommand")
3376
- .sc(UpdateSMBSecurityStrategy$)
1240
+ .sc(schemas_0.UpdateSMBSecurityStrategy$)
3377
1241
  .build() {
3378
1242
  }
3379
1243
 
@@ -3385,7 +1249,7 @@ class UpdateSnapshotScheduleCommand extends smithyClient.Command
3385
1249
  })
3386
1250
  .s("StorageGateway_20130630", "UpdateSnapshotSchedule", {})
3387
1251
  .n("StorageGatewayClient", "UpdateSnapshotScheduleCommand")
3388
- .sc(UpdateSnapshotSchedule$)
1252
+ .sc(schemas_0.UpdateSnapshotSchedule$)
3389
1253
  .build() {
3390
1254
  }
3391
1255
 
@@ -3397,7 +1261,7 @@ class UpdateVTLDeviceTypeCommand extends smithyClient.Command
3397
1261
  })
3398
1262
  .s("StorageGateway_20130630", "UpdateVTLDeviceType", {})
3399
1263
  .n("StorageGatewayClient", "UpdateVTLDeviceTypeCommand")
3400
- .sc(UpdateVTLDeviceType$)
1264
+ .sc(schemas_0.UpdateVTLDeviceType$)
3401
1265
  .build() {
3402
1266
  }
3403
1267
 
@@ -3698,450 +1562,124 @@ Object.defineProperty(exports, "__Client", {
3698
1562
  enumerable: true,
3699
1563
  get: function () { return smithyClient.Client; }
3700
1564
  });
3701
- exports.ActivateGateway$ = ActivateGateway$;
1565
+ Object.defineProperty(exports, "StorageGatewayServiceException", {
1566
+ enumerable: true,
1567
+ get: function () { return StorageGatewayServiceException.StorageGatewayServiceException; }
1568
+ });
3702
1569
  exports.ActivateGatewayCommand = ActivateGatewayCommand;
3703
- exports.ActivateGatewayInput$ = ActivateGatewayInput$;
3704
- exports.ActivateGatewayOutput$ = ActivateGatewayOutput$;
3705
1570
  exports.ActiveDirectoryStatus = ActiveDirectoryStatus;
3706
- exports.AddCache$ = AddCache$;
3707
1571
  exports.AddCacheCommand = AddCacheCommand;
3708
- exports.AddCacheInput$ = AddCacheInput$;
3709
- exports.AddCacheOutput$ = AddCacheOutput$;
3710
- exports.AddTagsToResource$ = AddTagsToResource$;
3711
1572
  exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
3712
- exports.AddTagsToResourceInput$ = AddTagsToResourceInput$;
3713
- exports.AddTagsToResourceOutput$ = AddTagsToResourceOutput$;
3714
- exports.AddUploadBuffer$ = AddUploadBuffer$;
3715
1573
  exports.AddUploadBufferCommand = AddUploadBufferCommand;
3716
- exports.AddUploadBufferInput$ = AddUploadBufferInput$;
3717
- exports.AddUploadBufferOutput$ = AddUploadBufferOutput$;
3718
- exports.AddWorkingStorage$ = AddWorkingStorage$;
3719
1574
  exports.AddWorkingStorageCommand = AddWorkingStorageCommand;
3720
- exports.AddWorkingStorageInput$ = AddWorkingStorageInput$;
3721
- exports.AddWorkingStorageOutput$ = AddWorkingStorageOutput$;
3722
- exports.AssignTapePool$ = AssignTapePool$;
3723
1575
  exports.AssignTapePoolCommand = AssignTapePoolCommand;
3724
- exports.AssignTapePoolInput$ = AssignTapePoolInput$;
3725
- exports.AssignTapePoolOutput$ = AssignTapePoolOutput$;
3726
- exports.AssociateFileSystem$ = AssociateFileSystem$;
3727
1576
  exports.AssociateFileSystemCommand = AssociateFileSystemCommand;
3728
- exports.AssociateFileSystemInput$ = AssociateFileSystemInput$;
3729
- exports.AssociateFileSystemOutput$ = AssociateFileSystemOutput$;
3730
- exports.AttachVolume$ = AttachVolume$;
3731
1577
  exports.AttachVolumeCommand = AttachVolumeCommand;
3732
- exports.AttachVolumeInput$ = AttachVolumeInput$;
3733
- exports.AttachVolumeOutput$ = AttachVolumeOutput$;
3734
- exports.AutomaticTapeCreationPolicyInfo$ = AutomaticTapeCreationPolicyInfo$;
3735
- exports.AutomaticTapeCreationRule$ = AutomaticTapeCreationRule$;
3736
1578
  exports.AutomaticUpdatePolicy = AutomaticUpdatePolicy;
3737
1579
  exports.AvailabilityMonitorTestStatus = AvailabilityMonitorTestStatus;
3738
- exports.BandwidthRateLimitInterval$ = BandwidthRateLimitInterval$;
3739
- exports.CacheAttributes$ = CacheAttributes$;
3740
- exports.CacheReportFilter$ = CacheReportFilter$;
3741
1580
  exports.CacheReportFilterName = CacheReportFilterName;
3742
- exports.CacheReportInfo$ = CacheReportInfo$;
3743
1581
  exports.CacheReportStatus = CacheReportStatus;
3744
- exports.CachediSCSIVolume$ = CachediSCSIVolume$;
3745
- exports.CancelArchival$ = CancelArchival$;
3746
1582
  exports.CancelArchivalCommand = CancelArchivalCommand;
3747
- exports.CancelArchivalInput$ = CancelArchivalInput$;
3748
- exports.CancelArchivalOutput$ = CancelArchivalOutput$;
3749
- exports.CancelCacheReport$ = CancelCacheReport$;
3750
1583
  exports.CancelCacheReportCommand = CancelCacheReportCommand;
3751
- exports.CancelCacheReportInput$ = CancelCacheReportInput$;
3752
- exports.CancelCacheReportOutput$ = CancelCacheReportOutput$;
3753
- exports.CancelRetrieval$ = CancelRetrieval$;
3754
1584
  exports.CancelRetrievalCommand = CancelRetrievalCommand;
3755
- exports.CancelRetrievalInput$ = CancelRetrievalInput$;
3756
- exports.CancelRetrievalOutput$ = CancelRetrievalOutput$;
3757
1585
  exports.CaseSensitivity = CaseSensitivity;
3758
- exports.ChapInfo$ = ChapInfo$;
3759
- exports.CreateCachediSCSIVolume$ = CreateCachediSCSIVolume$;
3760
1586
  exports.CreateCachediSCSIVolumeCommand = CreateCachediSCSIVolumeCommand;
3761
- exports.CreateCachediSCSIVolumeInput$ = CreateCachediSCSIVolumeInput$;
3762
- exports.CreateCachediSCSIVolumeOutput$ = CreateCachediSCSIVolumeOutput$;
3763
- exports.CreateNFSFileShare$ = CreateNFSFileShare$;
3764
1587
  exports.CreateNFSFileShareCommand = CreateNFSFileShareCommand;
3765
- exports.CreateNFSFileShareInput$ = CreateNFSFileShareInput$;
3766
- exports.CreateNFSFileShareOutput$ = CreateNFSFileShareOutput$;
3767
- exports.CreateSMBFileShare$ = CreateSMBFileShare$;
3768
1588
  exports.CreateSMBFileShareCommand = CreateSMBFileShareCommand;
3769
- exports.CreateSMBFileShareInput$ = CreateSMBFileShareInput$;
3770
- exports.CreateSMBFileShareOutput$ = CreateSMBFileShareOutput$;
3771
- exports.CreateSnapshot$ = CreateSnapshot$;
3772
1589
  exports.CreateSnapshotCommand = CreateSnapshotCommand;
3773
- exports.CreateSnapshotFromVolumeRecoveryPoint$ = CreateSnapshotFromVolumeRecoveryPoint$;
3774
1590
  exports.CreateSnapshotFromVolumeRecoveryPointCommand = CreateSnapshotFromVolumeRecoveryPointCommand;
3775
- exports.CreateSnapshotFromVolumeRecoveryPointInput$ = CreateSnapshotFromVolumeRecoveryPointInput$;
3776
- exports.CreateSnapshotFromVolumeRecoveryPointOutput$ = CreateSnapshotFromVolumeRecoveryPointOutput$;
3777
- exports.CreateSnapshotInput$ = CreateSnapshotInput$;
3778
- exports.CreateSnapshotOutput$ = CreateSnapshotOutput$;
3779
- exports.CreateStorediSCSIVolume$ = CreateStorediSCSIVolume$;
3780
1591
  exports.CreateStorediSCSIVolumeCommand = CreateStorediSCSIVolumeCommand;
3781
- exports.CreateStorediSCSIVolumeInput$ = CreateStorediSCSIVolumeInput$;
3782
- exports.CreateStorediSCSIVolumeOutput$ = CreateStorediSCSIVolumeOutput$;
3783
- exports.CreateTapePool$ = CreateTapePool$;
3784
1592
  exports.CreateTapePoolCommand = CreateTapePoolCommand;
3785
- exports.CreateTapePoolInput$ = CreateTapePoolInput$;
3786
- exports.CreateTapePoolOutput$ = CreateTapePoolOutput$;
3787
- exports.CreateTapeWithBarcode$ = CreateTapeWithBarcode$;
3788
1593
  exports.CreateTapeWithBarcodeCommand = CreateTapeWithBarcodeCommand;
3789
- exports.CreateTapeWithBarcodeInput$ = CreateTapeWithBarcodeInput$;
3790
- exports.CreateTapeWithBarcodeOutput$ = CreateTapeWithBarcodeOutput$;
3791
- exports.CreateTapes$ = CreateTapes$;
3792
1594
  exports.CreateTapesCommand = CreateTapesCommand;
3793
- exports.CreateTapesInput$ = CreateTapesInput$;
3794
- exports.CreateTapesOutput$ = CreateTapesOutput$;
3795
- exports.DeleteAutomaticTapeCreationPolicy$ = DeleteAutomaticTapeCreationPolicy$;
3796
1595
  exports.DeleteAutomaticTapeCreationPolicyCommand = DeleteAutomaticTapeCreationPolicyCommand;
3797
- exports.DeleteAutomaticTapeCreationPolicyInput$ = DeleteAutomaticTapeCreationPolicyInput$;
3798
- exports.DeleteAutomaticTapeCreationPolicyOutput$ = DeleteAutomaticTapeCreationPolicyOutput$;
3799
- exports.DeleteBandwidthRateLimit$ = DeleteBandwidthRateLimit$;
3800
1596
  exports.DeleteBandwidthRateLimitCommand = DeleteBandwidthRateLimitCommand;
3801
- exports.DeleteBandwidthRateLimitInput$ = DeleteBandwidthRateLimitInput$;
3802
- exports.DeleteBandwidthRateLimitOutput$ = DeleteBandwidthRateLimitOutput$;
3803
- exports.DeleteCacheReport$ = DeleteCacheReport$;
3804
1597
  exports.DeleteCacheReportCommand = DeleteCacheReportCommand;
3805
- exports.DeleteCacheReportInput$ = DeleteCacheReportInput$;
3806
- exports.DeleteCacheReportOutput$ = DeleteCacheReportOutput$;
3807
- exports.DeleteChapCredentials$ = DeleteChapCredentials$;
3808
1598
  exports.DeleteChapCredentialsCommand = DeleteChapCredentialsCommand;
3809
- exports.DeleteChapCredentialsInput$ = DeleteChapCredentialsInput$;
3810
- exports.DeleteChapCredentialsOutput$ = DeleteChapCredentialsOutput$;
3811
- exports.DeleteFileShare$ = DeleteFileShare$;
3812
1599
  exports.DeleteFileShareCommand = DeleteFileShareCommand;
3813
- exports.DeleteFileShareInput$ = DeleteFileShareInput$;
3814
- exports.DeleteFileShareOutput$ = DeleteFileShareOutput$;
3815
- exports.DeleteGateway$ = DeleteGateway$;
3816
1600
  exports.DeleteGatewayCommand = DeleteGatewayCommand;
3817
- exports.DeleteGatewayInput$ = DeleteGatewayInput$;
3818
- exports.DeleteGatewayOutput$ = DeleteGatewayOutput$;
3819
- exports.DeleteSnapshotSchedule$ = DeleteSnapshotSchedule$;
3820
1601
  exports.DeleteSnapshotScheduleCommand = DeleteSnapshotScheduleCommand;
3821
- exports.DeleteSnapshotScheduleInput$ = DeleteSnapshotScheduleInput$;
3822
- exports.DeleteSnapshotScheduleOutput$ = DeleteSnapshotScheduleOutput$;
3823
- exports.DeleteTape$ = DeleteTape$;
3824
- exports.DeleteTapeArchive$ = DeleteTapeArchive$;
3825
1602
  exports.DeleteTapeArchiveCommand = DeleteTapeArchiveCommand;
3826
- exports.DeleteTapeArchiveInput$ = DeleteTapeArchiveInput$;
3827
- exports.DeleteTapeArchiveOutput$ = DeleteTapeArchiveOutput$;
3828
1603
  exports.DeleteTapeCommand = DeleteTapeCommand;
3829
- exports.DeleteTapeInput$ = DeleteTapeInput$;
3830
- exports.DeleteTapeOutput$ = DeleteTapeOutput$;
3831
- exports.DeleteTapePool$ = DeleteTapePool$;
3832
1604
  exports.DeleteTapePoolCommand = DeleteTapePoolCommand;
3833
- exports.DeleteTapePoolInput$ = DeleteTapePoolInput$;
3834
- exports.DeleteTapePoolOutput$ = DeleteTapePoolOutput$;
3835
- exports.DeleteVolume$ = DeleteVolume$;
3836
1605
  exports.DeleteVolumeCommand = DeleteVolumeCommand;
3837
- exports.DeleteVolumeInput$ = DeleteVolumeInput$;
3838
- exports.DeleteVolumeOutput$ = DeleteVolumeOutput$;
3839
- exports.DescribeAvailabilityMonitorTest$ = DescribeAvailabilityMonitorTest$;
3840
1606
  exports.DescribeAvailabilityMonitorTestCommand = DescribeAvailabilityMonitorTestCommand;
3841
- exports.DescribeAvailabilityMonitorTestInput$ = DescribeAvailabilityMonitorTestInput$;
3842
- exports.DescribeAvailabilityMonitorTestOutput$ = DescribeAvailabilityMonitorTestOutput$;
3843
- exports.DescribeBandwidthRateLimit$ = DescribeBandwidthRateLimit$;
3844
1607
  exports.DescribeBandwidthRateLimitCommand = DescribeBandwidthRateLimitCommand;
3845
- exports.DescribeBandwidthRateLimitInput$ = DescribeBandwidthRateLimitInput$;
3846
- exports.DescribeBandwidthRateLimitOutput$ = DescribeBandwidthRateLimitOutput$;
3847
- exports.DescribeBandwidthRateLimitSchedule$ = DescribeBandwidthRateLimitSchedule$;
3848
1608
  exports.DescribeBandwidthRateLimitScheduleCommand = DescribeBandwidthRateLimitScheduleCommand;
3849
- exports.DescribeBandwidthRateLimitScheduleInput$ = DescribeBandwidthRateLimitScheduleInput$;
3850
- exports.DescribeBandwidthRateLimitScheduleOutput$ = DescribeBandwidthRateLimitScheduleOutput$;
3851
- exports.DescribeCache$ = DescribeCache$;
3852
1609
  exports.DescribeCacheCommand = DescribeCacheCommand;
3853
- exports.DescribeCacheInput$ = DescribeCacheInput$;
3854
- exports.DescribeCacheOutput$ = DescribeCacheOutput$;
3855
- exports.DescribeCacheReport$ = DescribeCacheReport$;
3856
1610
  exports.DescribeCacheReportCommand = DescribeCacheReportCommand;
3857
- exports.DescribeCacheReportInput$ = DescribeCacheReportInput$;
3858
- exports.DescribeCacheReportOutput$ = DescribeCacheReportOutput$;
3859
- exports.DescribeCachediSCSIVolumes$ = DescribeCachediSCSIVolumes$;
3860
1611
  exports.DescribeCachediSCSIVolumesCommand = DescribeCachediSCSIVolumesCommand;
3861
- exports.DescribeCachediSCSIVolumesInput$ = DescribeCachediSCSIVolumesInput$;
3862
- exports.DescribeCachediSCSIVolumesOutput$ = DescribeCachediSCSIVolumesOutput$;
3863
- exports.DescribeChapCredentials$ = DescribeChapCredentials$;
3864
1612
  exports.DescribeChapCredentialsCommand = DescribeChapCredentialsCommand;
3865
- exports.DescribeChapCredentialsInput$ = DescribeChapCredentialsInput$;
3866
- exports.DescribeChapCredentialsOutput$ = DescribeChapCredentialsOutput$;
3867
- exports.DescribeFileSystemAssociations$ = DescribeFileSystemAssociations$;
3868
1613
  exports.DescribeFileSystemAssociationsCommand = DescribeFileSystemAssociationsCommand;
3869
- exports.DescribeFileSystemAssociationsInput$ = DescribeFileSystemAssociationsInput$;
3870
- exports.DescribeFileSystemAssociationsOutput$ = DescribeFileSystemAssociationsOutput$;
3871
- exports.DescribeGatewayInformation$ = DescribeGatewayInformation$;
3872
1614
  exports.DescribeGatewayInformationCommand = DescribeGatewayInformationCommand;
3873
- exports.DescribeGatewayInformationInput$ = DescribeGatewayInformationInput$;
3874
- exports.DescribeGatewayInformationOutput$ = DescribeGatewayInformationOutput$;
3875
- exports.DescribeMaintenanceStartTime$ = DescribeMaintenanceStartTime$;
3876
1615
  exports.DescribeMaintenanceStartTimeCommand = DescribeMaintenanceStartTimeCommand;
3877
- exports.DescribeMaintenanceStartTimeInput$ = DescribeMaintenanceStartTimeInput$;
3878
- exports.DescribeMaintenanceStartTimeOutput$ = DescribeMaintenanceStartTimeOutput$;
3879
- exports.DescribeNFSFileShares$ = DescribeNFSFileShares$;
3880
1616
  exports.DescribeNFSFileSharesCommand = DescribeNFSFileSharesCommand;
3881
- exports.DescribeNFSFileSharesInput$ = DescribeNFSFileSharesInput$;
3882
- exports.DescribeNFSFileSharesOutput$ = DescribeNFSFileSharesOutput$;
3883
- exports.DescribeSMBFileShares$ = DescribeSMBFileShares$;
3884
1617
  exports.DescribeSMBFileSharesCommand = DescribeSMBFileSharesCommand;
3885
- exports.DescribeSMBFileSharesInput$ = DescribeSMBFileSharesInput$;
3886
- exports.DescribeSMBFileSharesOutput$ = DescribeSMBFileSharesOutput$;
3887
- exports.DescribeSMBSettings$ = DescribeSMBSettings$;
3888
1618
  exports.DescribeSMBSettingsCommand = DescribeSMBSettingsCommand;
3889
- exports.DescribeSMBSettingsInput$ = DescribeSMBSettingsInput$;
3890
- exports.DescribeSMBSettingsOutput$ = DescribeSMBSettingsOutput$;
3891
- exports.DescribeSnapshotSchedule$ = DescribeSnapshotSchedule$;
3892
1619
  exports.DescribeSnapshotScheduleCommand = DescribeSnapshotScheduleCommand;
3893
- exports.DescribeSnapshotScheduleInput$ = DescribeSnapshotScheduleInput$;
3894
- exports.DescribeSnapshotScheduleOutput$ = DescribeSnapshotScheduleOutput$;
3895
- exports.DescribeStorediSCSIVolumes$ = DescribeStorediSCSIVolumes$;
3896
1620
  exports.DescribeStorediSCSIVolumesCommand = DescribeStorediSCSIVolumesCommand;
3897
- exports.DescribeStorediSCSIVolumesInput$ = DescribeStorediSCSIVolumesInput$;
3898
- exports.DescribeStorediSCSIVolumesOutput$ = DescribeStorediSCSIVolumesOutput$;
3899
- exports.DescribeTapeArchives$ = DescribeTapeArchives$;
3900
1621
  exports.DescribeTapeArchivesCommand = DescribeTapeArchivesCommand;
3901
- exports.DescribeTapeArchivesInput$ = DescribeTapeArchivesInput$;
3902
- exports.DescribeTapeArchivesOutput$ = DescribeTapeArchivesOutput$;
3903
- exports.DescribeTapeRecoveryPoints$ = DescribeTapeRecoveryPoints$;
3904
1622
  exports.DescribeTapeRecoveryPointsCommand = DescribeTapeRecoveryPointsCommand;
3905
- exports.DescribeTapeRecoveryPointsInput$ = DescribeTapeRecoveryPointsInput$;
3906
- exports.DescribeTapeRecoveryPointsOutput$ = DescribeTapeRecoveryPointsOutput$;
3907
- exports.DescribeTapes$ = DescribeTapes$;
3908
1623
  exports.DescribeTapesCommand = DescribeTapesCommand;
3909
- exports.DescribeTapesInput$ = DescribeTapesInput$;
3910
- exports.DescribeTapesOutput$ = DescribeTapesOutput$;
3911
- exports.DescribeUploadBuffer$ = DescribeUploadBuffer$;
3912
1624
  exports.DescribeUploadBufferCommand = DescribeUploadBufferCommand;
3913
- exports.DescribeUploadBufferInput$ = DescribeUploadBufferInput$;
3914
- exports.DescribeUploadBufferOutput$ = DescribeUploadBufferOutput$;
3915
- exports.DescribeVTLDevices$ = DescribeVTLDevices$;
3916
1625
  exports.DescribeVTLDevicesCommand = DescribeVTLDevicesCommand;
3917
- exports.DescribeVTLDevicesInput$ = DescribeVTLDevicesInput$;
3918
- exports.DescribeVTLDevicesOutput$ = DescribeVTLDevicesOutput$;
3919
- exports.DescribeWorkingStorage$ = DescribeWorkingStorage$;
3920
1626
  exports.DescribeWorkingStorageCommand = DescribeWorkingStorageCommand;
3921
- exports.DescribeWorkingStorageInput$ = DescribeWorkingStorageInput$;
3922
- exports.DescribeWorkingStorageOutput$ = DescribeWorkingStorageOutput$;
3923
- exports.DetachVolume$ = DetachVolume$;
3924
1627
  exports.DetachVolumeCommand = DetachVolumeCommand;
3925
- exports.DetachVolumeInput$ = DetachVolumeInput$;
3926
- exports.DetachVolumeOutput$ = DetachVolumeOutput$;
3927
- exports.DeviceiSCSIAttributes$ = DeviceiSCSIAttributes$;
3928
- exports.DisableGateway$ = DisableGateway$;
3929
1628
  exports.DisableGatewayCommand = DisableGatewayCommand;
3930
- exports.DisableGatewayInput$ = DisableGatewayInput$;
3931
- exports.DisableGatewayOutput$ = DisableGatewayOutput$;
3932
- exports.DisassociateFileSystem$ = DisassociateFileSystem$;
3933
1629
  exports.DisassociateFileSystemCommand = DisassociateFileSystemCommand;
3934
- exports.DisassociateFileSystemInput$ = DisassociateFileSystemInput$;
3935
- exports.DisassociateFileSystemOutput$ = DisassociateFileSystemOutput$;
3936
- exports.Disk$ = Disk$;
3937
1630
  exports.EncryptionType = EncryptionType;
3938
- exports.EndpointNetworkConfiguration$ = EndpointNetworkConfiguration$;
3939
1631
  exports.ErrorCode = ErrorCode;
3940
- exports.EvictFilesFailingUpload$ = EvictFilesFailingUpload$;
3941
1632
  exports.EvictFilesFailingUploadCommand = EvictFilesFailingUploadCommand;
3942
- exports.EvictFilesFailingUploadInput$ = EvictFilesFailingUploadInput$;
3943
- exports.EvictFilesFailingUploadOutput$ = EvictFilesFailingUploadOutput$;
3944
- exports.FileShareInfo$ = FileShareInfo$;
3945
1633
  exports.FileShareType = FileShareType;
3946
- exports.FileSystemAssociationInfo$ = FileSystemAssociationInfo$;
3947
- exports.FileSystemAssociationStatusDetail$ = FileSystemAssociationStatusDetail$;
3948
- exports.FileSystemAssociationSummary$ = FileSystemAssociationSummary$;
3949
1634
  exports.GatewayCapacity = GatewayCapacity;
3950
- exports.GatewayInfo$ = GatewayInfo$;
3951
1635
  exports.HostEnvironment = HostEnvironment;
3952
- exports.InternalServerError = InternalServerError;
3953
- exports.InternalServerError$ = InternalServerError$;
3954
- exports.InvalidGatewayRequestException = InvalidGatewayRequestException;
3955
- exports.InvalidGatewayRequestException$ = InvalidGatewayRequestException$;
3956
- exports.JoinDomain$ = JoinDomain$;
3957
1636
  exports.JoinDomainCommand = JoinDomainCommand;
3958
- exports.JoinDomainInput$ = JoinDomainInput$;
3959
- exports.JoinDomainOutput$ = JoinDomainOutput$;
3960
- exports.ListAutomaticTapeCreationPolicies$ = ListAutomaticTapeCreationPolicies$;
3961
1637
  exports.ListAutomaticTapeCreationPoliciesCommand = ListAutomaticTapeCreationPoliciesCommand;
3962
- exports.ListAutomaticTapeCreationPoliciesInput$ = ListAutomaticTapeCreationPoliciesInput$;
3963
- exports.ListAutomaticTapeCreationPoliciesOutput$ = ListAutomaticTapeCreationPoliciesOutput$;
3964
- exports.ListCacheReports$ = ListCacheReports$;
3965
1638
  exports.ListCacheReportsCommand = ListCacheReportsCommand;
3966
- exports.ListCacheReportsInput$ = ListCacheReportsInput$;
3967
- exports.ListCacheReportsOutput$ = ListCacheReportsOutput$;
3968
- exports.ListFileShares$ = ListFileShares$;
3969
1639
  exports.ListFileSharesCommand = ListFileSharesCommand;
3970
- exports.ListFileSharesInput$ = ListFileSharesInput$;
3971
- exports.ListFileSharesOutput$ = ListFileSharesOutput$;
3972
- exports.ListFileSystemAssociations$ = ListFileSystemAssociations$;
3973
1640
  exports.ListFileSystemAssociationsCommand = ListFileSystemAssociationsCommand;
3974
- exports.ListFileSystemAssociationsInput$ = ListFileSystemAssociationsInput$;
3975
- exports.ListFileSystemAssociationsOutput$ = ListFileSystemAssociationsOutput$;
3976
- exports.ListGateways$ = ListGateways$;
3977
1641
  exports.ListGatewaysCommand = ListGatewaysCommand;
3978
- exports.ListGatewaysInput$ = ListGatewaysInput$;
3979
- exports.ListGatewaysOutput$ = ListGatewaysOutput$;
3980
- exports.ListLocalDisks$ = ListLocalDisks$;
3981
1642
  exports.ListLocalDisksCommand = ListLocalDisksCommand;
3982
- exports.ListLocalDisksInput$ = ListLocalDisksInput$;
3983
- exports.ListLocalDisksOutput$ = ListLocalDisksOutput$;
3984
- exports.ListTagsForResource$ = ListTagsForResource$;
3985
1643
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3986
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
3987
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
3988
- exports.ListTapePools$ = ListTapePools$;
3989
1644
  exports.ListTapePoolsCommand = ListTapePoolsCommand;
3990
- exports.ListTapePoolsInput$ = ListTapePoolsInput$;
3991
- exports.ListTapePoolsOutput$ = ListTapePoolsOutput$;
3992
- exports.ListTapes$ = ListTapes$;
3993
1645
  exports.ListTapesCommand = ListTapesCommand;
3994
- exports.ListTapesInput$ = ListTapesInput$;
3995
- exports.ListTapesOutput$ = ListTapesOutput$;
3996
- exports.ListVolumeInitiators$ = ListVolumeInitiators$;
3997
1646
  exports.ListVolumeInitiatorsCommand = ListVolumeInitiatorsCommand;
3998
- exports.ListVolumeInitiatorsInput$ = ListVolumeInitiatorsInput$;
3999
- exports.ListVolumeInitiatorsOutput$ = ListVolumeInitiatorsOutput$;
4000
- exports.ListVolumeRecoveryPoints$ = ListVolumeRecoveryPoints$;
4001
1647
  exports.ListVolumeRecoveryPointsCommand = ListVolumeRecoveryPointsCommand;
4002
- exports.ListVolumeRecoveryPointsInput$ = ListVolumeRecoveryPointsInput$;
4003
- exports.ListVolumeRecoveryPointsOutput$ = ListVolumeRecoveryPointsOutput$;
4004
- exports.ListVolumes$ = ListVolumes$;
4005
1648
  exports.ListVolumesCommand = ListVolumesCommand;
4006
- exports.ListVolumesInput$ = ListVolumesInput$;
4007
- exports.ListVolumesOutput$ = ListVolumesOutput$;
4008
- exports.NFSFileShareDefaults$ = NFSFileShareDefaults$;
4009
- exports.NFSFileShareInfo$ = NFSFileShareInfo$;
4010
- exports.NetworkInterface$ = NetworkInterface$;
4011
- exports.NotifyWhenUploaded$ = NotifyWhenUploaded$;
4012
1649
  exports.NotifyWhenUploadedCommand = NotifyWhenUploadedCommand;
4013
- exports.NotifyWhenUploadedInput$ = NotifyWhenUploadedInput$;
4014
- exports.NotifyWhenUploadedOutput$ = NotifyWhenUploadedOutput$;
4015
1650
  exports.ObjectACL = ObjectACL;
4016
- exports.PoolInfo$ = PoolInfo$;
4017
1651
  exports.PoolStatus = PoolStatus;
4018
- exports.RefreshCache$ = RefreshCache$;
4019
1652
  exports.RefreshCacheCommand = RefreshCacheCommand;
4020
- exports.RefreshCacheInput$ = RefreshCacheInput$;
4021
- exports.RefreshCacheOutput$ = RefreshCacheOutput$;
4022
- exports.RemoveTagsFromResource$ = RemoveTagsFromResource$;
4023
1653
  exports.RemoveTagsFromResourceCommand = RemoveTagsFromResourceCommand;
4024
- exports.RemoveTagsFromResourceInput$ = RemoveTagsFromResourceInput$;
4025
- exports.RemoveTagsFromResourceOutput$ = RemoveTagsFromResourceOutput$;
4026
- exports.ResetCache$ = ResetCache$;
4027
1654
  exports.ResetCacheCommand = ResetCacheCommand;
4028
- exports.ResetCacheInput$ = ResetCacheInput$;
4029
- exports.ResetCacheOutput$ = ResetCacheOutput$;
4030
1655
  exports.RetentionLockType = RetentionLockType;
4031
- exports.RetrieveTapeArchive$ = RetrieveTapeArchive$;
4032
1656
  exports.RetrieveTapeArchiveCommand = RetrieveTapeArchiveCommand;
4033
- exports.RetrieveTapeArchiveInput$ = RetrieveTapeArchiveInput$;
4034
- exports.RetrieveTapeArchiveOutput$ = RetrieveTapeArchiveOutput$;
4035
- exports.RetrieveTapeRecoveryPoint$ = RetrieveTapeRecoveryPoint$;
4036
1657
  exports.RetrieveTapeRecoveryPointCommand = RetrieveTapeRecoveryPointCommand;
4037
- exports.RetrieveTapeRecoveryPointInput$ = RetrieveTapeRecoveryPointInput$;
4038
- exports.RetrieveTapeRecoveryPointOutput$ = RetrieveTapeRecoveryPointOutput$;
4039
- exports.SMBFileShareInfo$ = SMBFileShareInfo$;
4040
- exports.SMBLocalGroups$ = SMBLocalGroups$;
4041
1658
  exports.SMBSecurityStrategy = SMBSecurityStrategy;
4042
- exports.ServiceUnavailableError = ServiceUnavailableError;
4043
- exports.ServiceUnavailableError$ = ServiceUnavailableError$;
4044
- exports.SetLocalConsolePassword$ = SetLocalConsolePassword$;
4045
1659
  exports.SetLocalConsolePasswordCommand = SetLocalConsolePasswordCommand;
4046
- exports.SetLocalConsolePasswordInput$ = SetLocalConsolePasswordInput$;
4047
- exports.SetLocalConsolePasswordOutput$ = SetLocalConsolePasswordOutput$;
4048
- exports.SetSMBGuestPassword$ = SetSMBGuestPassword$;
4049
1660
  exports.SetSMBGuestPasswordCommand = SetSMBGuestPasswordCommand;
4050
- exports.SetSMBGuestPasswordInput$ = SetSMBGuestPasswordInput$;
4051
- exports.SetSMBGuestPasswordOutput$ = SetSMBGuestPasswordOutput$;
4052
- exports.ShutdownGateway$ = ShutdownGateway$;
4053
1661
  exports.ShutdownGatewayCommand = ShutdownGatewayCommand;
4054
- exports.ShutdownGatewayInput$ = ShutdownGatewayInput$;
4055
- exports.ShutdownGatewayOutput$ = ShutdownGatewayOutput$;
4056
- exports.SoftwareUpdatePreferences$ = SoftwareUpdatePreferences$;
4057
- exports.StartAvailabilityMonitorTest$ = StartAvailabilityMonitorTest$;
4058
1662
  exports.StartAvailabilityMonitorTestCommand = StartAvailabilityMonitorTestCommand;
4059
- exports.StartAvailabilityMonitorTestInput$ = StartAvailabilityMonitorTestInput$;
4060
- exports.StartAvailabilityMonitorTestOutput$ = StartAvailabilityMonitorTestOutput$;
4061
- exports.StartCacheReport$ = StartCacheReport$;
4062
1663
  exports.StartCacheReportCommand = StartCacheReportCommand;
4063
- exports.StartCacheReportInput$ = StartCacheReportInput$;
4064
- exports.StartCacheReportOutput$ = StartCacheReportOutput$;
4065
- exports.StartGateway$ = StartGateway$;
4066
1664
  exports.StartGatewayCommand = StartGatewayCommand;
4067
- exports.StartGatewayInput$ = StartGatewayInput$;
4068
- exports.StartGatewayOutput$ = StartGatewayOutput$;
4069
1665
  exports.StorageGateway = StorageGateway;
4070
1666
  exports.StorageGatewayClient = StorageGatewayClient;
4071
- exports.StorageGatewayError$ = StorageGatewayError$;
4072
- exports.StorageGatewayServiceException = StorageGatewayServiceException;
4073
- exports.StorageGatewayServiceException$ = StorageGatewayServiceException$;
4074
- exports.StorediSCSIVolume$ = StorediSCSIVolume$;
4075
- exports.Tag$ = Tag$;
4076
- exports.Tape$ = Tape$;
4077
- exports.TapeArchive$ = TapeArchive$;
4078
- exports.TapeInfo$ = TapeInfo$;
4079
- exports.TapeRecoveryPointInfo$ = TapeRecoveryPointInfo$;
4080
1667
  exports.TapeStorageClass = TapeStorageClass;
4081
- exports.UpdateAutomaticTapeCreationPolicy$ = UpdateAutomaticTapeCreationPolicy$;
4082
1668
  exports.UpdateAutomaticTapeCreationPolicyCommand = UpdateAutomaticTapeCreationPolicyCommand;
4083
- exports.UpdateAutomaticTapeCreationPolicyInput$ = UpdateAutomaticTapeCreationPolicyInput$;
4084
- exports.UpdateAutomaticTapeCreationPolicyOutput$ = UpdateAutomaticTapeCreationPolicyOutput$;
4085
- exports.UpdateBandwidthRateLimit$ = UpdateBandwidthRateLimit$;
4086
1669
  exports.UpdateBandwidthRateLimitCommand = UpdateBandwidthRateLimitCommand;
4087
- exports.UpdateBandwidthRateLimitInput$ = UpdateBandwidthRateLimitInput$;
4088
- exports.UpdateBandwidthRateLimitOutput$ = UpdateBandwidthRateLimitOutput$;
4089
- exports.UpdateBandwidthRateLimitSchedule$ = UpdateBandwidthRateLimitSchedule$;
4090
1670
  exports.UpdateBandwidthRateLimitScheduleCommand = UpdateBandwidthRateLimitScheduleCommand;
4091
- exports.UpdateBandwidthRateLimitScheduleInput$ = UpdateBandwidthRateLimitScheduleInput$;
4092
- exports.UpdateBandwidthRateLimitScheduleOutput$ = UpdateBandwidthRateLimitScheduleOutput$;
4093
- exports.UpdateChapCredentials$ = UpdateChapCredentials$;
4094
1671
  exports.UpdateChapCredentialsCommand = UpdateChapCredentialsCommand;
4095
- exports.UpdateChapCredentialsInput$ = UpdateChapCredentialsInput$;
4096
- exports.UpdateChapCredentialsOutput$ = UpdateChapCredentialsOutput$;
4097
- exports.UpdateFileSystemAssociation$ = UpdateFileSystemAssociation$;
4098
1672
  exports.UpdateFileSystemAssociationCommand = UpdateFileSystemAssociationCommand;
4099
- exports.UpdateFileSystemAssociationInput$ = UpdateFileSystemAssociationInput$;
4100
- exports.UpdateFileSystemAssociationOutput$ = UpdateFileSystemAssociationOutput$;
4101
- exports.UpdateGatewayInformation$ = UpdateGatewayInformation$;
4102
1673
  exports.UpdateGatewayInformationCommand = UpdateGatewayInformationCommand;
4103
- exports.UpdateGatewayInformationInput$ = UpdateGatewayInformationInput$;
4104
- exports.UpdateGatewayInformationOutput$ = UpdateGatewayInformationOutput$;
4105
- exports.UpdateGatewaySoftwareNow$ = UpdateGatewaySoftwareNow$;
4106
1674
  exports.UpdateGatewaySoftwareNowCommand = UpdateGatewaySoftwareNowCommand;
4107
- exports.UpdateGatewaySoftwareNowInput$ = UpdateGatewaySoftwareNowInput$;
4108
- exports.UpdateGatewaySoftwareNowOutput$ = UpdateGatewaySoftwareNowOutput$;
4109
- exports.UpdateMaintenanceStartTime$ = UpdateMaintenanceStartTime$;
4110
1675
  exports.UpdateMaintenanceStartTimeCommand = UpdateMaintenanceStartTimeCommand;
4111
- exports.UpdateMaintenanceStartTimeInput$ = UpdateMaintenanceStartTimeInput$;
4112
- exports.UpdateMaintenanceStartTimeOutput$ = UpdateMaintenanceStartTimeOutput$;
4113
- exports.UpdateNFSFileShare$ = UpdateNFSFileShare$;
4114
1676
  exports.UpdateNFSFileShareCommand = UpdateNFSFileShareCommand;
4115
- exports.UpdateNFSFileShareInput$ = UpdateNFSFileShareInput$;
4116
- exports.UpdateNFSFileShareOutput$ = UpdateNFSFileShareOutput$;
4117
- exports.UpdateSMBFileShare$ = UpdateSMBFileShare$;
4118
1677
  exports.UpdateSMBFileShareCommand = UpdateSMBFileShareCommand;
4119
- exports.UpdateSMBFileShareInput$ = UpdateSMBFileShareInput$;
4120
- exports.UpdateSMBFileShareOutput$ = UpdateSMBFileShareOutput$;
4121
- exports.UpdateSMBFileShareVisibility$ = UpdateSMBFileShareVisibility$;
4122
1678
  exports.UpdateSMBFileShareVisibilityCommand = UpdateSMBFileShareVisibilityCommand;
4123
- exports.UpdateSMBFileShareVisibilityInput$ = UpdateSMBFileShareVisibilityInput$;
4124
- exports.UpdateSMBFileShareVisibilityOutput$ = UpdateSMBFileShareVisibilityOutput$;
4125
- exports.UpdateSMBLocalGroups$ = UpdateSMBLocalGroups$;
4126
1679
  exports.UpdateSMBLocalGroupsCommand = UpdateSMBLocalGroupsCommand;
4127
- exports.UpdateSMBLocalGroupsInput$ = UpdateSMBLocalGroupsInput$;
4128
- exports.UpdateSMBLocalGroupsOutput$ = UpdateSMBLocalGroupsOutput$;
4129
- exports.UpdateSMBSecurityStrategy$ = UpdateSMBSecurityStrategy$;
4130
1680
  exports.UpdateSMBSecurityStrategyCommand = UpdateSMBSecurityStrategyCommand;
4131
- exports.UpdateSMBSecurityStrategyInput$ = UpdateSMBSecurityStrategyInput$;
4132
- exports.UpdateSMBSecurityStrategyOutput$ = UpdateSMBSecurityStrategyOutput$;
4133
- exports.UpdateSnapshotSchedule$ = UpdateSnapshotSchedule$;
4134
1681
  exports.UpdateSnapshotScheduleCommand = UpdateSnapshotScheduleCommand;
4135
- exports.UpdateSnapshotScheduleInput$ = UpdateSnapshotScheduleInput$;
4136
- exports.UpdateSnapshotScheduleOutput$ = UpdateSnapshotScheduleOutput$;
4137
- exports.UpdateVTLDeviceType$ = UpdateVTLDeviceType$;
4138
1682
  exports.UpdateVTLDeviceTypeCommand = UpdateVTLDeviceTypeCommand;
4139
- exports.UpdateVTLDeviceTypeInput$ = UpdateVTLDeviceTypeInput$;
4140
- exports.UpdateVTLDeviceTypeOutput$ = UpdateVTLDeviceTypeOutput$;
4141
- exports.VTLDevice$ = VTLDevice$;
4142
- exports.VolumeInfo$ = VolumeInfo$;
4143
- exports.VolumeRecoveryPointInfo$ = VolumeRecoveryPointInfo$;
4144
- exports.VolumeiSCSIAttributes$ = VolumeiSCSIAttributes$;
4145
1683
  exports.paginateDescribeTapeArchives = paginateDescribeTapeArchives;
4146
1684
  exports.paginateDescribeTapeRecoveryPoints = paginateDescribeTapeRecoveryPoints;
4147
1685
  exports.paginateDescribeTapes = paginateDescribeTapes;
@@ -4154,3 +1692,15 @@ exports.paginateListTagsForResource = paginateListTagsForResource;
4154
1692
  exports.paginateListTapePools = paginateListTapePools;
4155
1693
  exports.paginateListTapes = paginateListTapes;
4156
1694
  exports.paginateListVolumes = paginateListVolumes;
1695
+ Object.keys(schemas_0).forEach(function (k) {
1696
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1697
+ enumerable: true,
1698
+ get: function () { return schemas_0[k]; }
1699
+ });
1700
+ });
1701
+ Object.keys(errors).forEach(function (k) {
1702
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1703
+ enumerable: true,
1704
+ get: function () { return errors[k]; }
1705
+ });
1706
+ });