@aws-sdk/client-efs 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 (52) hide show
  1. package/dist-cjs/index.js +1480 -1835
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/EFSClient.js +2 -0
  4. package/dist-es/commands/CreateAccessPointCommand.js +3 -9
  5. package/dist-es/commands/CreateFileSystemCommand.js +3 -9
  6. package/dist-es/commands/CreateMountTargetCommand.js +3 -9
  7. package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateTagsCommand.js +3 -9
  9. package/dist-es/commands/DeleteAccessPointCommand.js +3 -9
  10. package/dist-es/commands/DeleteFileSystemCommand.js +3 -9
  11. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +3 -9
  12. package/dist-es/commands/DeleteMountTargetCommand.js +3 -9
  13. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  15. package/dist-es/commands/DescribeAccessPointsCommand.js +3 -9
  16. package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -9
  17. package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -9
  18. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -9
  19. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -9
  20. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -9
  22. package/dist-es/commands/DescribeMountTargetsCommand.js +3 -9
  23. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -9
  24. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  25. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  26. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +3 -9
  27. package/dist-es/commands/PutAccountPreferencesCommand.js +3 -9
  28. package/dist-es/commands/PutBackupPolicyCommand.js +3 -9
  29. package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -9
  30. package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateFileSystemCommand.js +3 -9
  34. package/dist-es/commands/UpdateFileSystemProtectionCommand.js +3 -9
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1334 -0
  37. package/dist-types/EFSClient.d.ts +10 -1
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -0
  40. package/dist-types/runtimeConfig.native.d.ts +1 -0
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +136 -0
  43. package/dist-types/ts3.4/EFSClient.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -0
  49. package/package.json +5 -6
  50. package/dist-es/protocols/Aws_restJson1.js +0 -1533
  51. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
@@ -0,0 +1,1334 @@
1
+ const _AP = "AccessPoints";
2
+ const _APA = "AccessPointArn";
3
+ const _APAE = "AccessPointAlreadyExists";
4
+ const _APD = "AccessPointDescription";
5
+ const _APDc = "AccessPointDescriptions";
6
+ const _API = "AccessPointId";
7
+ const _APLE = "AccessPointLimitExceeded";
8
+ const _APNF = "AccessPointNotFound";
9
+ const _AZI = "AvailabilityZoneId";
10
+ const _AZM = "AvailabilityZonesMismatch";
11
+ const _AZN = "AvailabilityZoneName";
12
+ const _B = "Backup";
13
+ const _BP = "BackupPolicy";
14
+ const _BPD = "BackupPolicyDescription";
15
+ const _BPLSC = "BypassPolicyLockoutSafetyCheck";
16
+ const _BR = "BadRequest";
17
+ const _CAP = "CreateAccessPoint";
18
+ const _CAPR = "CreateAccessPointRequest";
19
+ const _CE = "ConflictException";
20
+ const _CFS = "CreateFileSystem";
21
+ const _CFSR = "CreateFileSystemRequest";
22
+ const _CI = "CreationInfo";
23
+ const _CMT = "CreateMountTarget";
24
+ const _CMTR = "CreateMountTargetRequest";
25
+ const _CRC = "CreateReplicationConfiguration";
26
+ const _CRCR = "CreateReplicationConfigurationRequest";
27
+ const _CT = "ClientToken";
28
+ const _CTR = "CreateTagsRequest";
29
+ const _CTr = "CreationToken";
30
+ const _CTre = "CreationTime";
31
+ const _CTrea = "CreateTags";
32
+ const _D = "Destinations";
33
+ const _DAP = "DeleteAccessPoint";
34
+ const _DAPR = "DeleteAccessPointRequest";
35
+ const _DAPRe = "DescribeAccessPointsRequest";
36
+ const _DAPRes = "DescribeAccessPointsResponse";
37
+ const _DAPResc = "DescribeAccountPreferencesRequest";
38
+ const _DAPRescr = "DescribeAccountPreferencesResponse";
39
+ const _DAPe = "DescribeAccessPoints";
40
+ const _DAPes = "DescribeAccountPreferences";
41
+ const _DBP = "DescribeBackupPolicy";
42
+ const _DBPR = "DescribeBackupPolicyRequest";
43
+ const _DFS = "DeleteFileSystem";
44
+ const _DFSP = "DeleteFileSystemPolicy";
45
+ const _DFSPR = "DeleteFileSystemPolicyRequest";
46
+ const _DFSPRe = "DescribeFileSystemPolicyRequest";
47
+ const _DFSPe = "DescribeFileSystemPolicy";
48
+ const _DFSR = "DeleteFileSystemRequest";
49
+ const _DFSRe = "DescribeFileSystemsRequest";
50
+ const _DFSRes = "DescribeFileSystemsResponse";
51
+ const _DFSe = "DescribeFileSystems";
52
+ const _DLC = "DescribeLifecycleConfiguration";
53
+ const _DLCR = "DescribeLifecycleConfigurationRequest";
54
+ const _DM = "DeletionMode";
55
+ const _DMT = "DeleteMountTarget";
56
+ const _DMTR = "DeleteMountTargetRequest";
57
+ const _DMTRe = "DescribeMountTargetsRequest";
58
+ const _DMTRes = "DescribeMountTargetsResponse";
59
+ const _DMTSG = "DescribeMountTargetSecurityGroups";
60
+ const _DMTSGR = "DescribeMountTargetSecurityGroupsRequest";
61
+ const _DMTSGRe = "DescribeMountTargetSecurityGroupsResponse";
62
+ const _DMTe = "DescribeMountTargets";
63
+ const _DRC = "DeleteReplicationConfiguration";
64
+ const _DRCR = "DeleteReplicationConfigurationRequest";
65
+ const _DRCRe = "DescribeReplicationConfigurationsRequest";
66
+ const _DRCRes = "DescribeReplicationConfigurationsResponse";
67
+ const _DRCe = "DescribeReplicationConfigurations";
68
+ const _DT = "DependencyTimeout";
69
+ const _DTC = "DestinationToCreate";
70
+ const _DTCe = "DestinationsToCreate";
71
+ const _DTR = "DeleteTagsRequest";
72
+ const _DTRe = "DescribeTagsRequest";
73
+ const _DTRes = "DescribeTagsResponse";
74
+ const _DTe = "DeleteTags";
75
+ const _DTes = "DescribeTags";
76
+ const _De = "Destination";
77
+ const _E = "Encrypted";
78
+ const _EC = "ErrorCode";
79
+ const _FS = "FileSystems";
80
+ const _FSA = "FileSystemArn";
81
+ const _FSAE = "FileSystemAlreadyExists";
82
+ const _FSD = "FileSystemDescription";
83
+ const _FSDi = "FileSystemDescriptions";
84
+ const _FSI = "FileSystemId";
85
+ const _FSIU = "FileSystemInUse";
86
+ const _FSLE = "FileSystemLimitExceeded";
87
+ const _FSNF = "FileSystemNotFound";
88
+ const _FSP = "FileSystemProtection";
89
+ const _FSPD = "FileSystemPolicyDescription";
90
+ const _FSPDi = "FileSystemProtectionDescription";
91
+ const _FSS = "FileSystemSize";
92
+ const _G = "Gid";
93
+ const _IA = "IpAddress";
94
+ const _IAIU = "IpAddressInUse";
95
+ const _IAT = "IpAddressType";
96
+ const _IAp = "Ipv6Address";
97
+ const _IFSLCS = "IncorrectFileSystemLifeCycleState";
98
+ const _IMTS = "IncorrectMountTargetState";
99
+ const _IPE = "InvalidPolicyException";
100
+ const _ISE = "InternalServerError";
101
+ const _ITC = "InsufficientThroughputCapacity";
102
+ const _K = "Key";
103
+ const _KKI = "KmsKeyId";
104
+ const _LCD = "LifecycleConfigurationDescription";
105
+ const _LCS = "LifeCycleState";
106
+ const _LP = "LifecyclePolicies";
107
+ const _LPi = "LifecyclePolicy";
108
+ const _LRT = "LastReplicatedTimestamp";
109
+ const _LTFR = "ListTagsForResource";
110
+ const _LTFRR = "ListTagsForResourceRequest";
111
+ const _LTFRRi = "ListTagsForResourceResponse";
112
+ const _M = "Message";
113
+ const _MI = "MaxItems";
114
+ const _MMTSG = "ModifyMountTargetSecurityGroups";
115
+ const _MMTSGR = "ModifyMountTargetSecurityGroupsRequest";
116
+ const _MR = "MaxResults";
117
+ const _MT = "MountTargets";
118
+ const _MTC = "MountTargetConflict";
119
+ const _MTD = "MountTargetDescription";
120
+ const _MTDo = "MountTargetDescriptions";
121
+ const _MTI = "MountTargetId";
122
+ const _MTNF = "MountTargetNotFound";
123
+ const _Ma = "Marker";
124
+ const _N = "Name";
125
+ const _NFAIS = "NoFreeAddressesInSubnet";
126
+ const _NII = "NetworkInterfaceId";
127
+ const _NILE = "NetworkInterfaceLimitExceeded";
128
+ const _NM = "NextMarker";
129
+ const _NOMT = "NumberOfMountTargets";
130
+ const _NT = "NextToken";
131
+ const _OG = "OwnerGid";
132
+ const _OI = "OwnerId";
133
+ const _OSFSA = "OriginalSourceFileSystemArn";
134
+ const _OU = "OwnerUid";
135
+ const _P = "Permissions";
136
+ const _PAP = "PutAccountPreferences";
137
+ const _PAPR = "PutAccountPreferencesRequest";
138
+ const _PAPRu = "PutAccountPreferencesResponse";
139
+ const _PBP = "PutBackupPolicy";
140
+ const _PBPR = "PutBackupPolicyRequest";
141
+ const _PFSP = "PutFileSystemPolicy";
142
+ const _PFSPR = "PutFileSystemPolicyRequest";
143
+ const _PLC = "PutLifecycleConfiguration";
144
+ const _PLCR = "PutLifecycleConfigurationRequest";
145
+ const _PM = "PerformanceMode";
146
+ const _PNF = "PolicyNotFound";
147
+ const _PTIM = "ProvisionedThroughputInMibps";
148
+ const _PU = "PosixUser";
149
+ const _Pa = "Path";
150
+ const _Po = "Policy";
151
+ const _R = "Replications";
152
+ const _RA = "RoleArn";
153
+ const _RAE = "ReplicationAlreadyExists";
154
+ const _RCD = "ReplicationConfigurationDescription";
155
+ const _RCDe = "ReplicationConfigurationDescriptions";
156
+ const _RD = "RootDirectory";
157
+ const _RI = "ResourceId";
158
+ const _RIP = "ResourceIdPreference";
159
+ const _RIT = "ResourceIdType";
160
+ const _RNF = "ReplicationNotFound";
161
+ const _ROP = "ReplicationOverwriteProtection";
162
+ const _Re = "Region";
163
+ const _Res = "Resources";
164
+ const _S = "Status";
165
+ const _SFSA = "SourceFileSystemArn";
166
+ const _SFSI = "SourceFileSystemId";
167
+ const _SFSOI = "SourceFileSystemOwnerId";
168
+ const _SFSR = "SourceFileSystemRegion";
169
+ const _SG = "SecurityGroups";
170
+ const _SGLE = "SecurityGroupLimitExceeded";
171
+ const _SGNF = "SecurityGroupNotFound";
172
+ const _SGe = "SecondaryGids";
173
+ const _SI = "SubnetId";
174
+ const _SIB = "SizeInBytes";
175
+ const _SM = "StatusMessage";
176
+ const _SNF = "SubnetNotFound";
177
+ const _T = "Tags";
178
+ const _TE = "ThrottlingException";
179
+ const _TK = "TagKeys";
180
+ const _TLE = "ThroughputLimitExceeded";
181
+ const _TM = "ThroughputMode";
182
+ const _TMR = "TooManyRequests";
183
+ const _TR = "TagResource";
184
+ const _TRR = "TagResourceRequest";
185
+ const _TTA = "TransitionToArchive";
186
+ const _TTIA = "TransitionToIA";
187
+ const _TTPSC = "TransitionToPrimaryStorageClass";
188
+ const _Ta = "Tag";
189
+ const _Ti = "Timestamp";
190
+ const _U = "Uid";
191
+ const _UAZ = "UnsupportedAvailabilityZone";
192
+ const _UFS = "UpdateFileSystem";
193
+ const _UFSP = "UpdateFileSystemProtection";
194
+ const _UFSPR = "UpdateFileSystemProtectionRequest";
195
+ const _UFSR = "UpdateFileSystemRequest";
196
+ const _UR = "UntagResource";
197
+ const _URR = "UntagResourceRequest";
198
+ const _V = "Value";
199
+ const _VE = "ValidationException";
200
+ const _VI = "VpcId";
201
+ const _VIA = "ValueInArchive";
202
+ const _VIIA = "ValueInIA";
203
+ const _VIS = "ValueInStandard";
204
+ const _c = "client";
205
+ const _dM = "deletionMode";
206
+ const _e = "error";
207
+ const _h = "http";
208
+ const _hE = "httpError";
209
+ const _hQ = "httpQuery";
210
+ const _s = "server";
211
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.efs";
212
+ const _tK = "tagKeys";
213
+ const n0 = "com.amazonaws.efs";
214
+ import { TypeRegistry } from "@smithy/core/schema";
215
+ import { EFSServiceException as __EFSServiceException } from "../models/EFSServiceException";
216
+ import { AccessPointAlreadyExists as __AccessPointAlreadyExists, AccessPointLimitExceeded as __AccessPointLimitExceeded, AccessPointNotFound as __AccessPointNotFound, AvailabilityZonesMismatch as __AvailabilityZonesMismatch, BadRequest as __BadRequest, ConflictException as __ConflictException, DependencyTimeout as __DependencyTimeout, FileSystemAlreadyExists as __FileSystemAlreadyExists, FileSystemInUse as __FileSystemInUse, FileSystemLimitExceeded as __FileSystemLimitExceeded, FileSystemNotFound as __FileSystemNotFound, IncorrectFileSystemLifeCycleState as __IncorrectFileSystemLifeCycleState, IncorrectMountTargetState as __IncorrectMountTargetState, InsufficientThroughputCapacity as __InsufficientThroughputCapacity, InternalServerError as __InternalServerError, InvalidPolicyException as __InvalidPolicyException, IpAddressInUse as __IpAddressInUse, MountTargetConflict as __MountTargetConflict, MountTargetNotFound as __MountTargetNotFound, NetworkInterfaceLimitExceeded as __NetworkInterfaceLimitExceeded, NoFreeAddressesInSubnet as __NoFreeAddressesInSubnet, PolicyNotFound as __PolicyNotFound, ReplicationAlreadyExists as __ReplicationAlreadyExists, ReplicationNotFound as __ReplicationNotFound, SecurityGroupLimitExceeded as __SecurityGroupLimitExceeded, SecurityGroupNotFound as __SecurityGroupNotFound, SubnetNotFound as __SubnetNotFound, ThrottlingException as __ThrottlingException, ThroughputLimitExceeded as __ThroughputLimitExceeded, TooManyRequests as __TooManyRequests, UnsupportedAvailabilityZone as __UnsupportedAvailabilityZone, ValidationException as __ValidationException, } from "../models/index";
217
+ export var AccessPointAlreadyExists = [
218
+ -3,
219
+ n0,
220
+ _APAE,
221
+ {
222
+ [_e]: _c,
223
+ [_hE]: 409,
224
+ },
225
+ [_EC, _M, _API],
226
+ [0, 0, 0],
227
+ ];
228
+ TypeRegistry.for(n0).registerError(AccessPointAlreadyExists, __AccessPointAlreadyExists);
229
+ export var AccessPointDescription = [
230
+ 3,
231
+ n0,
232
+ _APD,
233
+ 0,
234
+ [_CT, _N, _T, _API, _APA, _FSI, _PU, _RD, _OI, _LCS],
235
+ [0, 0, () => Tags, 0, 0, 0, () => PosixUser, () => RootDirectory, 0, 0],
236
+ ];
237
+ export var AccessPointLimitExceeded = [
238
+ -3,
239
+ n0,
240
+ _APLE,
241
+ {
242
+ [_e]: _c,
243
+ [_hE]: 403,
244
+ },
245
+ [_EC, _M],
246
+ [0, 0],
247
+ ];
248
+ TypeRegistry.for(n0).registerError(AccessPointLimitExceeded, __AccessPointLimitExceeded);
249
+ export var AccessPointNotFound = [
250
+ -3,
251
+ n0,
252
+ _APNF,
253
+ {
254
+ [_e]: _c,
255
+ [_hE]: 404,
256
+ },
257
+ [_EC, _M],
258
+ [0, 0],
259
+ ];
260
+ TypeRegistry.for(n0).registerError(AccessPointNotFound, __AccessPointNotFound);
261
+ export var AvailabilityZonesMismatch = [
262
+ -3,
263
+ n0,
264
+ _AZM,
265
+ {
266
+ [_e]: _c,
267
+ [_hE]: 400,
268
+ },
269
+ [_EC, _M],
270
+ [0, 0],
271
+ ];
272
+ TypeRegistry.for(n0).registerError(AvailabilityZonesMismatch, __AvailabilityZonesMismatch);
273
+ export var BackupPolicy = [3, n0, _BP, 0, [_S], [0]];
274
+ export var BackupPolicyDescription = [3, n0, _BPD, 0, [_BP], [() => BackupPolicy]];
275
+ export var BadRequest = [
276
+ -3,
277
+ n0,
278
+ _BR,
279
+ {
280
+ [_e]: _c,
281
+ [_hE]: 400,
282
+ },
283
+ [_EC, _M],
284
+ [0, 0],
285
+ ];
286
+ TypeRegistry.for(n0).registerError(BadRequest, __BadRequest);
287
+ export var ConflictException = [
288
+ -3,
289
+ n0,
290
+ _CE,
291
+ {
292
+ [_e]: _c,
293
+ [_hE]: 409,
294
+ },
295
+ [_EC, _M],
296
+ [0, 0],
297
+ ];
298
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
299
+ export var CreateAccessPointRequest = [
300
+ 3,
301
+ n0,
302
+ _CAPR,
303
+ 0,
304
+ [_CT, _T, _FSI, _PU, _RD],
305
+ [[0, 4], () => Tags, 0, () => PosixUser, () => RootDirectory],
306
+ ];
307
+ export var CreateFileSystemRequest = [
308
+ 3,
309
+ n0,
310
+ _CFSR,
311
+ 0,
312
+ [_CTr, _PM, _E, _KKI, _TM, _PTIM, _AZN, _B, _T],
313
+ [[0, 4], 0, 2, 0, 0, 1, 0, 2, () => Tags],
314
+ ];
315
+ export var CreateMountTargetRequest = [
316
+ 3,
317
+ n0,
318
+ _CMTR,
319
+ 0,
320
+ [_FSI, _SI, _IA, _IAp, _IAT, _SG],
321
+ [0, 0, 0, 0, 0, 64 | 0],
322
+ ];
323
+ export var CreateReplicationConfigurationRequest = [
324
+ 3,
325
+ n0,
326
+ _CRCR,
327
+ 0,
328
+ [_SFSI, _D],
329
+ [[0, 1], () => DestinationsToCreate],
330
+ ];
331
+ export var CreateTagsRequest = [3, n0, _CTR, 0, [_FSI, _T], [[0, 1], () => Tags]];
332
+ export var CreationInfo = [3, n0, _CI, 0, [_OU, _OG, _P], [1, 1, 0]];
333
+ export var DeleteAccessPointRequest = [3, n0, _DAPR, 0, [_API], [[0, 1]]];
334
+ export var DeleteFileSystemPolicyRequest = [3, n0, _DFSPR, 0, [_FSI], [[0, 1]]];
335
+ export var DeleteFileSystemRequest = [3, n0, _DFSR, 0, [_FSI], [[0, 1]]];
336
+ export var DeleteMountTargetRequest = [3, n0, _DMTR, 0, [_MTI], [[0, 1]]];
337
+ export var DeleteReplicationConfigurationRequest = [
338
+ 3,
339
+ n0,
340
+ _DRCR,
341
+ 0,
342
+ [_SFSI, _DM],
343
+ [
344
+ [0, 1],
345
+ [
346
+ 0,
347
+ {
348
+ [_hQ]: _dM,
349
+ },
350
+ ],
351
+ ],
352
+ ];
353
+ export var DeleteTagsRequest = [3, n0, _DTR, 0, [_FSI, _TK], [[0, 1], 64 | 0]];
354
+ export var DependencyTimeout = [
355
+ -3,
356
+ n0,
357
+ _DT,
358
+ {
359
+ [_e]: _s,
360
+ [_hE]: 504,
361
+ },
362
+ [_EC, _M],
363
+ [0, 0],
364
+ ];
365
+ TypeRegistry.for(n0).registerError(DependencyTimeout, __DependencyTimeout);
366
+ export var DescribeAccessPointsRequest = [
367
+ 3,
368
+ n0,
369
+ _DAPRe,
370
+ 0,
371
+ [_MR, _NT, _API, _FSI],
372
+ [
373
+ [
374
+ 1,
375
+ {
376
+ [_hQ]: _MR,
377
+ },
378
+ ],
379
+ [
380
+ 0,
381
+ {
382
+ [_hQ]: _NT,
383
+ },
384
+ ],
385
+ [
386
+ 0,
387
+ {
388
+ [_hQ]: _API,
389
+ },
390
+ ],
391
+ [
392
+ 0,
393
+ {
394
+ [_hQ]: _FSI,
395
+ },
396
+ ],
397
+ ],
398
+ ];
399
+ export var DescribeAccessPointsResponse = [
400
+ 3,
401
+ n0,
402
+ _DAPRes,
403
+ 0,
404
+ [_AP, _NT],
405
+ [() => AccessPointDescriptions, 0],
406
+ ];
407
+ export var DescribeAccountPreferencesRequest = [3, n0, _DAPResc, 0, [_NT, _MR], [0, 1]];
408
+ export var DescribeAccountPreferencesResponse = [
409
+ 3,
410
+ n0,
411
+ _DAPRescr,
412
+ 0,
413
+ [_RIP, _NT],
414
+ [() => ResourceIdPreference, 0],
415
+ ];
416
+ export var DescribeBackupPolicyRequest = [3, n0, _DBPR, 0, [_FSI], [[0, 1]]];
417
+ export var DescribeFileSystemPolicyRequest = [3, n0, _DFSPRe, 0, [_FSI], [[0, 1]]];
418
+ export var DescribeFileSystemsRequest = [
419
+ 3,
420
+ n0,
421
+ _DFSRe,
422
+ 0,
423
+ [_MI, _Ma, _CTr, _FSI],
424
+ [
425
+ [
426
+ 1,
427
+ {
428
+ [_hQ]: _MI,
429
+ },
430
+ ],
431
+ [
432
+ 0,
433
+ {
434
+ [_hQ]: _Ma,
435
+ },
436
+ ],
437
+ [
438
+ 0,
439
+ {
440
+ [_hQ]: _CTr,
441
+ },
442
+ ],
443
+ [
444
+ 0,
445
+ {
446
+ [_hQ]: _FSI,
447
+ },
448
+ ],
449
+ ],
450
+ ];
451
+ export var DescribeFileSystemsResponse = [
452
+ 3,
453
+ n0,
454
+ _DFSRes,
455
+ 0,
456
+ [_Ma, _FS, _NM],
457
+ [0, () => FileSystemDescriptions, 0],
458
+ ];
459
+ export var DescribeLifecycleConfigurationRequest = [3, n0, _DLCR, 0, [_FSI], [[0, 1]]];
460
+ export var DescribeMountTargetSecurityGroupsRequest = [3, n0, _DMTSGR, 0, [_MTI], [[0, 1]]];
461
+ export var DescribeMountTargetSecurityGroupsResponse = [3, n0, _DMTSGRe, 0, [_SG], [64 | 0]];
462
+ export var DescribeMountTargetsRequest = [
463
+ 3,
464
+ n0,
465
+ _DMTRe,
466
+ 0,
467
+ [_MI, _Ma, _FSI, _MTI, _API],
468
+ [
469
+ [
470
+ 1,
471
+ {
472
+ [_hQ]: _MI,
473
+ },
474
+ ],
475
+ [
476
+ 0,
477
+ {
478
+ [_hQ]: _Ma,
479
+ },
480
+ ],
481
+ [
482
+ 0,
483
+ {
484
+ [_hQ]: _FSI,
485
+ },
486
+ ],
487
+ [
488
+ 0,
489
+ {
490
+ [_hQ]: _MTI,
491
+ },
492
+ ],
493
+ [
494
+ 0,
495
+ {
496
+ [_hQ]: _API,
497
+ },
498
+ ],
499
+ ],
500
+ ];
501
+ export var DescribeMountTargetsResponse = [
502
+ 3,
503
+ n0,
504
+ _DMTRes,
505
+ 0,
506
+ [_Ma, _MT, _NM],
507
+ [0, () => MountTargetDescriptions, 0],
508
+ ];
509
+ export var DescribeReplicationConfigurationsRequest = [
510
+ 3,
511
+ n0,
512
+ _DRCRe,
513
+ 0,
514
+ [_FSI, _NT, _MR],
515
+ [
516
+ [
517
+ 0,
518
+ {
519
+ [_hQ]: _FSI,
520
+ },
521
+ ],
522
+ [
523
+ 0,
524
+ {
525
+ [_hQ]: _NT,
526
+ },
527
+ ],
528
+ [
529
+ 1,
530
+ {
531
+ [_hQ]: _MR,
532
+ },
533
+ ],
534
+ ],
535
+ ];
536
+ export var DescribeReplicationConfigurationsResponse = [
537
+ 3,
538
+ n0,
539
+ _DRCRes,
540
+ 0,
541
+ [_R, _NT],
542
+ [() => ReplicationConfigurationDescriptions, 0],
543
+ ];
544
+ export var DescribeTagsRequest = [
545
+ 3,
546
+ n0,
547
+ _DTRe,
548
+ 0,
549
+ [_MI, _Ma, _FSI],
550
+ [
551
+ [
552
+ 1,
553
+ {
554
+ [_hQ]: _MI,
555
+ },
556
+ ],
557
+ [
558
+ 0,
559
+ {
560
+ [_hQ]: _Ma,
561
+ },
562
+ ],
563
+ [0, 1],
564
+ ],
565
+ ];
566
+ export var DescribeTagsResponse = [3, n0, _DTRes, 0, [_Ma, _T, _NM], [0, () => Tags, 0]];
567
+ export var Destination = [
568
+ 3,
569
+ n0,
570
+ _De,
571
+ 0,
572
+ [_S, _FSI, _Re, _LRT, _OI, _SM, _RA],
573
+ [0, 0, 0, 4, 0, 0, 0],
574
+ ];
575
+ export var DestinationToCreate = [3, n0, _DTC, 0, [_Re, _AZN, _KKI, _FSI, _RA], [0, 0, 0, 0, 0]];
576
+ export var FileSystemAlreadyExists = [
577
+ -3,
578
+ n0,
579
+ _FSAE,
580
+ {
581
+ [_e]: _c,
582
+ [_hE]: 409,
583
+ },
584
+ [_EC, _M, _FSI],
585
+ [0, 0, 0],
586
+ ];
587
+ TypeRegistry.for(n0).registerError(FileSystemAlreadyExists, __FileSystemAlreadyExists);
588
+ export var FileSystemDescription = [
589
+ 3,
590
+ n0,
591
+ _FSD,
592
+ 0,
593
+ [_OI, _CTr, _FSI, _FSA, _CTre, _LCS, _N, _NOMT, _SIB, _PM, _E, _KKI, _TM, _PTIM, _AZN, _AZI, _T, _FSP],
594
+ [
595
+ 0,
596
+ 0,
597
+ 0,
598
+ 0,
599
+ 4,
600
+ 0,
601
+ 0,
602
+ 1,
603
+ () => FileSystemSize,
604
+ 0,
605
+ 2,
606
+ 0,
607
+ 0,
608
+ 1,
609
+ 0,
610
+ 0,
611
+ () => Tags,
612
+ () => FileSystemProtectionDescription,
613
+ ],
614
+ ];
615
+ export var FileSystemInUse = [
616
+ -3,
617
+ n0,
618
+ _FSIU,
619
+ {
620
+ [_e]: _c,
621
+ [_hE]: 409,
622
+ },
623
+ [_EC, _M],
624
+ [0, 0],
625
+ ];
626
+ TypeRegistry.for(n0).registerError(FileSystemInUse, __FileSystemInUse);
627
+ export var FileSystemLimitExceeded = [
628
+ -3,
629
+ n0,
630
+ _FSLE,
631
+ {
632
+ [_e]: _c,
633
+ [_hE]: 403,
634
+ },
635
+ [_EC, _M],
636
+ [0, 0],
637
+ ];
638
+ TypeRegistry.for(n0).registerError(FileSystemLimitExceeded, __FileSystemLimitExceeded);
639
+ export var FileSystemNotFound = [
640
+ -3,
641
+ n0,
642
+ _FSNF,
643
+ {
644
+ [_e]: _c,
645
+ [_hE]: 404,
646
+ },
647
+ [_EC, _M],
648
+ [0, 0],
649
+ ];
650
+ TypeRegistry.for(n0).registerError(FileSystemNotFound, __FileSystemNotFound);
651
+ export var FileSystemPolicyDescription = [3, n0, _FSPD, 0, [_FSI, _Po], [0, 0]];
652
+ export var FileSystemProtectionDescription = [3, n0, _FSPDi, 0, [_ROP], [0]];
653
+ export var FileSystemSize = [3, n0, _FSS, 0, [_V, _Ti, _VIIA, _VIS, _VIA], [1, 4, 1, 1, 1]];
654
+ export var IncorrectFileSystemLifeCycleState = [
655
+ -3,
656
+ n0,
657
+ _IFSLCS,
658
+ {
659
+ [_e]: _c,
660
+ [_hE]: 409,
661
+ },
662
+ [_EC, _M],
663
+ [0, 0],
664
+ ];
665
+ TypeRegistry.for(n0).registerError(IncorrectFileSystemLifeCycleState, __IncorrectFileSystemLifeCycleState);
666
+ export var IncorrectMountTargetState = [
667
+ -3,
668
+ n0,
669
+ _IMTS,
670
+ {
671
+ [_e]: _c,
672
+ [_hE]: 409,
673
+ },
674
+ [_EC, _M],
675
+ [0, 0],
676
+ ];
677
+ TypeRegistry.for(n0).registerError(IncorrectMountTargetState, __IncorrectMountTargetState);
678
+ export var InsufficientThroughputCapacity = [
679
+ -3,
680
+ n0,
681
+ _ITC,
682
+ {
683
+ [_e]: _s,
684
+ [_hE]: 503,
685
+ },
686
+ [_EC, _M],
687
+ [0, 0],
688
+ ];
689
+ TypeRegistry.for(n0).registerError(InsufficientThroughputCapacity, __InsufficientThroughputCapacity);
690
+ export var InternalServerError = [
691
+ -3,
692
+ n0,
693
+ _ISE,
694
+ {
695
+ [_e]: _s,
696
+ [_hE]: 500,
697
+ },
698
+ [_EC, _M],
699
+ [0, 0],
700
+ ];
701
+ TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
702
+ export var InvalidPolicyException = [
703
+ -3,
704
+ n0,
705
+ _IPE,
706
+ {
707
+ [_e]: _c,
708
+ [_hE]: 400,
709
+ },
710
+ [_EC, _M],
711
+ [0, 0],
712
+ ];
713
+ TypeRegistry.for(n0).registerError(InvalidPolicyException, __InvalidPolicyException);
714
+ export var IpAddressInUse = [
715
+ -3,
716
+ n0,
717
+ _IAIU,
718
+ {
719
+ [_e]: _c,
720
+ [_hE]: 409,
721
+ },
722
+ [_EC, _M],
723
+ [0, 0],
724
+ ];
725
+ TypeRegistry.for(n0).registerError(IpAddressInUse, __IpAddressInUse);
726
+ export var LifecycleConfigurationDescription = [
727
+ 3,
728
+ n0,
729
+ _LCD,
730
+ 0,
731
+ [_LP],
732
+ [() => LifecyclePolicies],
733
+ ];
734
+ export var LifecyclePolicy = [3, n0, _LPi, 0, [_TTIA, _TTPSC, _TTA], [0, 0, 0]];
735
+ export var ListTagsForResourceRequest = [
736
+ 3,
737
+ n0,
738
+ _LTFRR,
739
+ 0,
740
+ [_RI, _MR, _NT],
741
+ [
742
+ [0, 1],
743
+ [
744
+ 1,
745
+ {
746
+ [_hQ]: _MR,
747
+ },
748
+ ],
749
+ [
750
+ 0,
751
+ {
752
+ [_hQ]: _NT,
753
+ },
754
+ ],
755
+ ],
756
+ ];
757
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T, _NT], [() => Tags, 0]];
758
+ export var ModifyMountTargetSecurityGroupsRequest = [
759
+ 3,
760
+ n0,
761
+ _MMTSGR,
762
+ 0,
763
+ [_MTI, _SG],
764
+ [[0, 1], 64 | 0],
765
+ ];
766
+ export var MountTargetConflict = [
767
+ -3,
768
+ n0,
769
+ _MTC,
770
+ {
771
+ [_e]: _c,
772
+ [_hE]: 409,
773
+ },
774
+ [_EC, _M],
775
+ [0, 0],
776
+ ];
777
+ TypeRegistry.for(n0).registerError(MountTargetConflict, __MountTargetConflict);
778
+ export var MountTargetDescription = [
779
+ 3,
780
+ n0,
781
+ _MTD,
782
+ 0,
783
+ [_OI, _MTI, _FSI, _SI, _LCS, _IA, _IAp, _NII, _AZI, _AZN, _VI],
784
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
785
+ ];
786
+ export var MountTargetNotFound = [
787
+ -3,
788
+ n0,
789
+ _MTNF,
790
+ {
791
+ [_e]: _c,
792
+ [_hE]: 404,
793
+ },
794
+ [_EC, _M],
795
+ [0, 0],
796
+ ];
797
+ TypeRegistry.for(n0).registerError(MountTargetNotFound, __MountTargetNotFound);
798
+ export var NetworkInterfaceLimitExceeded = [
799
+ -3,
800
+ n0,
801
+ _NILE,
802
+ {
803
+ [_e]: _c,
804
+ [_hE]: 409,
805
+ },
806
+ [_EC, _M],
807
+ [0, 0],
808
+ ];
809
+ TypeRegistry.for(n0).registerError(NetworkInterfaceLimitExceeded, __NetworkInterfaceLimitExceeded);
810
+ export var NoFreeAddressesInSubnet = [
811
+ -3,
812
+ n0,
813
+ _NFAIS,
814
+ {
815
+ [_e]: _c,
816
+ [_hE]: 409,
817
+ },
818
+ [_EC, _M],
819
+ [0, 0],
820
+ ];
821
+ TypeRegistry.for(n0).registerError(NoFreeAddressesInSubnet, __NoFreeAddressesInSubnet);
822
+ export var PolicyNotFound = [
823
+ -3,
824
+ n0,
825
+ _PNF,
826
+ {
827
+ [_e]: _c,
828
+ [_hE]: 404,
829
+ },
830
+ [_EC, _M],
831
+ [0, 0],
832
+ ];
833
+ TypeRegistry.for(n0).registerError(PolicyNotFound, __PolicyNotFound);
834
+ export var PosixUser = [3, n0, _PU, 0, [_U, _G, _SGe], [1, 1, 64 | 1]];
835
+ export var PutAccountPreferencesRequest = [3, n0, _PAPR, 0, [_RIT], [0]];
836
+ export var PutAccountPreferencesResponse = [
837
+ 3,
838
+ n0,
839
+ _PAPRu,
840
+ 0,
841
+ [_RIP],
842
+ [() => ResourceIdPreference],
843
+ ];
844
+ export var PutBackupPolicyRequest = [3, n0, _PBPR, 0, [_FSI, _BP], [[0, 1], () => BackupPolicy]];
845
+ export var PutFileSystemPolicyRequest = [3, n0, _PFSPR, 0, [_FSI, _Po, _BPLSC], [[0, 1], 0, 2]];
846
+ export var PutLifecycleConfigurationRequest = [
847
+ 3,
848
+ n0,
849
+ _PLCR,
850
+ 0,
851
+ [_FSI, _LP],
852
+ [[0, 1], () => LifecyclePolicies],
853
+ ];
854
+ export var ReplicationAlreadyExists = [
855
+ -3,
856
+ n0,
857
+ _RAE,
858
+ {
859
+ [_e]: _c,
860
+ [_hE]: 409,
861
+ },
862
+ [_EC, _M],
863
+ [0, 0],
864
+ ];
865
+ TypeRegistry.for(n0).registerError(ReplicationAlreadyExists, __ReplicationAlreadyExists);
866
+ export var ReplicationConfigurationDescription = [
867
+ 3,
868
+ n0,
869
+ _RCD,
870
+ 0,
871
+ [_SFSI, _SFSR, _SFSA, _OSFSA, _CTre, _D, _SFSOI],
872
+ [0, 0, 0, 0, 4, () => Destinations, 0],
873
+ ];
874
+ export var ReplicationNotFound = [
875
+ -3,
876
+ n0,
877
+ _RNF,
878
+ {
879
+ [_e]: _c,
880
+ [_hE]: 404,
881
+ },
882
+ [_EC, _M],
883
+ [0, 0],
884
+ ];
885
+ TypeRegistry.for(n0).registerError(ReplicationNotFound, __ReplicationNotFound);
886
+ export var ResourceIdPreference = [3, n0, _RIP, 0, [_RIT, _Res], [0, 64 | 0]];
887
+ export var RootDirectory = [3, n0, _RD, 0, [_Pa, _CI], [0, () => CreationInfo]];
888
+ export var SecurityGroupLimitExceeded = [
889
+ -3,
890
+ n0,
891
+ _SGLE,
892
+ {
893
+ [_e]: _c,
894
+ [_hE]: 400,
895
+ },
896
+ [_EC, _M],
897
+ [0, 0],
898
+ ];
899
+ TypeRegistry.for(n0).registerError(SecurityGroupLimitExceeded, __SecurityGroupLimitExceeded);
900
+ export var SecurityGroupNotFound = [
901
+ -3,
902
+ n0,
903
+ _SGNF,
904
+ {
905
+ [_e]: _c,
906
+ [_hE]: 400,
907
+ },
908
+ [_EC, _M],
909
+ [0, 0],
910
+ ];
911
+ TypeRegistry.for(n0).registerError(SecurityGroupNotFound, __SecurityGroupNotFound);
912
+ export var SubnetNotFound = [
913
+ -3,
914
+ n0,
915
+ _SNF,
916
+ {
917
+ [_e]: _c,
918
+ [_hE]: 400,
919
+ },
920
+ [_EC, _M],
921
+ [0, 0],
922
+ ];
923
+ TypeRegistry.for(n0).registerError(SubnetNotFound, __SubnetNotFound);
924
+ export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
925
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RI, _T], [[0, 1], () => Tags]];
926
+ export var ThrottlingException = [
927
+ -3,
928
+ n0,
929
+ _TE,
930
+ {
931
+ [_e]: _c,
932
+ [_hE]: 429,
933
+ },
934
+ [_EC, _M],
935
+ [0, 0],
936
+ ];
937
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
938
+ export var ThroughputLimitExceeded = [
939
+ -3,
940
+ n0,
941
+ _TLE,
942
+ {
943
+ [_e]: _c,
944
+ [_hE]: 400,
945
+ },
946
+ [_EC, _M],
947
+ [0, 0],
948
+ ];
949
+ TypeRegistry.for(n0).registerError(ThroughputLimitExceeded, __ThroughputLimitExceeded);
950
+ export var TooManyRequests = [
951
+ -3,
952
+ n0,
953
+ _TMR,
954
+ {
955
+ [_e]: _c,
956
+ [_hE]: 429,
957
+ },
958
+ [_EC, _M],
959
+ [0, 0],
960
+ ];
961
+ TypeRegistry.for(n0).registerError(TooManyRequests, __TooManyRequests);
962
+ export var UnsupportedAvailabilityZone = [
963
+ -3,
964
+ n0,
965
+ _UAZ,
966
+ {
967
+ [_e]: _c,
968
+ [_hE]: 400,
969
+ },
970
+ [_EC, _M],
971
+ [0, 0],
972
+ ];
973
+ TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZone, __UnsupportedAvailabilityZone);
974
+ export var UntagResourceRequest = [
975
+ 3,
976
+ n0,
977
+ _URR,
978
+ 0,
979
+ [_RI, _TK],
980
+ [
981
+ [0, 1],
982
+ [
983
+ 64 | 0,
984
+ {
985
+ [_hQ]: _tK,
986
+ },
987
+ ],
988
+ ],
989
+ ];
990
+ export var UpdateFileSystemProtectionRequest = [3, n0, _UFSPR, 0, [_FSI, _ROP], [[0, 1], 0]];
991
+ export var UpdateFileSystemRequest = [3, n0, _UFSR, 0, [_FSI, _TM, _PTIM], [[0, 1], 0, 1]];
992
+ export var ValidationException = [
993
+ -3,
994
+ n0,
995
+ _VE,
996
+ {
997
+ [_e]: _c,
998
+ [_hE]: 400,
999
+ },
1000
+ [_EC, _M],
1001
+ [0, 0],
1002
+ ];
1003
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1004
+ export var __Unit = "unit";
1005
+ export var EFSServiceException = [-3, _sm, "EFSServiceException", 0, [], []];
1006
+ TypeRegistry.for(_sm).registerError(EFSServiceException, __EFSServiceException);
1007
+ export var AccessPointDescriptions = [1, n0, _APDc, 0, () => AccessPointDescription];
1008
+ export var Destinations = [1, n0, _D, 0, () => Destination];
1009
+ export var DestinationsToCreate = [1, n0, _DTCe, 0, () => DestinationToCreate];
1010
+ export var FileSystemDescriptions = [1, n0, _FSDi, 0, () => FileSystemDescription];
1011
+ export var LifecyclePolicies = [1, n0, _LP, 0, () => LifecyclePolicy];
1012
+ export var MountTargetDescriptions = [1, n0, _MTDo, 0, () => MountTargetDescription];
1013
+ export var ReplicationConfigurationDescriptions = [
1014
+ 1,
1015
+ n0,
1016
+ _RCDe,
1017
+ 0,
1018
+ () => ReplicationConfigurationDescription,
1019
+ ];
1020
+ export var Resources = 64 | 0;
1021
+ export var SecondaryGids = 64 | 1;
1022
+ export var SecurityGroups = 64 | 0;
1023
+ export var TagKeys = 64 | 0;
1024
+ export var Tags = [1, n0, _T, 0, () => Tag];
1025
+ export var CreateAccessPoint = [
1026
+ 9,
1027
+ n0,
1028
+ _CAP,
1029
+ {
1030
+ [_h]: ["POST", "/2015-02-01/access-points", 200],
1031
+ },
1032
+ () => CreateAccessPointRequest,
1033
+ () => AccessPointDescription,
1034
+ ];
1035
+ export var CreateFileSystem = [
1036
+ 9,
1037
+ n0,
1038
+ _CFS,
1039
+ {
1040
+ [_h]: ["POST", "/2015-02-01/file-systems", 201],
1041
+ },
1042
+ () => CreateFileSystemRequest,
1043
+ () => FileSystemDescription,
1044
+ ];
1045
+ export var CreateMountTarget = [
1046
+ 9,
1047
+ n0,
1048
+ _CMT,
1049
+ {
1050
+ [_h]: ["POST", "/2015-02-01/mount-targets", 200],
1051
+ },
1052
+ () => CreateMountTargetRequest,
1053
+ () => MountTargetDescription,
1054
+ ];
1055
+ export var CreateReplicationConfiguration = [
1056
+ 9,
1057
+ n0,
1058
+ _CRC,
1059
+ {
1060
+ [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200],
1061
+ },
1062
+ () => CreateReplicationConfigurationRequest,
1063
+ () => ReplicationConfigurationDescription,
1064
+ ];
1065
+ export var CreateTags = [
1066
+ 9,
1067
+ n0,
1068
+ _CTrea,
1069
+ {
1070
+ [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204],
1071
+ },
1072
+ () => CreateTagsRequest,
1073
+ () => __Unit,
1074
+ ];
1075
+ export var DeleteAccessPoint = [
1076
+ 9,
1077
+ n0,
1078
+ _DAP,
1079
+ {
1080
+ [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204],
1081
+ },
1082
+ () => DeleteAccessPointRequest,
1083
+ () => __Unit,
1084
+ ];
1085
+ export var DeleteFileSystem = [
1086
+ 9,
1087
+ n0,
1088
+ _DFS,
1089
+ {
1090
+ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204],
1091
+ },
1092
+ () => DeleteFileSystemRequest,
1093
+ () => __Unit,
1094
+ ];
1095
+ export var DeleteFileSystemPolicy = [
1096
+ 9,
1097
+ n0,
1098
+ _DFSP,
1099
+ {
1100
+ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1101
+ },
1102
+ () => DeleteFileSystemPolicyRequest,
1103
+ () => __Unit,
1104
+ ];
1105
+ export var DeleteMountTarget = [
1106
+ 9,
1107
+ n0,
1108
+ _DMT,
1109
+ {
1110
+ [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204],
1111
+ },
1112
+ () => DeleteMountTargetRequest,
1113
+ () => __Unit,
1114
+ ];
1115
+ export var DeleteReplicationConfiguration = [
1116
+ 9,
1117
+ n0,
1118
+ _DRC,
1119
+ {
1120
+ [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204],
1121
+ },
1122
+ () => DeleteReplicationConfigurationRequest,
1123
+ () => __Unit,
1124
+ ];
1125
+ export var DeleteTags = [
1126
+ 9,
1127
+ n0,
1128
+ _DTe,
1129
+ {
1130
+ [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204],
1131
+ },
1132
+ () => DeleteTagsRequest,
1133
+ () => __Unit,
1134
+ ];
1135
+ export var DescribeAccessPoints = [
1136
+ 9,
1137
+ n0,
1138
+ _DAPe,
1139
+ {
1140
+ [_h]: ["GET", "/2015-02-01/access-points", 200],
1141
+ },
1142
+ () => DescribeAccessPointsRequest,
1143
+ () => DescribeAccessPointsResponse,
1144
+ ];
1145
+ export var DescribeAccountPreferences = [
1146
+ 9,
1147
+ n0,
1148
+ _DAPes,
1149
+ {
1150
+ [_h]: ["GET", "/2015-02-01/account-preferences", 200],
1151
+ },
1152
+ () => DescribeAccountPreferencesRequest,
1153
+ () => DescribeAccountPreferencesResponse,
1154
+ ];
1155
+ export var DescribeBackupPolicy = [
1156
+ 9,
1157
+ n0,
1158
+ _DBP,
1159
+ {
1160
+ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200],
1161
+ },
1162
+ () => DescribeBackupPolicyRequest,
1163
+ () => BackupPolicyDescription,
1164
+ ];
1165
+ export var DescribeFileSystemPolicy = [
1166
+ 9,
1167
+ n0,
1168
+ _DFSPe,
1169
+ {
1170
+ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1171
+ },
1172
+ () => DescribeFileSystemPolicyRequest,
1173
+ () => FileSystemPolicyDescription,
1174
+ ];
1175
+ export var DescribeFileSystems = [
1176
+ 9,
1177
+ n0,
1178
+ _DFSe,
1179
+ {
1180
+ [_h]: ["GET", "/2015-02-01/file-systems", 200],
1181
+ },
1182
+ () => DescribeFileSystemsRequest,
1183
+ () => DescribeFileSystemsResponse,
1184
+ ];
1185
+ export var DescribeLifecycleConfiguration = [
1186
+ 9,
1187
+ n0,
1188
+ _DLC,
1189
+ {
1190
+ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200],
1191
+ },
1192
+ () => DescribeLifecycleConfigurationRequest,
1193
+ () => LifecycleConfigurationDescription,
1194
+ ];
1195
+ export var DescribeMountTargets = [
1196
+ 9,
1197
+ n0,
1198
+ _DMTe,
1199
+ {
1200
+ [_h]: ["GET", "/2015-02-01/mount-targets", 200],
1201
+ },
1202
+ () => DescribeMountTargetsRequest,
1203
+ () => DescribeMountTargetsResponse,
1204
+ ];
1205
+ export var DescribeMountTargetSecurityGroups = [
1206
+ 9,
1207
+ n0,
1208
+ _DMTSG,
1209
+ {
1210
+ [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200],
1211
+ },
1212
+ () => DescribeMountTargetSecurityGroupsRequest,
1213
+ () => DescribeMountTargetSecurityGroupsResponse,
1214
+ ];
1215
+ export var DescribeReplicationConfigurations = [
1216
+ 9,
1217
+ n0,
1218
+ _DRCe,
1219
+ {
1220
+ [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200],
1221
+ },
1222
+ () => DescribeReplicationConfigurationsRequest,
1223
+ () => DescribeReplicationConfigurationsResponse,
1224
+ ];
1225
+ export var DescribeTags = [
1226
+ 9,
1227
+ n0,
1228
+ _DTes,
1229
+ {
1230
+ [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200],
1231
+ },
1232
+ () => DescribeTagsRequest,
1233
+ () => DescribeTagsResponse,
1234
+ ];
1235
+ export var ListTagsForResource = [
1236
+ 9,
1237
+ n0,
1238
+ _LTFR,
1239
+ {
1240
+ [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200],
1241
+ },
1242
+ () => ListTagsForResourceRequest,
1243
+ () => ListTagsForResourceResponse,
1244
+ ];
1245
+ export var ModifyMountTargetSecurityGroups = [
1246
+ 9,
1247
+ n0,
1248
+ _MMTSG,
1249
+ {
1250
+ [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204],
1251
+ },
1252
+ () => ModifyMountTargetSecurityGroupsRequest,
1253
+ () => __Unit,
1254
+ ];
1255
+ export var PutAccountPreferences = [
1256
+ 9,
1257
+ n0,
1258
+ _PAP,
1259
+ {
1260
+ [_h]: ["PUT", "/2015-02-01/account-preferences", 200],
1261
+ },
1262
+ () => PutAccountPreferencesRequest,
1263
+ () => PutAccountPreferencesResponse,
1264
+ ];
1265
+ export var PutBackupPolicy = [
1266
+ 9,
1267
+ n0,
1268
+ _PBP,
1269
+ {
1270
+ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200],
1271
+ },
1272
+ () => PutBackupPolicyRequest,
1273
+ () => BackupPolicyDescription,
1274
+ ];
1275
+ export var PutFileSystemPolicy = [
1276
+ 9,
1277
+ n0,
1278
+ _PFSP,
1279
+ {
1280
+ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200],
1281
+ },
1282
+ () => PutFileSystemPolicyRequest,
1283
+ () => FileSystemPolicyDescription,
1284
+ ];
1285
+ export var PutLifecycleConfiguration = [
1286
+ 9,
1287
+ n0,
1288
+ _PLC,
1289
+ {
1290
+ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200],
1291
+ },
1292
+ () => PutLifecycleConfigurationRequest,
1293
+ () => LifecycleConfigurationDescription,
1294
+ ];
1295
+ export var TagResource = [
1296
+ 9,
1297
+ n0,
1298
+ _TR,
1299
+ {
1300
+ [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200],
1301
+ },
1302
+ () => TagResourceRequest,
1303
+ () => __Unit,
1304
+ ];
1305
+ export var UntagResource = [
1306
+ 9,
1307
+ n0,
1308
+ _UR,
1309
+ {
1310
+ [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200],
1311
+ },
1312
+ () => UntagResourceRequest,
1313
+ () => __Unit,
1314
+ ];
1315
+ export var UpdateFileSystem = [
1316
+ 9,
1317
+ n0,
1318
+ _UFS,
1319
+ {
1320
+ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202],
1321
+ },
1322
+ () => UpdateFileSystemRequest,
1323
+ () => FileSystemDescription,
1324
+ ];
1325
+ export var UpdateFileSystemProtection = [
1326
+ 9,
1327
+ n0,
1328
+ _UFSP,
1329
+ {
1330
+ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200],
1331
+ },
1332
+ () => UpdateFileSystemProtectionRequest,
1333
+ () => FileSystemProtectionDescription,
1334
+ ];