@aws-sdk/client-efs 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
- package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
- package/dist-cjs/commands/CreateMountTargetCommand.js +2 -2
- package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAccessPointCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemCommand.js +1 -1
- package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteMountTargetCommand.js +1 -1
- package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +1 -1
- package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -2
- package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
- package/dist-cjs/models/models_0.js +226 -338
- package/dist-cjs/protocols/Aws_restJson1.js +476 -859
- package/dist-es/commands/CreateAccessPointCommand.js +3 -3
- package/dist-es/commands/CreateFileSystemCommand.js +3 -3
- package/dist-es/commands/CreateMountTargetCommand.js +3 -3
- package/dist-es/commands/CreateReplicationConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
- package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPointsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeBackupPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeMountTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -2
- package/dist-es/commands/PutAccountPreferencesCommand.js +3 -3
- package/dist-es/commands/PutBackupPolicyCommand.js +3 -3
- package/dist-es/commands/PutFileSystemPolicyCommand.js +3 -3
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
- package/dist-es/models/models_0.js +56 -224
- package/dist-es/protocols/Aws_restJson1.js +588 -853
- package/dist-types/models/models_0.d.ts +224 -336
- package/dist-types/ts3.4/models/models_0.d.ts +112 -224
- package/package.json +6 -6
|
@@ -29,10 +29,6 @@ export interface PosixUser {
|
|
|
29
29
|
|
|
30
30
|
SecondaryGids?: number[];
|
|
31
31
|
}
|
|
32
|
-
export declare namespace PosixUser {
|
|
33
|
-
|
|
34
|
-
const filterSensitiveLog: (obj: PosixUser) => any;
|
|
35
|
-
}
|
|
36
32
|
|
|
37
33
|
export interface CreationInfo {
|
|
38
34
|
|
|
@@ -42,10 +38,6 @@ export interface CreationInfo {
|
|
|
42
38
|
|
|
43
39
|
Permissions: string | undefined;
|
|
44
40
|
}
|
|
45
|
-
export declare namespace CreationInfo {
|
|
46
|
-
|
|
47
|
-
const filterSensitiveLog: (obj: CreationInfo) => any;
|
|
48
|
-
}
|
|
49
41
|
|
|
50
42
|
export interface RootDirectory {
|
|
51
43
|
|
|
@@ -53,10 +45,6 @@ export interface RootDirectory {
|
|
|
53
45
|
|
|
54
46
|
CreationInfo?: CreationInfo;
|
|
55
47
|
}
|
|
56
|
-
export declare namespace RootDirectory {
|
|
57
|
-
|
|
58
|
-
const filterSensitiveLog: (obj: RootDirectory) => any;
|
|
59
|
-
}
|
|
60
48
|
|
|
61
49
|
export interface Tag {
|
|
62
50
|
|
|
@@ -64,10 +52,6 @@ export interface Tag {
|
|
|
64
52
|
|
|
65
53
|
Value: string | undefined;
|
|
66
54
|
}
|
|
67
|
-
export declare namespace Tag {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
70
|
-
}
|
|
71
55
|
|
|
72
56
|
export interface AccessPointDescription {
|
|
73
57
|
|
|
@@ -91,10 +75,6 @@ export interface AccessPointDescription {
|
|
|
91
75
|
|
|
92
76
|
LifeCycleState?: LifeCycleState | string;
|
|
93
77
|
}
|
|
94
|
-
export declare namespace AccessPointDescription {
|
|
95
|
-
|
|
96
|
-
const filterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
97
|
-
}
|
|
98
78
|
|
|
99
79
|
export declare class AccessPointLimitExceeded extends __BaseException {
|
|
100
80
|
readonly name: "AccessPointLimitExceeded";
|
|
@@ -139,18 +119,10 @@ export interface BackupPolicy {
|
|
|
139
119
|
|
|
140
120
|
Status: Status | string | undefined;
|
|
141
121
|
}
|
|
142
|
-
export declare namespace BackupPolicy {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: BackupPolicy) => any;
|
|
145
|
-
}
|
|
146
122
|
export interface BackupPolicyDescription {
|
|
147
123
|
|
|
148
124
|
BackupPolicy?: BackupPolicy;
|
|
149
125
|
}
|
|
150
|
-
export declare namespace BackupPolicyDescription {
|
|
151
|
-
|
|
152
|
-
const filterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
153
|
-
}
|
|
154
126
|
|
|
155
127
|
export declare class BadRequest extends __BaseException {
|
|
156
128
|
readonly name: "BadRequest";
|
|
@@ -174,10 +146,6 @@ export interface CreateAccessPointRequest {
|
|
|
174
146
|
|
|
175
147
|
RootDirectory?: RootDirectory;
|
|
176
148
|
}
|
|
177
|
-
export declare namespace CreateAccessPointRequest {
|
|
178
|
-
|
|
179
|
-
const filterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
180
|
-
}
|
|
181
149
|
|
|
182
150
|
export declare class FileSystemNotFound extends __BaseException {
|
|
183
151
|
readonly name: "FileSystemNotFound";
|
|
@@ -250,10 +218,6 @@ export interface CreateFileSystemRequest {
|
|
|
250
218
|
|
|
251
219
|
Tags?: Tag[];
|
|
252
220
|
}
|
|
253
|
-
export declare namespace CreateFileSystemRequest {
|
|
254
|
-
|
|
255
|
-
const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
256
|
-
}
|
|
257
221
|
|
|
258
222
|
export declare class FileSystemAlreadyExists extends __BaseException {
|
|
259
223
|
readonly name: "FileSystemAlreadyExists";
|
|
@@ -277,10 +241,6 @@ export interface FileSystemSize {
|
|
|
277
241
|
|
|
278
242
|
ValueInStandard?: number;
|
|
279
243
|
}
|
|
280
|
-
export declare namespace FileSystemSize {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: FileSystemSize) => any;
|
|
283
|
-
}
|
|
284
244
|
|
|
285
245
|
export interface FileSystemDescription {
|
|
286
246
|
|
|
@@ -318,10 +278,6 @@ export interface FileSystemDescription {
|
|
|
318
278
|
|
|
319
279
|
Tags: Tag[] | undefined;
|
|
320
280
|
}
|
|
321
|
-
export declare namespace FileSystemDescription {
|
|
322
|
-
|
|
323
|
-
const filterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
324
|
-
}
|
|
325
281
|
|
|
326
282
|
export declare class FileSystemLimitExceeded extends __BaseException {
|
|
327
283
|
readonly name: "FileSystemLimitExceeded";
|
|
@@ -377,10 +333,6 @@ export interface CreateMountTargetRequest {
|
|
|
377
333
|
|
|
378
334
|
SecurityGroups?: string[];
|
|
379
335
|
}
|
|
380
|
-
export declare namespace CreateMountTargetRequest {
|
|
381
|
-
|
|
382
|
-
const filterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
383
|
-
}
|
|
384
336
|
|
|
385
337
|
export declare class IpAddressInUse extends __BaseException {
|
|
386
338
|
readonly name: "IpAddressInUse";
|
|
@@ -426,10 +378,6 @@ export interface MountTargetDescription {
|
|
|
426
378
|
|
|
427
379
|
VpcId?: string;
|
|
428
380
|
}
|
|
429
|
-
export declare namespace MountTargetDescription {
|
|
430
|
-
|
|
431
|
-
const filterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
432
|
-
}
|
|
433
381
|
|
|
434
382
|
export declare class NetworkInterfaceLimitExceeded extends __BaseException {
|
|
435
383
|
readonly name: "NetworkInterfaceLimitExceeded";
|
|
@@ -494,20 +442,12 @@ export interface DestinationToCreate {
|
|
|
494
442
|
|
|
495
443
|
KmsKeyId?: string;
|
|
496
444
|
}
|
|
497
|
-
export declare namespace DestinationToCreate {
|
|
498
|
-
|
|
499
|
-
const filterSensitiveLog: (obj: DestinationToCreate) => any;
|
|
500
|
-
}
|
|
501
445
|
export interface CreateReplicationConfigurationRequest {
|
|
502
446
|
|
|
503
447
|
SourceFileSystemId: string | undefined;
|
|
504
448
|
|
|
505
449
|
Destinations: DestinationToCreate[] | undefined;
|
|
506
450
|
}
|
|
507
|
-
export declare namespace CreateReplicationConfigurationRequest {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: CreateReplicationConfigurationRequest) => any;
|
|
510
|
-
}
|
|
511
451
|
export declare enum ReplicationStatus {
|
|
512
452
|
DELETING = "DELETING",
|
|
513
453
|
ENABLED = "ENABLED",
|
|
@@ -525,10 +465,6 @@ export interface Destination {
|
|
|
525
465
|
|
|
526
466
|
LastReplicatedTimestamp?: Date;
|
|
527
467
|
}
|
|
528
|
-
export declare namespace Destination {
|
|
529
|
-
|
|
530
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
531
|
-
}
|
|
532
468
|
export interface ReplicationConfigurationDescription {
|
|
533
469
|
|
|
534
470
|
SourceFileSystemId: string | undefined;
|
|
@@ -543,10 +479,6 @@ export interface ReplicationConfigurationDescription {
|
|
|
543
479
|
|
|
544
480
|
Destinations: Destination[] | undefined;
|
|
545
481
|
}
|
|
546
|
-
export declare namespace ReplicationConfigurationDescription {
|
|
547
|
-
|
|
548
|
-
const filterSensitiveLog: (obj: ReplicationConfigurationDescription) => any;
|
|
549
|
-
}
|
|
550
482
|
|
|
551
483
|
export declare class ReplicationNotFound extends __BaseException {
|
|
552
484
|
readonly name: "ReplicationNotFound";
|
|
@@ -576,27 +508,15 @@ export interface CreateTagsRequest {
|
|
|
576
508
|
|
|
577
509
|
Tags: Tag[] | undefined;
|
|
578
510
|
}
|
|
579
|
-
export declare namespace CreateTagsRequest {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
582
|
-
}
|
|
583
511
|
export interface DeleteAccessPointRequest {
|
|
584
512
|
|
|
585
513
|
AccessPointId: string | undefined;
|
|
586
514
|
}
|
|
587
|
-
export declare namespace DeleteAccessPointRequest {
|
|
588
|
-
|
|
589
|
-
const filterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
590
|
-
}
|
|
591
515
|
|
|
592
516
|
export interface DeleteFileSystemRequest {
|
|
593
517
|
|
|
594
518
|
FileSystemId: string | undefined;
|
|
595
519
|
}
|
|
596
|
-
export declare namespace DeleteFileSystemRequest {
|
|
597
|
-
|
|
598
|
-
const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
599
|
-
}
|
|
600
520
|
|
|
601
521
|
export declare class FileSystemInUse extends __BaseException {
|
|
602
522
|
readonly name: "FileSystemInUse";
|
|
@@ -612,19 +532,11 @@ export interface DeleteFileSystemPolicyRequest {
|
|
|
612
532
|
|
|
613
533
|
FileSystemId: string | undefined;
|
|
614
534
|
}
|
|
615
|
-
export declare namespace DeleteFileSystemPolicyRequest {
|
|
616
|
-
|
|
617
|
-
const filterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
618
|
-
}
|
|
619
535
|
|
|
620
536
|
export interface DeleteMountTargetRequest {
|
|
621
537
|
|
|
622
538
|
MountTargetId: string | undefined;
|
|
623
539
|
}
|
|
624
|
-
export declare namespace DeleteMountTargetRequest {
|
|
625
|
-
|
|
626
|
-
const filterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
627
|
-
}
|
|
628
540
|
|
|
629
541
|
export declare class DependencyTimeout extends __BaseException {
|
|
630
542
|
readonly name: "DependencyTimeout";
|
|
@@ -651,10 +563,6 @@ export interface DeleteReplicationConfigurationRequest {
|
|
|
651
563
|
|
|
652
564
|
SourceFileSystemId: string | undefined;
|
|
653
565
|
}
|
|
654
|
-
export declare namespace DeleteReplicationConfigurationRequest {
|
|
655
|
-
|
|
656
|
-
const filterSensitiveLog: (obj: DeleteReplicationConfigurationRequest) => any;
|
|
657
|
-
}
|
|
658
566
|
|
|
659
567
|
export interface DeleteTagsRequest {
|
|
660
568
|
|
|
@@ -662,10 +570,6 @@ export interface DeleteTagsRequest {
|
|
|
662
570
|
|
|
663
571
|
TagKeys: string[] | undefined;
|
|
664
572
|
}
|
|
665
|
-
export declare namespace DeleteTagsRequest {
|
|
666
|
-
|
|
667
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
668
|
-
}
|
|
669
573
|
export interface DescribeAccessPointsRequest {
|
|
670
574
|
|
|
671
575
|
MaxResults?: number;
|
|
@@ -676,30 +580,18 @@ export interface DescribeAccessPointsRequest {
|
|
|
676
580
|
|
|
677
581
|
FileSystemId?: string;
|
|
678
582
|
}
|
|
679
|
-
export declare namespace DescribeAccessPointsRequest {
|
|
680
|
-
|
|
681
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
682
|
-
}
|
|
683
583
|
export interface DescribeAccessPointsResponse {
|
|
684
584
|
|
|
685
585
|
AccessPoints?: AccessPointDescription[];
|
|
686
586
|
|
|
687
587
|
NextToken?: string;
|
|
688
588
|
}
|
|
689
|
-
export declare namespace DescribeAccessPointsResponse {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
692
|
-
}
|
|
693
589
|
export interface DescribeAccountPreferencesRequest {
|
|
694
590
|
|
|
695
591
|
NextToken?: string;
|
|
696
592
|
|
|
697
593
|
MaxResults?: number;
|
|
698
594
|
}
|
|
699
|
-
export declare namespace DescribeAccountPreferencesRequest {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
702
|
-
}
|
|
703
595
|
export declare enum ResourceIdType {
|
|
704
596
|
LongId = "LONG_ID",
|
|
705
597
|
ShortId = "SHORT_ID"
|
|
@@ -715,28 +607,16 @@ export interface ResourceIdPreference {
|
|
|
715
607
|
|
|
716
608
|
Resources?: (Resource | string)[];
|
|
717
609
|
}
|
|
718
|
-
export declare namespace ResourceIdPreference {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
721
|
-
}
|
|
722
610
|
export interface DescribeAccountPreferencesResponse {
|
|
723
611
|
|
|
724
612
|
ResourceIdPreference?: ResourceIdPreference;
|
|
725
613
|
|
|
726
614
|
NextToken?: string;
|
|
727
615
|
}
|
|
728
|
-
export declare namespace DescribeAccountPreferencesResponse {
|
|
729
|
-
|
|
730
|
-
const filterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
731
|
-
}
|
|
732
616
|
export interface DescribeBackupPolicyRequest {
|
|
733
617
|
|
|
734
618
|
FileSystemId: string | undefined;
|
|
735
619
|
}
|
|
736
|
-
export declare namespace DescribeBackupPolicyRequest {
|
|
737
|
-
|
|
738
|
-
const filterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
739
|
-
}
|
|
740
620
|
|
|
741
621
|
export declare class PolicyNotFound extends __BaseException {
|
|
742
622
|
readonly name: "PolicyNotFound";
|
|
@@ -752,20 +632,12 @@ export interface DescribeFileSystemPolicyRequest {
|
|
|
752
632
|
|
|
753
633
|
FileSystemId: string | undefined;
|
|
754
634
|
}
|
|
755
|
-
export declare namespace DescribeFileSystemPolicyRequest {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
758
|
-
}
|
|
759
635
|
export interface FileSystemPolicyDescription {
|
|
760
636
|
|
|
761
637
|
FileSystemId?: string;
|
|
762
638
|
|
|
763
639
|
Policy?: string;
|
|
764
640
|
}
|
|
765
|
-
export declare namespace FileSystemPolicyDescription {
|
|
766
|
-
|
|
767
|
-
const filterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
768
|
-
}
|
|
769
641
|
|
|
770
642
|
export interface DescribeFileSystemsRequest {
|
|
771
643
|
|
|
@@ -777,10 +649,6 @@ export interface DescribeFileSystemsRequest {
|
|
|
777
649
|
|
|
778
650
|
FileSystemId?: string;
|
|
779
651
|
}
|
|
780
|
-
export declare namespace DescribeFileSystemsRequest {
|
|
781
|
-
|
|
782
|
-
const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
783
|
-
}
|
|
784
652
|
export interface DescribeFileSystemsResponse {
|
|
785
653
|
|
|
786
654
|
Marker?: string;
|
|
@@ -789,18 +657,10 @@ export interface DescribeFileSystemsResponse {
|
|
|
789
657
|
|
|
790
658
|
NextMarker?: string;
|
|
791
659
|
}
|
|
792
|
-
export declare namespace DescribeFileSystemsResponse {
|
|
793
|
-
|
|
794
|
-
const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
795
|
-
}
|
|
796
660
|
export interface DescribeLifecycleConfigurationRequest {
|
|
797
661
|
|
|
798
662
|
FileSystemId: string | undefined;
|
|
799
663
|
}
|
|
800
|
-
export declare namespace DescribeLifecycleConfigurationRequest {
|
|
801
|
-
|
|
802
|
-
const filterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
803
|
-
}
|
|
804
664
|
export declare enum TransitionToIARules {
|
|
805
665
|
AFTER_14_DAYS = "AFTER_14_DAYS",
|
|
806
666
|
AFTER_30_DAYS = "AFTER_30_DAYS",
|
|
@@ -818,18 +678,10 @@ export interface LifecyclePolicy {
|
|
|
818
678
|
|
|
819
679
|
TransitionToPrimaryStorageClass?: TransitionToPrimaryStorageClassRules | string;
|
|
820
680
|
}
|
|
821
|
-
export declare namespace LifecyclePolicy {
|
|
822
|
-
|
|
823
|
-
const filterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
824
|
-
}
|
|
825
681
|
export interface LifecycleConfigurationDescription {
|
|
826
682
|
|
|
827
683
|
LifecyclePolicies?: LifecyclePolicy[];
|
|
828
684
|
}
|
|
829
|
-
export declare namespace LifecycleConfigurationDescription {
|
|
830
|
-
|
|
831
|
-
const filterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
832
|
-
}
|
|
833
685
|
|
|
834
686
|
export interface DescribeMountTargetsRequest {
|
|
835
687
|
|
|
@@ -843,10 +695,6 @@ export interface DescribeMountTargetsRequest {
|
|
|
843
695
|
|
|
844
696
|
AccessPointId?: string;
|
|
845
697
|
}
|
|
846
|
-
export declare namespace DescribeMountTargetsRequest {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
849
|
-
}
|
|
850
698
|
|
|
851
699
|
export interface DescribeMountTargetsResponse {
|
|
852
700
|
|
|
@@ -856,27 +704,15 @@ export interface DescribeMountTargetsResponse {
|
|
|
856
704
|
|
|
857
705
|
NextMarker?: string;
|
|
858
706
|
}
|
|
859
|
-
export declare namespace DescribeMountTargetsResponse {
|
|
860
|
-
|
|
861
|
-
const filterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
862
|
-
}
|
|
863
707
|
|
|
864
708
|
export interface DescribeMountTargetSecurityGroupsRequest {
|
|
865
709
|
|
|
866
710
|
MountTargetId: string | undefined;
|
|
867
711
|
}
|
|
868
|
-
export declare namespace DescribeMountTargetSecurityGroupsRequest {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
871
|
-
}
|
|
872
712
|
export interface DescribeMountTargetSecurityGroupsResponse {
|
|
873
713
|
|
|
874
714
|
SecurityGroups: string[] | undefined;
|
|
875
715
|
}
|
|
876
|
-
export declare namespace DescribeMountTargetSecurityGroupsResponse {
|
|
877
|
-
|
|
878
|
-
const filterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
879
|
-
}
|
|
880
716
|
|
|
881
717
|
export declare class IncorrectMountTargetState extends __BaseException {
|
|
882
718
|
readonly name: "IncorrectMountTargetState";
|
|
@@ -896,20 +732,12 @@ export interface DescribeReplicationConfigurationsRequest {
|
|
|
896
732
|
|
|
897
733
|
MaxResults?: number;
|
|
898
734
|
}
|
|
899
|
-
export declare namespace DescribeReplicationConfigurationsRequest {
|
|
900
|
-
|
|
901
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsRequest) => any;
|
|
902
|
-
}
|
|
903
735
|
export interface DescribeReplicationConfigurationsResponse {
|
|
904
736
|
|
|
905
737
|
Replications?: ReplicationConfigurationDescription[];
|
|
906
738
|
|
|
907
739
|
NextToken?: string;
|
|
908
740
|
}
|
|
909
|
-
export declare namespace DescribeReplicationConfigurationsResponse {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: DescribeReplicationConfigurationsResponse) => any;
|
|
912
|
-
}
|
|
913
741
|
|
|
914
742
|
export interface DescribeTagsRequest {
|
|
915
743
|
|
|
@@ -919,10 +747,6 @@ export interface DescribeTagsRequest {
|
|
|
919
747
|
|
|
920
748
|
FileSystemId: string | undefined;
|
|
921
749
|
}
|
|
922
|
-
export declare namespace DescribeTagsRequest {
|
|
923
|
-
|
|
924
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
925
|
-
}
|
|
926
750
|
|
|
927
751
|
export interface DescribeTagsResponse {
|
|
928
752
|
|
|
@@ -932,10 +756,6 @@ export interface DescribeTagsResponse {
|
|
|
932
756
|
|
|
933
757
|
NextMarker?: string;
|
|
934
758
|
}
|
|
935
|
-
export declare namespace DescribeTagsResponse {
|
|
936
|
-
|
|
937
|
-
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
938
|
-
}
|
|
939
759
|
|
|
940
760
|
export declare class InvalidPolicyException extends __BaseException {
|
|
941
761
|
readonly name: "InvalidPolicyException";
|
|
@@ -955,20 +775,12 @@ export interface ListTagsForResourceRequest {
|
|
|
955
775
|
|
|
956
776
|
NextToken?: string;
|
|
957
777
|
}
|
|
958
|
-
export declare namespace ListTagsForResourceRequest {
|
|
959
|
-
|
|
960
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
961
|
-
}
|
|
962
778
|
export interface ListTagsForResourceResponse {
|
|
963
779
|
|
|
964
780
|
Tags?: Tag[];
|
|
965
781
|
|
|
966
782
|
NextToken?: string;
|
|
967
783
|
}
|
|
968
|
-
export declare namespace ListTagsForResourceResponse {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
971
|
-
}
|
|
972
784
|
|
|
973
785
|
export interface ModifyMountTargetSecurityGroupsRequest {
|
|
974
786
|
|
|
@@ -976,36 +788,20 @@ export interface ModifyMountTargetSecurityGroupsRequest {
|
|
|
976
788
|
|
|
977
789
|
SecurityGroups?: string[];
|
|
978
790
|
}
|
|
979
|
-
export declare namespace ModifyMountTargetSecurityGroupsRequest {
|
|
980
|
-
|
|
981
|
-
const filterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
982
|
-
}
|
|
983
791
|
export interface PutAccountPreferencesRequest {
|
|
984
792
|
|
|
985
793
|
ResourceIdType: ResourceIdType | string | undefined;
|
|
986
794
|
}
|
|
987
|
-
export declare namespace PutAccountPreferencesRequest {
|
|
988
|
-
|
|
989
|
-
const filterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
990
|
-
}
|
|
991
795
|
export interface PutAccountPreferencesResponse {
|
|
992
796
|
|
|
993
797
|
ResourceIdPreference?: ResourceIdPreference;
|
|
994
798
|
}
|
|
995
|
-
export declare namespace PutAccountPreferencesResponse {
|
|
996
|
-
|
|
997
|
-
const filterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
998
|
-
}
|
|
999
799
|
export interface PutBackupPolicyRequest {
|
|
1000
800
|
|
|
1001
801
|
FileSystemId: string | undefined;
|
|
1002
802
|
|
|
1003
803
|
BackupPolicy: BackupPolicy | undefined;
|
|
1004
804
|
}
|
|
1005
|
-
export declare namespace PutBackupPolicyRequest {
|
|
1006
|
-
|
|
1007
|
-
const filterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
1008
|
-
}
|
|
1009
805
|
export interface PutFileSystemPolicyRequest {
|
|
1010
806
|
|
|
1011
807
|
FileSystemId: string | undefined;
|
|
@@ -1014,40 +810,24 @@ export interface PutFileSystemPolicyRequest {
|
|
|
1014
810
|
|
|
1015
811
|
BypassPolicyLockoutSafetyCheck?: boolean;
|
|
1016
812
|
}
|
|
1017
|
-
export declare namespace PutFileSystemPolicyRequest {
|
|
1018
|
-
|
|
1019
|
-
const filterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
1020
|
-
}
|
|
1021
813
|
export interface PutLifecycleConfigurationRequest {
|
|
1022
814
|
|
|
1023
815
|
FileSystemId: string | undefined;
|
|
1024
816
|
|
|
1025
817
|
LifecyclePolicies: LifecyclePolicy[] | undefined;
|
|
1026
818
|
}
|
|
1027
|
-
export declare namespace PutLifecycleConfigurationRequest {
|
|
1028
|
-
|
|
1029
|
-
const filterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
1030
|
-
}
|
|
1031
819
|
export interface TagResourceRequest {
|
|
1032
820
|
|
|
1033
821
|
ResourceId: string | undefined;
|
|
1034
822
|
|
|
1035
823
|
Tags: Tag[] | undefined;
|
|
1036
824
|
}
|
|
1037
|
-
export declare namespace TagResourceRequest {
|
|
1038
|
-
|
|
1039
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1040
|
-
}
|
|
1041
825
|
export interface UntagResourceRequest {
|
|
1042
826
|
|
|
1043
827
|
ResourceId: string | undefined;
|
|
1044
828
|
|
|
1045
829
|
TagKeys: string[] | undefined;
|
|
1046
830
|
}
|
|
1047
|
-
export declare namespace UntagResourceRequest {
|
|
1048
|
-
|
|
1049
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1050
|
-
}
|
|
1051
831
|
|
|
1052
832
|
export declare class TooManyRequests extends __BaseException {
|
|
1053
833
|
readonly name: "TooManyRequests";
|
|
@@ -1067,7 +847,115 @@ export interface UpdateFileSystemRequest {
|
|
|
1067
847
|
|
|
1068
848
|
ProvisionedThroughputInMibps?: number;
|
|
1069
849
|
}
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
850
|
+
|
|
851
|
+
export declare const PosixUserFilterSensitiveLog: (obj: PosixUser) => any;
|
|
852
|
+
|
|
853
|
+
export declare const CreationInfoFilterSensitiveLog: (obj: CreationInfo) => any;
|
|
854
|
+
|
|
855
|
+
export declare const RootDirectoryFilterSensitiveLog: (obj: RootDirectory) => any;
|
|
856
|
+
|
|
857
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
858
|
+
|
|
859
|
+
export declare const AccessPointDescriptionFilterSensitiveLog: (obj: AccessPointDescription) => any;
|
|
860
|
+
|
|
861
|
+
export declare const BackupPolicyFilterSensitiveLog: (obj: BackupPolicy) => any;
|
|
862
|
+
|
|
863
|
+
export declare const BackupPolicyDescriptionFilterSensitiveLog: (obj: BackupPolicyDescription) => any;
|
|
864
|
+
|
|
865
|
+
export declare const CreateAccessPointRequestFilterSensitiveLog: (obj: CreateAccessPointRequest) => any;
|
|
866
|
+
|
|
867
|
+
export declare const CreateFileSystemRequestFilterSensitiveLog: (obj: CreateFileSystemRequest) => any;
|
|
868
|
+
|
|
869
|
+
export declare const FileSystemSizeFilterSensitiveLog: (obj: FileSystemSize) => any;
|
|
870
|
+
|
|
871
|
+
export declare const FileSystemDescriptionFilterSensitiveLog: (obj: FileSystemDescription) => any;
|
|
872
|
+
|
|
873
|
+
export declare const CreateMountTargetRequestFilterSensitiveLog: (obj: CreateMountTargetRequest) => any;
|
|
874
|
+
|
|
875
|
+
export declare const MountTargetDescriptionFilterSensitiveLog: (obj: MountTargetDescription) => any;
|
|
876
|
+
|
|
877
|
+
export declare const DestinationToCreateFilterSensitiveLog: (obj: DestinationToCreate) => any;
|
|
878
|
+
|
|
879
|
+
export declare const CreateReplicationConfigurationRequestFilterSensitiveLog: (obj: CreateReplicationConfigurationRequest) => any;
|
|
880
|
+
|
|
881
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
882
|
+
|
|
883
|
+
export declare const ReplicationConfigurationDescriptionFilterSensitiveLog: (obj: ReplicationConfigurationDescription) => any;
|
|
884
|
+
|
|
885
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
886
|
+
|
|
887
|
+
export declare const DeleteAccessPointRequestFilterSensitiveLog: (obj: DeleteAccessPointRequest) => any;
|
|
888
|
+
|
|
889
|
+
export declare const DeleteFileSystemRequestFilterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
|
|
890
|
+
|
|
891
|
+
export declare const DeleteFileSystemPolicyRequestFilterSensitiveLog: (obj: DeleteFileSystemPolicyRequest) => any;
|
|
892
|
+
|
|
893
|
+
export declare const DeleteMountTargetRequestFilterSensitiveLog: (obj: DeleteMountTargetRequest) => any;
|
|
894
|
+
|
|
895
|
+
export declare const DeleteReplicationConfigurationRequestFilterSensitiveLog: (obj: DeleteReplicationConfigurationRequest) => any;
|
|
896
|
+
|
|
897
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
898
|
+
|
|
899
|
+
export declare const DescribeAccessPointsRequestFilterSensitiveLog: (obj: DescribeAccessPointsRequest) => any;
|
|
900
|
+
|
|
901
|
+
export declare const DescribeAccessPointsResponseFilterSensitiveLog: (obj: DescribeAccessPointsResponse) => any;
|
|
902
|
+
|
|
903
|
+
export declare const DescribeAccountPreferencesRequestFilterSensitiveLog: (obj: DescribeAccountPreferencesRequest) => any;
|
|
904
|
+
|
|
905
|
+
export declare const ResourceIdPreferenceFilterSensitiveLog: (obj: ResourceIdPreference) => any;
|
|
906
|
+
|
|
907
|
+
export declare const DescribeAccountPreferencesResponseFilterSensitiveLog: (obj: DescribeAccountPreferencesResponse) => any;
|
|
908
|
+
|
|
909
|
+
export declare const DescribeBackupPolicyRequestFilterSensitiveLog: (obj: DescribeBackupPolicyRequest) => any;
|
|
910
|
+
|
|
911
|
+
export declare const DescribeFileSystemPolicyRequestFilterSensitiveLog: (obj: DescribeFileSystemPolicyRequest) => any;
|
|
912
|
+
|
|
913
|
+
export declare const FileSystemPolicyDescriptionFilterSensitiveLog: (obj: FileSystemPolicyDescription) => any;
|
|
914
|
+
|
|
915
|
+
export declare const DescribeFileSystemsRequestFilterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
|
|
916
|
+
|
|
917
|
+
export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
|
|
918
|
+
|
|
919
|
+
export declare const DescribeLifecycleConfigurationRequestFilterSensitiveLog: (obj: DescribeLifecycleConfigurationRequest) => any;
|
|
920
|
+
|
|
921
|
+
export declare const LifecyclePolicyFilterSensitiveLog: (obj: LifecyclePolicy) => any;
|
|
922
|
+
|
|
923
|
+
export declare const LifecycleConfigurationDescriptionFilterSensitiveLog: (obj: LifecycleConfigurationDescription) => any;
|
|
924
|
+
|
|
925
|
+
export declare const DescribeMountTargetsRequestFilterSensitiveLog: (obj: DescribeMountTargetsRequest) => any;
|
|
926
|
+
|
|
927
|
+
export declare const DescribeMountTargetsResponseFilterSensitiveLog: (obj: DescribeMountTargetsResponse) => any;
|
|
928
|
+
|
|
929
|
+
export declare const DescribeMountTargetSecurityGroupsRequestFilterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsRequest) => any;
|
|
930
|
+
|
|
931
|
+
export declare const DescribeMountTargetSecurityGroupsResponseFilterSensitiveLog: (obj: DescribeMountTargetSecurityGroupsResponse) => any;
|
|
932
|
+
|
|
933
|
+
export declare const DescribeReplicationConfigurationsRequestFilterSensitiveLog: (obj: DescribeReplicationConfigurationsRequest) => any;
|
|
934
|
+
|
|
935
|
+
export declare const DescribeReplicationConfigurationsResponseFilterSensitiveLog: (obj: DescribeReplicationConfigurationsResponse) => any;
|
|
936
|
+
|
|
937
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
938
|
+
|
|
939
|
+
export declare const DescribeTagsResponseFilterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
940
|
+
|
|
941
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
942
|
+
|
|
943
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
944
|
+
|
|
945
|
+
export declare const ModifyMountTargetSecurityGroupsRequestFilterSensitiveLog: (obj: ModifyMountTargetSecurityGroupsRequest) => any;
|
|
946
|
+
|
|
947
|
+
export declare const PutAccountPreferencesRequestFilterSensitiveLog: (obj: PutAccountPreferencesRequest) => any;
|
|
948
|
+
|
|
949
|
+
export declare const PutAccountPreferencesResponseFilterSensitiveLog: (obj: PutAccountPreferencesResponse) => any;
|
|
950
|
+
|
|
951
|
+
export declare const PutBackupPolicyRequestFilterSensitiveLog: (obj: PutBackupPolicyRequest) => any;
|
|
952
|
+
|
|
953
|
+
export declare const PutFileSystemPolicyRequestFilterSensitiveLog: (obj: PutFileSystemPolicyRequest) => any;
|
|
954
|
+
|
|
955
|
+
export declare const PutLifecycleConfigurationRequestFilterSensitiveLog: (obj: PutLifecycleConfigurationRequest) => any;
|
|
956
|
+
|
|
957
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
958
|
+
|
|
959
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
960
|
+
|
|
961
|
+
export declare const UpdateFileSystemRequestFilterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-efs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Efs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.142.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.142.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.142.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
37
|
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
38
|
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
+
"@aws-sdk/smithy-client": "3.142.0",
|
|
40
40
|
"@aws-sdk/types": "3.127.0",
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|