@aws-sdk/client-fsx 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist-cjs/index.js +3036 -2879
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FSxClient.js +2 -0
  4. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -9
  5. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -9
  6. package/dist-es/commands/CopyBackupCommand.js +3 -10
  7. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +3 -10
  8. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +3 -9
  9. package/dist-es/commands/CreateBackupCommand.js +3 -10
  10. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -9
  11. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -9
  12. package/dist-es/commands/CreateFileCacheCommand.js +3 -9
  13. package/dist-es/commands/CreateFileSystemCommand.js +3 -11
  14. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -11
  15. package/dist-es/commands/CreateSnapshotCommand.js +3 -10
  16. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -10
  17. package/dist-es/commands/CreateVolumeCommand.js +3 -10
  18. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -10
  19. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  20. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -9
  21. package/dist-es/commands/DeleteFileCacheCommand.js +3 -9
  22. package/dist-es/commands/DeleteFileSystemCommand.js +3 -9
  23. package/dist-es/commands/DeleteSnapshotCommand.js +3 -9
  24. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -9
  25. package/dist-es/commands/DeleteVolumeCommand.js +3 -9
  26. package/dist-es/commands/DescribeBackupsCommand.js +3 -10
  27. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -9
  28. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -9
  29. package/dist-es/commands/DescribeFileCachesCommand.js +3 -9
  30. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -9
  31. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -10
  32. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +3 -9
  33. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +3 -9
  34. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -10
  35. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -9
  36. package/dist-es/commands/DescribeVolumesCommand.js +3 -10
  37. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +3 -9
  38. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -9
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  40. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -10
  41. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -10
  42. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +3 -10
  43. package/dist-es/commands/TagResourceCommand.js +3 -9
  44. package/dist-es/commands/UntagResourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -9
  46. package/dist-es/commands/UpdateFileCacheCommand.js +3 -9
  47. package/dist-es/commands/UpdateFileSystemCommand.js +3 -11
  48. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +3 -9
  49. package/dist-es/commands/UpdateSnapshotCommand.js +3 -10
  50. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -10
  51. package/dist-es/commands/UpdateVolumeCommand.js +3 -10
  52. package/dist-es/models/models_0.js +0 -122
  53. package/dist-es/models/models_1.js +1 -62
  54. package/dist-es/runtimeConfig.shared.js +7 -0
  55. package/dist-es/schemas/schemas_0.js +2855 -0
  56. package/dist-types/FSxClient.d.ts +10 -1
  57. package/dist-types/models/models_0.d.ts +0 -80
  58. package/dist-types/models/models_1.d.ts +0 -68
  59. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  60. package/dist-types/runtimeConfig.d.ts +1 -0
  61. package/dist-types/runtimeConfig.native.d.ts +1 -0
  62. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  63. package/dist-types/schemas/schemas_0.d.ts +359 -0
  64. package/dist-types/ts3.4/FSxClient.d.ts +4 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +0 -54
  66. package/dist-types/ts3.4/models/models_1.d.ts +0 -49
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +365 -0
  72. package/package.json +5 -6
  73. package/dist-es/protocols/Aws_json1_1.js +0 -2207
  74. package/dist-types/protocols/Aws_json1_1.d.ts +0 -434
  75. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -581
@@ -0,0 +1,2855 @@
1
+ const _A = "Aggregates";
2
+ const _AA = "AdministrativeAction";
3
+ const _AAFD = "AdministrativeActionFailureDetails";
4
+ const _AAT = "AdministrativeActionType";
5
+ const _AAd = "AdministrativeActions";
6
+ const _ABRD = "AutomaticBackupRetentionDays";
7
+ const _AC = "AggregateConfiguration";
8
+ const _ADBA = "ActiveDirectoryBackupAttributes";
9
+ const _ADC = "ActiveDirectoryConfiguration";
10
+ const _ADE = "ActiveDirectoryError";
11
+ const _ADI = "ActiveDirectoryId";
12
+ const _AEP = "AutoExportPolicy";
13
+ const _AFSA = "AssociateFileSystemAliases";
14
+ const _AFSAR = "AssociateFileSystemAliasesRequest";
15
+ const _AFSARs = "AssociateFileSystemAliasesResponse";
16
+ const _AI = "AssociationId";
17
+ const _AIP = "AutoImportPolicy";
18
+ const _AIs = "AssociationIds";
19
+ const _ALC = "AuditLogConfiguration";
20
+ const _ALD = "AuditLogDestination";
21
+ const _ALV = "AuditLogVolume";
22
+ const _AP = "AdminPassword";
23
+ const _APAOBY = "AccessPointAlreadyOwnedByYou";
24
+ const _APu = "AutocommitPeriod";
25
+ const _ARTI = "AddRouteTableIds";
26
+ const _Al = "Alias";
27
+ const _Ali = "Aliases";
28
+ const _As = "Association";
29
+ const _Ass = "Associations";
30
+ const _B = "Backup";
31
+ const _BBC = "BackupBeingCopied";
32
+ const _BFD = "BackupFailureDetails";
33
+ const _BI = "BackupId";
34
+ const _BIMDOC = "BatchImportMetaDataOnCreate";
35
+ const _BIP = "BackupInProgress";
36
+ const _BIa = "BackupIds";
37
+ const _BNF = "BackupNotFound";
38
+ const _BR = "BackupRestoring";
39
+ const _BRa = "BadRequest";
40
+ const _BSER = "BypassSnaplockEnterpriseRetention";
41
+ const _Ba = "Backups";
42
+ const _C = "Clients";
43
+ const _CAASAP = "CreateAndAttachS3AccessPoint";
44
+ const _CAASAPOZFSC = "CreateAndAttachS3AccessPointOpenZFSConfiguration";
45
+ const _CAASAPR = "CreateAndAttachS3AccessPointRequest";
46
+ const _CAASAPRr = "CreateAndAttachS3AccessPointResponse";
47
+ const _CAASAPSC = "CreateAndAttachS3AccessPointS3Configuration";
48
+ const _CAC = "CreateAggregateConfiguration";
49
+ const _CB = "CopyBackup";
50
+ const _CBR = "CopyBackupRequest";
51
+ const _CBRo = "CopyBackupResponse";
52
+ const _CBRr = "CreateBackupRequest";
53
+ const _CBRre = "CreateBackupResponse";
54
+ const _CBr = "CreateBackup";
55
+ const _CC = "ClientConfigurations";
56
+ const _CDRA = "CreateDataRepositoryAssociation";
57
+ const _CDRAR = "CreateDataRepositoryAssociationRequest";
58
+ const _CDRARr = "CreateDataRepositoryAssociationResponse";
59
+ const _CDRT = "CancelDataRepositoryTask";
60
+ const _CDRTR = "CancelDataRepositoryTaskRequest";
61
+ const _CDRTRa = "CancelDataRepositoryTaskResponse";
62
+ const _CDRTRr = "CreateDataRepositoryTaskRequest";
63
+ const _CDRTRre = "CreateDataRepositoryTaskResponse";
64
+ const _CDRTr = "CreateDataRepositoryTask";
65
+ const _CFC = "CreateFileCache";
66
+ const _CFCDRA = "CreateFileCacheDataRepositoryAssociations";
67
+ const _CFCLC = "CreateFileCacheLustreConfiguration";
68
+ const _CFCR = "CreateFileCacheRequest";
69
+ const _CFCRr = "CreateFileCacheResponse";
70
+ const _CFS = "CreateFileSystem";
71
+ const _CFSFB = "CreateFileSystemFromBackup";
72
+ const _CFSFBR = "CreateFileSystemFromBackupRequest";
73
+ const _CFSFBRr = "CreateFileSystemFromBackupResponse";
74
+ const _CFSLC = "CreateFileSystemLustreConfiguration";
75
+ const _CFSLMC = "CreateFileSystemLustreMetadataConfiguration";
76
+ const _CFSOC = "CreateFileSystemOntapConfiguration";
77
+ const _CFSOZFSC = "CreateFileSystemOpenZFSConfiguration";
78
+ const _CFSR = "CreateFileSystemRequest";
79
+ const _CFSRr = "CreateFileSystemResponse";
80
+ const _CFSWC = "CreateFileSystemWindowsConfiguration";
81
+ const _COVC = "CreateOntapVolumeConfiguration";
82
+ const _COZFSOSC = "CreateOpenZFSOriginSnapshotConfiguration";
83
+ const _COZFSVC = "CreateOpenZFSVolumeConfiguration";
84
+ const _CP = "CoolingPeriod";
85
+ const _CPA = "ConstituentsPerAggregate";
86
+ const _CR = "CompletionReport";
87
+ const _CRT = "ClientRequestToken";
88
+ const _CS = "CopyStrategy";
89
+ const _CSADC = "CreateSvmActiveDirectoryConfiguration";
90
+ const _CSAUV = "CopySnapshotAndUpdateVolume";
91
+ const _CSAUVR = "CopySnapshotAndUpdateVolumeRequest";
92
+ const _CSAUVRo = "CopySnapshotAndUpdateVolumeResponse";
93
+ const _CSC = "CreateSnaplockConfiguration";
94
+ const _CSR = "CreateSnapshotRequest";
95
+ const _CSRr = "CreateSnapshotResponse";
96
+ const _CSVM = "CreateStorageVirtualMachine";
97
+ const _CSVMR = "CreateStorageVirtualMachineRequest";
98
+ const _CSVMRr = "CreateStorageVirtualMachineResponse";
99
+ const _CSr = "CreateSnapshot";
100
+ const _CT = "CreationTime";
101
+ const _CTR = "CapacityToRelease";
102
+ const _CTTB = "CopyTagsToBackups";
103
+ const _CTTDRA = "CopyTagsToDataRepositoryAssociations";
104
+ const _CTTS = "CopyTagsToSnapshots";
105
+ const _CTTV = "CopyTagsToVolumes";
106
+ const _CTo = "CopyTags";
107
+ const _CV = "CreateVolume";
108
+ const _CVFB = "CreateVolumeFromBackup";
109
+ const _CVFBR = "CreateVolumeFromBackupRequest";
110
+ const _CVFBRr = "CreateVolumeFromBackupResponse";
111
+ const _CVR = "CreateVolumeRequest";
112
+ const _CVRr = "CreateVolumeResponse";
113
+ const _D = "Destination";
114
+ const _DABST = "DailyAutomaticBackupStartTime";
115
+ const _DADSAP = "DetachAndDeleteS3AccessPoint";
116
+ const _DADSAPR = "DetachAndDeleteS3AccessPointRequest";
117
+ const _DADSAPRe = "DetachAndDeleteS3AccessPointResponse";
118
+ const _DB = "DeleteBackup";
119
+ const _DBR = "DeleteBackupRequest";
120
+ const _DBRe = "DeleteBackupResponse";
121
+ const _DBRes = "DescribeBackupsRequest";
122
+ const _DBResc = "DescribeBackupsResponse";
123
+ const _DBe = "DescribeBackups";
124
+ const _DCT = "DriveCacheType";
125
+ const _DCTa = "DataCompressionType";
126
+ const _DCV = "DeleteClonedVolumes";
127
+ const _DDIFS = "DeleteDataInFileSystem";
128
+ const _DDRA = "DeleteDataRepositoryAssociation";
129
+ const _DDRAR = "DeleteDataRepositoryAssociationRequest";
130
+ const _DDRARe = "DeleteDataRepositoryAssociationResponse";
131
+ const _DDRARes = "DescribeDataRepositoryAssociationsRequest";
132
+ const _DDRAResc = "DescribeDataRepositoryAssociationsResponse";
133
+ const _DDRAe = "DescribeDataRepositoryAssociations";
134
+ const _DDRT = "DescribeDataRepositoryTasks";
135
+ const _DDRTR = "DescribeDataRepositoryTasksRequest";
136
+ const _DDRTRe = "DescribeDataRepositoryTasksResponse";
137
+ const _DFC = "DeleteFileCache";
138
+ const _DFCR = "DeleteFileCacheRequest";
139
+ const _DFCRe = "DeleteFileCacheResponse";
140
+ const _DFCRes = "DescribeFileCachesRequest";
141
+ const _DFCResc = "DescribeFileCachesResponse";
142
+ const _DFCe = "DescribeFileCaches";
143
+ const _DFS = "DeleteFileSystem";
144
+ const _DFSA = "DescribeFileSystemAliases";
145
+ const _DFSAR = "DescribeFileSystemAliasesRequest";
146
+ const _DFSARe = "DescribeFileSystemAliasesResponse";
147
+ const _DFSARi = "DisassociateFileSystemAliasesRequest";
148
+ const _DFSARis = "DisassociateFileSystemAliasesResponse";
149
+ const _DFSAi = "DisassociateFileSystemAliases";
150
+ const _DFSLC = "DeleteFileSystemLustreConfiguration";
151
+ const _DFSLR = "DeleteFileSystemLustreResponse";
152
+ const _DFSOZFSC = "DeleteFileSystemOpenZFSConfiguration";
153
+ const _DFSOZFSR = "DeleteFileSystemOpenZFSResponse";
154
+ const _DFSR = "DeleteFileSystemRequest";
155
+ const _DFSRe = "DeleteFileSystemResponse";
156
+ const _DFSRes = "DescribeFileSystemsRequest";
157
+ const _DFSResc = "DescribeFileSystemsResponse";
158
+ const _DFSWC = "DeleteFileSystemWindowsConfiguration";
159
+ const _DFSWR = "DeleteFileSystemWindowsResponse";
160
+ const _DFSe = "DescribeFileSystems";
161
+ const _DI = "DirectoryInformation";
162
+ const _DIC = "DiskIopsConfiguration";
163
+ const _DID = "DeleteIntermediateData";
164
+ const _DIS = "DeleteIntermediateSnaphots";
165
+ const _DIn = "DnsIps";
166
+ const _DJSAS = "DomainJoinServiceAccountSecret";
167
+ const _DN = "DomainName";
168
+ const _DNSN = "DNSName";
169
+ const _DP = "DirectoryPassword";
170
+ const _DR = "DefaultRetention";
171
+ const _DRA = "DataRepositoryAssociations";
172
+ const _DRAI = "DataRepositoryAssociationIds";
173
+ const _DRANF = "DataRepositoryAssociationNotFound";
174
+ const _DRAa = "DataRepositoryAssociation";
175
+ const _DRC = "DataRepositoryConfiguration";
176
+ const _DRCC = "DataReadCacheConfiguration";
177
+ const _DRFD = "DataRepositoryFailureDetails";
178
+ const _DRP = "DataRepositoryPath";
179
+ const _DRS = "DataRepositorySubdirectories";
180
+ const _DRT = "DataRepositoryTask";
181
+ const _DRTE = "DataRepositoryTaskEnded";
182
+ const _DRTEa = "DataRepositoryTaskExecuting";
183
+ const _DRTF = "DataRepositoryTaskFilter";
184
+ const _DRTFD = "DataRepositoryTaskFailureDetails";
185
+ const _DRTFa = "DataRepositoryTaskFilters";
186
+ const _DRTNF = "DataRepositoryTaskNotFound";
187
+ const _DRTS = "DataRepositoryTaskStatus";
188
+ const _DRTa = "DataRepositoryTasks";
189
+ const _DS = "DestinationSnapshot";
190
+ const _DSAPA = "DescribeS3AccessPointAttachments";
191
+ const _DSAPAR = "DescribeS3AccessPointAttachmentsRequest";
192
+ const _DSAPARe = "DescribeS3AccessPointAttachmentsResponse";
193
+ const _DSLA = "DurationSinceLastAccess";
194
+ const _DSR = "DeleteSnapshotRequest";
195
+ const _DSRe = "DeleteSnapshotResponse";
196
+ const _DSRes = "DescribeSnapshotsRequest";
197
+ const _DSResc = "DescribeSnapshotsResponse";
198
+ const _DSVC = "DescribeSharedVpcConfiguration";
199
+ const _DSVCR = "DescribeSharedVpcConfigurationRequest";
200
+ const _DSVCRe = "DescribeSharedVpcConfigurationResponse";
201
+ const _DSVM = "DeleteStorageVirtualMachine";
202
+ const _DSVMR = "DeleteStorageVirtualMachineRequest";
203
+ const _DSVMRe = "DeleteStorageVirtualMachineResponse";
204
+ const _DSVMRes = "DescribeStorageVirtualMachinesRequest";
205
+ const _DSVMResc = "DescribeStorageVirtualMachinesResponse";
206
+ const _DSVMe = "DescribeStorageVirtualMachines";
207
+ const _DSe = "DeleteSnapshot";
208
+ const _DSes = "DescribeSnapshots";
209
+ const _DT = "DeploymentType";
210
+ const _DV = "DeleteVolume";
211
+ const _DVOC = "DeleteVolumeOntapConfiguration";
212
+ const _DVOR = "DeleteVolumeOntapResponse";
213
+ const _DVOZFSC = "DeleteVolumeOpenZFSConfiguration";
214
+ const _DVR = "DeleteVolumeRequest";
215
+ const _DVRe = "DeleteVolumeResponse";
216
+ const _DVRes = "DescribeVolumesRequest";
217
+ const _DVResc = "DescribeVolumesResponse";
218
+ const _DVe = "DescribeVolumes";
219
+ const _E = "Error";
220
+ const _EC = "ErrorCode";
221
+ const _EE = "EfaEnabled";
222
+ const _EFRTUFPA = "EnableFsxRouteTableUpdatesFromParticipantAccounts";
223
+ const _EIA = "EndpointIpAddress";
224
+ const _EIAR = "EndpointIpAddressRange";
225
+ const _EIARn = "EndpointIpv6AddressRange";
226
+ const _EIAn = "EndpointIpv6Address";
227
+ const _EP = "ExportPath";
228
+ const _ET = "EndTime";
229
+ const _En = "Enabled";
230
+ const _End = "Endpoints";
231
+ const _Ev = "Events";
232
+ const _F = "Format";
233
+ const _FAALL = "FileAccessAuditLogLevel";
234
+ const _FAP = "FsxAdminPassword";
235
+ const _FBI = "FinalBackupId";
236
+ const _FBT = "FinalBackupTags";
237
+ const _FC = "FileCache";
238
+ const _FCC = "FileCacheCreating";
239
+ const _FCDRA = "FileCacheDataRepositoryAssociation";
240
+ const _FCET = "FlexCacheEndpointType";
241
+ const _FCFD = "FileCacheFailureDetails";
242
+ const _FCI = "FileCacheId";
243
+ const _FCIi = "FileCacheIds";
244
+ const _FCLC = "FileCacheLustreConfiguration";
245
+ const _FCLMC = "FileCacheLustreMetadataConfiguration";
246
+ const _FCNF = "FileCacheNotFound";
247
+ const _FCNFSC = "FileCacheNFSConfiguration";
248
+ const _FCP = "FileCachePath";
249
+ const _FCT = "FileCacheType";
250
+ const _FCTV = "FileCacheTypeVersion";
251
+ const _FCa = "FailedCount";
252
+ const _FCi = "FileCaches";
253
+ const _FD = "FailureDetails";
254
+ const _FS = "FileSystem";
255
+ const _FSAALL = "FileShareAccessAuditLogLevel";
256
+ const _FSAG = "FileSystemAdministratorsGroup";
257
+ const _FSE = "FileSystemEndpoint";
258
+ const _FSEi = "FileSystemEndpoints";
259
+ const _FSFD = "FileSystemFailureDetails";
260
+ const _FSI = "FileSystemId";
261
+ const _FSIi = "FileSystemIdentity";
262
+ const _FSIil = "FileSystemIds";
263
+ const _FSLMC = "FileSystemLustreMetadataConfiguration";
264
+ const _FSNF = "FileSystemNotFound";
265
+ const _FSP = "FileSystemPath";
266
+ const _FST = "FileSystemType";
267
+ const _FSTV = "FileSystemTypeVersion";
268
+ const _FSi = "FileSystems";
269
+ const _Fi = "Filters";
270
+ const _Fil = "Filter";
271
+ const _G = "Gid";
272
+ const _HAP = "HAPairs";
273
+ const _I = "Iops";
274
+ const _IA = "IpAddresses";
275
+ const _IAP = "InvalidAccessPoint";
276
+ const _IAp = "Ipv6Addresses";
277
+ const _IDKK = "InvalidDestinationKmsKey";
278
+ const _IDRT = "InvalidDataRepositoryType";
279
+ const _IEP = "InvalidExportPath";
280
+ const _IFCS = "ImportedFileChunkSize";
281
+ const _IIP = "InvalidImportPath";
282
+ const _INS = "InvalidNetworkSettings";
283
+ const _IP = "ImportPath";
284
+ const _IPE = "IncompatibleParameterError";
285
+ const _IPUST = "InvalidPerUnitStorageThroughput";
286
+ const _IR = "InvalidRegion";
287
+ const _IRFMAZ = "IncompatibleRegionForMultiAZ";
288
+ const _IRTI = "InvalidRouteTableId";
289
+ const _IRn = "InvalidRequest";
290
+ const _IS = "IncludeShared";
291
+ const _ISE = "InternalServerError";
292
+ const _ISGI = "InvalidSecurityGroupId";
293
+ const _ISI = "InvalidSubnetId";
294
+ const _ISKK = "InvalidSourceKmsKey";
295
+ const _Id = "Id";
296
+ const _In = "Intercluster";
297
+ const _Is = "Iscsi";
298
+ const _JP = "JunctionPath";
299
+ const _K = "Key";
300
+ const _KKI = "KmsKeyId";
301
+ const _L = "Lifecycle";
302
+ const _LC = "LustreConfiguration";
303
+ const _LCo = "LogConfiguration";
304
+ const _LFSC = "LustreFileSystemConfiguration";
305
+ const _LLC = "LustreLogConfiguration";
306
+ const _LLCC = "LustreLogCreateConfiguration";
307
+ const _LR = "LustreResponse";
308
+ const _LRCC = "LustreReadCacheConfiguration";
309
+ const _LRSC = "LustreRootSquashConfiguration";
310
+ const _LTFR = "ListTagsForResource";
311
+ const _LTFRR = "ListTagsForResourceRequest";
312
+ const _LTFRRi = "ListTagsForResourceResponse";
313
+ const _LTR = "LifecycleTransitionReason";
314
+ const _LUT = "LastUpdatedTime";
315
+ const _Le = "Level";
316
+ const _Li = "Limit";
317
+ const _M = "Message";
318
+ const _MC = "MetadataConfiguration";
319
+ const _MFCC = "MissingFileCacheConfiguration";
320
+ const _MFSC = "MissingFileSystemConfiguration";
321
+ const _MN = "MountName";
322
+ const _MOIP = "MaintenanceOperationsInProgress";
323
+ const _MR = "MaxResults";
324
+ const _MRa = "MaximumRetention";
325
+ const _MRi = "MinimumRetention";
326
+ const _MVC = "MissingVolumeConfiguration";
327
+ const _Ma = "Management";
328
+ const _Mo = "Mode";
329
+ const _N = "Name";
330
+ const _NBN = "NetBiosName";
331
+ const _NE = "NfsExports";
332
+ const _NFS = "NFS";
333
+ const _NFSDRC = "NFSDataRepositoryConfiguration";
334
+ const _NII = "NetworkInterfaceIds";
335
+ const _NSN = "NoSquashNids";
336
+ const _NSRE = "NotServiceResourceError";
337
+ const _NT = "NetworkType";
338
+ const _NTe = "NextToken";
339
+ const _Na = "Names";
340
+ const _Nf = "Nfs";
341
+ const _O = "Options";
342
+ const _OC = "OntapConfiguration";
343
+ const _OFSC = "OntapFileSystemConfiguration";
344
+ const _OI = "OwnerId";
345
+ const _OR = "OntapResponse";
346
+ const _OS = "OriginSnapshot";
347
+ const _OUDN = "OrganizationalUnitDistinguishedName";
348
+ const _OVC = "OntapVolumeConfiguration";
349
+ const _OVT = "OntapVolumeType";
350
+ const _OZFSC = "OpenZFSConfiguration";
351
+ const _OZFSCC = "OpenZFSClientConfiguration";
352
+ const _OZFSCCp = "OpenZFSClientConfigurations";
353
+ const _OZFSCRVC = "OpenZFSCreateRootVolumeConfiguration";
354
+ const _OZFSFSC = "OpenZFSFileSystemConfiguration";
355
+ const _OZFSFSI = "OpenZFSFileSystemIdentity";
356
+ const _OZFSNE = "OpenZFSNfsExport";
357
+ const _OZFSNEp = "OpenZFSNfsExports";
358
+ const _OZFSOSC = "OpenZFSOriginSnapshotConfiguration";
359
+ const _OZFSPFSU = "OpenZFSPosixFileSystemUser";
360
+ const _OZFSR = "OpenZFSResponse";
361
+ const _OZFSRCC = "OpenZFSReadCacheConfiguration";
362
+ const _OZFSUAGQ = "OpenZFSUserAndGroupQuotas";
363
+ const _OZFSUOGQ = "OpenZFSUserOrGroupQuota";
364
+ const _OZFSVC = "OpenZFSVolumeConfiguration";
365
+ const _P = "Path";
366
+ const _PD = "PrivilegedDelete";
367
+ const _PFSI = "PreferredFileServerIp";
368
+ const _PFSIr = "PreferredFileServerIpv6";
369
+ const _PP = "ProgressPercent";
370
+ const _PSI = "PreferredSubnetId";
371
+ const _PU = "PosixUser";
372
+ const _PUST = "PerUnitStorageThroughput";
373
+ const _PVI = "ParentVolumeId";
374
+ const _Pa = "Paths";
375
+ const _Par = "Parameter";
376
+ const _Pas = "Password";
377
+ const _Po = "Policy";
378
+ const _R = "Report";
379
+ const _RAE = "RemoteAdministrationEndpoint";
380
+ const _RARN = "ResourceARN";
381
+ const _RC = "ReleaseConfiguration";
382
+ const _RCC = "ReadCacheConfiguration";
383
+ const _RCe = "ReleasedCapacity";
384
+ const _RDNST = "ResourceDoesNotSupportTagging";
385
+ const _RFSNVL = "ReleaseFileSystemNfsV3Locks";
386
+ const _RFSNVLR = "ReleaseFileSystemNfsV3LocksRequest";
387
+ const _RFSNVLRe = "ReleaseFileSystemNfsV3LocksResponse";
388
+ const _RNF = "ResourceNotFound";
389
+ const _RO = "ReadOnly";
390
+ const _RP = "RetentionPeriod";
391
+ const _RRTI = "RemoveRouteTableIds";
392
+ const _RS = "RootSquash";
393
+ const _RSC = "RootSquashConfiguration";
394
+ const _RSKB = "RecordSizeKiB";
395
+ const _RT = "RequestTime";
396
+ const _RTB = "RemainingTransferBytes";
397
+ const _RTI = "RouteTableIds";
398
+ const _RTS = "RestoreToSnapshot";
399
+ const _RTe = "ResourceType";
400
+ const _RVC = "RootVolumeConfiguration";
401
+ const _RVFS = "RestoreVolumeFromSnapshot";
402
+ const _RVFSR = "RestoreVolumeFromSnapshotRequest";
403
+ const _RVFSRe = "RestoreVolumeFromSnapshotResponse";
404
+ const _RVI = "RootVolumeId";
405
+ const _RVSS = "RootVolumeSecurityStyle";
406
+ const _S = "Status";
407
+ const _SADC = "SvmActiveDirectoryConfiguration";
408
+ const _SAP = "S3AccessPoint";
409
+ const _SAPA = "S3AccessPointAttachment";
410
+ const _SAPAF = "S3AccessPointAttachmentsFilter";
411
+ const _SAPAFc = "S3AccessPointAttachmentsFilters";
412
+ const _SAPANF = "S3AccessPointAttachmentNotFound";
413
+ const _SAPAc = "S3AccessPointAttachments";
414
+ const _SAPOZFSC = "S3AccessPointOpenZFSConfiguration";
415
+ const _SAPVC = "S3AccessPointVpcConfiguration";
416
+ const _SAPv = "SvmAdminPassword";
417
+ const _SARN = "SnapshotARN";
418
+ const _SBI = "SourceBackupId";
419
+ const _SBR = "SourceBackupRegion";
420
+ const _SBU = "SourceBackupUnavailable";
421
+ const _SC = "StorageCapacity";
422
+ const _SCQGB = "StorageCapacityQuotaGiB";
423
+ const _SCRGB = "StorageCapacityReservationGiB";
424
+ const _SCn = "SnaplockConfiguration";
425
+ const _SCu = "SucceededCount";
426
+ const _SDRC = "S3DataRepositoryConfiguration";
427
+ const _SE = "SvmEndpoint";
428
+ const _SEE = "StorageEfficiencyEnabled";
429
+ const _SEv = "SvmEndpoints";
430
+ const _SF = "SnapshotFilter";
431
+ const _SFB = "SkipFinalBackup";
432
+ const _SFn = "SnapshotFilters";
433
+ const _SG = "SecondaryGids";
434
+ const _SGB = "SizeGiB";
435
+ const _SGI = "SecurityGroupIds";
436
+ const _SI = "SubnetIds";
437
+ const _SIB = "SizeInBytes";
438
+ const _SIM = "SizeInMegabytes";
439
+ const _SIn = "SnapshotId";
440
+ const _SIna = "SnapshotIds";
441
+ const _SLE = "ServiceLimitExceeded";
442
+ const _SM = "SizingMode";
443
+ const _SMADA = "SelfManagedActiveDirectoryAttributes";
444
+ const _SMADC = "SelfManagedActiveDirectoryConfiguration";
445
+ const _SMADCU = "SelfManagedActiveDirectoryConfigurationUpdates";
446
+ const _SMSR = "StartMisconfiguredStateRecovery";
447
+ const _SMSRR = "StartMisconfiguredStateRecoveryRequest";
448
+ const _SMSRRt = "StartMisconfiguredStateRecoveryResponse";
449
+ const _SNF = "SnapshotNotFound";
450
+ const _SP = "SnapshotPolicy";
451
+ const _SR = "SourceRegion";
452
+ const _SRP = "SnaplockRetentionPeriod";
453
+ const _SS = "SecurityStyle";
454
+ const _SSARN = "SourceSnapshotARN";
455
+ const _ST = "StorageType";
456
+ const _STn = "SnaplockType";
457
+ const _STt = "StartTime";
458
+ const _SVM = "StorageVirtualMachine";
459
+ const _SVMF = "StorageVirtualMachineFilter";
460
+ const _SVMFt = "StorageVirtualMachineFilters";
461
+ const _SVMI = "StorageVirtualMachineId";
462
+ const _SVMIt = "StorageVirtualMachineIds";
463
+ const _SVMNF = "StorageVirtualMachineNotFound";
464
+ const _SVMR = "StorageVirtualMachineRoot";
465
+ const _SVMt = "StorageVirtualMachines";
466
+ const _S_ = "S3";
467
+ const _Sc = "Scope";
468
+ const _Sm = "Smb";
469
+ const _Sn = "Snapshot";
470
+ const _Sna = "Snapshots";
471
+ const _Su = "Subtype";
472
+ const _T = "Type";
473
+ const _TC = "TotalConstituents";
474
+ const _TCPHAP = "ThroughputCapacityPerHAPair";
475
+ const _TCh = "ThroughputCapacity";
476
+ const _TCo = "TotalCount";
477
+ const _TFSV = "TargetFileSystemValues";
478
+ const _TI = "TaskId";
479
+ const _TIa = "TaskIds";
480
+ const _TK = "TagKeys";
481
+ const _TMAP = "TooManyAccessPoints";
482
+ const _TP = "TieringPolicy";
483
+ const _TR = "TagResource";
484
+ const _TRR = "TagResourceRequest";
485
+ const _TRRa = "TagResourceResponse";
486
+ const _TSV = "TargetSnapshotValues";
487
+ const _TTB = "TotalTransferBytes";
488
+ const _TVV = "TargetVolumeValues";
489
+ const _Ta = "Tags";
490
+ const _Tag = "Tag";
491
+ const _U = "Unit";
492
+ const _UAGQ = "UserAndGroupQuotas";
493
+ const _UDRA = "UpdateDataRepositoryAssociation";
494
+ const _UDRAR = "UpdateDataRepositoryAssociationRequest";
495
+ const _UDRARp = "UpdateDataRepositoryAssociationResponse";
496
+ const _UFC = "UpdateFileCache";
497
+ const _UFCLC = "UpdateFileCacheLustreConfiguration";
498
+ const _UFCR = "UpdateFileCacheRequest";
499
+ const _UFCRp = "UpdateFileCacheResponse";
500
+ const _UFS = "UpdateFileSystem";
501
+ const _UFSLC = "UpdateFileSystemLustreConfiguration";
502
+ const _UFSLMC = "UpdateFileSystemLustreMetadataConfiguration";
503
+ const _UFSOC = "UpdateFileSystemOntapConfiguration";
504
+ const _UFSOZFSC = "UpdateFileSystemOpenZFSConfiguration";
505
+ const _UFSR = "UpdateFileSystemRequest";
506
+ const _UFSRp = "UpdateFileSystemResponse";
507
+ const _UFSWC = "UpdateFileSystemWindowsConfiguration";
508
+ const _UN = "UserName";
509
+ const _UO = "UnsupportedOperation";
510
+ const _UOVC = "UpdateOntapVolumeConfiguration";
511
+ const _UOZFSVC = "UpdateOpenZFSVolumeConfiguration";
512
+ const _UR = "UntagResource";
513
+ const _URR = "UntagResourceRequest";
514
+ const _URRn = "UntagResourceResponse";
515
+ const _US = "UpdateSnapshot";
516
+ const _USADC = "UpdateSvmActiveDirectoryConfiguration";
517
+ const _USC = "UpdateSnaplockConfiguration";
518
+ const _USR = "UpdateSnapshotRequest";
519
+ const _USRp = "UpdateSnapshotResponse";
520
+ const _USVC = "UpdateSharedVpcConfiguration";
521
+ const _USVCR = "UpdateSharedVpcConfigurationRequest";
522
+ const _USVCRp = "UpdateSharedVpcConfigurationResponse";
523
+ const _USVM = "UpdateStorageVirtualMachine";
524
+ const _USVMR = "UpdateStorageVirtualMachineRequest";
525
+ const _USVMRp = "UpdateStorageVirtualMachineResponse";
526
+ const _UUID = "UUID";
527
+ const _UV = "UpdateVolume";
528
+ const _UVR = "UpdateVolumeRequest";
529
+ const _UVRp = "UpdateVolumeResponse";
530
+ const _Ui = "Uid";
531
+ const _V = "Value";
532
+ const _VAME = "VolumeAppendModeEnabled";
533
+ const _VC = "VpcConfiguration";
534
+ const _VF = "VolumeFilter";
535
+ const _VFo = "VolumeFilters";
536
+ const _VI = "VolumeId";
537
+ const _VIo = "VolumeIds";
538
+ const _VIp = "VpcId";
539
+ const _VNF = "VolumeNotFound";
540
+ const _VP = "VolumePath";
541
+ const _VS = "VolumeStyle";
542
+ const _VT = "VolumeType";
543
+ const _Va = "Values";
544
+ const _Ve = "Version";
545
+ const _Vo = "Volume";
546
+ const _Vol = "Volumes";
547
+ const _WALC = "WindowsAuditLogConfiguration";
548
+ const _WALCC = "WindowsAuditLogCreateConfiguration";
549
+ const _WC = "WindowsConfiguration";
550
+ const _WFSC = "WindowsFileSystemConfiguration";
551
+ const _WMST = "WeeklyMaintenanceStartTime";
552
+ const _WR = "WindowsResponse";
553
+ const _c = "client";
554
+ const _e = "error";
555
+ const _hE = "httpError";
556
+ const _s = "server";
557
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.fsx";
558
+ const _xN = "xmlName";
559
+ const n0 = "com.amazonaws.fsx";
560
+ import { TypeRegistry } from "@smithy/core/schema";
561
+ import { FSxServiceException as __FSxServiceException } from "../models/FSxServiceException";
562
+ import { AccessPointAlreadyOwnedByYou as __AccessPointAlreadyOwnedByYou, ActiveDirectoryError as __ActiveDirectoryError, BackupBeingCopied as __BackupBeingCopied, BackupInProgress as __BackupInProgress, BackupNotFound as __BackupNotFound, BackupRestoring as __BackupRestoring, BadRequest as __BadRequest, DataRepositoryAssociationNotFound as __DataRepositoryAssociationNotFound, DataRepositoryTaskEnded as __DataRepositoryTaskEnded, DataRepositoryTaskExecuting as __DataRepositoryTaskExecuting, DataRepositoryTaskNotFound as __DataRepositoryTaskNotFound, FileCacheNotFound as __FileCacheNotFound, FileSystemNotFound as __FileSystemNotFound, IncompatibleParameterError as __IncompatibleParameterError, IncompatibleRegionForMultiAZ as __IncompatibleRegionForMultiAZ, InternalServerError as __InternalServerError, InvalidAccessPoint as __InvalidAccessPoint, InvalidDataRepositoryType as __InvalidDataRepositoryType, InvalidDestinationKmsKey as __InvalidDestinationKmsKey, InvalidExportPath as __InvalidExportPath, InvalidImportPath as __InvalidImportPath, InvalidNetworkSettings as __InvalidNetworkSettings, InvalidPerUnitStorageThroughput as __InvalidPerUnitStorageThroughput, InvalidRegion as __InvalidRegion, InvalidRequest as __InvalidRequest, InvalidSourceKmsKey as __InvalidSourceKmsKey, MissingFileCacheConfiguration as __MissingFileCacheConfiguration, MissingFileSystemConfiguration as __MissingFileSystemConfiguration, MissingVolumeConfiguration as __MissingVolumeConfiguration, NotServiceResourceError as __NotServiceResourceError, ResourceDoesNotSupportTagging as __ResourceDoesNotSupportTagging, ResourceNotFound as __ResourceNotFound, S3AccessPointAttachmentNotFound as __S3AccessPointAttachmentNotFound, ServiceLimitExceeded as __ServiceLimitExceeded, SnapshotNotFound as __SnapshotNotFound, SourceBackupUnavailable as __SourceBackupUnavailable, StorageVirtualMachineNotFound as __StorageVirtualMachineNotFound, TooManyAccessPoints as __TooManyAccessPoints, UnsupportedOperation as __UnsupportedOperation, VolumeNotFound as __VolumeNotFound, } from "../models/index";
563
+ export var AdminPassword = [0, n0, _AP, 8, 0];
564
+ export var DirectoryPassword = [0, n0, _DP, 8, 0];
565
+ export var AccessPointAlreadyOwnedByYou = [
566
+ -3,
567
+ n0,
568
+ _APAOBY,
569
+ {
570
+ [_xN]: _E,
571
+ [_e]: _c,
572
+ [_hE]: 409,
573
+ },
574
+ [_EC, _M],
575
+ [0, 0],
576
+ ];
577
+ TypeRegistry.for(n0).registerError(AccessPointAlreadyOwnedByYou, __AccessPointAlreadyOwnedByYou);
578
+ export var ActiveDirectoryBackupAttributes = [3, n0, _ADBA, 0, [_DN, _ADI, _RARN], [0, 0, 0]];
579
+ export var ActiveDirectoryError = [
580
+ -3,
581
+ n0,
582
+ _ADE,
583
+ {
584
+ [_e]: _c,
585
+ },
586
+ [_ADI, _T, _M],
587
+ [0, 0, 0],
588
+ ];
589
+ TypeRegistry.for(n0).registerError(ActiveDirectoryError, __ActiveDirectoryError);
590
+ export var AdministrativeAction = [
591
+ 3,
592
+ n0,
593
+ _AA,
594
+ 0,
595
+ [_AAT, _PP, _RT, _S, _TFSV, _FD, _TVV, _TSV, _TTB, _RTB, _M],
596
+ [0, 1, 4, 0, [() => FileSystem, 0], () => AdministrativeActionFailureDetails, () => Volume, () => Snapshot, 1, 1, 0],
597
+ ];
598
+ export var AdministrativeActionFailureDetails = [3, n0, _AAFD, 0, [_M], [0]];
599
+ export var AggregateConfiguration = [3, n0, _AC, 0, [_A, _TC], [64 | 0, 1]];
600
+ export var Alias = [3, n0, _Al, 0, [_N, _L], [0, 0]];
601
+ export var AssociateFileSystemAliasesRequest = [
602
+ 3,
603
+ n0,
604
+ _AFSAR,
605
+ 0,
606
+ [_CRT, _FSI, _Ali],
607
+ [[0, 4], 0, 64 | 0],
608
+ ];
609
+ export var AssociateFileSystemAliasesResponse = [3, n0, _AFSARs, 0, [_Ali], [() => Aliases]];
610
+ export var AutocommitPeriod = [3, n0, _APu, 0, [_T, _V], [0, 1]];
611
+ export var AutoExportPolicy = [3, n0, _AEP, 0, [_Ev], [64 | 0]];
612
+ export var AutoImportPolicy = [3, n0, _AIP, 0, [_Ev], [64 | 0]];
613
+ export var Backup = [
614
+ 3,
615
+ n0,
616
+ _B,
617
+ 0,
618
+ [_BI, _L, _FD, _T, _PP, _CT, _KKI, _RARN, _Ta, _FS, _DI, _OI, _SBI, _SBR, _RTe, _Vo, _SIB],
619
+ [
620
+ 0,
621
+ 0,
622
+ () => BackupFailureDetails,
623
+ 0,
624
+ 1,
625
+ 4,
626
+ 0,
627
+ 0,
628
+ () => Tags,
629
+ [() => FileSystem, 0],
630
+ () => ActiveDirectoryBackupAttributes,
631
+ 0,
632
+ 0,
633
+ 0,
634
+ 0,
635
+ () => Volume,
636
+ 1,
637
+ ],
638
+ ];
639
+ export var BackupBeingCopied = [
640
+ -3,
641
+ n0,
642
+ _BBC,
643
+ {
644
+ [_e]: _c,
645
+ },
646
+ [_M, _BI],
647
+ [0, 0],
648
+ ];
649
+ TypeRegistry.for(n0).registerError(BackupBeingCopied, __BackupBeingCopied);
650
+ export var BackupFailureDetails = [3, n0, _BFD, 0, [_M], [0]];
651
+ export var BackupInProgress = [
652
+ -3,
653
+ n0,
654
+ _BIP,
655
+ {
656
+ [_e]: _c,
657
+ },
658
+ [_M],
659
+ [0],
660
+ ];
661
+ TypeRegistry.for(n0).registerError(BackupInProgress, __BackupInProgress);
662
+ export var BackupNotFound = [
663
+ -3,
664
+ n0,
665
+ _BNF,
666
+ {
667
+ [_e]: _c,
668
+ },
669
+ [_M],
670
+ [0],
671
+ ];
672
+ TypeRegistry.for(n0).registerError(BackupNotFound, __BackupNotFound);
673
+ export var BackupRestoring = [
674
+ -3,
675
+ n0,
676
+ _BR,
677
+ {
678
+ [_e]: _c,
679
+ },
680
+ [_M, _FSI],
681
+ [0, 0],
682
+ ];
683
+ TypeRegistry.for(n0).registerError(BackupRestoring, __BackupRestoring);
684
+ export var BadRequest = [
685
+ -3,
686
+ n0,
687
+ _BRa,
688
+ {
689
+ [_e]: _c,
690
+ },
691
+ [_M],
692
+ [0],
693
+ ];
694
+ TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
695
+ export var CancelDataRepositoryTaskRequest = [3, n0, _CDRTR, 0, [_TI], [0]];
696
+ export var CancelDataRepositoryTaskResponse = [3, n0, _CDRTRa, 0, [_L, _TI], [0, 0]];
697
+ export var CompletionReport = [3, n0, _CR, 0, [_En, _P, _F, _Sc], [2, 0, 0, 0]];
698
+ export var CopyBackupRequest = [
699
+ 3,
700
+ n0,
701
+ _CBR,
702
+ 0,
703
+ [_CRT, _SBI, _SR, _KKI, _CTo, _Ta],
704
+ [[0, 4], 0, 0, 0, 2, () => Tags],
705
+ ];
706
+ export var CopyBackupResponse = [3, n0, _CBRo, 0, [_B], [[() => Backup, 0]]];
707
+ export var CopySnapshotAndUpdateVolumeRequest = [
708
+ 3,
709
+ n0,
710
+ _CSAUVR,
711
+ 0,
712
+ [_CRT, _VI, _SSARN, _CS, _O],
713
+ [[0, 4], 0, 0, 0, 64 | 0],
714
+ ];
715
+ export var CopySnapshotAndUpdateVolumeResponse = [
716
+ 3,
717
+ n0,
718
+ _CSAUVRo,
719
+ 0,
720
+ [_VI, _L, _AAd],
721
+ [0, 0, [() => AdministrativeActions, 0]],
722
+ ];
723
+ export var CreateAggregateConfiguration = [3, n0, _CAC, 0, [_A, _CPA], [64 | 0, 1]];
724
+ export var CreateAndAttachS3AccessPointOpenZFSConfiguration = [
725
+ 3,
726
+ n0,
727
+ _CAASAPOZFSC,
728
+ 0,
729
+ [_VI, _FSIi],
730
+ [0, () => OpenZFSFileSystemIdentity],
731
+ ];
732
+ export var CreateAndAttachS3AccessPointRequest = [
733
+ 3,
734
+ n0,
735
+ _CAASAPR,
736
+ 0,
737
+ [_CRT, _N, _T, _OZFSC, _SAP],
738
+ [
739
+ [0, 4],
740
+ 0,
741
+ 0,
742
+ () => CreateAndAttachS3AccessPointOpenZFSConfiguration,
743
+ () => CreateAndAttachS3AccessPointS3Configuration,
744
+ ],
745
+ ];
746
+ export var CreateAndAttachS3AccessPointResponse = [
747
+ 3,
748
+ n0,
749
+ _CAASAPRr,
750
+ 0,
751
+ [_SAPA],
752
+ [() => S3AccessPointAttachment],
753
+ ];
754
+ export var CreateAndAttachS3AccessPointS3Configuration = [
755
+ 3,
756
+ n0,
757
+ _CAASAPSC,
758
+ 0,
759
+ [_VC, _Po],
760
+ [() => S3AccessPointVpcConfiguration, 0],
761
+ ];
762
+ export var CreateBackupRequest = [
763
+ 3,
764
+ n0,
765
+ _CBRr,
766
+ 0,
767
+ [_FSI, _CRT, _Ta, _VI],
768
+ [0, [0, 4], () => Tags, 0],
769
+ ];
770
+ export var CreateBackupResponse = [3, n0, _CBRre, 0, [_B], [[() => Backup, 0]]];
771
+ export var CreateDataRepositoryAssociationRequest = [
772
+ 3,
773
+ n0,
774
+ _CDRAR,
775
+ 0,
776
+ [_FSI, _FSP, _DRP, _BIMDOC, _IFCS, _S_, _CRT, _Ta],
777
+ [0, 0, 0, 2, 1, () => S3DataRepositoryConfiguration, [0, 4], () => Tags],
778
+ ];
779
+ export var CreateDataRepositoryAssociationResponse = [
780
+ 3,
781
+ n0,
782
+ _CDRARr,
783
+ 0,
784
+ [_As],
785
+ [() => DataRepositoryAssociation],
786
+ ];
787
+ export var CreateDataRepositoryTaskRequest = [
788
+ 3,
789
+ n0,
790
+ _CDRTRr,
791
+ 0,
792
+ [_T, _Pa, _FSI, _R, _CRT, _Ta, _CTR, _RC],
793
+ [0, 64 | 0, 0, () => CompletionReport, [0, 4], () => Tags, 1, () => ReleaseConfiguration],
794
+ ];
795
+ export var CreateDataRepositoryTaskResponse = [
796
+ 3,
797
+ n0,
798
+ _CDRTRre,
799
+ 0,
800
+ [_DRT],
801
+ [() => DataRepositoryTask],
802
+ ];
803
+ export var CreateFileCacheLustreConfiguration = [
804
+ 3,
805
+ n0,
806
+ _CFCLC,
807
+ 0,
808
+ [_PUST, _DT, _WMST, _MC],
809
+ [1, 0, 0, () => FileCacheLustreMetadataConfiguration],
810
+ ];
811
+ export var CreateFileCacheRequest = [
812
+ 3,
813
+ n0,
814
+ _CFCR,
815
+ 0,
816
+ [_CRT, _FCT, _FCTV, _SC, _SI, _SGI, _Ta, _CTTDRA, _KKI, _LC, _DRA],
817
+ [
818
+ [0, 4],
819
+ 0,
820
+ 0,
821
+ 1,
822
+ 64 | 0,
823
+ 64 | 0,
824
+ () => Tags,
825
+ 2,
826
+ 0,
827
+ () => CreateFileCacheLustreConfiguration,
828
+ () => CreateFileCacheDataRepositoryAssociations,
829
+ ],
830
+ ];
831
+ export var CreateFileCacheResponse = [3, n0, _CFCRr, 0, [_FC], [() => FileCacheCreating]];
832
+ export var CreateFileSystemFromBackupRequest = [
833
+ 3,
834
+ n0,
835
+ _CFSFBR,
836
+ 0,
837
+ [_BI, _CRT, _SI, _SGI, _Ta, _WC, _LC, _ST, _KKI, _FSTV, _OZFSC, _SC, _NT],
838
+ [
839
+ 0,
840
+ [0, 4],
841
+ 64 | 0,
842
+ 64 | 0,
843
+ () => Tags,
844
+ [() => CreateFileSystemWindowsConfiguration, 0],
845
+ () => CreateFileSystemLustreConfiguration,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ () => CreateFileSystemOpenZFSConfiguration,
850
+ 1,
851
+ 0,
852
+ ],
853
+ ];
854
+ export var CreateFileSystemFromBackupResponse = [
855
+ 3,
856
+ n0,
857
+ _CFSFBRr,
858
+ 0,
859
+ [_FS],
860
+ [[() => FileSystem, 0]],
861
+ ];
862
+ export var CreateFileSystemLustreConfiguration = [
863
+ 3,
864
+ n0,
865
+ _CFSLC,
866
+ 0,
867
+ [_WMST, _IP, _EP, _IFCS, _DT, _AIP, _PUST, _DABST, _ABRD, _CTTB, _DCT, _DCTa, _EE, _LCo, _RSC, _MC, _TCh, _DRCC],
868
+ [
869
+ 0,
870
+ 0,
871
+ 0,
872
+ 1,
873
+ 0,
874
+ 0,
875
+ 1,
876
+ 0,
877
+ 1,
878
+ 2,
879
+ 0,
880
+ 0,
881
+ 2,
882
+ () => LustreLogCreateConfiguration,
883
+ () => LustreRootSquashConfiguration,
884
+ () => CreateFileSystemLustreMetadataConfiguration,
885
+ 1,
886
+ () => LustreReadCacheConfiguration,
887
+ ],
888
+ ];
889
+ export var CreateFileSystemLustreMetadataConfiguration = [3, n0, _CFSLMC, 0, [_I, _Mo], [1, 0]];
890
+ export var CreateFileSystemOntapConfiguration = [
891
+ 3,
892
+ n0,
893
+ _CFSOC,
894
+ 0,
895
+ [_ABRD, _DABST, _DT, _EIAR, _FAP, _DIC, _PSI, _RTI, _TCh, _WMST, _HAP, _TCPHAP, _EIARn],
896
+ [1, 0, 0, 0, [() => AdminPassword, 0], () => DiskIopsConfiguration, 0, 64 | 0, 1, 0, 1, 1, 0],
897
+ ];
898
+ export var CreateFileSystemOpenZFSConfiguration = [
899
+ 3,
900
+ n0,
901
+ _CFSOZFSC,
902
+ 0,
903
+ [_ABRD, _CTTB, _CTTV, _DABST, _DT, _TCh, _WMST, _DIC, _RVC, _PSI, _EIAR, _EIARn, _RTI, _RCC],
904
+ [
905
+ 1,
906
+ 2,
907
+ 2,
908
+ 0,
909
+ 0,
910
+ 1,
911
+ 0,
912
+ () => DiskIopsConfiguration,
913
+ () => OpenZFSCreateRootVolumeConfiguration,
914
+ 0,
915
+ 0,
916
+ 0,
917
+ 64 | 0,
918
+ () => OpenZFSReadCacheConfiguration,
919
+ ],
920
+ ];
921
+ export var CreateFileSystemRequest = [
922
+ 3,
923
+ n0,
924
+ _CFSR,
925
+ 0,
926
+ [_CRT, _FST, _SC, _ST, _SI, _SGI, _Ta, _KKI, _WC, _LC, _OC, _FSTV, _OZFSC, _NT],
927
+ [
928
+ [0, 4],
929
+ 0,
930
+ 1,
931
+ 0,
932
+ 64 | 0,
933
+ 64 | 0,
934
+ () => Tags,
935
+ 0,
936
+ [() => CreateFileSystemWindowsConfiguration, 0],
937
+ () => CreateFileSystemLustreConfiguration,
938
+ [() => CreateFileSystemOntapConfiguration, 0],
939
+ 0,
940
+ () => CreateFileSystemOpenZFSConfiguration,
941
+ 0,
942
+ ],
943
+ ];
944
+ export var CreateFileSystemResponse = [3, n0, _CFSRr, 0, [_FS], [[() => FileSystem, 0]]];
945
+ export var CreateFileSystemWindowsConfiguration = [
946
+ 3,
947
+ n0,
948
+ _CFSWC,
949
+ 0,
950
+ [_ADI, _SMADC, _DT, _PSI, _TCh, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC],
951
+ [
952
+ 0,
953
+ [() => SelfManagedActiveDirectoryConfiguration, 0],
954
+ 0,
955
+ 0,
956
+ 1,
957
+ 0,
958
+ 0,
959
+ 1,
960
+ 2,
961
+ 64 | 0,
962
+ () => WindowsAuditLogCreateConfiguration,
963
+ () => DiskIopsConfiguration,
964
+ ],
965
+ ];
966
+ export var CreateOntapVolumeConfiguration = [
967
+ 3,
968
+ n0,
969
+ _COVC,
970
+ 0,
971
+ [_JP, _SS, _SIM, _SEE, _SVMI, _TP, _OVT, _SP, _CTTB, _SCn, _VS, _AC, _SIB],
972
+ [
973
+ 0,
974
+ 0,
975
+ 1,
976
+ 2,
977
+ 0,
978
+ () => TieringPolicy,
979
+ 0,
980
+ 0,
981
+ 2,
982
+ () => CreateSnaplockConfiguration,
983
+ 0,
984
+ () => CreateAggregateConfiguration,
985
+ 1,
986
+ ],
987
+ ];
988
+ export var CreateOpenZFSOriginSnapshotConfiguration = [
989
+ 3,
990
+ n0,
991
+ _COZFSOSC,
992
+ 0,
993
+ [_SARN, _CS],
994
+ [0, 0],
995
+ ];
996
+ export var CreateOpenZFSVolumeConfiguration = [
997
+ 3,
998
+ n0,
999
+ _COZFSVC,
1000
+ 0,
1001
+ [_PVI, _SCRGB, _SCQGB, _RSKB, _DCTa, _CTTS, _OS, _RO, _NE, _UAGQ],
1002
+ [
1003
+ 0,
1004
+ 1,
1005
+ 1,
1006
+ 1,
1007
+ 0,
1008
+ 2,
1009
+ () => CreateOpenZFSOriginSnapshotConfiguration,
1010
+ 2,
1011
+ () => OpenZFSNfsExports,
1012
+ () => OpenZFSUserAndGroupQuotas,
1013
+ ],
1014
+ ];
1015
+ export var CreateSnaplockConfiguration = [
1016
+ 3,
1017
+ n0,
1018
+ _CSC,
1019
+ 0,
1020
+ [_ALV, _APu, _PD, _RP, _STn, _VAME],
1021
+ [2, () => AutocommitPeriod, 0, () => SnaplockRetentionPeriod, 0, 2],
1022
+ ];
1023
+ export var CreateSnapshotRequest = [
1024
+ 3,
1025
+ n0,
1026
+ _CSR,
1027
+ 0,
1028
+ [_CRT, _N, _VI, _Ta],
1029
+ [[0, 4], 0, 0, () => Tags],
1030
+ ];
1031
+ export var CreateSnapshotResponse = [3, n0, _CSRr, 0, [_Sn], [() => Snapshot]];
1032
+ export var CreateStorageVirtualMachineRequest = [
1033
+ 3,
1034
+ n0,
1035
+ _CSVMR,
1036
+ 0,
1037
+ [_ADC, _CRT, _FSI, _N, _SAPv, _Ta, _RVSS],
1038
+ [[() => CreateSvmActiveDirectoryConfiguration, 0], [0, 4], 0, 0, [() => AdminPassword, 0], () => Tags, 0],
1039
+ ];
1040
+ export var CreateStorageVirtualMachineResponse = [
1041
+ 3,
1042
+ n0,
1043
+ _CSVMRr,
1044
+ 0,
1045
+ [_SVM],
1046
+ [() => StorageVirtualMachine],
1047
+ ];
1048
+ export var CreateSvmActiveDirectoryConfiguration = [
1049
+ 3,
1050
+ n0,
1051
+ _CSADC,
1052
+ 0,
1053
+ [_NBN, _SMADC],
1054
+ [0, [() => SelfManagedActiveDirectoryConfiguration, 0]],
1055
+ ];
1056
+ export var CreateVolumeFromBackupRequest = [
1057
+ 3,
1058
+ n0,
1059
+ _CVFBR,
1060
+ 0,
1061
+ [_BI, _CRT, _N, _OC, _Ta],
1062
+ [0, [0, 4], 0, () => CreateOntapVolumeConfiguration, () => Tags],
1063
+ ];
1064
+ export var CreateVolumeFromBackupResponse = [3, n0, _CVFBRr, 0, [_Vo], [() => Volume]];
1065
+ export var CreateVolumeRequest = [
1066
+ 3,
1067
+ n0,
1068
+ _CVR,
1069
+ 0,
1070
+ [_CRT, _VT, _N, _OC, _Ta, _OZFSC],
1071
+ [[0, 4], 0, 0, () => CreateOntapVolumeConfiguration, () => Tags, () => CreateOpenZFSVolumeConfiguration],
1072
+ ];
1073
+ export var CreateVolumeResponse = [3, n0, _CVRr, 0, [_Vo], [() => Volume]];
1074
+ export var DataRepositoryAssociation = [
1075
+ 3,
1076
+ n0,
1077
+ _DRAa,
1078
+ 0,
1079
+ [_AI, _RARN, _FSI, _L, _FD, _FSP, _DRP, _BIMDOC, _IFCS, _S_, _Ta, _CT, _FCI, _FCP, _DRS, _NFS],
1080
+ [
1081
+ 0,
1082
+ 0,
1083
+ 0,
1084
+ 0,
1085
+ () => DataRepositoryFailureDetails,
1086
+ 0,
1087
+ 0,
1088
+ 2,
1089
+ 1,
1090
+ () => S3DataRepositoryConfiguration,
1091
+ () => Tags,
1092
+ 4,
1093
+ 0,
1094
+ 0,
1095
+ 64 | 0,
1096
+ () => NFSDataRepositoryConfiguration,
1097
+ ],
1098
+ ];
1099
+ export var DataRepositoryAssociationNotFound = [
1100
+ -3,
1101
+ n0,
1102
+ _DRANF,
1103
+ {
1104
+ [_e]: _c,
1105
+ },
1106
+ [_M],
1107
+ [0],
1108
+ ];
1109
+ TypeRegistry.for(n0).registerError(DataRepositoryAssociationNotFound, __DataRepositoryAssociationNotFound);
1110
+ export var DataRepositoryConfiguration = [
1111
+ 3,
1112
+ n0,
1113
+ _DRC,
1114
+ 0,
1115
+ [_L, _IP, _EP, _IFCS, _AIP, _FD],
1116
+ [0, 0, 0, 1, 0, () => DataRepositoryFailureDetails],
1117
+ ];
1118
+ export var DataRepositoryFailureDetails = [3, n0, _DRFD, 0, [_M], [0]];
1119
+ export var DataRepositoryTask = [
1120
+ 3,
1121
+ n0,
1122
+ _DRT,
1123
+ 0,
1124
+ [_TI, _L, _T, _CT, _STt, _ET, _RARN, _Ta, _FSI, _Pa, _FD, _S, _R, _CTR, _FCI, _RC],
1125
+ [
1126
+ 0,
1127
+ 0,
1128
+ 0,
1129
+ 4,
1130
+ 4,
1131
+ 4,
1132
+ 0,
1133
+ () => Tags,
1134
+ 0,
1135
+ 64 | 0,
1136
+ () => DataRepositoryTaskFailureDetails,
1137
+ () => DataRepositoryTaskStatus,
1138
+ () => CompletionReport,
1139
+ 1,
1140
+ 0,
1141
+ () => ReleaseConfiguration,
1142
+ ],
1143
+ ];
1144
+ export var DataRepositoryTaskEnded = [
1145
+ -3,
1146
+ n0,
1147
+ _DRTE,
1148
+ {
1149
+ [_e]: _c,
1150
+ },
1151
+ [_M],
1152
+ [0],
1153
+ ];
1154
+ TypeRegistry.for(n0).registerError(DataRepositoryTaskEnded, __DataRepositoryTaskEnded);
1155
+ export var DataRepositoryTaskExecuting = [
1156
+ -3,
1157
+ n0,
1158
+ _DRTEa,
1159
+ {
1160
+ [_e]: _c,
1161
+ },
1162
+ [_M],
1163
+ [0],
1164
+ ];
1165
+ TypeRegistry.for(n0).registerError(DataRepositoryTaskExecuting, __DataRepositoryTaskExecuting);
1166
+ export var DataRepositoryTaskFailureDetails = [3, n0, _DRTFD, 0, [_M], [0]];
1167
+ export var DataRepositoryTaskFilter = [3, n0, _DRTF, 0, [_N, _Va], [0, 64 | 0]];
1168
+ export var DataRepositoryTaskNotFound = [
1169
+ -3,
1170
+ n0,
1171
+ _DRTNF,
1172
+ {
1173
+ [_e]: _c,
1174
+ },
1175
+ [_M],
1176
+ [0],
1177
+ ];
1178
+ TypeRegistry.for(n0).registerError(DataRepositoryTaskNotFound, __DataRepositoryTaskNotFound);
1179
+ export var DataRepositoryTaskStatus = [
1180
+ 3,
1181
+ n0,
1182
+ _DRTS,
1183
+ 0,
1184
+ [_TCo, _SCu, _FCa, _LUT, _RCe],
1185
+ [1, 1, 1, 4, 1],
1186
+ ];
1187
+ export var DeleteBackupRequest = [3, n0, _DBR, 0, [_BI, _CRT], [0, [0, 4]]];
1188
+ export var DeleteBackupResponse = [3, n0, _DBRe, 0, [_BI, _L], [0, 0]];
1189
+ export var DeleteDataRepositoryAssociationRequest = [
1190
+ 3,
1191
+ n0,
1192
+ _DDRAR,
1193
+ 0,
1194
+ [_AI, _CRT, _DDIFS],
1195
+ [0, [0, 4], 2],
1196
+ ];
1197
+ export var DeleteDataRepositoryAssociationResponse = [
1198
+ 3,
1199
+ n0,
1200
+ _DDRARe,
1201
+ 0,
1202
+ [_AI, _L, _DDIFS],
1203
+ [0, 0, 2],
1204
+ ];
1205
+ export var DeleteFileCacheRequest = [3, n0, _DFCR, 0, [_FCI, _CRT], [0, [0, 4]]];
1206
+ export var DeleteFileCacheResponse = [3, n0, _DFCRe, 0, [_FCI, _L], [0, 0]];
1207
+ export var DeleteFileSystemLustreConfiguration = [
1208
+ 3,
1209
+ n0,
1210
+ _DFSLC,
1211
+ 0,
1212
+ [_SFB, _FBT],
1213
+ [2, () => Tags],
1214
+ ];
1215
+ export var DeleteFileSystemLustreResponse = [3, n0, _DFSLR, 0, [_FBI, _FBT], [0, () => Tags]];
1216
+ export var DeleteFileSystemOpenZFSConfiguration = [
1217
+ 3,
1218
+ n0,
1219
+ _DFSOZFSC,
1220
+ 0,
1221
+ [_SFB, _FBT, _O],
1222
+ [2, () => Tags, 64 | 0],
1223
+ ];
1224
+ export var DeleteFileSystemOpenZFSResponse = [
1225
+ 3,
1226
+ n0,
1227
+ _DFSOZFSR,
1228
+ 0,
1229
+ [_FBI, _FBT],
1230
+ [0, () => Tags],
1231
+ ];
1232
+ export var DeleteFileSystemRequest = [
1233
+ 3,
1234
+ n0,
1235
+ _DFSR,
1236
+ 0,
1237
+ [_FSI, _CRT, _WC, _LC, _OZFSC],
1238
+ [
1239
+ 0,
1240
+ [0, 4],
1241
+ () => DeleteFileSystemWindowsConfiguration,
1242
+ () => DeleteFileSystemLustreConfiguration,
1243
+ () => DeleteFileSystemOpenZFSConfiguration,
1244
+ ],
1245
+ ];
1246
+ export var DeleteFileSystemResponse = [
1247
+ 3,
1248
+ n0,
1249
+ _DFSRe,
1250
+ 0,
1251
+ [_FSI, _L, _WR, _LR, _OZFSR],
1252
+ [
1253
+ 0,
1254
+ 0,
1255
+ () => DeleteFileSystemWindowsResponse,
1256
+ () => DeleteFileSystemLustreResponse,
1257
+ () => DeleteFileSystemOpenZFSResponse,
1258
+ ],
1259
+ ];
1260
+ export var DeleteFileSystemWindowsConfiguration = [
1261
+ 3,
1262
+ n0,
1263
+ _DFSWC,
1264
+ 0,
1265
+ [_SFB, _FBT],
1266
+ [2, () => Tags],
1267
+ ];
1268
+ export var DeleteFileSystemWindowsResponse = [3, n0, _DFSWR, 0, [_FBI, _FBT], [0, () => Tags]];
1269
+ export var DeleteSnapshotRequest = [3, n0, _DSR, 0, [_CRT, _SIn], [[0, 4], 0]];
1270
+ export var DeleteSnapshotResponse = [3, n0, _DSRe, 0, [_SIn, _L], [0, 0]];
1271
+ export var DeleteStorageVirtualMachineRequest = [3, n0, _DSVMR, 0, [_CRT, _SVMI], [[0, 4], 0]];
1272
+ export var DeleteStorageVirtualMachineResponse = [3, n0, _DSVMRe, 0, [_SVMI, _L], [0, 0]];
1273
+ export var DeleteVolumeOntapConfiguration = [
1274
+ 3,
1275
+ n0,
1276
+ _DVOC,
1277
+ 0,
1278
+ [_SFB, _FBT, _BSER],
1279
+ [2, () => Tags, 2],
1280
+ ];
1281
+ export var DeleteVolumeOntapResponse = [3, n0, _DVOR, 0, [_FBI, _FBT], [0, () => Tags]];
1282
+ export var DeleteVolumeOpenZFSConfiguration = [3, n0, _DVOZFSC, 0, [_O], [64 | 0]];
1283
+ export var DeleteVolumeRequest = [
1284
+ 3,
1285
+ n0,
1286
+ _DVR,
1287
+ 0,
1288
+ [_CRT, _VI, _OC, _OZFSC],
1289
+ [[0, 4], 0, () => DeleteVolumeOntapConfiguration, () => DeleteVolumeOpenZFSConfiguration],
1290
+ ];
1291
+ export var DeleteVolumeResponse = [
1292
+ 3,
1293
+ n0,
1294
+ _DVRe,
1295
+ 0,
1296
+ [_VI, _L, _OR],
1297
+ [0, 0, () => DeleteVolumeOntapResponse],
1298
+ ];
1299
+ export var DescribeBackupsRequest = [
1300
+ 3,
1301
+ n0,
1302
+ _DBRes,
1303
+ 0,
1304
+ [_BIa, _Fi, _MR, _NTe],
1305
+ [64 | 0, () => Filters, 1, 0],
1306
+ ];
1307
+ export var DescribeBackupsResponse = [3, n0, _DBResc, 0, [_Ba, _NTe], [[() => Backups, 0], 0]];
1308
+ export var DescribeDataRepositoryAssociationsRequest = [
1309
+ 3,
1310
+ n0,
1311
+ _DDRARes,
1312
+ 0,
1313
+ [_AIs, _Fi, _MR, _NTe],
1314
+ [64 | 0, () => Filters, 1, 0],
1315
+ ];
1316
+ export var DescribeDataRepositoryAssociationsResponse = [
1317
+ 3,
1318
+ n0,
1319
+ _DDRAResc,
1320
+ 0,
1321
+ [_Ass, _NTe],
1322
+ [() => DataRepositoryAssociations, 0],
1323
+ ];
1324
+ export var DescribeDataRepositoryTasksRequest = [
1325
+ 3,
1326
+ n0,
1327
+ _DDRTR,
1328
+ 0,
1329
+ [_TIa, _Fi, _MR, _NTe],
1330
+ [64 | 0, () => DataRepositoryTaskFilters, 1, 0],
1331
+ ];
1332
+ export var DescribeDataRepositoryTasksResponse = [
1333
+ 3,
1334
+ n0,
1335
+ _DDRTRe,
1336
+ 0,
1337
+ [_DRTa, _NTe],
1338
+ [() => DataRepositoryTasks, 0],
1339
+ ];
1340
+ export var DescribeFileCachesRequest = [3, n0, _DFCRes, 0, [_FCIi, _MR, _NTe], [64 | 0, 1, 0]];
1341
+ export var DescribeFileCachesResponse = [
1342
+ 3,
1343
+ n0,
1344
+ _DFCResc,
1345
+ 0,
1346
+ [_FCi, _NTe],
1347
+ [() => FileCaches, 0],
1348
+ ];
1349
+ export var DescribeFileSystemAliasesRequest = [
1350
+ 3,
1351
+ n0,
1352
+ _DFSAR,
1353
+ 0,
1354
+ [_CRT, _FSI, _MR, _NTe],
1355
+ [[0, 4], 0, 1, 0],
1356
+ ];
1357
+ export var DescribeFileSystemAliasesResponse = [
1358
+ 3,
1359
+ n0,
1360
+ _DFSARe,
1361
+ 0,
1362
+ [_Ali, _NTe],
1363
+ [() => Aliases, 0],
1364
+ ];
1365
+ export var DescribeFileSystemsRequest = [3, n0, _DFSRes, 0, [_FSIil, _MR, _NTe], [64 | 0, 1, 0]];
1366
+ export var DescribeFileSystemsResponse = [
1367
+ 3,
1368
+ n0,
1369
+ _DFSResc,
1370
+ 0,
1371
+ [_FSi, _NTe],
1372
+ [[() => FileSystems, 0], 0],
1373
+ ];
1374
+ export var DescribeS3AccessPointAttachmentsRequest = [
1375
+ 3,
1376
+ n0,
1377
+ _DSAPAR,
1378
+ 0,
1379
+ [_Na, _Fi, _MR, _NTe],
1380
+ [64 | 0, () => S3AccessPointAttachmentsFilters, 1, 0],
1381
+ ];
1382
+ export var DescribeS3AccessPointAttachmentsResponse = [
1383
+ 3,
1384
+ n0,
1385
+ _DSAPARe,
1386
+ 0,
1387
+ [_SAPAc, _NTe],
1388
+ [() => S3AccessPointAttachments, 0],
1389
+ ];
1390
+ export var DescribeSharedVpcConfigurationRequest = [3, n0, _DSVCR, 0, [], []];
1391
+ export var DescribeSharedVpcConfigurationResponse = [3, n0, _DSVCRe, 0, [_EFRTUFPA], [0]];
1392
+ export var DescribeSnapshotsRequest = [
1393
+ 3,
1394
+ n0,
1395
+ _DSRes,
1396
+ 0,
1397
+ [_SIna, _Fi, _MR, _NTe, _IS],
1398
+ [64 | 0, () => SnapshotFilters, 1, 0, 2],
1399
+ ];
1400
+ export var DescribeSnapshotsResponse = [3, n0, _DSResc, 0, [_Sna, _NTe], [() => Snapshots, 0]];
1401
+ export var DescribeStorageVirtualMachinesRequest = [
1402
+ 3,
1403
+ n0,
1404
+ _DSVMRes,
1405
+ 0,
1406
+ [_SVMIt, _Fi, _MR, _NTe],
1407
+ [64 | 0, () => StorageVirtualMachineFilters, 1, 0],
1408
+ ];
1409
+ export var DescribeStorageVirtualMachinesResponse = [
1410
+ 3,
1411
+ n0,
1412
+ _DSVMResc,
1413
+ 0,
1414
+ [_SVMt, _NTe],
1415
+ [() => StorageVirtualMachines, 0],
1416
+ ];
1417
+ export var DescribeVolumesRequest = [
1418
+ 3,
1419
+ n0,
1420
+ _DVRes,
1421
+ 0,
1422
+ [_VIo, _Fi, _MR, _NTe],
1423
+ [64 | 0, () => VolumeFilters, 1, 0],
1424
+ ];
1425
+ export var DescribeVolumesResponse = [3, n0, _DVResc, 0, [_Vol, _NTe], [() => Volumes, 0]];
1426
+ export var DetachAndDeleteS3AccessPointRequest = [3, n0, _DADSAPR, 0, [_CRT, _N], [[0, 4], 0]];
1427
+ export var DetachAndDeleteS3AccessPointResponse = [3, n0, _DADSAPRe, 0, [_L, _N], [0, 0]];
1428
+ export var DisassociateFileSystemAliasesRequest = [
1429
+ 3,
1430
+ n0,
1431
+ _DFSARi,
1432
+ 0,
1433
+ [_CRT, _FSI, _Ali],
1434
+ [[0, 4], 0, 64 | 0],
1435
+ ];
1436
+ export var DisassociateFileSystemAliasesResponse = [3, n0, _DFSARis, 0, [_Ali], [() => Aliases]];
1437
+ export var DiskIopsConfiguration = [3, n0, _DIC, 0, [_Mo, _I], [0, 1]];
1438
+ export var DurationSinceLastAccess = [3, n0, _DSLA, 0, [_U, _V], [0, 1]];
1439
+ export var FileCache = [
1440
+ 3,
1441
+ n0,
1442
+ _FC,
1443
+ 0,
1444
+ [_OI, _CT, _FCI, _FCT, _FCTV, _L, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _LC, _DRAI],
1445
+ [
1446
+ 0,
1447
+ 4,
1448
+ 0,
1449
+ 0,
1450
+ 0,
1451
+ 0,
1452
+ () => FileCacheFailureDetails,
1453
+ 1,
1454
+ 0,
1455
+ 64 | 0,
1456
+ 64 | 0,
1457
+ 0,
1458
+ 0,
1459
+ 0,
1460
+ () => FileCacheLustreConfiguration,
1461
+ 64 | 0,
1462
+ ],
1463
+ ];
1464
+ export var FileCacheCreating = [
1465
+ 3,
1466
+ n0,
1467
+ _FCC,
1468
+ 0,
1469
+ [_OI, _CT, _FCI, _FCT, _FCTV, _L, _FD, _SC, _VIp, _SI, _NII, _DNSN, _KKI, _RARN, _Ta, _CTTDRA, _LC, _DRAI],
1470
+ [
1471
+ 0,
1472
+ 4,
1473
+ 0,
1474
+ 0,
1475
+ 0,
1476
+ 0,
1477
+ () => FileCacheFailureDetails,
1478
+ 1,
1479
+ 0,
1480
+ 64 | 0,
1481
+ 64 | 0,
1482
+ 0,
1483
+ 0,
1484
+ 0,
1485
+ () => Tags,
1486
+ 2,
1487
+ () => FileCacheLustreConfiguration,
1488
+ 64 | 0,
1489
+ ],
1490
+ ];
1491
+ export var FileCacheDataRepositoryAssociation = [
1492
+ 3,
1493
+ n0,
1494
+ _FCDRA,
1495
+ 0,
1496
+ [_FCP, _DRP, _DRS, _NFS],
1497
+ [0, 0, 64 | 0, () => FileCacheNFSConfiguration],
1498
+ ];
1499
+ export var FileCacheFailureDetails = [3, n0, _FCFD, 0, [_M], [0]];
1500
+ export var FileCacheLustreConfiguration = [
1501
+ 3,
1502
+ n0,
1503
+ _FCLC,
1504
+ 0,
1505
+ [_PUST, _DT, _MN, _WMST, _MC, _LCo],
1506
+ [1, 0, 0, 0, () => FileCacheLustreMetadataConfiguration, () => LustreLogConfiguration],
1507
+ ];
1508
+ export var FileCacheLustreMetadataConfiguration = [3, n0, _FCLMC, 0, [_SC], [1]];
1509
+ export var FileCacheNFSConfiguration = [3, n0, _FCNFSC, 0, [_Ve, _DIn], [0, 64 | 0]];
1510
+ export var FileCacheNotFound = [
1511
+ -3,
1512
+ n0,
1513
+ _FCNF,
1514
+ {
1515
+ [_e]: _c,
1516
+ },
1517
+ [_M],
1518
+ [0],
1519
+ ];
1520
+ TypeRegistry.for(n0).registerError(FileCacheNotFound, __FileCacheNotFound);
1521
+ export var FileSystem = [
1522
+ 3,
1523
+ n0,
1524
+ _FS,
1525
+ 0,
1526
+ [
1527
+ _OI,
1528
+ _CT,
1529
+ _FSI,
1530
+ _FST,
1531
+ _L,
1532
+ _FD,
1533
+ _SC,
1534
+ _ST,
1535
+ _VIp,
1536
+ _SI,
1537
+ _NII,
1538
+ _DNSN,
1539
+ _KKI,
1540
+ _RARN,
1541
+ _Ta,
1542
+ _WC,
1543
+ _LC,
1544
+ _AAd,
1545
+ _OC,
1546
+ _FSTV,
1547
+ _OZFSC,
1548
+ _NT,
1549
+ ],
1550
+ [
1551
+ 0,
1552
+ 4,
1553
+ 0,
1554
+ 0,
1555
+ 0,
1556
+ () => FileSystemFailureDetails,
1557
+ 1,
1558
+ 0,
1559
+ 0,
1560
+ 64 | 0,
1561
+ 64 | 0,
1562
+ 0,
1563
+ 0,
1564
+ 0,
1565
+ () => Tags,
1566
+ () => WindowsFileSystemConfiguration,
1567
+ () => LustreFileSystemConfiguration,
1568
+ [() => AdministrativeActions, 0],
1569
+ [() => OntapFileSystemConfiguration, 0],
1570
+ 0,
1571
+ () => OpenZFSFileSystemConfiguration,
1572
+ 0,
1573
+ ],
1574
+ ];
1575
+ export var FileSystemEndpoint = [3, n0, _FSE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
1576
+ export var FileSystemEndpoints = [
1577
+ 3,
1578
+ n0,
1579
+ _FSEi,
1580
+ 0,
1581
+ [_In, _Ma],
1582
+ [() => FileSystemEndpoint, () => FileSystemEndpoint],
1583
+ ];
1584
+ export var FileSystemFailureDetails = [3, n0, _FSFD, 0, [_M], [0]];
1585
+ export var FileSystemLustreMetadataConfiguration = [3, n0, _FSLMC, 0, [_I, _Mo], [1, 0]];
1586
+ export var FileSystemNotFound = [
1587
+ -3,
1588
+ n0,
1589
+ _FSNF,
1590
+ {
1591
+ [_e]: _c,
1592
+ },
1593
+ [_M],
1594
+ [0],
1595
+ ];
1596
+ TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
1597
+ export var Filter = [3, n0, _Fil, 0, [_N, _Va], [0, 64 | 0]];
1598
+ export var IncompatibleParameterError = [
1599
+ -3,
1600
+ n0,
1601
+ _IPE,
1602
+ {
1603
+ [_e]: _c,
1604
+ },
1605
+ [_Par, _M],
1606
+ [0, 0],
1607
+ ];
1608
+ TypeRegistry.for(n0).registerError(IncompatibleParameterError, __IncompatibleParameterError);
1609
+ export var IncompatibleRegionForMultiAZ = [
1610
+ -3,
1611
+ n0,
1612
+ _IRFMAZ,
1613
+ {
1614
+ [_e]: _c,
1615
+ },
1616
+ [_M],
1617
+ [0],
1618
+ ];
1619
+ TypeRegistry.for(n0).registerError(IncompatibleRegionForMultiAZ, __IncompatibleRegionForMultiAZ);
1620
+ export var InternalServerError = [
1621
+ -3,
1622
+ n0,
1623
+ _ISE,
1624
+ {
1625
+ [_e]: _s,
1626
+ },
1627
+ [_M],
1628
+ [0],
1629
+ ];
1630
+ TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
1631
+ export var InvalidAccessPoint = [
1632
+ -3,
1633
+ n0,
1634
+ _IAP,
1635
+ {
1636
+ [_xN]: _E,
1637
+ [_e]: _c,
1638
+ [_hE]: 400,
1639
+ },
1640
+ [_EC, _M],
1641
+ [0, 0],
1642
+ ];
1643
+ TypeRegistry.for(n0).registerError(InvalidAccessPoint, __InvalidAccessPoint);
1644
+ export var InvalidDataRepositoryType = [
1645
+ -3,
1646
+ n0,
1647
+ _IDRT,
1648
+ {
1649
+ [_e]: _c,
1650
+ },
1651
+ [_M],
1652
+ [0],
1653
+ ];
1654
+ TypeRegistry.for(n0).registerError(InvalidDataRepositoryType, __InvalidDataRepositoryType);
1655
+ export var InvalidDestinationKmsKey = [
1656
+ -3,
1657
+ n0,
1658
+ _IDKK,
1659
+ {
1660
+ [_e]: _c,
1661
+ },
1662
+ [_M],
1663
+ [0],
1664
+ ];
1665
+ TypeRegistry.for(n0).registerError(InvalidDestinationKmsKey, __InvalidDestinationKmsKey);
1666
+ export var InvalidExportPath = [
1667
+ -3,
1668
+ n0,
1669
+ _IEP,
1670
+ {
1671
+ [_e]: _c,
1672
+ },
1673
+ [_M],
1674
+ [0],
1675
+ ];
1676
+ TypeRegistry.for(n0).registerError(InvalidExportPath, __InvalidExportPath);
1677
+ export var InvalidImportPath = [
1678
+ -3,
1679
+ n0,
1680
+ _IIP,
1681
+ {
1682
+ [_e]: _c,
1683
+ },
1684
+ [_M],
1685
+ [0],
1686
+ ];
1687
+ TypeRegistry.for(n0).registerError(InvalidImportPath, __InvalidImportPath);
1688
+ export var InvalidNetworkSettings = [
1689
+ -3,
1690
+ n0,
1691
+ _INS,
1692
+ {
1693
+ [_e]: _c,
1694
+ },
1695
+ [_M, _ISI, _ISGI, _IRTI],
1696
+ [0, 0, 0, 0],
1697
+ ];
1698
+ TypeRegistry.for(n0).registerError(InvalidNetworkSettings, __InvalidNetworkSettings);
1699
+ export var InvalidPerUnitStorageThroughput = [
1700
+ -3,
1701
+ n0,
1702
+ _IPUST,
1703
+ {
1704
+ [_e]: _c,
1705
+ },
1706
+ [_M],
1707
+ [0],
1708
+ ];
1709
+ TypeRegistry.for(n0).registerError(InvalidPerUnitStorageThroughput, __InvalidPerUnitStorageThroughput);
1710
+ export var InvalidRegion = [
1711
+ -3,
1712
+ n0,
1713
+ _IR,
1714
+ {
1715
+ [_e]: _c,
1716
+ },
1717
+ [_M],
1718
+ [0],
1719
+ ];
1720
+ TypeRegistry.for(n0).registerError(InvalidRegion, __InvalidRegion);
1721
+ export var InvalidRequest = [
1722
+ -3,
1723
+ n0,
1724
+ _IRn,
1725
+ {
1726
+ [_xN]: _E,
1727
+ [_e]: _c,
1728
+ [_hE]: 400,
1729
+ },
1730
+ [_EC, _M],
1731
+ [0, 0],
1732
+ ];
1733
+ TypeRegistry.for(n0).registerError(InvalidRequest, __InvalidRequest);
1734
+ export var InvalidSourceKmsKey = [
1735
+ -3,
1736
+ n0,
1737
+ _ISKK,
1738
+ {
1739
+ [_e]: _c,
1740
+ },
1741
+ [_M],
1742
+ [0],
1743
+ ];
1744
+ TypeRegistry.for(n0).registerError(InvalidSourceKmsKey, __InvalidSourceKmsKey);
1745
+ export var LifecycleTransitionReason = [3, n0, _LTR, 0, [_M], [0]];
1746
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN, _MR, _NTe], [0, 1, 0]];
1747
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta, _NTe], [() => Tags, 0]];
1748
+ export var LustreFileSystemConfiguration = [
1749
+ 3,
1750
+ n0,
1751
+ _LFSC,
1752
+ 0,
1753
+ [_WMST, _DRC, _DT, _PUST, _MN, _DABST, _ABRD, _CTTB, _DCT, _DCTa, _LCo, _RSC, _MC, _EE, _TCh, _DRCC],
1754
+ [
1755
+ 0,
1756
+ () => DataRepositoryConfiguration,
1757
+ 0,
1758
+ 1,
1759
+ 0,
1760
+ 0,
1761
+ 1,
1762
+ 2,
1763
+ 0,
1764
+ 0,
1765
+ () => LustreLogConfiguration,
1766
+ () => LustreRootSquashConfiguration,
1767
+ () => FileSystemLustreMetadataConfiguration,
1768
+ 2,
1769
+ 1,
1770
+ () => LustreReadCacheConfiguration,
1771
+ ],
1772
+ ];
1773
+ export var LustreLogConfiguration = [3, n0, _LLC, 0, [_Le, _D], [0, 0]];
1774
+ export var LustreLogCreateConfiguration = [3, n0, _LLCC, 0, [_Le, _D], [0, 0]];
1775
+ export var LustreReadCacheConfiguration = [3, n0, _LRCC, 0, [_SM, _SGB], [0, 1]];
1776
+ export var LustreRootSquashConfiguration = [3, n0, _LRSC, 0, [_RS, _NSN], [0, 64 | 0]];
1777
+ export var MissingFileCacheConfiguration = [
1778
+ -3,
1779
+ n0,
1780
+ _MFCC,
1781
+ {
1782
+ [_e]: _c,
1783
+ },
1784
+ [_M],
1785
+ [0],
1786
+ ];
1787
+ TypeRegistry.for(n0).registerError(MissingFileCacheConfiguration, __MissingFileCacheConfiguration);
1788
+ export var MissingFileSystemConfiguration = [
1789
+ -3,
1790
+ n0,
1791
+ _MFSC,
1792
+ {
1793
+ [_e]: _c,
1794
+ },
1795
+ [_M],
1796
+ [0],
1797
+ ];
1798
+ TypeRegistry.for(n0).registerError(MissingFileSystemConfiguration, __MissingFileSystemConfiguration);
1799
+ export var MissingVolumeConfiguration = [
1800
+ -3,
1801
+ n0,
1802
+ _MVC,
1803
+ {
1804
+ [_e]: _c,
1805
+ },
1806
+ [_M],
1807
+ [0],
1808
+ ];
1809
+ TypeRegistry.for(n0).registerError(MissingVolumeConfiguration, __MissingVolumeConfiguration);
1810
+ export var NFSDataRepositoryConfiguration = [
1811
+ 3,
1812
+ n0,
1813
+ _NFSDRC,
1814
+ 0,
1815
+ [_Ve, _DIn, _AEP],
1816
+ [0, 64 | 0, () => AutoExportPolicy],
1817
+ ];
1818
+ export var NotServiceResourceError = [
1819
+ -3,
1820
+ n0,
1821
+ _NSRE,
1822
+ {
1823
+ [_e]: _c,
1824
+ },
1825
+ [_RARN, _M],
1826
+ [0, 0],
1827
+ ];
1828
+ TypeRegistry.for(n0).registerError(NotServiceResourceError, __NotServiceResourceError);
1829
+ export var OntapFileSystemConfiguration = [
1830
+ 3,
1831
+ n0,
1832
+ _OFSC,
1833
+ 0,
1834
+ [_ABRD, _DABST, _DT, _EIAR, _End, _DIC, _PSI, _RTI, _TCh, _WMST, _FAP, _HAP, _TCPHAP, _EIARn],
1835
+ [
1836
+ 1,
1837
+ 0,
1838
+ 0,
1839
+ 0,
1840
+ () => FileSystemEndpoints,
1841
+ () => DiskIopsConfiguration,
1842
+ 0,
1843
+ 64 | 0,
1844
+ 1,
1845
+ 0,
1846
+ [() => AdminPassword, 0],
1847
+ 1,
1848
+ 1,
1849
+ 0,
1850
+ ],
1851
+ ];
1852
+ export var OntapVolumeConfiguration = [
1853
+ 3,
1854
+ n0,
1855
+ _OVC,
1856
+ 0,
1857
+ [_FCET, _JP, _SS, _SIM, _SEE, _SVMI, _SVMR, _TP, _UUID, _OVT, _SP, _CTTB, _SCn, _VS, _AC, _SIB],
1858
+ [
1859
+ 0,
1860
+ 0,
1861
+ 0,
1862
+ 1,
1863
+ 2,
1864
+ 0,
1865
+ 2,
1866
+ () => TieringPolicy,
1867
+ 0,
1868
+ 0,
1869
+ 0,
1870
+ 2,
1871
+ () => SnaplockConfiguration,
1872
+ 0,
1873
+ () => AggregateConfiguration,
1874
+ 1,
1875
+ ],
1876
+ ];
1877
+ export var OpenZFSClientConfiguration = [3, n0, _OZFSCC, 0, [_C, _O], [0, 64 | 0]];
1878
+ export var OpenZFSCreateRootVolumeConfiguration = [
1879
+ 3,
1880
+ n0,
1881
+ _OZFSCRVC,
1882
+ 0,
1883
+ [_RSKB, _DCTa, _NE, _UAGQ, _CTTS, _RO],
1884
+ [1, 0, () => OpenZFSNfsExports, () => OpenZFSUserAndGroupQuotas, 2, 2],
1885
+ ];
1886
+ export var OpenZFSFileSystemConfiguration = [
1887
+ 3,
1888
+ n0,
1889
+ _OZFSFSC,
1890
+ 0,
1891
+ [_ABRD, _CTTB, _CTTV, _DABST, _DT, _TCh, _WMST, _DIC, _RVI, _PSI, _EIAR, _EIARn, _RTI, _EIA, _EIAn, _RCC],
1892
+ [1, 2, 2, 0, 0, 1, 0, () => DiskIopsConfiguration, 0, 0, 0, 0, 64 | 0, 0, 0, () => OpenZFSReadCacheConfiguration],
1893
+ ];
1894
+ export var OpenZFSFileSystemIdentity = [
1895
+ 3,
1896
+ n0,
1897
+ _OZFSFSI,
1898
+ 0,
1899
+ [_T, _PU],
1900
+ [0, () => OpenZFSPosixFileSystemUser],
1901
+ ];
1902
+ export var OpenZFSNfsExport = [3, n0, _OZFSNE, 0, [_CC], [() => OpenZFSClientConfigurations]];
1903
+ export var OpenZFSOriginSnapshotConfiguration = [3, n0, _OZFSOSC, 0, [_SARN, _CS], [0, 0]];
1904
+ export var OpenZFSPosixFileSystemUser = [3, n0, _OZFSPFSU, 0, [_Ui, _G, _SG], [1, 1, 64 | 1]];
1905
+ export var OpenZFSReadCacheConfiguration = [3, n0, _OZFSRCC, 0, [_SM, _SGB], [0, 1]];
1906
+ export var OpenZFSUserOrGroupQuota = [3, n0, _OZFSUOGQ, 0, [_T, _Id, _SCQGB], [0, 1, 1]];
1907
+ export var OpenZFSVolumeConfiguration = [
1908
+ 3,
1909
+ n0,
1910
+ _OZFSVC,
1911
+ 0,
1912
+ [_PVI, _VP, _SCRGB, _SCQGB, _RSKB, _DCTa, _CTTS, _OS, _RO, _NE, _UAGQ, _RTS, _DIS, _DCV, _DID, _SSARN, _DS, _CS],
1913
+ [
1914
+ 0,
1915
+ 0,
1916
+ 1,
1917
+ 1,
1918
+ 1,
1919
+ 0,
1920
+ 2,
1921
+ () => OpenZFSOriginSnapshotConfiguration,
1922
+ 2,
1923
+ () => OpenZFSNfsExports,
1924
+ () => OpenZFSUserAndGroupQuotas,
1925
+ 0,
1926
+ 2,
1927
+ 2,
1928
+ 2,
1929
+ 0,
1930
+ 0,
1931
+ 0,
1932
+ ],
1933
+ ];
1934
+ export var ReleaseConfiguration = [3, n0, _RC, 0, [_DSLA], [() => DurationSinceLastAccess]];
1935
+ export var ReleaseFileSystemNfsV3LocksRequest = [3, n0, _RFSNVLR, 0, [_FSI, _CRT], [0, [0, 4]]];
1936
+ export var ReleaseFileSystemNfsV3LocksResponse = [
1937
+ 3,
1938
+ n0,
1939
+ _RFSNVLRe,
1940
+ 0,
1941
+ [_FS],
1942
+ [[() => FileSystem, 0]],
1943
+ ];
1944
+ export var ResourceDoesNotSupportTagging = [
1945
+ -3,
1946
+ n0,
1947
+ _RDNST,
1948
+ {
1949
+ [_e]: _c,
1950
+ },
1951
+ [_RARN, _M],
1952
+ [0, 0],
1953
+ ];
1954
+ TypeRegistry.for(n0).registerError(ResourceDoesNotSupportTagging, __ResourceDoesNotSupportTagging);
1955
+ export var ResourceNotFound = [
1956
+ -3,
1957
+ n0,
1958
+ _RNF,
1959
+ {
1960
+ [_e]: _c,
1961
+ },
1962
+ [_RARN, _M],
1963
+ [0, 0],
1964
+ ];
1965
+ TypeRegistry.for(n0).registerError(ResourceNotFound, __ResourceNotFound);
1966
+ export var RestoreVolumeFromSnapshotRequest = [
1967
+ 3,
1968
+ n0,
1969
+ _RVFSR,
1970
+ 0,
1971
+ [_CRT, _VI, _SIn, _O],
1972
+ [[0, 4], 0, 0, 64 | 0],
1973
+ ];
1974
+ export var RestoreVolumeFromSnapshotResponse = [
1975
+ 3,
1976
+ n0,
1977
+ _RVFSRe,
1978
+ 0,
1979
+ [_VI, _L, _AAd],
1980
+ [0, 0, [() => AdministrativeActions, 0]],
1981
+ ];
1982
+ export var RetentionPeriod = [3, n0, _RP, 0, [_T, _V], [0, 1]];
1983
+ export var S3AccessPoint = [
1984
+ 3,
1985
+ n0,
1986
+ _SAP,
1987
+ 0,
1988
+ [_RARN, _Al, _VC],
1989
+ [0, 0, () => S3AccessPointVpcConfiguration],
1990
+ ];
1991
+ export var S3AccessPointAttachment = [
1992
+ 3,
1993
+ n0,
1994
+ _SAPA,
1995
+ 0,
1996
+ [_L, _LTR, _CT, _N, _T, _OZFSC, _SAP],
1997
+ [0, () => LifecycleTransitionReason, 4, 0, 0, () => S3AccessPointOpenZFSConfiguration, () => S3AccessPoint],
1998
+ ];
1999
+ export var S3AccessPointAttachmentNotFound = [
2000
+ -3,
2001
+ n0,
2002
+ _SAPANF,
2003
+ {
2004
+ [_e]: _c,
2005
+ },
2006
+ [_M],
2007
+ [0],
2008
+ ];
2009
+ TypeRegistry.for(n0).registerError(S3AccessPointAttachmentNotFound, __S3AccessPointAttachmentNotFound);
2010
+ export var S3AccessPointAttachmentsFilter = [3, n0, _SAPAF, 0, [_N, _Va], [0, 64 | 0]];
2011
+ export var S3AccessPointOpenZFSConfiguration = [
2012
+ 3,
2013
+ n0,
2014
+ _SAPOZFSC,
2015
+ 0,
2016
+ [_VI, _FSIi],
2017
+ [0, () => OpenZFSFileSystemIdentity],
2018
+ ];
2019
+ export var S3AccessPointVpcConfiguration = [3, n0, _SAPVC, 0, [_VIp], [0]];
2020
+ export var S3DataRepositoryConfiguration = [
2021
+ 3,
2022
+ n0,
2023
+ _SDRC,
2024
+ 0,
2025
+ [_AIP, _AEP],
2026
+ [() => AutoImportPolicy, () => AutoExportPolicy],
2027
+ ];
2028
+ export var SelfManagedActiveDirectoryAttributes = [
2029
+ 3,
2030
+ n0,
2031
+ _SMADA,
2032
+ 0,
2033
+ [_DN, _OUDN, _FSAG, _UN, _DIn, _DJSAS],
2034
+ [0, 0, 0, 0, 64 | 0, 0],
2035
+ ];
2036
+ export var SelfManagedActiveDirectoryConfiguration = [
2037
+ 3,
2038
+ n0,
2039
+ _SMADC,
2040
+ 0,
2041
+ [_DN, _OUDN, _FSAG, _UN, _Pas, _DIn, _DJSAS],
2042
+ [0, 0, 0, 0, [() => DirectoryPassword, 0], 64 | 0, 0],
2043
+ ];
2044
+ export var SelfManagedActiveDirectoryConfigurationUpdates = [
2045
+ 3,
2046
+ n0,
2047
+ _SMADCU,
2048
+ 0,
2049
+ [_UN, _Pas, _DIn, _DN, _OUDN, _FSAG, _DJSAS],
2050
+ [0, [() => DirectoryPassword, 0], 64 | 0, 0, 0, 0, 0],
2051
+ ];
2052
+ export var ServiceLimitExceeded = [
2053
+ -3,
2054
+ n0,
2055
+ _SLE,
2056
+ {
2057
+ [_e]: _c,
2058
+ },
2059
+ [_Li, _M],
2060
+ [0, 0],
2061
+ ];
2062
+ TypeRegistry.for(n0).registerError(ServiceLimitExceeded, __ServiceLimitExceeded);
2063
+ export var SnaplockConfiguration = [
2064
+ 3,
2065
+ n0,
2066
+ _SCn,
2067
+ 0,
2068
+ [_ALV, _APu, _PD, _RP, _STn, _VAME],
2069
+ [2, () => AutocommitPeriod, 0, () => SnaplockRetentionPeriod, 0, 2],
2070
+ ];
2071
+ export var SnaplockRetentionPeriod = [
2072
+ 3,
2073
+ n0,
2074
+ _SRP,
2075
+ 0,
2076
+ [_DR, _MRi, _MRa],
2077
+ [() => RetentionPeriod, () => RetentionPeriod, () => RetentionPeriod],
2078
+ ];
2079
+ export var Snapshot = [
2080
+ 3,
2081
+ n0,
2082
+ _Sn,
2083
+ 0,
2084
+ [_RARN, _SIn, _N, _VI, _CT, _L, _LTR, _Ta, _AAd],
2085
+ [0, 0, 0, 0, 4, 0, () => LifecycleTransitionReason, () => Tags, [() => AdministrativeActions, 0]],
2086
+ ];
2087
+ export var SnapshotFilter = [3, n0, _SF, 0, [_N, _Va], [0, 64 | 0]];
2088
+ export var SnapshotNotFound = [
2089
+ -3,
2090
+ n0,
2091
+ _SNF,
2092
+ {
2093
+ [_e]: _c,
2094
+ },
2095
+ [_M],
2096
+ [0],
2097
+ ];
2098
+ TypeRegistry.for(n0).registerError(SnapshotNotFound, __SnapshotNotFound);
2099
+ export var SourceBackupUnavailable = [
2100
+ -3,
2101
+ n0,
2102
+ _SBU,
2103
+ {
2104
+ [_e]: _c,
2105
+ },
2106
+ [_M, _BI],
2107
+ [0, 0],
2108
+ ];
2109
+ TypeRegistry.for(n0).registerError(SourceBackupUnavailable, __SourceBackupUnavailable);
2110
+ export var StartMisconfiguredStateRecoveryRequest = [
2111
+ 3,
2112
+ n0,
2113
+ _SMSRR,
2114
+ 0,
2115
+ [_CRT, _FSI],
2116
+ [[0, 4], 0],
2117
+ ];
2118
+ export var StartMisconfiguredStateRecoveryResponse = [
2119
+ 3,
2120
+ n0,
2121
+ _SMSRRt,
2122
+ 0,
2123
+ [_FS],
2124
+ [[() => FileSystem, 0]],
2125
+ ];
2126
+ export var StorageVirtualMachine = [
2127
+ 3,
2128
+ n0,
2129
+ _SVM,
2130
+ 0,
2131
+ [_ADC, _CT, _End, _FSI, _L, _N, _RARN, _SVMI, _Su, _UUID, _Ta, _LTR, _RVSS],
2132
+ [
2133
+ () => SvmActiveDirectoryConfiguration,
2134
+ 4,
2135
+ () => SvmEndpoints,
2136
+ 0,
2137
+ 0,
2138
+ 0,
2139
+ 0,
2140
+ 0,
2141
+ 0,
2142
+ 0,
2143
+ () => Tags,
2144
+ () => LifecycleTransitionReason,
2145
+ 0,
2146
+ ],
2147
+ ];
2148
+ export var StorageVirtualMachineFilter = [3, n0, _SVMF, 0, [_N, _Va], [0, 64 | 0]];
2149
+ export var StorageVirtualMachineNotFound = [
2150
+ -3,
2151
+ n0,
2152
+ _SVMNF,
2153
+ {
2154
+ [_e]: _c,
2155
+ },
2156
+ [_M],
2157
+ [0],
2158
+ ];
2159
+ TypeRegistry.for(n0).registerError(StorageVirtualMachineNotFound, __StorageVirtualMachineNotFound);
2160
+ export var SvmActiveDirectoryConfiguration = [
2161
+ 3,
2162
+ n0,
2163
+ _SADC,
2164
+ 0,
2165
+ [_NBN, _SMADC],
2166
+ [0, () => SelfManagedActiveDirectoryAttributes],
2167
+ ];
2168
+ export var SvmEndpoint = [3, n0, _SE, 0, [_DNSN, _IA, _IAp], [0, 64 | 0, 64 | 0]];
2169
+ export var SvmEndpoints = [
2170
+ 3,
2171
+ n0,
2172
+ _SEv,
2173
+ 0,
2174
+ [_Is, _Ma, _Nf, _Sm],
2175
+ [() => SvmEndpoint, () => SvmEndpoint, () => SvmEndpoint, () => SvmEndpoint],
2176
+ ];
2177
+ export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2178
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => Tags]];
2179
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2180
+ export var TieringPolicy = [3, n0, _TP, 0, [_CP, _N], [1, 0]];
2181
+ export var TooManyAccessPoints = [
2182
+ -3,
2183
+ n0,
2184
+ _TMAP,
2185
+ {
2186
+ [_xN]: _E,
2187
+ [_e]: _c,
2188
+ [_hE]: 400,
2189
+ },
2190
+ [_EC, _M],
2191
+ [0, 0],
2192
+ ];
2193
+ TypeRegistry.for(n0).registerError(TooManyAccessPoints, __TooManyAccessPoints);
2194
+ export var UnsupportedOperation = [
2195
+ -3,
2196
+ n0,
2197
+ _UO,
2198
+ {
2199
+ [_e]: _c,
2200
+ },
2201
+ [_M],
2202
+ [0],
2203
+ ];
2204
+ TypeRegistry.for(n0).registerError(UnsupportedOperation, __UnsupportedOperation);
2205
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2206
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2207
+ export var UpdateDataRepositoryAssociationRequest = [
2208
+ 3,
2209
+ n0,
2210
+ _UDRAR,
2211
+ 0,
2212
+ [_AI, _CRT, _IFCS, _S_],
2213
+ [0, [0, 4], 1, () => S3DataRepositoryConfiguration],
2214
+ ];
2215
+ export var UpdateDataRepositoryAssociationResponse = [
2216
+ 3,
2217
+ n0,
2218
+ _UDRARp,
2219
+ 0,
2220
+ [_As],
2221
+ [() => DataRepositoryAssociation],
2222
+ ];
2223
+ export var UpdateFileCacheLustreConfiguration = [3, n0, _UFCLC, 0, [_WMST], [0]];
2224
+ export var UpdateFileCacheRequest = [
2225
+ 3,
2226
+ n0,
2227
+ _UFCR,
2228
+ 0,
2229
+ [_FCI, _CRT, _LC],
2230
+ [0, [0, 4], () => UpdateFileCacheLustreConfiguration],
2231
+ ];
2232
+ export var UpdateFileCacheResponse = [3, n0, _UFCRp, 0, [_FC], [() => FileCache]];
2233
+ export var UpdateFileSystemLustreConfiguration = [
2234
+ 3,
2235
+ n0,
2236
+ _UFSLC,
2237
+ 0,
2238
+ [_WMST, _DABST, _ABRD, _AIP, _DCTa, _LCo, _RSC, _PUST, _MC, _TCh, _DRCC],
2239
+ [
2240
+ 0,
2241
+ 0,
2242
+ 1,
2243
+ 0,
2244
+ 0,
2245
+ () => LustreLogCreateConfiguration,
2246
+ () => LustreRootSquashConfiguration,
2247
+ 1,
2248
+ () => UpdateFileSystemLustreMetadataConfiguration,
2249
+ 1,
2250
+ () => LustreReadCacheConfiguration,
2251
+ ],
2252
+ ];
2253
+ export var UpdateFileSystemLustreMetadataConfiguration = [3, n0, _UFSLMC, 0, [_I, _Mo], [1, 0]];
2254
+ export var UpdateFileSystemOntapConfiguration = [
2255
+ 3,
2256
+ n0,
2257
+ _UFSOC,
2258
+ 0,
2259
+ [_ABRD, _DABST, _FAP, _WMST, _DIC, _TCh, _ARTI, _RRTI, _TCPHAP, _HAP, _EIARn],
2260
+ [1, 0, [() => AdminPassword, 0], 0, () => DiskIopsConfiguration, 1, 64 | 0, 64 | 0, 1, 1, 0],
2261
+ ];
2262
+ export var UpdateFileSystemOpenZFSConfiguration = [
2263
+ 3,
2264
+ n0,
2265
+ _UFSOZFSC,
2266
+ 0,
2267
+ [_ABRD, _CTTB, _CTTV, _DABST, _TCh, _WMST, _DIC, _ARTI, _RRTI, _RCC, _EIARn],
2268
+ [1, 2, 2, 0, 1, 0, () => DiskIopsConfiguration, 64 | 0, 64 | 0, () => OpenZFSReadCacheConfiguration, 0],
2269
+ ];
2270
+ export var UpdateFileSystemRequest = [
2271
+ 3,
2272
+ n0,
2273
+ _UFSR,
2274
+ 0,
2275
+ [_FSI, _CRT, _SC, _WC, _LC, _OC, _OZFSC, _ST, _FSTV, _NT],
2276
+ [
2277
+ 0,
2278
+ [0, 4],
2279
+ 1,
2280
+ [() => UpdateFileSystemWindowsConfiguration, 0],
2281
+ () => UpdateFileSystemLustreConfiguration,
2282
+ [() => UpdateFileSystemOntapConfiguration, 0],
2283
+ () => UpdateFileSystemOpenZFSConfiguration,
2284
+ 0,
2285
+ 0,
2286
+ 0,
2287
+ ],
2288
+ ];
2289
+ export var UpdateFileSystemResponse = [3, n0, _UFSRp, 0, [_FS], [[() => FileSystem, 0]]];
2290
+ export var UpdateFileSystemWindowsConfiguration = [
2291
+ 3,
2292
+ n0,
2293
+ _UFSWC,
2294
+ 0,
2295
+ [_WMST, _DABST, _ABRD, _TCh, _SMADC, _ALC, _DIC],
2296
+ [
2297
+ 0,
2298
+ 0,
2299
+ 1,
2300
+ 1,
2301
+ [() => SelfManagedActiveDirectoryConfigurationUpdates, 0],
2302
+ () => WindowsAuditLogCreateConfiguration,
2303
+ () => DiskIopsConfiguration,
2304
+ ],
2305
+ ];
2306
+ export var UpdateOntapVolumeConfiguration = [
2307
+ 3,
2308
+ n0,
2309
+ _UOVC,
2310
+ 0,
2311
+ [_JP, _SS, _SIM, _SEE, _TP, _SP, _CTTB, _SCn, _SIB],
2312
+ [0, 0, 1, 2, () => TieringPolicy, 0, 2, () => UpdateSnaplockConfiguration, 1],
2313
+ ];
2314
+ export var UpdateOpenZFSVolumeConfiguration = [
2315
+ 3,
2316
+ n0,
2317
+ _UOZFSVC,
2318
+ 0,
2319
+ [_SCRGB, _SCQGB, _RSKB, _DCTa, _NE, _UAGQ, _RO],
2320
+ [1, 1, 1, 0, () => OpenZFSNfsExports, () => OpenZFSUserAndGroupQuotas, 2],
2321
+ ];
2322
+ export var UpdateSharedVpcConfigurationRequest = [
2323
+ 3,
2324
+ n0,
2325
+ _USVCR,
2326
+ 0,
2327
+ [_EFRTUFPA, _CRT],
2328
+ [0, [0, 4]],
2329
+ ];
2330
+ export var UpdateSharedVpcConfigurationResponse = [3, n0, _USVCRp, 0, [_EFRTUFPA], [0]];
2331
+ export var UpdateSnaplockConfiguration = [
2332
+ 3,
2333
+ n0,
2334
+ _USC,
2335
+ 0,
2336
+ [_ALV, _APu, _PD, _RP, _VAME],
2337
+ [2, () => AutocommitPeriod, 0, () => SnaplockRetentionPeriod, 2],
2338
+ ];
2339
+ export var UpdateSnapshotRequest = [3, n0, _USR, 0, [_CRT, _N, _SIn], [[0, 4], 0, 0]];
2340
+ export var UpdateSnapshotResponse = [3, n0, _USRp, 0, [_Sn], [() => Snapshot]];
2341
+ export var UpdateStorageVirtualMachineRequest = [
2342
+ 3,
2343
+ n0,
2344
+ _USVMR,
2345
+ 0,
2346
+ [_ADC, _CRT, _SVMI, _SAPv],
2347
+ [[() => UpdateSvmActiveDirectoryConfiguration, 0], [0, 4], 0, [() => AdminPassword, 0]],
2348
+ ];
2349
+ export var UpdateStorageVirtualMachineResponse = [
2350
+ 3,
2351
+ n0,
2352
+ _USVMRp,
2353
+ 0,
2354
+ [_SVM],
2355
+ [() => StorageVirtualMachine],
2356
+ ];
2357
+ export var UpdateSvmActiveDirectoryConfiguration = [
2358
+ 3,
2359
+ n0,
2360
+ _USADC,
2361
+ 0,
2362
+ [_SMADC, _NBN],
2363
+ [[() => SelfManagedActiveDirectoryConfigurationUpdates, 0], 0],
2364
+ ];
2365
+ export var UpdateVolumeRequest = [
2366
+ 3,
2367
+ n0,
2368
+ _UVR,
2369
+ 0,
2370
+ [_CRT, _VI, _OC, _N, _OZFSC],
2371
+ [[0, 4], 0, () => UpdateOntapVolumeConfiguration, 0, () => UpdateOpenZFSVolumeConfiguration],
2372
+ ];
2373
+ export var UpdateVolumeResponse = [3, n0, _UVRp, 0, [_Vo], [() => Volume]];
2374
+ export var Volume = [
2375
+ 3,
2376
+ n0,
2377
+ _Vo,
2378
+ 0,
2379
+ [_CT, _FSI, _L, _N, _OC, _RARN, _Ta, _VI, _VT, _LTR, _AAd, _OZFSC],
2380
+ [
2381
+ 4,
2382
+ 0,
2383
+ 0,
2384
+ 0,
2385
+ () => OntapVolumeConfiguration,
2386
+ 0,
2387
+ () => Tags,
2388
+ 0,
2389
+ 0,
2390
+ () => LifecycleTransitionReason,
2391
+ [() => AdministrativeActions, 0],
2392
+ () => OpenZFSVolumeConfiguration,
2393
+ ],
2394
+ ];
2395
+ export var VolumeFilter = [3, n0, _VF, 0, [_N, _Va], [0, 64 | 0]];
2396
+ export var VolumeNotFound = [
2397
+ -3,
2398
+ n0,
2399
+ _VNF,
2400
+ {
2401
+ [_e]: _c,
2402
+ },
2403
+ [_M],
2404
+ [0],
2405
+ ];
2406
+ TypeRegistry.for(n0).registerError(VolumeNotFound, __VolumeNotFound);
2407
+ export var WindowsAuditLogConfiguration = [3, n0, _WALC, 0, [_FAALL, _FSAALL, _ALD], [0, 0, 0]];
2408
+ export var WindowsAuditLogCreateConfiguration = [
2409
+ 3,
2410
+ n0,
2411
+ _WALCC,
2412
+ 0,
2413
+ [_FAALL, _FSAALL, _ALD],
2414
+ [0, 0, 0],
2415
+ ];
2416
+ export var WindowsFileSystemConfiguration = [
2417
+ 3,
2418
+ n0,
2419
+ _WFSC,
2420
+ 0,
2421
+ [_ADI, _SMADC, _DT, _RAE, _PSI, _PFSI, _TCh, _MOIP, _WMST, _DABST, _ABRD, _CTTB, _Ali, _ALC, _DIC, _PFSIr],
2422
+ [
2423
+ 0,
2424
+ () => SelfManagedActiveDirectoryAttributes,
2425
+ 0,
2426
+ 0,
2427
+ 0,
2428
+ 0,
2429
+ 1,
2430
+ 64 | 0,
2431
+ 0,
2432
+ 0,
2433
+ 1,
2434
+ 2,
2435
+ () => Aliases,
2436
+ () => WindowsAuditLogConfiguration,
2437
+ () => DiskIopsConfiguration,
2438
+ 0,
2439
+ ],
2440
+ ];
2441
+ export var __Unit = "unit";
2442
+ export var FSxServiceException = [-3, _sm, "FSxServiceException", 0, [], []];
2443
+ TypeRegistry.for(_sm).registerError(FSxServiceException, __FSxServiceException);
2444
+ export var AdministrativeActions = [1, n0, _AAd, 0, [() => AdministrativeAction, 0]];
2445
+ export var Aggregates = 64 | 0;
2446
+ export var Aliases = [1, n0, _Ali, 0, () => Alias];
2447
+ export var AlternateDNSNames = 64 | 0;
2448
+ export var BackupIds = 64 | 0;
2449
+ export var Backups = [1, n0, _Ba, 0, [() => Backup, 0]];
2450
+ export var CreateFileCacheDataRepositoryAssociations = [
2451
+ 1,
2452
+ n0,
2453
+ _CFCDRA,
2454
+ 0,
2455
+ () => FileCacheDataRepositoryAssociation,
2456
+ ];
2457
+ export var DataRepositoryAssociationIds = 64 | 0;
2458
+ export var DataRepositoryAssociations = [1, n0, _DRA, 0, () => DataRepositoryAssociation];
2459
+ export var DataRepositoryTaskFilters = [1, n0, _DRTFa, 0, () => DataRepositoryTaskFilter];
2460
+ export var DataRepositoryTaskFilterValues = 64 | 0;
2461
+ export var DataRepositoryTaskPaths = 64 | 0;
2462
+ export var DataRepositoryTasks = [1, n0, _DRTa, 0, () => DataRepositoryTask];
2463
+ export var DeleteFileSystemOpenZFSOptions = 64 | 0;
2464
+ export var DeleteOpenZFSVolumeOptions = 64 | 0;
2465
+ export var DnsIps = 64 | 0;
2466
+ export var EventTypes = 64 | 0;
2467
+ export var FileCacheIds = 64 | 0;
2468
+ export var FileCaches = [1, n0, _FCi, 0, () => FileCache];
2469
+ export var FileSystemIds = 64 | 0;
2470
+ export var FileSystemMaintenanceOperations = 64 | 0;
2471
+ export var FileSystems = [1, n0, _FSi, 0, [() => FileSystem, 0]];
2472
+ export var FileSystemSecondaryGIDs = 64 | 1;
2473
+ export var Filters = [1, n0, _Fi, 0, () => Filter];
2474
+ export var FilterValues = 64 | 0;
2475
+ export var LustreNoSquashNids = 64 | 0;
2476
+ export var NetworkInterfaceIds = 64 | 0;
2477
+ export var OntapEndpointIpAddresses = 64 | 0;
2478
+ export var OpenZFSClientConfigurations = [1, n0, _OZFSCCp, 0, () => OpenZFSClientConfiguration];
2479
+ export var OpenZFSNfsExportOptions = 64 | 0;
2480
+ export var OpenZFSNfsExports = [1, n0, _OZFSNEp, 0, () => OpenZFSNfsExport];
2481
+ export var OpenZFSUserAndGroupQuotas = [1, n0, _OZFSUAGQ, 0, () => OpenZFSUserOrGroupQuota];
2482
+ export var RepositoryDnsIps = 64 | 0;
2483
+ export var RestoreOpenZFSVolumeOptions = 64 | 0;
2484
+ export var RouteTableIds = 64 | 0;
2485
+ export var S3AccessPointAttachmentNames = 64 | 0;
2486
+ export var S3AccessPointAttachments = [1, n0, _SAPAc, 0, () => S3AccessPointAttachment];
2487
+ export var S3AccessPointAttachmentsFilters = [
2488
+ 1,
2489
+ n0,
2490
+ _SAPAFc,
2491
+ 0,
2492
+ () => S3AccessPointAttachmentsFilter,
2493
+ ];
2494
+ export var S3AccessPointAttachmentsFilterValues = 64 | 0;
2495
+ export var SecurityGroupIds = 64 | 0;
2496
+ export var SnapshotFilters = [1, n0, _SFn, 0, () => SnapshotFilter];
2497
+ export var SnapshotFilterValues = 64 | 0;
2498
+ export var SnapshotIds = 64 | 0;
2499
+ export var Snapshots = [1, n0, _Sna, 0, () => Snapshot];
2500
+ export var StorageVirtualMachineFilters = [1, n0, _SVMFt, 0, () => StorageVirtualMachineFilter];
2501
+ export var StorageVirtualMachineFilterValues = 64 | 0;
2502
+ export var StorageVirtualMachineIds = 64 | 0;
2503
+ export var StorageVirtualMachines = [1, n0, _SVMt, 0, () => StorageVirtualMachine];
2504
+ export var SubDirectoriesPaths = 64 | 0;
2505
+ export var SubnetIds = 64 | 0;
2506
+ export var TagKeys = 64 | 0;
2507
+ export var Tags = [1, n0, _Ta, 0, () => Tag];
2508
+ export var TaskIds = 64 | 0;
2509
+ export var UpdateOpenZFSVolumeOptions = 64 | 0;
2510
+ export var VolumeFilters = [1, n0, _VFo, 0, () => VolumeFilter];
2511
+ export var VolumeFilterValues = 64 | 0;
2512
+ export var VolumeIds = 64 | 0;
2513
+ export var Volumes = [1, n0, _Vol, 0, () => Volume];
2514
+ export var AssociateFileSystemAliases = [
2515
+ 9,
2516
+ n0,
2517
+ _AFSA,
2518
+ 0,
2519
+ () => AssociateFileSystemAliasesRequest,
2520
+ () => AssociateFileSystemAliasesResponse,
2521
+ ];
2522
+ export var CancelDataRepositoryTask = [
2523
+ 9,
2524
+ n0,
2525
+ _CDRT,
2526
+ 2,
2527
+ () => CancelDataRepositoryTaskRequest,
2528
+ () => CancelDataRepositoryTaskResponse,
2529
+ ];
2530
+ export var CopyBackup = [9, n0, _CB, 2, () => CopyBackupRequest, () => CopyBackupResponse];
2531
+ export var CopySnapshotAndUpdateVolume = [
2532
+ 9,
2533
+ n0,
2534
+ _CSAUV,
2535
+ 2,
2536
+ () => CopySnapshotAndUpdateVolumeRequest,
2537
+ () => CopySnapshotAndUpdateVolumeResponse,
2538
+ ];
2539
+ export var CreateAndAttachS3AccessPoint = [
2540
+ 9,
2541
+ n0,
2542
+ _CAASAP,
2543
+ 0,
2544
+ () => CreateAndAttachS3AccessPointRequest,
2545
+ () => CreateAndAttachS3AccessPointResponse,
2546
+ ];
2547
+ export var CreateBackup = [
2548
+ 9,
2549
+ n0,
2550
+ _CBr,
2551
+ 2,
2552
+ () => CreateBackupRequest,
2553
+ () => CreateBackupResponse,
2554
+ ];
2555
+ export var CreateDataRepositoryAssociation = [
2556
+ 9,
2557
+ n0,
2558
+ _CDRA,
2559
+ 2,
2560
+ () => CreateDataRepositoryAssociationRequest,
2561
+ () => CreateDataRepositoryAssociationResponse,
2562
+ ];
2563
+ export var CreateDataRepositoryTask = [
2564
+ 9,
2565
+ n0,
2566
+ _CDRTr,
2567
+ 2,
2568
+ () => CreateDataRepositoryTaskRequest,
2569
+ () => CreateDataRepositoryTaskResponse,
2570
+ ];
2571
+ export var CreateFileCache = [
2572
+ 9,
2573
+ n0,
2574
+ _CFC,
2575
+ 2,
2576
+ () => CreateFileCacheRequest,
2577
+ () => CreateFileCacheResponse,
2578
+ ];
2579
+ export var CreateFileSystem = [
2580
+ 9,
2581
+ n0,
2582
+ _CFS,
2583
+ 0,
2584
+ () => CreateFileSystemRequest,
2585
+ () => CreateFileSystemResponse,
2586
+ ];
2587
+ export var CreateFileSystemFromBackup = [
2588
+ 9,
2589
+ n0,
2590
+ _CFSFB,
2591
+ 0,
2592
+ () => CreateFileSystemFromBackupRequest,
2593
+ () => CreateFileSystemFromBackupResponse,
2594
+ ];
2595
+ export var CreateSnapshot = [
2596
+ 9,
2597
+ n0,
2598
+ _CSr,
2599
+ 2,
2600
+ () => CreateSnapshotRequest,
2601
+ () => CreateSnapshotResponse,
2602
+ ];
2603
+ export var CreateStorageVirtualMachine = [
2604
+ 9,
2605
+ n0,
2606
+ _CSVM,
2607
+ 0,
2608
+ () => CreateStorageVirtualMachineRequest,
2609
+ () => CreateStorageVirtualMachineResponse,
2610
+ ];
2611
+ export var CreateVolume = [9, n0, _CV, 0, () => CreateVolumeRequest, () => CreateVolumeResponse];
2612
+ export var CreateVolumeFromBackup = [
2613
+ 9,
2614
+ n0,
2615
+ _CVFB,
2616
+ 0,
2617
+ () => CreateVolumeFromBackupRequest,
2618
+ () => CreateVolumeFromBackupResponse,
2619
+ ];
2620
+ export var DeleteBackup = [9, n0, _DB, 2, () => DeleteBackupRequest, () => DeleteBackupResponse];
2621
+ export var DeleteDataRepositoryAssociation = [
2622
+ 9,
2623
+ n0,
2624
+ _DDRA,
2625
+ 2,
2626
+ () => DeleteDataRepositoryAssociationRequest,
2627
+ () => DeleteDataRepositoryAssociationResponse,
2628
+ ];
2629
+ export var DeleteFileCache = [
2630
+ 9,
2631
+ n0,
2632
+ _DFC,
2633
+ 2,
2634
+ () => DeleteFileCacheRequest,
2635
+ () => DeleteFileCacheResponse,
2636
+ ];
2637
+ export var DeleteFileSystem = [
2638
+ 9,
2639
+ n0,
2640
+ _DFS,
2641
+ 2,
2642
+ () => DeleteFileSystemRequest,
2643
+ () => DeleteFileSystemResponse,
2644
+ ];
2645
+ export var DeleteSnapshot = [
2646
+ 9,
2647
+ n0,
2648
+ _DSe,
2649
+ 2,
2650
+ () => DeleteSnapshotRequest,
2651
+ () => DeleteSnapshotResponse,
2652
+ ];
2653
+ export var DeleteStorageVirtualMachine = [
2654
+ 9,
2655
+ n0,
2656
+ _DSVM,
2657
+ 0,
2658
+ () => DeleteStorageVirtualMachineRequest,
2659
+ () => DeleteStorageVirtualMachineResponse,
2660
+ ];
2661
+ export var DeleteVolume = [9, n0, _DV, 0, () => DeleteVolumeRequest, () => DeleteVolumeResponse];
2662
+ export var DescribeBackups = [
2663
+ 9,
2664
+ n0,
2665
+ _DBe,
2666
+ 0,
2667
+ () => DescribeBackupsRequest,
2668
+ () => DescribeBackupsResponse,
2669
+ ];
2670
+ export var DescribeDataRepositoryAssociations = [
2671
+ 9,
2672
+ n0,
2673
+ _DDRAe,
2674
+ 2,
2675
+ () => DescribeDataRepositoryAssociationsRequest,
2676
+ () => DescribeDataRepositoryAssociationsResponse,
2677
+ ];
2678
+ export var DescribeDataRepositoryTasks = [
2679
+ 9,
2680
+ n0,
2681
+ _DDRT,
2682
+ 0,
2683
+ () => DescribeDataRepositoryTasksRequest,
2684
+ () => DescribeDataRepositoryTasksResponse,
2685
+ ];
2686
+ export var DescribeFileCaches = [
2687
+ 9,
2688
+ n0,
2689
+ _DFCe,
2690
+ 2,
2691
+ () => DescribeFileCachesRequest,
2692
+ () => DescribeFileCachesResponse,
2693
+ ];
2694
+ export var DescribeFileSystemAliases = [
2695
+ 9,
2696
+ n0,
2697
+ _DFSA,
2698
+ 0,
2699
+ () => DescribeFileSystemAliasesRequest,
2700
+ () => DescribeFileSystemAliasesResponse,
2701
+ ];
2702
+ export var DescribeFileSystems = [
2703
+ 9,
2704
+ n0,
2705
+ _DFSe,
2706
+ 0,
2707
+ () => DescribeFileSystemsRequest,
2708
+ () => DescribeFileSystemsResponse,
2709
+ ];
2710
+ export var DescribeS3AccessPointAttachments = [
2711
+ 9,
2712
+ n0,
2713
+ _DSAPA,
2714
+ 0,
2715
+ () => DescribeS3AccessPointAttachmentsRequest,
2716
+ () => DescribeS3AccessPointAttachmentsResponse,
2717
+ ];
2718
+ export var DescribeSharedVpcConfiguration = [
2719
+ 9,
2720
+ n0,
2721
+ _DSVC,
2722
+ 0,
2723
+ () => DescribeSharedVpcConfigurationRequest,
2724
+ () => DescribeSharedVpcConfigurationResponse,
2725
+ ];
2726
+ export var DescribeSnapshots = [
2727
+ 9,
2728
+ n0,
2729
+ _DSes,
2730
+ 0,
2731
+ () => DescribeSnapshotsRequest,
2732
+ () => DescribeSnapshotsResponse,
2733
+ ];
2734
+ export var DescribeStorageVirtualMachines = [
2735
+ 9,
2736
+ n0,
2737
+ _DSVMe,
2738
+ 0,
2739
+ () => DescribeStorageVirtualMachinesRequest,
2740
+ () => DescribeStorageVirtualMachinesResponse,
2741
+ ];
2742
+ export var DescribeVolumes = [
2743
+ 9,
2744
+ n0,
2745
+ _DVe,
2746
+ 0,
2747
+ () => DescribeVolumesRequest,
2748
+ () => DescribeVolumesResponse,
2749
+ ];
2750
+ export var DetachAndDeleteS3AccessPoint = [
2751
+ 9,
2752
+ n0,
2753
+ _DADSAP,
2754
+ 0,
2755
+ () => DetachAndDeleteS3AccessPointRequest,
2756
+ () => DetachAndDeleteS3AccessPointResponse,
2757
+ ];
2758
+ export var DisassociateFileSystemAliases = [
2759
+ 9,
2760
+ n0,
2761
+ _DFSAi,
2762
+ 0,
2763
+ () => DisassociateFileSystemAliasesRequest,
2764
+ () => DisassociateFileSystemAliasesResponse,
2765
+ ];
2766
+ export var ListTagsForResource = [
2767
+ 9,
2768
+ n0,
2769
+ _LTFR,
2770
+ 0,
2771
+ () => ListTagsForResourceRequest,
2772
+ () => ListTagsForResourceResponse,
2773
+ ];
2774
+ export var ReleaseFileSystemNfsV3Locks = [
2775
+ 9,
2776
+ n0,
2777
+ _RFSNVL,
2778
+ 2,
2779
+ () => ReleaseFileSystemNfsV3LocksRequest,
2780
+ () => ReleaseFileSystemNfsV3LocksResponse,
2781
+ ];
2782
+ export var RestoreVolumeFromSnapshot = [
2783
+ 9,
2784
+ n0,
2785
+ _RVFS,
2786
+ 2,
2787
+ () => RestoreVolumeFromSnapshotRequest,
2788
+ () => RestoreVolumeFromSnapshotResponse,
2789
+ ];
2790
+ export var StartMisconfiguredStateRecovery = [
2791
+ 9,
2792
+ n0,
2793
+ _SMSR,
2794
+ 0,
2795
+ () => StartMisconfiguredStateRecoveryRequest,
2796
+ () => StartMisconfiguredStateRecoveryResponse,
2797
+ ];
2798
+ export var TagResource = [9, n0, _TR, 2, () => TagResourceRequest, () => TagResourceResponse];
2799
+ export var UntagResource = [
2800
+ 9,
2801
+ n0,
2802
+ _UR,
2803
+ 2,
2804
+ () => UntagResourceRequest,
2805
+ () => UntagResourceResponse,
2806
+ ];
2807
+ export var UpdateDataRepositoryAssociation = [
2808
+ 9,
2809
+ n0,
2810
+ _UDRA,
2811
+ 2,
2812
+ () => UpdateDataRepositoryAssociationRequest,
2813
+ () => UpdateDataRepositoryAssociationResponse,
2814
+ ];
2815
+ export var UpdateFileCache = [
2816
+ 9,
2817
+ n0,
2818
+ _UFC,
2819
+ 2,
2820
+ () => UpdateFileCacheRequest,
2821
+ () => UpdateFileCacheResponse,
2822
+ ];
2823
+ export var UpdateFileSystem = [
2824
+ 9,
2825
+ n0,
2826
+ _UFS,
2827
+ 0,
2828
+ () => UpdateFileSystemRequest,
2829
+ () => UpdateFileSystemResponse,
2830
+ ];
2831
+ export var UpdateSharedVpcConfiguration = [
2832
+ 9,
2833
+ n0,
2834
+ _USVC,
2835
+ 0,
2836
+ () => UpdateSharedVpcConfigurationRequest,
2837
+ () => UpdateSharedVpcConfigurationResponse,
2838
+ ];
2839
+ export var UpdateSnapshot = [
2840
+ 9,
2841
+ n0,
2842
+ _US,
2843
+ 2,
2844
+ () => UpdateSnapshotRequest,
2845
+ () => UpdateSnapshotResponse,
2846
+ ];
2847
+ export var UpdateStorageVirtualMachine = [
2848
+ 9,
2849
+ n0,
2850
+ _USVM,
2851
+ 0,
2852
+ () => UpdateStorageVirtualMachineRequest,
2853
+ () => UpdateStorageVirtualMachineResponse,
2854
+ ];
2855
+ export var UpdateVolume = [9, n0, _UV, 0, () => UpdateVolumeRequest, () => UpdateVolumeResponse];