@aws-sdk/client-efs 3.1068.0 → 3.1070.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +139 -159
- package/dist-cjs/models/EFSServiceException.js +4 -8
- package/dist-cjs/models/errors.js +65 -100
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +267 -181
- package/package.json +9 -9
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeAccessPointsRequest$ = exports.DeleteTagsRequest$ = exports.DeleteReplicationConfigurationRequest$ = exports.DeleteMountTargetRequest$ = exports.DeleteFileSystemRequest$ = exports.DeleteFileSystemPolicyRequest$ = exports.DeleteAccessPointRequest$ = exports.CreationInfo$ = exports.CreateTagsRequest$ = exports.CreateReplicationConfigurationRequest$ = exports.CreateMountTargetRequest$ = exports.CreateFileSystemRequest$ = exports.CreateAccessPointRequest$ = exports.BackupPolicyDescription$ = exports.BackupPolicy$ = exports.AccessPointDescription$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.UnsupportedAvailabilityZone$ = exports.TooManyRequests$ = exports.ThroughputLimitExceeded$ = exports.ThrottlingException$ = exports.SubnetNotFound$ = exports.SecurityGroupNotFound$ = exports.SecurityGroupLimitExceeded$ = exports.ReplicationNotFound$ = exports.ReplicationAlreadyExists$ = exports.PolicyNotFound$ = exports.NoFreeAddressesInSubnet$ = exports.NetworkInterfaceLimitExceeded$ = exports.MountTargetNotFound$ = exports.MountTargetConflict$ = exports.IpAddressInUse$ = exports.InvalidPolicyException$ = exports.InternalServerError$ = exports.InsufficientThroughputCapacity$ = exports.IncorrectMountTargetState$ = exports.IncorrectFileSystemLifeCycleState$ = exports.FileSystemNotFound$ = exports.FileSystemLimitExceeded$ = exports.FileSystemInUse$ = exports.FileSystemAlreadyExists$ = exports.DependencyTimeout$ = exports.ConflictException$ = exports.BadRequest$ = exports.AvailabilityZonesMismatch$ = exports.AccessPointNotFound$ = exports.AccessPointLimitExceeded$ = exports.AccessPointAlreadyExists$ = exports.EFSServiceException$ = void 0;
|
|
4
|
-
exports.DeleteFileSystemPolicy$ = exports.DeleteFileSystem$ = exports.DeleteAccessPoint$ = exports.CreateTags$ = exports.CreateReplicationConfiguration$ = exports.CreateMountTarget$ = exports.CreateFileSystem$ = exports.CreateAccessPoint$ = exports.UpdateFileSystemRequest$ = exports.UpdateFileSystemProtectionRequest$ = exports.UntagResourceRequest$ = exports.TagResourceRequest$ = exports.Tag$ = exports.RootDirectory$ = exports.ResourceIdPreference$ = exports.ReplicationConfigurationDescription$ = exports.PutLifecycleConfigurationRequest$ = exports.PutFileSystemPolicyRequest$ = exports.PutBackupPolicyRequest$ = exports.PutAccountPreferencesResponse$ = exports.PutAccountPreferencesRequest$ = exports.PosixUser$ = exports.MountTargetDescription$ = exports.ModifyMountTargetSecurityGroupsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.LifecyclePolicy$ = exports.LifecycleConfigurationDescription$ = exports.FileSystemSize$ = exports.FileSystemProtectionDescription$ = exports.FileSystemPolicyDescription$ = exports.FileSystemDescription$ = exports.DestinationToCreate$ = exports.Destination$ = exports.DescribeTagsResponse$ = exports.DescribeTagsRequest$ = exports.DescribeReplicationConfigurationsResponse$ = exports.DescribeReplicationConfigurationsRequest$ = exports.DescribeMountTargetsResponse$ = exports.DescribeMountTargetsRequest$ = exports.DescribeMountTargetSecurityGroupsResponse$ = exports.DescribeMountTargetSecurityGroupsRequest$ = exports.DescribeLifecycleConfigurationRequest$ = exports.DescribeFileSystemsResponse$ = exports.DescribeFileSystemsRequest$ = exports.DescribeFileSystemPolicyRequest$ = exports.DescribeBackupPolicyRequest$ = exports.DescribeAccountPreferencesResponse$ = exports.DescribeAccountPreferencesRequest$ = exports.DescribeAccessPointsResponse$ = void 0;
|
|
5
|
-
exports.UpdateFileSystemProtection$ = exports.UpdateFileSystem$ = exports.UntagResource$ = exports.TagResource$ = exports.PutLifecycleConfiguration$ = exports.PutFileSystemPolicy$ = exports.PutBackupPolicy$ = exports.PutAccountPreferences$ = exports.ModifyMountTargetSecurityGroups$ = exports.ListTagsForResource$ = exports.DescribeTags$ = exports.DescribeReplicationConfigurations$ = exports.DescribeMountTargetSecurityGroups$ = exports.DescribeMountTargets$ = exports.DescribeLifecycleConfiguration$ = exports.DescribeFileSystems$ = exports.DescribeFileSystemPolicy$ = exports.DescribeBackupPolicy$ = exports.DescribeAccountPreferences$ = exports.DescribeAccessPoints$ = exports.DeleteTags$ = exports.DeleteReplicationConfiguration$ = exports.DeleteMountTarget$ = void 0;
|
|
6
1
|
const _AP = "AccessPoints";
|
|
7
2
|
const _APA = "AccessPointArn";
|
|
8
3
|
const _APAE = "AccessPointAlreadyExists";
|
|
@@ -216,618 +211,709 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.efs";
|
|
|
216
211
|
const _se = "server";
|
|
217
212
|
const _tK = "tagKeys";
|
|
218
213
|
const n0 = "com.amazonaws.efs";
|
|
219
|
-
const
|
|
220
|
-
const
|
|
221
|
-
const
|
|
222
|
-
const _s_registry =
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
214
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
215
|
+
const { EFSServiceException } = require("../models/EFSServiceException");
|
|
216
|
+
const { AccessPointAlreadyExists, AccessPointLimitExceeded, AccessPointNotFound, AvailabilityZonesMismatch, BadRequest, ConflictException, DependencyTimeout, FileSystemAlreadyExists, FileSystemInUse, FileSystemLimitExceeded, FileSystemNotFound, IncorrectFileSystemLifeCycleState, IncorrectMountTargetState, InsufficientThroughputCapacity, InternalServerError, InvalidPolicyException, IpAddressInUse, MountTargetConflict, MountTargetNotFound, NetworkInterfaceLimitExceeded, NoFreeAddressesInSubnet, PolicyNotFound, ReplicationAlreadyExists, ReplicationNotFound, SecurityGroupLimitExceeded, SecurityGroupNotFound, SubnetNotFound, ThrottlingException, ThroughputLimitExceeded, TooManyRequests, UnsupportedAvailabilityZone, ValidationException } = require("../models/errors");
|
|
217
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
218
|
+
const EFSServiceException$ = [-3, _s, "EFSServiceException", 0, [], []];
|
|
219
|
+
exports.EFSServiceException$ = EFSServiceException$;
|
|
220
|
+
_s_registry.registerError(EFSServiceException$, EFSServiceException);
|
|
221
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
222
|
+
const AccessPointAlreadyExists$ = [-3, n0, _APAE,
|
|
227
223
|
{ [_e]: _c, [_hE]: 409 },
|
|
228
224
|
[_EC, _API, _M],
|
|
229
225
|
[0, 0, 0], 2
|
|
230
226
|
];
|
|
231
|
-
|
|
232
|
-
|
|
227
|
+
exports.AccessPointAlreadyExists$ = AccessPointAlreadyExists$;
|
|
228
|
+
n0_registry.registerError(AccessPointAlreadyExists$, AccessPointAlreadyExists);
|
|
229
|
+
const AccessPointLimitExceeded$ = [-3, n0, _APLE,
|
|
233
230
|
{ [_e]: _c, [_hE]: 403 },
|
|
234
231
|
[_EC, _M],
|
|
235
232
|
[0, 0], 1
|
|
236
233
|
];
|
|
237
|
-
|
|
238
|
-
|
|
234
|
+
exports.AccessPointLimitExceeded$ = AccessPointLimitExceeded$;
|
|
235
|
+
n0_registry.registerError(AccessPointLimitExceeded$, AccessPointLimitExceeded);
|
|
236
|
+
const AccessPointNotFound$ = [-3, n0, _APNF,
|
|
239
237
|
{ [_e]: _c, [_hE]: 404 },
|
|
240
238
|
[_EC, _M],
|
|
241
239
|
[0, 0], 1
|
|
242
240
|
];
|
|
243
|
-
|
|
244
|
-
|
|
241
|
+
exports.AccessPointNotFound$ = AccessPointNotFound$;
|
|
242
|
+
n0_registry.registerError(AccessPointNotFound$, AccessPointNotFound);
|
|
243
|
+
const AvailabilityZonesMismatch$ = [-3, n0, _AZM,
|
|
245
244
|
{ [_e]: _c, [_hE]: 400 },
|
|
246
245
|
[_EC, _M],
|
|
247
246
|
[0, 0]
|
|
248
247
|
];
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
exports.AvailabilityZonesMismatch$ = AvailabilityZonesMismatch$;
|
|
249
|
+
n0_registry.registerError(AvailabilityZonesMismatch$, AvailabilityZonesMismatch);
|
|
250
|
+
const BadRequest$ = [-3, n0, _BR,
|
|
251
251
|
{ [_e]: _c, [_hE]: 400 },
|
|
252
252
|
[_EC, _M],
|
|
253
253
|
[0, 0], 1
|
|
254
254
|
];
|
|
255
|
-
|
|
256
|
-
|
|
255
|
+
exports.BadRequest$ = BadRequest$;
|
|
256
|
+
n0_registry.registerError(BadRequest$, BadRequest);
|
|
257
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
257
258
|
{ [_e]: _c, [_hE]: 409 },
|
|
258
259
|
[_EC, _M],
|
|
259
260
|
[0, 0]
|
|
260
261
|
];
|
|
261
|
-
|
|
262
|
-
|
|
262
|
+
exports.ConflictException$ = ConflictException$;
|
|
263
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
264
|
+
const DependencyTimeout$ = [-3, n0, _DT,
|
|
263
265
|
{ [_e]: _se, [_hE]: 504 },
|
|
264
266
|
[_EC, _M],
|
|
265
267
|
[0, 0], 1
|
|
266
268
|
];
|
|
267
|
-
|
|
268
|
-
|
|
269
|
+
exports.DependencyTimeout$ = DependencyTimeout$;
|
|
270
|
+
n0_registry.registerError(DependencyTimeout$, DependencyTimeout);
|
|
271
|
+
const FileSystemAlreadyExists$ = [-3, n0, _FSAE,
|
|
269
272
|
{ [_e]: _c, [_hE]: 409 },
|
|
270
273
|
[_EC, _FSI, _M],
|
|
271
274
|
[0, 0, 0], 2
|
|
272
275
|
];
|
|
273
|
-
|
|
274
|
-
|
|
276
|
+
exports.FileSystemAlreadyExists$ = FileSystemAlreadyExists$;
|
|
277
|
+
n0_registry.registerError(FileSystemAlreadyExists$, FileSystemAlreadyExists);
|
|
278
|
+
const FileSystemInUse$ = [-3, n0, _FSIU,
|
|
275
279
|
{ [_e]: _c, [_hE]: 409 },
|
|
276
280
|
[_EC, _M],
|
|
277
281
|
[0, 0], 1
|
|
278
282
|
];
|
|
279
|
-
|
|
280
|
-
|
|
283
|
+
exports.FileSystemInUse$ = FileSystemInUse$;
|
|
284
|
+
n0_registry.registerError(FileSystemInUse$, FileSystemInUse);
|
|
285
|
+
const FileSystemLimitExceeded$ = [-3, n0, _FSLE,
|
|
281
286
|
{ [_e]: _c, [_hE]: 403 },
|
|
282
287
|
[_EC, _M],
|
|
283
288
|
[0, 0], 1
|
|
284
289
|
];
|
|
285
|
-
|
|
286
|
-
|
|
290
|
+
exports.FileSystemLimitExceeded$ = FileSystemLimitExceeded$;
|
|
291
|
+
n0_registry.registerError(FileSystemLimitExceeded$, FileSystemLimitExceeded);
|
|
292
|
+
const FileSystemNotFound$ = [-3, n0, _FSNF,
|
|
287
293
|
{ [_e]: _c, [_hE]: 404 },
|
|
288
294
|
[_EC, _M],
|
|
289
295
|
[0, 0], 1
|
|
290
296
|
];
|
|
291
|
-
|
|
292
|
-
|
|
297
|
+
exports.FileSystemNotFound$ = FileSystemNotFound$;
|
|
298
|
+
n0_registry.registerError(FileSystemNotFound$, FileSystemNotFound);
|
|
299
|
+
const IncorrectFileSystemLifeCycleState$ = [-3, n0, _IFSLCS,
|
|
293
300
|
{ [_e]: _c, [_hE]: 409 },
|
|
294
301
|
[_EC, _M],
|
|
295
302
|
[0, 0], 1
|
|
296
303
|
];
|
|
297
|
-
|
|
298
|
-
|
|
304
|
+
exports.IncorrectFileSystemLifeCycleState$ = IncorrectFileSystemLifeCycleState$;
|
|
305
|
+
n0_registry.registerError(IncorrectFileSystemLifeCycleState$, IncorrectFileSystemLifeCycleState);
|
|
306
|
+
const IncorrectMountTargetState$ = [-3, n0, _IMTS,
|
|
299
307
|
{ [_e]: _c, [_hE]: 409 },
|
|
300
308
|
[_EC, _M],
|
|
301
309
|
[0, 0], 1
|
|
302
310
|
];
|
|
303
|
-
|
|
304
|
-
|
|
311
|
+
exports.IncorrectMountTargetState$ = IncorrectMountTargetState$;
|
|
312
|
+
n0_registry.registerError(IncorrectMountTargetState$, IncorrectMountTargetState);
|
|
313
|
+
const InsufficientThroughputCapacity$ = [-3, n0, _ITC,
|
|
305
314
|
{ [_e]: _se, [_hE]: 503 },
|
|
306
315
|
[_EC, _M],
|
|
307
316
|
[0, 0], 1
|
|
308
317
|
];
|
|
309
|
-
|
|
310
|
-
|
|
318
|
+
exports.InsufficientThroughputCapacity$ = InsufficientThroughputCapacity$;
|
|
319
|
+
n0_registry.registerError(InsufficientThroughputCapacity$, InsufficientThroughputCapacity);
|
|
320
|
+
const InternalServerError$ = [-3, n0, _ISE,
|
|
311
321
|
{ [_e]: _se, [_hE]: 500 },
|
|
312
322
|
[_EC, _M],
|
|
313
323
|
[0, 0], 1
|
|
314
324
|
];
|
|
315
|
-
|
|
316
|
-
|
|
325
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
326
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
327
|
+
const InvalidPolicyException$ = [-3, n0, _IPE,
|
|
317
328
|
{ [_e]: _c, [_hE]: 400 },
|
|
318
329
|
[_EC, _M],
|
|
319
330
|
[0, 0]
|
|
320
331
|
];
|
|
321
|
-
|
|
322
|
-
|
|
332
|
+
exports.InvalidPolicyException$ = InvalidPolicyException$;
|
|
333
|
+
n0_registry.registerError(InvalidPolicyException$, InvalidPolicyException);
|
|
334
|
+
const IpAddressInUse$ = [-3, n0, _IAIU,
|
|
323
335
|
{ [_e]: _c, [_hE]: 409 },
|
|
324
336
|
[_EC, _M],
|
|
325
337
|
[0, 0], 1
|
|
326
338
|
];
|
|
327
|
-
|
|
328
|
-
|
|
339
|
+
exports.IpAddressInUse$ = IpAddressInUse$;
|
|
340
|
+
n0_registry.registerError(IpAddressInUse$, IpAddressInUse);
|
|
341
|
+
const MountTargetConflict$ = [-3, n0, _MTC,
|
|
329
342
|
{ [_e]: _c, [_hE]: 409 },
|
|
330
343
|
[_EC, _M],
|
|
331
344
|
[0, 0], 1
|
|
332
345
|
];
|
|
333
|
-
|
|
334
|
-
|
|
346
|
+
exports.MountTargetConflict$ = MountTargetConflict$;
|
|
347
|
+
n0_registry.registerError(MountTargetConflict$, MountTargetConflict);
|
|
348
|
+
const MountTargetNotFound$ = [-3, n0, _MTNF,
|
|
335
349
|
{ [_e]: _c, [_hE]: 404 },
|
|
336
350
|
[_EC, _M],
|
|
337
351
|
[0, 0], 1
|
|
338
352
|
];
|
|
339
|
-
|
|
340
|
-
|
|
353
|
+
exports.MountTargetNotFound$ = MountTargetNotFound$;
|
|
354
|
+
n0_registry.registerError(MountTargetNotFound$, MountTargetNotFound);
|
|
355
|
+
const NetworkInterfaceLimitExceeded$ = [-3, n0, _NILE,
|
|
341
356
|
{ [_e]: _c, [_hE]: 409 },
|
|
342
357
|
[_EC, _M],
|
|
343
358
|
[0, 0], 1
|
|
344
359
|
];
|
|
345
|
-
|
|
346
|
-
|
|
360
|
+
exports.NetworkInterfaceLimitExceeded$ = NetworkInterfaceLimitExceeded$;
|
|
361
|
+
n0_registry.registerError(NetworkInterfaceLimitExceeded$, NetworkInterfaceLimitExceeded);
|
|
362
|
+
const NoFreeAddressesInSubnet$ = [-3, n0, _NFAIS,
|
|
347
363
|
{ [_e]: _c, [_hE]: 409 },
|
|
348
364
|
[_EC, _M],
|
|
349
365
|
[0, 0], 1
|
|
350
366
|
];
|
|
351
|
-
|
|
352
|
-
|
|
367
|
+
exports.NoFreeAddressesInSubnet$ = NoFreeAddressesInSubnet$;
|
|
368
|
+
n0_registry.registerError(NoFreeAddressesInSubnet$, NoFreeAddressesInSubnet);
|
|
369
|
+
const PolicyNotFound$ = [-3, n0, _PNF,
|
|
353
370
|
{ [_e]: _c, [_hE]: 404 },
|
|
354
371
|
[_EC, _M],
|
|
355
372
|
[0, 0]
|
|
356
373
|
];
|
|
357
|
-
|
|
358
|
-
|
|
374
|
+
exports.PolicyNotFound$ = PolicyNotFound$;
|
|
375
|
+
n0_registry.registerError(PolicyNotFound$, PolicyNotFound);
|
|
376
|
+
const ReplicationAlreadyExists$ = [-3, n0, _RAE,
|
|
359
377
|
{ [_e]: _c, [_hE]: 409 },
|
|
360
378
|
[_EC, _M],
|
|
361
379
|
[0, 0]
|
|
362
380
|
];
|
|
363
|
-
|
|
364
|
-
|
|
381
|
+
exports.ReplicationAlreadyExists$ = ReplicationAlreadyExists$;
|
|
382
|
+
n0_registry.registerError(ReplicationAlreadyExists$, ReplicationAlreadyExists);
|
|
383
|
+
const ReplicationNotFound$ = [-3, n0, _RNF,
|
|
365
384
|
{ [_e]: _c, [_hE]: 404 },
|
|
366
385
|
[_EC, _M],
|
|
367
386
|
[0, 0]
|
|
368
387
|
];
|
|
369
|
-
|
|
370
|
-
|
|
388
|
+
exports.ReplicationNotFound$ = ReplicationNotFound$;
|
|
389
|
+
n0_registry.registerError(ReplicationNotFound$, ReplicationNotFound);
|
|
390
|
+
const SecurityGroupLimitExceeded$ = [-3, n0, _SGLE,
|
|
371
391
|
{ [_e]: _c, [_hE]: 400 },
|
|
372
392
|
[_EC, _M],
|
|
373
393
|
[0, 0], 1
|
|
374
394
|
];
|
|
375
|
-
|
|
376
|
-
|
|
395
|
+
exports.SecurityGroupLimitExceeded$ = SecurityGroupLimitExceeded$;
|
|
396
|
+
n0_registry.registerError(SecurityGroupLimitExceeded$, SecurityGroupLimitExceeded);
|
|
397
|
+
const SecurityGroupNotFound$ = [-3, n0, _SGNF,
|
|
377
398
|
{ [_e]: _c, [_hE]: 400 },
|
|
378
399
|
[_EC, _M],
|
|
379
400
|
[0, 0], 1
|
|
380
401
|
];
|
|
381
|
-
|
|
382
|
-
|
|
402
|
+
exports.SecurityGroupNotFound$ = SecurityGroupNotFound$;
|
|
403
|
+
n0_registry.registerError(SecurityGroupNotFound$, SecurityGroupNotFound);
|
|
404
|
+
const SubnetNotFound$ = [-3, n0, _SNF,
|
|
383
405
|
{ [_e]: _c, [_hE]: 400 },
|
|
384
406
|
[_EC, _M],
|
|
385
407
|
[0, 0], 1
|
|
386
408
|
];
|
|
387
|
-
|
|
388
|
-
|
|
409
|
+
exports.SubnetNotFound$ = SubnetNotFound$;
|
|
410
|
+
n0_registry.registerError(SubnetNotFound$, SubnetNotFound);
|
|
411
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
389
412
|
{ [_e]: _c, [_hE]: 429 },
|
|
390
413
|
[_EC, _M],
|
|
391
414
|
[0, 0]
|
|
392
415
|
];
|
|
393
|
-
|
|
394
|
-
|
|
416
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
417
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
418
|
+
const ThroughputLimitExceeded$ = [-3, n0, _TLE,
|
|
395
419
|
{ [_e]: _c, [_hE]: 400 },
|
|
396
420
|
[_EC, _M],
|
|
397
421
|
[0, 0], 1
|
|
398
422
|
];
|
|
399
|
-
|
|
400
|
-
|
|
423
|
+
exports.ThroughputLimitExceeded$ = ThroughputLimitExceeded$;
|
|
424
|
+
n0_registry.registerError(ThroughputLimitExceeded$, ThroughputLimitExceeded);
|
|
425
|
+
const TooManyRequests$ = [-3, n0, _TMR,
|
|
401
426
|
{ [_e]: _c, [_hE]: 429 },
|
|
402
427
|
[_EC, _M],
|
|
403
428
|
[0, 0], 1
|
|
404
429
|
];
|
|
405
|
-
|
|
406
|
-
|
|
430
|
+
exports.TooManyRequests$ = TooManyRequests$;
|
|
431
|
+
n0_registry.registerError(TooManyRequests$, TooManyRequests);
|
|
432
|
+
const UnsupportedAvailabilityZone$ = [-3, n0, _UAZ,
|
|
407
433
|
{ [_e]: _c, [_hE]: 400 },
|
|
408
434
|
[_EC, _M],
|
|
409
435
|
[0, 0], 1
|
|
410
436
|
];
|
|
411
|
-
|
|
412
|
-
|
|
437
|
+
exports.UnsupportedAvailabilityZone$ = UnsupportedAvailabilityZone$;
|
|
438
|
+
n0_registry.registerError(UnsupportedAvailabilityZone$, UnsupportedAvailabilityZone);
|
|
439
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
413
440
|
{ [_e]: _c, [_hE]: 400 },
|
|
414
441
|
[_EC, _M],
|
|
415
442
|
[0, 0], 1
|
|
416
443
|
];
|
|
417
|
-
|
|
444
|
+
exports.ValidationException$ = ValidationException$;
|
|
445
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
418
446
|
exports.errorTypeRegistries = [
|
|
419
447
|
_s_registry,
|
|
420
448
|
n0_registry,
|
|
421
449
|
];
|
|
422
|
-
|
|
450
|
+
const AccessPointDescription$ = [3, n0, _APD,
|
|
423
451
|
0,
|
|
424
452
|
[_CT, _N, _T, _API, _APA, _FSI, _PU, _RD, _OI, _LCS],
|
|
425
|
-
[0, 0, () => Tags, 0, 0, 0, () =>
|
|
453
|
+
[0, 0, () => Tags, 0, 0, 0, () => PosixUser$, () => RootDirectory$, 0, 0]
|
|
426
454
|
];
|
|
427
|
-
exports.
|
|
455
|
+
exports.AccessPointDescription$ = AccessPointDescription$;
|
|
456
|
+
const BackupPolicy$ = [3, n0, _BP,
|
|
428
457
|
0,
|
|
429
458
|
[_S],
|
|
430
459
|
[0], 1
|
|
431
460
|
];
|
|
432
|
-
exports.
|
|
461
|
+
exports.BackupPolicy$ = BackupPolicy$;
|
|
462
|
+
const BackupPolicyDescription$ = [3, n0, _BPD,
|
|
433
463
|
0,
|
|
434
464
|
[_BP],
|
|
435
|
-
[() =>
|
|
465
|
+
[() => BackupPolicy$]
|
|
436
466
|
];
|
|
437
|
-
exports.
|
|
467
|
+
exports.BackupPolicyDescription$ = BackupPolicyDescription$;
|
|
468
|
+
const CreateAccessPointRequest$ = [3, n0, _CAPR,
|
|
438
469
|
0,
|
|
439
470
|
[_FSI, _CT, _T, _PU, _RD],
|
|
440
|
-
[0, [0, 4], () => Tags, () =>
|
|
471
|
+
[0, [0, 4], () => Tags, () => PosixUser$, () => RootDirectory$], 1
|
|
441
472
|
];
|
|
442
|
-
exports.
|
|
473
|
+
exports.CreateAccessPointRequest$ = CreateAccessPointRequest$;
|
|
474
|
+
const CreateFileSystemRequest$ = [3, n0, _CFSR,
|
|
443
475
|
0,
|
|
444
476
|
[_CTr, _PM, _E, _KKI, _TM, _PTIM, _AZN, _B, _T],
|
|
445
477
|
[[0, 4], 0, 2, 0, 0, 1, 0, 2, () => Tags]
|
|
446
478
|
];
|
|
447
|
-
exports.
|
|
479
|
+
exports.CreateFileSystemRequest$ = CreateFileSystemRequest$;
|
|
480
|
+
const CreateMountTargetRequest$ = [3, n0, _CMTR,
|
|
448
481
|
0,
|
|
449
482
|
[_FSI, _SI, _IA, _IAp, _IAT, _SG],
|
|
450
483
|
[0, 0, 0, 0, 0, 64 | 0], 2
|
|
451
484
|
];
|
|
452
|
-
exports.
|
|
485
|
+
exports.CreateMountTargetRequest$ = CreateMountTargetRequest$;
|
|
486
|
+
const CreateReplicationConfigurationRequest$ = [3, n0, _CRCR,
|
|
453
487
|
0,
|
|
454
488
|
[_SFSI, _D],
|
|
455
489
|
[[0, 1], () => DestinationsToCreate], 2
|
|
456
490
|
];
|
|
457
|
-
exports.
|
|
491
|
+
exports.CreateReplicationConfigurationRequest$ = CreateReplicationConfigurationRequest$;
|
|
492
|
+
const CreateTagsRequest$ = [3, n0, _CTR,
|
|
458
493
|
0,
|
|
459
494
|
[_FSI, _T],
|
|
460
495
|
[[0, 1], () => Tags], 2
|
|
461
496
|
];
|
|
462
|
-
exports.
|
|
497
|
+
exports.CreateTagsRequest$ = CreateTagsRequest$;
|
|
498
|
+
const CreationInfo$ = [3, n0, _CI,
|
|
463
499
|
0,
|
|
464
500
|
[_OU, _OG, _P],
|
|
465
501
|
[1, 1, 0], 3
|
|
466
502
|
];
|
|
467
|
-
exports.
|
|
503
|
+
exports.CreationInfo$ = CreationInfo$;
|
|
504
|
+
const DeleteAccessPointRequest$ = [3, n0, _DAPR,
|
|
468
505
|
0,
|
|
469
506
|
[_API],
|
|
470
507
|
[[0, 1]], 1
|
|
471
508
|
];
|
|
472
|
-
exports.
|
|
509
|
+
exports.DeleteAccessPointRequest$ = DeleteAccessPointRequest$;
|
|
510
|
+
const DeleteFileSystemPolicyRequest$ = [3, n0, _DFSPR,
|
|
473
511
|
0,
|
|
474
512
|
[_FSI],
|
|
475
513
|
[[0, 1]], 1
|
|
476
514
|
];
|
|
477
|
-
exports.
|
|
515
|
+
exports.DeleteFileSystemPolicyRequest$ = DeleteFileSystemPolicyRequest$;
|
|
516
|
+
const DeleteFileSystemRequest$ = [3, n0, _DFSR,
|
|
478
517
|
0,
|
|
479
518
|
[_FSI],
|
|
480
519
|
[[0, 1]], 1
|
|
481
520
|
];
|
|
482
|
-
exports.
|
|
521
|
+
exports.DeleteFileSystemRequest$ = DeleteFileSystemRequest$;
|
|
522
|
+
const DeleteMountTargetRequest$ = [3, n0, _DMTR,
|
|
483
523
|
0,
|
|
484
524
|
[_MTI],
|
|
485
525
|
[[0, 1]], 1
|
|
486
526
|
];
|
|
487
|
-
exports.
|
|
527
|
+
exports.DeleteMountTargetRequest$ = DeleteMountTargetRequest$;
|
|
528
|
+
const DeleteReplicationConfigurationRequest$ = [3, n0, _DRCR,
|
|
488
529
|
0,
|
|
489
530
|
[_SFSI, _DM],
|
|
490
531
|
[[0, 1], [0, { [_hQ]: _dM }]], 1
|
|
491
532
|
];
|
|
492
|
-
exports.
|
|
533
|
+
exports.DeleteReplicationConfigurationRequest$ = DeleteReplicationConfigurationRequest$;
|
|
534
|
+
const DeleteTagsRequest$ = [3, n0, _DTR,
|
|
493
535
|
0,
|
|
494
536
|
[_FSI, _TK],
|
|
495
537
|
[[0, 1], 64 | 0], 2
|
|
496
538
|
];
|
|
497
|
-
exports.
|
|
539
|
+
exports.DeleteTagsRequest$ = DeleteTagsRequest$;
|
|
540
|
+
const DescribeAccessPointsRequest$ = [3, n0, _DAPRe,
|
|
498
541
|
0,
|
|
499
542
|
[_MR, _NT, _API, _FSI],
|
|
500
543
|
[[1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [0, { [_hQ]: _API }], [0, { [_hQ]: _FSI }]]
|
|
501
544
|
];
|
|
502
|
-
exports.
|
|
545
|
+
exports.DescribeAccessPointsRequest$ = DescribeAccessPointsRequest$;
|
|
546
|
+
const DescribeAccessPointsResponse$ = [3, n0, _DAPRes,
|
|
503
547
|
0,
|
|
504
548
|
[_AP, _NT],
|
|
505
549
|
[() => AccessPointDescriptions, 0]
|
|
506
550
|
];
|
|
507
|
-
exports.
|
|
551
|
+
exports.DescribeAccessPointsResponse$ = DescribeAccessPointsResponse$;
|
|
552
|
+
const DescribeAccountPreferencesRequest$ = [3, n0, _DAPResc,
|
|
508
553
|
0,
|
|
509
554
|
[_NT, _MR],
|
|
510
555
|
[0, 1]
|
|
511
556
|
];
|
|
512
|
-
exports.
|
|
557
|
+
exports.DescribeAccountPreferencesRequest$ = DescribeAccountPreferencesRequest$;
|
|
558
|
+
const DescribeAccountPreferencesResponse$ = [3, n0, _DAPRescr,
|
|
513
559
|
0,
|
|
514
560
|
[_RIP, _NT],
|
|
515
|
-
[() =>
|
|
561
|
+
[() => ResourceIdPreference$, 0]
|
|
516
562
|
];
|
|
517
|
-
exports.
|
|
563
|
+
exports.DescribeAccountPreferencesResponse$ = DescribeAccountPreferencesResponse$;
|
|
564
|
+
const DescribeBackupPolicyRequest$ = [3, n0, _DBPR,
|
|
518
565
|
0,
|
|
519
566
|
[_FSI],
|
|
520
567
|
[[0, 1]], 1
|
|
521
568
|
];
|
|
522
|
-
exports.
|
|
569
|
+
exports.DescribeBackupPolicyRequest$ = DescribeBackupPolicyRequest$;
|
|
570
|
+
const DescribeFileSystemPolicyRequest$ = [3, n0, _DFSPRe,
|
|
523
571
|
0,
|
|
524
572
|
[_FSI],
|
|
525
573
|
[[0, 1]], 1
|
|
526
574
|
];
|
|
527
|
-
exports.
|
|
575
|
+
exports.DescribeFileSystemPolicyRequest$ = DescribeFileSystemPolicyRequest$;
|
|
576
|
+
const DescribeFileSystemsRequest$ = [3, n0, _DFSRe,
|
|
528
577
|
0,
|
|
529
578
|
[_MI, _Ma, _CTr, _FSI],
|
|
530
579
|
[[1, { [_hQ]: _MI }], [0, { [_hQ]: _Ma }], [0, { [_hQ]: _CTr }], [0, { [_hQ]: _FSI }]]
|
|
531
580
|
];
|
|
532
|
-
exports.
|
|
581
|
+
exports.DescribeFileSystemsRequest$ = DescribeFileSystemsRequest$;
|
|
582
|
+
const DescribeFileSystemsResponse$ = [3, n0, _DFSRes,
|
|
533
583
|
0,
|
|
534
584
|
[_Ma, _FS, _NM],
|
|
535
585
|
[0, () => FileSystemDescriptions, 0]
|
|
536
586
|
];
|
|
537
|
-
exports.
|
|
587
|
+
exports.DescribeFileSystemsResponse$ = DescribeFileSystemsResponse$;
|
|
588
|
+
const DescribeLifecycleConfigurationRequest$ = [3, n0, _DLCR,
|
|
538
589
|
0,
|
|
539
590
|
[_FSI],
|
|
540
591
|
[[0, 1]], 1
|
|
541
592
|
];
|
|
542
|
-
exports.
|
|
593
|
+
exports.DescribeLifecycleConfigurationRequest$ = DescribeLifecycleConfigurationRequest$;
|
|
594
|
+
const DescribeMountTargetSecurityGroupsRequest$ = [3, n0, _DMTSGR,
|
|
543
595
|
0,
|
|
544
596
|
[_MTI],
|
|
545
597
|
[[0, 1]], 1
|
|
546
598
|
];
|
|
547
|
-
exports.
|
|
599
|
+
exports.DescribeMountTargetSecurityGroupsRequest$ = DescribeMountTargetSecurityGroupsRequest$;
|
|
600
|
+
const DescribeMountTargetSecurityGroupsResponse$ = [3, n0, _DMTSGRe,
|
|
548
601
|
0,
|
|
549
602
|
[_SG],
|
|
550
603
|
[64 | 0], 1
|
|
551
604
|
];
|
|
552
|
-
exports.
|
|
605
|
+
exports.DescribeMountTargetSecurityGroupsResponse$ = DescribeMountTargetSecurityGroupsResponse$;
|
|
606
|
+
const DescribeMountTargetsRequest$ = [3, n0, _DMTRe,
|
|
553
607
|
0,
|
|
554
608
|
[_MI, _Ma, _FSI, _MTI, _API],
|
|
555
609
|
[[1, { [_hQ]: _MI }], [0, { [_hQ]: _Ma }], [0, { [_hQ]: _FSI }], [0, { [_hQ]: _MTI }], [0, { [_hQ]: _API }]]
|
|
556
610
|
];
|
|
557
|
-
exports.
|
|
611
|
+
exports.DescribeMountTargetsRequest$ = DescribeMountTargetsRequest$;
|
|
612
|
+
const DescribeMountTargetsResponse$ = [3, n0, _DMTRes,
|
|
558
613
|
0,
|
|
559
614
|
[_Ma, _MT, _NM],
|
|
560
615
|
[0, () => MountTargetDescriptions, 0]
|
|
561
616
|
];
|
|
562
|
-
exports.
|
|
617
|
+
exports.DescribeMountTargetsResponse$ = DescribeMountTargetsResponse$;
|
|
618
|
+
const DescribeReplicationConfigurationsRequest$ = [3, n0, _DRCRe,
|
|
563
619
|
0,
|
|
564
620
|
[_FSI, _NT, _MR],
|
|
565
621
|
[[0, { [_hQ]: _FSI }], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]]
|
|
566
622
|
];
|
|
567
|
-
exports.
|
|
623
|
+
exports.DescribeReplicationConfigurationsRequest$ = DescribeReplicationConfigurationsRequest$;
|
|
624
|
+
const DescribeReplicationConfigurationsResponse$ = [3, n0, _DRCRes,
|
|
568
625
|
0,
|
|
569
626
|
[_R, _NT],
|
|
570
627
|
[() => ReplicationConfigurationDescriptions, 0]
|
|
571
628
|
];
|
|
572
|
-
exports.
|
|
629
|
+
exports.DescribeReplicationConfigurationsResponse$ = DescribeReplicationConfigurationsResponse$;
|
|
630
|
+
const DescribeTagsRequest$ = [3, n0, _DTRe,
|
|
573
631
|
0,
|
|
574
632
|
[_FSI, _MI, _Ma],
|
|
575
633
|
[[0, 1], [1, { [_hQ]: _MI }], [0, { [_hQ]: _Ma }]], 1
|
|
576
634
|
];
|
|
577
|
-
exports.
|
|
635
|
+
exports.DescribeTagsRequest$ = DescribeTagsRequest$;
|
|
636
|
+
const DescribeTagsResponse$ = [3, n0, _DTRes,
|
|
578
637
|
0,
|
|
579
638
|
[_T, _Ma, _NM],
|
|
580
639
|
[() => Tags, 0, 0], 1
|
|
581
640
|
];
|
|
582
|
-
exports.
|
|
641
|
+
exports.DescribeTagsResponse$ = DescribeTagsResponse$;
|
|
642
|
+
const Destination$ = [3, n0, _De,
|
|
583
643
|
0,
|
|
584
644
|
[_S, _FSI, _Re, _LRT, _OI, _SM, _RA],
|
|
585
645
|
[0, 0, 0, 4, 0, 0, 0], 3
|
|
586
646
|
];
|
|
587
|
-
exports.
|
|
647
|
+
exports.Destination$ = Destination$;
|
|
648
|
+
const DestinationToCreate$ = [3, n0, _DTC,
|
|
588
649
|
0,
|
|
589
650
|
[_Re, _AZN, _KKI, _FSI, _RA],
|
|
590
651
|
[0, 0, 0, 0, 0]
|
|
591
652
|
];
|
|
592
|
-
exports.
|
|
653
|
+
exports.DestinationToCreate$ = DestinationToCreate$;
|
|
654
|
+
const FileSystemDescription$ = [3, n0, _FSD,
|
|
593
655
|
0,
|
|
594
656
|
[_OI, _CTr, _FSI, _CTre, _LCS, _NOMT, _SIB, _PM, _T, _FSA, _N, _E, _KKI, _TM, _PTIM, _AZN, _AZI, _FSP],
|
|
595
|
-
[0, 0, 0, 4, 0, 1, () =>
|
|
657
|
+
[0, 0, 0, 4, 0, 1, () => FileSystemSize$, 0, () => Tags, 0, 0, 2, 0, 0, 1, 0, 0, () => FileSystemProtectionDescription$], 9
|
|
596
658
|
];
|
|
597
|
-
exports.
|
|
659
|
+
exports.FileSystemDescription$ = FileSystemDescription$;
|
|
660
|
+
const FileSystemPolicyDescription$ = [3, n0, _FSPD,
|
|
598
661
|
0,
|
|
599
662
|
[_FSI, _Po],
|
|
600
663
|
[0, 0]
|
|
601
664
|
];
|
|
602
|
-
exports.
|
|
665
|
+
exports.FileSystemPolicyDescription$ = FileSystemPolicyDescription$;
|
|
666
|
+
const FileSystemProtectionDescription$ = [3, n0, _FSPDi,
|
|
603
667
|
0,
|
|
604
668
|
[_ROP],
|
|
605
669
|
[0]
|
|
606
670
|
];
|
|
607
|
-
exports.
|
|
671
|
+
exports.FileSystemProtectionDescription$ = FileSystemProtectionDescription$;
|
|
672
|
+
const FileSystemSize$ = [3, n0, _FSS,
|
|
608
673
|
0,
|
|
609
674
|
[_V, _Ti, _VIIA, _VIS, _VIA],
|
|
610
675
|
[1, 4, 1, 1, 1], 1
|
|
611
676
|
];
|
|
612
|
-
exports.
|
|
677
|
+
exports.FileSystemSize$ = FileSystemSize$;
|
|
678
|
+
const LifecycleConfigurationDescription$ = [3, n0, _LCD,
|
|
613
679
|
0,
|
|
614
680
|
[_LP],
|
|
615
681
|
[() => LifecyclePolicies]
|
|
616
682
|
];
|
|
617
|
-
exports.
|
|
683
|
+
exports.LifecycleConfigurationDescription$ = LifecycleConfigurationDescription$;
|
|
684
|
+
const LifecyclePolicy$ = [3, n0, _LPi,
|
|
618
685
|
0,
|
|
619
686
|
[_TTIA, _TTPSC, _TTA],
|
|
620
687
|
[0, 0, 0]
|
|
621
688
|
];
|
|
622
|
-
exports.
|
|
689
|
+
exports.LifecyclePolicy$ = LifecyclePolicy$;
|
|
690
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
623
691
|
0,
|
|
624
692
|
[_RI, _MR, _NT],
|
|
625
693
|
[[0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
|
|
626
694
|
];
|
|
627
|
-
exports.
|
|
695
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
696
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
628
697
|
0,
|
|
629
698
|
[_T, _NT],
|
|
630
699
|
[() => Tags, 0]
|
|
631
700
|
];
|
|
632
|
-
exports.
|
|
701
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
702
|
+
const ModifyMountTargetSecurityGroupsRequest$ = [3, n0, _MMTSGR,
|
|
633
703
|
0,
|
|
634
704
|
[_MTI, _SG],
|
|
635
705
|
[[0, 1], 64 | 0], 1
|
|
636
706
|
];
|
|
637
|
-
exports.
|
|
707
|
+
exports.ModifyMountTargetSecurityGroupsRequest$ = ModifyMountTargetSecurityGroupsRequest$;
|
|
708
|
+
const MountTargetDescription$ = [3, n0, _MTD,
|
|
638
709
|
0,
|
|
639
710
|
[_MTI, _FSI, _SI, _LCS, _OI, _IA, _IAp, _NII, _AZI, _AZN, _VI],
|
|
640
711
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], 4
|
|
641
712
|
];
|
|
642
|
-
exports.
|
|
713
|
+
exports.MountTargetDescription$ = MountTargetDescription$;
|
|
714
|
+
const PosixUser$ = [3, n0, _PU,
|
|
643
715
|
0,
|
|
644
716
|
[_U, _G, _SGe],
|
|
645
717
|
[1, 1, 64 | 1], 2
|
|
646
718
|
];
|
|
647
|
-
exports.
|
|
719
|
+
exports.PosixUser$ = PosixUser$;
|
|
720
|
+
const PutAccountPreferencesRequest$ = [3, n0, _PAPR,
|
|
648
721
|
0,
|
|
649
722
|
[_RIT],
|
|
650
723
|
[0], 1
|
|
651
724
|
];
|
|
652
|
-
exports.
|
|
725
|
+
exports.PutAccountPreferencesRequest$ = PutAccountPreferencesRequest$;
|
|
726
|
+
const PutAccountPreferencesResponse$ = [3, n0, _PAPRu,
|
|
653
727
|
0,
|
|
654
728
|
[_RIP],
|
|
655
|
-
[() =>
|
|
729
|
+
[() => ResourceIdPreference$]
|
|
656
730
|
];
|
|
657
|
-
exports.
|
|
731
|
+
exports.PutAccountPreferencesResponse$ = PutAccountPreferencesResponse$;
|
|
732
|
+
const PutBackupPolicyRequest$ = [3, n0, _PBPR,
|
|
658
733
|
0,
|
|
659
734
|
[_FSI, _BP],
|
|
660
|
-
[[0, 1], () =>
|
|
735
|
+
[[0, 1], () => BackupPolicy$], 2
|
|
661
736
|
];
|
|
662
|
-
exports.
|
|
737
|
+
exports.PutBackupPolicyRequest$ = PutBackupPolicyRequest$;
|
|
738
|
+
const PutFileSystemPolicyRequest$ = [3, n0, _PFSPR,
|
|
663
739
|
0,
|
|
664
740
|
[_FSI, _Po, _BPLSC],
|
|
665
741
|
[[0, 1], 0, 2], 2
|
|
666
742
|
];
|
|
667
|
-
exports.
|
|
743
|
+
exports.PutFileSystemPolicyRequest$ = PutFileSystemPolicyRequest$;
|
|
744
|
+
const PutLifecycleConfigurationRequest$ = [3, n0, _PLCR,
|
|
668
745
|
0,
|
|
669
746
|
[_FSI, _LP],
|
|
670
747
|
[[0, 1], () => LifecyclePolicies], 2
|
|
671
748
|
];
|
|
672
|
-
exports.
|
|
749
|
+
exports.PutLifecycleConfigurationRequest$ = PutLifecycleConfigurationRequest$;
|
|
750
|
+
const ReplicationConfigurationDescription$ = [3, n0, _RCD,
|
|
673
751
|
0,
|
|
674
752
|
[_SFSI, _SFSR, _SFSA, _OSFSA, _CTre, _D, _SFSOI],
|
|
675
753
|
[0, 0, 0, 0, 4, () => Destinations, 0], 6
|
|
676
754
|
];
|
|
677
|
-
exports.
|
|
755
|
+
exports.ReplicationConfigurationDescription$ = ReplicationConfigurationDescription$;
|
|
756
|
+
const ResourceIdPreference$ = [3, n0, _RIP,
|
|
678
757
|
0,
|
|
679
758
|
[_RIT, _Res],
|
|
680
759
|
[0, 64 | 0]
|
|
681
760
|
];
|
|
682
|
-
exports.
|
|
761
|
+
exports.ResourceIdPreference$ = ResourceIdPreference$;
|
|
762
|
+
const RootDirectory$ = [3, n0, _RD,
|
|
683
763
|
0,
|
|
684
764
|
[_Pa, _CI],
|
|
685
|
-
[0, () =>
|
|
765
|
+
[0, () => CreationInfo$]
|
|
686
766
|
];
|
|
687
|
-
exports.
|
|
767
|
+
exports.RootDirectory$ = RootDirectory$;
|
|
768
|
+
const Tag$ = [3, n0, _Ta,
|
|
688
769
|
0,
|
|
689
770
|
[_K, _V],
|
|
690
771
|
[0, 0], 2
|
|
691
772
|
];
|
|
692
|
-
exports.
|
|
773
|
+
exports.Tag$ = Tag$;
|
|
774
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
693
775
|
0,
|
|
694
776
|
[_RI, _T],
|
|
695
777
|
[[0, 1], () => Tags], 2
|
|
696
778
|
];
|
|
697
|
-
exports.
|
|
779
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
780
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
698
781
|
0,
|
|
699
782
|
[_RI, _TK],
|
|
700
783
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
701
784
|
];
|
|
702
|
-
exports.
|
|
785
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
786
|
+
const UpdateFileSystemProtectionRequest$ = [3, n0, _UFSPR,
|
|
703
787
|
0,
|
|
704
788
|
[_FSI, _ROP],
|
|
705
789
|
[[0, 1], 0], 1
|
|
706
790
|
];
|
|
707
|
-
exports.
|
|
791
|
+
exports.UpdateFileSystemProtectionRequest$ = UpdateFileSystemProtectionRequest$;
|
|
792
|
+
const UpdateFileSystemRequest$ = [3, n0, _UFSR,
|
|
708
793
|
0,
|
|
709
794
|
[_FSI, _TM, _PTIM],
|
|
710
795
|
[[0, 1], 0, 1], 1
|
|
711
796
|
];
|
|
797
|
+
exports.UpdateFileSystemRequest$ = UpdateFileSystemRequest$;
|
|
712
798
|
var __Unit = "unit";
|
|
713
799
|
var AccessPointDescriptions = [1, n0, _APDc,
|
|
714
|
-
0, () =>
|
|
800
|
+
0, () => AccessPointDescription$
|
|
715
801
|
];
|
|
716
802
|
var Destinations = [1, n0, _D,
|
|
717
|
-
0, () =>
|
|
803
|
+
0, () => Destination$
|
|
718
804
|
];
|
|
719
805
|
var DestinationsToCreate = [1, n0, _DTCe,
|
|
720
|
-
0, () =>
|
|
806
|
+
0, () => DestinationToCreate$
|
|
721
807
|
];
|
|
722
808
|
var FileSystemDescriptions = [1, n0, _FSDi,
|
|
723
|
-
0, () =>
|
|
809
|
+
0, () => FileSystemDescription$
|
|
724
810
|
];
|
|
725
811
|
var LifecyclePolicies = [1, n0, _LP,
|
|
726
|
-
0, () =>
|
|
812
|
+
0, () => LifecyclePolicy$
|
|
727
813
|
];
|
|
728
814
|
var MountTargetDescriptions = [1, n0, _MTDo,
|
|
729
|
-
0, () =>
|
|
815
|
+
0, () => MountTargetDescription$
|
|
730
816
|
];
|
|
731
817
|
var ReplicationConfigurationDescriptions = [1, n0, _RCDe,
|
|
732
|
-
0, () =>
|
|
818
|
+
0, () => ReplicationConfigurationDescription$
|
|
733
819
|
];
|
|
734
820
|
var Resources = 64 | 0;
|
|
735
821
|
var SecondaryGids = 64 | 1;
|
|
736
822
|
var SecurityGroups = 64 | 0;
|
|
737
823
|
var TagKeys = 64 | 0;
|
|
738
824
|
var Tags = [1, n0, _T,
|
|
739
|
-
0, () =>
|
|
825
|
+
0, () => Tag$
|
|
740
826
|
];
|
|
741
827
|
exports.CreateAccessPoint$ = [9, n0, _CAP,
|
|
742
|
-
{ [_h]: ["POST", "/2015-02-01/access-points", 200] }, () =>
|
|
828
|
+
{ [_h]: ["POST", "/2015-02-01/access-points", 200] }, () => CreateAccessPointRequest$, () => AccessPointDescription$
|
|
743
829
|
];
|
|
744
830
|
exports.CreateFileSystem$ = [9, n0, _CFS,
|
|
745
|
-
{ [_h]: ["POST", "/2015-02-01/file-systems", 201] }, () =>
|
|
831
|
+
{ [_h]: ["POST", "/2015-02-01/file-systems", 201] }, () => CreateFileSystemRequest$, () => FileSystemDescription$
|
|
746
832
|
];
|
|
747
833
|
exports.CreateMountTarget$ = [9, n0, _CMT,
|
|
748
|
-
{ [_h]: ["POST", "/2015-02-01/mount-targets", 200] }, () =>
|
|
834
|
+
{ [_h]: ["POST", "/2015-02-01/mount-targets", 200] }, () => CreateMountTargetRequest$, () => MountTargetDescription$
|
|
749
835
|
];
|
|
750
836
|
exports.CreateReplicationConfiguration$ = [9, n0, _CRC,
|
|
751
|
-
{ [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200] }, () =>
|
|
837
|
+
{ [_h]: ["POST", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 200] }, () => CreateReplicationConfigurationRequest$, () => ReplicationConfigurationDescription$
|
|
752
838
|
];
|
|
753
839
|
exports.CreateTags$ = [9, n0, _CTrea,
|
|
754
|
-
{ [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204] }, () =>
|
|
840
|
+
{ [_h]: ["POST", "/2015-02-01/create-tags/{FileSystemId}", 204] }, () => CreateTagsRequest$, () => __Unit
|
|
755
841
|
];
|
|
756
842
|
exports.DeleteAccessPoint$ = [9, n0, _DAP,
|
|
757
|
-
{ [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204] }, () =>
|
|
843
|
+
{ [_h]: ["DELETE", "/2015-02-01/access-points/{AccessPointId}", 204] }, () => DeleteAccessPointRequest$, () => __Unit
|
|
758
844
|
];
|
|
759
845
|
exports.DeleteFileSystem$ = [9, n0, _DFS,
|
|
760
|
-
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204] }, () =>
|
|
846
|
+
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}", 204] }, () => DeleteFileSystemRequest$, () => __Unit
|
|
761
847
|
];
|
|
762
848
|
exports.DeleteFileSystemPolicy$ = [9, n0, _DFSP,
|
|
763
|
-
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () =>
|
|
849
|
+
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () => DeleteFileSystemPolicyRequest$, () => __Unit
|
|
764
850
|
];
|
|
765
851
|
exports.DeleteMountTarget$ = [9, n0, _DMT,
|
|
766
|
-
{ [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204] }, () =>
|
|
852
|
+
{ [_h]: ["DELETE", "/2015-02-01/mount-targets/{MountTargetId}", 204] }, () => DeleteMountTargetRequest$, () => __Unit
|
|
767
853
|
];
|
|
768
854
|
exports.DeleteReplicationConfiguration$ = [9, n0, _DRC,
|
|
769
|
-
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204] }, () =>
|
|
855
|
+
{ [_h]: ["DELETE", "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration", 204] }, () => DeleteReplicationConfigurationRequest$, () => __Unit
|
|
770
856
|
];
|
|
771
857
|
exports.DeleteTags$ = [9, n0, _DTe,
|
|
772
|
-
{ [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204] }, () =>
|
|
858
|
+
{ [_h]: ["POST", "/2015-02-01/delete-tags/{FileSystemId}", 204] }, () => DeleteTagsRequest$, () => __Unit
|
|
773
859
|
];
|
|
774
860
|
exports.DescribeAccessPoints$ = [9, n0, _DAPe,
|
|
775
|
-
{ [_h]: ["GET", "/2015-02-01/access-points", 200] }, () =>
|
|
861
|
+
{ [_h]: ["GET", "/2015-02-01/access-points", 200] }, () => DescribeAccessPointsRequest$, () => DescribeAccessPointsResponse$
|
|
776
862
|
];
|
|
777
863
|
exports.DescribeAccountPreferences$ = [9, n0, _DAPes,
|
|
778
|
-
{ [_h]: ["GET", "/2015-02-01/account-preferences", 200] }, () =>
|
|
864
|
+
{ [_h]: ["GET", "/2015-02-01/account-preferences", 200] }, () => DescribeAccountPreferencesRequest$, () => DescribeAccountPreferencesResponse$
|
|
779
865
|
];
|
|
780
866
|
exports.DescribeBackupPolicy$ = [9, n0, _DBP,
|
|
781
|
-
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] }, () =>
|
|
867
|
+
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] }, () => DescribeBackupPolicyRequest$, () => BackupPolicyDescription$
|
|
782
868
|
];
|
|
783
869
|
exports.DescribeFileSystemPolicy$ = [9, n0, _DFSPe,
|
|
784
|
-
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () =>
|
|
870
|
+
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () => DescribeFileSystemPolicyRequest$, () => FileSystemPolicyDescription$
|
|
785
871
|
];
|
|
786
872
|
exports.DescribeFileSystems$ = [9, n0, _DFSe,
|
|
787
|
-
{ [_h]: ["GET", "/2015-02-01/file-systems", 200] }, () =>
|
|
873
|
+
{ [_h]: ["GET", "/2015-02-01/file-systems", 200] }, () => DescribeFileSystemsRequest$, () => DescribeFileSystemsResponse$
|
|
788
874
|
];
|
|
789
875
|
exports.DescribeLifecycleConfiguration$ = [9, n0, _DLC,
|
|
790
|
-
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] }, () =>
|
|
876
|
+
{ [_h]: ["GET", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] }, () => DescribeLifecycleConfigurationRequest$, () => LifecycleConfigurationDescription$
|
|
791
877
|
];
|
|
792
878
|
exports.DescribeMountTargets$ = [9, n0, _DMTe,
|
|
793
|
-
{ [_h]: ["GET", "/2015-02-01/mount-targets", 200] }, () =>
|
|
879
|
+
{ [_h]: ["GET", "/2015-02-01/mount-targets", 200] }, () => DescribeMountTargetsRequest$, () => DescribeMountTargetsResponse$
|
|
794
880
|
];
|
|
795
881
|
exports.DescribeMountTargetSecurityGroups$ = [9, n0, _DMTSG,
|
|
796
|
-
{ [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200] }, () =>
|
|
882
|
+
{ [_h]: ["GET", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 200] }, () => DescribeMountTargetSecurityGroupsRequest$, () => DescribeMountTargetSecurityGroupsResponse$
|
|
797
883
|
];
|
|
798
884
|
exports.DescribeReplicationConfigurations$ = [9, n0, _DRCe,
|
|
799
|
-
{ [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200] }, () =>
|
|
885
|
+
{ [_h]: ["GET", "/2015-02-01/file-systems/replication-configurations", 200] }, () => DescribeReplicationConfigurationsRequest$, () => DescribeReplicationConfigurationsResponse$
|
|
800
886
|
];
|
|
801
887
|
exports.DescribeTags$ = [9, n0, _DTes,
|
|
802
|
-
{ [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200] }, () =>
|
|
888
|
+
{ [_h]: ["GET", "/2015-02-01/tags/{FileSystemId}", 200] }, () => DescribeTagsRequest$, () => DescribeTagsResponse$
|
|
803
889
|
];
|
|
804
890
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
805
|
-
{ [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () =>
|
|
891
|
+
{ [_h]: ["GET", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
806
892
|
];
|
|
807
893
|
exports.ModifyMountTargetSecurityGroups$ = [9, n0, _MMTSG,
|
|
808
|
-
{ [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204] }, () =>
|
|
894
|
+
{ [_h]: ["PUT", "/2015-02-01/mount-targets/{MountTargetId}/security-groups", 204] }, () => ModifyMountTargetSecurityGroupsRequest$, () => __Unit
|
|
809
895
|
];
|
|
810
896
|
exports.PutAccountPreferences$ = [9, n0, _PAP,
|
|
811
|
-
{ [_h]: ["PUT", "/2015-02-01/account-preferences", 200] }, () =>
|
|
897
|
+
{ [_h]: ["PUT", "/2015-02-01/account-preferences", 200] }, () => PutAccountPreferencesRequest$, () => PutAccountPreferencesResponse$
|
|
812
898
|
];
|
|
813
899
|
exports.PutBackupPolicy$ = [9, n0, _PBP,
|
|
814
|
-
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] }, () =>
|
|
900
|
+
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/backup-policy", 200] }, () => PutBackupPolicyRequest$, () => BackupPolicyDescription$
|
|
815
901
|
];
|
|
816
902
|
exports.PutFileSystemPolicy$ = [9, n0, _PFSP,
|
|
817
|
-
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () =>
|
|
903
|
+
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/policy", 200] }, () => PutFileSystemPolicyRequest$, () => FileSystemPolicyDescription$
|
|
818
904
|
];
|
|
819
905
|
exports.PutLifecycleConfiguration$ = [9, n0, _PLC,
|
|
820
|
-
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] }, () =>
|
|
906
|
+
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/lifecycle-configuration", 200] }, () => PutLifecycleConfigurationRequest$, () => LifecycleConfigurationDescription$
|
|
821
907
|
];
|
|
822
908
|
exports.TagResource$ = [9, n0, _TR,
|
|
823
|
-
{ [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () =>
|
|
909
|
+
{ [_h]: ["POST", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () => TagResourceRequest$, () => __Unit
|
|
824
910
|
];
|
|
825
911
|
exports.UntagResource$ = [9, n0, _UR,
|
|
826
|
-
{ [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () =>
|
|
912
|
+
{ [_h]: ["DELETE", "/2015-02-01/resource-tags/{ResourceId}", 200] }, () => UntagResourceRequest$, () => __Unit
|
|
827
913
|
];
|
|
828
914
|
exports.UpdateFileSystem$ = [9, n0, _UFS,
|
|
829
|
-
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202] }, () =>
|
|
915
|
+
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}", 202] }, () => UpdateFileSystemRequest$, () => FileSystemDescription$
|
|
830
916
|
];
|
|
831
917
|
exports.UpdateFileSystemProtection$ = [9, n0, _UFSP,
|
|
832
|
-
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200] }, () =>
|
|
918
|
+
{ [_h]: ["PUT", "/2015-02-01/file-systems/{FileSystemId}/protection", 200] }, () => UpdateFileSystemProtectionRequest$, () => FileSystemProtectionDescription$
|
|
833
919
|
];
|