@aws-sdk/client-efs 3.297.0 → 3.298.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 (65) hide show
  1. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -3
  2. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -3
  3. package/dist-cjs/commands/CreateMountTargetCommand.js +2 -3
  4. package/dist-cjs/commands/CreateReplicationConfigurationCommand.js +2 -3
  5. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteFileSystemPolicyCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteMountTargetCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteReplicationConfigurationCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeAccessPointsCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeAccountPreferencesCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeBackupPolicyCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeFileSystemPolicyCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeLifecycleConfigurationCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeMountTargetsCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeReplicationConfigurationsCommand.js +2 -3
  21. package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  23. package/dist-cjs/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -3
  24. package/dist-cjs/commands/PutAccountPreferencesCommand.js +2 -3
  25. package/dist-cjs/commands/PutBackupPolicyCommand.js +2 -3
  26. package/dist-cjs/commands/PutFileSystemPolicyCommand.js +2 -3
  27. package/dist-cjs/commands/PutLifecycleConfigurationCommand.js +2 -3
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -3
  31. package/dist-cjs/models/models_0.js +1 -226
  32. package/dist-es/commands/CreateAccessPointCommand.js +2 -3
  33. package/dist-es/commands/CreateFileSystemCommand.js +2 -3
  34. package/dist-es/commands/CreateMountTargetCommand.js +2 -3
  35. package/dist-es/commands/CreateReplicationConfigurationCommand.js +2 -3
  36. package/dist-es/commands/CreateTagsCommand.js +2 -3
  37. package/dist-es/commands/DeleteAccessPointCommand.js +2 -3
  38. package/dist-es/commands/DeleteFileSystemCommand.js +2 -3
  39. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -3
  40. package/dist-es/commands/DeleteMountTargetCommand.js +2 -3
  41. package/dist-es/commands/DeleteReplicationConfigurationCommand.js +2 -3
  42. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  43. package/dist-es/commands/DescribeAccessPointsCommand.js +2 -3
  44. package/dist-es/commands/DescribeAccountPreferencesCommand.js +2 -3
  45. package/dist-es/commands/DescribeBackupPolicyCommand.js +2 -3
  46. package/dist-es/commands/DescribeFileSystemPolicyCommand.js +2 -3
  47. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -3
  48. package/dist-es/commands/DescribeLifecycleConfigurationCommand.js +2 -3
  49. package/dist-es/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -3
  50. package/dist-es/commands/DescribeMountTargetsCommand.js +2 -3
  51. package/dist-es/commands/DescribeReplicationConfigurationsCommand.js +2 -3
  52. package/dist-es/commands/DescribeTagsCommand.js +2 -3
  53. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  54. package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -3
  55. package/dist-es/commands/PutAccountPreferencesCommand.js +2 -3
  56. package/dist-es/commands/PutBackupPolicyCommand.js +2 -3
  57. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -3
  58. package/dist-es/commands/PutLifecycleConfigurationCommand.js +2 -3
  59. package/dist-es/commands/TagResourceCommand.js +2 -3
  60. package/dist-es/commands/UntagResourceCommand.js +2 -3
  61. package/dist-es/commands/UpdateFileSystemCommand.js +2 -3
  62. package/dist-es/models/models_0.js +0 -168
  63. package/dist-types/models/models_0.d.ts +0 -224
  64. package/dist-types/ts3.4/models/models_0.d.ts +0 -158
  65. package/package.json +4 -3
@@ -587,161 +587,3 @@ export interface UpdateFileSystemRequest {
587
587
  ThroughputMode?: ThroughputMode | string;
588
588
  ProvisionedThroughputInMibps?: number;
589
589
  }
590
- export declare const PosixUserFilterSensitiveLog: (obj: PosixUser) => any;
591
- export declare const CreationInfoFilterSensitiveLog: (obj: CreationInfo) => any;
592
- export declare const RootDirectoryFilterSensitiveLog: (
593
- obj: RootDirectory
594
- ) => any;
595
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
596
- export declare const AccessPointDescriptionFilterSensitiveLog: (
597
- obj: AccessPointDescription
598
- ) => any;
599
- export declare const BackupPolicyFilterSensitiveLog: (obj: BackupPolicy) => any;
600
- export declare const BackupPolicyDescriptionFilterSensitiveLog: (
601
- obj: BackupPolicyDescription
602
- ) => any;
603
- export declare const CreateAccessPointRequestFilterSensitiveLog: (
604
- obj: CreateAccessPointRequest
605
- ) => any;
606
- export declare const CreateFileSystemRequestFilterSensitiveLog: (
607
- obj: CreateFileSystemRequest
608
- ) => any;
609
- export declare const FileSystemSizeFilterSensitiveLog: (
610
- obj: FileSystemSize
611
- ) => any;
612
- export declare const FileSystemDescriptionFilterSensitiveLog: (
613
- obj: FileSystemDescription
614
- ) => any;
615
- export declare const CreateMountTargetRequestFilterSensitiveLog: (
616
- obj: CreateMountTargetRequest
617
- ) => any;
618
- export declare const MountTargetDescriptionFilterSensitiveLog: (
619
- obj: MountTargetDescription
620
- ) => any;
621
- export declare const DestinationToCreateFilterSensitiveLog: (
622
- obj: DestinationToCreate
623
- ) => any;
624
- export declare const CreateReplicationConfigurationRequestFilterSensitiveLog: (
625
- obj: CreateReplicationConfigurationRequest
626
- ) => any;
627
- export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
628
- export declare const ReplicationConfigurationDescriptionFilterSensitiveLog: (
629
- obj: ReplicationConfigurationDescription
630
- ) => any;
631
- export declare const CreateTagsRequestFilterSensitiveLog: (
632
- obj: CreateTagsRequest
633
- ) => any;
634
- export declare const DeleteAccessPointRequestFilterSensitiveLog: (
635
- obj: DeleteAccessPointRequest
636
- ) => any;
637
- export declare const DeleteFileSystemRequestFilterSensitiveLog: (
638
- obj: DeleteFileSystemRequest
639
- ) => any;
640
- export declare const DeleteFileSystemPolicyRequestFilterSensitiveLog: (
641
- obj: DeleteFileSystemPolicyRequest
642
- ) => any;
643
- export declare const DeleteMountTargetRequestFilterSensitiveLog: (
644
- obj: DeleteMountTargetRequest
645
- ) => any;
646
- export declare const DeleteReplicationConfigurationRequestFilterSensitiveLog: (
647
- obj: DeleteReplicationConfigurationRequest
648
- ) => any;
649
- export declare const DeleteTagsRequestFilterSensitiveLog: (
650
- obj: DeleteTagsRequest
651
- ) => any;
652
- export declare const DescribeAccessPointsRequestFilterSensitiveLog: (
653
- obj: DescribeAccessPointsRequest
654
- ) => any;
655
- export declare const DescribeAccessPointsResponseFilterSensitiveLog: (
656
- obj: DescribeAccessPointsResponse
657
- ) => any;
658
- export declare const DescribeAccountPreferencesRequestFilterSensitiveLog: (
659
- obj: DescribeAccountPreferencesRequest
660
- ) => any;
661
- export declare const ResourceIdPreferenceFilterSensitiveLog: (
662
- obj: ResourceIdPreference
663
- ) => any;
664
- export declare const DescribeAccountPreferencesResponseFilterSensitiveLog: (
665
- obj: DescribeAccountPreferencesResponse
666
- ) => any;
667
- export declare const DescribeBackupPolicyRequestFilterSensitiveLog: (
668
- obj: DescribeBackupPolicyRequest
669
- ) => any;
670
- export declare const DescribeFileSystemPolicyRequestFilterSensitiveLog: (
671
- obj: DescribeFileSystemPolicyRequest
672
- ) => any;
673
- export declare const FileSystemPolicyDescriptionFilterSensitiveLog: (
674
- obj: FileSystemPolicyDescription
675
- ) => any;
676
- export declare const DescribeFileSystemsRequestFilterSensitiveLog: (
677
- obj: DescribeFileSystemsRequest
678
- ) => any;
679
- export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
680
- obj: DescribeFileSystemsResponse
681
- ) => any;
682
- export declare const DescribeLifecycleConfigurationRequestFilterSensitiveLog: (
683
- obj: DescribeLifecycleConfigurationRequest
684
- ) => any;
685
- export declare const LifecyclePolicyFilterSensitiveLog: (
686
- obj: LifecyclePolicy
687
- ) => any;
688
- export declare const LifecycleConfigurationDescriptionFilterSensitiveLog: (
689
- obj: LifecycleConfigurationDescription
690
- ) => any;
691
- export declare const DescribeMountTargetsRequestFilterSensitiveLog: (
692
- obj: DescribeMountTargetsRequest
693
- ) => any;
694
- export declare const DescribeMountTargetsResponseFilterSensitiveLog: (
695
- obj: DescribeMountTargetsResponse
696
- ) => any;
697
- export declare const DescribeMountTargetSecurityGroupsRequestFilterSensitiveLog: (
698
- obj: DescribeMountTargetSecurityGroupsRequest
699
- ) => any;
700
- export declare const DescribeMountTargetSecurityGroupsResponseFilterSensitiveLog: (
701
- obj: DescribeMountTargetSecurityGroupsResponse
702
- ) => any;
703
- export declare const DescribeReplicationConfigurationsRequestFilterSensitiveLog: (
704
- obj: DescribeReplicationConfigurationsRequest
705
- ) => any;
706
- export declare const DescribeReplicationConfigurationsResponseFilterSensitiveLog: (
707
- obj: DescribeReplicationConfigurationsResponse
708
- ) => any;
709
- export declare const DescribeTagsRequestFilterSensitiveLog: (
710
- obj: DescribeTagsRequest
711
- ) => any;
712
- export declare const DescribeTagsResponseFilterSensitiveLog: (
713
- obj: DescribeTagsResponse
714
- ) => any;
715
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (
716
- obj: ListTagsForResourceRequest
717
- ) => any;
718
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (
719
- obj: ListTagsForResourceResponse
720
- ) => any;
721
- export declare const ModifyMountTargetSecurityGroupsRequestFilterSensitiveLog: (
722
- obj: ModifyMountTargetSecurityGroupsRequest
723
- ) => any;
724
- export declare const PutAccountPreferencesRequestFilterSensitiveLog: (
725
- obj: PutAccountPreferencesRequest
726
- ) => any;
727
- export declare const PutAccountPreferencesResponseFilterSensitiveLog: (
728
- obj: PutAccountPreferencesResponse
729
- ) => any;
730
- export declare const PutBackupPolicyRequestFilterSensitiveLog: (
731
- obj: PutBackupPolicyRequest
732
- ) => any;
733
- export declare const PutFileSystemPolicyRequestFilterSensitiveLog: (
734
- obj: PutFileSystemPolicyRequest
735
- ) => any;
736
- export declare const PutLifecycleConfigurationRequestFilterSensitiveLog: (
737
- obj: PutLifecycleConfigurationRequest
738
- ) => any;
739
- export declare const TagResourceRequestFilterSensitiveLog: (
740
- obj: TagResourceRequest
741
- ) => any;
742
- export declare const UntagResourceRequestFilterSensitiveLog: (
743
- obj: UntagResourceRequest
744
- ) => any;
745
- export declare const UpdateFileSystemRequestFilterSensitiveLog: (
746
- obj: UpdateFileSystemRequest
747
- ) => 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.297.0",
4
+ "version": "3.298.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",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo efs"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",