@aws-sdk/client-efs 3.32.0 → 3.36.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 +45 -0
- package/{dist/cjs → dist-cjs}/EFS.js +2 -3
- package/{dist/cjs → dist-cjs}/EFSClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateAccessPointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMountTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAccessPointCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteMountTargetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAccessPointsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeAccountPreferencesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeBackupPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeFileSystemsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLifecycleConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMountTargetSecurityGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeMountTargetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ModifyMountTargetSecurityGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAccountPreferencesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutBackupPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutFileSystemPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutLifecycleConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateFileSystemCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeAccessPointsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeFileSystemsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/DescribeTagsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +16 -9
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/EFS.js +3 -11
- package/{dist/es → dist-es}/EFSClient.js +2 -15
- package/{dist/es → dist-es}/commands/CreateAccessPointCommand.js +4 -37
- package/dist-es/commands/CreateFileSystemCommand.js +39 -0
- package/dist-es/commands/CreateMountTargetCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateTagsCommand.js +4 -41
- package/{dist/es → dist-es}/commands/DeleteAccessPointCommand.js +4 -33
- package/dist-es/commands/DeleteFileSystemCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteFileSystemPolicyCommand.js +4 -33
- package/dist-es/commands/DeleteMountTargetCommand.js +39 -0
- package/dist-es/commands/DeleteTagsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeAccessPointsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeAccountPreferencesCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeBackupPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeFileSystemPolicyCommand.js +4 -31
- package/dist-es/commands/DescribeFileSystemsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeLifecycleConfigurationCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeMountTargetSecurityGroupsCommand.js +4 -45
- package/{dist/es → dist-es}/commands/DescribeMountTargetsCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +4 -40
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
- package/dist-es/commands/ModifyMountTargetSecurityGroupsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutAccountPreferencesCommand.js +4 -33
- package/{dist/es → dist-es}/commands/PutBackupPolicyCommand.js +4 -30
- package/dist-es/commands/PutFileSystemPolicyCommand.js +39 -0
- package/dist-es/commands/PutLifecycleConfigurationCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateFileSystemCommand.js +4 -31
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -232
- package/{dist/es → dist-es}/pagination/DescribeAccessPointsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeFileSystemsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/DescribeTagsPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +750 -748
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/EFS.d.ts +3 -3
- package/{dist/types → dist-types}/EFSClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/CreateAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccessPointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeFileSystemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeMountTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/EFS.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/EFSClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteMountTargetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAccessPointsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeMountTargetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutAccountPreferencesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutBackupPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/EFS.ts +0 -1385
- package/EFSClient.ts +0 -362
- package/commands/CreateAccessPointCommand.ts +0 -101
- package/commands/CreateFileSystemCommand.ts +0 -147
- package/commands/CreateMountTargetCommand.ts +0 -235
- package/commands/CreateTagsCommand.ts +0 -105
- package/commands/DeleteAccessPointCommand.ts +0 -97
- package/commands/DeleteFileSystemCommand.ts +0 -108
- package/commands/DeleteFileSystemPolicyCommand.ts +0 -97
- package/commands/DeleteMountTargetCommand.ts +0 -127
- package/commands/DeleteTagsCommand.ts +0 -106
- package/commands/DescribeAccessPointsCommand.ts +0 -97
- package/commands/DescribeAccountPreferencesCommand.ts +0 -98
- package/commands/DescribeBackupPolicyCommand.ts +0 -94
- package/commands/DescribeFileSystemPolicyCommand.ts +0 -95
- package/commands/DescribeFileSystemsCommand.ts +0 -116
- package/commands/DescribeLifecycleConfigurationCommand.ts +0 -109
- package/commands/DescribeMountTargetSecurityGroupsCommand.ts +0 -120
- package/commands/DescribeMountTargetsCommand.ts +0 -101
- package/commands/DescribeTagsCommand.ts +0 -104
- package/commands/ListTagsForResourceCommand.ts +0 -95
- package/commands/ModifyMountTargetSecurityGroupsCommand.ts +0 -119
- package/commands/PutAccountPreferencesCommand.ts +0 -97
- package/commands/PutBackupPolicyCommand.ts +0 -94
- package/commands/PutFileSystemPolicyCommand.ts +0 -103
- package/commands/PutLifecycleConfigurationCommand.ts +0 -127
- package/commands/TagResourceCommand.ts +0 -95
- package/commands/UntagResourceCommand.ts +0 -95
- package/commands/UpdateFileSystemCommand.ts +0 -95
- package/dist/cjs/EFS.js.map +0 -1
- package/dist/cjs/EFSClient.js.map +0 -1
- package/dist/cjs/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist/cjs/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/EFS.js.map +0 -1
- package/dist/es/EFSClient.js.map +0 -1
- package/dist/es/commands/CreateAccessPointCommand.js.map +0 -1
- package/dist/es/commands/CreateFileSystemCommand.js +0 -118
- package/dist/es/commands/CreateFileSystemCommand.js.map +0 -1
- package/dist/es/commands/CreateMountTargetCommand.js +0 -206
- package/dist/es/commands/CreateMountTargetCommand.js.map +0 -1
- package/dist/es/commands/CreateTagsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccessPointCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileSystemCommand.js +0 -79
- package/dist/es/commands/DeleteFileSystemCommand.js.map +0 -1
- package/dist/es/commands/DeleteFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteMountTargetCommand.js +0 -98
- package/dist/es/commands/DeleteMountTargetCommand.js.map +0 -1
- package/dist/es/commands/DeleteTagsCommand.js +0 -77
- package/dist/es/commands/DeleteTagsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccessPointsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAccountPreferencesCommand.js.map +0 -1
- package/dist/es/commands/DescribeBackupPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/DescribeFileSystemsCommand.js +0 -87
- package/dist/es/commands/DescribeFileSystemsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/DescribeMountTargetsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ModifyMountTargetSecurityGroupsCommand.js +0 -84
- package/dist/es/commands/ModifyMountTargetSecurityGroupsCommand.js.map +0 -1
- package/dist/es/commands/PutAccountPreferencesCommand.js.map +0 -1
- package/dist/es/commands/PutBackupPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutFileSystemPolicyCommand.js +0 -74
- package/dist/es/commands/PutFileSystemPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutLifecycleConfigurationCommand.js +0 -95
- package/dist/es/commands/PutLifecycleConfigurationCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateFileSystemCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/DescribeAccessPointsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeFileSystemsPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeTagsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -183
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2185
- package/pagination/DescribeAccessPointsPaginator.ts +0 -58
- package/pagination/DescribeFileSystemsPaginator.ts +0 -58
- package/pagination/DescribeTagsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4417
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,51 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 10/07/2021 ([#2879](https://github.com/aws/aws-sdk-js-v3/issues/2879)) ([1f4441e](https://github.com/aws/aws-sdk-js-v3/commit/1f4441e46b63ae6ff01067780b26d49916c267a0))
|
|
12
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
13
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
14
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
26
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package @aws-sdk/client-efs
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
6
51
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
52
|
|
|
8
53
|
**Note:** Version bump only for package @aws-sdk/client-efs
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EFS = void 0;
|
|
4
|
-
const EFSClient_1 = require("./EFSClient");
|
|
5
4
|
const CreateAccessPointCommand_1 = require("./commands/CreateAccessPointCommand");
|
|
6
5
|
const CreateFileSystemCommand_1 = require("./commands/CreateFileSystemCommand");
|
|
7
6
|
const CreateMountTargetCommand_1 = require("./commands/CreateMountTargetCommand");
|
|
@@ -17,8 +16,8 @@ const DescribeBackupPolicyCommand_1 = require("./commands/DescribeBackupPolicyCo
|
|
|
17
16
|
const DescribeFileSystemPolicyCommand_1 = require("./commands/DescribeFileSystemPolicyCommand");
|
|
18
17
|
const DescribeFileSystemsCommand_1 = require("./commands/DescribeFileSystemsCommand");
|
|
19
18
|
const DescribeLifecycleConfigurationCommand_1 = require("./commands/DescribeLifecycleConfigurationCommand");
|
|
20
|
-
const DescribeMountTargetSecurityGroupsCommand_1 = require("./commands/DescribeMountTargetSecurityGroupsCommand");
|
|
21
19
|
const DescribeMountTargetsCommand_1 = require("./commands/DescribeMountTargetsCommand");
|
|
20
|
+
const DescribeMountTargetSecurityGroupsCommand_1 = require("./commands/DescribeMountTargetSecurityGroupsCommand");
|
|
22
21
|
const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
|
|
23
22
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
24
23
|
const ModifyMountTargetSecurityGroupsCommand_1 = require("./commands/ModifyMountTargetSecurityGroupsCommand");
|
|
@@ -29,6 +28,7 @@ const PutLifecycleConfigurationCommand_1 = require("./commands/PutLifecycleConfi
|
|
|
29
28
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
30
29
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
31
30
|
const UpdateFileSystemCommand_1 = require("./commands/UpdateFileSystemCommand");
|
|
31
|
+
const EFSClient_1 = require("./EFSClient");
|
|
32
32
|
/**
|
|
33
33
|
* <fullname>Amazon Elastic File System</fullname>
|
|
34
34
|
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for use
|
|
@@ -417,4 +417,3 @@ class EFS extends EFSClient_1.EFSClient {
|
|
|
417
417
|
}
|
|
418
418
|
}
|
|
419
419
|
exports.EFS = EFS;
|
|
420
|
-
//# sourceMappingURL=EFS.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EFSClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <fullname>Amazon Elastic File System</fullname>
|
|
15
15
|
* <p>Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for use
|
|
@@ -19,13 +19,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
19
19
|
*/
|
|
20
20
|
class EFSClient extends smithy_client_1.Client {
|
|
21
21
|
constructor(configuration) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
23
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
24
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
25
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
26
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
27
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
28
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
29
29
|
super(_config_6);
|
|
30
30
|
this.config = _config_6;
|
|
31
31
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -45,4 +45,3 @@ class EFSClient extends smithy_client_1.Client {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
exports.EFSClient = EFSClient;
|
|
48
|
-
//# sourceMappingURL=EFSClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAccessPointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an EFS access point. An access point is an application-specific view into an EFS
|
|
10
10
|
* file system that applies an operating system user and group, and a file system path, to any
|
|
@@ -65,4 +65,3 @@ class CreateAccessPointCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.CreateAccessPointCommand = CreateAccessPointCommand;
|
|
68
|
-
//# sourceMappingURL=CreateAccessPointCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateFileSystemCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a new, empty file system. The operation requires a creation token in the
|
|
10
10
|
* request that Amazon EFS uses to ensure idempotent creation (calling the operation with same
|
|
@@ -111,4 +111,3 @@ class CreateFileSystemCommand extends smithy_client_1.Command {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
exports.CreateFileSystemCommand = CreateFileSystemCommand;
|
|
114
|
-
//# sourceMappingURL=CreateFileSystemCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateMountTargetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a mount target for a file system. You can then mount the file system on EC2
|
|
10
10
|
* instances by using the mount target.</p>
|
|
@@ -199,4 +199,3 @@ class CreateMountTargetCommand extends smithy_client_1.Command {
|
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
201
|
exports.CreateMountTargetCommand = CreateMountTargetCommand;
|
|
202
|
-
//# sourceMappingURL=CreateMountTargetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateTagsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated
|
|
10
10
|
*
|
|
@@ -69,4 +69,3 @@ class CreateTagsCommand extends smithy_client_1.Command {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
exports.CreateTagsCommand = CreateTagsCommand;
|
|
72
|
-
//# sourceMappingURL=CreateTagsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAccessPointCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified access point. After deletion is complete, new clients can no
|
|
10
10
|
* longer connect to the access points. Clients connected to the access point at the time of
|
|
@@ -61,4 +61,3 @@ class DeleteAccessPointCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DeleteAccessPointCommand = DeleteAccessPointCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteAccessPointCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteFileSystemCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a file system, permanently severing access to its contents. Upon return, the
|
|
10
10
|
* file system no longer exists and you can't access any contents of the deleted file
|
|
@@ -72,4 +72,3 @@ class DeleteFileSystemCommand extends smithy_client_1.Command {
|
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
74
|
exports.DeleteFileSystemCommand = DeleteFileSystemCommand;
|
|
75
|
-
//# sourceMappingURL=DeleteFileSystemCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteFileSystemPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the <code>FileSystemPolicy</code> for the specified file system.
|
|
10
10
|
* The default <code>FileSystemPolicy</code> goes into effect once the existing policy is deleted.
|
|
@@ -61,4 +61,3 @@ class DeleteFileSystemPolicyCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DeleteFileSystemPolicyCommand = DeleteFileSystemPolicyCommand;
|
|
64
|
-
//# sourceMappingURL=DeleteFileSystemPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteMountTargetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified mount target.</p>
|
|
10
10
|
*
|
|
@@ -91,4 +91,3 @@ class DeleteMountTargetCommand extends smithy_client_1.Command {
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
exports.DeleteMountTargetCommand = DeleteMountTargetCommand;
|
|
94
|
-
//# sourceMappingURL=DeleteMountTargetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteTagsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated
|
|
10
10
|
*
|
|
@@ -70,4 +70,3 @@ class DeleteTagsCommand extends smithy_client_1.Command {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
exports.DeleteTagsCommand = DeleteTagsCommand;
|
|
73
|
-
//# sourceMappingURL=DeleteTagsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeAccessPointsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the description of a specific Amazon EFS access point if the <code>AccessPointId</code> is provided.
|
|
10
10
|
* If you provide an EFS <code>FileSystemId</code>, it returns descriptions of all access points for that file system.
|
|
@@ -61,4 +61,3 @@ class DescribeAccessPointsCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DescribeAccessPointsCommand = DescribeAccessPointsCommand;
|
|
64
|
-
//# sourceMappingURL=DescribeAccessPointsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeAccountPreferencesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
|
|
10
10
|
* For more information, see <a href="efs/latest/ug/manage-efs-resource-ids.html">Managing Amazon EFS resource IDs</a>.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeAccountPreferencesCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeAccountPreferencesCommand = DescribeAccountPreferencesCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeAccountPreferencesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeBackupPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the backup policy for the specified EFS file system.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeBackupPolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeBackupPolicyCommand = DescribeBackupPolicyCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeBackupPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeFileSystemPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the <code>FileSystemPolicy</code> for the specified EFS file system.</p>
|
|
10
10
|
* <p>This operation requires permissions for the <code>elasticfilesystem:DescribeFileSystemPolicy</code> action.</p>
|
|
@@ -59,4 +59,3 @@ class DescribeFileSystemPolicyCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeFileSystemPolicyCommand = DescribeFileSystemPolicyCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeFileSystemPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeFileSystemsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the description of a specific Amazon EFS file system if either the file system
|
|
10
10
|
* <code>CreationToken</code> or the <code>FileSystemId</code> is provided. Otherwise, it
|
|
@@ -80,4 +80,3 @@ class DescribeFileSystemsCommand extends smithy_client_1.Command {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
exports.DescribeFileSystemsCommand = DescribeFileSystemsCommand;
|
|
83
|
-
//# sourceMappingURL=DescribeFileSystemsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeLifecycleConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the current <code>LifecycleConfiguration</code> object for the specified Amazon
|
|
10
10
|
* EFS file system. EFS lifecycle management uses the <code>LifecycleConfiguration</code> object
|
|
@@ -65,4 +65,3 @@ class DescribeLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.DescribeLifecycleConfigurationCommand = DescribeLifecycleConfigurationCommand;
|
|
68
|
-
//# sourceMappingURL=DescribeLifecycleConfigurationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeMountTargetSecurityGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the security groups currently in effect for a mount target. This operation
|
|
10
10
|
* requires that the network interface of the mount target has been created and the lifecycle
|
|
@@ -73,4 +73,3 @@ class DescribeMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
exports.DescribeMountTargetSecurityGroupsCommand = DescribeMountTargetSecurityGroupsCommand;
|
|
76
|
-
//# sourceMappingURL=DescribeMountTargetSecurityGroupsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeMountTargetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the descriptions of all the current mount targets, or a specific mount target,
|
|
10
10
|
* for a file system. When requesting all of the current mount targets, the order of mount
|
|
@@ -65,4 +65,3 @@ class DescribeMountTargetsCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.DescribeMountTargetsCommand = DescribeMountTargetsCommand;
|
|
68
|
-
//# sourceMappingURL=DescribeMountTargetsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeTagsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* @deprecated
|
|
10
10
|
*
|
|
@@ -68,4 +68,3 @@ class DescribeTagsCommand extends smithy_client_1.Command {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
exports.DescribeTagsCommand = DescribeTagsCommand;
|
|
71
|
-
//# sourceMappingURL=DescribeTagsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Lists all tags for a top-level EFS resource. You must provide the ID of the resource that you want to retrieve the tags for.</p>
|
|
10
10
|
* <p>This operation requires permissions for the <code>elasticfilesystem:DescribeAccessPoints</code> action.</p>
|
|
@@ -59,4 +59,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
62
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ModifyMountTargetSecurityGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Modifies the set of security groups in effect for a mount target.</p>
|
|
10
10
|
* <p>When you create a mount target, Amazon EFS also creates a new network interface. For
|
|
@@ -77,4 +77,3 @@ class ModifyMountTargetSecurityGroupsCommand extends smithy_client_1.Command {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
exports.ModifyMountTargetSecurityGroupsCommand = ModifyMountTargetSecurityGroupsCommand;
|
|
80
|
-
//# sourceMappingURL=ModifyMountTargetSecurityGroupsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutAccountPreferencesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Use this operation to set the account preference in the current Amazon Web Services Region to use either long 17 character (63 bit) or short 8 character (32 bit) IDs for
|
|
10
10
|
* new EFS file systems and mount targets created. All existing resource IDs are not affected by any changes you make. You can set the ID preference during the
|
|
@@ -61,4 +61,3 @@ class PutAccountPreferencesCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.PutAccountPreferencesCommand = PutAccountPreferencesCommand;
|
|
64
|
-
//# sourceMappingURL=PutAccountPreferencesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutBackupPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutBackupPolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutBackupPolicyCommand = PutBackupPolicyCommand;
|
|
61
|
-
//# sourceMappingURL=PutBackupPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutFileSystemPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Applies an Amazon EFS <code>FileSystemPolicy</code> to an Amazon EFS file system.
|
|
10
10
|
* A file system policy is an IAM resource-based policy and can contain multiple policy statements.
|
|
@@ -67,4 +67,3 @@ class PutFileSystemPolicyCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.PutFileSystemPolicyCommand = PutFileSystemPolicyCommand;
|
|
70
|
-
//# sourceMappingURL=PutFileSystemPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutLifecycleConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Enables lifecycle management by creating a new <code>LifecycleConfiguration</code>
|
|
10
10
|
* object. A <code>LifecycleConfiguration</code> object defines when files in an Amazon EFS file
|
|
@@ -88,4 +88,3 @@ class PutLifecycleConfigurationCommand extends smithy_client_1.Command {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
exports.PutLifecycleConfigurationCommand = PutLifecycleConfigurationCommand;
|
|
91
|
-
//# sourceMappingURL=PutLifecycleConfigurationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a tag for an EFS resource. You can create tags for EFS file systems and access points using this API operation.</p>
|
|
10
10
|
* <p>This operation requires permissions for the <code>elasticfilesystem:TagResource</code> action.</p>
|
|
@@ -59,4 +59,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.TagResourceCommand = TagResourceCommand;
|
|
62
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes tags from an EFS resource. You can remove tags from EFS file systems and access points using this API operation.</p>
|
|
10
10
|
* <p>This operation requires permissions for the <code>elasticfilesystem:UntagResource</code> action.</p>
|
|
@@ -59,4 +59,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
62
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateFileSystemCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Updates the throughput mode or the amount of provisioned throughput of an existing file
|
|
10
10
|
* system.</p>
|
|
@@ -59,4 +59,3 @@ class UpdateFileSystemCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.UpdateFileSystemCommand = UpdateFileSystemCommand;
|
|
62
|
-
//# sourceMappingURL=UpdateFileSystemCommand.js.map
|